From a66c91a4da46947324af7a0fd5c2faac4ae38e22 Mon Sep 17 00:00:00 2001 From: DZD Date: Fri, 31 Jul 2015 11:40:13 -0400 Subject: [PATCH] Fixes hivelord infinitely dropping cores Don't know how I forgot about this one. --- code/modules/mob/living/simple_animal/hostile/mining_mobs.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/simple_animal/hostile/mining_mobs.dm b/code/modules/mob/living/simple_animal/hostile/mining_mobs.dm index adff2c17f97..3a88146dfb0 100644 --- a/code/modules/mob/living/simple_animal/hostile/mining_mobs.dm +++ b/code/modules/mob/living/simple_animal/hostile/mining_mobs.dm @@ -262,8 +262,8 @@ OpenFire() /mob/living/simple_animal/hostile/asteroid/hivelord/Die() - new /obj/item/asteroid/hivelord_core(src.loc) - mouse_opacity = 1 + if(stat != DEAD) + new /obj/item/asteroid/hivelord_core(src.loc) ..() /obj/item/asteroid/hivelord_core