From 810962c63380eb3ebdc2cba0d8dec3cbb7b08666 Mon Sep 17 00:00:00 2001
From: silicons <2003111+silicons@users.noreply.github.com>
Date: Wed, 5 Aug 2020 01:29:51 -0700
Subject: [PATCH] Update blood.dm
---
code/modules/mob/living/blood.dm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/code/modules/mob/living/blood.dm b/code/modules/mob/living/blood.dm
index 36a6f6296b..7ef8d6017c 100644
--- a/code/modules/mob/living/blood.dm
+++ b/code/modules/mob/living/blood.dm
@@ -65,7 +65,8 @@
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()
+ adjustBruteLoss(15)
+ bleed(20)
if(BLOOD_VOLUME_MAXIMUM to BLOOD_VOLUME_EXCESS)
if(prob(10))
to_chat(src, "You feel terribly bloated.")