mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 06:00:16 +01:00
Replacing objects with their mapping directional helpers Part 1 (#94059)
## About The Pull Request Improving upon #93662 where i noticed a lot of objects don't have directional helpers Replaces the following mapped in objects with their directional counterpart - `/obj/structure/sign/nanotrasen -> /obj/structure/sign/nanotrasen/directional` less var edits & also more realistic interaction with fire/acid etc if the turf on which they are placed on is attacked which isn't the case if they are directly mounted on walls ## Changelog 🆑 qol: adds mapping directional helper for nanotrasen sign & replaces all var edited instances /🆑
This commit is contained in:
@@ -304,11 +304,8 @@
|
||||
/turf/open/floor/plating/snowed/smoothed/icemoon,
|
||||
/area/icemoon/surface/outdoors/nospawn)
|
||||
"Wr" = (
|
||||
/obj/structure/fence{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/sign/nanotrasen,
|
||||
/turf/open/misc/asteroid/snow/icemoon,
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/floor/plating/snowed/smoothed/icemoon,
|
||||
/area/icemoon/surface/outdoors/nospawn)
|
||||
"Wt" = (
|
||||
/obj/effect/turf_decal/stripes/line,
|
||||
@@ -439,9 +436,9 @@ fl
|
||||
(5,1,1) = {"
|
||||
fl
|
||||
kd
|
||||
Sc
|
||||
Wr
|
||||
vJ
|
||||
vJ
|
||||
kd
|
||||
kd
|
||||
mP
|
||||
|
||||
@@ -106,6 +106,7 @@
|
||||
"x" = (
|
||||
/obj/structure/table/wood/shuttle_bar,
|
||||
/obj/item/clothing/head/costume/garland/poppy,
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/floor/wood/lavaland,
|
||||
/area/lavaland/surface/outdoors)
|
||||
"y" = (
|
||||
@@ -119,10 +120,6 @@
|
||||
/obj/structure/chair/pew/right,
|
||||
/turf/open/misc/asteroid/basalt/lava_land_surface,
|
||||
/area/lavaland/surface/outdoors)
|
||||
"C" = (
|
||||
/obj/structure/sign/nanotrasen,
|
||||
/turf/closed/wall/mineral/wood,
|
||||
/area/lavaland/surface/outdoors)
|
||||
"E" = (
|
||||
/obj/structure/flora/grass/jungle/b,
|
||||
/turf/open/misc/grass/jungle/lavaland,
|
||||
@@ -588,7 +585,7 @@ a
|
||||
a
|
||||
a
|
||||
a
|
||||
C
|
||||
h
|
||||
x
|
||||
c
|
||||
c
|
||||
|
||||
@@ -122,12 +122,9 @@
|
||||
dir = 8
|
||||
},
|
||||
/obj/machinery/light/small/directional/north,
|
||||
/obj/structure/sign/nanotrasen/directional/east,
|
||||
/turf/open/floor/iron/white,
|
||||
/area/ruin/space/has_grav/powered/ancient_shuttle)
|
||||
"n" = (
|
||||
/obj/structure/sign/nanotrasen,
|
||||
/turf/closed/wall,
|
||||
/area/ruin/space/has_grav/powered/ancient_shuttle)
|
||||
"o" = (
|
||||
/obj/machinery/vending/snack/teal,
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
@@ -521,7 +518,7 @@ a
|
||||
(18,1,1) = {"
|
||||
a
|
||||
d
|
||||
n
|
||||
T
|
||||
A
|
||||
K
|
||||
T
|
||||
|
||||
@@ -54,10 +54,7 @@
|
||||
/turf/template_noop,
|
||||
/area/template_noop)
|
||||
"gw" = (
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_x = -32;
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/west,
|
||||
/turf/open/floor/mineral/titanium,
|
||||
/area/ruin/space/nt_commsbuoy)
|
||||
"hb" = (
|
||||
@@ -142,18 +139,13 @@
|
||||
/turf/open/floor/plating,
|
||||
/area/ruin/space/nt_commsbuoy)
|
||||
"jy" = (
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_y = -32
|
||||
},
|
||||
/obj/machinery/light/small/directional/south,
|
||||
/obj/structure/sign/nanotrasen/directional/south,
|
||||
/turf/open/floor/mineral/titanium,
|
||||
/area/ruin/space/nt_commsbuoy)
|
||||
"jz" = (
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_y = 32;
|
||||
dir = 1
|
||||
},
|
||||
/obj/machinery/light/small/directional/north,
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/floor/mineral/titanium,
|
||||
/area/ruin/space/nt_commsbuoy)
|
||||
"kZ" = (
|
||||
@@ -388,10 +380,6 @@
|
||||
/turf/closed/wall/mineral/iron,
|
||||
/area/ruin/space/nt_commsbuoy)
|
||||
"FH" = (
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_x = -32;
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/rack,
|
||||
/obj/item/clothing/suit/space/syndicate/orange{
|
||||
pixel_x = 6;
|
||||
@@ -401,6 +389,7 @@
|
||||
pixel_x = 9;
|
||||
pixel_y = -5
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/west,
|
||||
/turf/open/floor/mineral/titanium,
|
||||
/area/ruin/space/nt_commsbuoy)
|
||||
"FK" = (
|
||||
@@ -409,10 +398,7 @@
|
||||
/area/space/nearstation)
|
||||
"Gd" = (
|
||||
/obj/structure/fluff/commsbuoy_processor,
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_x = 32;
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/east,
|
||||
/turf/open/floor/mineral/titanium/blue,
|
||||
/area/ruin/space/nt_commsbuoy)
|
||||
"Gq" = (
|
||||
|
||||
@@ -80,10 +80,6 @@
|
||||
/turf/open/floor/iron/small,
|
||||
/area/ruin/space/has_grav/listeningstation)
|
||||
"ch" = (
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_y = 32;
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/lattice/catwalk,
|
||||
/obj/structure/marker_beacon/cerulean,
|
||||
/turf/template_noop,
|
||||
@@ -242,15 +238,9 @@
|
||||
/turf/open/floor/circuit/red,
|
||||
/area/ruin/space/has_grav/listeningstation)
|
||||
"lO" = (
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_y = 32;
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_x = 32;
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/marker_beacon/cerulean,
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/obj/structure/sign/nanotrasen/directional/east,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/ruin/space)
|
||||
"nG" = (
|
||||
@@ -353,11 +343,8 @@
|
||||
/area/ruin/space/has_grav/listeningstation)
|
||||
"vt" = (
|
||||
/obj/structure/lattice/catwalk,
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_x = -32;
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/marker_beacon/cerulean,
|
||||
/obj/structure/sign/nanotrasen/directional/west,
|
||||
/turf/template_noop,
|
||||
/area/ruin/space)
|
||||
"vC" = (
|
||||
@@ -475,10 +462,8 @@
|
||||
/turf/open/floor/plating,
|
||||
/area/ruin/space/has_grav/listeningstation)
|
||||
"zV" = (
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_y = -32
|
||||
},
|
||||
/obj/structure/cable,
|
||||
/obj/structure/sign/nanotrasen/directional/south,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/ruin/space)
|
||||
"zZ" = (
|
||||
@@ -613,14 +598,9 @@
|
||||
/turf/open/floor/iron/showroomfloor,
|
||||
/area/ruin/space/has_grav/listeningstation)
|
||||
"FU" = (
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_y = -32
|
||||
},
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_x = 32;
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/marker_beacon/cerulean,
|
||||
/obj/structure/sign/nanotrasen/directional/south,
|
||||
/obj/structure/sign/nanotrasen/directional/east,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/ruin/space)
|
||||
"FV" = (
|
||||
@@ -824,6 +804,7 @@
|
||||
dir = 4
|
||||
},
|
||||
/obj/machinery/light/warm/directional/south,
|
||||
/obj/structure/sign/nanotrasen/directional/south,
|
||||
/turf/open/floor/iron/grimy,
|
||||
/area/ruin/space/has_grav/listeningstation)
|
||||
"Sx" = (
|
||||
@@ -935,10 +916,8 @@
|
||||
/area/ruin/space/has_grav/listeningstation)
|
||||
"WG" = (
|
||||
/obj/structure/lattice/catwalk,
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_y = -32
|
||||
},
|
||||
/obj/structure/marker_beacon/cerulean,
|
||||
/obj/structure/sign/nanotrasen/directional/south,
|
||||
/turf/template_noop,
|
||||
/area/ruin/space)
|
||||
"WW" = (
|
||||
|
||||
@@ -1530,9 +1530,9 @@
|
||||
/turf/open/floor/carpet,
|
||||
/area/awaymission/cabin/caves/mountain)
|
||||
"hL" = (
|
||||
/obj/structure/sign/nanotrasen,
|
||||
/turf/closed/wall/mineral/snow,
|
||||
/area/awaymission/cabin/caves/mountain)
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/misc/ice/smooth,
|
||||
/area/awaymission/cabin/caves)
|
||||
"hM" = (
|
||||
/turf/closed/wall/mineral/snow,
|
||||
/area/awaymission/cabin/caves/mountain)
|
||||
@@ -5524,7 +5524,6 @@
|
||||
/turf/open/floor/plating/snowed/smoothed,
|
||||
/area/awaymission/cabin/caves)
|
||||
"Zb" = (
|
||||
/obj/structure/sign/nanotrasen,
|
||||
/obj/effect/light_emitter{
|
||||
set_cap = 3;
|
||||
set_luminosity = 6;
|
||||
@@ -5571,6 +5570,16 @@
|
||||
/obj/machinery/light/directional/south,
|
||||
/turf/open/floor/wood/freezing,
|
||||
/area/awaymission/cabin/lumbermill)
|
||||
"ZZ" = (
|
||||
/obj/effect/light_emitter{
|
||||
name = "cave light";
|
||||
set_cap = 3;
|
||||
set_luminosity = 6;
|
||||
light_color = "#9bbbff"
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/misc/asteroid/snow/snow_cabin,
|
||||
/area/awaymission/cabin/caves)
|
||||
|
||||
(1,1,1) = {"
|
||||
ab
|
||||
@@ -17108,7 +17117,7 @@ vh
|
||||
vh
|
||||
vh
|
||||
Zb
|
||||
Su
|
||||
ZZ
|
||||
oz
|
||||
oz
|
||||
oz
|
||||
@@ -18907,7 +18916,7 @@ vh
|
||||
vh
|
||||
vh
|
||||
Zb
|
||||
Su
|
||||
ZZ
|
||||
oz
|
||||
oz
|
||||
oz
|
||||
@@ -48279,12 +48288,12 @@ gx
|
||||
gx
|
||||
gx
|
||||
gx
|
||||
hM
|
||||
hL
|
||||
PV
|
||||
PV
|
||||
PV
|
||||
PV
|
||||
PV
|
||||
Oe
|
||||
Oe
|
||||
Oe
|
||||
@@ -49307,12 +49316,12 @@ gx
|
||||
gx
|
||||
gx
|
||||
gx
|
||||
hM
|
||||
hL
|
||||
PV
|
||||
PV
|
||||
PV
|
||||
PV
|
||||
PV
|
||||
gx
|
||||
gx
|
||||
gx
|
||||
|
||||
@@ -4755,6 +4755,7 @@
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/closet/crate/bin,
|
||||
/obj/structure/sign/nanotrasen/directional/south,
|
||||
/turf/open/floor/mineral/titanium/blue,
|
||||
/area/awaymission/museum)
|
||||
"NB" = (
|
||||
@@ -5442,6 +5443,7 @@
|
||||
dir = 1
|
||||
},
|
||||
/obj/item/kirbyplants/random/fullysynthetic,
|
||||
/obj/structure/sign/nanotrasen/directional/south,
|
||||
/turf/open/floor/mineral/titanium/blue,
|
||||
/area/awaymission/museum)
|
||||
"TO" = (
|
||||
@@ -6025,10 +6027,6 @@
|
||||
/obj/effect/mapping_helpers/airlock/access/all/away/generic3,
|
||||
/turf/open/indestructible/plating,
|
||||
/area/awaymission/museum)
|
||||
"Ye" = (
|
||||
/obj/structure/sign/nanotrasen,
|
||||
/turf/closed/indestructible/reinforced/titanium/nodiagonal,
|
||||
/area/awaymission/museum)
|
||||
"Yg" = (
|
||||
/obj/effect/mob_spawn/cockroach,
|
||||
/obj/effect/decal/cleanable/dirt/dust,
|
||||
@@ -29523,7 +29521,7 @@ iW
|
||||
go
|
||||
iW
|
||||
TN
|
||||
Ye
|
||||
fe
|
||||
FK
|
||||
FK
|
||||
FK
|
||||
@@ -30294,7 +30292,7 @@ DU
|
||||
iW
|
||||
iW
|
||||
Ny
|
||||
Ye
|
||||
fe
|
||||
FK
|
||||
FK
|
||||
FK
|
||||
|
||||
@@ -5370,9 +5370,7 @@
|
||||
/area/awaymission/snowdin/post/mining_main/mechbay)
|
||||
"tQ" = (
|
||||
/obj/machinery/light/small/directional/south,
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_y = -32
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/south,
|
||||
/turf/open/misc/asteroid/snow/ice,
|
||||
/area/awaymission/snowdin/cave/cavern)
|
||||
"tR" = (
|
||||
@@ -5427,11 +5425,8 @@
|
||||
/turf/open/floor/plating,
|
||||
/area/awaymission/snowdin/post/cavern1)
|
||||
"un" = (
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_x = 32;
|
||||
dir = 4
|
||||
},
|
||||
/obj/machinery/light/small/broken/directional/east,
|
||||
/obj/structure/sign/nanotrasen/directional/east,
|
||||
/turf/open/floor/plating/snowed/cavern,
|
||||
/area/awaymission/snowdin/post/cavern2)
|
||||
"up" = (
|
||||
@@ -5771,7 +5766,6 @@
|
||||
/turf/open/floor/plating,
|
||||
/area/awaymission/snowdin/post/broken_shuttle)
|
||||
"vO" = (
|
||||
/obj/structure/sign/nanotrasen,
|
||||
/turf/closed/wall,
|
||||
/area/awaymission/snowdin/outside)
|
||||
"vP" = (
|
||||
@@ -5783,15 +5777,17 @@
|
||||
/turf/open/floor/plating,
|
||||
/area/awaymission/snowdin/post/mining_main/mechbay)
|
||||
"vR" = (
|
||||
/obj/structure/sign/nanotrasen,
|
||||
/turf/closed/wall/mineral/titanium,
|
||||
/area/awaymission/snowdin/post/broken_shuttle)
|
||||
/obj/structure/flora/tree/stump,
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/misc/asteroid/snow,
|
||||
/area/awaymission/snowdin/outside)
|
||||
"vT" = (
|
||||
/obj/structure/chair,
|
||||
/turf/open/floor/mineral/titanium/blue,
|
||||
/area/awaymission/snowdin/post/broken_shuttle)
|
||||
"vU" = (
|
||||
/obj/item/chair,
|
||||
/obj/structure/sign/nanotrasen/directional/east,
|
||||
/turf/open/floor/mineral/titanium/blue,
|
||||
/area/awaymission/snowdin/post/broken_shuttle)
|
||||
"vW" = (
|
||||
@@ -5810,6 +5806,7 @@
|
||||
/obj/structure/chair{
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/west,
|
||||
/turf/open/floor/mineral/titanium/blue,
|
||||
/area/awaymission/snowdin/post/broken_shuttle)
|
||||
"wc" = (
|
||||
@@ -7900,10 +7897,12 @@
|
||||
/turf/closed/mineral/iron/ice,
|
||||
/area/awaymission/snowdin/cave/cavern)
|
||||
"EW" = (
|
||||
/obj/structure/sign/nanotrasen,
|
||||
/obj/structure/fence{
|
||||
dir = 4
|
||||
/obj/effect/light_emitter{
|
||||
name = "outdoor light";
|
||||
set_cap = 3;
|
||||
set_luminosity = 6
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/misc/asteroid/snow,
|
||||
/area/awaymission/snowdin/outside)
|
||||
"EX" = (
|
||||
@@ -8168,6 +8167,7 @@
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/table,
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/floor/iron,
|
||||
/area/awaymission/snowdin/post/mining_main/mechbay)
|
||||
"GJ" = (
|
||||
@@ -8403,6 +8403,7 @@
|
||||
/obj/effect/turf_decal/stripes/corner{
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/floor/iron,
|
||||
/area/awaymission/snowdin/post/mining_main/mechbay)
|
||||
"HS" = (
|
||||
@@ -9826,6 +9827,7 @@
|
||||
"PL" = (
|
||||
/obj/structure/chair,
|
||||
/obj/machinery/light/small/directional/west,
|
||||
/obj/structure/sign/nanotrasen/directional/west,
|
||||
/turf/open/floor/mineral/titanium/blue,
|
||||
/area/awaymission/snowdin/post/broken_shuttle)
|
||||
"PM" = (
|
||||
@@ -10795,10 +10797,8 @@
|
||||
/turf/open/misc/asteroid/snow/ice,
|
||||
/area/awaymission/snowdin/cave/cavern)
|
||||
"Va" = (
|
||||
/obj/structure/fence{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/sign/nanotrasen,
|
||||
/obj/structure/flora/grass/both/style_random,
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/misc/asteroid/snow,
|
||||
/area/awaymission/snowdin/outside)
|
||||
"Vb" = (
|
||||
@@ -10891,17 +10891,17 @@
|
||||
/turf/open/misc/asteroid/snow,
|
||||
/area/awaymission/snowdin/cave)
|
||||
"Vy" = (
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_y = -32
|
||||
/obj/effect/turf_decal/weather/snow,
|
||||
/obj/effect/turf_decal/weather/snow/corner{
|
||||
dir = 5
|
||||
},
|
||||
/turf/open/misc/asteroid/snow/ice,
|
||||
/area/awaymission/snowdin/cave/cavern)
|
||||
/obj/effect/turf_decal/tile/neutral/fourcorners,
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/floor/iron/dark/snowdin,
|
||||
/area/awaymission/snowdin/outside)
|
||||
"Vz" = (
|
||||
/obj/machinery/light/small/directional/east,
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_x = 32;
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/east,
|
||||
/turf/open/floor/plating/snowed/cavern,
|
||||
/area/awaymission/snowdin/post/cavern2)
|
||||
"VB" = (
|
||||
@@ -10931,9 +10931,7 @@
|
||||
/area/awaymission/snowdin/post/hydro)
|
||||
"VO" = (
|
||||
/obj/machinery/light/small/directional/north,
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_y = 32
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/floor/plating/snowed/cavern,
|
||||
/area/awaymission/snowdin/cave/cavern)
|
||||
"VP" = (
|
||||
@@ -11170,6 +11168,7 @@
|
||||
dir = 1
|
||||
},
|
||||
/obj/machinery/light/small/directional/east,
|
||||
/obj/structure/sign/nanotrasen/directional/east,
|
||||
/turf/open/floor/mineral/titanium/blue,
|
||||
/area/awaymission/snowdin/post/broken_shuttle)
|
||||
"Xk" = (
|
||||
@@ -11325,13 +11324,9 @@
|
||||
/turf/open/misc/asteroid/snow,
|
||||
/area/awaymission/snowdin/outside)
|
||||
"Yg" = (
|
||||
/obj/machinery/light/small/directional/north,
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_y = 32;
|
||||
dir = 1
|
||||
},
|
||||
/turf/open/floor/plating/snowed/cavern,
|
||||
/area/awaymission/snowdin/cave/cavern)
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/misc/asteroid/snow,
|
||||
/area/awaymission/snowdin/outside)
|
||||
"Yh" = (
|
||||
/obj/machinery/power/apc/auto_name/directional/north,
|
||||
/obj/structure/cable,
|
||||
@@ -20209,9 +20204,9 @@ Zy
|
||||
Zy
|
||||
Zy
|
||||
vL
|
||||
vR
|
||||
vL
|
||||
vX
|
||||
vR
|
||||
vL
|
||||
vL
|
||||
Zy
|
||||
Zy
|
||||
@@ -20271,7 +20266,7 @@ Zy
|
||||
Zy
|
||||
YE
|
||||
vO
|
||||
TI
|
||||
Va
|
||||
Zy
|
||||
Zy
|
||||
Zy
|
||||
@@ -21237,9 +21232,9 @@ Zy
|
||||
Zy
|
||||
Zy
|
||||
vL
|
||||
vR
|
||||
vL
|
||||
vX
|
||||
vR
|
||||
vL
|
||||
vL
|
||||
Zy
|
||||
Zy
|
||||
@@ -21782,8 +21777,8 @@ Zy
|
||||
Zy
|
||||
Zy
|
||||
Zy
|
||||
Va
|
||||
Tr
|
||||
SS
|
||||
Vy
|
||||
YT
|
||||
YT
|
||||
YT
|
||||
@@ -21813,7 +21808,7 @@ Zy
|
||||
YE
|
||||
Zy
|
||||
vO
|
||||
Qj
|
||||
EW
|
||||
Zy
|
||||
Zy
|
||||
Zy
|
||||
@@ -21959,8 +21954,8 @@ dX
|
||||
dX
|
||||
Zy
|
||||
Zy
|
||||
EW
|
||||
Zy
|
||||
SS
|
||||
Yg
|
||||
Zy
|
||||
Zy
|
||||
Cu
|
||||
@@ -22641,8 +22636,8 @@ Zy
|
||||
Zy
|
||||
Zy
|
||||
Zy
|
||||
Va
|
||||
Zy
|
||||
SS
|
||||
Yg
|
||||
Zy
|
||||
Zy
|
||||
Zy
|
||||
@@ -23324,8 +23319,8 @@ YE
|
||||
Zy
|
||||
Zy
|
||||
Zy
|
||||
Va
|
||||
Zy
|
||||
SS
|
||||
Yg
|
||||
Zy
|
||||
Zy
|
||||
Qj
|
||||
@@ -23501,8 +23496,8 @@ Cu
|
||||
Zy
|
||||
Zy
|
||||
dX
|
||||
EW
|
||||
Zy
|
||||
SS
|
||||
Yg
|
||||
Zy
|
||||
Zy
|
||||
Zy
|
||||
@@ -24183,8 +24178,8 @@ Zy
|
||||
Zy
|
||||
Wp
|
||||
Zy
|
||||
Va
|
||||
ZX
|
||||
SS
|
||||
vR
|
||||
Zy
|
||||
Zy
|
||||
Zy
|
||||
@@ -35557,8 +35552,8 @@ ai
|
||||
ai
|
||||
ai
|
||||
Zy
|
||||
EW
|
||||
Zy
|
||||
SS
|
||||
Yg
|
||||
Zy
|
||||
Zy
|
||||
Zy
|
||||
@@ -35828,8 +35823,8 @@ Zy
|
||||
dX
|
||||
dX
|
||||
Zy
|
||||
EW
|
||||
Zy
|
||||
SS
|
||||
Yg
|
||||
Zy
|
||||
Zy
|
||||
Zy
|
||||
@@ -37356,8 +37351,8 @@ ai
|
||||
ai
|
||||
ai
|
||||
Zy
|
||||
EW
|
||||
Zy
|
||||
SS
|
||||
Yg
|
||||
Zy
|
||||
Zy
|
||||
Zy
|
||||
@@ -37370,8 +37365,8 @@ Zy
|
||||
ZK
|
||||
Zy
|
||||
Zy
|
||||
EW
|
||||
Zy
|
||||
SS
|
||||
Yg
|
||||
Zy
|
||||
Zy
|
||||
Zy
|
||||
@@ -59400,7 +59395,7 @@ WN
|
||||
WN
|
||||
WN
|
||||
WN
|
||||
Vy
|
||||
WN
|
||||
Gk
|
||||
GI
|
||||
Hc
|
||||
@@ -61456,7 +61451,7 @@ WN
|
||||
WN
|
||||
Nz
|
||||
WN
|
||||
Vy
|
||||
WN
|
||||
Gk
|
||||
HR
|
||||
Hi
|
||||
@@ -62913,7 +62908,7 @@ wD
|
||||
wE
|
||||
wD
|
||||
xW
|
||||
Yg
|
||||
VO
|
||||
qi
|
||||
qi
|
||||
At
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -2822,10 +2822,7 @@
|
||||
/turf/open/floor/plating,
|
||||
/area/mine/eva/lower)
|
||||
"aNE" = (
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_x = 32;
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/east,
|
||||
/turf/open/floor/iron,
|
||||
/area/station/hallway/primary/central)
|
||||
"aOb" = (
|
||||
@@ -8251,14 +8248,11 @@
|
||||
/turf/open/floor/wood/large,
|
||||
/area/mine/eva/lower)
|
||||
"chP" = (
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_x = -32;
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/marker_beacon/burgundy,
|
||||
/obj/effect/turf_decal/weather/snow/corner{
|
||||
dir = 5
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/west,
|
||||
/turf/open/floor/plating/snowed/icemoon,
|
||||
/area/icemoon/surface/outdoors/nospawn)
|
||||
"chQ" = (
|
||||
@@ -9610,9 +9604,6 @@
|
||||
dir = 4
|
||||
},
|
||||
/obj/machinery/light/directional/east,
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_x = 32
|
||||
},
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/station/ai/upload/chamber)
|
||||
"cBY" = (
|
||||
@@ -12032,12 +12023,9 @@
|
||||
/turf/open/floor/plating,
|
||||
/area/station/maintenance/starboard/fore)
|
||||
"dky" = (
|
||||
/obj/effect/turf_decal/tile/red{
|
||||
dir = 8
|
||||
},
|
||||
/obj/machinery/airalarm/directional/south,
|
||||
/turf/open/floor/iron,
|
||||
/area/station/hallway/primary/fore)
|
||||
/obj/structure/sign/nanotrasen/directional/east,
|
||||
/turf/open/openspace/icemoon/keep_below,
|
||||
/area/icemoon/underground/explored)
|
||||
"dkK" = (
|
||||
/obj/structure/railing/corner,
|
||||
/obj/effect/turf_decal/stripes/line,
|
||||
@@ -12333,6 +12321,7 @@
|
||||
/obj/machinery/light/directional/south,
|
||||
/obj/effect/spawner/random/vending/colavend,
|
||||
/obj/effect/turf_decal/tile/neutral/fourcorners,
|
||||
/obj/structure/sign/nanotrasen/directional/south,
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/station/hallway/secondary/entry)
|
||||
"dpq" = (
|
||||
@@ -13889,10 +13878,7 @@
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/station/medical/morgue)
|
||||
"dMn" = (
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_y = 32;
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/floor/plating/snowed/smoothed/icemoon,
|
||||
/area/icemoon/underground/unexplored/rivers/deep/shoreline)
|
||||
"dMo" = (
|
||||
@@ -17012,10 +16998,7 @@
|
||||
/turf/open/floor/wood,
|
||||
/area/station/service/library)
|
||||
"eIv" = (
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_y = 32;
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/floor/plating/snowed/icemoon,
|
||||
/area/icemoon/underground/explored)
|
||||
"eIC" = (
|
||||
@@ -19268,10 +19251,6 @@
|
||||
/obj/machinery/camera/directional/north{
|
||||
c_tag = "Starboard Primary Hallway West"
|
||||
},
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_y = 32;
|
||||
dir = 1
|
||||
},
|
||||
/turf/open/floor/iron,
|
||||
/area/station/hallway/primary/starboard)
|
||||
"fqW" = (
|
||||
@@ -19494,11 +19473,8 @@
|
||||
/turf/open/floor/iron,
|
||||
/area/station/maintenance/starboard/aft)
|
||||
"ftY" = (
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_y = 32;
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/flora/grass/both/style_random,
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/misc/asteroid/snow/icemoon,
|
||||
/area/icemoon/surface/outdoors/nospawn)
|
||||
"fuc" = (
|
||||
@@ -20992,9 +20968,7 @@
|
||||
dir = 1
|
||||
},
|
||||
/obj/effect/mapping_helpers/burnt_floor,
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_y = -32
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/south,
|
||||
/turf/open/floor/plating,
|
||||
/area/station/maintenance/port/lesser)
|
||||
"fSm" = (
|
||||
@@ -22044,6 +22018,7 @@
|
||||
/obj/effect/turf_decal/tile/neutral{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/east,
|
||||
/turf/open/floor/iron,
|
||||
/area/station/hallway/primary/starboard)
|
||||
"ghl" = (
|
||||
@@ -22533,10 +22508,7 @@
|
||||
/obj/effect/decal/cleanable/blood/tracks{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_y = 32;
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/misc/asteroid/snow/icemoon,
|
||||
/area/icemoon/underground/explored)
|
||||
"goa" = (
|
||||
@@ -25512,13 +25484,10 @@
|
||||
/area/station/security/brig/entrance)
|
||||
"hho" = (
|
||||
/obj/machinery/vending/cigarette,
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_x = -32;
|
||||
dir = 8
|
||||
},
|
||||
/obj/effect/turf_decal/siding/wood{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/west,
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/station/command/heads_quarters/captain)
|
||||
"hhr" = (
|
||||
@@ -29124,11 +29093,8 @@
|
||||
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
|
||||
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
|
||||
/obj/structure/cable,
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_y = 32;
|
||||
dir = 1
|
||||
},
|
||||
/obj/machinery/light/cold/directional/north,
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/floor/iron/dark/textured,
|
||||
/area/station/engineering/storage/tech)
|
||||
"ihu" = (
|
||||
@@ -31636,10 +31602,7 @@
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/cable,
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_y = 32;
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/floor/iron/cafeteria{
|
||||
dir = 8
|
||||
},
|
||||
@@ -33482,10 +33445,7 @@
|
||||
/area/station/security/brig/upper)
|
||||
"jwz" = (
|
||||
/obj/structure/flora/rock/icy/style_random,
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_y = 32;
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/misc/asteroid/snow/icemoon,
|
||||
/area/icemoon/underground/explored)
|
||||
"jwF" = (
|
||||
@@ -34928,9 +34888,6 @@
|
||||
/obj/item/ai_module/supplied/freeform,
|
||||
/obj/effect/turf_decal/tile/dark_green,
|
||||
/obj/machinery/light/directional/west,
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_x = -32
|
||||
},
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/station/ai/upload/chamber)
|
||||
"jRi" = (
|
||||
@@ -37694,10 +37651,7 @@
|
||||
/obj/structure/disposalpipe/trunk{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_y = 32;
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/floor/iron,
|
||||
/area/station/command/heads_quarters/hop)
|
||||
"kGc" = (
|
||||
@@ -40848,9 +40802,7 @@
|
||||
/obj/machinery/computer/gateway_control,
|
||||
/obj/effect/turf_decal/bot_white,
|
||||
/obj/effect/turf_decal/tile/blue/opposingcorners,
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_y = 32
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/station/command/gateway)
|
||||
"lyG" = (
|
||||
@@ -41171,13 +41123,10 @@
|
||||
/area/station/engineering/lobby)
|
||||
"lCI" = (
|
||||
/obj/effect/spawner/random/vending/snackvend,
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_x = 32;
|
||||
dir = 4
|
||||
},
|
||||
/obj/effect/turf_decal/siding/wood{
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/east,
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/station/command/meeting_room)
|
||||
"lCV" = (
|
||||
@@ -43648,10 +43597,6 @@
|
||||
/obj/structure/disposalpipe/segment{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_y = 32;
|
||||
dir = 1
|
||||
},
|
||||
/turf/open/floor/catwalk_floor/iron_smooth,
|
||||
/area/station/maintenance/port/greater)
|
||||
"mqd" = (
|
||||
@@ -45797,10 +45742,7 @@
|
||||
"mYA" = (
|
||||
/obj/effect/turf_decal/tile/neutral/fourcorners,
|
||||
/obj/item/kirbyplants/random,
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_y = 32;
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/station/hallway/secondary/entry)
|
||||
"mYG" = (
|
||||
@@ -46014,10 +45956,7 @@
|
||||
"nbz" = (
|
||||
/obj/structure/chair/wood,
|
||||
/obj/effect/mapping_helpers/no_atoms_ontop,
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_y = 32;
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/misc/asteroid/snow/icemoon,
|
||||
/area/icemoon/underground/explored)
|
||||
"nbB" = (
|
||||
@@ -46121,7 +46060,6 @@
|
||||
/obj/effect/turf_decal/tile/neutral{
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/sign/poster/official/safety_internals/directional/north,
|
||||
/turf/open/floor/iron/dark/smooth_edge{
|
||||
dir = 4
|
||||
},
|
||||
@@ -47544,10 +47482,7 @@
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/station/service/hydroponics)
|
||||
"nwD" = (
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_y = 32;
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/floor/plating/snowed/smoothed/icemoon,
|
||||
/area/icemoon/surface/outdoors/less_spawns)
|
||||
"nwF" = (
|
||||
@@ -47582,6 +47517,7 @@
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/east,
|
||||
/turf/open/floor/plating,
|
||||
/area/station/commons/storage/mining)
|
||||
"nxm" = (
|
||||
@@ -48685,10 +48621,7 @@
|
||||
/turf/open/openspace,
|
||||
/area/station/science/research)
|
||||
"nLB" = (
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_y = 32;
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/floor/plating/snowed/smoothed/icemoon,
|
||||
/area/icemoon/underground/explored)
|
||||
"nLD" = (
|
||||
@@ -49402,10 +49335,7 @@
|
||||
/area/station/security/checkpoint/medical)
|
||||
"nTX" = (
|
||||
/obj/structure/flora/grass/both/style_random,
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_y = 32;
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/misc/asteroid/snow/icemoon,
|
||||
/area/icemoon/surface/outdoors/less_spawns)
|
||||
"nUg" = (
|
||||
@@ -50559,11 +50489,8 @@
|
||||
/turf/open/floor/wood,
|
||||
/area/station/maintenance/aft/greater)
|
||||
"olQ" = (
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_y = 32;
|
||||
dir = 1
|
||||
},
|
||||
/obj/machinery/light/dim/directional/north,
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/floor/circuit,
|
||||
/area/station/command/vault)
|
||||
"olR" = (
|
||||
@@ -51050,9 +50977,6 @@
|
||||
},
|
||||
/area/station/medical/chem_storage)
|
||||
"orG" = (
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_y = 32
|
||||
},
|
||||
/obj/structure/table,
|
||||
/obj/item/assembly/igniter{
|
||||
pixel_y = 4;
|
||||
@@ -51066,6 +50990,7 @@
|
||||
/obj/effect/turf_decal/siding/dark_blue/corner{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/station/engineering/storage/tech)
|
||||
"orK" = (
|
||||
@@ -58134,14 +58059,6 @@
|
||||
/obj/structure/cable,
|
||||
/turf/open/floor/plating,
|
||||
/area/station/maintenance/department/medical/morgue)
|
||||
"qmN" = (
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_y = 32;
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/flora/grass/both/style_random,
|
||||
/turf/open/misc/asteroid/snow/icemoon,
|
||||
/area/icemoon/surface/outdoors/less_spawns)
|
||||
"qmU" = (
|
||||
/obj/machinery/duct,
|
||||
/obj/structure/cable,
|
||||
@@ -58380,13 +58297,10 @@
|
||||
/turf/open/floor/wood,
|
||||
/area/station/command/meeting_room)
|
||||
"qpU" = (
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_x = -32;
|
||||
dir = 8
|
||||
},
|
||||
/obj/effect/turf_decal/tile/brown/half/contrasted{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/west,
|
||||
/turf/open/floor/iron,
|
||||
/area/station/commons/storage/mining)
|
||||
"qpZ" = (
|
||||
@@ -59685,10 +59599,7 @@
|
||||
/turf/open/floor/plating,
|
||||
/area/station/hallway/secondary/exit/departure_lounge)
|
||||
"qKs" = (
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_y = 32;
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/openspace/icemoon/keep_below,
|
||||
/area/icemoon/underground/explored)
|
||||
"qKt" = (
|
||||
@@ -61567,10 +61478,7 @@
|
||||
/obj/machinery/camera/directional/north{
|
||||
c_tag = "Arrivals Emergency EVA"
|
||||
},
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_y = 32;
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/floor/iron/dark/textured,
|
||||
/area/station/hallway/secondary/entry)
|
||||
"rkl" = (
|
||||
@@ -63319,10 +63227,7 @@
|
||||
/turf/open/floor/plating,
|
||||
/area/station/maintenance/port/aft)
|
||||
"rLl" = (
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_y = 32;
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/floor/iron,
|
||||
/area/station/hallway/primary/central)
|
||||
"rLo" = (
|
||||
@@ -63460,10 +63365,7 @@
|
||||
/area/mine/living_quarters)
|
||||
"rNn" = (
|
||||
/obj/structure/flora/grass/brown/style_random,
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_y = 32;
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/misc/asteroid/snow/icemoon,
|
||||
/area/icemoon/surface/outdoors/nospawn)
|
||||
"rNz" = (
|
||||
@@ -64469,10 +64371,7 @@
|
||||
/turf/open/floor/iron,
|
||||
/area/station/command/heads_quarters/hop)
|
||||
"sby" = (
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_y = 32;
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/misc/asteroid/snow/icemoon,
|
||||
/area/icemoon/surface/outdoors/less_spawns)
|
||||
"sbD" = (
|
||||
@@ -64716,9 +64615,7 @@
|
||||
/obj/effect/turf_decal/tile/neutral/half/contrasted{
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_y = 32
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/floor/iron/dark/smooth_edge,
|
||||
/area/station/command/eva)
|
||||
"seR" = (
|
||||
@@ -67164,11 +67061,8 @@
|
||||
/turf/open/floor/iron,
|
||||
/area/station/engineering/atmos)
|
||||
"sNA" = (
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_x = 32;
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/marker_beacon/burgundy,
|
||||
/obj/structure/sign/nanotrasen/directional/east,
|
||||
/turf/open/floor/plating/snowed/icemoon,
|
||||
/area/icemoon/surface/outdoors/less_spawns)
|
||||
"sNF" = (
|
||||
@@ -67782,12 +67676,9 @@
|
||||
/turf/open/floor/iron/textured_half,
|
||||
/area/mine/production)
|
||||
"sWD" = (
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_y = 32;
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/marker_beacon/jade,
|
||||
/obj/effect/mapping_helpers/no_atoms_ontop,
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/floor/plating/snowed/smoothed/icemoon,
|
||||
/area/icemoon/underground/explored)
|
||||
"sWN" = (
|
||||
@@ -68125,12 +68016,10 @@
|
||||
pixel_y = 1;
|
||||
pixel_x = 3
|
||||
},
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_y = 32
|
||||
},
|
||||
/obj/effect/turf_decal/siding/dark_blue/corner{
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/station/engineering/storage/tech)
|
||||
"tcD" = (
|
||||
@@ -68992,13 +68881,6 @@
|
||||
/obj/effect/mapping_helpers/broken_floor,
|
||||
/turf/open/floor/wood,
|
||||
/area/station/maintenance/fore)
|
||||
"tnY" = (
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_x = -32;
|
||||
dir = 8
|
||||
},
|
||||
/turf/open/misc/asteroid/snow/icemoon,
|
||||
/area/icemoon/underground/explored)
|
||||
"toi" = (
|
||||
/obj/machinery/computer/security/telescreen/entertainment/directional/east,
|
||||
/obj/machinery/status_display/evac/directional/south,
|
||||
@@ -69086,9 +68968,6 @@
|
||||
/turf/closed/wall,
|
||||
/area/station/security/execution/education)
|
||||
"tpN" = (
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_x = 32
|
||||
},
|
||||
/obj/effect/turf_decal/siding/wood{
|
||||
dir = 8
|
||||
},
|
||||
@@ -69099,6 +68978,7 @@
|
||||
/obj/item/camera{
|
||||
pixel_x = -4
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/east,
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/station/command/heads_quarters/captain)
|
||||
"tpO" = (
|
||||
@@ -72168,10 +72048,6 @@
|
||||
/obj/effect/turf_decal/tile/neutral/half/contrasted{
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_y = 32;
|
||||
dir = 1
|
||||
},
|
||||
/turf/open/floor/iron/dark/smooth_edge,
|
||||
/area/station/command/eva)
|
||||
"ukN" = (
|
||||
@@ -75335,10 +75211,7 @@
|
||||
/obj/effect/turf_decal/tile/red/anticorner/contrasted{
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_y = 32;
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/floor/iron,
|
||||
/area/station/command/bridge)
|
||||
"viH" = (
|
||||
@@ -78044,6 +77917,7 @@
|
||||
"vYw" = (
|
||||
/obj/machinery/light/small/directional/south,
|
||||
/obj/structure/sign/warning/cold_temp/directional/north,
|
||||
/obj/structure/sign/nanotrasen/directional/south,
|
||||
/turf/open/floor/plating,
|
||||
/area/station/hallway/secondary/exit/departure_lounge)
|
||||
"vYz" = (
|
||||
@@ -78782,10 +78656,7 @@
|
||||
/turf/open/floor/plating,
|
||||
/area/station/engineering/engine_smes)
|
||||
"wkB" = (
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_y = 32;
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/misc/asteroid/snow/icemoon,
|
||||
/area/icemoon/underground/explored)
|
||||
"wkO" = (
|
||||
@@ -81988,10 +81859,7 @@
|
||||
/turf/open/floor/engine,
|
||||
/area/station/engineering/atmos/hfr_room)
|
||||
"xgm" = (
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_y = 32;
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/misc/asteroid/snow/icemoon,
|
||||
/area/icemoon/surface/outdoors/nospawn)
|
||||
"xgy" = (
|
||||
@@ -82245,10 +82113,7 @@
|
||||
/turf/open/floor/iron/large,
|
||||
/area/station/medical/medbay/lobby)
|
||||
"xjB" = (
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_x = 32;
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/east,
|
||||
/turf/open/floor/plating/snowed/smoothed/icemoon,
|
||||
/area/icemoon/underground/explored)
|
||||
"xjC" = (
|
||||
@@ -84458,13 +84323,6 @@
|
||||
},
|
||||
/turf/open/floor/iron/white,
|
||||
/area/station/medical/medbay/aft)
|
||||
"xPF" = (
|
||||
/obj/structure/fence{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/sign/nanotrasen,
|
||||
/turf/open/floor/plating/snowed/icemoon,
|
||||
/area/icemoon/surface/outdoors/nospawn)
|
||||
"xPI" = (
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
dir = 5
|
||||
@@ -85475,10 +85333,7 @@
|
||||
"ydk" = (
|
||||
/obj/machinery/computer/security/mining,
|
||||
/obj/effect/turf_decal/tile/brown/anticorner/contrasted,
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_y = 32;
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/floor/iron,
|
||||
/area/station/command/bridge)
|
||||
"ydt" = (
|
||||
@@ -179588,7 +179443,7 @@ gjq
|
||||
jqT
|
||||
scw
|
||||
jqT
|
||||
gjq
|
||||
dky
|
||||
gjq
|
||||
gjq
|
||||
gjq
|
||||
@@ -179846,7 +179701,7 @@ jqT
|
||||
kBb
|
||||
jqT
|
||||
jqT
|
||||
qKs
|
||||
gjq
|
||||
gjq
|
||||
gjq
|
||||
gjq
|
||||
@@ -180632,7 +180487,7 @@ iDt
|
||||
ppY
|
||||
aQm
|
||||
iDt
|
||||
tnY
|
||||
iDt
|
||||
iDt
|
||||
iDt
|
||||
iDt
|
||||
@@ -240953,8 +240808,8 @@ bln
|
||||
ntK
|
||||
bln
|
||||
bln
|
||||
xPF
|
||||
bln
|
||||
jSf
|
||||
xgm
|
||||
bln
|
||||
bln
|
||||
lSu
|
||||
@@ -243551,7 +243406,7 @@ bZx
|
||||
bZx
|
||||
gYm
|
||||
krQ
|
||||
dky
|
||||
gYp
|
||||
bWn
|
||||
ylz
|
||||
xMX
|
||||
@@ -248793,7 +248648,7 @@ gMp
|
||||
gMp
|
||||
yhY
|
||||
liV
|
||||
qmN
|
||||
nTX
|
||||
utC
|
||||
utC
|
||||
utC
|
||||
@@ -268756,7 +268611,7 @@ tsP
|
||||
jZM
|
||||
vYw
|
||||
dFt
|
||||
sby
|
||||
utC
|
||||
utC
|
||||
utC
|
||||
dFt
|
||||
@@ -268764,7 +268619,7 @@ tsP
|
||||
jZM
|
||||
vYw
|
||||
dFt
|
||||
sby
|
||||
utC
|
||||
utC
|
||||
utC
|
||||
utC
|
||||
|
||||
@@ -1527,6 +1527,7 @@
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/west,
|
||||
/turf/open/floor/plating,
|
||||
/area/station/maintenance/port/aft)
|
||||
"aDa" = (
|
||||
@@ -1818,6 +1819,7 @@
|
||||
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
|
||||
/obj/effect/turf_decal/stripes/line,
|
||||
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
|
||||
/obj/structure/sign/nanotrasen/directional/west,
|
||||
/turf/open/floor/plating,
|
||||
/area/station/maintenance/aft/greater)
|
||||
"aIm" = (
|
||||
@@ -3349,6 +3351,7 @@
|
||||
"biA" = (
|
||||
/obj/machinery/holopad,
|
||||
/obj/effect/turf_decal/delivery,
|
||||
/obj/structure/sign/nanotrasen/directional/south,
|
||||
/turf/open/floor/iron,
|
||||
/area/station/hallway/secondary/exit/departure_lounge)
|
||||
"biF" = (
|
||||
@@ -18521,10 +18524,6 @@
|
||||
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
|
||||
/turf/open/floor/iron,
|
||||
/area/station/commons/locker)
|
||||
"gvR" = (
|
||||
/obj/structure/sign/nanotrasen,
|
||||
/turf/closed/wall,
|
||||
/area/station/hallway/secondary/exit/departure_lounge)
|
||||
"gvS" = (
|
||||
/obj/machinery/bci_implanter,
|
||||
/obj/machinery/light/small/directional/south,
|
||||
@@ -20525,10 +20524,6 @@
|
||||
/obj/machinery/meter,
|
||||
/turf/open/floor/iron,
|
||||
/area/station/engineering/atmos)
|
||||
"hej" = (
|
||||
/obj/structure/sign/nanotrasen,
|
||||
/turf/closed/wall,
|
||||
/area/station/maintenance/port/aft)
|
||||
"hep" = (
|
||||
/obj/effect/landmark/blobstart,
|
||||
/obj/effect/mapping_helpers/burnt_floor,
|
||||
@@ -38745,9 +38740,10 @@
|
||||
/turf/open/floor/iron,
|
||||
/area/station/hallway/primary/central)
|
||||
"nob" = (
|
||||
/obj/structure/sign/nanotrasen,
|
||||
/turf/closed/wall,
|
||||
/area/station/maintenance/aft/greater)
|
||||
/obj/effect/mapping_helpers/broken_floor,
|
||||
/obj/structure/sign/nanotrasen/directional/west,
|
||||
/turf/open/floor/plating,
|
||||
/area/station/maintenance/port)
|
||||
"noj" = (
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
|
||||
@@ -46584,10 +46580,6 @@
|
||||
/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/hidden/layer4,
|
||||
/turf/open/floor/plating,
|
||||
/area/station/maintenance/solars/starboard/fore)
|
||||
"pZW" = (
|
||||
/obj/structure/sign/nanotrasen,
|
||||
/turf/closed/wall,
|
||||
/area/station/maintenance/port)
|
||||
"qaf" = (
|
||||
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
|
||||
/turf/open/floor/wood/large,
|
||||
@@ -83934,7 +83926,7 @@ pOa
|
||||
pOa
|
||||
pOa
|
||||
emN
|
||||
pZW
|
||||
pOa
|
||||
pOa
|
||||
aaa
|
||||
aaa
|
||||
@@ -84191,7 +84183,7 @@ iCx
|
||||
pOa
|
||||
dlL
|
||||
qgf
|
||||
gDZ
|
||||
nob
|
||||
jUb
|
||||
jUb
|
||||
nBy
|
||||
@@ -85753,7 +85745,7 @@ lMJ
|
||||
lMJ
|
||||
jUb
|
||||
kPQ
|
||||
hej
|
||||
jUb
|
||||
jUb
|
||||
lMJ
|
||||
xjH
|
||||
@@ -89112,7 +89104,7 @@ gmS
|
||||
drm
|
||||
tSw
|
||||
tSw
|
||||
nob
|
||||
tSw
|
||||
tSw
|
||||
gAf
|
||||
sGL
|
||||
@@ -97606,7 +97598,7 @@ iUm
|
||||
aAS
|
||||
kJB
|
||||
biA
|
||||
gvR
|
||||
iUm
|
||||
lAu
|
||||
lMJ
|
||||
aaa
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -877,6 +877,12 @@
|
||||
/obj/effect/turf_decal/tile/neutral/fourcorners,
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/centcom/tdome/observation)
|
||||
"dI" = (
|
||||
/obj/item/kirbyplants/organic/plant21,
|
||||
/obj/effect/turf_decal/tile/neutral/fourcorners,
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/centcom/central_command_areas/courtroom)
|
||||
"dJ" = (
|
||||
/obj/machinery/button/door/indestructible{
|
||||
id = "thunderdomehea";
|
||||
@@ -1019,6 +1025,7 @@
|
||||
"eB" = (
|
||||
/obj/structure/bookcase/random,
|
||||
/obj/effect/turf_decal/tile/neutral/fourcorners,
|
||||
/obj/structure/sign/nanotrasen/directional/west,
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/centcom/central_command_areas/admin)
|
||||
"eD" = (
|
||||
@@ -1673,6 +1680,7 @@
|
||||
"hP" = (
|
||||
/obj/structure/extinguisher_cabinet/directional/west,
|
||||
/obj/effect/turf_decal/tile/neutral/fourcorners,
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/centcom/central_command_areas/courtroom)
|
||||
"hT" = (
|
||||
@@ -1737,8 +1745,11 @@
|
||||
/turf/open/floor/iron,
|
||||
/area/centcom/central_command_areas/prison)
|
||||
"in" = (
|
||||
/obj/structure/sign/nanotrasen,
|
||||
/turf/closed/indestructible/riveted,
|
||||
/obj/effect/turf_decal/tile/green{
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/floor/iron,
|
||||
/area/centcom/central_command_areas/control)
|
||||
"io" = (
|
||||
/turf/closed/indestructible/riveted,
|
||||
@@ -1767,6 +1778,7 @@
|
||||
/obj/item/tank/internals/emergency_oxygen/engi,
|
||||
/obj/item/clothing/mask/gas,
|
||||
/obj/effect/turf_decal/stripes/line,
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/floor/iron,
|
||||
/area/centcom/central_command_areas/prison)
|
||||
"iu" = (
|
||||
@@ -1816,6 +1828,7 @@
|
||||
/obj/item/restraints/handcuffs/cable/zipties,
|
||||
/obj/item/assembly/flash/handheld,
|
||||
/obj/effect/turf_decal/stripes/line,
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/floor/iron,
|
||||
/area/centcom/central_command_areas/prison)
|
||||
"iz" = (
|
||||
@@ -1874,9 +1887,10 @@
|
||||
},
|
||||
/area/centcom/central_command_areas/supply)
|
||||
"iH" = (
|
||||
/obj/structure/sign/nanotrasen,
|
||||
/turf/closed/indestructible/riveted,
|
||||
/area/centcom/central_command_areas/prison)
|
||||
/obj/effect/turf_decal/tile/green,
|
||||
/obj/structure/sign/nanotrasen/directional/south,
|
||||
/turf/open/floor/iron,
|
||||
/area/centcom/central_command_areas/ferry)
|
||||
"iK" = (
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
dir = 5
|
||||
@@ -3354,8 +3368,9 @@
|
||||
/turf/open/floor/iron,
|
||||
/area/centcom/tdome/arena)
|
||||
"pc" = (
|
||||
/obj/structure/sign/nanotrasen,
|
||||
/turf/closed/indestructible/riveted,
|
||||
/obj/effect/turf_decal/tile/neutral/fourcorners,
|
||||
/obj/structure/sign/nanotrasen/directional/west,
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/centcom/central_command_areas/courtroom)
|
||||
"pd" = (
|
||||
/obj/item/clipboard{
|
||||
@@ -3541,6 +3556,7 @@
|
||||
/obj/item/taperecorder,
|
||||
/obj/structure/table/wood,
|
||||
/obj/effect/turf_decal/tile/neutral/fourcorners,
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/centcom/central_command_areas/courtroom)
|
||||
"qd" = (
|
||||
@@ -3739,9 +3755,10 @@
|
||||
/turf/open/floor/iron,
|
||||
/area/centcom/tdome/arena)
|
||||
"qR" = (
|
||||
/obj/structure/sign/nanotrasen,
|
||||
/turf/closed/indestructible/riveted,
|
||||
/area/centcom/central_command_areas/ferry)
|
||||
/obj/effect/turf_decal/tile/red/fourcorners,
|
||||
/obj/structure/sign/nanotrasen/directional/south,
|
||||
/turf/open/floor/iron,
|
||||
/area/centcom/tdome/observation)
|
||||
"qS" = (
|
||||
/obj/machinery/door/airlock/centcom{
|
||||
name = "CentCom Security"
|
||||
@@ -4584,6 +4601,11 @@
|
||||
},
|
||||
/turf/open/floor/iron,
|
||||
/area/centcom/central_command_areas/evacuation)
|
||||
"uB" = (
|
||||
/obj/effect/turf_decal/tile/bar/opposingcorners,
|
||||
/obj/structure/sign/nanotrasen/directional/south,
|
||||
/turf/open/floor/iron,
|
||||
/area/centcom/tdome/observation)
|
||||
"uE" = (
|
||||
/obj/effect/light_emitter/thunderdome,
|
||||
/turf/closed/indestructible/fakeglass,
|
||||
@@ -4981,6 +5003,14 @@
|
||||
/obj/structure/flora/bush/pointy/style_random,
|
||||
/turf/open/floor/grass,
|
||||
/area/centcom/tdome/administration)
|
||||
"wk" = (
|
||||
/obj/machinery/door/firedoor,
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/floor/iron,
|
||||
/area/centcom/central_command_areas/control)
|
||||
"wl" = (
|
||||
/obj/machinery/modular_computer/preset/id/centcom{
|
||||
dir = 1
|
||||
@@ -5683,9 +5713,11 @@
|
||||
/turf/open/floor/iron,
|
||||
/area/centcom/tdome/observation)
|
||||
"zw" = (
|
||||
/obj/structure/sign/nanotrasen,
|
||||
/turf/closed/indestructible/riveted,
|
||||
/area/centcom/tdome/observation)
|
||||
/obj/machinery/door/firedoor,
|
||||
/obj/effect/turf_decal/stripes/line,
|
||||
/obj/structure/sign/nanotrasen/directional/east,
|
||||
/turf/open/floor/iron,
|
||||
/area/centcom/central_command_areas/prison)
|
||||
"zx" = (
|
||||
/obj/machinery/defibrillator_mount/loaded{
|
||||
pixel_y = null
|
||||
@@ -5882,11 +5914,13 @@
|
||||
/obj/effect/turf_decal/tile/green{
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/south,
|
||||
/turf/open/floor/iron,
|
||||
/area/centcom/central_command_areas/control)
|
||||
"Ao" = (
|
||||
/obj/machinery/light/directional/south,
|
||||
/obj/effect/turf_decal/tile/green,
|
||||
/obj/structure/sign/nanotrasen/directional/south,
|
||||
/turf/open/floor/iron,
|
||||
/area/centcom/central_command_areas/control)
|
||||
"Aq" = (
|
||||
@@ -6302,6 +6336,7 @@
|
||||
/obj/item/stamp,
|
||||
/obj/structure/table/wood,
|
||||
/obj/effect/turf_decal/tile/neutral/fourcorners,
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/centcom/central_command_areas/courtroom)
|
||||
"BW" = (
|
||||
@@ -6441,6 +6476,7 @@
|
||||
/obj/effect/turf_decal/tile/green/anticorner/contrasted{
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/floor/iron,
|
||||
/area/centcom/central_command_areas/control)
|
||||
"CJ" = (
|
||||
@@ -6466,6 +6502,7 @@
|
||||
/obj/effect/turf_decal/tile/green/anticorner/contrasted{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/floor/iron,
|
||||
/area/centcom/central_command_areas/control)
|
||||
"CO" = (
|
||||
@@ -6547,8 +6584,10 @@
|
||||
/turf/closed/indestructible/riveted,
|
||||
/area/centcom/ai_multicam_room)
|
||||
"Dj" = (
|
||||
/obj/structure/sign/nanotrasen,
|
||||
/turf/closed/indestructible/riveted,
|
||||
/obj/effect/landmark/prisonwarp,
|
||||
/obj/effect/turf_decal/tile/neutral/fourcorners,
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/indestructible/dark,
|
||||
/area/centcom/central_command_areas/prison/cells)
|
||||
"Dk" = (
|
||||
/obj/structure/cable,
|
||||
@@ -7064,6 +7103,12 @@
|
||||
/obj/effect/light_emitter/thunderdome,
|
||||
/turf/closed/indestructible/fakeglass,
|
||||
/area/centcom/tdome/observation)
|
||||
"Ge" = (
|
||||
/obj/structure/bookcase/random,
|
||||
/obj/effect/turf_decal/tile/neutral/fourcorners,
|
||||
/obj/structure/sign/nanotrasen/directional/south,
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/centcom/central_command_areas/briefing)
|
||||
"Gf" = (
|
||||
/obj/machinery/firealarm/directional/east,
|
||||
/obj/machinery/atmospherics/components/unary/vent_pump{
|
||||
@@ -7231,6 +7276,12 @@
|
||||
/obj/machinery/light/small/directional/east,
|
||||
/turf/open/floor/iron/smooth_edge,
|
||||
/area/centcom/central_command_areas/evacuation/ship)
|
||||
"He" = (
|
||||
/obj/effect/turf_decal/tile/neutral/fourcorners,
|
||||
/obj/machinery/light/floor,
|
||||
/obj/structure/sign/nanotrasen/directional/south,
|
||||
/turf/open/indestructible/dark,
|
||||
/area/centcom/central_command_areas/prison/cells)
|
||||
"Hi" = (
|
||||
/obj/effect/turf_decal/tile/green,
|
||||
/obj/machinery/light/directional/south,
|
||||
@@ -7241,6 +7292,7 @@
|
||||
/obj/effect/turf_decal/tile/green/anticorner/contrasted{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/floor/iron,
|
||||
/area/centcom/tdome/observation)
|
||||
"Hl" = (
|
||||
@@ -7363,6 +7415,14 @@
|
||||
/obj/structure/closet/secure_closet/quartermaster,
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/centcom/central_command_areas/supply)
|
||||
"HW" = (
|
||||
/obj/structure/chair/comfy/brown{
|
||||
dir = 1
|
||||
},
|
||||
/obj/effect/turf_decal/tile/neutral/fourcorners,
|
||||
/obj/structure/sign/nanotrasen/directional/south,
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/centcom/central_command_areas/courtroom)
|
||||
"HY" = (
|
||||
/obj/machinery/button/door/indestructible{
|
||||
id = "CCsec3";
|
||||
@@ -8110,6 +8170,7 @@
|
||||
/obj/structure/bed,
|
||||
/obj/item/bedsheet/black,
|
||||
/obj/effect/turf_decal/tile/neutral/fourcorners,
|
||||
/obj/structure/sign/nanotrasen/directional/south,
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/centcom/central_command_areas/admin)
|
||||
"Mp" = (
|
||||
@@ -8222,6 +8283,7 @@
|
||||
"ML" = (
|
||||
/obj/machinery/vending/cigarette,
|
||||
/obj/effect/turf_decal/tile/neutral/fourcorners,
|
||||
/obj/structure/sign/nanotrasen/directional/south,
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/centcom/central_command_areas/courtroom)
|
||||
"MM" = (
|
||||
@@ -8261,9 +8323,12 @@
|
||||
/turf/open/floor/iron/smooth_edge,
|
||||
/area/centcom/central_command_areas/evacuation/ship)
|
||||
"MY" = (
|
||||
/obj/structure/sign/nanotrasen,
|
||||
/turf/closed/indestructible/riveted,
|
||||
/area/centcom/central_command_areas/briefing)
|
||||
/obj/effect/turf_decal/tile/green{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/floor/iron,
|
||||
/area/centcom/central_command_areas/control)
|
||||
"Ne" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/reagent_containers/cup/glass/trophy/gold_cup,
|
||||
@@ -8874,9 +8939,11 @@
|
||||
/turf/closed/indestructible/riveted,
|
||||
/area/centcom/central_command_areas/ferry)
|
||||
"PF" = (
|
||||
/obj/structure/sign/nanotrasen,
|
||||
/turf/closed/indestructible/riveted,
|
||||
/area/centcom/central_command_areas/admin)
|
||||
/obj/machinery/door/firedoor,
|
||||
/obj/effect/turf_decal/stripes/line,
|
||||
/obj/structure/sign/nanotrasen/directional/west,
|
||||
/turf/open/floor/iron,
|
||||
/area/centcom/central_command_areas/prison)
|
||||
"PG" = (
|
||||
/obj/effect/turf_decal/tile/dark_blue/fourcorners,
|
||||
/obj/effect/turf_decal/tile/dark_blue/fourcorners,
|
||||
@@ -9200,6 +9267,7 @@
|
||||
"Rd" = (
|
||||
/obj/structure/bookcase/random,
|
||||
/obj/effect/turf_decal/tile/neutral/fourcorners,
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/centcom/central_command_areas/briefing)
|
||||
"Rf" = (
|
||||
@@ -9503,9 +9571,13 @@
|
||||
/turf/open/floor/iron,
|
||||
/area/centcom/central_command_areas/supplypod)
|
||||
"Sx" = (
|
||||
/obj/structure/sign/nanotrasen,
|
||||
/turf/closed/indestructible/riveted,
|
||||
/area/centcom/central_command_areas/admin/storage)
|
||||
/obj/structure/chair{
|
||||
dir = 1
|
||||
},
|
||||
/obj/effect/turf_decal/tile/green/half/contrasted,
|
||||
/obj/structure/sign/nanotrasen/directional/south,
|
||||
/turf/open/floor/iron,
|
||||
/area/centcom/central_command_areas/fore)
|
||||
"Sy" = (
|
||||
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden{
|
||||
dir = 8
|
||||
@@ -9529,6 +9601,13 @@
|
||||
/obj/structure/window/reinforced/survival_pod/spawner/directional/west,
|
||||
/turf/open/floor/iron/smooth_large,
|
||||
/area/centcom/central_command_areas/evacuation/ship)
|
||||
"SD" = (
|
||||
/obj/item/kirbyplants/organic/plant21,
|
||||
/obj/machinery/firealarm/directional/south,
|
||||
/obj/effect/turf_decal/tile/neutral/fourcorners,
|
||||
/obj/structure/sign/nanotrasen/directional/west,
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/centcom/central_command_areas/courtroom)
|
||||
"SE" = (
|
||||
/obj/effect/turf_decal/delivery,
|
||||
/obj/effect/light_emitter/podbay,
|
||||
@@ -9641,6 +9720,7 @@
|
||||
"Th" = (
|
||||
/obj/structure/filingcabinet/white,
|
||||
/obj/effect/turf_decal/tile/neutral/fourcorners,
|
||||
/obj/structure/sign/nanotrasen/directional/south,
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/centcom/central_command_areas/supply)
|
||||
"Tj" = (
|
||||
@@ -10353,6 +10433,7 @@
|
||||
/obj/effect/turf_decal/tile/green{
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/floor/iron,
|
||||
/area/centcom/tdome/observation)
|
||||
"WM" = (
|
||||
@@ -10443,6 +10524,7 @@
|
||||
"Xc" = (
|
||||
/obj/structure/noticeboard/directional/east,
|
||||
/obj/effect/turf_decal/tile/neutral/fourcorners,
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/centcom/central_command_areas/courtroom)
|
||||
"Xd" = (
|
||||
@@ -10570,6 +10652,11 @@
|
||||
/obj/machinery/status_display/evac/directional/east,
|
||||
/turf/open/floor/iron/grimy,
|
||||
/area/centcom/central_command_areas/courtroom)
|
||||
"XG" = (
|
||||
/obj/effect/turf_decal/tile/neutral/fourcorners,
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/centcom/tdome/observation)
|
||||
"XJ" = (
|
||||
/obj/structure/flora/bush/lavendergrass/style_random,
|
||||
/obj/structure/flora/bush/sparsegrass/style_random,
|
||||
@@ -10790,9 +10877,10 @@
|
||||
/turf/open/floor/iron/white,
|
||||
/area/centcom/central_command_areas/control)
|
||||
"Za" = (
|
||||
/obj/structure/sign/nanotrasen,
|
||||
/turf/closed/indestructible/riveted,
|
||||
/area/centcom/central_command_areas/fore)
|
||||
/obj/effect/turf_decal/tile/neutral/fourcorners,
|
||||
/obj/structure/sign/nanotrasen/directional/south,
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/centcom/tdome/observation)
|
||||
"Ze" = (
|
||||
/obj/effect/turf_decal/tile/red,
|
||||
/turf/open/floor/iron,
|
||||
@@ -47933,20 +48021,20 @@ On
|
||||
On
|
||||
On
|
||||
On
|
||||
PF
|
||||
On
|
||||
PE
|
||||
ww
|
||||
Fh
|
||||
wz
|
||||
qR
|
||||
mD
|
||||
Rd
|
||||
eF
|
||||
hx
|
||||
TE
|
||||
az
|
||||
eF
|
||||
Rd
|
||||
MY
|
||||
Ge
|
||||
gO
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
@@ -49993,8 +50081,8 @@ On
|
||||
mD
|
||||
su
|
||||
fw
|
||||
ts
|
||||
qR
|
||||
iH
|
||||
mD
|
||||
Mp
|
||||
Pd
|
||||
RH
|
||||
@@ -50498,7 +50586,7 @@ EJ
|
||||
QV
|
||||
QV
|
||||
Mo
|
||||
Sx
|
||||
YU
|
||||
Gs
|
||||
Ow
|
||||
aD
|
||||
@@ -51526,7 +51614,7 @@ mi
|
||||
pj
|
||||
nm
|
||||
Th
|
||||
Sx
|
||||
YU
|
||||
Nn
|
||||
yi
|
||||
cL
|
||||
@@ -51535,8 +51623,8 @@ vb
|
||||
oe
|
||||
su
|
||||
xk
|
||||
ts
|
||||
qR
|
||||
iH
|
||||
mD
|
||||
Vg
|
||||
bH
|
||||
bH
|
||||
@@ -52328,8 +52416,8 @@ bz
|
||||
QC
|
||||
Zj
|
||||
bi
|
||||
eI
|
||||
zw
|
||||
qR
|
||||
QC
|
||||
Id
|
||||
Bs
|
||||
vW
|
||||
@@ -53336,8 +53424,8 @@ wC
|
||||
iu
|
||||
iu
|
||||
iu
|
||||
in
|
||||
tL
|
||||
io
|
||||
wk
|
||||
tL
|
||||
io
|
||||
iu
|
||||
@@ -53604,7 +53692,7 @@ iu
|
||||
Dt
|
||||
DH
|
||||
iu
|
||||
in
|
||||
io
|
||||
Sl
|
||||
RW
|
||||
Sl
|
||||
@@ -53838,11 +53926,11 @@ Ox
|
||||
Ox
|
||||
Ox
|
||||
Ox
|
||||
qs
|
||||
Za
|
||||
Sx
|
||||
Vx
|
||||
Za
|
||||
tK
|
||||
Vx
|
||||
Vx
|
||||
in
|
||||
gL
|
||||
io
|
||||
HY
|
||||
@@ -53853,9 +53941,9 @@ hc
|
||||
iu
|
||||
Ab
|
||||
An
|
||||
in
|
||||
io
|
||||
in
|
||||
io
|
||||
io
|
||||
CI
|
||||
CY
|
||||
wH
|
||||
@@ -54127,8 +54215,8 @@ aB
|
||||
DF
|
||||
BW
|
||||
BW
|
||||
BW
|
||||
zw
|
||||
Za
|
||||
QC
|
||||
yY
|
||||
Kd
|
||||
yY
|
||||
@@ -54638,8 +54726,8 @@ Mu
|
||||
Mu
|
||||
Mu
|
||||
aB
|
||||
zw
|
||||
BW
|
||||
QC
|
||||
XG
|
||||
BW
|
||||
BW
|
||||
QC
|
||||
@@ -54866,11 +54954,11 @@ Ox
|
||||
Ox
|
||||
Ox
|
||||
Ox
|
||||
qs
|
||||
Za
|
||||
Sx
|
||||
Vx
|
||||
Za
|
||||
tN
|
||||
Vx
|
||||
Vx
|
||||
MY
|
||||
gL
|
||||
io
|
||||
SQ
|
||||
@@ -54881,9 +54969,9 @@ Oh
|
||||
iu
|
||||
Ab
|
||||
Ao
|
||||
in
|
||||
io
|
||||
in
|
||||
io
|
||||
io
|
||||
CL
|
||||
CZ
|
||||
wH
|
||||
@@ -55146,7 +55234,7 @@ iu
|
||||
Xa
|
||||
DI
|
||||
iu
|
||||
in
|
||||
io
|
||||
Sl
|
||||
RW
|
||||
Sl
|
||||
@@ -55392,8 +55480,8 @@ wC
|
||||
iu
|
||||
iu
|
||||
iu
|
||||
in
|
||||
tL
|
||||
io
|
||||
wk
|
||||
tL
|
||||
io
|
||||
iu
|
||||
@@ -55613,19 +55701,19 @@ aa
|
||||
Jb
|
||||
rs
|
||||
am
|
||||
Jb
|
||||
Dj
|
||||
rs
|
||||
am
|
||||
Jb
|
||||
Dj
|
||||
rs
|
||||
am
|
||||
Jb
|
||||
Dj
|
||||
rs
|
||||
am
|
||||
Dj
|
||||
rs
|
||||
am
|
||||
Jb
|
||||
Dj
|
||||
He
|
||||
Jb
|
||||
rs
|
||||
am
|
||||
Jb
|
||||
@@ -55886,7 +55974,7 @@ YX
|
||||
ir
|
||||
IF
|
||||
Jb
|
||||
iH
|
||||
il
|
||||
il
|
||||
Mz
|
||||
GC
|
||||
@@ -56143,7 +56231,7 @@ iT
|
||||
ls
|
||||
lL
|
||||
Ra
|
||||
kB
|
||||
PF
|
||||
nD
|
||||
iL
|
||||
iT
|
||||
@@ -56381,7 +56469,7 @@ aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
iH
|
||||
il
|
||||
it
|
||||
lL
|
||||
im
|
||||
@@ -56440,8 +56528,8 @@ bz
|
||||
QC
|
||||
dV
|
||||
cS
|
||||
cS
|
||||
zw
|
||||
uB
|
||||
QC
|
||||
Ot
|
||||
Ot
|
||||
di
|
||||
@@ -57923,7 +58011,7 @@ aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
iH
|
||||
il
|
||||
iy
|
||||
lL
|
||||
ip
|
||||
@@ -58199,7 +58287,7 @@ iU
|
||||
lt
|
||||
lL
|
||||
Ra
|
||||
kB
|
||||
zw
|
||||
rg
|
||||
iK
|
||||
iU
|
||||
@@ -58456,7 +58544,7 @@ YX
|
||||
ir
|
||||
IF
|
||||
Jb
|
||||
pc
|
||||
Hv
|
||||
Hv
|
||||
RI
|
||||
ja
|
||||
@@ -58697,19 +58785,19 @@ aa
|
||||
Jb
|
||||
rs
|
||||
am
|
||||
Jb
|
||||
Dj
|
||||
rs
|
||||
am
|
||||
Jb
|
||||
Dj
|
||||
rs
|
||||
am
|
||||
Jb
|
||||
Dj
|
||||
rs
|
||||
am
|
||||
Dj
|
||||
rs
|
||||
am
|
||||
Jb
|
||||
Dj
|
||||
He
|
||||
Jb
|
||||
rs
|
||||
am
|
||||
Jb
|
||||
@@ -58976,8 +59064,8 @@ rM
|
||||
rM
|
||||
rM
|
||||
rM
|
||||
zc
|
||||
pc
|
||||
HW
|
||||
Hv
|
||||
cg
|
||||
PL
|
||||
fm
|
||||
@@ -60001,10 +60089,10 @@ Hv
|
||||
Hv
|
||||
Hv
|
||||
Hv
|
||||
pc
|
||||
Hv
|
||||
ja
|
||||
ja
|
||||
pc
|
||||
Hv
|
||||
Hv
|
||||
qA
|
||||
qy
|
||||
@@ -60251,17 +60339,17 @@ Hv
|
||||
bB
|
||||
ps
|
||||
tQ
|
||||
pc
|
||||
Hv
|
||||
hP
|
||||
lR
|
||||
ml
|
||||
mW
|
||||
rN
|
||||
bP
|
||||
pc
|
||||
ps
|
||||
ps
|
||||
ps
|
||||
aU
|
||||
SD
|
||||
Hv
|
||||
qy
|
||||
qz
|
||||
@@ -61275,7 +61363,7 @@ aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
pc
|
||||
Hv
|
||||
qc
|
||||
rk
|
||||
kE
|
||||
@@ -61789,8 +61877,8 @@ aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
pc
|
||||
bC
|
||||
Hv
|
||||
dI
|
||||
rk
|
||||
kG
|
||||
ld
|
||||
@@ -62061,7 +62149,7 @@ MV
|
||||
mY
|
||||
rM
|
||||
ML
|
||||
pc
|
||||
Hv
|
||||
qz
|
||||
qy
|
||||
cg
|
||||
@@ -62303,7 +62391,7 @@ aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
pc
|
||||
Hv
|
||||
BU
|
||||
rk
|
||||
kE
|
||||
@@ -63335,7 +63423,7 @@ Hv
|
||||
Wp
|
||||
xX
|
||||
QX
|
||||
pc
|
||||
Hv
|
||||
Xc
|
||||
KD
|
||||
rc
|
||||
|
||||
@@ -1926,10 +1926,7 @@
|
||||
/turf/open/floor/iron,
|
||||
/area/station/security/checkpoint/supply)
|
||||
"agK" = (
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_y = 32;
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/misc/asteroid/airless,
|
||||
/area/station/asteroid)
|
||||
"agL" = (
|
||||
@@ -3989,10 +3986,6 @@
|
||||
/turf/open/floor/glass,
|
||||
/area/station/cargo/sorting)
|
||||
"aBq" = (
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_x = -32;
|
||||
dir = 8
|
||||
},
|
||||
/obj/effect/turf_decal/stripes/white/full,
|
||||
/obj/machinery/door/firedoor,
|
||||
/obj/effect/turf_decal/trimline/neutral/filled/line{
|
||||
@@ -24499,6 +24492,16 @@
|
||||
/obj/machinery/firealarm/directional/north,
|
||||
/turf/open/floor/circuit,
|
||||
/area/station/ai/satellite/chamber)
|
||||
"hGc" = (
|
||||
/obj/effect/turf_decal/delivery,
|
||||
/obj/machinery/door/poddoor/preopen{
|
||||
name = "Bridge Blast Door";
|
||||
id = "bunkermodeactivated"
|
||||
},
|
||||
/obj/machinery/door/firedoor,
|
||||
/obj/structure/sign/nanotrasen/directional/south,
|
||||
/turf/open/floor/iron,
|
||||
/area/station/command/bridge)
|
||||
"hGd" = (
|
||||
/obj/effect/turf_decal/trimline/purple/filled/line{
|
||||
dir = 8
|
||||
@@ -30584,14 +30587,12 @@
|
||||
/area/station/engineering/atmos)
|
||||
"jMe" = (
|
||||
/obj/effect/turf_decal/trimline/red/filled/line,
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_y = -32
|
||||
},
|
||||
/obj/machinery/camera/directional/south{
|
||||
network = list("ss13","Security");
|
||||
c_tag = "Civilian - Security Outpost"
|
||||
},
|
||||
/obj/machinery/light/directional/south,
|
||||
/obj/structure/sign/nanotrasen/directional/south,
|
||||
/turf/open/floor/iron,
|
||||
/area/station/security/checkpoint/arrivals)
|
||||
"jMo" = (
|
||||
@@ -49071,10 +49072,7 @@
|
||||
/obj/structure/cable,
|
||||
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
|
||||
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_y = 32;
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/floor/iron,
|
||||
/area/station/hallway/primary/tram/left)
|
||||
"qib" = (
|
||||
@@ -56968,6 +56966,7 @@
|
||||
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
|
||||
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
|
||||
/obj/structure/cable,
|
||||
/obj/structure/sign/nanotrasen/directional/south,
|
||||
/turf/open/floor/iron,
|
||||
/area/station/command/bridge)
|
||||
"sWY" = (
|
||||
@@ -64163,10 +64162,6 @@
|
||||
/turf/open/floor/wood/large,
|
||||
/area/station/service/theater)
|
||||
"vpa" = (
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_x = 32;
|
||||
dir = 4
|
||||
},
|
||||
/obj/effect/turf_decal/stripes/white/full,
|
||||
/obj/machinery/door/firedoor,
|
||||
/obj/effect/turf_decal/trimline/neutral/filled/line{
|
||||
@@ -157407,7 +157402,7 @@ uVo
|
||||
eVC
|
||||
qyZ
|
||||
tfX
|
||||
htr
|
||||
hGc
|
||||
aQO
|
||||
aQO
|
||||
aQO
|
||||
|
||||
@@ -116,9 +116,7 @@
|
||||
"qf" = (
|
||||
/obj/item/kirbyplants/organic/plant21,
|
||||
/obj/effect/turf_decal/tile/neutral/opposingcorners,
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_x = 32
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/east,
|
||||
/turf/open/floor/iron,
|
||||
/area/shuttle/arrival)
|
||||
"qt" = (
|
||||
@@ -466,9 +464,7 @@
|
||||
"Tw" = (
|
||||
/obj/item/kirbyplants/organic/plant21,
|
||||
/obj/effect/turf_decal/tile/neutral/opposingcorners,
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_x = -32
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/west,
|
||||
/turf/open/floor/iron,
|
||||
/area/shuttle/arrival)
|
||||
"TZ" = (
|
||||
|
||||
@@ -201,10 +201,6 @@
|
||||
/obj/structure/window/reinforced/shuttle,
|
||||
/turf/open/floor/grass,
|
||||
/area/shuttle/arrival)
|
||||
"az" = (
|
||||
/obj/structure/sign/nanotrasen,
|
||||
/turf/closed/wall/mineral/titanium,
|
||||
/area/shuttle/arrival)
|
||||
"aC" = (
|
||||
/obj/machinery/computer{
|
||||
dir = 1;
|
||||
@@ -337,6 +333,7 @@
|
||||
/obj/effect/turf_decal/tile/neutral/half/contrasted{
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/west,
|
||||
/turf/open/floor/iron,
|
||||
/area/shuttle/arrival)
|
||||
"DV" = (
|
||||
@@ -357,6 +354,7 @@
|
||||
/obj/effect/turf_decal/tile/neutral/half/contrasted{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/east,
|
||||
/turf/open/floor/iron,
|
||||
/area/shuttle/arrival)
|
||||
"Nn" = (
|
||||
@@ -395,7 +393,7 @@ ah
|
||||
ah
|
||||
ah
|
||||
ah
|
||||
az
|
||||
ag
|
||||
an
|
||||
ag
|
||||
ag
|
||||
@@ -547,7 +545,7 @@ ah
|
||||
ah
|
||||
ah
|
||||
ah
|
||||
az
|
||||
ag
|
||||
an
|
||||
ag
|
||||
ag
|
||||
|
||||
@@ -20,8 +20,12 @@
|
||||
/turf/open/floor/mineral/plastitanium,
|
||||
/area/shuttle/arrival)
|
||||
"ae" = (
|
||||
/obj/structure/sign/nanotrasen,
|
||||
/turf/closed/wall/mineral/titanium,
|
||||
/obj/effect/turf_decal/bot,
|
||||
/obj/structure/chair/comfy/shuttle{
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/south,
|
||||
/turf/open/floor/mineral/plastitanium,
|
||||
/area/shuttle/arrival)
|
||||
"af" = (
|
||||
/obj/effect/spawner/structure/window/reinforced/shuttle,
|
||||
@@ -73,6 +77,7 @@
|
||||
/obj/effect/turf_decal/bot,
|
||||
/obj/structure/chair/comfy/shuttle,
|
||||
/obj/machinery/light/directional/north,
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/floor/mineral/plastitanium,
|
||||
/area/shuttle/arrival)
|
||||
"ak" = (
|
||||
@@ -118,6 +123,7 @@
|
||||
},
|
||||
/obj/structure/chair/comfy/shuttle,
|
||||
/obj/machinery/light/small/directional/west,
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/floor/mineral/plastitanium,
|
||||
/area/shuttle/arrival)
|
||||
"au" = (
|
||||
@@ -203,6 +209,7 @@
|
||||
dir = 1
|
||||
},
|
||||
/obj/machinery/light/small/directional/west,
|
||||
/obj/structure/sign/nanotrasen/directional/south,
|
||||
/turf/open/floor/mineral/plastitanium,
|
||||
/area/shuttle/arrival)
|
||||
"aN" = (
|
||||
@@ -359,13 +366,13 @@ aY
|
||||
lA
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
ae
|
||||
ac
|
||||
aj
|
||||
rV
|
||||
aT
|
||||
aV
|
||||
aN
|
||||
ae
|
||||
ac
|
||||
"}
|
||||
(6,1,1) = {"
|
||||
af
|
||||
@@ -423,11 +430,11 @@ ab
|
||||
"}
|
||||
(12,1,1) = {"
|
||||
ac
|
||||
ae
|
||||
ac
|
||||
at
|
||||
aW
|
||||
aM
|
||||
ae
|
||||
ac
|
||||
ac
|
||||
"}
|
||||
(13,1,1) = {"
|
||||
|
||||
@@ -352,10 +352,10 @@
|
||||
/turf/open/floor/iron,
|
||||
/area/shuttle/escape)
|
||||
"bL" = (
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_x = -32;
|
||||
pixel_y = 32
|
||||
/obj/effect/turf_decal/tile/neutral/half/contrasted{
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/floor/iron,
|
||||
/area/shuttle/escape)
|
||||
"bM" = (
|
||||
@@ -1541,7 +1541,7 @@ bn
|
||||
bn
|
||||
ac
|
||||
ad
|
||||
aZ
|
||||
bL
|
||||
bc
|
||||
bc
|
||||
ba
|
||||
@@ -1585,7 +1585,7 @@ aZ
|
||||
aZ
|
||||
aZ
|
||||
ME
|
||||
bL
|
||||
bc
|
||||
bc
|
||||
bT
|
||||
bW
|
||||
|
||||
@@ -2327,10 +2327,7 @@
|
||||
/turf/open/floor/iron/dark/herringbone,
|
||||
/area/shuttle/escape/brig)
|
||||
"Fq" = (
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_x = 32;
|
||||
pixel_y = 32
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/floor/carpet/red,
|
||||
/area/shuttle/escape)
|
||||
"FC" = (
|
||||
@@ -4348,7 +4345,7 @@ bP
|
||||
bj
|
||||
QI
|
||||
hp
|
||||
Fq
|
||||
La
|
||||
nk
|
||||
gv
|
||||
Ks
|
||||
@@ -4395,7 +4392,7 @@ jt
|
||||
jt
|
||||
jt
|
||||
uV
|
||||
La
|
||||
Fq
|
||||
nk
|
||||
fI
|
||||
uu
|
||||
|
||||
@@ -352,13 +352,10 @@
|
||||
},
|
||||
/turf/open/floor/iron/white,
|
||||
/area/shuttle/escape)
|
||||
"aT" = (
|
||||
/obj/structure/sign/nanotrasen,
|
||||
/turf/closed/wall/mineral/titanium,
|
||||
/area/shuttle/escape)
|
||||
"aU" = (
|
||||
/obj/effect/turf_decal/bot,
|
||||
/obj/machinery/light/directional/west,
|
||||
/obj/structure/sign/nanotrasen/directional/west,
|
||||
/turf/open/floor/iron,
|
||||
/area/shuttle/escape)
|
||||
"aV" = (
|
||||
@@ -408,6 +405,7 @@
|
||||
},
|
||||
/obj/effect/turf_decal/bot,
|
||||
/obj/machinery/light/small/directional/north,
|
||||
/obj/structure/sign/nanotrasen/directional/east,
|
||||
/turf/open/floor/iron,
|
||||
/area/shuttle/escape)
|
||||
"ba" = (
|
||||
@@ -690,6 +688,7 @@
|
||||
/obj/structure/table/reinforced,
|
||||
/obj/item/storage/box/zipties,
|
||||
/obj/item/radio/intercom/directional/south,
|
||||
/obj/structure/sign/nanotrasen/directional/east,
|
||||
/turf/open/floor/mineral/plastitanium/red,
|
||||
/area/shuttle/escape/brig)
|
||||
"bX" = (
|
||||
@@ -718,6 +717,7 @@
|
||||
/obj/effect/turf_decal/tile/red/anticorner/contrasted{
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/west,
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/shuttle/escape)
|
||||
"ci" = (
|
||||
@@ -727,6 +727,7 @@
|
||||
/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/east,
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/shuttle/escape)
|
||||
"cj" = (
|
||||
@@ -1004,6 +1005,7 @@
|
||||
/obj/effect/turf_decal/tile/neutral{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/east,
|
||||
/turf/open/floor/iron,
|
||||
/area/shuttle/escape)
|
||||
"Jl" = (
|
||||
@@ -1107,7 +1109,7 @@ hB
|
||||
af
|
||||
af
|
||||
aO
|
||||
aT
|
||||
af
|
||||
aW
|
||||
af
|
||||
hB
|
||||
@@ -1246,7 +1248,7 @@ bN
|
||||
bU
|
||||
af
|
||||
af
|
||||
aT
|
||||
af
|
||||
hB
|
||||
af
|
||||
af
|
||||
@@ -1305,7 +1307,7 @@ af
|
||||
af
|
||||
bt
|
||||
hB
|
||||
aT
|
||||
af
|
||||
af
|
||||
WG
|
||||
jU
|
||||
@@ -1457,7 +1459,7 @@ aE
|
||||
dY
|
||||
ah
|
||||
af
|
||||
aT
|
||||
af
|
||||
af
|
||||
af
|
||||
bY
|
||||
@@ -1525,7 +1527,7 @@ ae
|
||||
af
|
||||
af
|
||||
af
|
||||
aT
|
||||
af
|
||||
hB
|
||||
af
|
||||
af
|
||||
@@ -1634,7 +1636,7 @@ hB
|
||||
hB
|
||||
af
|
||||
af
|
||||
aT
|
||||
af
|
||||
af
|
||||
hB
|
||||
hB
|
||||
|
||||
@@ -115,6 +115,7 @@
|
||||
"fm" = (
|
||||
/obj/effect/spawner/random/vending/snackvend,
|
||||
/obj/effect/turf_decal/box,
|
||||
/obj/structure/sign/nanotrasen/directional/west,
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/shuttle/escape)
|
||||
"fS" = (
|
||||
@@ -428,8 +429,9 @@
|
||||
/turf/open/floor/mineral/silver,
|
||||
/area/shuttle/escape)
|
||||
"qM" = (
|
||||
/obj/structure/sign/nanotrasen,
|
||||
/turf/closed/wall/mineral/titanium/nodiagonal,
|
||||
/obj/structure/chair/comfy/shuttle,
|
||||
/obj/structure/sign/nanotrasen/directional/west,
|
||||
/turf/open/floor/mineral/titanium,
|
||||
/area/shuttle/escape)
|
||||
"qW" = (
|
||||
/obj/effect/turf_decal/siding{
|
||||
@@ -532,6 +534,16 @@
|
||||
/obj/machinery/status_display/evac/directional/south,
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/shuttle/escape)
|
||||
"wX" = (
|
||||
/obj/structure/sign/nanotrasen/directional/south,
|
||||
/turf/open/floor/wood,
|
||||
/area/shuttle/escape)
|
||||
"wY" = (
|
||||
/obj/structure/closet/emcloset/anchored,
|
||||
/obj/effect/turf_decal/bot,
|
||||
/obj/structure/sign/nanotrasen/directional/south,
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/shuttle/escape)
|
||||
"xc" = (
|
||||
/obj/structure/table,
|
||||
/obj/machinery/microwave,
|
||||
@@ -697,6 +709,7 @@
|
||||
/area/shuttle/escape)
|
||||
"EF" = (
|
||||
/obj/item/kirbyplants/organic/plant16,
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/floor/wood,
|
||||
/area/shuttle/escape)
|
||||
"Fi" = (
|
||||
@@ -976,6 +989,10 @@
|
||||
/obj/effect/turf_decal/delivery,
|
||||
/turf/open/floor/plating,
|
||||
/area/shuttle/escape)
|
||||
"UW" = (
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/floor/mineral/titanium,
|
||||
/area/shuttle/escape)
|
||||
"Vl" = (
|
||||
/obj/structure/window/reinforced/spawner/directional/west,
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
@@ -1271,7 +1288,7 @@ iN
|
||||
Cz
|
||||
"}
|
||||
(9,1,1) = {"
|
||||
qM
|
||||
Oa
|
||||
Oa
|
||||
aX
|
||||
Uu
|
||||
@@ -1293,7 +1310,7 @@ Oa
|
||||
mc
|
||||
Oa
|
||||
Oa
|
||||
qM
|
||||
Oa
|
||||
"}
|
||||
(10,1,1) = {"
|
||||
mz
|
||||
@@ -1317,7 +1334,7 @@ cu
|
||||
cu
|
||||
Yp
|
||||
Ty
|
||||
PP
|
||||
qM
|
||||
mz
|
||||
"}
|
||||
(11,1,1) = {"
|
||||
@@ -1349,8 +1366,8 @@ mz
|
||||
mz
|
||||
NN
|
||||
eW
|
||||
RZ
|
||||
qM
|
||||
wX
|
||||
Oa
|
||||
mz
|
||||
mz
|
||||
Ws
|
||||
@@ -1364,14 +1381,14 @@ Oa
|
||||
Ws
|
||||
mz
|
||||
mz
|
||||
qM
|
||||
Yp
|
||||
Oa
|
||||
UW
|
||||
Yp
|
||||
PP
|
||||
mz
|
||||
"}
|
||||
(13,1,1) = {"
|
||||
qM
|
||||
Oa
|
||||
Oa
|
||||
FJ
|
||||
RZ
|
||||
@@ -1392,8 +1409,8 @@ Bj
|
||||
mz
|
||||
Yp
|
||||
Yp
|
||||
oc
|
||||
qM
|
||||
wY
|
||||
Oa
|
||||
"}
|
||||
(14,1,1) = {"
|
||||
Oa
|
||||
|
||||
@@ -45,6 +45,7 @@
|
||||
dir = 4
|
||||
},
|
||||
/obj/machinery/light/small/directional/north,
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/floor/mineral/titanium/tiled/white,
|
||||
/area/shuttle/escape)
|
||||
"cZ" = (
|
||||
@@ -228,10 +229,6 @@
|
||||
},
|
||||
/turf/open/floor/wood/tile,
|
||||
/area/shuttle/escape)
|
||||
"oA" = (
|
||||
/obj/structure/sign/nanotrasen,
|
||||
/turf/closed/wall/mineral/titanium/nodiagonal,
|
||||
/area/shuttle/escape)
|
||||
"oB" = (
|
||||
/obj/effect/turf_decal/tile/blue/anticorner/contrasted{
|
||||
dir = 1
|
||||
@@ -780,6 +777,7 @@
|
||||
dir = 8
|
||||
},
|
||||
/obj/machinery/light/small/directional/north,
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/floor/mineral/titanium/tiled/white,
|
||||
/area/shuttle/escape)
|
||||
"Tn" = (
|
||||
@@ -1047,7 +1045,7 @@ Kg
|
||||
"}
|
||||
(5,1,1) = {"
|
||||
Me
|
||||
oA
|
||||
jL
|
||||
SS
|
||||
qA
|
||||
aa
|
||||
@@ -1163,7 +1161,7 @@ Kg
|
||||
"}
|
||||
(9,1,1) = {"
|
||||
Me
|
||||
oA
|
||||
jL
|
||||
cf
|
||||
qA
|
||||
aa
|
||||
|
||||
@@ -41,8 +41,8 @@
|
||||
/turf/open/floor/mineral/plastitanium,
|
||||
/area/shuttle/escape)
|
||||
"ai" = (
|
||||
/obj/structure/sign/nanotrasen,
|
||||
/turf/closed/wall/mineral/titanium,
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/closed/wall/mineral/titanium/nodiagonal,
|
||||
/area/shuttle/escape)
|
||||
"ao" = (
|
||||
/obj/effect/turf_decal/delivery,
|
||||
@@ -150,6 +150,7 @@
|
||||
/obj/machinery/camera/autoname{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/east,
|
||||
/turf/open/floor/mineral/plastitanium,
|
||||
/area/shuttle/escape)
|
||||
"bb" = (
|
||||
@@ -288,6 +289,7 @@
|
||||
/obj/machinery/camera/autoname{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/east,
|
||||
/turf/open/floor/mineral/titanium/tiled/yellow,
|
||||
/area/shuttle/escape)
|
||||
"bO" = (
|
||||
@@ -555,6 +557,7 @@
|
||||
/obj/machinery/camera/autoname{
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/west,
|
||||
/turf/open/floor/mineral/titanium/tiled/yellow,
|
||||
/area/shuttle/escape)
|
||||
"hE" = (
|
||||
@@ -1254,6 +1257,7 @@
|
||||
dir = 4
|
||||
},
|
||||
/obj/machinery/light/directional/west,
|
||||
/obj/structure/sign/nanotrasen/directional/west,
|
||||
/turf/open/floor/mineral/plastitanium/red,
|
||||
/area/shuttle/escape/brig)
|
||||
"VD" = (
|
||||
@@ -1326,7 +1330,7 @@ ab
|
||||
ac
|
||||
ab
|
||||
ac
|
||||
ai
|
||||
ab
|
||||
bb
|
||||
ab
|
||||
bq
|
||||
@@ -1338,7 +1342,7 @@ ab
|
||||
bX
|
||||
ab
|
||||
bX
|
||||
ai
|
||||
ab
|
||||
ab
|
||||
as
|
||||
cS
|
||||
@@ -1430,8 +1434,8 @@ cS
|
||||
(5,1,1) = {"
|
||||
ab
|
||||
ac
|
||||
ab
|
||||
ai
|
||||
as
|
||||
cw
|
||||
IX
|
||||
Mo
|
||||
@@ -1592,9 +1596,9 @@ cT
|
||||
(11,1,1) = {"
|
||||
ab
|
||||
ac
|
||||
ab
|
||||
ai
|
||||
as
|
||||
as
|
||||
aO
|
||||
aX
|
||||
bi
|
||||
@@ -1704,7 +1708,7 @@ ab
|
||||
ab
|
||||
ab
|
||||
ac
|
||||
ai
|
||||
ab
|
||||
ac
|
||||
ab
|
||||
ac
|
||||
@@ -1716,7 +1720,7 @@ ab
|
||||
ac
|
||||
ab
|
||||
ab
|
||||
ai
|
||||
ab
|
||||
ab
|
||||
as
|
||||
cS
|
||||
|
||||
@@ -617,9 +617,7 @@
|
||||
/area/shuttle/escape)
|
||||
"ry" = (
|
||||
/obj/structure/chair/comfy/shuttle,
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_x = -32
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/west,
|
||||
/turf/open/floor/iron/dark/textured,
|
||||
/area/shuttle/escape)
|
||||
"sn" = (
|
||||
@@ -1339,9 +1337,6 @@
|
||||
},
|
||||
/area/shuttle/escape)
|
||||
"Pe" = (
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_y = 32
|
||||
},
|
||||
/obj/machinery/button/door/directional/south{
|
||||
id = "lance_psych";
|
||||
name = "Panic Room Bolt Control";
|
||||
@@ -1349,6 +1344,7 @@
|
||||
specialfunctions = 4
|
||||
},
|
||||
/obj/machinery/light/small/directional/north,
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/floor/iron/white/textured_large,
|
||||
/area/shuttle/escape)
|
||||
"Px" = (
|
||||
|
||||
@@ -117,8 +117,12 @@
|
||||
/turf/open/floor/mineral/plastitanium/red,
|
||||
/area/shuttle/escape)
|
||||
"ej" = (
|
||||
/obj/structure/sign/nanotrasen,
|
||||
/turf/closed/wall/mineral/titanium,
|
||||
/obj/structure/chair/comfy/shuttle{
|
||||
dir = 1
|
||||
},
|
||||
/obj/effect/turf_decal/bot,
|
||||
/obj/structure/sign/nanotrasen/directional/west,
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/shuttle/escape)
|
||||
"eU" = (
|
||||
/obj/structure/chair/comfy/shuttle{
|
||||
@@ -215,6 +219,15 @@
|
||||
},
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/shuttle/escape)
|
||||
"ii" = (
|
||||
/obj/effect/turf_decal/trimline/dark/corner{
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/east,
|
||||
/turf/open/floor/iron/dark/corner{
|
||||
dir = 8
|
||||
},
|
||||
/area/shuttle/escape)
|
||||
"is" = (
|
||||
/obj/machinery/light/directional/south,
|
||||
/obj/effect/turf_decal/siding/wood,
|
||||
@@ -1594,10 +1607,8 @@
|
||||
/area/shuttle/escape)
|
||||
"GE" = (
|
||||
/obj/effect/turf_decal/bot,
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_y = 32
|
||||
},
|
||||
/obj/structure/reagent_dispensers/fueltank,
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/floor/iron/dark/small,
|
||||
/area/shuttle/escape)
|
||||
"GM" = (
|
||||
@@ -1678,9 +1689,7 @@
|
||||
},
|
||||
/obj/structure/closet/crate/internals,
|
||||
/obj/effect/turf_decal/bot,
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_y = 32
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/floor/iron/dark/small,
|
||||
/area/shuttle/escape)
|
||||
"GW" = (
|
||||
@@ -1944,6 +1953,11 @@
|
||||
},
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/shuttle/escape)
|
||||
"Od" = (
|
||||
/obj/effect/turf_decal/trimline/dark/corner,
|
||||
/obj/structure/sign/nanotrasen/directional/west,
|
||||
/turf/open/floor/iron/dark/corner,
|
||||
/area/shuttle/escape)
|
||||
"OB" = (
|
||||
/obj/effect/turf_decal/siding/thinplating_new/dark{
|
||||
dir = 5
|
||||
@@ -2221,9 +2235,7 @@
|
||||
/area/shuttle/escape)
|
||||
"SH" = (
|
||||
/obj/structure/hedge,
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_y = 32
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/floor/iron/dark/small,
|
||||
/area/shuttle/escape)
|
||||
"Tc" = (
|
||||
@@ -2283,10 +2295,8 @@
|
||||
/area/shuttle/escape)
|
||||
"UK" = (
|
||||
/obj/effect/turf_decal/bot,
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_y = 32
|
||||
},
|
||||
/obj/structure/reagent_dispensers/watertank,
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/floor/iron/dark/small,
|
||||
/area/shuttle/escape)
|
||||
"UQ" = (
|
||||
@@ -2322,6 +2332,7 @@
|
||||
/obj/effect/turf_decal/trimline/neutral/end{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/east,
|
||||
/turf/open/floor/iron/dark/small,
|
||||
/area/shuttle/escape)
|
||||
"VZ" = (
|
||||
@@ -2671,13 +2682,13 @@ kZ
|
||||
kZ
|
||||
kZ
|
||||
kZ
|
||||
ej
|
||||
kZ
|
||||
kZ
|
||||
kZ
|
||||
UU
|
||||
UU
|
||||
UU
|
||||
ej
|
||||
kZ
|
||||
kZ
|
||||
kZ
|
||||
kZ
|
||||
@@ -2700,14 +2711,14 @@ Ra
|
||||
kZ
|
||||
GM
|
||||
rF
|
||||
wP
|
||||
ej
|
||||
fD
|
||||
Kv
|
||||
qJ
|
||||
wP
|
||||
fD
|
||||
Kv
|
||||
Am
|
||||
Od
|
||||
Jy
|
||||
kZ
|
||||
Bu
|
||||
@@ -3157,7 +3168,7 @@ Gh
|
||||
wP
|
||||
fD
|
||||
Kv
|
||||
CZ
|
||||
ii
|
||||
fm
|
||||
kZ
|
||||
mw
|
||||
@@ -3181,13 +3192,13 @@ kZ
|
||||
kZ
|
||||
kZ
|
||||
vk
|
||||
ej
|
||||
kZ
|
||||
YB
|
||||
kZ
|
||||
UU
|
||||
UU
|
||||
UU
|
||||
ej
|
||||
kZ
|
||||
sU
|
||||
kZ
|
||||
CH
|
||||
|
||||
@@ -7,10 +7,6 @@
|
||||
/obj/structure/grille,
|
||||
/turf/open/floor/plating,
|
||||
/area/shuttle/escape)
|
||||
"ac" = (
|
||||
/obj/structure/sign/nanotrasen,
|
||||
/turf/closed/wall/mineral/titanium,
|
||||
/area/shuttle/escape)
|
||||
"ae" = (
|
||||
/obj/structure/chair/comfy/shuttle,
|
||||
/turf/open/floor/mineral/plastitanium/red,
|
||||
@@ -20,6 +16,7 @@
|
||||
dir = 8
|
||||
},
|
||||
/obj/item/radio/intercom/directional/north,
|
||||
/obj/structure/sign/nanotrasen/directional/east,
|
||||
/turf/open/floor/mineral/plastitanium/red,
|
||||
/area/shuttle/escape/brig)
|
||||
"al" = (
|
||||
@@ -587,6 +584,7 @@
|
||||
/area/shuttle/escape)
|
||||
"Am" = (
|
||||
/obj/machinery/light/directional/south,
|
||||
/obj/structure/sign/nanotrasen/directional/south,
|
||||
/turf/open/floor/mineral/plastitanium/red,
|
||||
/area/shuttle/escape/brig)
|
||||
"Dh" = (
|
||||
@@ -608,6 +606,7 @@
|
||||
},
|
||||
/obj/effect/turf_decal/tile/neutral/fourcorners,
|
||||
/obj/machinery/light/directional/south,
|
||||
/obj/structure/sign/nanotrasen/directional/south,
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/shuttle/escape)
|
||||
"Ge" = (
|
||||
@@ -682,7 +681,7 @@ aa
|
||||
aa
|
||||
aa
|
||||
qX
|
||||
ac
|
||||
aa
|
||||
ay
|
||||
aa
|
||||
sY
|
||||
@@ -690,7 +689,7 @@ sY
|
||||
sY
|
||||
aa
|
||||
aP
|
||||
ac
|
||||
aa
|
||||
aP
|
||||
aa
|
||||
aa
|
||||
@@ -783,7 +782,7 @@ bt
|
||||
bv
|
||||
"}
|
||||
(6,1,1) = {"
|
||||
ac
|
||||
aa
|
||||
ab
|
||||
IX
|
||||
sY
|
||||
@@ -892,7 +891,7 @@ aa
|
||||
sY
|
||||
sY
|
||||
aa
|
||||
ac
|
||||
aa
|
||||
aa
|
||||
sY
|
||||
sY
|
||||
@@ -900,7 +899,7 @@ sY
|
||||
sY
|
||||
sY
|
||||
aa
|
||||
ac
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
|
||||
@@ -790,10 +790,8 @@
|
||||
/obj/effect/turf_decal/siding/wood{
|
||||
dir = 5
|
||||
},
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_y = -32
|
||||
},
|
||||
/obj/machinery/light/directional/south,
|
||||
/obj/structure/sign/nanotrasen/directional/south,
|
||||
/turf/open/floor/wood,
|
||||
/area/shuttle/escape)
|
||||
"oV" = (
|
||||
@@ -1127,10 +1125,8 @@
|
||||
/obj/effect/turf_decal/siding/wood{
|
||||
dir = 9
|
||||
},
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_y = -32
|
||||
},
|
||||
/obj/machinery/light/directional/south,
|
||||
/obj/structure/sign/nanotrasen/directional/south,
|
||||
/turf/open/floor/wood,
|
||||
/area/shuttle/escape)
|
||||
"wm" = (
|
||||
@@ -1416,10 +1412,8 @@
|
||||
dir = 10
|
||||
},
|
||||
/obj/machinery/vending/coffee,
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_y = 32
|
||||
},
|
||||
/obj/machinery/light/directional/north,
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/floor/wood,
|
||||
/area/shuttle/escape)
|
||||
"AQ" = (
|
||||
@@ -2460,10 +2454,8 @@
|
||||
dir = 6
|
||||
},
|
||||
/obj/machinery/vending/coffee,
|
||||
/obj/structure/sign/nanotrasen{
|
||||
pixel_y = 32
|
||||
},
|
||||
/obj/machinery/light/directional/north,
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/floor/wood,
|
||||
/area/shuttle/escape)
|
||||
"UF" = (
|
||||
|
||||
@@ -27,8 +27,12 @@
|
||||
/turf/open/floor/mineral/plastitanium,
|
||||
/area/shuttle/transport)
|
||||
"g" = (
|
||||
/obj/structure/sign/nanotrasen,
|
||||
/turf/closed/wall/mineral/titanium,
|
||||
/obj/effect/turf_decal/bot,
|
||||
/obj/structure/chair/comfy/shuttle{
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/south,
|
||||
/turf/open/floor/mineral/plastitanium,
|
||||
/area/shuttle/transport)
|
||||
"h" = (
|
||||
/obj/machinery/power/shuttle_engine/propulsion/left{
|
||||
@@ -78,6 +82,7 @@
|
||||
"n" = (
|
||||
/obj/structure/table/reinforced,
|
||||
/obj/machinery/recharger,
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/floor/mineral/plastitanium,
|
||||
/area/shuttle/transport)
|
||||
"o" = (
|
||||
@@ -227,8 +232,8 @@ e
|
||||
d
|
||||
o
|
||||
r
|
||||
w
|
||||
g
|
||||
d
|
||||
"}
|
||||
(7,1,1) = {"
|
||||
f
|
||||
@@ -238,7 +243,7 @@ m
|
||||
f
|
||||
"}
|
||||
(8,1,1) = {"
|
||||
g
|
||||
d
|
||||
n
|
||||
r
|
||||
H
|
||||
|
||||
@@ -171,6 +171,12 @@
|
||||
},
|
||||
/turf/open/floor/iron/dark/textured,
|
||||
/area/shuttle/transport)
|
||||
"I" = (
|
||||
/obj/effect/turf_decal/bot,
|
||||
/obj/structure/chair/comfy/shuttle,
|
||||
/obj/structure/sign/nanotrasen/directional/north,
|
||||
/turf/open/floor/iron/dark/small,
|
||||
/area/shuttle/transport)
|
||||
"J" = (
|
||||
/obj/structure/window/reinforced/spawner/directional/north,
|
||||
/obj/structure/window/reinforced/spawner/directional/south,
|
||||
@@ -200,8 +206,12 @@
|
||||
/turf/closed/wall/mineral/titanium/nodiagonal,
|
||||
/area/shuttle/transport)
|
||||
"M" = (
|
||||
/obj/structure/sign/nanotrasen,
|
||||
/turf/closed/wall/mineral/titanium,
|
||||
/obj/effect/turf_decal/bot,
|
||||
/obj/structure/chair/comfy/shuttle{
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/south,
|
||||
/turf/open/floor/iron/dark/small,
|
||||
/area/shuttle/transport)
|
||||
"N" = (
|
||||
/obj/structure/hedge,
|
||||
@@ -318,8 +328,8 @@ j
|
||||
i
|
||||
c
|
||||
a
|
||||
b
|
||||
M
|
||||
i
|
||||
"}
|
||||
(6,1,1) = {"
|
||||
q
|
||||
@@ -329,8 +339,8 @@ Z
|
||||
q
|
||||
"}
|
||||
(7,1,1) = {"
|
||||
M
|
||||
h
|
||||
i
|
||||
I
|
||||
a
|
||||
K
|
||||
i
|
||||
|
||||
@@ -46,15 +46,12 @@
|
||||
},
|
||||
/turf/open/floor/mineral/titanium/yellow,
|
||||
/area/shuttle/mining)
|
||||
"i" = (
|
||||
/obj/structure/sign/nanotrasen,
|
||||
/turf/closed/wall/mineral/titanium,
|
||||
/area/shuttle/mining)
|
||||
"j" = (
|
||||
/obj/machinery/light/directional/west,
|
||||
/obj/machinery/atmospherics/components/unary/vent_pump/on{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/west,
|
||||
/turf/open/floor/mineral/plastitanium,
|
||||
/area/shuttle/mining)
|
||||
"k" = (
|
||||
@@ -127,7 +124,7 @@
|
||||
a
|
||||
a
|
||||
b
|
||||
i
|
||||
a
|
||||
b
|
||||
a
|
||||
a
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
/obj/effect/turf_decal/trimline/neutral/line{
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/east,
|
||||
/turf/open/floor/pod/light,
|
||||
/area/shuttle/mining)
|
||||
"e" = (
|
||||
@@ -82,10 +83,6 @@
|
||||
/obj/item/storage/toolbox/emergency,
|
||||
/turf/open/floor/pod/light,
|
||||
/area/shuttle/mining)
|
||||
"E" = (
|
||||
/obj/structure/sign/nanotrasen,
|
||||
/turf/closed/wall/mineral/titanium/survival,
|
||||
/area/shuttle/mining)
|
||||
"G" = (
|
||||
/obj/structure/ore_box,
|
||||
/obj/effect/turf_decal/trimline/brown,
|
||||
@@ -156,7 +153,7 @@ v
|
||||
v
|
||||
l
|
||||
l
|
||||
E
|
||||
v
|
||||
l
|
||||
v
|
||||
a
|
||||
|
||||
@@ -43,10 +43,6 @@
|
||||
},
|
||||
/turf/open/floor/mineral/titanium/yellow,
|
||||
/area/shuttle/mining)
|
||||
"i" = (
|
||||
/obj/structure/sign/nanotrasen,
|
||||
/turf/closed/wall/mineral/titanium,
|
||||
/area/shuttle/mining)
|
||||
"j" = (
|
||||
/obj/machinery/light/directional/west,
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
@@ -55,6 +51,7 @@
|
||||
/obj/machinery/atmospherics/components/unary/vent_pump/on{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/west,
|
||||
/turf/open/floor/mineral/titanium/yellow,
|
||||
/area/shuttle/mining)
|
||||
"k" = (
|
||||
@@ -125,7 +122,7 @@
|
||||
a
|
||||
a
|
||||
b
|
||||
i
|
||||
a
|
||||
b
|
||||
a
|
||||
a
|
||||
|
||||
@@ -198,10 +198,6 @@
|
||||
/obj/structure/ore_box,
|
||||
/turf/open/floor/pod/dark,
|
||||
/area/shuttle/mining)
|
||||
"X" = (
|
||||
/obj/structure/sign/nanotrasen,
|
||||
/turf/closed/wall/mineral/titanium/survival,
|
||||
/area/shuttle/mining)
|
||||
"Z" = (
|
||||
/obj/structure/chair/comfy/shuttle{
|
||||
dir = 8
|
||||
@@ -212,6 +208,7 @@
|
||||
/obj/effect/turf_decal/trimline/purple/line{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/sign/nanotrasen/directional/east,
|
||||
/turf/open/floor/pod/light,
|
||||
/area/shuttle/mining)
|
||||
|
||||
@@ -264,7 +261,7 @@ I
|
||||
P
|
||||
I
|
||||
R
|
||||
X
|
||||
I
|
||||
R
|
||||
I
|
||||
P
|
||||
|
||||
@@ -802,10 +802,6 @@
|
||||
},
|
||||
/turf/open/floor/iron/dark/textured_large,
|
||||
/area/shuttle/abandoned/bridge)
|
||||
"dv" = (
|
||||
/obj/structure/sign/nanotrasen,
|
||||
/turf/closed/wall/mineral/titanium/nodiagonal,
|
||||
/area/shuttle/abandoned/bridge)
|
||||
"dw" = (
|
||||
/obj/structure/bed/pod{
|
||||
dir = 1
|
||||
@@ -814,6 +810,7 @@
|
||||
dir = 1
|
||||
},
|
||||
/obj/effect/turf_decal/bot_white,
|
||||
/obj/structure/sign/nanotrasen/directional/west,
|
||||
/turf/open/floor/iron/dark/textured_large,
|
||||
/area/shuttle/abandoned/crew)
|
||||
"dx" = (
|
||||
@@ -926,9 +923,11 @@
|
||||
/turf/open/floor/iron/smooth_large,
|
||||
/area/shuttle/abandoned/bridge)
|
||||
"pm" = (
|
||||
/obj/structure/sign/nanotrasen,
|
||||
/turf/closed/wall/mineral/titanium/nodiagonal,
|
||||
/area/shuttle/abandoned/crew)
|
||||
/obj/structure/chair/comfy/shuttle,
|
||||
/obj/effect/turf_decal/bot_white,
|
||||
/obj/structure/sign/nanotrasen/directional/west,
|
||||
/turf/open/floor/iron/dark/textured_large,
|
||||
/area/shuttle/abandoned/bridge)
|
||||
"qd" = (
|
||||
/obj/machinery/power/shuttle_engine/heater{
|
||||
dir = 1
|
||||
@@ -1594,7 +1593,7 @@ by
|
||||
cP
|
||||
da
|
||||
dy
|
||||
dv
|
||||
dy
|
||||
do
|
||||
ds
|
||||
dy
|
||||
@@ -1623,7 +1622,7 @@ cY
|
||||
cY
|
||||
cY
|
||||
dx
|
||||
iz
|
||||
pm
|
||||
dp
|
||||
dt
|
||||
dx
|
||||
@@ -1712,7 +1711,7 @@ de
|
||||
aq
|
||||
dl
|
||||
dq
|
||||
pm
|
||||
aq
|
||||
aq
|
||||
aq
|
||||
de
|
||||
|
||||
@@ -129,19 +129,6 @@
|
||||
is_editable = TRUE
|
||||
sign_change_name = "Blank Sign"
|
||||
|
||||
/obj/structure/sign/nanotrasen
|
||||
name = "\improper Nanotrasen logo sign"
|
||||
sign_change_name = "Corporate Logo - Nanotrasen"
|
||||
desc = "A sign with the Nanotrasen logo on it. Glory to Nanotrasen!"
|
||||
icon_state = "nanotrasen"
|
||||
is_editable = TRUE
|
||||
|
||||
/obj/structure/sign/logo
|
||||
name = "\improper Nanotrasen logo sign"
|
||||
desc = "The Nanotrasen corporate logo."
|
||||
icon_state = "nanotrasen_sign1"
|
||||
buildable_sign = FALSE
|
||||
|
||||
/obj/item/sign
|
||||
name = "sign backing"
|
||||
desc = "A plastic sign backing, use a pen to change the decal. It can be placed on a wall."
|
||||
|
||||
@@ -109,3 +109,18 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/xenobio_guide, 32)
|
||||
return data
|
||||
|
||||
MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/tram_plate, 32)
|
||||
|
||||
/obj/structure/sign/nanotrasen
|
||||
name = "\improper Nanotrasen logo sign"
|
||||
sign_change_name = "Corporate Logo - Nanotrasen"
|
||||
desc = "A sign with the Nanotrasen logo on it. Glory to Nanotrasen!"
|
||||
icon_state = "nanotrasen"
|
||||
is_editable = TRUE
|
||||
|
||||
MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/nanotrasen, 32)
|
||||
|
||||
/obj/structure/sign/logo
|
||||
name = "\improper Nanotrasen logo sign"
|
||||
desc = "The Nanotrasen corporate logo."
|
||||
icon_state = "nanotrasen_sign1"
|
||||
buildable_sign = FALSE
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
/obj/structure/sign/nanotrasen{dir = 1} : /obj/structure/sign/nanotrasen/directional/north
|
||||
/obj/structure/sign/nanotrasen{dir = 2} : /obj/structure/sign/nanotrasen/directional/south
|
||||
/obj/structure/sign/nanotrasen{dir = 4} : /obj/structure/sign/nanotrasen/directional/east
|
||||
/obj/structure/sign/nanotrasen{dir = 8} : /obj/structure/sign/nanotrasen/directional/west
|
||||
Reference in New Issue
Block a user