mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
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:
@@ -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."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user