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
This commit is contained in:
oranges
2016-09-13 15:39:03 +02:00
committed by AnturK
parent 1c97d2a648
commit ded3bbc695
@@ -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."