Ver código fonte

[fixed] typo for bra showing in stat display and inhib range for shop sorting by inhib

Kevin_Smarts 11 meses atrás
pai
commit
7630d752bc

+ 6 - 6
locations/budgetclothes.qsrc

@@ -138,7 +138,7 @@ if $ARGS[0] = 'clothes':
 	clo_i += 1
 	if clothingfilter['quality'] = 0 and clo_i <= 7:
 		jump 'loopgm_outfits_filter'
-	elseif clothingfilter['inhibition'] = 0 and clo_i <= 40:
+	elseif clothingfilter['inhibition'] = 0 and clo_i <= 50:
 		jump 'loopgm_outfits_filter'
 	end
 end
@@ -203,7 +203,7 @@ if $ARGS[0] = 'dresses':
 	clo_i += 1
 	if clothingfilter['quality'] = 0 and clo_i <= 7:
 		jump 'loopgm_dress_filter'
-	elseif clothingfilter['inhibition'] = 0 and clo_i <= 40:
+	elseif clothingfilter['inhibition'] = 0 and clo_i <= 50:
 		jump 'loopgm_dress_filter'
 	end
 end
@@ -260,7 +260,7 @@ if $ARGS[0] = 'office':
 	clo_i += 1
 	if clothingfilter['quality'] = 0 and clo_i <= 7:
 		jump 'loopoffice_filter'
-	elseif clothingfilter['inhibition'] = 0 and clo_i <= 40:
+	elseif clothingfilter['inhibition'] = 0 and clo_i <= 50:
 		jump 'loopoffice_filter'
 	end
 end
@@ -321,7 +321,7 @@ if $ARGS[0] = 'gm_maid':
 	clo_i += 1
 	if clothingfilter['quality'] = 0 and clo_i <= 7:
 		jump 'loopgm_maid_filter'
-	elseif clothingfilter['inhibition'] = 0 and clo_i <= 40:
+	elseif clothingfilter['inhibition'] = 0 and clo_i <= 50:
 		jump 'loopgm_maid_filter'
 	end
 end
@@ -373,7 +373,7 @@ if $ARGS[0] = 'gm_server':
 	clo_i += 1
 	if clothingfilter['quality'] = 0 and clo_i <= 7:
 		jump 'loopgm_server_filter'
-	elseif clothingfilter['inhibition'] = 0 and clo_i <= 40:
+	elseif clothingfilter['inhibition'] = 0 and clo_i <= 50:
 		jump 'loopgm_server_filter'
 	end
 end
@@ -428,7 +428,7 @@ if $ARGS[0] = 'school':
 	clo_i += 1
 	if clothingfilter['quality'] = 0 and clo_i <= 7:
 		jump 'loopgm_school_filter'
-	elseif clothingfilter['inhibition'] = 0 and clo_i <= 40:
+	elseif clothingfilter['inhibition'] = 0 and clo_i <= 50:
 		jump 'loopgm_school_filter'
 	end
 end

+ 1 - 1
locations/city_market.qsrc

@@ -217,7 +217,7 @@ if $ARGS[0] = 'clo':
 	clo_i += 1
 	if clothingfilter['quality'] = 0 and clo_i <= 7:
 		jump 'loopmarket_outfits_filter'
-	elseif clothingfilter['inhibition'] = 0 and clo_i <= 40:
+	elseif clothingfilter['inhibition'] = 0 and clo_i <= 50:
 		jump 'loopmarket_outfits_filter'
 	end
 end

+ 2 - 2
locations/exhibitionistshop.qsrc

@@ -152,7 +152,7 @@ if $ARGS[0] = 'outfits':
 	clo_i += 1
 	if clothingfilter['quality'] = 0 and clo_i <= 7:
 		jump 'loopsalacious_outfits_filter'
-	elseif clothingfilter['inhibition'] = 0 and clo_i <= 40:
+	elseif clothingfilter['inhibition'] = 0 and clo_i <= 50:
 		jump 'loopsalacious_outfits_filter'
 	end
 end
