mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-08 07:52:54 +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
15 lines
522 B
Plaintext
15 lines
522 B
Plaintext
/datum/round_event_control/anomaly/anomaly_vortex
|
|
name = "Anomaly: Vortex"
|
|
typepath = /datum/round_event/anomaly/anomaly_vortex
|
|
|
|
min_players = 20
|
|
max_occurrences = 2
|
|
weight = 5
|
|
|
|
/datum/round_event/anomaly/anomaly_vortex
|
|
startWhen = 10
|
|
announceWhen = 3
|
|
anomaly_path = /obj/effect/anomaly/bhole
|
|
|
|
/datum/round_event/anomaly/anomaly_vortex/announce(fake)
|
|
priority_announce("Localized high-intensity vortex anomaly detected on long range scanners. Expected location: [impact_area.name]", "Anomaly Alert") |