From 557ba67c25dae535c07f14ac764df138fe14fabc Mon Sep 17 00:00:00 2001 From: Purpose Date: Sun, 14 Oct 2018 19:18:38 +0100 Subject: [PATCH] adds mappable air alarm without access restrictions --- code/game/machinery/alarm.dm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/code/game/machinery/alarm.dm b/code/game/machinery/alarm.dm index a6487352cd0..415f68d6afd 100644 --- a/code/game/machinery/alarm.dm +++ b/code/game/machinery/alarm.dm @@ -1072,6 +1072,13 @@ if(buildstage < 1) to_chat(user, "The circuit is missing.") +/obj/machinery/alarm/all_access + name = "all-access air alarm" + desc = "This particular atmos control unit appears to have no access restrictions." + locked = FALSE + req_access = null + req_one_access = null + /* AIR ALARM CIRCUIT Just an object used in constructing air alarms