From cfedbdffdfbd08b509027ddcc779b94f8384cafb Mon Sep 17 00:00:00 2001 From: Aurorablade Date: Thu, 22 Feb 2018 00:19:11 -0500 Subject: [PATCH] forgot this --- code/modules/mob/living/simple_animal/hostile/floorcluwne.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/hostile/floorcluwne.dm b/code/modules/mob/living/simple_animal/hostile/floorcluwne.dm index 445676deea2..a574c083405 100644 --- a/code/modules/mob/living/simple_animal/hostile/floorcluwne.dm +++ b/code/modules/mob/living/simple_animal/hostile/floorcluwne.dm @@ -159,7 +159,8 @@ invisibility = INVISIBILITY_MAXIMUM mouse_opacity = 0 density = FALSE - qdel(manifest) + if(manifest) + qdel(manifest) /mob/living/simple_animal/hostile/floor_cluwne/proc/Appear()//handled in a seperate proc so floor cluwne doesn't appear before the animation finishes