mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
Fixes aux bases not having docking ports derp (#19943)
This commit is contained in:
@@ -90949,6 +90949,14 @@
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/abandoned)
|
||||
"daa" = (
|
||||
/obj/docking_port/mobile/auxillary_base{
|
||||
dheight = 4;
|
||||
dir = 2;
|
||||
dwidth = 4;
|
||||
height = 9;
|
||||
width = 9
|
||||
},
|
||||
/obj/machinery/bluespace_beacon,
|
||||
/obj/machinery/computer/shuttle/auxillary_base{
|
||||
pixel_y = 0
|
||||
},
|
||||
@@ -91226,6 +91234,7 @@
|
||||
/turf/open/floor/plasteel/bot,
|
||||
/area/shuttle/abandoned)
|
||||
"daz" = (
|
||||
/obj/machinery/portable_atmospherics/canister/air,
|
||||
/turf/open/floor/plating/warnplate{
|
||||
dir = 10
|
||||
},
|
||||
|
||||
@@ -8840,6 +8840,14 @@
|
||||
/turf/open/floor/plating,
|
||||
/area/shuttle/auxillary_base)
|
||||
"atl" = (
|
||||
/obj/docking_port/mobile/auxillary_base{
|
||||
dheight = 4;
|
||||
dir = 4;
|
||||
dwidth = 4;
|
||||
height = 9;
|
||||
width = 9
|
||||
},
|
||||
/obj/machinery/bluespace_beacon,
|
||||
/obj/machinery/computer/shuttle/auxillary_base{
|
||||
pixel_y = 0
|
||||
},
|
||||
@@ -14384,6 +14392,7 @@
|
||||
/turf/open/floor/mineral/titanium/blue,
|
||||
/area/shuttle/arrival)
|
||||
"aFD" = (
|
||||
/obj/machinery/portable_atmospherics/canister/air,
|
||||
/turf/open/floor/plating/warnplate{
|
||||
dir = 6
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user