From acd1e96e2963b01599e11000afa62aae707f7437 Mon Sep 17 00:00:00 2001 From: FloFluoro <3611705+FloFluoro@users.noreply.github.com> Date: Thu, 20 Oct 2022 14:33:59 -0400 Subject: [PATCH] Fixes typo in war declaration fail message (#19445) --- code/game/gamemodes/nuclear/nuclear_challenge.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/nuclear/nuclear_challenge.dm b/code/game/gamemodes/nuclear/nuclear_challenge.dm index c7a5f1d32bc..c03ea17470c 100644 --- a/code/game/gamemodes/nuclear/nuclear_challenge.dm +++ b/code/game/gamemodes/nuclear/nuclear_challenge.dm @@ -90,7 +90,7 @@ to_chat(user, "You have to be at your base to use this.") return FALSE if((world.time - SSticker.round_start_time) > CHALLENGE_TIME_LIMIT) // Only count after the round started - to_chat(user, "It's too late to declare hostilities. Your benefactors are already busy with other schemes. You'll have to make do with what you have on hand.") + to_chat(user, "It's too late to declare hostilities. Your benefactors are already busy with other schemes. You'll have to make do with what you have on hand.") return FALSE for(var/obj/machinery/computer/shuttle/syndicate/S in GLOB.machines) if(S.moved)