Browse Source

[fixed] Mistake in filters causing the "Too risque only" option to fail

Kevin_Smarts 2 years ago
parent
commit
fb19339701
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/clothing_QV.qsrc

+ 1 - 1
locations/clothing_QV.qsrc

@@ -1814,7 +1814,7 @@ if $ARGS[0] = 'shop_filter':
 		clothingfilter['only'] += 1
 	end
 	if clothingfilter['too_risque_only'] = 1 and CloInhibit > pcs_inhib:
-		clothingfilter['inc'] = 0
+		clothingfilter['inc'] += 1
 	end
 	if clothingfilter['loose_only'] = 1 and CloStyle = 5:
 		clothingfilter['only'] += 1