From e3382d81ac878ef3b0930c3e23048e8c17abfca3 Mon Sep 17 00:00:00 2001 From: Hawk-v3 Date: Tue, 28 Feb 2012 23:02:49 +0000 Subject: [PATCH] Agh, ack, bugger! More Ex_act issues. --- code/modules/mob/living/carbon/monkey/monkey.dm | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/code/modules/mob/living/carbon/monkey/monkey.dm b/code/modules/mob/living/carbon/monkey/monkey.dm index ab90e3662b6..8cc04a4d2b0 100644 --- a/code/modules/mob/living/carbon/monkey/monkey.dm +++ b/code/modules/mob/living/carbon/monkey/monkey.dm @@ -603,13 +603,7 @@ health = 100 - getOxyLoss() - getToxLoss() - getFireLoss() - getBruteLoss() if (prob(50)) Paralyse(10) - if (stat == DEAD && client) - gib(1) - return - if (stat == DEAD && !client) - gibs(loc, viruses) - del(src) - return + /obj/effect/equip_e/monkey/process() if (item)