Browse Source

[fixes] Old willpower changes removed

KevinSmarts 4 years ago
parent
commit
befeb5e070
1 changed files with 0 additions and 2 deletions
  1. 0 2
      locations/stat.qsrc

+ 0 - 2
locations/stat.qsrc

@@ -894,7 +894,6 @@ end
 if pcs_hydra <= 0:
 	pcs_hydra = 1
 	pcs_health -= 5
-	pcs_willpwr -= 1
 end
 
 !!Set hydra_check value
@@ -903,7 +902,6 @@ hydra_check = pcs_hydra
 if pcs_mood <= 0:
 	pcs_mood = 1
 	pcs_health -= 5
-	pcs_willpwr -= 5
 end
 
 if pcs_health < 0: