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)