Files
Paradise/code/modules/events/anomaly_flux.dm
T
LucandGitHub 0bd97b3e73 Refactors false alarms (#22010)
* rework anomalies

* oh yeah, events, too.

* does remaining events

* fixes most issues

* oops

* this too

* ensures traders actually fake announce properly

* fix tear

* missing return

* And another missing return
2023-09-18 13:15:34 +01:00

8 lines
284 B
Plaintext

/datum/event/anomaly/anomaly_flux
name = "Anomaly: Hyper-Energetic Flux"
startWhen = 10
announceWhen = 3
anomaly_path = /obj/effect/anomaly/flux
prefix_message = "Localized hyper-energetic flux wave detected on long range scanners."
announce_sound = 'sound/AI/anomaly_flux.ogg'