Files
S.P.L.U.R.T-Station-13/code/modules/events/anomaly_flux.dm
SandPoot 54641ce201 send
2023-01-23 20:44:28 -03:00

17 lines
578 B
Plaintext

/datum/round_event_control/anomaly/anomaly_flux
name = "Anomaly: Hyper-Energetic Flux"
typepath = /datum/round_event/anomaly/anomaly_flux
max_occurrences = 5
weight = 20
description = "This anomaly shocks and explodes."
/datum/round_event/anomaly/anomaly_flux
start_when = 10
announce_when = 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", has_important_message = TRUE)