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

[fixed] Filter headers missing causing repitition of clothing to be displayed

Kevin_Smarts преди 2 години
родител
ревизия
fdb1f1f455
променени са 2 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 2 0
      locations/city_market.qsrc
  2. 2 0
      locations/pav_train_market.qsrc

+ 2 - 0
locations/city_market.qsrc

@@ -188,6 +188,8 @@ if $ARGS[0] = 'clo':
 	'<center><b><font color="maroon">Clothes.</font></b></center>'
 	'You inspect the cheap clothing the stall has to offer.'
 
+	gs 'clothing_QV', 'shop_filter_header'
+
 	act 'Return':
 		cla
 		minut += 5

+ 2 - 0
locations/pav_train_market.qsrc

@@ -238,6 +238,8 @@ if $ARGS[0] = 'clo':
 	'<center><b><font color="maroon">Clothes.</font></b></center>'
 	'Cheap clothing on the market stall.'
 
+	gs 'clothing_QV', 'shop_filter_header'
+
 	act 'Return':
 		cla
 		minut += 5