From bdb1c34a8ed5c2e9af53706c3e19efabf07489c2 Mon Sep 17 00:00:00 2001 From: Crazylemon64 Date: Sun, 6 Dec 2015 00:21:33 -0800 Subject: [PATCH] Intensive care can now rescue dethrall malpractice --- code/modules/surgery/organs_internal.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/surgery/organs_internal.dm b/code/modules/surgery/organs_internal.dm index 96344a40a16..b0b840d138c 100644 --- a/code/modules/surgery/organs_internal.dm +++ b/code/modules/surgery/organs_internal.dm @@ -51,7 +51,7 @@ if(prob(50)) user.visible_message("[user] slips and rips the tumor out from [target]'s [braincase]!", \ "You fumble and tear out [target]'s tumor!") - target.adjustBrainLoss(150) // This is so you can't just defib'n go + target.adjustBrainLoss(110) // This is so you can't just defib'n go ticker.mode.remove_thrall(target.mind,1) else user.visible_message("[user]'s hand slips and fumbles! Luckily, they didn't damage anything!")