Skip to content

Commit

Permalink
morrow
Browse files Browse the repository at this point in the history
  • Loading branch information
QuickLode committed Oct 8, 2023
1 parent 4046953 commit 7a95335
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions code/modules/mob/living/blood.dm
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,6 @@
death(create_cause_data(species.flags & IS_SYNTHETIC ? "power failure" : "blood loss"))


// Without enough blood you slowly go hungry.
if(blood_volume < BLOOD_VOLUME_SAFE)
if(nutrition >= 300)
nutrition -= 10
else if(nutrition >= 200)
nutrition -= 3

/mob/living/carbon/human/proc/low_blood_messsage(severity)
var/msg
var/severity_mod
Expand Down

0 comments on commit 7a95335

Please sign in to comment.