@@ -201,7 +201,7 @@ if $ARGS[0] = 'dresses':
 	clo_i += 1
 	if clothingfilter['quality'] = 0 and clo_i <= 7:
 		jump 'loopsalacious_dress_filter'
-	elseif clothingfilter['inhibition'] = 0 and clo_i <= 40:
+	elseif clothingfilter['inhibition'] = 0 and clo_i <= 50:
 		jump 'loopsalacious_dress_filter'
 	end
 end

+ 2 - 2
locations/moncheri.qsrc

@@ -152,7 +152,7 @@ if $ARGS[0] = 'gowns':
 	clo_i += 1
 	if clothingfilter['quality'] = 0 and clo_i <= 7:
 		jump 'loopmoncheri_gown_filter'
-	elseif clothingfilter['inhibition'] = 0 and clo_i <= 40:
+	elseif clothingfilter['inhibition'] = 0 and clo_i <= 50:
 		jump 'loopmoncheri_gown_filter'
 	end
 end
@@ -200,7 +200,7 @@ if $ARGS[0] = 'dresses':
 	clo_i += 1
 	if clothingfilter['quality'] = 0 and clo_i <= 7:
 		jump 'loopmoncheri_dress_filter'
-	elseif clothingfilter['inhibition'] = 0 and clo_i <= 40:
+	elseif clothingfilter['inhibition'] = 0 and clo_i <= 50:
 		jump 'loopmoncheri_dress_filter'
 	end
 end

+ 1 - 1
locations/pav_train_market.qsrc

@@ -267,7 +267,7 @@ if $ARGS[0] = 'clo':
 	clo_i += 1
 	if clothingfilter['quality'] = 0 and clo_i <= 7:
 		jump 'loopmarket_outfits_filter'
-	elseif clothingfilter['inhibition'] = 0 and clo_i <= 40:
+	elseif clothingfilter['inhibition'] = 0 and clo_i <= 50:
 		jump 'loopmarket_outfits_filter'
 	end
 end

+ 3 - 3
locations/sexshop.qsrc

@@ -227,7 +227,7 @@ if $ARGS[0] = 'dress':
 	clo_i += 1
 	if clothingfilter['quality'] = 0 and clo_i <= 7:
 		jump 'looperoto_dress_filter'
-	elseif clothingfilter['inhibition'] = 0 and clo_i <= 40:
+	elseif clothingfilter['inhibition'] = 0 and clo_i <= 50:
 		jump 'looperoto_dress_filter'
 	end
 end
@@ -275,7 +275,7 @@ if $ARGS[0] = 'outfits':
 	clo_i += 1
 	if clothingfilter['quality'] = 0 and clo_i <= 7:
 		jump 'looperoto_outfits_filter'
-	elseif clothingfilter['inhibition'] = 0 and clo_i <= 40:
+	elseif clothingfilter['inhibition'] = 0 and clo_i <= 50:
 		jump 'looperoto_outfits_filter'
 	end
 end
@@ -319,7 +319,7 @@ if $ARGS[0] = 'strip':
 	clo_i += 1
 	if clothingfilter['quality'] = 0 and clo_i <= 7:
 		jump 'looperoto_strip_filter'
-	elseif clothingfilter['inhibition'] = 0 and clo_i <= 40:
+	elseif clothingfilter['inhibition'] = 0 and clo_i <= 50:
 		jump 'looperoto_strip_filter'
 	end
 end

+ 2 - 2
locations/shop_allure.qsrc

@@ -88,7 +88,7 @@ if $ARGS[0] = 'swim':
 	clo_i += 1
 	if clothingfilter['quality'] = 0 and clo_i <= 7:
 		jump 'loopallure_swimsuit_filter'
-	elseif clothingfilter['inhibition'] = 0 and clo_i <= 40:
+	elseif clothingfilter['inhibition'] = 0 and clo_i <= 50:
 		jump 'loopallure_swimsuit_filter'
 	end
 end
