From 2dba15a8516d1b8e92c77f33237c0f3481bfb02b Mon Sep 17 00:00:00 2001 From: Stan_Albatross <66756236+stanalbatross@users.noreply.github.com> Date: Thu, 3 Aug 2023 22:02:58 +0100 Subject: [PATCH] Update code/game/machinery/computer/almayer_control.dm Co-authored-by: harryob --- code/game/machinery/computer/almayer_control.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/computer/almayer_control.dm b/code/game/machinery/computer/almayer_control.dm index 129bf0ae544c..7d63a2e8c3af 100644 --- a/code/game/machinery/computer/almayer_control.dm +++ b/code/game/machinery/computer/almayer_control.dm @@ -12,7 +12,7 @@ COOLDOWN_DECLARE(cooldown_request) /// requesting evac COOLDOWN_DECLARE(cooldown_destruct) - /// messaging HC (admins) + /// messaging HC (admins) COOLDOWN_DECLARE(cooldown_central) /// making a ship announcement COOLDOWN_DECLARE(cooldown_message)