From 4429c4615bd69c07169cc98f3fd6c5798ec41612 Mon Sep 17 00:00:00 2001 From: Timothy Teakettle <59849408+timothyteakettle@users.noreply.github.com> Date: Wed, 5 Aug 2020 22:58:15 +0100 Subject: [PATCH] no gibbies please --- code/modules/mob/living/blood.dm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/code/modules/mob/living/blood.dm b/code/modules/mob/living/blood.dm index 36a6f6296b..cf1a158fc5 100644 --- a/code/modules/mob/living/blood.dm +++ b/code/modules/mob/living/blood.dm @@ -62,10 +62,6 @@ //Effects of bloodloss var/word = pick("dizzy","woozy","faint") switch(blood_volume) - if(BLOOD_VOLUME_EXCESS to BLOOD_VOLUME_MAX_LETHAL) - if(prob(15)) - to_chat(src, "Blood starts to tear your skin apart. You're going to burst!") - gib() if(BLOOD_VOLUME_MAXIMUM to BLOOD_VOLUME_EXCESS) if(prob(10)) to_chat(src, "You feel terribly bloated.")