From c8831b622e3ef9154cf1b2a780e3bca4d0660aa9 Mon Sep 17 00:00:00 2001 From: raspy-on-osu Date: Sun, 27 Dec 2020 01:13:35 -0500 Subject: [PATCH] fixes abductor ventcrawl gland to no longer have a duration --- code/modules/antagonists/abductor/equipment/glands/ventcrawl.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/antagonists/abductor/equipment/glands/ventcrawl.dm b/code/modules/antagonists/abductor/equipment/glands/ventcrawl.dm index a0ee2a9bc3..c35016cf2e 100644 --- a/code/modules/antagonists/abductor/equipment/glands/ventcrawl.dm +++ b/code/modules/antagonists/abductor/equipment/glands/ventcrawl.dm @@ -9,4 +9,4 @@ /obj/item/organ/heart/gland/ventcrawling/activate() to_chat(owner, "You feel very stretchy.") - owner.AddElement(/datum/element/ventcrawling, duration = mind_control_duration, given_tier = VENTCRAWLER_ALWAYS) + owner.AddElement(/datum/element/ventcrawling, given_tier = VENTCRAWLER_ALWAYS)