Преглед на файлове

[fixed] mixing prefix and set limit on clothing loops

KevinSmarts преди 3 години
родител
ревизия
0fe2745e2a
променени са 2 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 1 1
      locations/liames.qsrc
  2. 2 2
      locations/shop_flamingos.qsrc

+ 1 - 1
locations/liames.qsrc

@@ -41,7 +41,7 @@ end
 
 if week < 7 and hour >= 9 and hour <= 17:
 	'The long standing alternative clothing shop <a href="exec:gt ''shop_tsar_bomba'',''start''">Tsar Bomba</a> is unmistakable amongst the tourist shops on the main square.'
-	'Clothing for younger women is catered for in, <a href="exec:gt ''flamingos'',''start''">Flamingos</a>.'
+	'Clothing for younger women is catered for in, <a href="exec:gt ''shop_flamingos'',''start''">Flamingos</a>.'
 else
 	'Tsar Bomba is current closed, it is open Mon - Sat day 9:00 - 18:00'
 	'Flamingos is current closed, it is open Mon - Sat 9:00 - 18:00'

+ 2 - 2
locations/shop_flamingos.qsrc

@@ -57,7 +57,7 @@ if $ARGS[0] = 'dresses':
 				end
 			end
 			i += 2
-		if i <= 185:jump 'loopflamingos_dress'
+		if i <= 90:jump 'loopflamingos_dress'
 	if clothingfilter['quality'] = 1 and clothingfilter['qualitycheck'] > 0: clothingfilter['qualitycheck'] -=1 & jump 'loopquality_dress'
 end
 
@@ -106,7 +106,7 @@ if $ARGS[0] = 'clothes':
 				end
 			end
 			i += 2
-		if i <= 185:jump 'loopflamingos'
+		if i <= 50:jump 'loopflamingos'
 	if clothingfilter['quality'] = 1 and clothingfilter['qualitycheck'] > 0: clothingfilter['qualitycheck'] -=1 & jump 'loopquality'
 end