From cb0f107526dee77fdde3e9be656755df2ae95590 Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Fri, 18 May 2018 02:10:40 -0400 Subject: [PATCH] Set a fake ID on shelter buttons to avoid messing with every door --- code/modules/mining/shelter_atoms.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mining/shelter_atoms.dm b/code/modules/mining/shelter_atoms.dm index 65119e40aa..8f6f43319f 100644 --- a/code/modules/mining/shelter_atoms.dm +++ b/code/modules/mining/shelter_atoms.dm @@ -103,6 +103,7 @@ name = "shelter privacy control" desc = "You can secure yourself inside the shelter here." specialfunctions = 4 // 4 is bolts + id = "placeholder_id_do_not_use" //This has to be this way, otherwise it will control ALL doors if left blank. var/obj/machinery/door/airlock/voidcraft/survival_pod/door /obj/machinery/button/remote/airlock/survival_pod/attack_hand(obj/item/weapon/W, mob/user as mob)