Browse Source

[fixed] no panty check for scene

Kevin_Smarts 5 months ago
parent
commit
b7ee82efcc
1 changed files with 22 additions and 15 deletions
  1. 22 15
      locations/gschool_lessonsev1.qsrc

+ 22 - 15
locations/gschool_lessonsev1.qsrc

@@ -88,24 +88,31 @@ if $ARGS[0] = 'fiz2':
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/gym/fizperand3.jpg"></center>'
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/gym/fizperand3.jpg"></center>'
 	'You and some of the other girls get down on your knees together, enjoying the attention of the watching boys as you all show off your asses to them. Deciding to tease them further, the girls all pull their pants down at the same time.'
 	'You and some of the other girls get down on your knees together, enjoying the attention of the watching boys as you all show off your asses to them. Deciding to tease them further, the girls all pull their pants down at the same time.'
 	gs 'willpower', 'misc', 'self', 'medium'
 	gs 'willpower', 'misc', 'self', 'medium'
-	if will_cost <= pcs_willpwr:
-		act 'Pull your pants down':
+	if $pantyworntype = 'none':
+		gs 'fame', 'pav', 'sex', 1
+		cla
+		'You are not wearing panties so you sway your naked ass for the boys, this gains you a lot of attention but its not great for your reputation.'
+		act 'End of lesson': gt 'gschool_lessons4', 'postphys'
+	else
+		if will_cost <= pcs_willpwr:
+			act 'Pull your pants down':
+				cla
+				gs 'willpower', 'misc', 'self', 'hard'
+				gs 'willpower', 'pay', 'self'
+				gs 'arousal', 'foreplay', 10, 'exhibitionism'
+				pcs_mood += 20
+				gs 'stat'
+				'You join in and enjoy the small boost of confidence as the boys drool over the panty-clad asses all swaying in front of them. Coach Pavlovich is keeping his distance, unsure what to think or do.'
+				act 'End of lesson': gt 'gschool_lessons4', 'postphys'
+			end
+		else
+			act 'Pull your pants down (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+		end
+		act 'Don''t pull your pants down':
 			cla
 			cla
-			gs 'willpower', 'misc', 'self', 'hard'
-			gs 'willpower', 'pay', 'self'
-			gs 'arousal', 'foreplay', 10, 'exhibitionism'
-			pcs_mood += 20
-			gs 'stat'
-			'You join in and enjoy the small boost of confidence as the boys drool over the panty-clad asses all swaying in front of them. Coach Pavlovich is keeping his distance, unsure what to think or do.'
+			'You refrain from following their example and just sway your ass for the boys, but they seem to be more interested in the other girls.'
 			act 'End of lesson': gt 'gschool_lessons4', 'postphys'
 			act 'End of lesson': gt 'gschool_lessons4', 'postphys'
 		end
 		end
-	else
-		act 'Pull your pants down (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-	end
-	act 'Don''t pull your pants down':
-		cla
-		'You refrain from following their example and just sway your ass for the boys, but they seem to be more interested in the other girls.'
-		act 'End of lesson': gt 'gschool_lessons4', 'postphys'
 	end
 	end
 end
 end