Переглянути джерело

[fixed] Marisha event causing white screen and stat display for commando lvl not having you flushed with shame if inhibition low enough

Kevin_Smarts 3 роки тому
батько
коміт
97dbd0ad66
2 змінених файлів з 11 додано та 7 видалено
  1. 6 6
      locations/marisha_ev.qsrc
  2. 5 1
      locations/stat_display.qsrc

+ 6 - 6
locations/marisha_ev.qsrc

@@ -2,18 +2,18 @@
 
 if $ARGS[0] =  'marisha_event':
 	marisha_day = daystart
-	if MarishaQW["Event"] = 1:
+	if MarishaQW["Event"] = 0:
 		gt 'marisha_ev', 'Marisha'
-	elseif MarishaQW["Event"] = 2:
+	elseif MarishaQW["Event"] = 1:
 		gt 'marisha_ev', 'Marisha 2'
-	elseif MarishaQW["Event"] = 3:
+	elseif MarishaQW["Event"] = 2:
 		gt 'marisha_ev', 'Marisha 3'
 	end
 end
 
 if $ARGS[0] =  'Marisha':
 	cla & *clr
-	MarishaQW["Event"] = 2
+	MarishaQW["Event"] = 1
 	minut += 5
 	gs 'stat'
 	'<center><img src="images/characters/pavlovsk/girl.jpg"></center>'
@@ -44,7 +44,7 @@ end
 
 if $ARGS[0] =  'Marisha 2':
 	cla & *clr
-	MarishaQW["Event"] = 3
+	MarishaQW["Event"] = 2
 	minut += 5
 	gs 'stat'
 	'<center><img src="images/characters/pavlovsk/girl.jpg"></center>'
@@ -75,7 +75,7 @@ end
 
 if $ARGS[0] =  'Marisha 3':
 	cla & *clr
-	MarishaQW["Event"] = 4
+	MarishaQW["Event"] = 3
 	minut += 5
 	gs 'stat'
 	'<center><img src="images/characters/pavlovsk/girl.jpg"></center>'

+ 5 - 1
locations/stat_display.qsrc

@@ -426,7 +426,11 @@ if $pantyworntype = 'none' and PCloswimwear = 0:
 		$stat_panty_msg = 'You feel liberated not wearing panties as your naked ass flashes from under your short skirt.'
 		$stat_panty_text = '<BR><font color=#0064FF><<$stat_panty_msg>></font>'
 	elseif PCloSkirt > 3 and trait['commando_lvl'] < 1:
-		$stat_panty_msg = 'Your face is flushed with shame. You are not wearing panties, and your naked ass flashes from under your short skirt.'
+		if pcs_inhib <= 50:
+			$stat_panty_msg = 'Your face is flushed with shame. You are not wearing panties, and your naked ass flashes from under your short skirt.'
+		else
+			$stat_panty_msg = 'It feels odd and a bit uncomfortable not wearing panties with such a short skirt. Your naked ass flashes from under it.'
+		end
 		$stat_panty_text = '<BR><b><font color="red"><<$stat_panty_msg>></font></b>'
 	elseif PCloPants > 0 and trait['commando_lvl'] = 2:
 		$stat_panty_msg = 'You are comfortably commando, not bothered at all by your bare pussy rubbing against the inside of your pants.'