From 2f873143edad42a357348e43c492e5f6a59e1c22 Mon Sep 17 00:00:00 2001 From: MINIMAN10000 Date: Mon, 16 Apr 2018 17:56:35 -0700 Subject: [PATCH] Adds nobludgeon to door remotes making the remote always operate on the door --- code/game/objects/items/control_wand.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/items/control_wand.dm b/code/game/objects/items/control_wand.dm index 0fe6cf48631..40629931aa5 100644 --- a/code/game/objects/items/control_wand.dm +++ b/code/game/objects/items/control_wand.dm @@ -9,6 +9,7 @@ name = "control wand" desc = "Remotely controls airlocks." w_class = WEIGHT_CLASS_TINY + flags = NOBLUDGEON var/mode = WAND_OPEN var/region_access = 1 //See access.dm var/obj/item/weapon/card/id/ID