Merge pull request #9478 from variableundefined/HivelordStabilize

Fixes hivelord stabilizer
This commit is contained in:
Crazy Lemon
2018-09-04 10:23:51 -07:00
committed by GitHub
@@ -65,10 +65,12 @@
addtimer(CALLBACK(src, .proc/inert_check), 2400)
/obj/item/organ/internal/hivelord_core/proc/inert_check()
if(!owner && !preserved)
go_inert()
else
if(owner)
preserved(implanted = 1)
else if(preserved)
preserved()
else
go_inert()
/obj/item/organ/internal/hivelord_core/proc/preserved(implanted = 0)
inert = FALSE