Files
Bubberstation/code/modules/events/anomaly/anomaly_vortex.dm
SkyratBot 61c6b9c121 [MIRROR] Define anomaly event parameters, adjust timers [MDB IGNORE] (#19779)
* Define anomaly event parameters, adjust timers

* skyrat edits

---------

Co-authored-by: lessthanthree <83487515+lessthnthree@users.noreply.github.com>
Co-authored-by: lessthnthree <three@lessthanthree.dk>
2023-03-11 20:56:23 +00:00

19 lines
734 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 = 10
description = "This anomaly sucks in and detonates items."
min_wizard_trigger_potency = 3
max_wizard_trigger_potency = 7
/datum/round_event/anomaly/anomaly_vortex
start_when = ANOMALY_START_DANGEROUS_TIME
announce_when = ANOMALY_ANNOUNCE_DANGEROUS_TIME
anomaly_path = /obj/effect/anomaly/bhole
/datum/round_event/anomaly/anomaly_vortex/announce(fake)
priority_announce("Localized high-intensity vortex anomaly detected on [ANOMALY_ANNOUNCE_DANGEROUS_TEXT] [impact_area.name]", "Anomaly Alert", ANNOUNCER_VORTEXANOMALIES) //SKYRAT EDIT CHANGE