bc44988ba2
* Splits anomaly cores into separate versions * Converts the wormhole projector to require a bluespace core. * Cleaned up a few lines * Fixed small bug issues * The gravity gun now requires a grav core. Increased weight of some anomalies. * Enables high-intensity grav anomaly * Fixing minor issues
16 lines
525 B
Plaintext
16 lines
525 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 = 10
|
|
|
|
/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")
|