Adds hivelord stabilizer. Fixes a bug.

This commit is contained in:
bgobandit
2015-11-18 22:04:01 -05:00
parent 899e6ecaf9
commit 2fd13edef2
3 changed files with 27 additions and 6 deletions
@@ -264,11 +264,12 @@
slot = "hivecore"
force = 0
var/inert = 0
var/preserved = 0
/obj/item/organ/internal/hivelord_core/New()
..()
spawn(2400)
if(!owner)
if(!owner && !preserved)
inert = 1
desc = "The remains of a hivelord that have become useless, having been left alone too long after being harvested."
@@ -633,4 +634,4 @@
A.transform *= 2
A.environment_smash += 2
user << "<span class='info'>You increase the size of [A], giving it a surge of strength!</span>"
qdel(src)
qdel(src)