1
0
Quellcode durchsuchen

[fixed] Clearing clothing filters in all the shops to stop things being unavailable

Kevin_Smarts vor 2 Jahren
Ursprung
Commit
92000e40bc

+ 1 - 0
locations/budgetclothes.qsrc

@@ -1,6 +1,7 @@
 # budgetclothes
 !2021/04/29
 if $ARGS[0] = 'start':
+	killvar 'clothingfilter'
 	$loc_arg = $ARGS[0]
 	$loc = 'budgetclothes'
 	$menu_loc = 'budgetclothes'

+ 1 - 0
locations/moncheri.qsrc

@@ -2,6 +2,7 @@
 !2021/04/29
 
 if $ARGS[0] = 'start':
+	killvar 'clothingfilter'
 	$loc_arg = $ARGS[0]
 	$loc = 'moncheri'
     $location_type = 'public_indoors'

+ 1 - 0
locations/scandalicious.qsrc

@@ -2,6 +2,7 @@
 !2021/04/29
 
 if $ARGS[0] = 'start':
+	killvar 'clothingfilter'
 	$loc = 'scandalicious'
 	$loc_arg = 'start'
     $location_type = 'public_indoors'

+ 1 - 0
locations/sexshop.qsrc

@@ -3,6 +3,7 @@
 $location_type = 'public_indoors'
 
 if $ARGS[0] = 'start':
+	killvar 'clothingfilter'
 	CLOSE ALL
 	$loc = 'sexshop'
 	$loc_arg = 'start'

+ 1 - 0
locations/shop_allure.qsrc

@@ -1,6 +1,7 @@
 # shop_allure
 
 if $ARGS[0] = 'start':
+	killvar 'clothingfilter'
 	$loc = 'shop_allure'
 	$loc_arg = 'start'
     $location_type = 'public_indoors'

+ 1 - 0
locations/shop_coco_carmen.qsrc

@@ -1,6 +1,7 @@
 # shop_coco_carmen
 
 if $ARGS[0] = 'start':
+	killvar 'clothingfilter'
 	$loc_arg = $ARGS[0]
 	$loc = 'shop_coco_carmen'
     $location_type = 'public_indoors'

+ 1 - 0
locations/shop_dolls.qsrc

@@ -4,6 +4,7 @@
 !!Viola Valerievna - A205 static_num
 
 if $ARGS[0] = 'start':
+	killvar 'clothingfilter'
 	$loc_arg = 'start'
 	$loc = 'shop_dolls'
 	$menu_arg = 'start'

+ 1 - 0
locations/shop_fancy_pancy.qsrc

@@ -2,6 +2,7 @@
 !!2021/05/12
 
 if $ARGS[0] = 'start':
+	killvar 'clothingfilter'
 	$loc_arg = $ARGS[0]
 	$loc = 'shop_fancy_pancy'
     $location_type = 'public_indoors'

+ 1 - 0
locations/shop_flamingos.qsrc

@@ -1,6 +1,7 @@
 # shop_flamingos
 !2021/04/29
 if $ARGS[0] = 'start':
+	killvar 'clothingfilter'
 	$loc_arg = $ARGS[0]
 	$loc = 'shop_flamingos'
     $location_type = 'public_indoors'

+ 1 - 0
locations/shop_materinstvo.qsrc

@@ -3,6 +3,7 @@
 if $shoplocation = 'items': gt 'shop_materinstvo', 'items'
 
 if $ARGS[0] = 'start':
+	killvar 'clothingfilter'
 	*clr & cla
 	$loc = 'shop_materinstvo'
 	$loc_arg = 'start'

+ 1 - 0
locations/shop_nerdvana.qsrc

@@ -1,6 +1,7 @@
 # shop_nerdvana
 
 if $ARGS[0] = 'start':
+	killvar 'clothingfilter'
 	$loc_arg = $ARGS[0]
 	$loc = 'shop_nerdvana'
     $location_type = 'public_indoors'

+ 1 - 0
locations/shop_pussycats.qsrc

@@ -2,6 +2,7 @@
 !2021/04/29
 
 if $ARGS[0] = 'start':
+	killvar 'clothingfilter'
 	$sexloc = 'shop_pussycats'
 	gs 'themes', 'indoors'
 	$menu_loc = 'shop_pussycats'

+ 1 - 0
locations/shop_tsar_bomba.qsrc

@@ -1,6 +1,7 @@
 # shop_tsar_bomba
 !!2021/04/15
 if $ARGS[0] = 'start':
+	killvar 'clothingfilter'
 	$loc_arg = $ARGS[0]
 	$loc = 'shop_tsar_bomba'
     $location_type = 'public_indoors'