Files
Paradise/code/modules/events/anomaly_pyro.dm
T
Fox McCloudandGitHub 84ffa263ca Anomaly Refactor and Rework (#15259)
* Anomaly Refactor and Rework

* tweaks

* tweaks
2021-01-10 19:46:37 +00:00

9 lines
332 B
Plaintext

/datum/event/anomaly/anomaly_pyro
name = "Anomaly: Pyroclastic"
startWhen = 3
announceWhen = 10
anomaly_path = /obj/effect/anomaly/pyro
/datum/event/anomaly/anomaly_pyro/announce()
GLOB.event_announcement.Announce("Atmospheric anomaly detected on long range scanners. Expected location: [impact_area.name].", "Anomaly Alert")