mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-26 02:02:39 +00:00
9 lines
361 B
Plaintext
9 lines
361 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", 'sound/AI/anomaly_pyro.ogg')
|