mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-19 13:35:10 +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
485 B
Plaintext
14 lines
485 B
Plaintext
/datum/round_event_control/anomaly/anomaly_grav
|
|
name = "Anomaly: Gravitational"
|
|
typepath = /datum/round_event/anomaly/anomaly_grav
|
|
|
|
max_occurrences = 5
|
|
weight = 20
|
|
|
|
/datum/round_event/anomaly/anomaly_grav
|
|
startWhen = 3
|
|
announceWhen = 20
|
|
anomaly_path = /obj/effect/anomaly/grav
|
|
|
|
/datum/round_event/anomaly/anomaly_grav/announce(fake)
|
|
priority_announce("Gravitational anomaly detected on long range scanners. Expected location: [impact_area.name].", "Anomaly Alert") |