fixes abductor ventcrawl gland to no longer have a duration

This commit is contained in:
raspy-on-osu
2020-12-27 01:13:35 -05:00
parent e7a2690db1
commit c8831b622e
@@ -9,4 +9,4 @@
/obj/item/organ/heart/gland/ventcrawling/activate()
to_chat(owner, "<span class='notice'>You feel very stretchy.</span>")
owner.AddElement(/datum/element/ventcrawling, duration = mind_control_duration, given_tier = VENTCRAWLER_ALWAYS)
owner.AddElement(/datum/element/ventcrawling, given_tier = VENTCRAWLER_ALWAYS)