Fix announcement message for IAN storm event (#18712)

* Fix announcement message for IAN storm event

* Update ian_storm_vr.dm
This commit is contained in:
Cameron Lennox
2025-10-30 12:26:58 -04:00
committed by GitHub
parent 6dddde2050
commit 2885b47d1d
+1 -1
View File
@@ -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()