From c80c43078db73675ec8f03b877e55178c7306d06 Mon Sep 17 00:00:00 2001 From: Guti <32563288+TheCaramelion@users.noreply.github.com> Date: Wed, 7 Jan 2026 22:57:19 +0100 Subject: [PATCH] Fixes pyroclastic anomaly event sending the wrong alert (#12230) --- modular_chomp/code/modules/event/anomalies.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_chomp/code/modules/event/anomalies.dm b/modular_chomp/code/modules/event/anomalies.dm index f1269af429..75551a431f 100644 --- a/modular_chomp/code/modules/event/anomalies.dm +++ b/modular_chomp/code/modules/event/anomalies.dm @@ -117,7 +117,7 @@ announceWhen = 1 anomaly_path = /obj/effect/anomaly/weather -/datum/event/anomaly/pyro/announce() +/datum/event/anomaly/weather/announce() if(isnull(impact_area)) impact_area = placer.find_valid_area() command_announcement.Announce("Metereologic anomaly detected on [ANOMALY_ANNOUNCE_MEDIUM_TEXT] [impact_area.name].", "Anomaly Alert")