Browse Source

[fixed] sudden death by thirst

3xpurt 6 years ago
parent
commit
43610a4479
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/stat

+ 1 - 1
locations/stat

@@ -853,7 +853,7 @@ if pcs_energy < 0:
 end
 
 if pcs_hydra <= 0:
-	pcs_hydra = 0
+	pcs_hydra = 1
 	pcs_health -= 5
 	pcs_willpwr -= 1
 end