mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-23 21:27:01 +01:00
Fixes pyroclastic anomaly event sending the wrong alert (#12230)
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user