Browse Source

[Changed] increase number of outfits for the market from 10 to 20

Gwen 2 years ago
parent
commit
90a596a791
2 changed files with 2 additions and 2 deletions
  1. 1 1
      locations/city_market.qsrc
  2. 1 1
      locations/pav_train_market.qsrc

+ 1 - 1
locations/city_market.qsrc

@@ -198,7 +198,7 @@ if $ARGS[0] = 'clo':
 	:loopmarket_outfits
 	if market_outfits[i] = 0:*p '<a href="exec: i = <<i>> & gt ''city_market'', ''marketclo''"><img <<$set_imgh>> src="images/pc/items/market/clothes/<<i>>.jpg" 	height="250" /></a>'
 	i += 1
-	if i <= 10:jump 'loopmarket_outfits'
+	if i <= 20:jump 'loopmarket_outfits'
 end
 
 if $ARGS[0] = 'marketclo':

+ 1 - 1
locations/pav_train_market.qsrc

@@ -247,7 +247,7 @@ if $ARGS[0] = 'clo':
 	:loopmarket_outfits
 	if market_outfits[i] = 0:*p '<a href="exec: i = <<i>> & gt ''pav_train_market'', ''marketclo''"><img <<$set_imgh>> src="images/pc/items/market/clothes/<<i>>.jpg" 	height="250" /></a>'
 	i += 1
-	if i <= 10:jump 'loopmarket_outfits'
+	if i <= 20:jump 'loopmarket_outfits'
 end
 
 if $ARGS[0] = 'marketclo':