Fixes pyroclastic anomaly event sending the wrong alert (#12230)

This commit is contained in:
Guti
2026-01-07 22:57:19 +01:00
committed by GitHub
parent 67c85a1cec
commit c80c43078d
@@ -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")