Browse Source

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

Kevin_Smarts 2 years ago
parent
commit
fdb1f1f455
2 changed files with 4 additions and 0 deletions
  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