Browse Source

[fixed] uniform check not triggering, moved decline option to the top in the school

julzor 4 years ago
parent
commit
dae75ccc1f
2 changed files with 2 additions and 2 deletions
  1. 1 1
      locations/gschool_break.qsrc
  2. 1 1
      locations/gschool_lessons.qsrc

+ 1 - 1
locations/gschool_break.qsrc

@@ -227,7 +227,6 @@ if $ARGS[0] = 'girls_restroom_events':
 					'You shake your head. "What? No I''m not going to eat your pussy."'
 					'She takes a step towards you. "You better, if you know what''s good for you."'
 					'You know these gopnik girls are dangerous, most of them like to fight for fun and many of them carry knives. Not sure how serious she is about this, you know that you are far enough away that you can just dash out of the restroom, but she might come after you later, or you could do what she says and lick her pussy.'
-					act 'Submit': gt 'gschool_break', 'lena_dom'
 !!ToDo: Add in a option to fight once we revamp fighting (nutluck)
 					gs 'willpower', 'cuni', 'resist', 'easy'
 					if will_cost <= pcs_willpwr:
@@ -242,6 +241,7 @@ if $ARGS[0] = 'girls_restroom_events':
 					else
 						act 'Make a run for it (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
 					end
+					act 'Submit': gt 'gschool_break', 'lena_dom'
 				end
 			else
 				act 'Tell her no (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'

+ 1 - 1
locations/gschool_lessons.qsrc

@@ -128,7 +128,7 @@ if $ARGS[0] = 'morning':
 	end
 end
 
-if $ARGS[2] = 'uniform_check':
+if $ARGS[0] = 'uniform_check':
 	if PCloInhibit <= 10:
 		grupvalue[3] += 1
 		grupvalue[5] += 1