mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Also improves the code for anomalies a bit cl MrDoomBringer tweak: Random Events now have a follow link for ghosts! /cl Untested, and anomalies are broken right now but that takes like 2 seconds to fix
14 lines
469 B
Plaintext
14 lines
469 B
Plaintext
/datum/round_event_control/anomaly/anomaly_pyro
|
|
name = "Anomaly: Pyroclastic"
|
|
typepath = /datum/round_event/anomaly/anomaly_pyro
|
|
|
|
max_occurrences = 5
|
|
weight = 20
|
|
|
|
/datum/round_event/anomaly/anomaly_pyro
|
|
startWhen = 3
|
|
announceWhen = 10
|
|
anomaly_path = /obj/effect/anomaly/pyro
|
|
|
|
/datum/round_event/anomaly/anomaly_pyro/announce(fake)
|
|
priority_announce("Pyroclastic anomaly detected on long range scanners. Expected location: [impact_area.name].", "Anomaly Alert") |