Strange reagent has a chance to gib you now anyways

This commit is contained in:
Crazylemon64
2017-02-18 00:00:25 -08:00
parent e0b23a1e10
commit 6b7fb9b3e4
@@ -628,7 +628,7 @@
if(iscarbon(M))
if(method == INGEST)
if(M.stat == DEAD)
if(M.getBruteLoss()+M.getFireLoss() >= 150)
if(M.getBruteLoss()+M.getFireLoss() >= 150 || prob(10))
M.visible_message("<span class='warning'>[M]'s body starts convulsing!</span>")
M.gib()
return
@@ -1003,4 +1003,4 @@
/datum/reagent/medicine/earthsblood/overdose_process(mob/living/M)
M.SetHallucinate(min(max(0, M.hallucination + 10), 50))
M.adjustToxLoss(5 * REAGENTS_EFFECT_MULTIPLIER)
M.adjustToxLoss(5 * REAGENTS_EFFECT_MULTIPLIER)