This commit is contained in:
shellspeed1
2022-09-22 01:10:08 -07:00
parent e5c562b4bc
commit dfddbc23c3
2 changed files with 11 additions and 10 deletions
+1 -10
View File
@@ -3,16 +3,7 @@
/turf/open/space/basic,
/area/space)
"b" = (
/obj/docking_port/stationary{
dheight = 0;
dir = 2;
dwidth = 11;
height = 22;
id = "whiteship_away";
json_key = "whiteship";
name = "Deep Space";
width = 35
},
/obj/docking_port/stationary/picked/whiteship,
/turf/open/space,
/area/space)
+10
View File
@@ -299,6 +299,16 @@
reserved_area = null
return ..()
/obj/docking_port/stationary/picked/whiteship
name = "Deep Space"
id = "whiteship_away"
dheight = 0
dir = 2
dwidth = 11
height = 22
width = 35
shuttlekeys = list("whiteship_meta", "whiteship_pubby", "whiteship_box", "whiteship_cere", "whiteship_kilo", "whiteship_donut", "whiteship_delta")
/obj/docking_port/stationary/picked
///Holds a list of map name strings for the port to pick from
var/list/shuttlekeys