From ffc38e6701ffe0a1fe230a6d6ff33db283e47e18 Mon Sep 17 00:00:00 2001 From: Cameron Lennox Date: Mon, 20 Apr 2026 23:09:43 -0400 Subject: [PATCH] Fix announcement grammar in highdangerinfestation (#12694) --- modular_chomp/code/modules/event/heavydangerinfestation.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_chomp/code/modules/event/heavydangerinfestation.dm b/modular_chomp/code/modules/event/heavydangerinfestation.dm index 3cff11deb7..611c5a5b53 100644 --- a/modular_chomp/code/modules/event/heavydangerinfestation.dm +++ b/modular_chomp/code/modules/event/heavydangerinfestation.dm @@ -106,7 +106,7 @@ new spawn_type(T) /datum/event/highdangerinfestation/announce() - GLOB.command_announcement.Announce("Bioscans indicate that [dangerstring] have been entered [locstring]. Contain them before they start causing damage.", "Alien infestation") + GLOB.command_announcement.Announce("Bioscans indicate that [dangerstring] have entered [locstring]. Contain them before they start causing damage.", "Alien infestation") #undef LOC_RIOT #undef LOC_ATMOS