mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-11 02:01:22 +00:00
* Fixes the pubbystation monastery pod (#73990) ## About The Pull Request Fixes Pubby's monastery pod, as emergency pod changes have broken it overtime. - Calling it from Lavaland now works - Using it as a pod still works - Sending it off using the console on the pod itself and from the station also now works again (which had broken ~4 months ago). ## Why It's Good For The Game Closes https://github.com/tgstation/tgstation/issues/54370 This isn't player-facing unless an Admin runs it from Map Depot, where it's still maintained. ## Changelog 🆑 fix: Pubbystation, if run, will now have a working monastery pod shuttle again. /🆑 * Fixes the pubbystation monastery pod --------- Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com>
8 lines
386 B
Plaintext
8 lines
386 B
Plaintext
/obj/machinery/computer/shuttle/monastery_shuttle
|
|
name = "monastery shuttle console"
|
|
desc = "Used to control the monastery shuttle."
|
|
circuit = /obj/item/circuitboard/computer/monastery_shuttle
|
|
shuttleId = "mining_common"
|
|
possible_destinations = "monastery_shuttle_asteroid;monastery_shuttle_station;lavaland_common_away;landing_zone_dock;mining_public"
|
|
no_destination_swap = TRUE
|