mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-22 23:15:13 +00:00
* Event menu rewrite * Update topic.dm * Update _event.dm * Update event_chaos_system.dm Co-authored-by: Profakos <profakos@gmail.com> Co-authored-by: Zonespace <41448081+Zonespace27@users.noreply.github.com> Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com>
16 lines
599 B
Plaintext
16 lines
599 B
Plaintext
/datum/round_event_control/anomaly/anomaly_pyro
|
|
name = "Anomaly: Pyroclastic"
|
|
typepath = /datum/round_event/anomaly/anomaly_pyro
|
|
|
|
max_occurrences = 5
|
|
weight = 20
|
|
description = "This anomaly sets things on fire, and creates a pyroclastic slime."
|
|
|
|
/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", ANNOUNCER_PYROANOMALIES) //SKYRAT EDIT CHANGE
|