From ded3bbc695470fb5ec897c934fa081030639c3ea Mon Sep 17 00:00:00 2001 From: oranges Date: Wed, 14 Sep 2016 01:39:03 +1200 Subject: [PATCH] Fix legion hivecore incorrect preserved method definition (#20473) * Fix legion hivecore incorrect preserved method definition It will now correctly handle the implanted variable and pass it through to the parent so the handling can trigger * Make sure default matches parent * Proper parent call --- code/modules/mob/living/simple_animal/hostile/mining_mobs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 df5897d9f65..de6056ca76e 100644 --- a/code/modules/mob/living/simple_animal/hostile/mining_mobs.dm +++ b/code/modules/mob/living/simple_animal/hostile/mining_mobs.dm @@ -833,7 +833,7 @@ desc = "[src] has become inert, it crackles no more and is useless for \ healing injuries." -/obj/item/organ/hivelord_core/legion/preserved() +/obj/item/organ/hivelord_core/legion/preserved(implanted = 0) ..() desc = "[src] has been stabilized. It no longer crackles with power, but it's healing properties are preserved indefinitely."