Browse Source

[fixed] willpower wasn't paid for doing homework

julzor 4 years ago
parent
commit
4485c71d80
1 changed files with 1 additions and 0 deletions
  1. 1 0
      locations/stol.qsrc

+ 1 - 0
locations/stol.qsrc

@@ -151,6 +151,7 @@ if $ARGS[0] = 'stolPar':
 			lernHome = 0
 			gs 'willpower', 'misc', 'self', iif((pcs_grades < 50 or grupTipe = 3) and grupTipe ! 4, 'easy', iif(pcs_grades < 90 and grupTipe ! 4, 'medium', 'hard'))
 			will_cost = will_cost * lernHome
+			gs 'willpower', 'pay', 'self'
 			gs'stat'
 			
 			act 'Continue':gt 'stol', 'stolPar'