Explorar el Código

Merge branch 'master' of https://git.catrenelle.com/Kevin_Smarts/glife

julzor hace 5 años
padre
commit
9bb2dbeff9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      locations/willpower.qsrc

+ 1 - 1
locations/willpower.qsrc

@@ -290,7 +290,7 @@ if $ARGS[0] = 'resist': pcs_willpwr -= will_cost
 if $ARGS[0] = 'force':
 	pcs_willpwr -= will_cost
 	will_counter += 1
-	if will_counter > 10: pcs_will += 1
+	if will_counter > 10: willpowermax += 1
 end
 
 --- willpower ---------------------------------