[Semi-Modular] Advanced Shuttles Revamp, and new Advanced Shuttles! (#9951)
* clean up closets * add new closets back * it didnt use dir lights!?!?! * bye bye * name can be shorter reee * com press * HERE THEY COMEEEEE * largemine/labor * consign my love * h * tweakingsies * better miining * these look nice * oops * fix the evac shuttle tiles a bit (i still hate it) * hngh * i coulda sworn.. * exodus * apostraphe * area * name * clozet * color consistency * backwards ship moment * fix my oops with the vents SUS?? * this is cleaner * typo moment * note * note, no-sell in cockpit, wall lockers * jsons for crago * oh hey thats broken cool * map moment * totally unrelated fix that I just wanna do here bc no one remembers it * this doesnt actually work. Yet. * ferry and readme fixes * this doesnt work and I cant be bothered to fix it this second. Dunno how * double period moment * dir was wrong, oops * map conversion moment * CI fail moment * h * pain
@@ -6,7 +6,7 @@
|
||||
"shuttles": {
|
||||
"emergency": "emergency_delta",
|
||||
"ferry": "ferry_fancy",
|
||||
"cargo": "cargo_delta",
|
||||
"cargo": "cargo_delta_skyrat",
|
||||
"whiteship": "whiteship_delta"
|
||||
},
|
||||
"job_changes": {
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"space_ruin_levels": 0,
|
||||
"space_empty_levels": 0,
|
||||
"shuttles": {
|
||||
"cargo": "cargo_box",
|
||||
"cargo": "cargo_skyrat",
|
||||
"ferry": "ferry_fancy",
|
||||
"whiteship": "whiteship_box",
|
||||
"emergency": "emergency_box"
|
||||
|
||||
@@ -24089,7 +24089,7 @@
|
||||
height = 5;
|
||||
id = "mining_home";
|
||||
name = "mining shuttle bay";
|
||||
roundstart_template = /datum/map_template/shuttle/mining/box;
|
||||
roundstart_template = /datum/map_template/shuttle/mining/skyrat;
|
||||
width = 7
|
||||
},
|
||||
/turf/open/floor/plating,
|
||||
@@ -25337,7 +25337,7 @@
|
||||
height = 5;
|
||||
id = "commonmining_home";
|
||||
name = "SS13: Common Mining Dock";
|
||||
roundstart_template = /datum/map_template/shuttle/mining_common/meta;
|
||||
roundstart_template = /datum/map_template/shuttle/mining_common/skyrat;
|
||||
width = 7
|
||||
},
|
||||
/turf/open/space/basic,
|
||||
|
||||
@@ -38328,7 +38328,7 @@
|
||||
height = 5;
|
||||
id = "laborcamp_home";
|
||||
name = "fore bay 1";
|
||||
roundstart_template = /datum/map_template/shuttle/labour/box;
|
||||
roundstart_template = /datum/map_template/shuttle/labour/skyrat;
|
||||
width = 9
|
||||
},
|
||||
/turf/open/floor/plating,
|
||||
|
||||
@@ -239,7 +239,7 @@
|
||||
height = 5;
|
||||
id = "commonmining_home";
|
||||
name = "SS13: Common Mining Dock";
|
||||
roundstart_template = /datum/map_template/shuttle/mining_common/meta;
|
||||
roundstart_template = /datum/map_template/shuttle/mining_common/skyrat;
|
||||
width = 7
|
||||
},
|
||||
/turf/open/space/basic,
|
||||
@@ -9043,7 +9043,7 @@
|
||||
height = 5;
|
||||
id = "laborcamp_home";
|
||||
name = "fore bay 1";
|
||||
roundstart_template = /datum/map_template/shuttle/labour/delta;
|
||||
roundstart_template = /datum/map_template/shuttle/labour/skyrat;
|
||||
width = 9
|
||||
},
|
||||
/turf/open/space/basic,
|
||||
@@ -51435,7 +51435,7 @@
|
||||
height = 5;
|
||||
id = "mining_home";
|
||||
name = "mining shuttle bay";
|
||||
roundstart_template = /datum/map_template/shuttle/mining/delta;
|
||||
roundstart_template = /datum/map_template/shuttle/mining/skyrat;
|
||||
width = 7
|
||||
},
|
||||
/turf/open/space/basic,
|
||||
|
||||
@@ -36234,7 +36234,7 @@
|
||||
height = 5;
|
||||
id = "laborcamp_home";
|
||||
name = "fore bay 1";
|
||||
roundstart_template = /datum/map_template/shuttle/labour/box;
|
||||
roundstart_template = /datum/map_template/shuttle/labour/skyrat;
|
||||
width = 9
|
||||
},
|
||||
/turf/open/floor/plating/snowed,
|
||||
|
||||
@@ -3148,7 +3148,7 @@
|
||||
height = 5;
|
||||
id = "mining_home";
|
||||
name = "mining shuttle bay";
|
||||
roundstart_template = /datum/map_template/shuttle/mining/box;
|
||||
roundstart_template = /datum/map_template/shuttle/mining/skyrat;
|
||||
width = 7
|
||||
},
|
||||
/turf/open/space/basic,
|
||||
@@ -3895,7 +3895,7 @@
|
||||
height = 5;
|
||||
id = "laborcamp_home";
|
||||
name = "fore bay 1";
|
||||
roundstart_template = /datum/map_template/shuttle/labour/box;
|
||||
roundstart_template = /datum/map_template/shuttle/labour/skyrat;
|
||||
width = 9
|
||||
},
|
||||
/turf/open/space/basic,
|
||||
@@ -7226,7 +7226,7 @@
|
||||
height = 5;
|
||||
id = "commonmining_home";
|
||||
name = "SS13: Common Mining Dock";
|
||||
roundstart_template = /datum/map_template/shuttle/mining_common/meta;
|
||||
roundstart_template = /datum/map_template/shuttle/mining_common/skyrat;
|
||||
width = 7
|
||||
},
|
||||
/turf/open/floor/plating,
|
||||
|
||||
@@ -176,7 +176,7 @@
|
||||
dir = 8;
|
||||
dwidth = 3;
|
||||
height = 10;
|
||||
id = "mining_common_away";
|
||||
id = "lavaland_common_away";
|
||||
name = "public dock";
|
||||
width = 7
|
||||
},
|
||||
|
||||
@@ -207,9 +207,19 @@
|
||||
/turf/open/floor/iron/grimy,
|
||||
/area/centcom/control)
|
||||
"dx" = (
|
||||
/obj/effect/spawner/structure/window/reinforced,
|
||||
/turf/open/space/basic,
|
||||
/area/centcom/ferry)
|
||||
/obj/docking_port/stationary{
|
||||
dheight = 3;
|
||||
dir = 8;
|
||||
dwidth = 8;
|
||||
height = 11;
|
||||
id = "ferry_away";
|
||||
json_key = null;
|
||||
name = "CentCom Ferry Dock";
|
||||
roundstart_template = /datum/map_template/shuttle/ferry;
|
||||
width = 20
|
||||
},
|
||||
/turf/open/space,
|
||||
/area/space)
|
||||
"dy" = (
|
||||
/obj/machinery/door/airlock/centcom{
|
||||
name = "Administrative Office";
|
||||
@@ -6697,20 +6707,6 @@
|
||||
/obj/effect/turf_decal/delivery,
|
||||
/turf/open/floor/iron,
|
||||
/area/centcom/ferry)
|
||||
"vB" = (
|
||||
/obj/docking_port/stationary{
|
||||
dheight = 3;
|
||||
dir = 8;
|
||||
dwidth = 8;
|
||||
height = 11;
|
||||
id = "ferry_away";
|
||||
json_key = null;
|
||||
name = "CentCom Ferry Dock";
|
||||
roundstart_template = /datum/map_template/shuttle/ferry;
|
||||
width = 20
|
||||
},
|
||||
/turf/open/space/basic,
|
||||
/area/space)
|
||||
"vC" = (
|
||||
/obj/machinery/door/airlock/external{
|
||||
name = "Ferry Airlock"
|
||||
@@ -48117,8 +48113,8 @@ aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
vB
|
||||
ad
|
||||
aa
|
||||
dx
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
@@ -48376,7 +48372,7 @@ aa
|
||||
oe
|
||||
vC
|
||||
DK
|
||||
dx
|
||||
oe
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
@@ -48633,7 +48629,7 @@ aa
|
||||
oe
|
||||
yn
|
||||
yn
|
||||
dx
|
||||
oe
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
@@ -48890,7 +48886,7 @@ aa
|
||||
oe
|
||||
Xy
|
||||
Xy
|
||||
dx
|
||||
oe
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
@@ -49147,7 +49143,7 @@ aa
|
||||
oe
|
||||
yn
|
||||
yn
|
||||
dx
|
||||
oe
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"map_path": "map_files/MetaStation",
|
||||
"map_file": "MetaStation_skyrat.dmm",
|
||||
"shuttles": {
|
||||
"cargo": "cargo_box",
|
||||
"cargo": "cargo_skyrat",
|
||||
"ferry": "ferry_fancy",
|
||||
"whiteship": "whiteship_meta",
|
||||
"emergency": "emergency_meta"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"shuttles": {
|
||||
"emergency": "emergency_box",
|
||||
"ferry": "ferry_fancy",
|
||||
"cargo": "cargo_box",
|
||||
"cargo": "cargo_skyrat",
|
||||
"whiteship": "whiteship_box"
|
||||
},
|
||||
"job_changes": {
|
||||
|
||||
@@ -17,6 +17,7 @@ The list of items that are modular requiring adding/modifying to /tg/ maps:
|
||||
- Security Medical Room
|
||||
- Arrival Tram and Console (inside Arrival area)
|
||||
- Central Command Ferry Hangar (inside Arrival area)
|
||||
- Update roundstart_template variable on mining/public/labour stationary docks: mining/x > mining/skyrat, mining_common/x > mining_common/skyrat, labour/x > labour/skyrat , mining/large > mining/large/skyrat
|
||||
|
||||
## Rules
|
||||
|
||||
|
||||
@@ -1,235 +0,0 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/turf/template_noop,
|
||||
/area/template_noop)
|
||||
"c" = (
|
||||
/obj/structure/table/reinforced,
|
||||
/turf/open/floor/iron/dark/blue/side{
|
||||
dir = 5
|
||||
},
|
||||
/area/shuttle/supply/cockpit)
|
||||
"d" = (
|
||||
/obj/machinery/light/directional/west,
|
||||
/turf/open/floor/mineral/titanium/blue,
|
||||
/area/shuttle/supply)
|
||||
"e" = (
|
||||
/obj/machinery/light/directional/west,
|
||||
/turf/open/floor/iron/dark/blue/side{
|
||||
dir = 9
|
||||
},
|
||||
/area/shuttle/supply/cockpit)
|
||||
"f" = (
|
||||
/obj/machinery/light/directional/north,
|
||||
/turf/open/floor/mineral/titanium/blue,
|
||||
/area/shuttle/supply)
|
||||
"h" = (
|
||||
/obj/structure/chair/comfy/shuttle{
|
||||
dir = 1
|
||||
},
|
||||
/turf/open/floor/iron/dark/blue/side{
|
||||
dir = 6
|
||||
},
|
||||
/area/shuttle/supply/cockpit)
|
||||
"i" = (
|
||||
/obj/structure/shuttle/engine/propulsion/burst/right,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/supply)
|
||||
"l" = (
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/supply)
|
||||
"m" = (
|
||||
/obj/effect/spawner/structure/window/reinforced/shuttle,
|
||||
/turf/open/floor/plating,
|
||||
/area/shuttle/supply/cockpit)
|
||||
"q" = (
|
||||
/turf/closed/wall/mineral/titanium,
|
||||
/area/shuttle/supply)
|
||||
"r" = (
|
||||
/obj/machinery/button/door/directional/east{
|
||||
id = "QMLoaddoor2";
|
||||
name = "Loading Doors";
|
||||
pixel_y = 8
|
||||
},
|
||||
/obj/machinery/button/door/directional/east{
|
||||
id = "QMLoaddoor";
|
||||
name = "Loading Doors";
|
||||
pixel_y = -8
|
||||
},
|
||||
/obj/machinery/light/directional/east,
|
||||
/turf/open/floor/mineral/titanium/blue,
|
||||
/area/shuttle/supply)
|
||||
"t" = (
|
||||
/obj/structure/shuttle/engine/propulsion,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/supply)
|
||||
"u" = (
|
||||
/turf/open/floor/mineral/titanium/blue,
|
||||
/area/shuttle/supply)
|
||||
"w" = (
|
||||
/obj/machinery/door/airlock/titanium{
|
||||
name = "Supply Shuttle Airlock";
|
||||
req_access_txt = "31"
|
||||
},
|
||||
/obj/docking_port/mobile/supply,
|
||||
/turf/open/floor/plating,
|
||||
/area/shuttle/supply)
|
||||
"z" = (
|
||||
/obj/structure/shuttle/engine/propulsion/burst/left,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/supply)
|
||||
"C" = (
|
||||
/obj/machinery/door/airlock/grunge{
|
||||
name = "cockpit";
|
||||
req_access_txt = "101"
|
||||
},
|
||||
/turf/open/floor/mineral/titanium/blue,
|
||||
/area/shuttle/supply/cockpit)
|
||||
"G" = (
|
||||
/obj/machinery/door/airlock/titanium{
|
||||
name = "Supply Shuttle Airlock";
|
||||
req_access_txt = "31"
|
||||
},
|
||||
/turf/open/floor/plating,
|
||||
/area/shuttle/supply)
|
||||
"K" = (
|
||||
/obj/structure/chair/comfy/shuttle{
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/closet/emcloset/wall{
|
||||
pixel_x = -28
|
||||
},
|
||||
/turf/open/floor/iron/dark/blue/side{
|
||||
dir = 10
|
||||
},
|
||||
/area/shuttle/supply/cockpit)
|
||||
"S" = (
|
||||
/obj/machinery/conveyor{
|
||||
dir = 8;
|
||||
id = "QMLoad"
|
||||
},
|
||||
/obj/machinery/door/poddoor{
|
||||
id = "QMLoaddoor";
|
||||
name = "supply dock loading door"
|
||||
},
|
||||
/turf/open/floor/plating,
|
||||
/area/shuttle/supply)
|
||||
"T" = (
|
||||
/turf/closed/wall/mineral/titanium/interior,
|
||||
/area/shuttle/supply)
|
||||
"U" = (
|
||||
/obj/machinery/conveyor{
|
||||
dir = 4;
|
||||
id = "QMLoad2"
|
||||
},
|
||||
/obj/machinery/door/poddoor{
|
||||
id = "QMLoaddoor2";
|
||||
name = "supply dock loading door"
|
||||
},
|
||||
/turf/open/floor/plating,
|
||||
/area/shuttle/supply)
|
||||
"Z" = (
|
||||
/turf/closed/wall/mineral/titanium,
|
||||
/area/shuttle/supply/cockpit)
|
||||
|
||||
(1,1,1) = {"
|
||||
Z
|
||||
Z
|
||||
Z
|
||||
Z
|
||||
q
|
||||
q
|
||||
q
|
||||
q
|
||||
q
|
||||
q
|
||||
q
|
||||
a
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
m
|
||||
e
|
||||
K
|
||||
Z
|
||||
u
|
||||
d
|
||||
u
|
||||
u
|
||||
u
|
||||
T
|
||||
q
|
||||
z
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
m
|
||||
c
|
||||
h
|
||||
Z
|
||||
u
|
||||
u
|
||||
u
|
||||
u
|
||||
u
|
||||
u
|
||||
l
|
||||
t
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
Z
|
||||
Z
|
||||
C
|
||||
Z
|
||||
u
|
||||
u
|
||||
u
|
||||
u
|
||||
u
|
||||
u
|
||||
l
|
||||
t
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
a
|
||||
q
|
||||
f
|
||||
u
|
||||
u
|
||||
u
|
||||
u
|
||||
u
|
||||
u
|
||||
u
|
||||
l
|
||||
t
|
||||
"}
|
||||
(6,1,1) = {"
|
||||
a
|
||||
q
|
||||
u
|
||||
u
|
||||
u
|
||||
r
|
||||
u
|
||||
u
|
||||
u
|
||||
T
|
||||
q
|
||||
i
|
||||
"}
|
||||
(7,1,1) = {"
|
||||
a
|
||||
q
|
||||
q
|
||||
U
|
||||
G
|
||||
q
|
||||
w
|
||||
S
|
||||
q
|
||||
q
|
||||
q
|
||||
a
|
||||
"}
|
||||
@@ -3,7 +3,7 @@
|
||||
/obj/structure/chair/comfy/shuttle{
|
||||
dir = 1
|
||||
},
|
||||
/obj/machinery/light,
|
||||
/obj/machinery/light/directional/south,
|
||||
/turf/open/floor/iron/shuttle/evac{
|
||||
icon_state = "floorsec2"
|
||||
},
|
||||
@@ -27,9 +27,7 @@
|
||||
},
|
||||
/area/shuttle/escape)
|
||||
"aY" = (
|
||||
/obj/machinery/light{
|
||||
dir = 8
|
||||
},
|
||||
/obj/machinery/light/directional/west,
|
||||
/turf/open/floor/iron/shuttle/evac{
|
||||
icon_state = "floorplace"
|
||||
},
|
||||
@@ -50,9 +48,7 @@
|
||||
},
|
||||
/area/shuttle/escape)
|
||||
"bR" = (
|
||||
/obj/machinery/light{
|
||||
dir = 4
|
||||
},
|
||||
/obj/machinery/light/directional/east,
|
||||
/turf/open/floor/iron/shuttle/evac{
|
||||
icon_state = "floormed"
|
||||
},
|
||||
@@ -358,6 +354,13 @@
|
||||
icon_state = "13,4"
|
||||
},
|
||||
/area/shuttle/escape)
|
||||
"nF" = (
|
||||
/obj/structure/chair/comfy/shuttle{
|
||||
dir = 1
|
||||
},
|
||||
/obj/machinery/light/directional/west,
|
||||
/turf/open/floor/iron/shuttle/evac,
|
||||
/area/shuttle/escape)
|
||||
"nH" = (
|
||||
/obj/structure/extinguisher_cabinet/directional/north,
|
||||
/obj/structure/table/reinforced,
|
||||
@@ -373,9 +376,7 @@
|
||||
/obj/structure/chair/comfy/shuttle{
|
||||
dir = 8
|
||||
},
|
||||
/obj/machinery/light{
|
||||
dir = 4
|
||||
},
|
||||
/obj/machinery/light/directional/east,
|
||||
/turf/open/floor/iron/shuttle/evac{
|
||||
icon_state = "floorsec2"
|
||||
},
|
||||
@@ -388,13 +389,12 @@
|
||||
},
|
||||
/area/shuttle/escape)
|
||||
"ov" = (
|
||||
/obj/structure/closet/shuttle/evacvent,
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/evac{
|
||||
icon_state = "8,1"
|
||||
},
|
||||
/area/shuttle/escape)
|
||||
"oT" = (
|
||||
/obj/machinery/light,
|
||||
/obj/machinery/light/directional/south,
|
||||
/turf/open/floor/iron/shuttle/evac,
|
||||
/area/shuttle/escape)
|
||||
"oV" = (
|
||||
@@ -460,9 +460,6 @@
|
||||
},
|
||||
/area/shuttle/escape)
|
||||
"rh" = (
|
||||
/obj/machinery/light{
|
||||
dir = 8
|
||||
},
|
||||
/obj/machinery/flasher{
|
||||
id = "shuttle_flasher";
|
||||
pixel_x = -24;
|
||||
@@ -491,6 +488,9 @@
|
||||
},
|
||||
/area/shuttle/escape)
|
||||
"sh" = (
|
||||
/obj/structure/closet/shuttle/engivent{
|
||||
pixel_y = 32
|
||||
},
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/evac{
|
||||
icon_state = "8,0"
|
||||
},
|
||||
@@ -546,12 +546,12 @@
|
||||
/area/shuttle/escape)
|
||||
"tV" = (
|
||||
/obj/machinery/computer/emergency_shuttle/advanced,
|
||||
/turf/open/floor/iron/shuttle/evac,
|
||||
/turf/open/floor/iron/shuttle/evac{
|
||||
icon_state = "floorplace2"
|
||||
},
|
||||
/area/shuttle/escape)
|
||||
"ua" = (
|
||||
/obj/machinery/light{
|
||||
dir = 8
|
||||
},
|
||||
/obj/machinery/light/directional/east,
|
||||
/turf/open/floor/iron/shuttle/evac{
|
||||
icon_state = "flooreng1"
|
||||
},
|
||||
@@ -571,6 +571,13 @@
|
||||
icon_state = "13,20"
|
||||
},
|
||||
/area/shuttle/escape)
|
||||
"vn" = (
|
||||
/obj/structure/chair/comfy/shuttle,
|
||||
/obj/machinery/light/directional/east,
|
||||
/turf/open/floor/iron/shuttle/evac{
|
||||
icon_state = "floorplace"
|
||||
},
|
||||
/area/shuttle/escape)
|
||||
"vu" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/evac{
|
||||
icon_state = "7,24"
|
||||
@@ -586,12 +593,10 @@
|
||||
/area/shuttle/escape)
|
||||
"vF" = (
|
||||
/obj/structure/chair/comfy/shuttle,
|
||||
/obj/machinery/light{
|
||||
dir = 4
|
||||
},
|
||||
/obj/machinery/door/window{
|
||||
dir = 8
|
||||
},
|
||||
/obj/machinery/light/directional/east,
|
||||
/turf/open/floor/carpet/executive,
|
||||
/area/shuttle/escape)
|
||||
"vS" = (
|
||||
@@ -605,20 +610,16 @@
|
||||
},
|
||||
/area/shuttle/escape)
|
||||
"wl" = (
|
||||
/obj/machinery/light{
|
||||
dir = 4
|
||||
},
|
||||
/obj/machinery/light/directional/west,
|
||||
/turf/open/floor/iron/shuttle/evac{
|
||||
icon_state = "flooreng1"
|
||||
},
|
||||
/area/shuttle/escape)
|
||||
"wr" = (
|
||||
/obj/structure/table,
|
||||
/obj/item/storage/toolbox/emergency,
|
||||
/obj/item/wrench,
|
||||
/obj/machinery/light{
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/closet/shuttle/medical/white,
|
||||
/turf/open/floor/iron/shuttle/evac{
|
||||
icon_state = "floorplace2"
|
||||
},
|
||||
@@ -686,9 +687,7 @@
|
||||
},
|
||||
/area/shuttle/escape)
|
||||
"zC" = (
|
||||
/obj/machinery/light{
|
||||
dir = 4
|
||||
},
|
||||
/obj/machinery/light/directional/east,
|
||||
/turf/open/floor/iron/shuttle/evac,
|
||||
/area/shuttle/escape)
|
||||
"Ao" = (
|
||||
@@ -718,9 +717,7 @@
|
||||
/obj/machinery/sleeper{
|
||||
dir = 8
|
||||
},
|
||||
/obj/machinery/light{
|
||||
dir = 4
|
||||
},
|
||||
/obj/machinery/light/directional/east,
|
||||
/turf/open/floor/iron/shuttle/evac{
|
||||
icon_state = "floormed"
|
||||
},
|
||||
@@ -817,7 +814,9 @@
|
||||
/area/shuttle/escape)
|
||||
"EH" = (
|
||||
/obj/machinery/computer/crew/shuttle,
|
||||
/turf/open/floor/iron/shuttle/evac,
|
||||
/turf/open/floor/iron/shuttle/evac{
|
||||
icon_state = "floorplace2"
|
||||
},
|
||||
/area/shuttle/escape)
|
||||
"EU" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/evac{
|
||||
@@ -882,9 +881,7 @@
|
||||
/obj/machinery/vending/wallmed{
|
||||
pixel_x = -32
|
||||
},
|
||||
/obj/machinery/light{
|
||||
dir = 8
|
||||
},
|
||||
/obj/machinery/light/directional/west,
|
||||
/turf/open/floor/iron/shuttle/evac{
|
||||
icon_state = "floormed"
|
||||
},
|
||||
@@ -962,9 +959,7 @@
|
||||
/obj/machinery/sleeper{
|
||||
dir = 4
|
||||
},
|
||||
/obj/machinery/light{
|
||||
dir = 8
|
||||
},
|
||||
/obj/machinery/light/directional/west,
|
||||
/turf/open/floor/iron/shuttle/evac{
|
||||
icon_state = "floormed"
|
||||
},
|
||||
@@ -1053,7 +1048,7 @@
|
||||
/obj/structure/chair/comfy/shuttle{
|
||||
dir = 1
|
||||
},
|
||||
/obj/machinery/light,
|
||||
/obj/machinery/light/directional/south,
|
||||
/turf/open/floor/iron/shuttle/evac{
|
||||
icon_state = "floormed"
|
||||
},
|
||||
@@ -1096,6 +1091,13 @@
|
||||
icon_state = "floorsec2"
|
||||
},
|
||||
/area/shuttle/escape/brig)
|
||||
"Pa" = (
|
||||
/obj/structure/chair/comfy/shuttle,
|
||||
/obj/machinery/light/directional/west,
|
||||
/turf/open/floor/iron/shuttle/evac{
|
||||
icon_state = "floorplace"
|
||||
},
|
||||
/area/shuttle/escape)
|
||||
"Pd" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/evac{
|
||||
icon_state = "5,2"
|
||||
@@ -1129,8 +1131,7 @@
|
||||
/turf/open/floor/iron/shuttle/evac,
|
||||
/area/shuttle/escape)
|
||||
"QD" = (
|
||||
/obj/structure/closet/shuttle/wagon,
|
||||
/obj/effect/spawner/random/maintenance,
|
||||
/obj/structure/closet/shuttle/emergency/white,
|
||||
/turf/open/floor/iron/shuttle/evac{
|
||||
icon_state = "floorplace2"
|
||||
},
|
||||
@@ -1186,10 +1187,9 @@
|
||||
/area/shuttle/escape)
|
||||
"SR" = (
|
||||
/obj/machinery/computer/communications,
|
||||
/obj/machinery/light{
|
||||
dir = 8
|
||||
/turf/open/floor/iron/shuttle/evac{
|
||||
icon_state = "floorplace2"
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/evac,
|
||||
/area/shuttle/escape)
|
||||
"ST" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/evac{
|
||||
@@ -1253,24 +1253,21 @@
|
||||
/obj/structure/chair/comfy/shuttle{
|
||||
dir = 4
|
||||
},
|
||||
/obj/machinery/light{
|
||||
dir = 8
|
||||
},
|
||||
/obj/machinery/button/flasher{
|
||||
id = "shuttle_flasher";
|
||||
pixel_x = -25;
|
||||
pixel_y = -6
|
||||
},
|
||||
/obj/machinery/light/directional/west,
|
||||
/turf/open/floor/iron/shuttle/evac{
|
||||
icon_state = "floorsec2"
|
||||
},
|
||||
/area/shuttle/escape/brig)
|
||||
"Ws" = (
|
||||
/obj/machinery/computer/atmos_alert,
|
||||
/obj/machinery/light{
|
||||
dir = 4
|
||||
/turf/open/floor/iron/shuttle/evac{
|
||||
icon_state = "floorplace2"
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/evac,
|
||||
/area/shuttle/escape)
|
||||
"Wt" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/evac{
|
||||
@@ -1333,6 +1330,13 @@
|
||||
icon_state = "15,16"
|
||||
},
|
||||
/area/shuttle/escape)
|
||||
"YN" = (
|
||||
/obj/structure/chair/comfy/shuttle{
|
||||
dir = 1
|
||||
},
|
||||
/obj/machinery/light/directional/east,
|
||||
/turf/open/floor/iron/shuttle/evac,
|
||||
/area/shuttle/escape)
|
||||
"YW" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/evac{
|
||||
icon_state = "15,13"
|
||||
@@ -1358,7 +1362,9 @@
|
||||
/area/shuttle/escape)
|
||||
"ZA" = (
|
||||
/obj/machinery/computer/security/shuttle,
|
||||
/turf/open/floor/iron/shuttle/evac,
|
||||
/turf/open/floor/iron/shuttle/evac{
|
||||
icon_state = "floorplace2"
|
||||
},
|
||||
/area/shuttle/escape)
|
||||
"ZF" = (
|
||||
/turf/template_noop,
|
||||
@@ -1520,11 +1526,11 @@ lq
|
||||
en
|
||||
sJ
|
||||
SR
|
||||
Pu
|
||||
nF
|
||||
qp
|
||||
JR
|
||||
eL
|
||||
XT
|
||||
Pa
|
||||
Rc
|
||||
Rc
|
||||
Li
|
||||
@@ -1532,7 +1538,7 @@ XT
|
||||
Sv
|
||||
eL
|
||||
AG
|
||||
XT
|
||||
Pa
|
||||
eL
|
||||
eL
|
||||
Ow
|
||||
@@ -1636,11 +1642,11 @@ my
|
||||
dY
|
||||
KI
|
||||
Ws
|
||||
Pu
|
||||
YN
|
||||
Qz
|
||||
mI
|
||||
Ue
|
||||
Ev
|
||||
vn
|
||||
Rc
|
||||
Rc
|
||||
eL
|
||||
@@ -1648,7 +1654,7 @@ Ev
|
||||
dZ
|
||||
eL
|
||||
kH
|
||||
Ev
|
||||
vn
|
||||
eL
|
||||
eL
|
||||
mI
|
||||
|
||||
@@ -6,9 +6,7 @@
|
||||
/area/shuttle/arrival)
|
||||
"b" = (
|
||||
/obj/machinery/computer/shuttle/arrivals,
|
||||
/obj/machinery/light{
|
||||
dir = 1
|
||||
},
|
||||
/obj/machinery/light/directional/north,
|
||||
/turf/open/floor/iron/shuttle/arrivals,
|
||||
/area/shuttle/arrival)
|
||||
"c" = (
|
||||
@@ -107,9 +105,7 @@
|
||||
},
|
||||
/area/shuttle/arrival)
|
||||
"v" = (
|
||||
/obj/machinery/light{
|
||||
dir = 8
|
||||
},
|
||||
/obj/machinery/light/directional/west,
|
||||
/turf/open/floor/iron/shuttle/arrivals{
|
||||
icon_state = "sign_2"
|
||||
},
|
||||
@@ -130,10 +126,6 @@
|
||||
icon_state = "8,4"
|
||||
},
|
||||
/area/shuttle/arrival)
|
||||
"A" = (
|
||||
/obj/structure/closet/shuttle/wagon,
|
||||
/turf/open/floor/iron/shuttle/arrivals,
|
||||
/area/shuttle/arrival)
|
||||
"B" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/arrivals{
|
||||
icon_state = "3,0"
|
||||
@@ -181,13 +173,12 @@
|
||||
/area/shuttle/arrival)
|
||||
"M" = (
|
||||
/obj/structure/closet/crate/bin,
|
||||
/obj/item/flashlight/seclite,
|
||||
/turf/open/floor/iron/shuttle/arrivals{
|
||||
icon_state = "sign_1"
|
||||
},
|
||||
/area/shuttle/arrival)
|
||||
"N" = (
|
||||
/obj/machinery/light,
|
||||
/obj/machinery/light/directional/south,
|
||||
/turf/open/floor/iron/shuttle/arrivals{
|
||||
icon_state = "sign_3"
|
||||
},
|
||||
@@ -226,15 +217,17 @@
|
||||
/obj/machinery/door/airlock/external,
|
||||
/turf/open/floor/iron/shuttle/arrivals,
|
||||
/area/shuttle/arrival)
|
||||
"V" = (
|
||||
/obj/structure/closet/shuttle/emergency/white,
|
||||
/turf/open/floor/iron/shuttle/arrivals,
|
||||
/area/shuttle/arrival)
|
||||
"W" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/arrivals{
|
||||
icon_state = "12,3"
|
||||
},
|
||||
/area/shuttle/arrival)
|
||||
"X" = (
|
||||
/obj/machinery/light{
|
||||
dir = 4
|
||||
},
|
||||
/obj/machinery/light/directional/east,
|
||||
/turf/open/floor/iron/shuttle/arrivals{
|
||||
icon_state = "sign_2"
|
||||
},
|
||||
@@ -266,7 +259,7 @@ G
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
T
|
||||
A
|
||||
V
|
||||
x
|
||||
X
|
||||
U
|
||||
@@ -322,7 +315,7 @@ f
|
||||
"}
|
||||
(11,1,1) = {"
|
||||
j
|
||||
A
|
||||
V
|
||||
x
|
||||
v
|
||||
U
|
||||
|
||||
@@ -0,0 +1,531 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"aK" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/cargo{
|
||||
dir = 1;
|
||||
icon_state = "0,2"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"bh" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/cargo{
|
||||
dir = 1;
|
||||
icon_state = "4,10"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"fh" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/cargo{
|
||||
dir = 1;
|
||||
icon_state = "3,0"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"gz" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/cargo{
|
||||
dir = 1;
|
||||
icon_state = "4,11"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"hv" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/cargo{
|
||||
dir = 1;
|
||||
icon_state = "2,11"
|
||||
},
|
||||
/area/shuttle/supply/cockpit)
|
||||
"hC" = (
|
||||
/turf/open/floor/iron/shuttle/cargo{
|
||||
dir = 1
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"hV" = (
|
||||
/turf/open/floor/iron/shuttle/cargo{
|
||||
dir = 1;
|
||||
icon_state = "floor_box"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"ib" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/cargo{
|
||||
dir = 1;
|
||||
icon_state = "5,0"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"iz" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/cargo{
|
||||
dir = 1;
|
||||
icon_state = "6,10"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"jI" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/cargo{
|
||||
dir = 1;
|
||||
icon_state = "0,7"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"kh" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/cargo{
|
||||
dir = 1;
|
||||
icon_state = "6,0"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"ku" = (
|
||||
/obj/effect/decal/cleanable/oil/streak,
|
||||
/turf/open/floor/iron/shuttle/cargo{
|
||||
dir = 1
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"lb" = (
|
||||
/obj/docking_port/mobile/supply{
|
||||
dir = 4;
|
||||
dwidth = 4
|
||||
},
|
||||
/obj/machinery/door/airlock/grunge{
|
||||
name = "Supply Shuttle Airlock";
|
||||
req_access_txt = "31"
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/cargo{
|
||||
dir = 1
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"mX" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/cargo{
|
||||
dir = 1;
|
||||
icon_state = "2,1"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"nk" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/cargo{
|
||||
dir = 1;
|
||||
icon_state = "3,10"
|
||||
},
|
||||
/area/shuttle/supply/cockpit)
|
||||
"nr" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/cargo{
|
||||
dir = 1;
|
||||
icon_state = "4,0"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"oA" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/cargo{
|
||||
dir = 1;
|
||||
icon_state = "0,10"
|
||||
},
|
||||
/area/shuttle/supply/cockpit)
|
||||
"oU" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/cargo{
|
||||
dir = 1;
|
||||
icon_state = "5,1"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"pD" = (
|
||||
/obj/effect/decal/cleanable/dirt/dust,
|
||||
/obj/structure/chair/comfy/shuttle,
|
||||
/obj/structure/closet/emcloset/wall{
|
||||
pixel_x = 28
|
||||
},
|
||||
/obj/item/radio/intercom/directional/north,
|
||||
/turf/open/floor/iron/shuttle/cargo{
|
||||
dir = 1
|
||||
},
|
||||
/area/shuttle/supply/cockpit)
|
||||
"rU" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/cargo{
|
||||
dir = 1;
|
||||
icon_state = "2,0"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"sz" = (
|
||||
/obj/machinery/door/airlock/grunge{
|
||||
name = "Supply Shuttle Cockpit";
|
||||
req_access_txt = "31"
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/cargo{
|
||||
dir = 1
|
||||
},
|
||||
/area/shuttle/supply/cockpit)
|
||||
"sN" = (
|
||||
/obj/effect/decal/cleanable/dirt/dust,
|
||||
/turf/open/floor/iron/shuttle/cargo{
|
||||
dir = 1;
|
||||
icon_state = "floor_maintb"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"sR" = (
|
||||
/obj/effect/decal/cleanable/dirt/dust,
|
||||
/turf/open/floor/iron/shuttle/cargo{
|
||||
dir = 1
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"tG" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/cargo{
|
||||
dir = 1;
|
||||
icon_state = "6,8_Delta"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"uB" = (
|
||||
/obj/structure/table/reinforced,
|
||||
/obj/item/paper/crumpled/muddy{
|
||||
info = "Toddy spilled his damn coffee all over the console, don't expect to manually pilot the Consign until we can get a repair guy. Which, uh, might be a while...<hr><FONT COLOR='blue'>Oh, by the way, I'm using this note now to complain about the fact we had to build a whole replica Consign for this station specifically? They could have just adjusted the docking parameters but noooo, 'wah the door is an inch off!' God, those corpos can <b>suck my wrench.</b></FONT>"
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/cargo{
|
||||
dir = 1
|
||||
},
|
||||
/area/shuttle/supply/cockpit)
|
||||
"uI" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/cargo{
|
||||
dir = 1;
|
||||
icon_state = "1,1"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"vd" = (
|
||||
/obj/machinery/conveyor{
|
||||
dir = 8;
|
||||
id = "cargounload"
|
||||
},
|
||||
/obj/machinery/door/poddoor{
|
||||
id = "cargounload";
|
||||
name = "supply dock unloading door"
|
||||
},
|
||||
/turf/open/floor/plating,
|
||||
/area/shuttle/supply)
|
||||
"ws" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/cargo{
|
||||
dir = 1
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"ww" = (
|
||||
/obj/effect/decal/cleanable/dirt/dust,
|
||||
/turf/open/floor/iron/shuttle/cargo{
|
||||
dir = 1;
|
||||
icon_state = "floor_mainta"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"wI" = (
|
||||
/turf/open/floor/iron/shuttle/cargo{
|
||||
dir = 1;
|
||||
icon_state = "floor_in"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"xI" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/cargo{
|
||||
dir = 1;
|
||||
icon_state = "3,11"
|
||||
},
|
||||
/area/shuttle/supply/cockpit)
|
||||
"xV" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/cargo{
|
||||
dir = 1;
|
||||
icon_state = "1,11"
|
||||
},
|
||||
/area/shuttle/supply/cockpit)
|
||||
"zx" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/cargo{
|
||||
dir = 1;
|
||||
icon_state = "0,1"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"zP" = (
|
||||
/turf/template_noop,
|
||||
/area/template_noop)
|
||||
"Ay" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/cargo{
|
||||
dir = 1;
|
||||
icon_state = "3,8"
|
||||
},
|
||||
/area/shuttle/supply/cockpit)
|
||||
"AU" = (
|
||||
/obj/machinery/light/directional/south,
|
||||
/turf/open/floor/iron/shuttle/cargo{
|
||||
dir = 1
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"CR" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/cargo{
|
||||
dir = 1;
|
||||
icon_state = "1,0"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"Ff" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/cargo{
|
||||
dir = 1;
|
||||
icon_state = "0,8"
|
||||
},
|
||||
/area/shuttle/supply/cockpit)
|
||||
"FG" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/cargo{
|
||||
dir = 1;
|
||||
icon_state = "6,6"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"FR" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/cargo{
|
||||
dir = 1;
|
||||
icon_state = "1,8"
|
||||
},
|
||||
/area/shuttle/supply/cockpit)
|
||||
"Gf" = (
|
||||
/obj/machinery/door/poddoor{
|
||||
id = "cargoload";
|
||||
name = "supply dock loading door"
|
||||
},
|
||||
/obj/machinery/conveyor{
|
||||
dir = 4;
|
||||
id = "cargoload"
|
||||
},
|
||||
/turf/open/floor/plating,
|
||||
/area/shuttle/supply)
|
||||
"Hz" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/cargo{
|
||||
dir = 1;
|
||||
icon_state = "6,1"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"KM" = (
|
||||
/obj/machinery/computer{
|
||||
desc = "This WAS a helmsman's console, before it became a coffee's console.";
|
||||
dir = 1
|
||||
},
|
||||
/obj/machinery/light/directional/east,
|
||||
/turf/open/floor/iron/shuttle/cargo{
|
||||
dir = 1
|
||||
},
|
||||
/area/shuttle/supply/cockpit)
|
||||
"Lh" = (
|
||||
/obj/machinery/light/directional/east,
|
||||
/turf/open/floor/iron/shuttle/cargo{
|
||||
dir = 1;
|
||||
icon_state = "floor_box"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"MA" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/cargo{
|
||||
dir = 1;
|
||||
icon_state = "0,0"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"Oi" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/cargo{
|
||||
dir = 1;
|
||||
icon_state = "0,3"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"Ow" = (
|
||||
/obj/effect/decal/cleanable/dirt/dust,
|
||||
/turf/open/floor/iron/shuttle/cargo{
|
||||
dir = 1;
|
||||
icon_state = "floor_box"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"PH" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/cargo{
|
||||
dir = 1;
|
||||
icon_state = "2,8"
|
||||
},
|
||||
/area/shuttle/supply/cockpit)
|
||||
"PS" = (
|
||||
/obj/effect/decal/cleanable/dirt/dust,
|
||||
/obj/structure/chair/comfy/shuttle,
|
||||
/turf/open/floor/iron/shuttle/cargo{
|
||||
dir = 1
|
||||
},
|
||||
/area/shuttle/supply/cockpit)
|
||||
"Qm" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/cargo{
|
||||
dir = 1;
|
||||
icon_state = "0,9"
|
||||
},
|
||||
/area/shuttle/supply/cockpit)
|
||||
"Qx" = (
|
||||
/obj/structure/closet/shuttle/engivent{
|
||||
pixel_y = 33
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/cargo{
|
||||
dir = 1
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"QJ" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/cargo{
|
||||
dir = 1;
|
||||
icon_state = "0,4"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"Sz" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/cargo{
|
||||
dir = 1;
|
||||
icon_state = "5,10"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"To" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/cargo{
|
||||
dir = 1;
|
||||
icon_state = "0,11"
|
||||
},
|
||||
/area/shuttle/supply/cockpit)
|
||||
"TO" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/cargo{
|
||||
dir = 1;
|
||||
icon_state = "6,9_Delta"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"Uj" = (
|
||||
/turf/open/floor/iron/shuttle/cargo{
|
||||
dir = 1;
|
||||
icon_state = "floor_out"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"UC" = (
|
||||
/obj/machinery/button/door/directional/west{
|
||||
id = "cargoload";
|
||||
name = "Loading Doors";
|
||||
pixel_y = -8
|
||||
},
|
||||
/obj/machinery/button/door/directional/west{
|
||||
id = "cargounload";
|
||||
name = "Loading Doors";
|
||||
pixel_y = 8
|
||||
},
|
||||
/obj/machinery/light/directional/west,
|
||||
/turf/open/floor/iron/shuttle/cargo{
|
||||
dir = 1
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"UX" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/cargo{
|
||||
dir = 1;
|
||||
icon_state = "6,2_Delta"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"VP" = (
|
||||
/obj/effect/decal/cleanable/oil/slippery,
|
||||
/turf/open/floor/iron/shuttle/cargo{
|
||||
dir = 1
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"Xb" = (
|
||||
/obj/machinery/door/airlock/grunge{
|
||||
name = "Supply Shuttle Airlock";
|
||||
req_access_txt = "31"
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/cargo{
|
||||
dir = 1
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"Xe" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/cargo{
|
||||
dir = 1;
|
||||
icon_state = "4,1"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"Xp" = (
|
||||
/obj/structure/extinguisher_cabinet/directional/south,
|
||||
/turf/open/floor/iron/shuttle/cargo{
|
||||
dir = 1
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"Ye" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/cargo{
|
||||
dir = 1;
|
||||
icon_state = "0,5"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"ZB" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/cargo{
|
||||
dir = 1;
|
||||
icon_state = "0,6"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
|
||||
(1,1,1) = {"
|
||||
kh
|
||||
Hz
|
||||
UX
|
||||
vd
|
||||
lb
|
||||
FG
|
||||
Xb
|
||||
Gf
|
||||
tG
|
||||
TO
|
||||
iz
|
||||
zP
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
ib
|
||||
oU
|
||||
hC
|
||||
Uj
|
||||
hV
|
||||
UC
|
||||
hV
|
||||
wI
|
||||
hC
|
||||
hC
|
||||
Sz
|
||||
zP
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
nr
|
||||
Xe
|
||||
hC
|
||||
sR
|
||||
hC
|
||||
hC
|
||||
hC
|
||||
sR
|
||||
hC
|
||||
AU
|
||||
bh
|
||||
gz
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
fh
|
||||
ws
|
||||
Qx
|
||||
hC
|
||||
ku
|
||||
VP
|
||||
hC
|
||||
Xp
|
||||
Ay
|
||||
sz
|
||||
nk
|
||||
xI
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
rU
|
||||
mX
|
||||
hV
|
||||
hV
|
||||
hV
|
||||
hV
|
||||
sR
|
||||
hC
|
||||
PH
|
||||
PS
|
||||
uB
|
||||
hv
|
||||
"}
|
||||
(6,1,1) = {"
|
||||
CR
|
||||
uI
|
||||
Ow
|
||||
Ow
|
||||
hV
|
||||
Lh
|
||||
ww
|
||||
sN
|
||||
FR
|
||||
pD
|
||||
KM
|
||||
xV
|
||||
"}
|
||||
(7,1,1) = {"
|
||||
MA
|
||||
zx
|
||||
aK
|
||||
Oi
|
||||
QJ
|
||||
Ye
|
||||
ZB
|
||||
jI
|
||||
Ff
|
||||
Qm
|
||||
oA
|
||||
To
|
||||
"}
|
||||
@@ -0,0 +1,453 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"bm" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/cargo{
|
||||
icon_state = "1,11"
|
||||
},
|
||||
/area/shuttle/supply/cockpit)
|
||||
"bT" = (
|
||||
/obj/machinery/light/directional/west,
|
||||
/obj/machinery/computer{
|
||||
desc = "This WAS a helmsman's console, before it became a coffee's console."
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/cargo,
|
||||
/area/shuttle/supply/cockpit)
|
||||
"cE" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/cargo{
|
||||
icon_state = "0,0"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"dg" = (
|
||||
/obj/effect/decal/cleanable/oil/slippery,
|
||||
/turf/open/floor/iron/shuttle/cargo,
|
||||
/area/shuttle/supply)
|
||||
"do" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/cargo{
|
||||
icon_state = "3,10"
|
||||
},
|
||||
/area/shuttle/supply/cockpit)
|
||||
"ds" = (
|
||||
/obj/docking_port/mobile/supply,
|
||||
/obj/machinery/door/airlock/grunge{
|
||||
name = "Supply Shuttle Airlock";
|
||||
req_access_txt = "31"
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/cargo{
|
||||
icon_state = "floor_box"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"dv" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/cargo{
|
||||
icon_state = "1,1"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"eb" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/cargo{
|
||||
icon_state = "0,6"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"fr" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/cargo{
|
||||
icon_state = "4,1"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"go" = (
|
||||
/obj/machinery/button/door/directional/east{
|
||||
id = "QMLoaddoor2";
|
||||
name = "Loading Doors";
|
||||
pixel_y = 8
|
||||
},
|
||||
/obj/machinery/button/door/directional/east{
|
||||
id = "QMLoaddoor";
|
||||
name = "Loading Doors";
|
||||
pixel_y = -8
|
||||
},
|
||||
/obj/machinery/light/directional/east,
|
||||
/turf/open/floor/iron/shuttle/cargo,
|
||||
/area/shuttle/supply)
|
||||
"jn" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/cargo{
|
||||
icon_state = "1,8"
|
||||
},
|
||||
/area/shuttle/supply/cockpit)
|
||||
"kb" = (
|
||||
/obj/effect/decal/cleanable/oil/streak,
|
||||
/turf/open/floor/iron/shuttle/cargo,
|
||||
/area/shuttle/supply)
|
||||
"kz" = (
|
||||
/obj/machinery/light/directional/west,
|
||||
/obj/effect/decal/cleanable/dirt/dust,
|
||||
/turf/open/floor/iron/shuttle/cargo{
|
||||
icon_state = "floor_mainta"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"lq" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/cargo{
|
||||
icon_state = "4,0"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"lz" = (
|
||||
/obj/machinery/light/directional/north,
|
||||
/turf/open/floor/iron/shuttle/cargo,
|
||||
/area/shuttle/supply)
|
||||
"me" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/cargo{
|
||||
icon_state = "0,11"
|
||||
},
|
||||
/area/shuttle/supply/cockpit)
|
||||
"mp" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/cargo,
|
||||
/area/shuttle/supply)
|
||||
"mH" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/cargo{
|
||||
icon_state = "6,6"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"mP" = (
|
||||
/obj/effect/decal/cleanable/dirt/dust,
|
||||
/turf/open/floor/iron/shuttle/cargo{
|
||||
icon_state = "floor_box"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"ob" = (
|
||||
/turf/open/floor/iron/shuttle/cargo{
|
||||
icon_state = "floor_box"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"qx" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/cargo{
|
||||
icon_state = "6,3"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"qN" = (
|
||||
/obj/structure/chair/comfy/shuttle{
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/closet/emcloset/wall{
|
||||
pixel_x = -28
|
||||
},
|
||||
/obj/effect/decal/cleanable/dirt/dust,
|
||||
/obj/item/radio/intercom/directional/south,
|
||||
/turf/open/floor/iron/shuttle/cargo,
|
||||
/area/shuttle/supply/cockpit)
|
||||
"rY" = (
|
||||
/obj/effect/decal/cleanable/dirt/dust,
|
||||
/turf/open/floor/iron/shuttle/cargo{
|
||||
icon_state = "floor_maintb"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"rZ" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/cargo{
|
||||
icon_state = "6,10"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"sa" = (
|
||||
/obj/structure/table/reinforced,
|
||||
/obj/item/paper/crumpled/muddy{
|
||||
info = "Toddy spilled his damn coffee all over the console, don't expect to manually pilot the Consign until we can get a repair guy. Which, uh, might be a while..."
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/cargo,
|
||||
/area/shuttle/supply/cockpit)
|
||||
"tp" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/cargo{
|
||||
icon_state = "2,0"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"uk" = (
|
||||
/obj/machinery/conveyor{
|
||||
dir = 8;
|
||||
id = "QMLoad"
|
||||
},
|
||||
/obj/machinery/door/poddoor{
|
||||
id = "QMLoaddoor";
|
||||
name = "supply dock loading door"
|
||||
},
|
||||
/turf/open/floor/plating,
|
||||
/area/shuttle/supply)
|
||||
"uI" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/cargo{
|
||||
icon_state = "2,11"
|
||||
},
|
||||
/area/shuttle/supply/cockpit)
|
||||
"vy" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/cargo{
|
||||
icon_state = "0,5"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"vF" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/cargo{
|
||||
icon_state = "5,0"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"wR" = (
|
||||
/obj/machinery/door/airlock/grunge{
|
||||
name = "Supply Shuttle Airlock";
|
||||
req_access_txt = "31"
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/cargo{
|
||||
icon_state = "floor_box"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"zx" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/cargo{
|
||||
icon_state = "4,11"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"zQ" = (
|
||||
/turf/open/floor/iron/shuttle/cargo{
|
||||
icon_state = "floor_out"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"FF" = (
|
||||
/obj/structure/extinguisher_cabinet/directional/north,
|
||||
/turf/open/floor/iron/shuttle/cargo,
|
||||
/area/shuttle/supply)
|
||||
"GD" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/cargo{
|
||||
icon_state = "5,1"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"Hd" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/cargo{
|
||||
icon_state = "5,10"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"Ho" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/cargo{
|
||||
icon_state = "3,0"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"Is" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/cargo{
|
||||
icon_state = "1,0"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"Iw" = (
|
||||
/obj/structure/closet/shuttle/engivent{
|
||||
pixel_y = -33
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/cargo,
|
||||
/area/shuttle/supply)
|
||||
"IQ" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/cargo{
|
||||
icon_state = "0,4"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"Jp" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/cargo{
|
||||
icon_state = "4,10"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"MI" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/cargo{
|
||||
icon_state = "3,11"
|
||||
},
|
||||
/area/shuttle/supply/cockpit)
|
||||
"MU" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/cargo{
|
||||
icon_state = "0,9"
|
||||
},
|
||||
/area/shuttle/supply/cockpit)
|
||||
"OI" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/cargo{
|
||||
icon_state = "6,9"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"OZ" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/cargo{
|
||||
icon_state = "2,1"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"PA" = (
|
||||
/obj/structure/chair/comfy/shuttle{
|
||||
dir = 1
|
||||
},
|
||||
/obj/effect/decal/cleanable/dirt/dust,
|
||||
/turf/open/floor/iron/shuttle/cargo,
|
||||
/area/shuttle/supply/cockpit)
|
||||
"Ro" = (
|
||||
/obj/machinery/door/airlock/grunge{
|
||||
name = "Supply Shuttle Cockpit";
|
||||
req_access_txt = "31"
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/cargo,
|
||||
/area/shuttle/supply/cockpit)
|
||||
"Rr" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/cargo{
|
||||
icon_state = "0,2"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"RT" = (
|
||||
/obj/effect/decal/cleanable/dirt/dust,
|
||||
/turf/open/floor/iron/shuttle/cargo,
|
||||
/area/shuttle/supply)
|
||||
"Tj" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/cargo{
|
||||
icon_state = "0,8"
|
||||
},
|
||||
/area/shuttle/supply/cockpit)
|
||||
"TR" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/cargo{
|
||||
icon_state = "6,2"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"Uz" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/cargo{
|
||||
icon_state = "6,0"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"UP" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/cargo{
|
||||
icon_state = "0,1"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"Vv" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/cargo{
|
||||
icon_state = "0,10"
|
||||
},
|
||||
/area/shuttle/supply/cockpit)
|
||||
"VT" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/cargo{
|
||||
icon_state = "6,1"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"WL" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/cargo{
|
||||
icon_state = "2,8"
|
||||
},
|
||||
/area/shuttle/supply/cockpit)
|
||||
"Xq" = (
|
||||
/turf/open/floor/iron/shuttle/cargo,
|
||||
/area/shuttle/supply)
|
||||
"Xz" = (
|
||||
/obj/machinery/conveyor{
|
||||
dir = 4;
|
||||
id = "QMLoad2"
|
||||
},
|
||||
/obj/machinery/door/poddoor{
|
||||
id = "QMLoaddoor2";
|
||||
name = "supply dock loading door"
|
||||
},
|
||||
/turf/open/floor/plating,
|
||||
/area/shuttle/supply)
|
||||
"XT" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/cargo{
|
||||
icon_state = "0,3"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"Ys" = (
|
||||
/turf/template_noop,
|
||||
/area/template_noop)
|
||||
"YV" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/cargo{
|
||||
icon_state = "0,7"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
"Zv" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/cargo{
|
||||
icon_state = "3,8"
|
||||
},
|
||||
/area/shuttle/supply/cockpit)
|
||||
"Zz" = (
|
||||
/turf/open/floor/iron/shuttle/cargo{
|
||||
icon_state = "floor_in"
|
||||
},
|
||||
/area/shuttle/supply)
|
||||
|
||||
(1,1,1) = {"
|
||||
me
|
||||
Vv
|
||||
MU
|
||||
Tj
|
||||
YV
|
||||
eb
|
||||
vy
|
||||
IQ
|
||||
XT
|
||||
Rr
|
||||
UP
|
||||
cE
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
bm
|
||||
bT
|
||||
qN
|
||||
jn
|
||||
rY
|
||||
kz
|
||||
ob
|
||||
ob
|
||||
mP
|
||||
mP
|
||||
dv
|
||||
Is
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
uI
|
||||
sa
|
||||
PA
|
||||
WL
|
||||
Xq
|
||||
RT
|
||||
ob
|
||||
ob
|
||||
ob
|
||||
ob
|
||||
OZ
|
||||
tp
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
MI
|
||||
do
|
||||
Ro
|
||||
Zv
|
||||
FF
|
||||
Xq
|
||||
Xq
|
||||
Xq
|
||||
Xq
|
||||
Iw
|
||||
mp
|
||||
Ho
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
zx
|
||||
Jp
|
||||
lz
|
||||
RT
|
||||
Xq
|
||||
dg
|
||||
kb
|
||||
RT
|
||||
Xq
|
||||
Xq
|
||||
fr
|
||||
lq
|
||||
"}
|
||||
(6,1,1) = {"
|
||||
Ys
|
||||
Hd
|
||||
Xq
|
||||
Zz
|
||||
ob
|
||||
go
|
||||
ob
|
||||
zQ
|
||||
Xq
|
||||
Xq
|
||||
GD
|
||||
vF
|
||||
"}
|
||||
(7,1,1) = {"
|
||||
Ys
|
||||
rZ
|
||||
OI
|
||||
Xz
|
||||
wR
|
||||
mH
|
||||
ds
|
||||
uk
|
||||
qx
|
||||
TR
|
||||
VT
|
||||
Uz
|
||||
"}
|
||||
@@ -49,7 +49,9 @@
|
||||
/obj/docking_port/mobile/pod{
|
||||
port_direction = 2
|
||||
},
|
||||
/obj/machinery/door/airlock/silver,
|
||||
/obj/machinery/door/airlock/silver{
|
||||
name = "Escape Pod Airlock"
|
||||
},
|
||||
/turf/open/floor/mineral/titanium,
|
||||
/area/shuttle/pod_1)
|
||||
"Q" = (
|
||||
@@ -69,9 +71,7 @@
|
||||
pixel_x = -20;
|
||||
pixel_y = 12
|
||||
},
|
||||
/obj/machinery/light/small{
|
||||
dir = 8
|
||||
},
|
||||
/obj/machinery/light/small/directional/west,
|
||||
/turf/open/floor/mineral/titanium,
|
||||
/area/shuttle/pod_1)
|
||||
"X" = (
|
||||
|
||||
@@ -69,7 +69,9 @@
|
||||
},
|
||||
/area/shuttle/transport)
|
||||
"hw" = (
|
||||
/turf/open/floor/iron/shuttle/ferry,
|
||||
/turf/open/floor/iron/shuttle/ferry{
|
||||
dir = 8
|
||||
},
|
||||
/area/shuttle/transport)
|
||||
"hY" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/ferry{
|
||||
@@ -103,7 +105,9 @@
|
||||
/area/shuttle/transport)
|
||||
"jE" = (
|
||||
/obj/machinery/computer/security/shuttle,
|
||||
/turf/open/floor/iron/shuttle/ferry,
|
||||
/turf/open/floor/iron/shuttle/ferry{
|
||||
dir = 8
|
||||
},
|
||||
/area/shuttle/transport)
|
||||
"jG" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/ferry{
|
||||
@@ -191,18 +195,8 @@
|
||||
/area/shuttle/transport)
|
||||
"rT" = (
|
||||
/obj/machinery/computer/crew/shuttle,
|
||||
/turf/open/floor/iron/shuttle/ferry,
|
||||
/area/shuttle/transport)
|
||||
"rZ" = (
|
||||
/obj/structure/fans/tiny/forcefield{
|
||||
dir = 8
|
||||
},
|
||||
/obj/machinery/door/airlock/highsecurity{
|
||||
external = 1
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/ferry{
|
||||
dir = 8;
|
||||
icon_state = "floor"
|
||||
dir = 8
|
||||
},
|
||||
/area/shuttle/transport)
|
||||
"sk" = (
|
||||
@@ -251,7 +245,9 @@
|
||||
/obj/structure/chair/comfy/shuttle{
|
||||
dir = 4
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/ferry,
|
||||
/turf/open/floor/iron/shuttle/ferry{
|
||||
dir = 8
|
||||
},
|
||||
/area/shuttle/transport)
|
||||
"uI" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/ferry{
|
||||
@@ -302,7 +298,9 @@
|
||||
/obj/machinery/light/no_nightlight{
|
||||
dir = 8
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/ferry,
|
||||
/turf/open/floor/iron/shuttle/ferry{
|
||||
dir = 8
|
||||
},
|
||||
/area/shuttle/transport)
|
||||
"zN" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/ferry{
|
||||
@@ -311,20 +309,34 @@
|
||||
},
|
||||
/area/shuttle/transport)
|
||||
"AB" = (
|
||||
/obj/structure/closet/shuttle/erokez{
|
||||
/obj/structure/closet/shuttle{
|
||||
dir = 4
|
||||
},
|
||||
/obj/item/clothing/suit/space/hardsuit/ert/sec,
|
||||
/turf/open/floor/iron/shuttle/ferry,
|
||||
/turf/open/floor/iron/shuttle/ferry{
|
||||
dir = 8
|
||||
},
|
||||
/area/shuttle/transport)
|
||||
"AW" = (
|
||||
/obj/structure/chair/comfy/shuttle{
|
||||
dir = 1
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/ferry,
|
||||
/turf/open/floor/iron/shuttle/ferry{
|
||||
dir = 8
|
||||
},
|
||||
/area/shuttle/transport)
|
||||
"By" = (
|
||||
/obj/structure/fans/tiny/forcefield{
|
||||
dir = 8
|
||||
},
|
||||
/obj/machinery/door/airlock/grunge,
|
||||
/turf/open/floor/iron/shuttle/ferry{
|
||||
dir = 8;
|
||||
icon_state = "floor"
|
||||
},
|
||||
/area/shuttle/transport)
|
||||
"Co" = (
|
||||
/obj/structure/closet/shuttle/erokez{
|
||||
/obj/structure/closet/shuttle{
|
||||
dir = 8
|
||||
},
|
||||
/obj/item/clothing/head/helmet/alt,
|
||||
@@ -334,7 +346,9 @@
|
||||
/obj/machinery/light/no_nightlight{
|
||||
dir = 4
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/ferry,
|
||||
/turf/open/floor/iron/shuttle/ferry{
|
||||
dir = 8
|
||||
},
|
||||
/area/shuttle/transport)
|
||||
"Cz" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/ferry{
|
||||
@@ -358,7 +372,9 @@
|
||||
/obj/machinery/computer/security/shuttle{
|
||||
dir = 8
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/ferry,
|
||||
/turf/open/floor/iron/shuttle/ferry{
|
||||
dir = 8
|
||||
},
|
||||
/area/shuttle/transport)
|
||||
"CM" = (
|
||||
/turf/open/floor/iron/shuttle/ferry{
|
||||
@@ -402,7 +418,9 @@
|
||||
/obj/machinery/light/no_nightlight{
|
||||
dir = 8
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/ferry,
|
||||
/turf/open/floor/iron/shuttle/ferry{
|
||||
dir = 8
|
||||
},
|
||||
/area/shuttle/transport)
|
||||
"Ew" = (
|
||||
/obj/structure/chair/comfy/shuttle{
|
||||
@@ -411,7 +429,9 @@
|
||||
/obj/machinery/light/no_nightlight{
|
||||
dir = 8
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/ferry,
|
||||
/turf/open/floor/iron/shuttle/ferry{
|
||||
dir = 8
|
||||
},
|
||||
/area/shuttle/transport)
|
||||
"Fk" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/ferry{
|
||||
@@ -528,7 +548,9 @@
|
||||
/obj/machinery/light/no_nightlight{
|
||||
dir = 4
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/ferry,
|
||||
/turf/open/floor/iron/shuttle/ferry{
|
||||
dir = 8
|
||||
},
|
||||
/area/shuttle/transport)
|
||||
"ON" = (
|
||||
/turf/template_noop,
|
||||
@@ -540,21 +562,20 @@
|
||||
},
|
||||
/area/shuttle/transport)
|
||||
"Pz" = (
|
||||
/obj/structure/closet/shuttle/erokez{
|
||||
/obj/structure/closet/shuttle{
|
||||
dir = 8
|
||||
},
|
||||
/obj/item/gun/energy/e_gun/nuclear,
|
||||
/obj/item/gun/energy/e_gun/stun,
|
||||
/obj/item/gun/energy/e_gun/old,
|
||||
/turf/open/floor/iron/shuttle/ferry,
|
||||
/turf/open/floor/iron/shuttle/ferry{
|
||||
dir = 8
|
||||
},
|
||||
/area/shuttle/transport)
|
||||
"Qg" = (
|
||||
/obj/structure/fans/tiny/forcefield{
|
||||
dir = 8
|
||||
},
|
||||
/obj/machinery/door/airlock/highsecurity{
|
||||
external = 1
|
||||
},
|
||||
/obj/docking_port/mobile{
|
||||
dheight = 3;
|
||||
dir = 8;
|
||||
@@ -565,6 +586,7 @@
|
||||
port_direction = 4;
|
||||
width = 20
|
||||
},
|
||||
/obj/machinery/door/airlock/grunge,
|
||||
/turf/open/floor/iron/shuttle/ferry{
|
||||
dir = 8;
|
||||
icon_state = "floor"
|
||||
@@ -595,13 +617,17 @@
|
||||
/obj/machinery/light/no_nightlight{
|
||||
dir = 4
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/ferry,
|
||||
/turf/open/floor/iron/shuttle/ferry{
|
||||
dir = 8
|
||||
},
|
||||
/area/shuttle/transport)
|
||||
"RL" = (
|
||||
/obj/machinery/computer/crew/shuttle{
|
||||
dir = 8
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/ferry,
|
||||
/turf/open/floor/iron/shuttle/ferry{
|
||||
dir = 8
|
||||
},
|
||||
/area/shuttle/transport)
|
||||
"Ss" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/ferry{
|
||||
@@ -622,11 +648,13 @@
|
||||
},
|
||||
/area/shuttle/transport)
|
||||
"Tk" = (
|
||||
/obj/structure/closet/shuttle/wagon{
|
||||
/obj/structure/closet/shuttle/emergency{
|
||||
dir = 1
|
||||
},
|
||||
/obj/machinery/light/no_nightlight,
|
||||
/turf/open/floor/iron/shuttle/ferry,
|
||||
/turf/open/floor/iron/shuttle/ferry{
|
||||
dir = 8
|
||||
},
|
||||
/area/shuttle/transport)
|
||||
"Tm" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/ferry{
|
||||
@@ -641,10 +669,12 @@
|
||||
},
|
||||
/area/shuttle/transport)
|
||||
"Ud" = (
|
||||
/obj/structure/closet/shuttle/medical_wall/erokez{
|
||||
/obj/structure/closet/shuttle/medical{
|
||||
dir = 4
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/ferry,
|
||||
/turf/open/floor/iron/shuttle/ferry{
|
||||
dir = 8
|
||||
},
|
||||
/area/shuttle/transport)
|
||||
"UD" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/ferry{
|
||||
@@ -763,8 +793,8 @@ AW
|
||||
Ew
|
||||
Vc
|
||||
YJ
|
||||
rZ
|
||||
rZ
|
||||
By
|
||||
By
|
||||
jP
|
||||
Cz
|
||||
ON
|
||||
@@ -851,7 +881,7 @@ Pz
|
||||
Co
|
||||
Ss
|
||||
jG
|
||||
rZ
|
||||
By
|
||||
Qg
|
||||
Dt
|
||||
tu
|
||||
@@ -0,0 +1,419 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/mining_labor{
|
||||
icon_state = "4,0"
|
||||
},
|
||||
/area/shuttle/labor/advanced)
|
||||
"c" = (
|
||||
/obj/structure/cable,
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/mining_labor{
|
||||
icon_state = "0,4"
|
||||
},
|
||||
/area/shuttle/labor/advanced)
|
||||
"d" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining_labor{
|
||||
icon_state = "4,8"
|
||||
},
|
||||
/area/shuttle/labor/advanced)
|
||||
"e" = (
|
||||
/obj/structure/chair/comfy/shuttle{
|
||||
dir = 4
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/exploration/corner{
|
||||
dir = 4
|
||||
},
|
||||
/area/shuttle/labor/advanced)
|
||||
"f" = (
|
||||
/obj/machinery/mineral/labor_claim_console{
|
||||
machinedir = 1;
|
||||
pixel_x = 30
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/exploration/side{
|
||||
dir = 8
|
||||
},
|
||||
/area/shuttle/labor/advanced)
|
||||
"g" = (
|
||||
/obj/docking_port/mobile{
|
||||
dir = 8;
|
||||
dwidth = 2;
|
||||
height = 5;
|
||||
id = "laborcamp";
|
||||
name = "labor camp shuttle";
|
||||
port_direction = 4;
|
||||
width = 9
|
||||
},
|
||||
/obj/machinery/door/airlock/grunge{
|
||||
id_tag = "prisonshuttle";
|
||||
name = "Labour Shuttle Airlock"
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/exploration/textured_flat{
|
||||
dir = 4
|
||||
},
|
||||
/area/shuttle/labor/advanced)
|
||||
"h" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/mining_labor{
|
||||
icon_state = "1,8"
|
||||
},
|
||||
/area/shuttle/labor/advanced)
|
||||
"i" = (
|
||||
/obj/effect/turf_decal/shuttle/exploration/hazardstripe{
|
||||
dir = 1
|
||||
},
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/turf/open/floor/iron/shuttle/exploration/invertcorner_side{
|
||||
dir = 8
|
||||
},
|
||||
/area/shuttle/labor/advanced)
|
||||
"j" = (
|
||||
/obj/effect/turf_decal/shuttle/exploration/hazardstripe{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/closet/emcloset/wall{
|
||||
pixel_y = -32
|
||||
},
|
||||
/obj/item/clothing/mask/breath{
|
||||
pixel_x = -3;
|
||||
pixel_y = -3
|
||||
},
|
||||
/obj/item/clothing/mask/breath{
|
||||
pixel_x = -3;
|
||||
pixel_y = -3
|
||||
},
|
||||
/obj/item/tank/internals/emergency_oxygen{
|
||||
pixel_x = 3
|
||||
},
|
||||
/obj/item/tank/internals/emergency_oxygen{
|
||||
pixel_x = 3
|
||||
},
|
||||
/obj/item/clothing/suit/hazardvest{
|
||||
desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
|
||||
name = "emergency lifejacket"
|
||||
},
|
||||
/obj/item/clothing/suit/hazardvest{
|
||||
desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
|
||||
name = "emergency lifejacket"
|
||||
},
|
||||
/obj/item/clothing/suit/hazardvest{
|
||||
desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
|
||||
name = "emergency lifejacket"
|
||||
},
|
||||
/obj/item/clothing/suit/hazardvest{
|
||||
desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
|
||||
name = "emergency lifejacket"
|
||||
},
|
||||
/obj/item/clothing/head/hardhat/orange{
|
||||
name = "protective hat";
|
||||
pixel_y = 9
|
||||
},
|
||||
/obj/item/clothing/head/hardhat/orange{
|
||||
name = "protective hat";
|
||||
pixel_y = 9
|
||||
},
|
||||
/obj/item/clothing/head/hardhat/orange{
|
||||
name = "protective hat";
|
||||
pixel_y = 9
|
||||
},
|
||||
/obj/item/clothing/head/hardhat/orange{
|
||||
name = "protective hat";
|
||||
pixel_y = 9
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/exploration/invertcorner_side{
|
||||
dir = 1
|
||||
},
|
||||
/area/shuttle/labor/advanced)
|
||||
"k" = (
|
||||
/obj/effect/turf_decal/shuttle/exploration/hazardstripe,
|
||||
/obj/effect/turf_decal/shuttle/exploration/hazardstripe{
|
||||
dir = 4
|
||||
},
|
||||
/obj/machinery/mineral/stacking_unit_console{
|
||||
machinedir = 2;
|
||||
pixel_x = 27;
|
||||
pixel_y = 22
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/exploration/tripleinvertcorner{
|
||||
dir = 8
|
||||
},
|
||||
/area/shuttle/labor/advanced)
|
||||
"l" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining_labor,
|
||||
/area/shuttle/labor/advanced)
|
||||
"m" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining_labor{
|
||||
icon_state = "2,8"
|
||||
},
|
||||
/area/shuttle/labor/advanced)
|
||||
"o" = (
|
||||
/obj/effect/turf_decal/shuttle/exploration/hazardstripe{
|
||||
dir = 1
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/exploration/invertcorner_side_flipped{
|
||||
dir = 4
|
||||
},
|
||||
/area/shuttle/labor/advanced)
|
||||
"p" = (
|
||||
/obj/machinery/computer/shuttle/labor{
|
||||
dir = 4
|
||||
},
|
||||
/obj/effect/turf_decal/shuttle/exploration/hazardstripe{
|
||||
dir = 4
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/exploration/corner_invcorner,
|
||||
/area/shuttle/labor/advanced)
|
||||
"q" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining_labor{
|
||||
icon_state = "2,5"
|
||||
},
|
||||
/area/shuttle/labor/advanced)
|
||||
"r" = (
|
||||
/obj/structure/cable,
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/mining_labor,
|
||||
/area/shuttle/labor/advanced)
|
||||
"s" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining_labor{
|
||||
icon_state = "0,3"
|
||||
},
|
||||
/area/shuttle/labor/advanced)
|
||||
"t" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/mining_labor{
|
||||
icon_state = "3,8"
|
||||
},
|
||||
/area/shuttle/labor/advanced)
|
||||
"u" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining_labor{
|
||||
icon_state = "4,3"
|
||||
},
|
||||
/area/shuttle/labor/advanced)
|
||||
"x" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining_labor{
|
||||
icon_state = "4,1"
|
||||
},
|
||||
/area/shuttle/labor/advanced)
|
||||
"y" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining_labor{
|
||||
icon_state = "2,1"
|
||||
},
|
||||
/area/shuttle/labor/advanced)
|
||||
"z" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining_labor{
|
||||
icon_state = "1,1"
|
||||
},
|
||||
/area/shuttle/labor/advanced)
|
||||
"A" = (
|
||||
/obj/effect/turf_decal/shuttle/exploration/bot,
|
||||
/obj/structure/chair/comfy/shuttle{
|
||||
dir = 8
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/exploration/side,
|
||||
/area/shuttle/labor/advanced)
|
||||
"B" = (
|
||||
/obj/structure/chair/comfy/shuttle{
|
||||
dir = 8
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/exploration/side{
|
||||
dir = 1
|
||||
},
|
||||
/area/shuttle/labor/advanced)
|
||||
"C" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining_labor{
|
||||
icon_state = "4,2"
|
||||
},
|
||||
/area/shuttle/labor/advanced)
|
||||
"D" = (
|
||||
/obj/machinery/flasher/directional/north{
|
||||
id = "gulagshuttleflasher";
|
||||
pixel_x = 8
|
||||
},
|
||||
/obj/machinery/light/small/directional/north,
|
||||
/turf/open/floor/iron/shuttle/exploration/side,
|
||||
/area/shuttle/labor/advanced)
|
||||
"E" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining_labor{
|
||||
icon_state = "0,5"
|
||||
},
|
||||
/area/shuttle/labor/advanced)
|
||||
"F" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining_labor{
|
||||
icon_state = "4,5"
|
||||
},
|
||||
/area/shuttle/labor/advanced)
|
||||
"H" = (
|
||||
/obj/structure/chair/comfy/shuttle{
|
||||
dir = 4
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/exploration/side{
|
||||
dir = 4
|
||||
},
|
||||
/area/shuttle/labor/advanced)
|
||||
"I" = (
|
||||
/obj/machinery/door/airlock/grunge{
|
||||
name = "Labour Shuttle Airlock";
|
||||
req_access_txt = "2"
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/exploration/textured_flat{
|
||||
dir = 4
|
||||
},
|
||||
/area/shuttle/labor/advanced)
|
||||
"J" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/mining_labor{
|
||||
icon_state = "0,0"
|
||||
},
|
||||
/area/shuttle/labor/advanced)
|
||||
"K" = (
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/structure/chair/comfy/shuttle{
|
||||
dir = 8
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/exploration/blanktile,
|
||||
/area/shuttle/labor/advanced)
|
||||
"L" = (
|
||||
/obj/effect/turf_decal/shuttle/exploration/hazardstripe{
|
||||
dir = 1
|
||||
},
|
||||
/obj/effect/turf_decal/shuttle/exploration/hazardstripe,
|
||||
/obj/effect/turf_decal/shuttle/exploration/hazardstripe{
|
||||
dir = 4
|
||||
},
|
||||
/obj/effect/turf_decal/shuttle/exploration/hazardstripe{
|
||||
dir = 8
|
||||
},
|
||||
/obj/machinery/mineral/stacking_machine/laborstacker{
|
||||
input_dir = 2;
|
||||
output_dir = 1
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/exploration/flat,
|
||||
/area/shuttle/labor/advanced)
|
||||
"M" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining_labor{
|
||||
icon_state = "4,7"
|
||||
},
|
||||
/area/shuttle/labor/advanced)
|
||||
"N" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining_labor{
|
||||
icon_state = "0,8"
|
||||
},
|
||||
/area/shuttle/labor/advanced)
|
||||
"O" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining_labor{
|
||||
icon_state = "0,1"
|
||||
},
|
||||
/area/shuttle/labor/advanced)
|
||||
"P" = (
|
||||
/obj/machinery/button/flasher{
|
||||
id = "gulagshuttleflasher";
|
||||
name = "Flash Control";
|
||||
pixel_x = -3;
|
||||
pixel_y = -27;
|
||||
req_access_txt = "1"
|
||||
},
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/machinery/light/small/directional/south,
|
||||
/turf/open/floor/iron/shuttle/exploration/side{
|
||||
dir = 1
|
||||
},
|
||||
/area/shuttle/labor/advanced)
|
||||
"Q" = (
|
||||
/obj/structure/table/reinforced,
|
||||
/obj/item/folder/red,
|
||||
/obj/item/restraints/handcuffs,
|
||||
/turf/open/floor/iron/shuttle/exploration/corner{
|
||||
dir = 8
|
||||
},
|
||||
/area/shuttle/labor/advanced)
|
||||
"R" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/mining_labor{
|
||||
icon_state = "1,0"
|
||||
},
|
||||
/area/shuttle/labor/advanced)
|
||||
"T" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/mining_labor{
|
||||
icon_state = "2,0"
|
||||
},
|
||||
/area/shuttle/labor/advanced)
|
||||
"U" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining_labor{
|
||||
icon_state = "0,7"
|
||||
},
|
||||
/area/shuttle/labor/advanced)
|
||||
"V" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/mining_labor{
|
||||
icon_state = "3,0"
|
||||
},
|
||||
/area/shuttle/labor/advanced)
|
||||
"W" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining_labor{
|
||||
icon_state = "3,1"
|
||||
},
|
||||
/area/shuttle/labor/advanced)
|
||||
"Y" = (
|
||||
/obj/machinery/door/airlock/grunge{
|
||||
name = "Labour Shuttle Airlock";
|
||||
req_access_txt = "2"
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/exploration/textured_flat,
|
||||
/area/shuttle/labor/advanced)
|
||||
"Z" = (
|
||||
/obj/effect/turf_decal/shuttle/exploration/hazardstripe,
|
||||
/obj/item/radio/intercom/directional/west{
|
||||
pixel_x = -21
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/exploration/invertcorner_side{
|
||||
dir = 4
|
||||
},
|
||||
/area/shuttle/labor/advanced)
|
||||
|
||||
(1,1,1) = {"
|
||||
d
|
||||
M
|
||||
l
|
||||
F
|
||||
r
|
||||
u
|
||||
C
|
||||
x
|
||||
a
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
t
|
||||
p
|
||||
Z
|
||||
Y
|
||||
o
|
||||
H
|
||||
e
|
||||
W
|
||||
V
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
m
|
||||
A
|
||||
P
|
||||
q
|
||||
D
|
||||
K
|
||||
B
|
||||
y
|
||||
T
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
h
|
||||
Q
|
||||
k
|
||||
L
|
||||
i
|
||||
f
|
||||
j
|
||||
z
|
||||
R
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
N
|
||||
U
|
||||
I
|
||||
E
|
||||
c
|
||||
s
|
||||
g
|
||||
O
|
||||
J
|
||||
"}
|
||||
@@ -0,0 +1,336 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/mining{
|
||||
icon_state = "0,6"
|
||||
},
|
||||
/area/shuttle/mining/advanced/public)
|
||||
"c" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining{
|
||||
icon_state = "1,6"
|
||||
},
|
||||
/area/shuttle/mining/advanced/public)
|
||||
"d" = (
|
||||
/obj/effect/turf_decal/shuttle/exploration/hazardstripe{
|
||||
dir = 4
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/exploration/doubleinvertcorner{
|
||||
dir = 8
|
||||
},
|
||||
/area/shuttle/mining/advanced/public)
|
||||
"f" = (
|
||||
/obj/structure/ore_box,
|
||||
/obj/machinery/light/small/directional/east,
|
||||
/turf/open/floor/iron/shuttle/exploration/flat,
|
||||
/area/shuttle/mining/advanced/public)
|
||||
"g" = (
|
||||
/obj/structure/chair/comfy/shuttle{
|
||||
dir = 1
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/exploration/side{
|
||||
dir = 1
|
||||
},
|
||||
/area/shuttle/mining/advanced/public)
|
||||
"h" = (
|
||||
/obj/item/clothing/suit/hazardvest{
|
||||
desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
|
||||
name = "emergency lifejacket"
|
||||
},
|
||||
/obj/item/clothing/suit/hazardvest{
|
||||
desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
|
||||
name = "emergency lifejacket"
|
||||
},
|
||||
/obj/item/clothing/suit/hazardvest{
|
||||
desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
|
||||
name = "emergency lifejacket"
|
||||
},
|
||||
/obj/item/clothing/suit/hazardvest{
|
||||
desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
|
||||
name = "emergency lifejacket"
|
||||
},
|
||||
/obj/item/clothing/suit/hazardvest{
|
||||
desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
|
||||
name = "emergency lifejacket"
|
||||
},
|
||||
/obj/item/tank/internals/emergency_oxygen{
|
||||
pixel_x = 3
|
||||
},
|
||||
/obj/item/tank/internals/emergency_oxygen{
|
||||
pixel_x = 3
|
||||
},
|
||||
/obj/item/tank/internals/emergency_oxygen{
|
||||
pixel_x = 3
|
||||
},
|
||||
/obj/item/tank/internals/emergency_oxygen{
|
||||
pixel_x = 3
|
||||
},
|
||||
/obj/item/tank/internals/emergency_oxygen{
|
||||
pixel_x = 3
|
||||
},
|
||||
/obj/item/clothing/mask/breath{
|
||||
pixel_x = -3;
|
||||
pixel_y = -3
|
||||
},
|
||||
/obj/item/clothing/mask/breath{
|
||||
pixel_x = -3;
|
||||
pixel_y = -3
|
||||
},
|
||||
/obj/item/clothing/mask/breath{
|
||||
pixel_x = -3;
|
||||
pixel_y = -3
|
||||
},
|
||||
/obj/item/clothing/mask/breath{
|
||||
pixel_x = -3;
|
||||
pixel_y = -3
|
||||
},
|
||||
/obj/item/clothing/mask/breath{
|
||||
pixel_x = -3;
|
||||
pixel_y = -3
|
||||
},
|
||||
/obj/item/clothing/head/hardhat/orange{
|
||||
name = "protective hat";
|
||||
pixel_y = 9
|
||||
},
|
||||
/obj/item/clothing/head/hardhat/orange{
|
||||
name = "protective hat";
|
||||
pixel_y = 9
|
||||
},
|
||||
/obj/item/clothing/head/hardhat/orange{
|
||||
name = "protective hat";
|
||||
pixel_y = 9
|
||||
},
|
||||
/obj/item/clothing/head/hardhat/orange{
|
||||
name = "protective hat";
|
||||
pixel_y = 9
|
||||
},
|
||||
/obj/item/clothing/head/hardhat/orange{
|
||||
name = "protective hat";
|
||||
pixel_y = 9
|
||||
},
|
||||
/obj/structure/closet/crate/internals,
|
||||
/obj/item/pickaxe/emergency,
|
||||
/obj/item/pickaxe/emergency,
|
||||
/obj/machinery/light/small/directional/west,
|
||||
/turf/open/floor/iron/shuttle/exploration/flat,
|
||||
/area/shuttle/mining/advanced/public)
|
||||
"i" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining{
|
||||
icon_state = "0,0"
|
||||
},
|
||||
/area/shuttle/mining/advanced/public)
|
||||
"j" = (
|
||||
/obj/structure/table/reinforced,
|
||||
/obj/item/storage/toolbox/emergency,
|
||||
/obj/machinery/light/small/directional/west,
|
||||
/obj/item/radio/intercom/directional/north{
|
||||
pixel_y = 15
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/exploration/corner,
|
||||
/area/shuttle/mining/advanced/public)
|
||||
"k" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining{
|
||||
icon_state = "0,4"
|
||||
},
|
||||
/area/shuttle/mining/advanced/public)
|
||||
"l" = (
|
||||
/obj/structure/chair/comfy/shuttle{
|
||||
dir = 1
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/exploration/corner{
|
||||
dir = 1
|
||||
},
|
||||
/area/shuttle/mining/advanced/public)
|
||||
"m" = (
|
||||
/obj/structure/table/reinforced,
|
||||
/obj/item/crowbar/red,
|
||||
/obj/item/wrench,
|
||||
/obj/item/tank/internals/emergency_oxygen,
|
||||
/obj/item/clothing/mask/gas,
|
||||
/obj/machinery/light/small/directional/east,
|
||||
/turf/open/floor/iron/shuttle/exploration/corner{
|
||||
dir = 8
|
||||
},
|
||||
/area/shuttle/mining/advanced/public)
|
||||
"o" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/mining{
|
||||
icon_state = "4,6"
|
||||
},
|
||||
/area/shuttle/mining/advanced/public)
|
||||
"p" = (
|
||||
/turf/open/floor/iron/shuttle/exploration/side{
|
||||
dir = 4
|
||||
},
|
||||
/area/shuttle/mining/advanced/public)
|
||||
"q" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining{
|
||||
icon_state = "1,0"
|
||||
},
|
||||
/area/shuttle/mining/advanced/public)
|
||||
"v" = (
|
||||
/turf/open/floor/iron/shuttle/exploration/blanktile,
|
||||
/area/shuttle/mining/advanced/public)
|
||||
"y" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining{
|
||||
icon_state = "4,5C"
|
||||
},
|
||||
/area/shuttle/mining/advanced/public)
|
||||
"B" = (
|
||||
/obj/docking_port/mobile{
|
||||
dir = 8;
|
||||
dwidth = 3;
|
||||
height = 5;
|
||||
id = "mining_common";
|
||||
name = "lavaland shuttle";
|
||||
port_direction = 4;
|
||||
width = 7
|
||||
},
|
||||
/obj/machinery/door/airlock/grunge{
|
||||
name = "Public Shuttle Airlock"
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/exploration/textured_flat{
|
||||
dir = 4
|
||||
},
|
||||
/area/shuttle/mining/advanced/public)
|
||||
"D" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/mining{
|
||||
icon_state = "4,2"
|
||||
},
|
||||
/area/shuttle/mining/advanced/public)
|
||||
"F" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining{
|
||||
icon_state = "4,1C"
|
||||
},
|
||||
/area/shuttle/mining/advanced/public)
|
||||
"H" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining{
|
||||
icon_state = "0,5"
|
||||
},
|
||||
/area/shuttle/mining/advanced/public)
|
||||
"I" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining{
|
||||
icon_state = "0,3"
|
||||
},
|
||||
/area/shuttle/mining/advanced/public)
|
||||
"J" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/mining{
|
||||
icon_state = "0,2"
|
||||
},
|
||||
/area/shuttle/mining/advanced/public)
|
||||
"K" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining{
|
||||
icon_state = "3,6"
|
||||
},
|
||||
/area/shuttle/mining/advanced/public)
|
||||
"L" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining{
|
||||
icon_state = "3,0"
|
||||
},
|
||||
/area/shuttle/mining/advanced/public)
|
||||
"M" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining{
|
||||
icon_state = "3,5"
|
||||
},
|
||||
/area/shuttle/mining/advanced/public)
|
||||
"O" = (
|
||||
/obj/structure/chair/comfy/shuttle{
|
||||
dir = 1
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/exploration/corner{
|
||||
dir = 4
|
||||
},
|
||||
/area/shuttle/mining/advanced/public)
|
||||
"Q" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining{
|
||||
icon_state = "4,4"
|
||||
},
|
||||
/area/shuttle/mining/advanced/public)
|
||||
"R" = (
|
||||
/obj/machinery/computer/shuttle/mining/common{
|
||||
name = "public shuttle console"
|
||||
},
|
||||
/obj/effect/turf_decal/shuttle/exploration/hazardstripe,
|
||||
/turf/open/floor/iron/shuttle/exploration/uside,
|
||||
/area/shuttle/mining/advanced/public)
|
||||
"S" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining{
|
||||
icon_state = "4,0"
|
||||
},
|
||||
/area/shuttle/mining/advanced/public)
|
||||
"T" = (
|
||||
/obj/structure/chair/comfy/shuttle{
|
||||
dir = 1
|
||||
},
|
||||
/obj/effect/turf_decal/shuttle/exploration/hazardstripe{
|
||||
dir = 1
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/exploration/doubleinvertcorner,
|
||||
/area/shuttle/mining/advanced/public)
|
||||
"U" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining{
|
||||
icon_state = "0,1"
|
||||
},
|
||||
/area/shuttle/mining/advanced/public)
|
||||
"W" = (
|
||||
/obj/effect/turf_decal/shuttle/exploration/cargostore,
|
||||
/turf/open/floor/iron/shuttle/exploration/flat,
|
||||
/area/shuttle/mining/advanced/public)
|
||||
"X" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/mining{
|
||||
icon_state = "2,0"
|
||||
},
|
||||
/area/shuttle/mining/advanced/public)
|
||||
"Y" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/mining{
|
||||
icon_state = "2,6"
|
||||
},
|
||||
/area/shuttle/mining/advanced/public)
|
||||
"Z" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining{
|
||||
icon_state = "1,5"
|
||||
},
|
||||
/area/shuttle/mining/advanced/public)
|
||||
|
||||
(1,1,1) = {"
|
||||
a
|
||||
H
|
||||
k
|
||||
I
|
||||
J
|
||||
U
|
||||
i
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
c
|
||||
Z
|
||||
j
|
||||
p
|
||||
O
|
||||
h
|
||||
q
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
Y
|
||||
R
|
||||
T
|
||||
v
|
||||
g
|
||||
W
|
||||
X
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
K
|
||||
M
|
||||
m
|
||||
d
|
||||
l
|
||||
f
|
||||
L
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
o
|
||||
y
|
||||
Q
|
||||
B
|
||||
D
|
||||
F
|
||||
S
|
||||
"}
|
||||
@@ -0,0 +1,545 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"dl" = (
|
||||
/obj/structure/cable,
|
||||
/obj/machinery/door/airlock/external/ruin{
|
||||
name = "Mining Shuttle External Airlock"
|
||||
},
|
||||
/obj/effect/mapping_helpers/airlock/cyclelink_helper,
|
||||
/turf/open/floor/iron/shuttle/exploration/textured_flat,
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"dN" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining_large{
|
||||
icon_state = "2,1"
|
||||
},
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"eI" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining_large,
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"gl" = (
|
||||
/obj/effect/turf_decal/shuttle/exploration/hazardstripe,
|
||||
/obj/effect/turf_decal/shuttle/exploration/hazardstripe{
|
||||
dir = 1
|
||||
},
|
||||
/obj/effect/turf_decal/shuttle/exploration/airlock,
|
||||
/obj/structure/cable,
|
||||
/turf/open/floor/iron/shuttle/exploration,
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"hn" = (
|
||||
/obj/machinery/computer/shuttle/mining,
|
||||
/obj/effect/turf_decal/shuttle/exploration/hazardstripe,
|
||||
/turf/open/floor/iron/shuttle/exploration/side,
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"iL" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining_large{
|
||||
icon_state = "6,4"
|
||||
},
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"iN" = (
|
||||
/obj/effect/turf_decal/shuttle/exploration/hazardstripe,
|
||||
/obj/structure/cable,
|
||||
/turf/open/floor/iron/shuttle/exploration/doubleinvertcorner{
|
||||
dir = 1
|
||||
},
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"jP" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining_large{
|
||||
icon_state = "4,1"
|
||||
},
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"kU" = (
|
||||
/obj/structure/table/reinforced,
|
||||
/turf/open/floor/iron/shuttle/exploration/side,
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"mX" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining_large{
|
||||
icon_state = "1,1"
|
||||
},
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"ne" = (
|
||||
/turf/open/floor/iron/shuttle/exploration/corner{
|
||||
dir = 1
|
||||
},
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"nE" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining_large{
|
||||
icon_state = "0,6"
|
||||
},
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"nQ" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining_large{
|
||||
icon_state = "4,5"
|
||||
},
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"pa" = (
|
||||
/obj/machinery/light/small/directional/south,
|
||||
/obj/item/radio/intercom{
|
||||
pixel_y = -29
|
||||
},
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/turf/open/floor/iron/shuttle/exploration/side{
|
||||
dir = 1
|
||||
},
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"pe" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/mining_large{
|
||||
icon_state = "1,0"
|
||||
},
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"pA" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/mining_large,
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"qb" = (
|
||||
/turf/open/floor/iron/shuttle/exploration/side,
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"rw" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining_large{
|
||||
icon_state = "1,9"
|
||||
},
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"rM" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining_large{
|
||||
icon_state = "6,1"
|
||||
},
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"sG" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining_large{
|
||||
icon_state = "0,9"
|
||||
},
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"sM" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining_large{
|
||||
icon_state = "4,0"
|
||||
},
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"sQ" = (
|
||||
/obj/structure/cable,
|
||||
/turf/open/floor/iron/shuttle/exploration/invertcorner_side_flipped{
|
||||
dir = 8
|
||||
},
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"ts" = (
|
||||
/obj/structure/cable,
|
||||
/obj/machinery/door/airlock/external/ruin{
|
||||
name = "Mining Shuttle External Airlock"
|
||||
},
|
||||
/obj/effect/mapping_helpers/airlock/cyclelink_helper{
|
||||
dir = 1
|
||||
},
|
||||
/obj/docking_port/mobile{
|
||||
dwidth = 3;
|
||||
height = 10;
|
||||
id = "mining";
|
||||
name = "mining shuttle";
|
||||
port_direction = 2;
|
||||
width = 7
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/exploration/flat,
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"xn" = (
|
||||
/obj/machinery/status_display/evac,
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining_large{
|
||||
icon_state = "2,5"
|
||||
},
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"xr" = (
|
||||
/obj/structure/table/reinforced,
|
||||
/obj/item/stack/ore/iron{
|
||||
pixel_x = -2;
|
||||
pixel_y = -8
|
||||
},
|
||||
/obj/item/stack/ore/iron{
|
||||
pixel_x = 6;
|
||||
pixel_y = 4
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/exploration/corner{
|
||||
dir = 8
|
||||
},
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"yQ" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining_large{
|
||||
icon_state = "5,1"
|
||||
},
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"zb" = (
|
||||
/obj/structure/cable,
|
||||
/obj/machinery/light/small/directional/south,
|
||||
/turf/open/floor/iron/shuttle/exploration/side{
|
||||
dir = 1
|
||||
},
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"zQ" = (
|
||||
/obj/machinery/door/airlock/mining{
|
||||
name = "Mining Shuttle Cockpit"
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/exploration/textured_flat,
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"Aq" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/mining_large{
|
||||
icon_state = "4-2,9"
|
||||
},
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"Cq" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/mining_large{
|
||||
icon_state = "6,0"
|
||||
},
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"Dt" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining_large{
|
||||
icon_state = "2,0"
|
||||
},
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"ER" = (
|
||||
/obj/structure/table/reinforced,
|
||||
/obj/item/screwdriver{
|
||||
pixel_y = 18
|
||||
},
|
||||
/obj/item/stock_parts/cell/high,
|
||||
/turf/open/floor/iron/shuttle/exploration/side{
|
||||
dir = 8
|
||||
},
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"ET" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/mining_large{
|
||||
icon_state = "0,3"
|
||||
},
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"Gl" = (
|
||||
/obj/structure/ore_box,
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/turf/open/floor/iron/shuttle/exploration/corner{
|
||||
dir = 8
|
||||
},
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"Gv" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining_large{
|
||||
icon_state = "1,5"
|
||||
},
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"Ir" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining_large{
|
||||
icon_state = "5,5"
|
||||
},
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"Iv" = (
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/turf/open/floor/iron/shuttle/exploration/invertcorner_side{
|
||||
dir = 4
|
||||
},
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"ID" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining_large{
|
||||
icon_state = "6,5"
|
||||
},
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"IG" = (
|
||||
/obj/structure/table/reinforced,
|
||||
/obj/item/storage/toolbox/emergency,
|
||||
/turf/open/floor/iron/shuttle/exploration/side,
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"IX" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining_large{
|
||||
icon_state = "6,6"
|
||||
},
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"IY" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/mining_large{
|
||||
icon_state = "0,0"
|
||||
},
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"Jw" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining_large{
|
||||
icon_state = "6,7"
|
||||
},
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"KF" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining_large{
|
||||
icon_state = "0,4"
|
||||
},
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"KR" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining_large{
|
||||
icon_state = "6,9"
|
||||
},
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"LL" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining_large{
|
||||
icon_state = "0,5"
|
||||
},
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"LO" = (
|
||||
/obj/effect/turf_decal/shuttle/exploration/bot,
|
||||
/obj/machinery/power/apc/auto_name/directional/east,
|
||||
/obj/structure/cable,
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/turf/open/floor/iron/shuttle/exploration/uside{
|
||||
dir = 1
|
||||
},
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"Nr" = (
|
||||
/obj/item/clothing/suit/hazardvest{
|
||||
desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
|
||||
name = "emergency lifejacket"
|
||||
},
|
||||
/obj/item/clothing/suit/hazardvest{
|
||||
desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
|
||||
name = "emergency lifejacket"
|
||||
},
|
||||
/obj/item/clothing/suit/hazardvest{
|
||||
desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
|
||||
name = "emergency lifejacket"
|
||||
},
|
||||
/obj/item/clothing/suit/hazardvest{
|
||||
desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
|
||||
name = "emergency lifejacket"
|
||||
},
|
||||
/obj/item/clothing/suit/hazardvest{
|
||||
desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
|
||||
name = "emergency lifejacket"
|
||||
},
|
||||
/obj/item/tank/internals/emergency_oxygen{
|
||||
pixel_x = 3
|
||||
},
|
||||
/obj/item/tank/internals/emergency_oxygen{
|
||||
pixel_x = 3
|
||||
},
|
||||
/obj/item/tank/internals/emergency_oxygen{
|
||||
pixel_x = 3
|
||||
},
|
||||
/obj/item/tank/internals/emergency_oxygen{
|
||||
pixel_x = 3
|
||||
},
|
||||
/obj/item/tank/internals/emergency_oxygen{
|
||||
pixel_x = 3
|
||||
},
|
||||
/obj/item/clothing/mask/breath{
|
||||
pixel_x = -3;
|
||||
pixel_y = -3
|
||||
},
|
||||
/obj/item/clothing/mask/breath{
|
||||
pixel_x = -3;
|
||||
pixel_y = -3
|
||||
},
|
||||
/obj/item/clothing/mask/breath{
|
||||
pixel_x = -3;
|
||||
pixel_y = -3
|
||||
},
|
||||
/obj/item/clothing/mask/breath{
|
||||
pixel_x = -3;
|
||||
pixel_y = -3
|
||||
},
|
||||
/obj/item/clothing/mask/breath{
|
||||
pixel_x = -3;
|
||||
pixel_y = -3
|
||||
},
|
||||
/obj/item/clothing/head/hardhat/orange{
|
||||
name = "protective hat";
|
||||
pixel_y = 9
|
||||
},
|
||||
/obj/item/clothing/head/hardhat/orange{
|
||||
name = "protective hat";
|
||||
pixel_y = 9
|
||||
},
|
||||
/obj/item/clothing/head/hardhat/orange{
|
||||
name = "protective hat";
|
||||
pixel_y = 9
|
||||
},
|
||||
/obj/item/clothing/head/hardhat/orange{
|
||||
name = "protective hat";
|
||||
pixel_y = 9
|
||||
},
|
||||
/obj/item/clothing/head/hardhat/orange{
|
||||
name = "protective hat";
|
||||
pixel_y = 9
|
||||
},
|
||||
/obj/structure/closet/crate/internals,
|
||||
/obj/item/pickaxe/emergency,
|
||||
/obj/item/pickaxe/emergency,
|
||||
/turf/open/floor/iron/shuttle/exploration/corner,
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"NL" = (
|
||||
/obj/structure/table/reinforced,
|
||||
/obj/item/storage/firstaid/regular,
|
||||
/turf/open/floor/iron/shuttle/exploration/corner,
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"Oa" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining_large{
|
||||
icon_state = "4,2"
|
||||
},
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"Of" = (
|
||||
/obj/machinery/light/small/directional/south,
|
||||
/turf/open/floor/iron/shuttle/exploration/side{
|
||||
dir = 1
|
||||
},
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"Pw" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining_large{
|
||||
icon_state = "3,9"
|
||||
},
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"Qw" = (
|
||||
/obj/effect/turf_decal/shuttle/exploration/hazardstripe{
|
||||
dir = 1
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/exploration/doubleinvertcorner,
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"QT" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining_large{
|
||||
icon_state = "6,8"
|
||||
},
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"Rb" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining_large{
|
||||
icon_state = "0,7"
|
||||
},
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"Rj" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining_large{
|
||||
icon_state = "0,1"
|
||||
},
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"Rx" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining_large{
|
||||
icon_state = "6,2"
|
||||
},
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"TL" = (
|
||||
/obj/effect/turf_decal/shuttle/exploration/bot,
|
||||
/obj/structure/closet/shuttle/mining{
|
||||
dir = 1
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/exploration/uside{
|
||||
dir = 1
|
||||
},
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"Ur" = (
|
||||
/obj/structure/chair/comfy/shuttle{
|
||||
dir = 1
|
||||
},
|
||||
/obj/effect/turf_decal/shuttle/exploration/bot,
|
||||
/turf/open/floor/iron/shuttle/exploration/blanktile,
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"UF" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining_large{
|
||||
icon_state = "0,8"
|
||||
},
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"US" = (
|
||||
/obj/structure/table/reinforced,
|
||||
/obj/item/folder/yellow,
|
||||
/obj/item/pen,
|
||||
/turf/open/floor/iron/shuttle/exploration/side{
|
||||
dir = 4
|
||||
},
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"Wv" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining_large{
|
||||
icon_state = "0,2"
|
||||
},
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"WR" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining_large{
|
||||
icon_state = "5,9"
|
||||
},
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"YH" = (
|
||||
/obj/effect/turf_decal/shuttle/exploration/hazardstripe,
|
||||
/turf/open/floor/iron/shuttle/exploration/doubleinvertcorner{
|
||||
dir = 1
|
||||
},
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"YL" = (
|
||||
/turf/open/floor/iron/shuttle/exploration/corner{
|
||||
dir = 4
|
||||
},
|
||||
/area/shuttle/mining/large/advanced)
|
||||
"ZS" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/mining_large{
|
||||
icon_state = "5,0"
|
||||
},
|
||||
/area/shuttle/mining/large/advanced)
|
||||
|
||||
(1,1,1) = {"
|
||||
sG
|
||||
UF
|
||||
Rb
|
||||
nE
|
||||
LL
|
||||
KF
|
||||
ET
|
||||
Wv
|
||||
Rj
|
||||
IY
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
rw
|
||||
NL
|
||||
US
|
||||
YL
|
||||
Gv
|
||||
Nr
|
||||
Iv
|
||||
TL
|
||||
mX
|
||||
pe
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
Aq
|
||||
IG
|
||||
Ur
|
||||
Of
|
||||
xn
|
||||
qb
|
||||
Of
|
||||
eI
|
||||
dN
|
||||
Dt
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
Pw
|
||||
hn
|
||||
Ur
|
||||
YH
|
||||
zQ
|
||||
Qw
|
||||
iN
|
||||
dl
|
||||
gl
|
||||
ts
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
Aq
|
||||
kU
|
||||
Ur
|
||||
pa
|
||||
nQ
|
||||
qb
|
||||
zb
|
||||
Oa
|
||||
jP
|
||||
sM
|
||||
"}
|
||||
(6,1,1) = {"
|
||||
WR
|
||||
xr
|
||||
ER
|
||||
ne
|
||||
Ir
|
||||
Gl
|
||||
sQ
|
||||
LO
|
||||
yQ
|
||||
ZS
|
||||
"}
|
||||
(7,1,1) = {"
|
||||
KR
|
||||
QT
|
||||
Jw
|
||||
IX
|
||||
ID
|
||||
iL
|
||||
pA
|
||||
Rx
|
||||
rM
|
||||
Cq
|
||||
"}
|
||||
@@ -0,0 +1,334 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/mining{
|
||||
icon_state = "0,2"
|
||||
},
|
||||
/area/shuttle/mining/advanced)
|
||||
"b" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/mining{
|
||||
icon_state = "2,0"
|
||||
},
|
||||
/area/shuttle/mining/advanced)
|
||||
"c" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining{
|
||||
icon_state = "3,5"
|
||||
},
|
||||
/area/shuttle/mining/advanced)
|
||||
"g" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining{
|
||||
icon_state = "0,4"
|
||||
},
|
||||
/area/shuttle/mining/advanced)
|
||||
"l" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining{
|
||||
icon_state = "0,1"
|
||||
},
|
||||
/area/shuttle/mining/advanced)
|
||||
"m" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/mining{
|
||||
icon_state = "4,6"
|
||||
},
|
||||
/area/shuttle/mining/advanced)
|
||||
"n" = (
|
||||
/obj/machinery/computer/shuttle/mining,
|
||||
/obj/effect/turf_decal/shuttle/exploration/hazardstripe,
|
||||
/turf/open/floor/iron/shuttle/exploration/uside,
|
||||
/area/shuttle/mining/advanced)
|
||||
"o" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining{
|
||||
icon_state = "0,3"
|
||||
},
|
||||
/area/shuttle/mining/advanced)
|
||||
"p" = (
|
||||
/turf/open/floor/iron/shuttle/exploration/side{
|
||||
dir = 4
|
||||
},
|
||||
/area/shuttle/mining/advanced)
|
||||
"q" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining{
|
||||
icon_state = "3,6"
|
||||
},
|
||||
/area/shuttle/mining/advanced)
|
||||
"r" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining{
|
||||
icon_state = "1,5"
|
||||
},
|
||||
/area/shuttle/mining/advanced)
|
||||
"u" = (
|
||||
/obj/structure/chair/comfy/shuttle{
|
||||
dir = 1
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/exploration/corner{
|
||||
dir = 1
|
||||
},
|
||||
/area/shuttle/mining/advanced)
|
||||
"v" = (
|
||||
/obj/structure/chair/comfy/shuttle{
|
||||
dir = 1
|
||||
},
|
||||
/obj/effect/turf_decal/shuttle/exploration/hazardstripe{
|
||||
dir = 1
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/exploration/doubleinvertcorner,
|
||||
/area/shuttle/mining/advanced)
|
||||
"w" = (
|
||||
/obj/effect/turf_decal/shuttle/exploration/cargostore,
|
||||
/turf/open/floor/iron/shuttle/exploration/flat,
|
||||
/area/shuttle/mining/advanced)
|
||||
"x" = (
|
||||
/obj/structure/chair/comfy/shuttle{
|
||||
dir = 1
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/exploration/side{
|
||||
dir = 1
|
||||
},
|
||||
/area/shuttle/mining/advanced)
|
||||
"y" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining{
|
||||
icon_state = "0,0"
|
||||
},
|
||||
/area/shuttle/mining/advanced)
|
||||
"z" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/mining{
|
||||
icon_state = "2,6"
|
||||
},
|
||||
/area/shuttle/mining/advanced)
|
||||
"A" = (
|
||||
/turf/open/floor/iron/shuttle/exploration/blanktile,
|
||||
/area/shuttle/mining/advanced)
|
||||
"B" = (
|
||||
/obj/effect/turf_decal/shuttle/exploration/hazardstripe{
|
||||
dir = 4
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/exploration/doubleinvertcorner{
|
||||
dir = 8
|
||||
},
|
||||
/area/shuttle/mining/advanced)
|
||||
"C" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining{
|
||||
icon_state = "1,0"
|
||||
},
|
||||
/area/shuttle/mining/advanced)
|
||||
"D" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining{
|
||||
icon_state = "3,0"
|
||||
},
|
||||
/area/shuttle/mining/advanced)
|
||||
"F" = (
|
||||
/obj/structure/table/reinforced,
|
||||
/obj/item/storage/toolbox/emergency,
|
||||
/obj/machinery/light/small/directional/west,
|
||||
/obj/item/radio/intercom/directional/north{
|
||||
pixel_y = 15
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/exploration/corner,
|
||||
/area/shuttle/mining/advanced)
|
||||
"H" = (
|
||||
/obj/structure/table/reinforced,
|
||||
/obj/item/crowbar/red,
|
||||
/obj/item/wrench,
|
||||
/obj/item/tank/internals/emergency_oxygen,
|
||||
/obj/item/clothing/mask/gas,
|
||||
/obj/machinery/light/small/directional/east,
|
||||
/turf/open/floor/iron/shuttle/exploration/corner{
|
||||
dir = 8
|
||||
},
|
||||
/area/shuttle/mining/advanced)
|
||||
"I" = (
|
||||
/obj/docking_port/mobile{
|
||||
dir = 8;
|
||||
dwidth = 3;
|
||||
height = 5;
|
||||
id = "mining";
|
||||
name = "mining shuttle";
|
||||
port_direction = 4;
|
||||
width = 7
|
||||
},
|
||||
/obj/machinery/door/airlock/grunge{
|
||||
name = "Mining Shuttle Airlock"
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/exploration/textured_flat{
|
||||
dir = 4
|
||||
},
|
||||
/area/shuttle/mining/advanced)
|
||||
"J" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining{
|
||||
icon_state = "4,1P"
|
||||
},
|
||||
/area/shuttle/mining/advanced)
|
||||
"K" = (
|
||||
/obj/structure/ore_box,
|
||||
/obj/machinery/light/small/directional/east,
|
||||
/turf/open/floor/iron/shuttle/exploration/flat,
|
||||
/area/shuttle/mining/advanced)
|
||||
"M" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining{
|
||||
icon_state = "0,5"
|
||||
},
|
||||
/area/shuttle/mining/advanced)
|
||||
"N" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining{
|
||||
icon_state = "4,0"
|
||||
},
|
||||
/area/shuttle/mining/advanced)
|
||||
"O" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining{
|
||||
icon_state = "4,4"
|
||||
},
|
||||
/area/shuttle/mining/advanced)
|
||||
"Q" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/mining{
|
||||
icon_state = "4,2"
|
||||
},
|
||||
/area/shuttle/mining/advanced)
|
||||
"S" = (
|
||||
/obj/item/clothing/suit/hazardvest{
|
||||
desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
|
||||
name = "emergency lifejacket"
|
||||
},
|
||||
/obj/item/clothing/suit/hazardvest{
|
||||
desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
|
||||
name = "emergency lifejacket"
|
||||
},
|
||||
/obj/item/clothing/suit/hazardvest{
|
||||
desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
|
||||
name = "emergency lifejacket"
|
||||
},
|
||||
/obj/item/clothing/suit/hazardvest{
|
||||
desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
|
||||
name = "emergency lifejacket"
|
||||
},
|
||||
/obj/item/clothing/suit/hazardvest{
|
||||
desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
|
||||
name = "emergency lifejacket"
|
||||
},
|
||||
/obj/item/tank/internals/emergency_oxygen{
|
||||
pixel_x = 3
|
||||
},
|
||||
/obj/item/tank/internals/emergency_oxygen{
|
||||
pixel_x = 3
|
||||
},
|
||||
/obj/item/tank/internals/emergency_oxygen{
|
||||
pixel_x = 3
|
||||
},
|
||||
/obj/item/tank/internals/emergency_oxygen{
|
||||
pixel_x = 3
|
||||
},
|
||||
/obj/item/tank/internals/emergency_oxygen{
|
||||
pixel_x = 3
|
||||
},
|
||||
/obj/item/clothing/mask/breath{
|
||||
pixel_x = -3;
|
||||
pixel_y = -3
|
||||
},
|
||||
/obj/item/clothing/mask/breath{
|
||||
pixel_x = -3;
|
||||
pixel_y = -3
|
||||
},
|
||||
/obj/item/clothing/mask/breath{
|
||||
pixel_x = -3;
|
||||
pixel_y = -3
|
||||
},
|
||||
/obj/item/clothing/mask/breath{
|
||||
pixel_x = -3;
|
||||
pixel_y = -3
|
||||
},
|
||||
/obj/item/clothing/mask/breath{
|
||||
pixel_x = -3;
|
||||
pixel_y = -3
|
||||
},
|
||||
/obj/item/clothing/head/hardhat/orange{
|
||||
name = "protective hat";
|
||||
pixel_y = 9
|
||||
},
|
||||
/obj/item/clothing/head/hardhat/orange{
|
||||
name = "protective hat";
|
||||
pixel_y = 9
|
||||
},
|
||||
/obj/item/clothing/head/hardhat/orange{
|
||||
name = "protective hat";
|
||||
pixel_y = 9
|
||||
},
|
||||
/obj/item/clothing/head/hardhat/orange{
|
||||
name = "protective hat";
|
||||
pixel_y = 9
|
||||
},
|
||||
/obj/item/clothing/head/hardhat/orange{
|
||||
name = "protective hat";
|
||||
pixel_y = 9
|
||||
},
|
||||
/obj/structure/closet/crate/internals,
|
||||
/obj/item/pickaxe/emergency,
|
||||
/obj/item/pickaxe/emergency,
|
||||
/obj/machinery/light/small/directional/west,
|
||||
/turf/open/floor/iron/shuttle/exploration/flat,
|
||||
/area/shuttle/mining/advanced)
|
||||
"T" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining{
|
||||
icon_state = "4,5P"
|
||||
},
|
||||
/area/shuttle/mining/advanced)
|
||||
"U" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining{
|
||||
icon_state = "1,6"
|
||||
},
|
||||
/area/shuttle/mining/advanced)
|
||||
"V" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/mining{
|
||||
icon_state = "0,6"
|
||||
},
|
||||
/area/shuttle/mining/advanced)
|
||||
"Y" = (
|
||||
/obj/structure/chair/comfy/shuttle{
|
||||
dir = 1
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/exploration/corner{
|
||||
dir = 4
|
||||
},
|
||||
/area/shuttle/mining/advanced)
|
||||
|
||||
(1,1,1) = {"
|
||||
V
|
||||
M
|
||||
g
|
||||
o
|
||||
a
|
||||
l
|
||||
y
|
||||
"}
|
||||
(2,1,1) = {"
|
||||
U
|
||||
r
|
||||
F
|
||||
p
|
||||
Y
|
||||
S
|
||||
C
|
||||
"}
|
||||
(3,1,1) = {"
|
||||
z
|
||||
n
|
||||
v
|
||||
A
|
||||
x
|
||||
w
|
||||
b
|
||||
"}
|
||||
(4,1,1) = {"
|
||||
q
|
||||
c
|
||||
H
|
||||
B
|
||||
u
|
||||
K
|
||||
D
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
m
|
||||
T
|
||||
O
|
||||
I
|
||||
Q
|
||||
J
|
||||
N
|
||||
"}
|
||||
@@ -19,11 +19,19 @@
|
||||
},
|
||||
/area/shuttle/transport)
|
||||
"bI" = (
|
||||
/obj/machinery/door/airlock/command/glass,
|
||||
/obj/machinery/door/airlock/command/glass{
|
||||
name = "Cockpit";
|
||||
req_access_txt = "101"
|
||||
},
|
||||
/turf/open/floor/iron/stairs{
|
||||
dir = 4
|
||||
},
|
||||
/area/shuttle/transport)
|
||||
"cb" = (
|
||||
/obj/machinery/light/red/directional/north,
|
||||
/obj/effect/turf_decal/caution,
|
||||
/turf/open/floor/iron/shuttle/ferry,
|
||||
/area/shuttle/transport)
|
||||
"cp" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/ferry{
|
||||
icon_state = "17,6"
|
||||
@@ -92,6 +100,12 @@
|
||||
icon_state = "7,2"
|
||||
},
|
||||
/area/shuttle/transport)
|
||||
"hP" = (
|
||||
/obj/structure/closet/shuttle/emergency{
|
||||
dir = 8
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/ferry,
|
||||
/area/shuttle/transport)
|
||||
"iG" = (
|
||||
/turf/open/floor/iron/shuttle/ferry{
|
||||
icon_state = "sign_2"
|
||||
@@ -141,9 +155,7 @@
|
||||
},
|
||||
/area/shuttle/transport)
|
||||
"lz" = (
|
||||
/obj/effect/turf_decal/caution/blue{
|
||||
dir = 1
|
||||
},
|
||||
/obj/effect/turf_decal/caution,
|
||||
/turf/open/floor/iron/shuttle/ferry,
|
||||
/area/shuttle/transport)
|
||||
"mB" = (
|
||||
@@ -195,6 +207,13 @@
|
||||
icon_state = "13,6"
|
||||
},
|
||||
/area/shuttle/transport)
|
||||
"tp" = (
|
||||
/obj/structure/chair/comfy/shuttle{
|
||||
dir = 8
|
||||
},
|
||||
/obj/machinery/light/directional/south,
|
||||
/turf/open/floor/iron/shuttle/ferry,
|
||||
/area/shuttle/transport)
|
||||
"ul" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/ferry{
|
||||
icon_state = "12,7"
|
||||
@@ -229,7 +248,9 @@
|
||||
},
|
||||
/area/shuttle/transport)
|
||||
"yz" = (
|
||||
/obj/effect/turf_decal/caution/blue,
|
||||
/obj/effect/turf_decal/caution{
|
||||
dir = 1
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/ferry,
|
||||
/area/shuttle/transport)
|
||||
"yF" = (
|
||||
@@ -311,13 +332,6 @@
|
||||
icon_state = "17,8"
|
||||
},
|
||||
/area/shuttle/transport)
|
||||
"EY" = (
|
||||
/obj/machinery/door/airlock/multi_tile/metal,
|
||||
/obj/structure/fans/tiny/invisible,
|
||||
/turf/open/floor/iron/shuttle/ferry{
|
||||
icon_state = "floor"
|
||||
},
|
||||
/area/shuttle/transport)
|
||||
"Fg" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/ferry{
|
||||
icon_state = "8,6"
|
||||
@@ -329,7 +343,6 @@
|
||||
},
|
||||
/area/shuttle/transport)
|
||||
"Gy" = (
|
||||
/obj/structure/fans/tiny/invisible,
|
||||
/obj/docking_port/mobile{
|
||||
dheight = 7;
|
||||
dir = 2;
|
||||
@@ -341,6 +354,8 @@
|
||||
preferred_direction = 8;
|
||||
width = 20
|
||||
},
|
||||
/obj/structure/fans/tiny/forcefield,
|
||||
/obj/machinery/door/airlock/grunge,
|
||||
/turf/open/floor/iron/shuttle/ferry{
|
||||
icon_state = "floor"
|
||||
},
|
||||
@@ -361,13 +376,13 @@
|
||||
},
|
||||
/area/shuttle/transport)
|
||||
"IR" = (
|
||||
/obj/structure/closet/shuttle/erokez,
|
||||
/obj/item/clothing/suit/armor/bulletproof,
|
||||
/obj/item/clothing/suit/armor/bulletproof,
|
||||
/obj/item/clothing/suit/armor/bulletproof,
|
||||
/obj/item/clothing/head/helmet/alt,
|
||||
/obj/item/clothing/head/helmet/alt,
|
||||
/obj/item/clothing/head/helmet/alt,
|
||||
/obj/structure/closet/shuttle,
|
||||
/turf/open/floor/iron/shuttle/ferry,
|
||||
/area/shuttle/transport)
|
||||
"Jc" = (
|
||||
@@ -469,7 +484,8 @@
|
||||
},
|
||||
/area/shuttle/transport)
|
||||
"Qg" = (
|
||||
/obj/structure/fans/tiny/invisible,
|
||||
/obj/structure/fans/tiny/forcefield,
|
||||
/obj/machinery/door/airlock/grunge,
|
||||
/turf/open/floor/iron/shuttle/ferry{
|
||||
icon_state = "floor"
|
||||
},
|
||||
@@ -494,6 +510,12 @@
|
||||
icon_state = "17,7"
|
||||
},
|
||||
/area/shuttle/transport)
|
||||
"Se" = (
|
||||
/obj/structure/closet/shuttle/medical{
|
||||
dir = 1
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/ferry,
|
||||
/area/shuttle/transport)
|
||||
"Tg" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/ferry{
|
||||
icon_state = "6,9"
|
||||
@@ -509,10 +531,6 @@
|
||||
icon_state = "2,6"
|
||||
},
|
||||
/area/shuttle/transport)
|
||||
"TC" = (
|
||||
/obj/structure/closet/shuttle/wagon,
|
||||
/turf/open/floor/iron/shuttle/ferry,
|
||||
/area/shuttle/transport)
|
||||
"Ui" = (
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/ferry{
|
||||
icon_state = "1,6"
|
||||
@@ -528,26 +546,32 @@
|
||||
icon_state = "4,9"
|
||||
},
|
||||
/area/shuttle/transport)
|
||||
"WY" = (
|
||||
/obj/structure/closet/shuttle/medical_wall/erokez,
|
||||
"Xl" = (
|
||||
/obj/item/clothing/suit/space/hardsuit/ert/sec,
|
||||
/obj/structure/closet/shuttle{
|
||||
dir = 1
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/ferry,
|
||||
/area/shuttle/transport)
|
||||
"Xl" = (
|
||||
/obj/structure/closet/shuttle/erokez,
|
||||
/obj/item/clothing/suit/space/hardsuit/ert/sec,
|
||||
"Yd" = (
|
||||
/obj/machinery/light/red/directional/south,
|
||||
/obj/effect/turf_decal/caution{
|
||||
dir = 1
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/ferry,
|
||||
/area/shuttle/transport)
|
||||
"Ym" = (
|
||||
/obj/machinery/computer/shuttle/ferry/request{
|
||||
/obj/machinery/computer/shuttle/ferry/shuttle{
|
||||
dir = 4
|
||||
},
|
||||
/turf/open/floor/iron/shuttle/ferry,
|
||||
/area/shuttle/transport)
|
||||
"Yz" = (
|
||||
/obj/structure/closet/shuttle/erokez,
|
||||
/obj/item/gun/energy/e_gun/stun,
|
||||
/obj/item/gun/energy/e_gun/stun,
|
||||
/obj/item/gun/energy/e_gun/stun,
|
||||
/obj/structure/closet/shuttle,
|
||||
/obj/machinery/light/directional/north,
|
||||
/turf/open/floor/iron/shuttle/ferry,
|
||||
/area/shuttle/transport)
|
||||
|
||||
@@ -612,7 +636,7 @@ Dy
|
||||
iN
|
||||
Dy
|
||||
Mf
|
||||
WY
|
||||
Se
|
||||
xQ
|
||||
wX
|
||||
"}
|
||||
@@ -637,7 +661,7 @@ Yz
|
||||
Mf
|
||||
Ti
|
||||
Lf
|
||||
Lf
|
||||
tp
|
||||
NJ
|
||||
JS
|
||||
wX
|
||||
@@ -650,7 +674,7 @@ IR
|
||||
Mf
|
||||
Ti
|
||||
Lf
|
||||
iN
|
||||
Lf
|
||||
hd
|
||||
wX
|
||||
wX
|
||||
@@ -685,11 +709,11 @@ wX
|
||||
wX
|
||||
wX
|
||||
wX
|
||||
EY
|
||||
Qg
|
||||
iG
|
||||
Ti
|
||||
iG
|
||||
EY
|
||||
Qg
|
||||
wX
|
||||
wX
|
||||
wX
|
||||
@@ -712,9 +736,9 @@ wX
|
||||
wX
|
||||
wX
|
||||
ul
|
||||
lz
|
||||
cb
|
||||
Ti
|
||||
yz
|
||||
Yd
|
||||
DO
|
||||
wX
|
||||
wX
|
||||
@@ -726,7 +750,7 @@ wX
|
||||
wX
|
||||
kR
|
||||
td
|
||||
TC
|
||||
hP
|
||||
Ia
|
||||
el
|
||||
wX
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"map_path": "map_files/tramstation",
|
||||
"map_file": "tramstation_skyrat.dmm",
|
||||
"shuttles": {
|
||||
"cargo": "cargo_box",
|
||||
"cargo": "cargo_skyrat",
|
||||
"ferry": "ferry_fancy",
|
||||
"whiteship": "whiteship_tram",
|
||||
"emergency": "emergency_tram"
|
||||
|
||||
@@ -225,6 +225,10 @@ GLOBAL_LIST_INIT(blacklisted_cargo_types, typecacheof(list(
|
||||
for(var/place in shuttle_areas)
|
||||
var/area/shuttle/shuttle_area = place
|
||||
for(var/atom/movable/AM in shuttle_area)
|
||||
//SKYRAT EDIT ADDITION - cant sell stuff in the cockpit, even if its out of order (dont sell out of my emergency locker...)
|
||||
if(istype(place, /area/shuttle/supply/cockpit))
|
||||
continue
|
||||
//SKYRAT EDIT ADDITION END
|
||||
if(iscameramob(AM))
|
||||
continue
|
||||
if(!AM.anchored)
|
||||
|
||||
|
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 60 KiB |
@@ -1,9 +1,3 @@
|
||||
/area/centcom/interlink
|
||||
name = "The Interlink"
|
||||
|
||||
/area/shuttle/supply/cockpit
|
||||
name = "NLV Consign Cockpit"
|
||||
|
||||
/area/shuttle/escape/no_light
|
||||
area_flags = UNIQUE_AREA | NO_ALERTS | AREA_USES_STARLIGHT
|
||||
|
||||
@@ -19,3 +13,21 @@
|
||||
/area/shuttle/transport/no_light
|
||||
static_lighting = FALSE
|
||||
|
||||
//Unique Areas -----
|
||||
/area/centcom/interlink
|
||||
name = "The Interlink"
|
||||
|
||||
/area/shuttle/supply/cockpit
|
||||
name = "NLV Consign Cockpit"
|
||||
|
||||
/area/shuttle/mining/advanced
|
||||
name = "NMC Phoenix"
|
||||
|
||||
/area/shuttle/mining/advanced/public
|
||||
name = "NMC Chimera"
|
||||
|
||||
/area/shuttle/mining/large/advanced
|
||||
name = "NMC Manticore"
|
||||
|
||||
/area/shuttle/labor/advanced
|
||||
name = "NMC Drudge"
|
||||
|
||||
@@ -1,66 +1,78 @@
|
||||
/obj/structure/closet/shuttle/closet_update_overlays(list/new_overlays)
|
||||
. = new_overlays
|
||||
if(enable_door_overlay && !is_animating_door)
|
||||
if(opened && has_opened_overlay)
|
||||
var/mutable_appearance/door_overlay = mutable_appearance(icon, "[icon_door || icon_state]_open", alpha = src.alpha) //This was the only change, adding icon_door; TG wouldnt want it.
|
||||
. += door_overlay
|
||||
door_overlay.overlays += emissive_blocker(door_overlay.icon, door_overlay.icon_state, alpha = door_overlay.alpha) // If we don't do this the door doesn't block emissives and it looks weird.
|
||||
else if(has_closed_overlay)
|
||||
. += "[icon_door || icon_state]_door"
|
||||
//TG won't ever really need this because their lockers with non-matching fronts dont have non-matching backs; so I simply re-define the proc for our shuttleclosets
|
||||
|
||||
/obj/structure/closet/shuttle
|
||||
anchored = TRUE
|
||||
density = TRUE
|
||||
can_be_unanchored = FALSE
|
||||
icon = 'modular_skyrat/master_files/icons/obj/closet.dmi'
|
||||
icon_state = "wallcloset"
|
||||
icon_door = "wallcloset_mesh"
|
||||
door_anim_time = 0 //CONVERT THESE DOORS YOU LAZY ASSHATS
|
||||
|
||||
/obj/structure/closet/shuttle/white
|
||||
anchored = TRUE
|
||||
density = TRUE
|
||||
icon_state = "wallcloset_white"
|
||||
icon_door = "wallcloset_door"
|
||||
icon_door = "wallcloset_white"
|
||||
|
||||
/obj/structure/closet/shuttle/wagon
|
||||
/obj/structure/closet/shuttle/emergency
|
||||
name = "emergency closet"
|
||||
desc = "It's a storage unit for emergency breathmasks and o2 tanks."
|
||||
icon_state = "wallcloset_white"
|
||||
desc = "It's a storage unit for emergency breath masks and O2 tanks."
|
||||
icon_door = "wallcloset_o2"
|
||||
|
||||
/obj/structure/closet/shuttle/wagon/PopulateContents()
|
||||
/obj/structure/closet/shuttle/emergency/PopulateContents()
|
||||
for (var/i in 1 to 2)
|
||||
new /obj/item/tank/internals/emergency_oxygen/double(src)
|
||||
new /obj/item/tank/internals/emergency_oxygen/engi(src)
|
||||
new /obj/item/clothing/mask/gas/alt(src)
|
||||
new /obj/item/storage/toolbox/emergency(src)
|
||||
|
||||
/obj/structure/closet/shuttle/emergency/white
|
||||
icon_state = "wallcloset_white"
|
||||
|
||||
/obj/structure/closet/shuttle/medical
|
||||
name = "first-aid closet"
|
||||
desc = "It's a storage unit for emergency medical supplies."
|
||||
icon_door = "wallcloset_med"
|
||||
|
||||
/obj/structure/closet/shuttle/medical/PopulateContents()
|
||||
new /obj/item/storage/firstaid/emergency(src)
|
||||
new /obj/item/healthanalyzer(src)
|
||||
new /obj/item/reagent_containers/hypospray(src)
|
||||
|
||||
/obj/structure/closet/shuttle/medical/white
|
||||
icon_state = "wallcloset_white"
|
||||
|
||||
/obj/structure/closet/shuttle/mining
|
||||
name = "emergency closet"
|
||||
desc = "It's a storage unit for emergency o2 supply and pressure suit."
|
||||
icon_state = "wallcloset_mining"
|
||||
desc = "It's a storage unit for emergency breath masks, O2 tanks, and a pressure suit."
|
||||
icon_state = "wallcloset_white"
|
||||
icon_door = "wallcloset_mining"
|
||||
|
||||
/obj/structure/closet/shuttle/mining/PopulateContents()
|
||||
for (var/i in 1 to 2)
|
||||
new /obj/item/tank/internals/emergency_oxygen/double(src)
|
||||
new /obj/item/clothing/mask/gas/alt(src)
|
||||
new /obj/item/tank/internals/emergency_oxygen/engi(src)
|
||||
new /obj/item/clothing/mask/breath(src)
|
||||
new /obj/item/storage/toolbox/emergency(src)
|
||||
new /obj/item/clothing/head/helmet/space(src)
|
||||
new /obj/item/clothing/suit/space(src)
|
||||
|
||||
/obj/structure/closet/shuttle/medical_wall/erokez //wall mounted medical closet
|
||||
name = "first-aid closet"
|
||||
desc = "It's wall-mounted storage unit for first aid supplies."
|
||||
icon_state = "wallcloset_med"
|
||||
|
||||
/obj/structure/closet/shuttle/medical_wall/erokez/PopulateContents()
|
||||
for (var/i in 1 to 3)
|
||||
new /obj/item/stack/medical/bruise_pack(src)
|
||||
for (var/i in 1 to 2)
|
||||
new /obj/item/stack/medical/ointment(src)
|
||||
new /obj/item/healthanalyzer(src)
|
||||
new /obj/item/reagent_containers/hypospray(src)
|
||||
|
||||
/obj/structure/closet/shuttle/erokez
|
||||
name = "closet"
|
||||
desc = "It's wall-mounted storage unit"
|
||||
icon_state = "wallcloset"
|
||||
|
||||
/obj/structure/closet/shuttle/evacvent
|
||||
/obj/structure/closet/shuttle/engivent
|
||||
wall_mounted = TRUE
|
||||
name = "engine ventilation"
|
||||
desc = "Looks like you can get in this small engine ventilation shaft."
|
||||
icon_state = "shuttle"
|
||||
anchored = TRUE
|
||||
desc = "An exhaust vent for the shuttle's engines. It looks just big enough to fit a person..."
|
||||
icon_state = "vent"
|
||||
icon_door = "vent"
|
||||
|
||||
//Wall closets
|
||||
/obj/structure/closet/firecloset/wall
|
||||
wall_mounted = TRUE
|
||||
max_mob_size = MOB_SIZE_SMALL
|
||||
anchored = TRUE
|
||||
density = TRUE
|
||||
icon = 'modular_skyrat/master_files/icons/obj/closet.dmi'
|
||||
@@ -69,6 +81,7 @@
|
||||
|
||||
/obj/structure/closet/emcloset/wall
|
||||
wall_mounted = TRUE
|
||||
max_mob_size = MOB_SIZE_SMALL
|
||||
anchored = TRUE
|
||||
density = TRUE
|
||||
icon = 'modular_skyrat/master_files/icons/obj/closet.dmi'
|
||||
@@ -77,6 +90,7 @@
|
||||
|
||||
/obj/structure/closet/secure_closet/wall
|
||||
wall_mounted = TRUE
|
||||
max_mob_size = MOB_SIZE_SMALL
|
||||
anchored = TRUE
|
||||
density = TRUE
|
||||
icon = 'modular_skyrat/master_files/icons/obj/closet.dmi'
|
||||
@@ -85,6 +99,7 @@
|
||||
|
||||
/obj/structure/closet/secure_closet/personal/wall
|
||||
wall_mounted = TRUE
|
||||
max_mob_size = MOB_SIZE_SMALL
|
||||
anchored = TRUE
|
||||
density = TRUE
|
||||
icon = 'modular_skyrat/master_files/icons/obj/closet.dmi'
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/obj/structure/sign/shuttleg250
|
||||
name = "Transfer Shuttle G250"
|
||||
desc = "Transfer Shuttle G250."
|
||||
icon = 'modular_skyrat/modules/advanced_shuttles/icons/g250.dmi'
|
||||
icon = 'modular_skyrat/modules/advanced_shuttles/icons/g250.dmi' //LARGE icon
|
||||
icon_state = "g250"
|
||||
|
||||
/obj/structure/fans/tiny/forcefield
|
||||
@@ -10,3 +10,37 @@
|
||||
icon = 'modular_skyrat/modules/advanced_shuttles/icons/effects.dmi'
|
||||
icon_state = "forcefield"
|
||||
|
||||
//Floor Decals -----
|
||||
/obj/effect/turf_decal/shuttle/exploration
|
||||
icon = 'modular_skyrat/modules/advanced_shuttles/icons/exploration_floor.dmi'
|
||||
icon_state = "none"
|
||||
|
||||
/obj/effect/turf_decal/shuttle/exploration/medbay
|
||||
icon_state = "decalmed"
|
||||
|
||||
/obj/effect/turf_decal/shuttle/exploration/cargostore
|
||||
icon_state = "decalstore"
|
||||
|
||||
/obj/effect/turf_decal/shuttle/exploration/bridge
|
||||
icon_state = "decalbridge"
|
||||
|
||||
/obj/effect/turf_decal/shuttle/exploration/o2
|
||||
icon_state = "decalo2"
|
||||
|
||||
/obj/effect/turf_decal/shuttle/exploration/typhon
|
||||
icon_state = "decal2"
|
||||
|
||||
/obj/effect/turf_decal/shuttle/exploration/echidna
|
||||
icon_state = "decal1"
|
||||
|
||||
/obj/effect/turf_decal/shuttle/exploration/weapons
|
||||
icon_state = "decal3"
|
||||
|
||||
/obj/effect/turf_decal/shuttle/exploration/airlock
|
||||
icon_state = "decal4"
|
||||
|
||||
/obj/effect/turf_decal/shuttle/exploration/hazardstripe
|
||||
icon_state = "hazard_decal"
|
||||
|
||||
/obj/effect/turf_decal/shuttle/exploration/bot
|
||||
icon_state = "bot_decal"
|
||||
|
||||
@@ -1,84 +0,0 @@
|
||||
/turf/open/floor/iron/shuttle/evac
|
||||
name = "shuttle floor"
|
||||
icon = 'modular_skyrat/modules/advanced_shuttles/icons/evac_shuttle.dmi'
|
||||
icon_state = "floor"
|
||||
|
||||
/turf/open/floor/iron/shuttle/ferry
|
||||
name = "shuttle floor"
|
||||
icon = 'modular_skyrat/modules/advanced_shuttles/icons/erokez.dmi'
|
||||
icon_state = "floor1"
|
||||
|
||||
/turf/open/floor/iron/shuttle/arrivals
|
||||
name = "floor"
|
||||
icon = 'modular_skyrat/modules/advanced_shuttles/icons/wagon.dmi'
|
||||
icon_state = "floor"
|
||||
|
||||
/*
|
||||
/turf/simulated/shuttle/floor/mining
|
||||
icon = 'code/modules/locations/shuttles/shuttle_mining.dmi'
|
||||
|
||||
/turf/simulated/shuttle/floor/shuttle_new
|
||||
icon = 'code/modules/locations/shuttles/shuttle.dmi'
|
||||
|
||||
/turf/simulated/shuttle/floor/wagon
|
||||
name = "floor"
|
||||
icon = 'code/modules/locations/shuttles/wagon.dmi'
|
||||
icon_state = "floor"
|
||||
|
||||
/turf/simulated/shuttle/floor/erokez
|
||||
name = "floor"
|
||||
icon = 'code/modules/locations/shuttles/erokez.dmi'
|
||||
icon_state = "floor1"
|
||||
|
||||
/turf/simulated/shuttle/floor/cargo
|
||||
name = "floor"
|
||||
icon = 'code/modules/locations/shuttles/cargofloor.dmi'
|
||||
icon_state = "1"
|
||||
|
||||
/turf/simulated/shuttle/floor/evac
|
||||
name = "floor"
|
||||
icon = 'code/modules/locations/shuttles/evac_shuttle.dmi'
|
||||
icon_state = "floor"
|
||||
|
||||
/turf/simulated/shuttle/floor/evac/medbay
|
||||
icon_state = "floormed"
|
||||
|
||||
/turf/simulated/shuttle/floor/evac/eng1
|
||||
icon_state = "flooreng1"
|
||||
|
||||
/turf/simulated/shuttle/floor/evac/eng2
|
||||
icon_state = "flooreng2"
|
||||
|
||||
/turf/simulated/shuttle/floor/evac/sec1
|
||||
icon = 'code/modules/locations/shuttles/evac_shuttle.dmi'
|
||||
icon_state = "floorsec"
|
||||
|
||||
/turf/simulated/shuttle/floor/evac/sec2
|
||||
icon = 'code/modules/locations/shuttles/evac_shuttle.dmi'
|
||||
icon_state = "floorsec2"
|
||||
|
||||
/turf/simulated/shuttle/floor/evac/inv
|
||||
icon = 'code/modules/locations/shuttles/evac_shuttle.dmi'
|
||||
icon_state = "floorinv"
|
||||
|
||||
/turf/simulated/shuttle/floor/evac/ex
|
||||
icon = 'code/modules/locations/shuttles/evac_shuttle.dmi'
|
||||
icon_state = "floorex"
|
||||
|
||||
/turf/simulated/shuttle/floor/evac/place
|
||||
icon = 'code/modules/locations/shuttles/evac_shuttle.dmi'
|
||||
icon_state = "floorplace"
|
||||
|
||||
/turf/simulated/shuttle/floor/evac/place2
|
||||
icon = 'code/modules/locations/shuttles/evac_shuttle.dmi'
|
||||
icon_state = "floorplace2"
|
||||
|
||||
/turf/simulated/shuttle/floor/evac/eva
|
||||
icon = 'code/modules/locations/shuttles/evac_shuttle.dmi'
|
||||
icon_state = "floorengeva"
|
||||
|
||||
/turf/simulated/shuttle/floor4/evac
|
||||
icon = 'code/modules/locations/shuttles/evac_shuttle.dmi'
|
||||
icon_state = "floor"
|
||||
|
||||
*/
|
||||
@@ -1,16 +1,3 @@
|
||||
/datum/map_template/shuttle/ferry
|
||||
name = "NAV Monarch"
|
||||
port_id = "ferry"
|
||||
suffix = "skyrat"
|
||||
who_can_purchase = null
|
||||
|
||||
/datum/map_template/shuttle/cargo
|
||||
name = "NLV Consign"
|
||||
port_id = "cargo"
|
||||
suffix = "skyrat"
|
||||
name = "NLV Consign (Cargo)"
|
||||
who_can_purchase = null
|
||||
|
||||
/obj/docking_port/mobile/arrivals_skyrat
|
||||
name = "NTV Relay"
|
||||
id = "arrivals_shuttle"
|
||||
@@ -22,11 +9,9 @@
|
||||
|
||||
callTime = 30 SECONDS
|
||||
ignitionTime = 6 SECONDS
|
||||
|
||||
rechargeTime = 20 SECONDS
|
||||
|
||||
movement_force = list("KNOCKDOWN" = 3, "THROW" = 0)
|
||||
|
||||
can_be_called_in_transit = FALSE
|
||||
|
||||
/obj/machinery/computer/shuttle/arrivals
|
||||
@@ -40,7 +25,6 @@
|
||||
icon_screen = ""
|
||||
light_color = COLOR_ORANGE_BROWN
|
||||
resistance_flags = INDESTRUCTIBLE | LAVA_PROOF | FIRE_PROOF | ACID_PROOF
|
||||
|
||||
connectable = FALSE //connecting_computer change: since icon_state is not a typical console, it cannot be connectable.
|
||||
|
||||
/obj/machinery/computer/shuttle/arrivals/recall
|
||||
@@ -48,8 +32,25 @@
|
||||
desc = "Use this if your friends left you behind."
|
||||
possible_destinations = "arrivals_stationary;arrivals_shuttle"
|
||||
|
||||
///////////////////////////////////////////// Map Templates //////////////////////////////////////////////////////////
|
||||
/datum/map_template/shuttle/ferry
|
||||
name = "NAV Monarch (Ferry)"
|
||||
prefix = "_maps/skyrat/shuttles/"
|
||||
port_id = "ferry"
|
||||
suffix = "skyrat"
|
||||
who_can_purchase = null
|
||||
|
||||
/datum/map_template/shuttle/cargo/skyrat
|
||||
name = "NLV Consign (Cargo)"
|
||||
prefix = "_maps/skyrat/shuttles/"
|
||||
port_id = "cargo"
|
||||
suffix = "skyrat"
|
||||
|
||||
/datum/map_template/shuttle/cargo/skyrat/delta
|
||||
suffix = "delta_skyrat" //I hate this. Delta station is one tile different docking-wise, which fucks it ALL up unless we either a) change the map (this would be nonmodular and also press the engine against disposals) or b) this (actually easy, just dumb)
|
||||
|
||||
/datum/map_template/shuttle/arrivals_skyrat
|
||||
name = "arrivals shuttle"
|
||||
name = "NTV Relay (Arrivals)"
|
||||
prefix = "_maps/skyrat/shuttles/"
|
||||
port_id = "arrivals"
|
||||
suffix = "skyrat"
|
||||
@@ -66,3 +67,21 @@
|
||||
name = "Standard Emergency Shuttle"
|
||||
description = "Nanotrasen's standard issue emergency shuttle."
|
||||
|
||||
/datum/map_template/shuttle/labour/skyrat
|
||||
name = "NMC Drudge (Labour)"
|
||||
prefix = "_maps/skyrat/shuttles/"
|
||||
suffix = "skyrat"
|
||||
|
||||
/datum/map_template/shuttle/mining_common/skyrat
|
||||
name = "NMC Chimera (Mining)"
|
||||
prefix = "_maps/skyrat/shuttles/"
|
||||
suffix = "skyrat"
|
||||
|
||||
/datum/map_template/shuttle/mining/skyrat
|
||||
name = "NMC Phoenix (Mining)"
|
||||
prefix = "_maps/skyrat/shuttles/"
|
||||
suffix = "skyrat"
|
||||
|
||||
/datum/map_template/shuttle/mining/skyrat/large
|
||||
name = "NMC Manticore (Mining)"
|
||||
suffix = "large_skyrat"
|
||||
|
||||
@@ -0,0 +1,186 @@
|
||||
/*
|
||||
/area/shuttle
|
||||
dynamic_lighting = DYNAMIC_LIGHTING_DISABLED
|
||||
*/
|
||||
|
||||
/obj/docking_port/mobile/arrivals
|
||||
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall
|
||||
name = "shuttle wall"
|
||||
desc = "A light-weight titanium wall used in shuttles."
|
||||
icon = 'modular_skyrat/modules/advanced_shuttles/icons/pod.dmi'
|
||||
icon_state = ""
|
||||
base_icon_state = ""
|
||||
smoothing_flags = null
|
||||
smoothing_groups = null
|
||||
canSmoothWith = null
|
||||
|
||||
/*
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/Initialize(mapload)
|
||||
UNDERLAYS ARE BROKEN, PLEASE SOMEONE HELP FOR I CANNOT FIX THEM
|
||||
*/
|
||||
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window
|
||||
opacity = FALSE
|
||||
|
||||
///////////////////////////////////////////// POD //////////////////////////////////////////////////////////
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/pod
|
||||
icon = 'modular_skyrat/modules/advanced_shuttles/icons/pod.dmi'
|
||||
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/pod
|
||||
icon = 'modular_skyrat/modules/advanced_shuttles/icons/pod.dmi'
|
||||
icon_state = "3,1"
|
||||
|
||||
///////////////////////////////////////////// FERRY //////////////////////////////////////////////////////////
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/ferry
|
||||
icon = 'modular_skyrat/modules/advanced_shuttles/icons/erokez.dmi'
|
||||
icon_state = "18,2"
|
||||
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/ferry
|
||||
icon = 'modular_skyrat/modules/advanced_shuttles/icons/erokez.dmi'
|
||||
icon_state = "18,2"
|
||||
|
||||
/turf/open/floor/iron/shuttle/ferry
|
||||
name = "shuttle floor"
|
||||
icon = 'modular_skyrat/modules/advanced_shuttles/icons/erokez.dmi'
|
||||
icon_state = "floor1"
|
||||
|
||||
///////////////////////////////////////////// EVAC //////////////////////////////////////////////////////////
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/evac
|
||||
icon = 'modular_skyrat/modules/advanced_shuttles/icons/evac_shuttle.dmi'
|
||||
icon_state = "9,1"
|
||||
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/evac
|
||||
icon = 'modular_skyrat/modules/advanced_shuttles/icons/evac_shuttle.dmi'
|
||||
icon_state = "9,1"
|
||||
|
||||
/turf/open/floor/iron/shuttle/evac
|
||||
name = "shuttle floor"
|
||||
icon = 'modular_skyrat/modules/advanced_shuttles/icons/evac_shuttle.dmi'
|
||||
icon_state = "floor"
|
||||
|
||||
///////////////////////////////////////////// ARRIVALS //////////////////////////////////////////////////////////
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/arrivals
|
||||
icon = 'modular_skyrat/modules/advanced_shuttles/icons/wagon.dmi'
|
||||
icon_state = "3,1"
|
||||
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/arrivals
|
||||
icon = 'modular_skyrat/modules/advanced_shuttles/icons/wagon.dmi'
|
||||
icon_state = "3,1"
|
||||
|
||||
/turf/open/floor/iron/shuttle/arrivals
|
||||
name = "shuttle floor"
|
||||
icon = 'modular_skyrat/modules/advanced_shuttles/icons/wagon.dmi'
|
||||
icon_state = "floor"
|
||||
|
||||
///////////////////////////////////////////// CARGO //////////////////////////////////////////////////////////
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/cargo
|
||||
icon = 'modular_skyrat/modules/advanced_shuttles/icons/cargo.dmi'
|
||||
icon_state = "3,1"
|
||||
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/cargo
|
||||
icon = 'modular_skyrat/modules/advanced_shuttles/icons/cargo.dmi'
|
||||
icon_state = "3,1"
|
||||
|
||||
/turf/open/floor/iron/shuttle/cargo
|
||||
name = "shuttle floor"
|
||||
icon = 'modular_skyrat/modules/advanced_shuttles/icons/cargo.dmi'
|
||||
icon_state = "floor"
|
||||
|
||||
///////////////////////////////////////////// MINING //////////////////////////////////////////////////////////
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining
|
||||
icon = 'modular_skyrat/modules/advanced_shuttles/icons/mining.dmi'
|
||||
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/mining
|
||||
icon = 'modular_skyrat/modules/advanced_shuttles/icons/mining.dmi'
|
||||
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining_large
|
||||
icon = 'modular_skyrat/modules/advanced_shuttles/icons/mining_large.dmi'
|
||||
icon_state = "2,2"
|
||||
dir = NORTH
|
||||
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/mining_large
|
||||
icon = 'modular_skyrat/modules/advanced_shuttles/icons/mining_large.dmi'
|
||||
icon_state = "6,3"
|
||||
dir = NORTH
|
||||
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining_labor
|
||||
icon = 'modular_skyrat/modules/advanced_shuttles/icons/mining_labor.dmi'
|
||||
icon_state = "4,6"
|
||||
dir = NORTH
|
||||
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/mining_labor
|
||||
icon = 'modular_skyrat/modules/advanced_shuttles/icons/mining_labor.dmi'
|
||||
icon_state = "4,4"
|
||||
dir = NORTH
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////// MINING/RND/EXPLORATION FLOORS //////////////////////////////////////////////////////////
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
/turf/open/floor/iron/shuttle/exploration
|
||||
name = "shuttle floor"
|
||||
icon = 'modular_skyrat/modules/advanced_shuttles/icons/exploration_floor.dmi'
|
||||
icon_state = "oside"
|
||||
|
||||
/turf/open/floor/iron/shuttle/exploration/uside
|
||||
icon_state = "uside"
|
||||
|
||||
/turf/open/floor/iron/shuttle/exploration/corner
|
||||
icon_state = "corner"
|
||||
|
||||
/turf/open/floor/iron/shuttle/exploration/side
|
||||
icon_state = "side"
|
||||
|
||||
/turf/open/floor/iron/shuttle/exploration/corner_invcorner
|
||||
icon_state = "corner_icorner"
|
||||
|
||||
/turf/open/floor/iron/shuttle/exploration/adjinvcorner
|
||||
icon_state = "adj_icorner"
|
||||
|
||||
/turf/open/floor/iron/shuttle/exploration/oppinvcorner
|
||||
icon_state = "opp_icorner"
|
||||
|
||||
/turf/open/floor/iron/shuttle/exploration/invertcorner
|
||||
icon_state = "icorner"
|
||||
|
||||
/turf/open/floor/iron/shuttle/exploration/doubleinvertcorner
|
||||
icon_state = "double_icorner"
|
||||
|
||||
/turf/open/floor/iron/shuttle/exploration/tripleinvertcorner
|
||||
icon_state = "tri_icorner"
|
||||
|
||||
/turf/open/floor/iron/shuttle/exploration/doubleside
|
||||
icon_state = "double_side"
|
||||
|
||||
/turf/open/floor/iron/shuttle/exploration/quadinvertcorner
|
||||
icon_state = "4icorner"
|
||||
|
||||
/turf/open/floor/iron/shuttle/exploration/doubleinvertcorner_side
|
||||
icon_state = "double_icorner_side"
|
||||
|
||||
/turf/open/floor/iron/shuttle/exploration/invertcorner_side
|
||||
icon_state = "side_icorner"
|
||||
|
||||
/turf/open/floor/iron/shuttle/exploration/invertcorner_side_flipped
|
||||
icon_state = "side_icorner_f"
|
||||
|
||||
/turf/open/floor/iron/shuttle/exploration/blanktile
|
||||
icon_state = "blank"
|
||||
|
||||
/turf/open/floor/iron/shuttle/exploration/flat
|
||||
icon_state = "flat"
|
||||
|
||||
/turf/open/floor/iron/shuttle/exploration/textured_flat
|
||||
icon_state = "flattexture"
|
||||
|
||||
/turf/open/floor/iron/shuttle/exploration/equipmentrail1
|
||||
icon_state = "rail1"
|
||||
|
||||
/turf/open/floor/iron/shuttle/exploration/equipmentrail2
|
||||
icon_state = "rail2"
|
||||
|
||||
/turf/open/floor/iron/shuttle/exploration/equipmentrail3
|
||||
icon_state = "rail3"
|
||||
|
||||
/turf/open/floor/iron/shuttle/exploration/hazard
|
||||
icon_state = "hazard"
|
||||
@@ -1,62 +0,0 @@
|
||||
/*
|
||||
/area/shuttle
|
||||
dynamic_lighting = DYNAMIC_LIGHTING_DISABLED
|
||||
*/
|
||||
|
||||
/obj/docking_port/mobile/arrivals
|
||||
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall
|
||||
name = "shuttle wall"
|
||||
desc = "A light-weight titanium wall used in shuttles."
|
||||
icon = 'modular_skyrat/modules/advanced_shuttles/icons/shuttle.dmi'
|
||||
icon_state = ""
|
||||
base_icon_state = ""
|
||||
smoothing_flags = null
|
||||
smoothing_groups = null
|
||||
canSmoothWith = null
|
||||
fixed_underlay = list("space" = TRUE)
|
||||
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/Initialize(mapload)
|
||||
. = ..()
|
||||
var/mutable_appearance/underlay_appearance = mutable_appearance(layer = TURF_LAYER, plane = FLOOR_PLANE)
|
||||
underlay_appearance.icon = 'icons/turf/space.dmi'
|
||||
underlay_appearance.icon_state = "1"
|
||||
underlays = list(underlay_appearance)
|
||||
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/mining
|
||||
icon = 'modular_skyrat/modules/advanced_shuttles/icons/shuttle_mining.dmi'
|
||||
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/pod
|
||||
icon = 'modular_skyrat/modules/advanced_shuttles/icons/pod.dmi'
|
||||
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/ferry
|
||||
icon = 'modular_skyrat/modules/advanced_shuttles/icons/erokez.dmi'
|
||||
icon_state = "18,2"
|
||||
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/evac
|
||||
icon = 'modular_skyrat/modules/advanced_shuttles/icons/evac_shuttle.dmi'
|
||||
icon_state = "9,1"
|
||||
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/arrivals
|
||||
icon = 'modular_skyrat/modules/advanced_shuttles/icons/wagon.dmi'
|
||||
icon_state = "3,1"
|
||||
|
||||
/////////////////////////////////////////////WINDOWS//////////////////////////////////////////////////////////
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window
|
||||
opacity = FALSE
|
||||
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/pod
|
||||
icon = 'modular_skyrat/modules/advanced_shuttles/icons/pod.dmi'
|
||||
icon_state = "3,1"
|
||||
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/ferry
|
||||
icon = 'modular_skyrat/modules/advanced_shuttles/icons/erokez.dmi'
|
||||
icon_state = "18,2"
|
||||
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/arrivals
|
||||
icon = 'modular_skyrat/modules/advanced_shuttles/icons/wagon.dmi'
|
||||
icon_state = "3,1"
|
||||
|
||||
/turf/closed/wall/mineral/titanium/shuttle_wall/window/evac
|
||||
icon = 'modular_skyrat/modules/advanced_shuttles/icons/evac_shuttle.dmi'
|
||||
icon_state = "9,1"
|
||||
|
Before Width: | Height: | Size: 7.9 KiB After Width: | Height: | Size: 59 KiB |
|
Before Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 77 KiB |
|
Before Width: | Height: | Size: 78 KiB |
|
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 37 KiB |
|
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 55 KiB |
|
After Width: | Height: | Size: 3.5 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.8 KiB |
|
Before Width: | Height: | Size: 114 KiB |
|
Before Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 6.9 KiB |
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 13 KiB |
@@ -4237,9 +4237,8 @@
|
||||
#include "modular_skyrat\modules\advanced_shuttles\code\closet.dm"
|
||||
#include "modular_skyrat\modules\advanced_shuttles\code\computer.dm"
|
||||
#include "modular_skyrat\modules\advanced_shuttles\code\decals.dm"
|
||||
#include "modular_skyrat\modules\advanced_shuttles\code\floor.dm"
|
||||
#include "modular_skyrat\modules\advanced_shuttles\code\shuttles.dm"
|
||||
#include "modular_skyrat\modules\advanced_shuttles\code\wall.dm"
|
||||
#include "modular_skyrat\modules\advanced_shuttles\code\turfs.dm"
|
||||
#include "modular_skyrat\modules\aesthetics\abductor\abductor.dm"
|
||||
#include "modular_skyrat\modules\aesthetics\airalarm\code\airalarm.dm"
|
||||
#include "modular_skyrat\modules\aesthetics\airlock\code\airlock.dm"
|
||||
|
||||