@@ -139,7 +139,7 @@ if $ARGS[0] = 'bikinis':
 	clo_i += 1
 	if clothingfilter['quality'] = 0 and clo_i <= 7:
 		jump 'loopallure_bikinis_filter'
-	elseif clothingfilter['inhibition'] = 0 and clo_i <= 40:
+	elseif clothingfilter['inhibition'] = 0 and clo_i <= 50:
 		jump 'loopallure_bikinis_filter'
 	end
 end

+ 2 - 2
locations/shop_coco_carmen.qsrc

@@ -72,7 +72,7 @@ if $ARGS[0] = 'dress':
 	clo_i += 1
 	if clothingfilter['quality'] = 0 and clo_i <= 7:
 		jump 'loopcoco_dress_filter'
-	elseif clothingfilter['inhibition'] = 0 and clo_i <= 40:
+	elseif clothingfilter['inhibition'] = 0 and clo_i <= 50:
 		jump 'loopcoco_dress_filter'
 	end
 end
@@ -129,7 +129,7 @@ if $ARGS[0] = 'outfits':
 	clo_i += 1
 	if clothingfilter['quality'] = 0 and clo_i <= 7:
 		jump 'loopcoco_outfits_filter'
-	elseif clothingfilter['inhibition'] = 0 and clo_i <= 40:
+	elseif clothingfilter['inhibition'] = 0 and clo_i <= 50:
 		jump 'loopcoco_outfits_filter'
 	end
 end

+ 2 - 2
locations/shop_dolls.qsrc

@@ -112,7 +112,7 @@ if $ARGS[0] = 'dress':
 	clo_i += 1
 	if clothingfilter['quality'] = 0 and clo_i <= 7:
 		jump 'loopdolls_dress_filter'
-	elseif clothingfilter['inhibition'] = 0 and clo_i <= 40:
+	elseif clothingfilter['inhibition'] = 0 and clo_i <= 50:
 		jump 'loopdolls_dress_filter'
 	end
 end
@@ -177,7 +177,7 @@ if $ARGS[0] = 'clothing':
 	clo_i += 1
 	if clothingfilter['quality'] = 0 and clo_i <= 7:
 		jump 'loopdolls_filter'
-	elseif clothingfilter['inhibition'] = 0 and clo_i <= 40:
+	elseif clothingfilter['inhibition'] = 0 and clo_i <= 50:
 		jump 'loopdolls_filter'
 	end
 end

+ 1 - 1
locations/shop_fancy_pancy.qsrc

@@ -67,7 +67,7 @@ if $ARGS[0] = 'clothes':
 	clo_i += 1
 	if clothingfilter['quality'] = 0 and clo_i <= 7:
 		jump 'loopfancy_burlesque_filter'
-	elseif clothingfilter['inhibition'] = 0 and clo_i <= 40:
+	elseif clothingfilter['inhibition'] = 0 and clo_i <= 50:
 		jump 'loopfancy_burlesque_filter'
 	end
 end

+ 2 - 2
locations/shop_fashionista.qsrc

@@ -173,7 +173,7 @@ if $ARGS[0] = 'dressingclothes':
 	clo_i += 1
 	if clothingfilter['quality'] = 0 and clo_i <= 7:
 		jump 'loopfashionista_filter'
-	elseif clothingfilter['inhibition'] = 0 and clo_i <= 40:
+	elseif clothingfilter['inhibition'] = 0 and clo_i <= 50:
 		jump 'loopfashionista_filter'
 	end
 end
@@ -230,7 +230,7 @@ if $ARGS[0] = 'dressingoutfit':
 	clo_i += 1
 	if clothingfilter['quality'] = 0 and clo_i <= 7:
 		jump 'loopfashionista_outfits_filter'
-	elseif clothingfilter['inhibition'] = 0 and clo_i <= 40:
+	elseif clothingfilter['inhibition'] = 0 and clo_i <= 50:
 		jump 'loopfashionista_outfits_filter'
 	end
 end

+ 2 - 2
locations/shop_flamingos.qsrc

