Merge pull request #15861 from shellspeed1/random-whiteship

Ports random whiteships from tg
This commit is contained in:
deathride58
2022-10-16 13:07:07 -04:00
committed by GitHub
2 changed files with 11 additions and 10 deletions

View File

@@ -3,16 +3,7 @@
/turf/open/space/basic, /turf/open/space/basic,
/area/space) /area/space)
"b" = ( "b" = (
/obj/docking_port/stationary{ /obj/docking_port/stationary/picked/whiteship,
dheight = 0;
dir = 2;
dwidth = 11;
height = 22;
id = "whiteship_away";
json_key = "whiteship";
name = "Deep Space";
width = 35
},
/turf/open/space, /turf/open/space,
/area/space) /area/space)

View File

@@ -299,6 +299,16 @@
reserved_area = null reserved_area = null
return ..() 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 /obj/docking_port/stationary/picked
///Holds a list of map name strings for the port to pick from ///Holds a list of map name strings for the port to pick from
var/list/shuttlekeys var/list/shuttlekeys