Ver código fonte

[Fixes] Some incorrect variables for clothing checks in Natasha events and for Stat icons

KevinSmarts 4 anos atrás
pai
commit
8bdfc6c10e
2 arquivos alterados com 21 adições e 21 exclusões
  1. 1 1
      locations/nastja.qsrc
  2. 20 20
      locations/stat_display.qsrc

+ 1 - 1
locations/nastja.qsrc

@@ -400,7 +400,7 @@ if $ARGS[0] = 'pos17':
 	*clr
 	minut += 60
 	pcs_mood += 50
-	if PCloExhibit + 10 > pcs_inhib: pcs_inhib += 1
+	if PCloInhibit + 10 > pcs_inhib: pcs_inhib += 1
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/characters/city/anastasia/2bimbos.jpg"></center>'
 	'You have a great time on the beach: You swim and play around in the water, you sunbathe, reading, chatting or snoozing as you do, drink milkshakes that Nastya brought along from home and take a couple of photos with the lake in the background. It is a thoroughly enjoyable, exhausting time and you are starting to wonder if you shouldn''t go home soon when Nastya speaks up.'

+ 20 - 20
locations/stat_display.qsrc

@@ -499,11 +499,11 @@ elseif $clothingworntype = 'exercise':
 		$stat_clothes_msg = 'You are wearing a gym outfit a bimbo would wear.'
 		$stat_clothes_tooltip = 'Bimbo gym outfit.'
 		$stat_clothes_style = 'exercise_b'
-	elseif CloInhibit >= 30:
+	elseif PCloInhibit >= 30:
 		$stat_clothes_msg = 'You''re wearing a revealing gym outfit.'
 		$stat_clothes_tooltip = 'Revealing gym outfit.'
 		$stat_clothes_style = 'exercise_s'
-	elseif CloInhibit >= 20:
+	elseif PCloInhibit >= 20:
 		$stat_clothes_msg = 'You''re wearing a slightly revealing gym outfit.'
 		$stat_clothes_tooltip = 'Slightly revealing gym outfit.'
 		$stat_clothes_style = 'exercise_s'
@@ -513,12 +513,12 @@ elseif $clothingworntype = 'exercise':
 		$stat_clothes_style = 'exercise'
 	end
 elseif $clothingworntype = 'swimwear':
-	if (CloInhibit >= 50 or CloThinness = 6) and PCloBimbo = 1 and cheatBimbo = 0:
+	if (PCloInhibit >= 50 or PCloThinness = 6) and PCloBimbo = 1 and cheatBimbo = 0:
 		$stat_clothes_text = '<BR><font color = #FF00FF>You are dressed as a bimbo</font>'
 		$stat_clothes_msg = 'You''re wearing an exhibitionist swimsuit a bimbo would wear.'
 		$stat_clothes_tooltip = 'Exhibitionist/Bimbo swimsuit.'
 		$stat_clothes_style = 'swimsuit_eb'
-	elseif (CloInhibit >= 50 or CloThinness = 6) and (PCloBimbo = 0 or cheatBimbo = 1):
+	elseif (PCloInhibit >= 50 or PCloThinness = 6) and (PCloBimbo = 0 or cheatBimbo = 1):
 		$stat_clothes_msg = 'You are wearing an exhibitionist swimsuit.'
 		$stat_clothes_tooltip = 'Exhibitionist swimsuit.'
 		$stat_clothes_style = 'swimsuit_e'
@@ -527,15 +527,15 @@ elseif $clothingworntype = 'swimwear':
 		$stat_clothes_msg = 'You are wearing a swimsuit a bimbo would wear.'
 		$stat_clothes_tooltip = 'Bimbo swimsuit.'
 		$stat_clothes_style = 'swimsuit_b'
-	elseif CloInhibit >= 40:
+	elseif PCloInhibit >= 40:
 		$stat_clothes_msg = 'You''re wearing a very revealing swimsuit.'
 		$stat_clothes_tooltip = 'Very revealing swimsuit.'
 		$stat_clothes_style = 'swimsuit_s'
-	elseif CloInhibit >= 30:
+	elseif PCloInhibit >= 30:
 		$stat_clothes_msg = 'You''re wearing a revealing swimsuit.'
 		$stat_clothes_tooltip = 'Revealing swimsuit.'
 		$stat_clothes_style = 'swimsuit_s'
-	elseif CloInhibit >= 25:
+	elseif PCloInhibit >= 25:
 		$stat_clothes_msg = 'You''re wearing a slightly revealing swimsuit.'
 		$stat_clothes_tooltip = 'Slightly revealing swimsuit.'
 		$stat_clothes_style = 'swimsuit_s'
@@ -554,12 +554,12 @@ elseif $clothingworntype = 'office':
 		$stat_clothes_msg = 'You''re wearing an office dress a prostitute would wear.'
 		$stat_clothes_tooltip = 'Prostitute office dress.'
 		$stat_clothes_style = 'office_p'
-	elseif (CloExhibit >= 40 or CloThinness = 6) and PCloBimbo = 1 and cheatBimbo = 0:
+	elseif (PCloInhibit >= 40 or PCloThinness = 6) and PCloBimbo = 1 and cheatBimbo = 0:
 		$stat_clothes_text = '<BR><font color = #FF00FF>You are dressed as a bimbo</font>'
 		$stat_clothes_msg = 'You''re wearing an exhibitionist office dress a bimbo would wear.'
 		$stat_clothes_tooltip = 'Exhibitionist/Bimbo office office dress.'
 		$stat_clothes_style = 'office_eb'