@@ -69,7 +69,7 @@ if $ARGS[0] = 'dresses':
 	clo_i += 1
 	if clothingfilter['quality'] = 0 and clo_i <= 7:
 		jump 'loopflamingos_dress_filter'
-	elseif clothingfilter['inhibition'] = 0 and clo_i <= 40:
+	elseif clothingfilter['inhibition'] = 0 and clo_i <= 50:
 		jump 'loopflamingos_dress_filter'
 	end
 end
@@ -126,7 +126,7 @@ if $ARGS[0] = 'clothes':
 	clo_i += 1
 	if clothingfilter['quality'] = 0 and clo_i <= 7:
 		jump 'loopflamingos_filter'
-	elseif clothingfilter['inhibition'] = 0 and clo_i <= 40:
+	elseif clothingfilter['inhibition'] = 0 and clo_i <= 50:
 		jump 'loopflamingos_filter'
 	end
 end

+ 1 - 1
locations/shop_materinstvo.qsrc

@@ -86,7 +86,7 @@ if $ARGS[0] = 'clothes':
 	clo_i += 1
 	if clothingfilter['quality'] = 0 and clo_i <= 7:
 		jump 'loopmaterinstvo_filter'
-	elseif clothingfilter['inhibition'] = 0 and clo_i <= 40:
+	elseif clothingfilter['inhibition'] = 0 and clo_i <= 50:
 		jump 'loopmaterinstvo_filter'
 	end
 end

+ 4 - 4
locations/shop_nerdvana.qsrc

@@ -71,7 +71,7 @@ if $ARGS[0] = 'cosplay':
 	clo_i += 1
 	if clothingfilter['quality'] = 0 and clo_i <= 7:
 		jump 'loopnerdvana_cosplay_filter'
-	elseif clothingfilter['inhibition'] = 0 and clo_i <= 40:
+	elseif clothingfilter['inhibition'] = 0 and clo_i <= 50:
 		jump 'loopnerdvana_cosplay_filter'
 	end
 end
@@ -128,7 +128,7 @@ if $ARGS[0] = 'outfits':
 	clo_i += 1
 	if clothingfilter['quality'] = 0 and clo_i <= 7:
 		jump 'loopnerdvana_outfits_filter'
-	elseif clothingfilter['inhibition'] = 0 and clo_i <= 40:
+	elseif clothingfilter['inhibition'] = 0 and clo_i <= 50:
 		jump 'loopnerdvana_outfits_filter'
 	end
 end
@@ -179,7 +179,7 @@ if $ARGS[0] = 'swim':
 	clo_i += 1
 	if clothingfilter['quality'] = 0 and clo_i <= 7:
 		jump 'loopnerdvana_swimsuit_filter'
-	elseif clothingfilter['inhibition'] = 0 and clo_i <= 40:
+	elseif clothingfilter['inhibition'] = 0 and clo_i <= 50:
 		jump 'loopnerdvana_swimsuit_filter'
 	end
 end
@@ -220,7 +220,7 @@ if $ARGS[0] = 'bikinis':
 	clo_i += 1
 	if clothingfilter['quality'] = 0 and clo_i <= 7:
 		jump 'loopnerdvana_bikinis_filter'
-	elseif clothingfilter['inhibition'] = 0 and clo_i <= 40:
+	elseif clothingfilter['inhibition'] = 0 and clo_i <= 50:
 		jump 'loopnerdvana_bikinis_filter'
 	end
 end

+ 2 - 2
locations/shop_pussycats.qsrc

@@ -1072,7 +1072,7 @@ if $ARGS[0] = 'dress':
 	clo_i += 1
 	if clothingfilter['quality'] = 0 and clo_i <= 7:
 		jump 'loopcats_dress_filter'
-	elseif clothingfilter['inhibition'] = 0 and clo_i <= 40:
+	elseif clothingfilter['inhibition'] = 0 and clo_i <= 50:
 		jump 'loopcats_dress_filter'
 	end
 end
@@ -1123,7 +1123,7 @@ if $ARGS[0] = 'clothes':
 	clo_i += 1
 	if clothingfilter['quality'] = 0 and clo_i <= 7:
 		jump 'loopcats_outfits_filter'
