瀏覽代碼

[fixed] typo in attribute file and old links for purses in custom start spotted by kwscj

KevinSmarts 3 年之前
父節點
當前提交
efc8e4d76b
共有 2 個文件被更改,包括 6 次插入6 次删除
  1. 1 1
      locations/_attributes_fetish.qsrc
  2. 5 5
      locations/preSYS2.qsrc

+ 1 - 1
locations/_attributes_fetish.qsrc

@@ -541,7 +541,7 @@ elseif ARGS[1] = 91:
 	CloTopCut = 3
 	CloSkirtShortness = 2
 elseif ARGS[1] = 92:
-	CloQuality = 44
+	CloQuality = 4
 	CloThinness = 5
 	CloTopCut = 1
 	CloSkirtShortness = 2

+ 5 - 5
locations/preSYS2.qsrc

@@ -263,7 +263,7 @@ if $ARGS[0] = 'modpur':
 		'<center><img src="images/locations/city/citycenter/mall/gm.png"></center>'
 		i = 1
 		:loopcheappurses
-		*p '<a href="exec:gt ''preSYS2'', ''modpur'', ''cheap'', <<i>>"><img src="images/pc/purses/cheap/<<i>>.jpg" 	height="300" /></a>'
+		*p '<a href="exec:gt ''preSYS2'', ''modpur'', ''cheap'', <<i>>"><img src="images/pc/items/gm/purses/<<i>>.jpg" 	height="300" /></a>'
 		i += 1
 		if i <= 14:jump 'loopcheappurses'
 	end	
@@ -272,7 +272,7 @@ if $ARGS[0] = 'modpur':
 		'<center><img src="images/locations/city/island/dolls.png"></center>'
 		i = 1
 		:loopdollspurses
-		*p '<a href="exec:gt ''preSYS2'', ''modpur'', ''dolls'', <<i>>"><img src="images/pc/purses/dolls/<<i>>.jpg" 	height="300" /></a>'
+		*p '<a href="exec:gt ''preSYS2'', ''modpur'', ''dolls'', <<i>>"><img src="images/pc/items/dolls/purses/<<i>>.jpg" 	height="300" /></a>'
 		i += 1
 		if i <= 22:jump 'loopdollspurses'
 	end
@@ -281,7 +281,7 @@ if $ARGS[0] = 'modpur':
 		'<center><img src="images/locations/city/citycenter/mall/fashionista.png"></center>'
 		i = 1
 		:loopfashionistapurses
-		*p '<a href="exec:gt ''preSYS2'', ''modpur'', ''fashionista'', <<i>>"><img src="images/pc/purses/fashionista/<<i>>.jpg" 	height="300" /></a>'
+		*p '<a href="exec:gt ''preSYS2'', ''modpur'', ''fashionista'', <<i>>"><img src="images/pc/items/fashionista/purses/<<i>>.jpg" 	height="300" /></a>'
 		i += 1
 		if i <= 15:jump 'loopfashionistapurses'
 	end
@@ -290,7 +290,7 @@ if $ARGS[0] = 'modpur':
 		'<center><img src="images/locations/city/citycenter/mall/pussycat.png"></center>'
 		i = 1
 		:loopkatspurses
-		*p '<a href="exec:gt ''preSYS2'', ''modpur'', ''kats'', <<i>>"><img src="images/pc/purses/kats/<<i>>.jpg" 	height="300" /></a>'
+		*p '<a href="exec:gt ''preSYS2'', ''modpur'', ''kats'', <<i>>"><img src="images/pc/items/cats/purses/<<i>>.jpg" 	height="300" /></a>'
 		i += 1
 		if i <= 14:jump 'loopkatspurses'
 	end
@@ -299,7 +299,7 @@ if $ARGS[0] = 'modpur':
 		'<center><img src="images/locations/city/citycenter/mall/moncheri.png"></center>'
 		i = 1
 		:loopboutiquepurses
-		*p '<a href="exec:gt ''preSYS2'', ''modpur'', ''boutique'', <<i>>"><img src="images/pc/purses/moncheri/<<i>>.jpg" 	height="300" /></a>'
+		*p '<a href="exec:gt ''preSYS2'', ''modpur'', ''boutique'', <<i>>"><img src="images/pc/items/moncheri/purses/<<i>>.jpg" 	height="300" /></a>'
 		i += 1
 		if i <= 17:jump 'loopboutiquepurses'
 	end