mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 07:48:55 +00:00
17 lines
602 B
Plaintext
17 lines
602 B
Plaintext
/datum/round_event_control/anomaly/anomaly_pyro
|
|
name = "Anomaly: Pyroclastic"
|
|
typepath = /datum/round_event/anomaly/anomaly_pyro
|
|
|
|
min_players = 5
|
|
max_occurrences = 5
|
|
weight = 20
|
|
description = "This anomaly sets things on fire, and creates a pyroclastic slime."
|
|
|
|
/datum/round_event/anomaly/anomaly_pyro
|
|
start_when = 3
|
|
announce_when = 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", has_important_message = TRUE)
|