mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
* Added * arrow requested changes
This commit is contained in:
@@ -119,9 +119,9 @@ var/const/BLOOD_VOLUME_SURVIVE = 122
|
||||
death()
|
||||
|
||||
// Without enough blood you slowly go hungry and thirsty
|
||||
if(blood_volume < BLOOD_VOLUME_SAFE)
|
||||
adjustNutritionLoss(get_nutrition_mul(1,20))
|
||||
adjustHydrationLoss(get_hydration_mul(1,10))
|
||||
if(blood_volume <= BLOOD_VOLUME_SAFE)
|
||||
adjustNutritionLoss(get_nutrition_mul(1,5))
|
||||
adjustHydrationLoss(get_hydration_mul(1,13))
|
||||
|
||||
//Bleeding out
|
||||
var/blood_max = 0
|
||||
|
||||
Reference in New Issue
Block a user