mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-13 17:14:47 +01:00
Adds hivelord stabilizer. Fixes a bug.
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user