mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
16 lines
512 B
Plaintext
16 lines
512 B
Plaintext
/datum/round_event_control/anomaly/anomaly_flux
|
|
name = "Anomaly: Hyper-Energetic Flux"
|
|
typepath = /datum/round_event/anomaly/anomaly_flux
|
|
|
|
min_players = 10
|
|
max_occurrences = 5
|
|
weight = 20
|
|
|
|
/datum/round_event/anomaly/anomaly_flux
|
|
startWhen = 10
|
|
announceWhen = 3
|
|
anomaly_path = /obj/effect/anomaly/flux
|
|
|
|
/datum/round_event/anomaly/anomaly_flux/announce(fake)
|
|
priority_announce("Localized hyper-energetic flux wave detected on long range scanners. Expected location: [impact_area.name].", "Anomaly Alert")
|