mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-28 03:01:37 +00:00
* 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
8 lines
255 B
Plaintext
8 lines
255 B
Plaintext
/datum/event/anomaly/anomaly_cryo
|
|
name = "Anomaly: Cryogenic"
|
|
startWhen = 3
|
|
announceWhen = 10
|
|
anomaly_path = /obj/effect/anomaly/cryo
|
|
prefix_message = "Cryogenic anomaly detected on long range scanners."
|
|
announce_sound = 'sound/AI/anomaly_pyro.ogg'
|