From c989aed8af6b3742872a06e93bf188a5eeff3790 Mon Sep 17 00:00:00 2001 From: "quartz235@gmail.com" Date: Sun, 18 Dec 2011 18:50:25 +0000 Subject: [PATCH] monkeys are no longer made of antigibnium, as brought to my attention in issue 253 git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2736 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/mob/living/carbon/monkey/monkey.dm | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/code/modules/mob/living/carbon/monkey/monkey.dm b/code/modules/mob/living/carbon/monkey/monkey.dm index 34ad5c6f464..dd0bacec8d8 100644 --- a/code/modules/mob/living/carbon/monkey/monkey.dm +++ b/code/modules/mob/living/carbon/monkey/monkey.dm @@ -530,6 +530,14 @@ /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) @@ -555,6 +563,13 @@ 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)