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

* tweaks

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

9 lines
351 B
Plaintext

/datum/event/anomaly/anomaly_vortex
name = "Anomaly: Vortex"
startWhen = 10
announceWhen = 3
anomaly_path = /obj/effect/anomaly/bhole
/datum/event/anomaly/anomaly_vortex/announce()
GLOB.event_announcement.Announce("Localized high-intensity vortex anomaly detected on long range scanners. Expected location: [impact_area.name]", "Anomaly Alert")