Files
Rhials ec96739484 Meta Central Virtual Domain spawner fixes and announce_to_ghosts adjustment (#86797)
## About The Pull Request

This swaps out the pirate spawner on the Meta Central VDOM with the
subtype specifically meant for virtual domains. That thing wasn't
actually a virtual domain spawner, it was just a regular one.

This applies the necessary restrictions/roles being applied to pirates
who spawn on that map. It will also make #86794 work on the Metastation
Central map, rather than only affect the Corsair Cove map (which used
the correct spawner type).

This also adds the Announce to Ghosts flag to Meta Central, as is
uniform for maps with ghost roles. Doing so also enables the VDOM
selector UI indicator that ghost roles can spawn on the map.

This whole thing started as an attempt to fix #86785 but I was too slow
and someone beat me too it. Darn.
## Why It's Good For The Game

Ensures #86785 will be closed properly.
## Changelog
🆑 Rhials
fix: The Meta Central Virtual Domain now uses the proper ghost role
spawner, meaning you can't eavesdrop on syndie comms using their
headset.
/🆑
2024-09-21 18:17:53 +02:00

14 lines
702 B
Plaintext

/datum/lazy_template/virtual_domain/meta_central
name = "Meta Central"
cost = BITRUNNER_COST_LOW
desc = "Every so often, workers demand rights from Nanotrasen. This is unprofitable."
difficulty = BITRUNNER_DIFFICULTY_LOW
forced_outfit = /datum/outfit/job/security/mod
help_text = "Respond to the worker's demands with sanctioned violence. Recover valuable materials that may be scattered around. Just remember your training: Always assume guilt, they can confess in medbay... Or something like that."
is_modular = TRUE
key = "meta_central"
map_name = "meta_central"
mob_modules = list(/datum/modular_mob_segment/revolutionary)
reward_points = BITRUNNER_REWARD_LOW
announce_to_ghosts = TRUE