mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 01:57:01 +00:00
Several of the greps were missing the `-P` switch which caused them to fail to match things. The EOL grep also wasn't working right so I replaced it with the one I added to TGMC.
15 lines
512 B
Plaintext
15 lines
512 B
Plaintext
/datum/round_event_control/anomaly/anomaly_bluespace
|
|
name = "Anomaly: Bluespace"
|
|
typepath = /datum/round_event/anomaly/anomaly_bluespace
|
|
|
|
max_occurrences = 1
|
|
weight = 5
|
|
|
|
/datum/round_event/anomaly/anomaly_bluespace
|
|
startWhen = 3
|
|
announceWhen = 10
|
|
anomaly_path = /obj/effect/anomaly/bluespace
|
|
|
|
/datum/round_event/anomaly/anomaly_bluespace/announce(fake)
|
|
priority_announce("Unstable bluespace anomaly detected on long range scanners. Expected location: [impact_area.name].", "Anomaly Alert")
|