From 4d1cb3d01e3e575cbe358b5dd0f2cd2c69e55b01 Mon Sep 17 00:00:00 2001 From: F-OS Date: Mon, 15 Jan 2018 12:24:02 -0700 Subject: [PATCH] we're reaching power creep levels that shouldn't even be possible --- code/modules/atmospherics/machinery/airalarm.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/atmospherics/machinery/airalarm.dm b/code/modules/atmospherics/machinery/airalarm.dm index 3e76fe992ff..6fd846ad66e 100644 --- a/code/modules/atmospherics/machinery/airalarm.dm +++ b/code/modules/atmospherics/machinery/airalarm.dm @@ -697,7 +697,7 @@ to_chat(user, "You wire the air alarm.") wires.repair() aidisabled = 0 - locked = TRUE + locked = FALSE mode = 1 shorted = 0 post_alert(0)