Browse Source

[fixed] Correct the purses not correctly disappearing after been bought

Jeep91 5 years ago
parent
commit
9a23a37c65
4 changed files with 4 additions and 4 deletions
  1. 1 1
      locations/NewCloShop.qsrc
  2. 1 1
      locations/budgetclothes.qsrc
  3. 1 1
      locations/butik.qsrc
  4. 1 1
      locations/dolls.qsrc

+ 1 - 1
locations/NewCloShop.qsrc

@@ -370,7 +370,7 @@ if $ARGS[0] = 'purses':
 	i = 1
 
 	:loopfashionista_purses
-		if fashionista_purse[i] = 0:*p '<a href="exec: i = <<i>> & gt ''NewCloShop'', ''purses2''"><img src="images/pc/purses/fashionista/<<i>>.jpg" 	height="150" /></a> '
+		if fashionista_purses[i] = 0:*p '<a href="exec: i = <<i>> & gt ''NewCloShop'', ''purses2''"><img src="images/pc/purses/fashionista/<<i>>.jpg" 	height="150" /></a> '
 		i += 1
 	if i <= 15:jump 'loopfashionista_purses'
 end

+ 1 - 1
locations/budgetclothes.qsrc

@@ -410,7 +410,7 @@ if $ARGS[0] = 'purses':
 
 	i = 1
 	:looppurses
-		if cheap_purse[i] = 0:*p '<a href="exec: i = <<i>> & gt ''budgetclothes'', ''purses2''"><img src="images/pc/purses/cheap/<<i>>.jpg" 	height="250" /></a>'
+		if cheap_purses[i] = 0:*p '<a href="exec: i = <<i>> & gt ''budgetclothes'', ''purses2''"><img src="images/pc/purses/cheap/<<i>>.jpg" 	height="250" /></a>'
 		i += 1
 	if i <= 14:jump 'looppurses'
 end

+ 1 - 1
locations/butik.qsrc

@@ -214,7 +214,7 @@ if $ARGS[0] = 'purses':
 	i = 1
 
 	:loopboutique_purses
-		if boutique_purse[i] = 0:*p '<a href="exec: i = <<i>> & gt ''butik'', ''purses2''"><img src="images/pc/purses/moncheri/<<i>>.jpg" 	height="150" /></a> '
+		if boutique_purses[i] = 0:*p '<a href="exec: i = <<i>> & gt ''butik'', ''purses2''"><img src="images/pc/purses/moncheri/<<i>>.jpg" 	height="150" /></a> '
 		i += 1
 	if i <= 17:jump 'loopboutique_purses'
 end

+ 1 - 1
locations/dolls.qsrc

@@ -156,7 +156,7 @@ if $ARGS[0] = 'purses':
 	i = 1
 
 	:loopdolls_purses
-		if dolls_purse[i] = 0:*p '<a href="exec: i = <<i>> & gt ''dolls'', ''purses2''"><img src="images/pc/purses/dolls/<<i>>.jpg" height="250" /></a>'
+		if dolls_purses[i] = 0:*p '<a href="exec: i = <<i>> & gt ''dolls'', ''purses2''"><img src="images/pc/purses/dolls/<<i>>.jpg" height="250" /></a>'
 		i += 1
 	if i <= 22:jump 'loopdolls_purses'
 end