18 lines
631 B
Plaintext
18 lines
631 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)
|
|
if(prob(90))
|
|
priority_announce("Pyroclastic anomaly detected on long range scanners. Expected location: [impact_area.name].", "Anomaly Alert")
|
|
else
|
|
print_command_report("Pyroclastic anomaly detected on long range scanners. Expected location: [impact_area.name].", "Pyroclastic anomaly")
|