Explorar el Código

[fixed] willpower wasn't paid for doing homework

julzor hace 4 años
padre
commit
4485c71d80
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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'