From 2885b47d1d199b8663986aea2a097629f6bfc2c2 Mon Sep 17 00:00:00 2001 From: Cameron Lennox Date: Thu, 30 Oct 2025 12:26:58 -0400 Subject: [PATCH] Fix announcement message for IAN storm event (#18712) * Fix announcement message for IAN storm event * Update ian_storm_vr.dm --- code/modules/events/ian_storm_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/events/ian_storm_vr.dm b/code/modules/events/ian_storm_vr.dm index 619d9390704..65ac732b940 100644 --- a/code/modules/events/ian_storm_vr.dm +++ b/code/modules/events/ian_storm_vr.dm @@ -6,7 +6,7 @@ /datum/event/ianstorm/announce() command_announcement.Announce("It has come to our attention that the [using_map.facility_type] passed through an ion storm. Please monitor all electronic equipment for malfunctions.", "Anomaly Alert", 'sound/AI/ian_storm.ogg') spawn(7 SECONDS) - command_announcement.Announce("Wait. No, that's wrong. The station passed through an IAN storm!.", "Ian Alert") + command_announcement.Announce("Wait. No, that's wrong. The [using_map.facility_type] passed through an IAN storm!.", "Ian Alert") /datum/event/ianstorm/start() spawn()