1
0
Pārlūkot izejas kodu

[fixes] Old willpower changes removed

KevinSmarts 5 gadi atpakaļ
vecāks
revīzija
befeb5e070
1 mainītis faili ar 0 papildinājumiem un 2 dzēšanām
  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: