TG Update: 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
This commit is contained in:
quartz235@gmail.com
2011-12-18 18:50:25 +00:00
committed by Hawk-v3
parent 86ae15aa49
commit 23993ba9a9

View File

@@ -578,6 +578,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)
@@ -603,6 +611,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)