From c6a68bad8359d5cd11bfd8d2e568bc019d9a95b4 Mon Sep 17 00:00:00 2001 From: checkraisefold Date: Fri, 24 Nov 2017 20:35:33 -0800 Subject: [PATCH] fix zombie reanimation (#33049) lol --- code/modules/zombie/organs.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/zombie/organs.dm b/code/modules/zombie/organs.dm index 0b7a54ee1f..d55059960f 100644 --- a/code/modules/zombie/organs.dm +++ b/code/modules/zombie/organs.dm @@ -52,6 +52,8 @@ return if(owner.stat != DEAD && !converts_living) return + if(!owner.getorgan(/obj/item/organ/brain)) + return if(!iszombie(owner)) to_chat(owner, "You can feel your heart stopping, but something isn't right... \ life has not abandoned your broken form. You can only feel a deep and immutable hunger that \