-	elseif (CloExhibit >= 40 or CloThinness = 6) and (PCloBimbo = 0 or cheatBimbo = 1):
+	elseif (PCloInhibit >= 40 or PCloThinness = 6) and (PCloBimbo = 0 or cheatBimbo = 1):
 		$stat_clothes_msg = 'You are wearing an exhibitionist office dress.'
 		$stat_clothes_tooltip = 'Exhibitionist office dress.'
 		$stat_clothes_style = 'office_e'
@@ -568,15 +568,15 @@ elseif $clothingworntype = 'office':
 		$stat_clothes_msg = 'You are wearing an office dress a bimbo would wear.'
 		$stat_clothes_tooltip = 'Bimbo office dress.'
 		$stat_clothes_style = 'office_b'
-	elseif CloExhibit >= 30:
+	elseif PCloInhibit >= 30:
 		$stat_clothes_msg = 'You''re wearing a very revealing office dress.'
 		$stat_clothes_tooltip = 'Very revealing office dress.'
 		$stat_clothes_style = 'office_s'
-	elseif CloExhibit >= 25:
+	elseif PCloInhibit >= 25:
 		$stat_clothes_msg = 'You''re wearing a revealing office dress.'
 		$stat_clothes_tooltip = 'Revealing office dress.'
 		$stat_clothes_style = 'office_s'
-	elseif CloExhibit >= 20:
+	elseif PCloInhibit >= 20:
 		$stat_clothes_msg = 'You''re wearing a slightly revealing office dress.'
 		$stat_clothes_tooltip = 'Slightly revealing office dress.'
 		$stat_clothes_style = 'office_s'
@@ -600,15 +600,15 @@ elseif PCloStyle2 = 4:
 		$stat_clothes_msg = 'You''re wearing a school uniform a bimbo would wear.'
 		$stat_clothes_tooltip = 'Bimbo school uniform.'
 		$stat_clothes_style = 'uniform_b'
-	elseif CloExhibit >= 30:
+	elseif PCloInhibit >= 30:
 		$stat_clothes_msg = 'You''re wearing a very revealing school uniform.'
 		$stat_clothes_tooltip = 'Very revealing school uniform.'
 		$stat_clothes_style = 'uniform_s'
-	elseif CloExhibit >= 25:
+	elseif PCloInhibit >= 25:
 		$stat_clothes_msg = 'You''re wearing a revealing school uniform.'
 		$stat_clothes_tooltip = 'Revealing school uniform.'
 		$stat_clothes_style = 'uniform_s'
-	elseif CloExhibit >= 20:
+	elseif PCloInhibit >= 20:
 		$stat_clothes_msg = 'You''re wearing a slightly revealing school uniform.'
 		$stat_clothes_tooltip = 'Slightly revealing school uniform.'
 		$stat_clothes_style = 'uniform_s'
@@ -632,12 +632,12 @@ else
 		$stat_clothes_msg = 'You''re wearing an outfit a prostitute would wear.'
 		$stat_clothes_tooltip = 'Prostitute outfit.'
 		$stat_clothes_style = 'clothes_p'
-	elseif (CloExhibit >= 40 or CloThinness = 6) and PCloBimbo = 1 and cheatBimbo = 0:
+	elseif (PCloInhibit >= 40 or PCloThinness = 6) and PCloBimbo = 1 and cheatBimbo = 0:
 		$stat_clothes_text = '<BR><font color = #FF00FF>You are dressed as a bimbo</font>'
 		$stat_clothes_msg = 'You''re wearing exhibitionist clothes a bimbo would wear.'
 		$stat_clothes_tooltip = 'Exhibitionist/Bimbo outfit.'
 		$stat_clothes_style = 'clothes_eb'
-	elseif (CloExhibit >= 40 or CloThinness = 6) and (PCloBimbo = 0 or cheatBimbo = 1):
+	elseif (PCloInhibit >= 40 or PCloThinness = 6) and (PCloBimbo = 0 or cheatBimbo = 1):
 		$stat_clothes_msg = 'You are wearing exhibitionist clothes.'
 		$stat_clothes_tooltip = 'Exhibitionist outfit.'
 		$stat_clothes_style = 'clothes_e'
@@ -646,15 +646,15 @@ else
 		$stat_clothes_msg = 'You are wearing bimbo clothes.'
 		$stat_clothes_tooltip = 'Bimbo outfit.'
 		$stat_clothes_style = 'clothes_b'
-	elseif CloExhibit >= 30:
+	elseif PCloInhibit >= 30:
 		$stat_clothes_msg = 'You''re wearing very revealing clothes.'
 		$stat_clothes_tooltip = 'Very revealing outfit.'
 		$stat_clothes_style = 'clothes_s'
-	elseif CloExhibit >= 25:
+	elseif PCloInhibit >= 25:
 		$stat_clothes_msg = 'You''re wearing revealing clothes.'
 		$stat_clothes_tooltip = 'Revealing outfit.'
 		$stat_clothes_style = 'clothes_s'
-	elseif CloExhibit >= 20:
+	elseif PCloInhibit >= 20:
 		$stat_clothes_msg = 'You''re wearing slightly revealing clothes.'
 		$stat_clothes_tooltip = 'Slightly revealing outfit.'
 		$stat_clothes_style = 'clothes_s'