1
0
Преглед на файлове

[fixed] Bug with missing bra check that Deroc spotted

KevinSmarts преди 5 години
родител
ревизия
e3de2fa778
променени са 1 файла, в които са добавени 21 реда и са изтрити 19 реда
  1. 21 19
      locations/gschool_lessons2.qsrc

+ 21 - 19
locations/gschool_lessons2.qsrc

@@ -1035,28 +1035,30 @@ if $ARGS[0] = 'shop':
 					else
 						act 'Take photos under your skirt (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
 					end
-					gs 'willpower', 'misc', 'self', 'medium'
-					if $braworntype ! 'none' and will_cost <= pcs_willpwr:
-						act 'Hide the phone in your bra (<<will_cost>> Willpower)':
-							*clr & cla
-							gs 'willpower', 'misc', 'self', 'medium'
-							gs 'willpower', 'pay', 'self'
-							demerit += 5
-							'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/nophone.jpg"></center>'
-							'You deftly shove the phone in your bra, and smile fiendishly as you see the indecisiveness on your teacher''s face.'
-							'You pretend it''s a perfectly normal place to store your phone, and use your cute voice as you tell him, "Is there a problem, Mr. Kuznetsov? Go ahead, take my phone if you don''t think I should have it." You thrust your chest forward as you encourage him, giving him a nice view of your ample cleavage - the outline of your phone very visible through the fabric.'
-							'He narrows his eyes. "Very well come see me after class, or we can just call your mother to come to school and pick you up for being expelled." He notes the change in your expression and smirks a bit, knowing you will see him after class now.'
-							act 'Wait for the end of class':
+					if $braworntype ! 'none':
+						gs 'willpower', 'misc', 'self', 'medium'
+						if will_cost <= pcs_willpwr:
+							act 'Hide the phone in your bra (<<will_cost>> Willpower)':
 								*clr & cla
-								Kuznecov_shop_punishment = 1
-								'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/teacher/ruslan/sex/pshop1.jpg"></center>'
-								'You wait until the end of class. Then you walk up to Mr. Kuznetsov''s desk. "You wanted to see me?"'
-								'He looks up at you for a moment before saying. "Come to my office after school so we can talk about this. If not I will be calling your mother to school tomorrow." With that he dismisses you to go to you next class.'
-								act 'Go to next class': gt 'gschool_lessons', 'short_break'
+								gs 'willpower', 'misc', 'self', 'medium'
+								gs 'willpower', 'pay', 'self'
+								demerit += 5
+								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/nophone.jpg"></center>'
+								'You deftly shove the phone in your bra, and smile fiendishly as you see the indecisiveness on your teacher''s face.'
+								'You pretend it''s a perfectly normal place to store your phone, and use your cute voice as you tell him, "Is there a problem, Mr. Kuznetsov? Go ahead, take my phone if you don''t think I should have it." You thrust your chest forward as you encourage him, giving him a nice view of your ample cleavage - the outline of your phone very visible through the fabric.'
+								'He narrows his eyes. "Very well come see me after class, or we can just call your mother to come to school and pick you up for being expelled." He notes the change in your expression and smirks a bit, knowing you will see him after class now.'
+								act 'Wait for the end of class':
+									*clr & cla
+									Kuznecov_shop_punishment = 1
+									'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/teacher/ruslan/sex/pshop1.jpg"></center>'
+									'You wait until the end of class. Then you walk up to Mr. Kuznetsov''s desk. "You wanted to see me?"'
+									'He looks up at you for a moment before saying. "Come to my office after school so we can talk about this. If not I will be calling your mother to school tomorrow." With that he dismisses you to go to you next class.'
+									act 'Go to next class': gt 'gschool_lessons', 'short_break'
+								end
 							end
+						else
+							act 'Hide the phone in your bra (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
 						end
-					else
-						act 'Hide the phone in your bra (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
 					end
 				end
 			else