From 4891d79955fbf4a3272acfde82b9b6e18e7dd8ef Mon Sep 17 00:00:00 2001 From: Guinea Date: Wed, 6 Dec 2023 19:29:34 -0500 Subject: [PATCH] fixed error --- code/modules/shuttle/computer.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/shuttle/computer.dm b/code/modules/shuttle/computer.dm index 6c648f0e8a2e..cad5458e80e1 100644 --- a/code/modules/shuttle/computer.dm +++ b/code/modules/shuttle/computer.dm @@ -324,7 +324,7 @@ lifeboat.alarm_sound_loop.start() lifeboat.playing_launch_announcement_alarm = TRUE return - + if ("Emergency Launch") launch_initiated = TRUE to_chat(user, "[src]'s screen blinks and says \"Emergency Launch command accepted\".")