From e1b214761b770b8d95da1110cd4da331dd782b5d Mon Sep 17 00:00:00 2001 From: Hawk-v3 Date: Tue, 28 Feb 2012 22:54:43 +0000 Subject: [PATCH] ex_act derp --- code/modules/mob/living/carbon/monkey/monkey.dm | 8 -------- 1 file changed, 8 deletions(-) diff --git a/code/modules/mob/living/carbon/monkey/monkey.dm b/code/modules/mob/living/carbon/monkey/monkey.dm index 52a8f82a5f9..ab90e3662b6 100644 --- a/code/modules/mob/living/carbon/monkey/monkey.dm +++ b/code/modules/mob/living/carbon/monkey/monkey.dm @@ -578,14 +578,6 @@ /mob/living/carbon/monkey/ex_act(severity) flick("flash", flash) - if (stat == 2 && client) - gib(1) - return - - if (stat == 2 && !client) - gibs(loc, viruses) - del(src) - return switch(severity) if(1.0) if (stat != 2)