Fixes hivelord stabilizer

This commit is contained in:
variableundefined
2018-09-03 10:10:27 +08:00
parent ea9cd91f63
commit 5b8b4fee5f
@@ -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