mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 07:48:55 +00:00
17 lines
601 B
Plaintext
17 lines
601 B
Plaintext
/datum/round_event_control/anomaly/anomaly_vortex
|
|
name = "Anomaly: Vortex"
|
|
typepath = /datum/round_event/anomaly/anomaly_vortex
|
|
|
|
min_players = 20
|
|
max_occurrences = 2
|
|
weight = 5
|
|
description = "This anomaly sucks in and detonates items."
|
|
|
|
/datum/round_event/anomaly/anomaly_vortex
|
|
start_when = 10
|
|
announce_when = 3
|
|
anomaly_path = /obj/effect/anomaly/bhole
|
|
|
|
/datum/round_event/anomaly/anomaly_vortex/announce(fake)
|
|
priority_announce("Localized high-intensity vortex anomaly detected on long range scanners. Expected location: [impact_area.name]", "Anomaly Alert", has_important_message = TRUE)
|