-	elseif clothingfilter['inhibition'] = 0 and clo_i <= 40:
+	elseif clothingfilter['inhibition'] = 0 and clo_i <= 50:
 		jump 'loopcats_outfits_filter'
 	end
 end

+ 2 - 2
locations/shop_scandalicious.qsrc

@@ -97,7 +97,7 @@ if $ARGS[0] = 'clothes':
 	clo_i += 1
 	if clothingfilter['quality'] = 0 and clo_i <= 7:
 		jump 'loopscandalicious_outfits_filter'
-	elseif clothingfilter['inhibition'] = 0 and clo_i <= 40:
+	elseif clothingfilter['inhibition'] = 0 and clo_i <= 50:
 		jump 'loopscandalicious_outfits_filter'
 	end
 end
@@ -160,7 +160,7 @@ if $ARGS[0] = 'dresses':
 	clo_i += 1
 	if clothingfilter['quality'] = 0 and clo_i <= 7:
 		jump 'loopscandalicious_dress_filter'
-	elseif clothingfilter['inhibition'] = 0 and clo_i <= 40:
+	elseif clothingfilter['inhibition'] = 0 and clo_i <= 50:
 		jump 'loopscandalicious_dress_filter'
 	end
 end

+ 2 - 2
locations/shop_tsar_bomba.qsrc

@@ -72,7 +72,7 @@ if $ARGS[0] = 'dresses':
 	clo_i += 1
 	if clothingfilter['quality'] = 0 and clo_i <= 7:
 		jump 'loopbomba_dresses_filter'
-	elseif clothingfilter['inhibition'] = 0 and clo_i <= 40:
+	elseif clothingfilter['inhibition'] = 0 and clo_i <= 50:
 		jump 'loopbomba_dresses_filter'
 	end
 end
@@ -129,7 +129,7 @@ if $ARGS[0] = 'clothes':
 	clo_i += 1
 	if clothingfilter['quality'] = 0 and clo_i <= 7:
 		jump 'loopbomba_filter'
-	elseif clothingfilter['inhibition'] = 0 and clo_i <= 40:
+	elseif clothingfilter['inhibition'] = 0 and clo_i <= 50:
 		jump 'loopbomba_filter'
 	end
 end

+ 2 - 2
locations/sportShop.qsrc

@@ -95,7 +95,7 @@ if $ARGS[0] = 'clo':
 	clo_i += 1
 	if clothingfilter['quality'] = 0 and clo_i <= 7:
 		jump 'loopdanilovich_outfits_filter'
-	elseif clothingfilter['inhibition'] = 0 and clo_i <= 40:
+	elseif clothingfilter['inhibition'] = 0 and clo_i <= 50:
 		jump 'loopdanilovich_outfits_filter'
 	end
 end
@@ -190,7 +190,7 @@ if $ARGS[0] = 'swim':
 	clo_i += 1
 	if clothingfilter['quality'] = 0 and clo_i <= 7:
 		jump 'loopswim_filter'
-	elseif clothingfilter['inhibition'] = 0 and clo_i <= 40:
+	elseif clothingfilter['inhibition'] = 0 and clo_i <= 50:
 		jump 'loopswim_filter'
 	end
 end

+ 1 - 1
locations/stat_display.qsrc

@@ -464,7 +464,7 @@ if $clothingworntype ! 'nude':
 			$stat_bra_msg = 'Parts of your bra are visible due to your top''s cut.'
 			$stat_bra_text = '<BR><font color = #0064FF><<$stat_bra_msg>></font>'
 		end
-	elseif CloTopCut = 4 and $braworntype ! 'none':
+	elseif CloTopCut = 3 and $braworntype ! 'none':
 		$stat_bra_msg = 'Some glimpses of your bra are visible due to your plunging neckline.'
 		$stat_bra_text = '<BR><font color = #0064FF><<$stat_bra_msg>></font>'
 	elseif $braworntype = 'none' and pcs_horny >= 50: