Hydration/Nutrition Tweaks (#5439)

This commit is contained in:
BurgerLUA
2018-10-23 15:30:33 +02:00
committed by Werner
parent fd57a05ef0
commit 847ba919e3
6 changed files with 66 additions and 25 deletions
+2 -2
View File
@@ -120,8 +120,8 @@ var/const/BLOOD_VOLUME_SURVIVE = 122
// Without enough blood you slowly go hungry and thirsty
if(blood_volume <= BLOOD_VOLUME_SAFE)
adjustNutritionLoss(get_nutrition_mul(1,5))
adjustHydrationLoss(get_hydration_mul(1,13))
adjustNutritionLoss(7)
adjustHydrationLoss(3)
//Bleeding out
var/blood_max = 0