mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-27 18:51:53 +00:00
9 lines
382 B
Plaintext
9 lines
382 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", 'sound/AI/anomaly_vortex.ogg')
|