mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 08:37:43 +01:00
[MIRROR] Fixes Pubbystation Monastery Shuttle not docking at centcom (#733)
* Merge pull request #53507 from msgerbs/pubby-shuttle-fix Fixes Pubbystation Monastery Shuttle not docking at centcom * Fixes Pubbystation Monastery Shuttle not docking at centcom Co-authored-by: 81Denton <32391752+81Denton@users.noreply.github.com>
This commit is contained in:
@@ -72,7 +72,6 @@
|
||||
/obj/docking_port/mobile/pod{
|
||||
dwidth = 2;
|
||||
height = 6;
|
||||
id = "pod1";
|
||||
port_direction = 2;
|
||||
width = 5
|
||||
},
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
name = "monastery shuttle console"
|
||||
desc = "Used to control the monastery shuttle."
|
||||
circuit = /obj/item/circuitboard/computer/monastery_shuttle
|
||||
shuttleId = "pod1"
|
||||
shuttleId = "pod"
|
||||
possible_destinations = "monastery_shuttle_asteroid;monastery_shuttle_station;lavaland_common_away;landing_zone_dock;mining_public"
|
||||
no_destination_swap = TRUE
|
||||
|
||||
Reference in New Issue
Block a user