Update blood.dm

This commit is contained in:
silicons
2020-08-05 01:29:51 -07:00
committed by GitHub
parent 96fde52eab
commit 810962c633

View File

@@ -65,7 +65,8 @@
if(BLOOD_VOLUME_EXCESS to BLOOD_VOLUME_MAX_LETHAL)
if(prob(15))
to_chat(src, "<span class='userdanger'>Blood starts to tear your skin apart. You're going to burst!</span>")
gib()
adjustBruteLoss(15)
bleed(20)
if(BLOOD_VOLUME_MAXIMUM to BLOOD_VOLUME_EXCESS)
if(prob(10))
to_chat(src, "<span class='warning'>You feel terribly bloated.</span>")