From 3d893dae715c4f5beeea1a9e45f2460e41dcfe00 Mon Sep 17 00:00:00 2001 From: Kyep Date: Sat, 28 Jan 2017 21:18:57 -0800 Subject: [PATCH] Tiger !. change, round two --- .../simple_animal/hostile/terror_spiders/terror_spiders.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/simple_animal/hostile/terror_spiders/terror_spiders.dm b/code/modules/mob/living/simple_animal/hostile/terror_spiders/terror_spiders.dm index b9bcb3964df..b441ea966ee 100644 --- a/code/modules/mob/living/simple_animal/hostile/terror_spiders/terror_spiders.dm +++ b/code/modules/mob/living/simple_animal/hostile/terror_spiders/terror_spiders.dm @@ -256,8 +256,8 @@ var/global/list/ts_spiderling_list = list() return ..() /mob/living/simple_animal/hostile/poison/terror_spider/Life() - ..() - if(stat == DEAD) + . = ..() + if(!.) // if mob is dead if(prob(2)) // 2% chance every cycle to decompose visible_message("\The dead body of the [src] decomposes!")