mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Hydration/Nutrition Tweaks (#5439)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user