mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
[MDB IGNORE] Shuttle engines part 2: Engines are now machines (#69793)
* Makes engines machines instead of structures * Updates the maps * Fixes boards and anchoring * Removes 2 unused engine types Router was actually used a total of once, so I just replaced it with propulsion. I think cutting down on these useless engine types that make no difference in-game would be a nice first step to adding more functionalities to them. * Don't use power (since shuttles dont have) Shuttles don't have APCs, instead they just have infinite power, so I'm removing their power usage for now. I'm hoping this can be removed when unique mechanics are added to engines, because I would like them to make use of power like other machines. * re-organizes vars * deletes deleted dm file * Slightly improves cargo selling code * Renames the updatepaths * Removes in_wall engines I hate this stupid engine it sucks it's useless it's used solely for the tram it provides nothing of benefit to the server replaces them with regular engines
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
/turf/open/floor/plating,
|
||||
/area/ruin/powered/golem_ship)
|
||||
"h" = (
|
||||
/obj/structure/shuttle/engine/heater{
|
||||
/obj/machinery/power/shuttle_engine/heater{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/window/reinforced{
|
||||
@@ -54,7 +54,7 @@
|
||||
/turf/open/floor/plating,
|
||||
/area/ruin/powered/golem_ship)
|
||||
"i" = (
|
||||
/obj/structure/shuttle/engine/propulsion{
|
||||
/obj/machinery/power/shuttle_engine/propulsion{
|
||||
dir = 4
|
||||
},
|
||||
/turf/open/floor/plating,
|
||||
|
||||
@@ -69,7 +69,7 @@
|
||||
/turf/open/floor/mineral/titanium/purple,
|
||||
/area/ruin/powered/graveyard_shuttle)
|
||||
"bE" = (
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/obj/structure/window{
|
||||
dir = 1
|
||||
},
|
||||
@@ -201,7 +201,7 @@
|
||||
/turf/open/misc/asteroid/basalt/wasteland,
|
||||
/area/ruin/unpowered/elephant_graveyard)
|
||||
"jx" = (
|
||||
/obj/structure/shuttle/engine/propulsion,
|
||||
/obj/machinery/power/shuttle_engine/propulsion,
|
||||
/turf/open/misc/asteroid/basalt/lava_land_surface,
|
||||
/area/ruin/powered/graveyard_shuttle)
|
||||
"jK" = (
|
||||
|
||||
@@ -138,7 +138,7 @@
|
||||
/turf/open/floor/pod/dark,
|
||||
/area/ruin/powered)
|
||||
"E" = (
|
||||
/obj/structure/shuttle/engine/propulsion/burst{
|
||||
/obj/machinery/power/shuttle_engine/propulsion/burst{
|
||||
dir = 8
|
||||
},
|
||||
/turf/closed/wall/mineral/titanium/interior,
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
/turf/open/floor/mineral/titanium/blue,
|
||||
/area/ruin/unpowered)
|
||||
"o" = (
|
||||
/obj/structure/shuttle/engine/propulsion/burst,
|
||||
/obj/machinery/power/shuttle_engine/propulsion/burst,
|
||||
/turf/closed/wall/mineral/titanium/overspace,
|
||||
/area/ruin/unpowered)
|
||||
"p" = (
|
||||
|
||||
@@ -71,13 +71,13 @@
|
||||
/turf/closed/wall/mineral/titanium/interior,
|
||||
/area/ruin/space/has_grav/derelictoutpost/dockedship)
|
||||
"ar" = (
|
||||
/obj/structure/shuttle/engine/propulsion/burst/right{
|
||||
/obj/machinery/power/shuttle_engine/propulsion/burst/right{
|
||||
dir = 1
|
||||
},
|
||||
/turf/open/floor/plating,
|
||||
/area/ruin/space/has_grav/derelictoutpost/dockedship)
|
||||
"as" = (
|
||||
/obj/structure/shuttle/engine/propulsion/burst/left{
|
||||
/obj/machinery/power/shuttle_engine/propulsion/burst/left{
|
||||
dir = 1
|
||||
},
|
||||
/turf/open/floor/plating,
|
||||
@@ -105,7 +105,7 @@
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/shuttle/engine/heater{
|
||||
/obj/machinery/power/shuttle_engine/heater{
|
||||
dir = 1
|
||||
},
|
||||
/turf/open/floor/mineral/titanium/yellow,
|
||||
@@ -117,7 +117,7 @@
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/shuttle/engine/heater{
|
||||
/obj/machinery/power/shuttle_engine/heater{
|
||||
dir = 1
|
||||
},
|
||||
/turf/open/floor/mineral/titanium/yellow,
|
||||
|
||||
@@ -374,7 +374,7 @@
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/ruin/unpowered)
|
||||
"gq" = (
|
||||
/obj/structure/shuttle/engine/propulsion/burst/left{
|
||||
/obj/machinery/power/shuttle_engine/propulsion/burst/left{
|
||||
dir = 8
|
||||
},
|
||||
/turf/open/floor/plating/airless,
|
||||
@@ -421,13 +421,13 @@
|
||||
/turf/open/floor/iron/dark/airless,
|
||||
/area/shuttle/caravan/freighter3)
|
||||
"gP" = (
|
||||
/obj/structure/shuttle/engine/propulsion/burst{
|
||||
/obj/machinery/power/shuttle_engine/propulsion/burst{
|
||||
dir = 8
|
||||
},
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/caravan/freighter3)
|
||||
"gQ" = (
|
||||
/obj/structure/shuttle/engine/heater{
|
||||
/obj/machinery/power/shuttle_engine/heater{
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/window/reinforced{
|
||||
@@ -605,7 +605,7 @@
|
||||
/turf/open/floor/iron/airless,
|
||||
/area/shuttle/caravan/freighter3)
|
||||
"hQ" = (
|
||||
/obj/structure/shuttle/engine/propulsion/burst/left{
|
||||
/obj/machinery/power/shuttle_engine/propulsion/burst/left{
|
||||
dir = 8
|
||||
},
|
||||
/turf/open/floor/plating/airless,
|
||||
@@ -735,13 +735,13 @@
|
||||
/turf/open/floor/iron/airless,
|
||||
/area/shuttle/caravan/freighter3)
|
||||
"io" = (
|
||||
/obj/structure/shuttle/engine/propulsion/burst{
|
||||
/obj/machinery/power/shuttle_engine/propulsion/burst{
|
||||
dir = 8
|
||||
},
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/caravan/freighter2)
|
||||
"ip" = (
|
||||
/obj/structure/shuttle/engine/heater{
|
||||
/obj/machinery/power/shuttle_engine/heater{
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/window/reinforced{
|
||||
@@ -1064,7 +1064,7 @@
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/caravan/freighter2)
|
||||
"jV" = (
|
||||
/obj/structure/shuttle/engine/propulsion/burst/right{
|
||||
/obj/machinery/power/shuttle_engine/propulsion/burst/right{
|
||||
dir = 8
|
||||
},
|
||||
/turf/open/floor/plating/airless,
|
||||
@@ -1188,7 +1188,7 @@
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/ruin/unpowered)
|
||||
"tH" = (
|
||||
/obj/structure/shuttle/engine/propulsion/burst{
|
||||
/obj/machinery/power/shuttle_engine/propulsion/burst{
|
||||
dir = 8
|
||||
},
|
||||
/turf/closed/wall/mineral/plastitanium,
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
/turf/open/floor/mineral/bananium/airless,
|
||||
/area/ruin/unpowered)
|
||||
"l" = (
|
||||
/obj/structure/shuttle/engine/heater{
|
||||
/obj/machinery/power/shuttle_engine/heater{
|
||||
color = "#FFFF00";
|
||||
dir = 4
|
||||
},
|
||||
@@ -65,7 +65,7 @@
|
||||
},
|
||||
/area/ruin/unpowered)
|
||||
"m" = (
|
||||
/obj/structure/shuttle/engine/propulsion/left{
|
||||
/obj/machinery/power/shuttle_engine/propulsion/left{
|
||||
color = "#FFFF00";
|
||||
dir = 4
|
||||
},
|
||||
|
||||
@@ -344,7 +344,7 @@
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/awaymission/bmpship/aft)
|
||||
"oT" = (
|
||||
/obj/structure/shuttle/engine/propulsion{
|
||||
/obj/machinery/power/shuttle_engine/propulsion{
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/lattice,
|
||||
@@ -383,6 +383,7 @@
|
||||
/obj/machinery/porta_turret{
|
||||
dir = 8;
|
||||
installation = /obj/item/gun/energy/lasercannon;
|
||||
|
||||
},
|
||||
/obj/effect/mapping_helpers/atom_injector/obj_flag{
|
||||
inject_flags = 1;
|
||||
@@ -944,7 +945,7 @@
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/awaymission/bmpship/aft)
|
||||
"Hb" = (
|
||||
/obj/structure/shuttle/engine/heater{
|
||||
/obj/machinery/power/shuttle_engine/heater{
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/window/reinforced{
|
||||
@@ -1166,7 +1167,7 @@
|
||||
/turf/open/floor/iron/textured_edge,
|
||||
/area/awaymission/bmpship/aft)
|
||||
"NM" = (
|
||||
/obj/structure/shuttle/engine/large{
|
||||
/obj/machinery/power/shuttle_engine/large{
|
||||
dir = 8
|
||||
},
|
||||
/turf/template_noop,
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
/turf/open/floor/mineral/titanium/blue/airless,
|
||||
/area/ruin/space/has_grav)
|
||||
"l" = (
|
||||
/obj/structure/shuttle/engine/propulsion{
|
||||
/obj/machinery/power/shuttle_engine/propulsion{
|
||||
dir = 4
|
||||
},
|
||||
/turf/open/floor/plating/airless,
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
/turf/open/floor/mineral/plastitanium,
|
||||
/area/ruin/space/has_grav/syndicate_forgotten_ship)
|
||||
"af" = (
|
||||
/obj/structure/shuttle/engine/propulsion{
|
||||
/obj/machinery/power/shuttle_engine/propulsion{
|
||||
dir = 8
|
||||
},
|
||||
/turf/template_noop,
|
||||
@@ -86,7 +86,7 @@
|
||||
/turf/open/floor/plastic,
|
||||
/area/ruin/space/has_grav/syndicate_forgotten_ship)
|
||||
"as" = (
|
||||
/obj/structure/shuttle/engine/huge{
|
||||
/obj/machinery/power/shuttle_engine/huge{
|
||||
dir = 8
|
||||
},
|
||||
/turf/template_noop,
|
||||
|
||||
@@ -120,7 +120,7 @@
|
||||
/area/ruin/space/has_grav/powered/hilbertresearchfacility)
|
||||
"dA" = (
|
||||
/obj/structure/grille/broken,
|
||||
/obj/structure/shuttle/engine/propulsion/burst{
|
||||
/obj/machinery/power/shuttle_engine/propulsion/burst{
|
||||
anchored = 0;
|
||||
dir = 1
|
||||
},
|
||||
@@ -230,20 +230,13 @@
|
||||
/obj/structure/fluff/tram_rail{
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/window/reinforced/survival_pod{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/window/reinforced/survival_pod{
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/shuttle/engine/propulsion/in_wall/tram{
|
||||
dir = 4;
|
||||
pixel_x = 32
|
||||
},
|
||||
/obj/structure/industrial_lift/tram{
|
||||
icon_state = "titanium_purple"
|
||||
},
|
||||
/turf/open/floor/engine,
|
||||
/obj/machinery/power/shuttle_engine/propulsion/tram{
|
||||
dir = 4
|
||||
},
|
||||
/turf/closed/indestructible/riveted/plastinum,
|
||||
/area/ruin/space/has_grav/powered/hilbertresearchfacility)
|
||||
"gv" = (
|
||||
/obj/structure/fluff/tram_rail,
|
||||
@@ -998,21 +991,16 @@
|
||||
/area/ruin/space/has_grav/powered/hilbertresearchfacility)
|
||||
"xI" = (
|
||||
/obj/structure/fluff/tram_rail,
|
||||
/obj/structure/window/reinforced/survival_pod{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/window/reinforced/survival_pod,
|
||||
/obj/structure/shuttle/engine/propulsion/in_wall/tram{
|
||||
dir = 4;
|
||||
pixel_x = 32
|
||||
},
|
||||
/obj/structure/industrial_lift/tram{
|
||||
icon_state = "titanium_purple"
|
||||
},
|
||||
/turf/open/floor/engine,
|
||||
/obj/machinery/power/shuttle_engine/propulsion/tram{
|
||||
dir = 4
|
||||
},
|
||||
/turf/closed/indestructible/riveted/plastinum,
|
||||
/area/ruin/space/has_grav/powered/hilbertresearchfacility)
|
||||
"xO" = (
|
||||
/obj/structure/shuttle/engine/propulsion/burst{
|
||||
/obj/machinery/power/shuttle_engine/propulsion/burst{
|
||||
anchored = 0;
|
||||
dir = 8
|
||||
},
|
||||
@@ -1635,18 +1623,13 @@
|
||||
/area/ruin/space/has_grav/powered/hilbertresearchfacility)
|
||||
"Jd" = (
|
||||
/obj/structure/fluff/tram_rail,
|
||||
/obj/structure/window/reinforced/survival_pod{
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/window/reinforced/survival_pod,
|
||||
/obj/structure/shuttle/engine/propulsion/in_wall/tram{
|
||||
dir = 8;
|
||||
pixel_x = -32
|
||||
},
|
||||
/obj/structure/industrial_lift/tram{
|
||||
icon_state = "titanium_purple"
|
||||
},
|
||||
/turf/open/floor/engine,
|
||||
/obj/machinery/power/shuttle_engine/propulsion/tram{
|
||||
dir = 8
|
||||
},
|
||||
/turf/closed/indestructible/riveted/plastinum,
|
||||
/area/ruin/space/has_grav/powered/hilbertresearchfacility)
|
||||
"Jh" = (
|
||||
/obj/structure/fluff/tram_rail/anchor,
|
||||
@@ -2349,20 +2332,13 @@
|
||||
/obj/structure/fluff/tram_rail{
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/window/reinforced/survival_pod{
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/window/reinforced/survival_pod{
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/shuttle/engine/propulsion/in_wall/tram{
|
||||
dir = 8;
|
||||
pixel_x = -32
|
||||
},
|
||||
/obj/structure/industrial_lift/tram{
|
||||
icon_state = "titanium_purple"
|
||||
},
|
||||
/turf/open/floor/engine,
|
||||
/obj/machinery/power/shuttle_engine/propulsion/tram{
|
||||
dir = 8
|
||||
},
|
||||
/turf/closed/indestructible/riveted/plastinum,
|
||||
/area/ruin/space/has_grav/powered/hilbertresearchfacility)
|
||||
"Yv" = (
|
||||
/obj/item/kirbyplants/random,
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
},
|
||||
/area/ruin/space/has_grav/powered/authorship)
|
||||
"e" = (
|
||||
/obj/structure/shuttle/engine/propulsion{
|
||||
/obj/machinery/power/shuttle_engine/propulsion{
|
||||
dir = 8
|
||||
},
|
||||
/turf/template_noop,
|
||||
@@ -27,7 +27,7 @@
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/shuttle/engine/heater{
|
||||
/obj/machinery/power/shuttle_engine/heater{
|
||||
dir = 8
|
||||
},
|
||||
/turf/open/floor/plating/airless,
|
||||
|
||||
@@ -181,7 +181,7 @@
|
||||
/turf/template_noop,
|
||||
/area/ruin/space/has_grav/powered/mechtransport)
|
||||
"X" = (
|
||||
/obj/structure/shuttle/engine/propulsion,
|
||||
/obj/machinery/power/shuttle_engine/propulsion,
|
||||
/turf/template_noop,
|
||||
/area/ruin/space/has_grav/powered/mechtransport)
|
||||
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
/turf/open/floor/oldshuttle,
|
||||
/area/ruin/powered)
|
||||
"j" = (
|
||||
/obj/structure/shuttle/engine/propulsion/burst{
|
||||
/obj/machinery/power/shuttle_engine/propulsion/burst{
|
||||
dir = 1
|
||||
},
|
||||
/turf/template_noop,
|
||||
@@ -82,15 +82,15 @@
|
||||
/turf/open/floor/oldshuttle,
|
||||
/area/ruin/powered)
|
||||
"v" = (
|
||||
/obj/structure/shuttle/engine/propulsion/burst/left,
|
||||
/obj/machinery/power/shuttle_engine/propulsion/burst/left,
|
||||
/turf/template_noop,
|
||||
/area/ruin/powered)
|
||||
"w" = (
|
||||
/obj/structure/shuttle/engine/propulsion/burst/right,
|
||||
/obj/machinery/power/shuttle_engine/propulsion/burst/right,
|
||||
/turf/template_noop,
|
||||
/area/ruin/powered)
|
||||
"x" = (
|
||||
/obj/structure/shuttle/engine/propulsion/burst,
|
||||
/obj/machinery/power/shuttle_engine/propulsion/burst,
|
||||
/turf/template_noop,
|
||||
/area/ruin/powered)
|
||||
|
||||
|
||||
@@ -147,7 +147,7 @@
|
||||
/turf/open/floor/mineral/titanium/white,
|
||||
/area/ruin/space/has_grav/whiteship/box)
|
||||
"uG" = (
|
||||
/obj/structure/shuttle/engine/propulsion/right{
|
||||
/obj/machinery/power/shuttle_engine/propulsion/right{
|
||||
dir = 8
|
||||
},
|
||||
/turf/open/floor/plating/airless,
|
||||
@@ -186,7 +186,7 @@
|
||||
/turf/open/floor/mineral/titanium/purple,
|
||||
/area/ruin/space/has_grav/whiteship/box)
|
||||
"CC" = (
|
||||
/obj/structure/shuttle/engine/propulsion{
|
||||
/obj/machinery/power/shuttle_engine/propulsion{
|
||||
dir = 8
|
||||
},
|
||||
/turf/open/floor/plating/airless,
|
||||
@@ -265,7 +265,7 @@
|
||||
/turf/open/floor/plating,
|
||||
/area/ruin/space/has_grav/whiteship/box)
|
||||
"VQ" = (
|
||||
/obj/structure/shuttle/engine/heater{
|
||||
/obj/machinery/power/shuttle_engine/heater{
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/window/reinforced{
|
||||
@@ -274,7 +274,7 @@
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/ruin/space/has_grav/whiteship/box)
|
||||
"Xp" = (
|
||||
/obj/structure/shuttle/engine/propulsion/left{
|
||||
/obj/machinery/power/shuttle_engine/propulsion/left{
|
||||
dir = 8
|
||||
},
|
||||
/turf/open/floor/plating/airless,
|
||||
|
||||
@@ -4599,7 +4599,7 @@
|
||||
/turf/open/floor/plating,
|
||||
/area/awaymission/moonoutpost19/arrivals)
|
||||
"lD" = (
|
||||
/obj/structure/shuttle/engine/heater{
|
||||
/obj/machinery/power/shuttle_engine/heater{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/window/reinforced{
|
||||
@@ -5775,7 +5775,7 @@
|
||||
},
|
||||
/area/awaymission/moonoutpost19/main)
|
||||
"rq" = (
|
||||
/obj/structure/shuttle/engine/propulsion/burst/right{
|
||||
/obj/machinery/power/shuttle_engine/propulsion/burst/right{
|
||||
dir = 4
|
||||
},
|
||||
/turf/open/misc/asteroid{
|
||||
@@ -6381,7 +6381,7 @@
|
||||
},
|
||||
/area/awaymission/moonoutpost19/research)
|
||||
"Zx" = (
|
||||
/obj/structure/shuttle/engine/propulsion/burst/left{
|
||||
/obj/machinery/power/shuttle_engine/propulsion/burst/left{
|
||||
dir = 4
|
||||
},
|
||||
/turf/open/misc/asteroid{
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
},
|
||||
/area/awaymission/research/interior/engineering)
|
||||
"ah" = (
|
||||
/obj/structure/shuttle/engine/propulsion/right{
|
||||
/obj/machinery/power/shuttle_engine/propulsion/right{
|
||||
dir = 1
|
||||
},
|
||||
/turf/open/space,
|
||||
@@ -24,7 +24,7 @@
|
||||
/turf/open/floor/plating,
|
||||
/area/awaymission/research/interior/engineering)
|
||||
"aj" = (
|
||||
/obj/structure/shuttle/engine/propulsion/left{
|
||||
/obj/machinery/power/shuttle_engine/propulsion/left{
|
||||
dir = 1
|
||||
},
|
||||
/turf/open/space,
|
||||
@@ -39,7 +39,7 @@
|
||||
/area/awaymission/research/interior/engineering)
|
||||
"am" = (
|
||||
/obj/structure/window/reinforced,
|
||||
/obj/structure/shuttle/engine/heater{
|
||||
/obj/machinery/power/shuttle_engine/heater{
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/window/reinforced{
|
||||
@@ -52,7 +52,7 @@
|
||||
/area/awaymission/research/interior/engineering)
|
||||
"ao" = (
|
||||
/obj/structure/window/reinforced,
|
||||
/obj/structure/shuttle/engine/heater{
|
||||
/obj/machinery/power/shuttle_engine/heater{
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/window/reinforced{
|
||||
@@ -3166,7 +3166,7 @@
|
||||
/turf/closed/wall/mineral/titanium,
|
||||
/area/awaymission/research/exterior)
|
||||
"mf" = (
|
||||
/obj/structure/shuttle/engine/propulsion/burst{
|
||||
/obj/machinery/power/shuttle_engine/propulsion/burst{
|
||||
dir = 4
|
||||
},
|
||||
/turf/closed/wall/mineral/titanium/interior,
|
||||
|
||||
@@ -2101,7 +2101,7 @@
|
||||
/turf/open/floor/iron,
|
||||
/area/awaymission/snowdin/post/dorm)
|
||||
"gj" = (
|
||||
/obj/structure/shuttle/engine/propulsion/left{
|
||||
/obj/machinery/power/shuttle_engine/propulsion/left{
|
||||
dir = 4
|
||||
},
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
@@ -8041,7 +8041,7 @@
|
||||
/turf/open/floor/plating,
|
||||
/area/awaymission/snowdin/post/minipost)
|
||||
"zz" = (
|
||||
/obj/structure/shuttle/engine/propulsion/right{
|
||||
/obj/machinery/power/shuttle_engine/propulsion/right{
|
||||
dir = 4
|
||||
},
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
@@ -8870,7 +8870,7 @@
|
||||
/turf/open/floor/circuit/red,
|
||||
/area/awaymission/snowdin/cave)
|
||||
"CP" = (
|
||||
/obj/structure/shuttle/engine/heater{
|
||||
/obj/machinery/power/shuttle_engine/heater{
|
||||
dir = 4
|
||||
},
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
@@ -8883,7 +8883,7 @@
|
||||
/turf/open/floor/plating/snowed,
|
||||
/area/awaymission/snowdin/cave)
|
||||
"CQ" = (
|
||||
/obj/structure/shuttle/engine/propulsion/left{
|
||||
/obj/machinery/power/shuttle_engine/propulsion/left{
|
||||
dir = 4
|
||||
},
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
@@ -8938,7 +8938,7 @@
|
||||
/turf/open/floor/circuit/red,
|
||||
/area/awaymission/snowdin/cave)
|
||||
"Da" = (
|
||||
/obj/structure/shuttle/engine/propulsion{
|
||||
/obj/machinery/power/shuttle_engine/propulsion{
|
||||
dir = 4
|
||||
},
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
@@ -8987,7 +8987,7 @@
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/awaymission/snowdin/cave)
|
||||
"Dl" = (
|
||||
/obj/structure/shuttle/engine/propulsion/right{
|
||||
/obj/machinery/power/shuttle_engine/propulsion/right{
|
||||
dir = 4
|
||||
},
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
@@ -9091,7 +9091,7 @@
|
||||
/turf/open/floor/plating,
|
||||
/area/awaymission/snowdin/cave)
|
||||
"DU" = (
|
||||
/obj/structure/shuttle/engine/heater{
|
||||
/obj/machinery/power/shuttle_engine/heater{
|
||||
dir = 4
|
||||
},
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
@@ -12861,7 +12861,7 @@
|
||||
/turf/open/misc/asteroid/snow,
|
||||
/area/awaymission/snowdin/cave)
|
||||
"Vl" = (
|
||||
/obj/structure/shuttle/engine/propulsion{
|
||||
/obj/machinery/power/shuttle_engine/propulsion{
|
||||
dir = 4
|
||||
},
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
dir = 4;
|
||||
resistance_flags = 64
|
||||
},
|
||||
/obj/structure/shuttle/engine/heater{
|
||||
/obj/machinery/power/shuttle_engine/heater{
|
||||
dir = 8
|
||||
},
|
||||
/turf/closed/indestructible/syndicate,
|
||||
@@ -129,7 +129,7 @@
|
||||
/turf/open/floor/mineral/titanium/blue,
|
||||
/area/centcom/ctf)
|
||||
"fa" = (
|
||||
/obj/structure/shuttle/engine/huge,
|
||||
/obj/machinery/power/shuttle_engine/huge,
|
||||
/turf/template_noop,
|
||||
/area/centcom/ctf)
|
||||
"fj" = (
|
||||
@@ -219,7 +219,7 @@
|
||||
dir = 1;
|
||||
resistance_flags = 64
|
||||
},
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/turf/closed/indestructible/syndicate,
|
||||
/area/centcom/ctf)
|
||||
"lL" = (
|
||||
@@ -310,13 +310,13 @@
|
||||
/turf/open/floor/mineral/titanium/blue,
|
||||
/area/centcom/ctf)
|
||||
"rI" = (
|
||||
/obj/structure/shuttle/engine/propulsion{
|
||||
/obj/machinery/power/shuttle_engine/propulsion{
|
||||
dir = 4
|
||||
},
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/centcom/ctf)
|
||||
"rR" = (
|
||||
/obj/structure/shuttle/engine/large,
|
||||
/obj/machinery/power/shuttle_engine/large,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/centcom/ctf)
|
||||
"sc" = (
|
||||
@@ -544,7 +544,7 @@
|
||||
dir = 8;
|
||||
resistance_flags = 64
|
||||
},
|
||||
/obj/structure/shuttle/engine/heater{
|
||||
/obj/machinery/power/shuttle_engine/heater{
|
||||
dir = 4
|
||||
},
|
||||
/turf/closed/indestructible/syndicate,
|
||||
@@ -697,7 +697,7 @@
|
||||
/turf/open/floor/pod/light,
|
||||
/area/centcom/ctf)
|
||||
"KO" = (
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 1
|
||||
},
|
||||
@@ -892,7 +892,7 @@
|
||||
/turf/open/floor/mineral/titanium/yellow,
|
||||
/area/centcom/ctf)
|
||||
"SS" = (
|
||||
/obj/structure/shuttle/engine/propulsion,
|
||||
/obj/machinery/power/shuttle_engine/propulsion,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/centcom/ctf)
|
||||
"SU" = (
|
||||
@@ -929,7 +929,7 @@
|
||||
/turf/open/floor/mineral/titanium/purple,
|
||||
/area/centcom/ctf)
|
||||
"Wd" = (
|
||||
/obj/structure/shuttle/engine/propulsion{
|
||||
/obj/machinery/power/shuttle_engine/propulsion{
|
||||
dir = 8
|
||||
},
|
||||
/turf/open/floor/plating/airless,
|
||||
|
||||
@@ -11303,7 +11303,7 @@
|
||||
/turf/open/floor/mineral/plastitanium/red,
|
||||
/area/centcom/syndicate_mothership/expansion_chemicalwarfare)
|
||||
"Gz" = (
|
||||
/obj/structure/shuttle/engine/heater{
|
||||
/obj/machinery/power/shuttle_engine/heater{
|
||||
resistance_flags = 3
|
||||
},
|
||||
/obj/structure/window/reinforced{
|
||||
@@ -11456,7 +11456,7 @@
|
||||
/turf/open/floor/iron,
|
||||
/area/centcom/syndicate_mothership/control)
|
||||
"GX" = (
|
||||
/obj/structure/shuttle/engine/propulsion,
|
||||
/obj/machinery/power/shuttle_engine/propulsion,
|
||||
/turf/open/space,
|
||||
/area/centcom/wizard_station)
|
||||
"GZ" = (
|
||||
@@ -12609,26 +12609,26 @@
|
||||
/turf/closed/wall/mineral/titanium,
|
||||
/area/centcom/central_command_areas/evacuation/ship)
|
||||
"KI" = (
|
||||
/obj/structure/shuttle/engine/propulsion/right{
|
||||
/obj/machinery/power/shuttle_engine/propulsion/right{
|
||||
dir = 1
|
||||
},
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/centcom/central_command_areas/evacuation/ship)
|
||||
"KJ" = (
|
||||
/obj/structure/shuttle/engine/propulsion{
|
||||
/obj/machinery/power/shuttle_engine/propulsion{
|
||||
dir = 1
|
||||
},
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/centcom/central_command_areas/evacuation/ship)
|
||||
"KK" = (
|
||||
/obj/structure/shuttle/engine/propulsion/left{
|
||||
/obj/machinery/power/shuttle_engine/propulsion/left{
|
||||
dir = 1
|
||||
},
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/centcom/central_command_areas/evacuation/ship)
|
||||
"KN" = (
|
||||
/obj/structure/window/reinforced,
|
||||
/obj/structure/shuttle/engine/heater{
|
||||
/obj/machinery/power/shuttle_engine/heater{
|
||||
dir = 1
|
||||
},
|
||||
/turf/open/floor/plating/airless,
|
||||
|
||||
@@ -33623,9 +33623,8 @@
|
||||
icon_state = "plating"
|
||||
},
|
||||
/obj/structure/tramwall/titanium,
|
||||
/obj/structure/shuttle/engine/propulsion/in_wall/tram{
|
||||
dir = 4;
|
||||
pixel_x = 32
|
||||
/obj/machinery/power/shuttle_engine/propulsion/tram{
|
||||
dir = 4
|
||||
},
|
||||
/turf/open/openspace,
|
||||
/area/station/hallway/primary/tram/center)
|
||||
@@ -41658,9 +41657,8 @@
|
||||
icon_state = "plating"
|
||||
},
|
||||
/obj/structure/tramwall/titanium,
|
||||
/obj/structure/shuttle/engine/propulsion/in_wall/tram{
|
||||
dir = 8;
|
||||
pixel_x = -32
|
||||
/obj/machinery/power/shuttle_engine/propulsion/tram{
|
||||
dir = 8
|
||||
},
|
||||
/turf/open/openspace,
|
||||
/area/station/hallway/primary/tram/center)
|
||||
@@ -63686,7 +63684,7 @@
|
||||
/obj/effect/turf_decal/trimline/yellow/warning{
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/shuttle/engine/propulsion{
|
||||
/obj/machinery/power/shuttle_engine/propulsion{
|
||||
desc = "A standard reliable bluespace engine used by many forms of shuttles. This one has the bluespace core removed.";
|
||||
name = "inactive propulsion engine"
|
||||
},
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
/turf/open/floor/mineral/titanium/blue,
|
||||
/area/shuttle/arrival)
|
||||
"m" = (
|
||||
/obj/structure/shuttle/engine/heater{
|
||||
/obj/machinery/power/shuttle_engine/heater{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/window/reinforced{
|
||||
@@ -61,7 +61,7 @@
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/arrival)
|
||||
"n" = (
|
||||
/obj/structure/shuttle/engine/propulsion/burst/right{
|
||||
/obj/machinery/power/shuttle_engine/propulsion/burst/right{
|
||||
dir = 4
|
||||
},
|
||||
/turf/open/floor/plating/airless,
|
||||
@@ -82,7 +82,7 @@
|
||||
/turf/open/floor/mineral/titanium,
|
||||
/area/shuttle/arrival)
|
||||
"s" = (
|
||||
/obj/structure/shuttle/engine/propulsion{
|
||||
/obj/machinery/power/shuttle_engine/propulsion{
|
||||
dir = 4
|
||||
},
|
||||
/turf/open/floor/plating/airless,
|
||||
@@ -94,7 +94,7 @@
|
||||
/turf/open/floor/mineral/titanium,
|
||||
/area/shuttle/arrival)
|
||||
"u" = (
|
||||
/obj/structure/shuttle/engine/propulsion{
|
||||
/obj/machinery/power/shuttle_engine/propulsion{
|
||||
dir = 4
|
||||
},
|
||||
/obj/docking_port/mobile/arrivals,
|
||||
@@ -127,7 +127,7 @@
|
||||
/turf/open/floor/mineral/titanium/blue,
|
||||
/area/shuttle/arrival)
|
||||
"A" = (
|
||||
/obj/structure/shuttle/engine/propulsion/burst/left{
|
||||
/obj/machinery/power/shuttle_engine/propulsion/burst/left{
|
||||
dir = 4
|
||||
},
|
||||
/turf/open/floor/plating/airless,
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/turf/template_noop,
|
||||
/area/template_noop)
|
||||
"b" = (
|
||||
/obj/structure/shuttle/engine/propulsion{
|
||||
/obj/machinery/power/shuttle_engine/propulsion{
|
||||
dir = 1
|
||||
},
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
@@ -26,7 +26,7 @@
|
||||
/area/shuttle/arrival)
|
||||
"e" = (
|
||||
/obj/structure/window/reinforced,
|
||||
/obj/structure/shuttle/engine/heater{
|
||||
/obj/machinery/power/shuttle_engine/heater{
|
||||
dir = 1
|
||||
},
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
|
||||
@@ -6,13 +6,13 @@
|
||||
/turf/closed/wall/mineral/titanium,
|
||||
/area/shuttle/arrival)
|
||||
"c" = (
|
||||
/obj/structure/shuttle/engine/propulsion{
|
||||
/obj/machinery/power/shuttle_engine/propulsion{
|
||||
dir = 1
|
||||
},
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/arrival)
|
||||
"d" = (
|
||||
/obj/structure/shuttle/engine/heater{
|
||||
/obj/machinery/power/shuttle_engine/heater{
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/window/reinforced,
|
||||
@@ -60,7 +60,7 @@
|
||||
/turf/open/floor/plating,
|
||||
/area/shuttle/arrival)
|
||||
"p" = (
|
||||
/obj/structure/shuttle/engine/propulsion{
|
||||
/obj/machinery/power/shuttle_engine/propulsion{
|
||||
dir = 1
|
||||
},
|
||||
/obj/docking_port/mobile/arrivals{
|
||||
|
||||
@@ -100,7 +100,7 @@
|
||||
/turf/open/floor/mineral/titanium/white,
|
||||
/area/shuttle/arrival)
|
||||
"n" = (
|
||||
/obj/structure/shuttle/engine/propulsion/left{
|
||||
/obj/machinery/power/shuttle_engine/propulsion/left{
|
||||
dir = 8
|
||||
},
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
@@ -109,7 +109,7 @@
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/arrival)
|
||||
"o" = (
|
||||
/obj/structure/shuttle/engine/heater{
|
||||
/obj/machinery/power/shuttle_engine/heater{
|
||||
dir = 8
|
||||
},
|
||||
/obj/effect/spawner/structure/window/reinforced/shuttle,
|
||||
@@ -166,7 +166,7 @@
|
||||
/turf/open/floor/mineral/plastitanium,
|
||||
/area/shuttle/arrival)
|
||||
"u" = (
|
||||
/obj/structure/shuttle/engine/propulsion{
|
||||
/obj/machinery/power/shuttle_engine/propulsion{
|
||||
dir = 8
|
||||
},
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
@@ -283,7 +283,7 @@
|
||||
/turf/open/floor/mineral/titanium/white,
|
||||
/area/shuttle/arrival)
|
||||
"G" = (
|
||||
/obj/structure/shuttle/engine/propulsion/right{
|
||||
/obj/machinery/power/shuttle_engine/propulsion/right{
|
||||
dir = 8
|
||||
},
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
/turf/open/floor/mineral/titanium/blue,
|
||||
/area/shuttle/arrival)
|
||||
"k" = (
|
||||
/obj/structure/shuttle/engine/heater{
|
||||
/obj/machinery/power/shuttle_engine/heater{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/window/reinforced{
|
||||
@@ -58,7 +58,7 @@
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/arrival)
|
||||
"l" = (
|
||||
/obj/structure/shuttle/engine/propulsion/burst/right{
|
||||
/obj/machinery/power/shuttle_engine/propulsion/burst/right{
|
||||
dir = 4
|
||||
},
|
||||
/turf/open/floor/plating/airless,
|
||||
@@ -84,7 +84,7 @@
|
||||
/turf/open/floor/mineral/titanium,
|
||||
/area/shuttle/arrival)
|
||||
"p" = (
|
||||
/obj/structure/shuttle/engine/propulsion{
|
||||
/obj/machinery/power/shuttle_engine/propulsion{
|
||||
dir = 4
|
||||
},
|
||||
/obj/docking_port/mobile/arrivals{
|
||||
@@ -99,7 +99,7 @@
|
||||
/turf/open/floor/mineral/titanium/blue,
|
||||
/area/shuttle/arrival)
|
||||
"r" = (
|
||||
/obj/structure/shuttle/engine/propulsion{
|
||||
/obj/machinery/power/shuttle_engine/propulsion{
|
||||
dir = 4
|
||||
},
|
||||
/turf/open/floor/plating/airless,
|
||||
@@ -122,7 +122,7 @@
|
||||
/turf/open/floor/mineral/titanium/blue,
|
||||
/area/shuttle/arrival)
|
||||
"v" = (
|
||||
/obj/structure/shuttle/engine/propulsion/burst/left{
|
||||
/obj/machinery/power/shuttle_engine/propulsion/burst/left{
|
||||
dir = 4
|
||||
},
|
||||
/turf/open/floor/plating/airless,
|
||||
|
||||
@@ -123,22 +123,22 @@
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/supply)
|
||||
"w" = (
|
||||
/turf/template_noop,
|
||||
/area/template_noop)
|
||||
"x" = (
|
||||
/obj/structure/shuttle/engine/propulsion/burst/left,
|
||||
/obj/machinery/power/shuttle_engine/propulsion/burst/left,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/supply)
|
||||
"y" = (
|
||||
/obj/structure/shuttle/engine/propulsion,
|
||||
/obj/machinery/power/shuttle_engine/propulsion,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/supply)
|
||||
"z" = (
|
||||
/obj/structure/shuttle/engine/propulsion/burst/right,
|
||||
/obj/machinery/power/shuttle_engine/propulsion/burst/right,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/supply)
|
||||
"A" = (
|
||||
|
||||
@@ -63,22 +63,22 @@
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/supply)
|
||||
"s" = (
|
||||
/turf/template_noop,
|
||||
/area/template_noop)
|
||||
"t" = (
|
||||
/obj/structure/shuttle/engine/propulsion/burst/left,
|
||||
/obj/machinery/power/shuttle_engine/propulsion/burst/left,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/supply)
|
||||
"u" = (
|
||||
/obj/structure/shuttle/engine/propulsion,
|
||||
/obj/machinery/power/shuttle_engine/propulsion,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/supply)
|
||||
"v" = (
|
||||
/obj/structure/shuttle/engine/propulsion/burst/right,
|
||||
/obj/machinery/power/shuttle_engine/propulsion/burst/right,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/supply)
|
||||
"w" = (
|
||||
|
||||
@@ -177,7 +177,7 @@
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/obj/effect/turf_decal/stripes/line,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/supply)
|
||||
@@ -185,7 +185,7 @@
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/effect/turf_decal/stripes/line,
|
||||
/turf/open/floor/plating/airless,
|
||||
@@ -194,17 +194,17 @@
|
||||
/turf/template_noop,
|
||||
/area/template_noop)
|
||||
"C" = (
|
||||
/obj/structure/shuttle/engine/propulsion/burst/left,
|
||||
/obj/machinery/power/shuttle_engine/propulsion/burst/left,
|
||||
/obj/effect/turf_decal/stripes/line,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/supply)
|
||||
"D" = (
|
||||
/obj/structure/shuttle/engine/propulsion,
|
||||
/obj/machinery/power/shuttle_engine/propulsion,
|
||||
/obj/effect/turf_decal/stripes/line,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/supply)
|
||||
"E" = (
|
||||
/obj/structure/shuttle/engine/propulsion/burst/right,
|
||||
/obj/machinery/power/shuttle_engine/propulsion/burst/right,
|
||||
/obj/effect/turf_decal/stripes/line,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/supply)
|
||||
|
||||
@@ -258,24 +258,24 @@
|
||||
/area/shuttle/supply)
|
||||
"A" = (
|
||||
/obj/effect/spawner/structure/window/reinforced/shuttle,
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/turf/open/floor/plating,
|
||||
/area/shuttle/supply)
|
||||
"B" = (
|
||||
/turf/template_noop,
|
||||
/area/template_noop)
|
||||
"C" = (
|
||||
/obj/structure/shuttle/engine/propulsion/burst/left,
|
||||
/obj/machinery/power/shuttle_engine/propulsion/burst/left,
|
||||
/obj/effect/turf_decal/stripes/line,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/supply)
|
||||
"D" = (
|
||||
/obj/structure/shuttle/engine/propulsion,
|
||||
/obj/machinery/power/shuttle_engine/propulsion,
|
||||
/obj/effect/turf_decal/stripes/line,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/supply)
|
||||
"E" = (
|
||||
/obj/structure/shuttle/engine/propulsion/burst/right,
|
||||
/obj/machinery/power/shuttle_engine/propulsion/burst/right,
|
||||
/obj/effect/turf_decal/stripes/line,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/supply)
|
||||
|
||||
@@ -105,7 +105,7 @@
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/obj/effect/turf_decal/stripes/line,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/supply)
|
||||
@@ -113,7 +113,7 @@
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/effect/turf_decal/stripes/line,
|
||||
/turf/open/floor/plating/airless,
|
||||
@@ -122,17 +122,17 @@
|
||||
/turf/template_noop,
|
||||
/area/template_noop)
|
||||
"C" = (
|
||||
/obj/structure/shuttle/engine/propulsion/burst/left,
|
||||
/obj/machinery/power/shuttle_engine/propulsion/burst/left,
|
||||
/obj/effect/turf_decal/stripes/line,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/supply)
|
||||
"D" = (
|
||||
/obj/structure/shuttle/engine/propulsion,
|
||||
/obj/machinery/power/shuttle_engine/propulsion,
|
||||
/obj/effect/turf_decal/stripes/line,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/supply)
|
||||
"E" = (
|
||||
/obj/structure/shuttle/engine/propulsion/burst/right,
|
||||
/obj/machinery/power/shuttle_engine/propulsion/burst/right,
|
||||
/obj/effect/turf_decal/stripes/line,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/supply)
|
||||
|
||||
@@ -42,13 +42,13 @@
|
||||
/turf/open/floor/mineral/plastitanium/red/brig,
|
||||
/area/shuttle/escape/brig)
|
||||
"am" = (
|
||||
/obj/structure/shuttle/engine/propulsion{
|
||||
/obj/machinery/power/shuttle_engine/propulsion{
|
||||
dir = 8
|
||||
},
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/escape)
|
||||
"an" = (
|
||||
/obj/structure/shuttle/engine/heater{
|
||||
/obj/machinery/power/shuttle_engine/heater{
|
||||
dir = 8
|
||||
},
|
||||
/turf/open/floor/plating/airless,
|
||||
|
||||
@@ -436,11 +436,11 @@
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/escape)
|
||||
"bE" = (
|
||||
/obj/structure/shuttle/engine/propulsion,
|
||||
/obj/machinery/power/shuttle_engine/propulsion,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/escape)
|
||||
"bG" = (
|
||||
|
||||
@@ -769,7 +769,7 @@
|
||||
/turf/open/floor/mineral/titanium/purple,
|
||||
/area/shuttle/escape)
|
||||
"QW" = (
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 1
|
||||
},
|
||||
@@ -812,7 +812,7 @@
|
||||
/turf/open/floor/iron,
|
||||
/area/shuttle/escape)
|
||||
"Tf" = (
|
||||
/obj/structure/shuttle/engine/propulsion,
|
||||
/obj/machinery/power/shuttle_engine/propulsion,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/escape)
|
||||
"Tg" = (
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
/turf/open/floor/mineral/titanium/white,
|
||||
/area/shuttle/escape)
|
||||
"ag" = (
|
||||
/obj/structure/shuttle/engine/propulsion/right{
|
||||
/obj/machinery/power/shuttle_engine/propulsion/right{
|
||||
dir = 4
|
||||
},
|
||||
/turf/open/floor/plating/airless,
|
||||
@@ -71,7 +71,7 @@
|
||||
/turf/open/floor/mineral/titanium/white,
|
||||
/area/shuttle/escape)
|
||||
"ap" = (
|
||||
/obj/structure/shuttle/engine/propulsion{
|
||||
/obj/machinery/power/shuttle_engine/propulsion{
|
||||
dir = 4
|
||||
},
|
||||
/turf/open/floor/plating/airless,
|
||||
@@ -99,7 +99,7 @@
|
||||
/turf/open/floor/mineral/plastitanium/red/brig,
|
||||
/area/shuttle/escape/brig)
|
||||
"au" = (
|
||||
/obj/structure/shuttle/engine/propulsion/left{
|
||||
/obj/machinery/power/shuttle_engine/propulsion/left{
|
||||
dir = 4
|
||||
},
|
||||
/turf/open/floor/plating/airless,
|
||||
|
||||
@@ -267,14 +267,14 @@
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/escape)
|
||||
"bj" = (
|
||||
/turf/closed/wall/mineral/titanium/nodiagonal,
|
||||
/area/shuttle/escape)
|
||||
"bk" = (
|
||||
/obj/structure/shuttle/engine/propulsion,
|
||||
/obj/machinery/power/shuttle_engine/propulsion,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/escape)
|
||||
"bl" = (
|
||||
|
||||
@@ -1000,7 +1000,7 @@
|
||||
/turf/open/floor/iron,
|
||||
/area/shuttle/escape)
|
||||
"Dv" = (
|
||||
/obj/structure/shuttle/engine/heater{
|
||||
/obj/machinery/power/shuttle_engine/heater{
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/window/reinforced/plasma{
|
||||
@@ -1144,7 +1144,7 @@
|
||||
/turf/open/floor/carpet/green,
|
||||
/area/shuttle/escape)
|
||||
"Ih" = (
|
||||
/obj/structure/shuttle/engine/propulsion{
|
||||
/obj/machinery/power/shuttle_engine/propulsion{
|
||||
dir = 8
|
||||
},
|
||||
/turf/open/floor/plating/airless,
|
||||
|
||||
@@ -1102,11 +1102,11 @@
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/escape)
|
||||
"dz" = (
|
||||
/obj/structure/shuttle/engine/propulsion,
|
||||
/obj/machinery/power/shuttle_engine/propulsion,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/escape)
|
||||
"dA" = (
|
||||
|
||||
@@ -279,11 +279,11 @@
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/escape)
|
||||
"bg" = (
|
||||
/obj/structure/shuttle/engine/propulsion,
|
||||
/obj/machinery/power/shuttle_engine/propulsion,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/escape)
|
||||
"kT" = (
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/turf/template_noop,
|
||||
/area/template_noop)
|
||||
"b" = (
|
||||
/obj/structure/shuttle/engine/propulsion{
|
||||
/obj/machinery/power/shuttle_engine/propulsion{
|
||||
dir = 1
|
||||
},
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
@@ -16,7 +16,7 @@
|
||||
/area/shuttle/escape)
|
||||
"d" = (
|
||||
/obj/structure/window/reinforced,
|
||||
/obj/structure/shuttle/engine/heater{
|
||||
/obj/machinery/power/shuttle_engine/heater{
|
||||
dir = 1
|
||||
},
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
|
||||
@@ -112,11 +112,11 @@
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/escape)
|
||||
"u" = (
|
||||
/obj/structure/shuttle/engine/propulsion,
|
||||
/obj/machinery/power/shuttle_engine/propulsion,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/escape)
|
||||
"v" = (
|
||||
|
||||
@@ -59,7 +59,7 @@
|
||||
/turf/open/floor/iron/white,
|
||||
/area/shuttle/escape)
|
||||
"dR" = (
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/turf/closed/wall/mineral/titanium/nodiagonal,
|
||||
/area/shuttle/escape)
|
||||
"eb" = (
|
||||
@@ -391,7 +391,7 @@
|
||||
/turf/open/floor/iron/white,
|
||||
/area/shuttle/escape)
|
||||
"sW" = (
|
||||
/obj/structure/shuttle/engine/huge,
|
||||
/obj/machinery/power/shuttle_engine/huge,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/escape)
|
||||
"tx" = (
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/turf/template_noop,
|
||||
/area/template_noop)
|
||||
"ab" = (
|
||||
/obj/structure/shuttle/engine/propulsion{
|
||||
/obj/machinery/power/shuttle_engine/propulsion{
|
||||
dir = 1
|
||||
},
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
@@ -16,7 +16,7 @@
|
||||
/area/shuttle/escape)
|
||||
"ad" = (
|
||||
/obj/structure/window/reinforced,
|
||||
/obj/structure/shuttle/engine/heater{
|
||||
/obj/machinery/power/shuttle_engine/heater{
|
||||
dir = 1
|
||||
},
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
|
||||
@@ -198,14 +198,14 @@
|
||||
/turf/open/floor/wood,
|
||||
/area/shuttle/escape)
|
||||
"M" = (
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/obj/structure/window/reinforced/plasma{
|
||||
dir = 1
|
||||
},
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/escape)
|
||||
"N" = (
|
||||
/obj/structure/shuttle/engine/propulsion,
|
||||
/obj/machinery/power/shuttle_engine/propulsion,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/escape)
|
||||
"O" = (
|
||||
|
||||
@@ -449,11 +449,11 @@
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/escape)
|
||||
"bt" = (
|
||||
/obj/structure/shuttle/engine/propulsion,
|
||||
/obj/machinery/power/shuttle_engine/propulsion,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/escape)
|
||||
"bS" = (
|
||||
|
||||
@@ -3,13 +3,13 @@
|
||||
/turf/template_noop,
|
||||
/area/template_noop)
|
||||
"b" = (
|
||||
/obj/structure/shuttle/engine/propulsion{
|
||||
/obj/machinery/power/shuttle_engine/propulsion{
|
||||
dir = 4
|
||||
},
|
||||
/turf/open/floor/plating,
|
||||
/area/shuttle/escape)
|
||||
"c" = (
|
||||
/obj/structure/shuttle/engine/heater{
|
||||
/obj/machinery/power/shuttle_engine/heater{
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/window/reinforced{
|
||||
@@ -70,7 +70,7 @@
|
||||
/turf/open/floor/mineral/titanium/blue,
|
||||
/area/shuttle/escape)
|
||||
"p" = (
|
||||
/obj/structure/shuttle/engine/heater{
|
||||
/obj/machinery/power/shuttle_engine/heater{
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/window/reinforced{
|
||||
@@ -223,7 +223,7 @@
|
||||
/turf/open/floor/mineral/titanium,
|
||||
/area/shuttle/escape)
|
||||
"W" = (
|
||||
/obj/structure/shuttle/engine/propulsion{
|
||||
/obj/machinery/power/shuttle_engine/propulsion{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/window/reinforced{
|
||||
@@ -232,14 +232,14 @@
|
||||
/turf/open/floor/plating,
|
||||
/area/shuttle/escape)
|
||||
"X" = (
|
||||
/obj/structure/shuttle/engine/propulsion{
|
||||
/obj/machinery/power/shuttle_engine/propulsion{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/window/reinforced,
|
||||
/turf/open/floor/plating,
|
||||
/area/shuttle/escape)
|
||||
"Y" = (
|
||||
/obj/structure/shuttle/engine/heater{
|
||||
/obj/machinery/power/shuttle_engine/heater{
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/window/reinforced,
|
||||
|
||||
@@ -507,7 +507,7 @@
|
||||
/area/shuttle/escape)
|
||||
"cK" = (
|
||||
/obj/effect/spawner/structure/window/reinforced/shuttle,
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/turf/open/floor/plating,
|
||||
/area/shuttle/escape)
|
||||
"cL" = (
|
||||
@@ -534,7 +534,7 @@
|
||||
/turf/closed/wall/mineral/plastitanium,
|
||||
/area/shuttle/escape)
|
||||
"cT" = (
|
||||
/obj/structure/shuttle/engine/propulsion,
|
||||
/obj/machinery/power/shuttle_engine/propulsion,
|
||||
/obj/effect/turf_decal/stripes/line,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/escape)
|
||||
@@ -596,7 +596,7 @@
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/shuttle/escape)
|
||||
"dc" = (
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 1
|
||||
},
|
||||
@@ -606,12 +606,12 @@
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/escape)
|
||||
"dd" = (
|
||||
/obj/structure/shuttle/engine/propulsion/left,
|
||||
/obj/machinery/power/shuttle_engine/propulsion/left,
|
||||
/obj/effect/turf_decal/stripes/line,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/escape)
|
||||
"de" = (
|
||||
/obj/structure/shuttle/engine/propulsion/right,
|
||||
/obj/machinery/power/shuttle_engine/propulsion/right,
|
||||
/obj/effect/turf_decal/stripes/line,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/escape)
|
||||
|
||||
@@ -77,13 +77,13 @@
|
||||
/turf/open/floor/iron,
|
||||
/area/shuttle/escape/luxury)
|
||||
"ar" = (
|
||||
/obj/structure/shuttle/engine/propulsion{
|
||||
/obj/machinery/power/shuttle_engine/propulsion{
|
||||
dir = 8
|
||||
},
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/escape/luxury)
|
||||
"as" = (
|
||||
/obj/structure/shuttle/engine/heater{
|
||||
/obj/machinery/power/shuttle_engine/heater{
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/window/reinforced{
|
||||
|
||||
@@ -622,7 +622,7 @@
|
||||
/turf/open/misc/grass,
|
||||
/area/shuttle/escape/simulation)
|
||||
"Ck" = (
|
||||
/obj/structure/shuttle/engine/propulsion{
|
||||
/obj/machinery/power/shuttle_engine/propulsion{
|
||||
dir = 8
|
||||
},
|
||||
/turf/open/floor/plating,
|
||||
@@ -680,7 +680,7 @@
|
||||
/turf/open/floor/mineral/titanium,
|
||||
/area/shuttle/escape)
|
||||
"CY" = (
|
||||
/obj/structure/shuttle/engine/heater{
|
||||
/obj/machinery/power/shuttle_engine/heater{
|
||||
dir = 8
|
||||
},
|
||||
/turf/open/floor/plating,
|
||||
|
||||
@@ -156,13 +156,13 @@
|
||||
/turf/open/floor/mineral/titanium/blue,
|
||||
/area/shuttle/escape)
|
||||
"au" = (
|
||||
/obj/structure/shuttle/engine/propulsion{
|
||||
/obj/machinery/power/shuttle_engine/propulsion{
|
||||
dir = 8
|
||||
},
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/escape)
|
||||
"av" = (
|
||||
/obj/structure/shuttle/engine/heater{
|
||||
/obj/machinery/power/shuttle_engine/heater{
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/window/reinforced{
|
||||
|
||||
@@ -50,11 +50,11 @@
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/escape/meteor)
|
||||
"n" = (
|
||||
/obj/structure/shuttle/engine/propulsion,
|
||||
/obj/machinery/power/shuttle_engine/propulsion,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/escape/meteor)
|
||||
"u" = (
|
||||
|
||||
@@ -6,13 +6,13 @@
|
||||
/turf/closed/wall/mineral/titanium,
|
||||
/area/shuttle/escape)
|
||||
"c" = (
|
||||
/obj/structure/shuttle/engine/propulsion{
|
||||
/obj/machinery/power/shuttle_engine/propulsion{
|
||||
dir = 1
|
||||
},
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/escape)
|
||||
"d" = (
|
||||
/obj/structure/shuttle/engine/heater{
|
||||
/obj/machinery/power/shuttle_engine/heater{
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/window/reinforced,
|
||||
|
||||
@@ -149,14 +149,14 @@
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/shuttle/escape)
|
||||
"bv" = (
|
||||
/obj/structure/shuttle/engine/propulsion,
|
||||
/obj/machinery/power/shuttle_engine/propulsion,
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 8
|
||||
},
|
||||
/turf/open/floor/plating,
|
||||
/area/shuttle/escape)
|
||||
"bx" = (
|
||||
/obj/structure/shuttle/engine/propulsion,
|
||||
/obj/machinery/power/shuttle_engine/propulsion,
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 8;
|
||||
layer = 2.9
|
||||
@@ -172,7 +172,7 @@
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/shuttle/escape)
|
||||
"bC" = (
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 4;
|
||||
layer = 2.9
|
||||
@@ -470,7 +470,7 @@
|
||||
/turf/open/space/basic,
|
||||
/area/shuttle/escape)
|
||||
"hC" = (
|
||||
/obj/structure/shuttle/engine/propulsion,
|
||||
/obj/machinery/power/shuttle_engine/propulsion,
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 4;
|
||||
layer = 2.9
|
||||
@@ -683,7 +683,7 @@
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/shuttle/escape)
|
||||
"jt" = (
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 1
|
||||
},
|
||||
@@ -697,7 +697,7 @@
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/shuttle/escape)
|
||||
"jG" = (
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 4
|
||||
},
|
||||
@@ -1088,7 +1088,7 @@
|
||||
/turf/open/floor/plating,
|
||||
/area/shuttle/escape)
|
||||
"pr" = (
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 8
|
||||
},
|
||||
@@ -2842,7 +2842,7 @@
|
||||
/turf/open/floor/carpet,
|
||||
/area/shuttle/escape)
|
||||
"Nb" = (
|
||||
/obj/structure/shuttle/engine/propulsion,
|
||||
/obj/machinery/power/shuttle_engine/propulsion,
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 4;
|
||||
layer = 2.9
|
||||
@@ -3008,7 +3008,7 @@
|
||||
/turf/open/floor/mineral/plastitanium/red/brig,
|
||||
/area/shuttle/escape/brig)
|
||||
"Pb" = (
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 1
|
||||
},
|
||||
@@ -3433,7 +3433,7 @@
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/shuttle/escape)
|
||||
"Tc" = (
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/turf/open/floor/plating,
|
||||
/area/shuttle/escape)
|
||||
"Tf" = (
|
||||
@@ -3512,7 +3512,7 @@
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/shuttle/escape)
|
||||
"Ua" = (
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 1
|
||||
},
|
||||
@@ -3634,7 +3634,7 @@
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/shuttle/escape)
|
||||
"VE" = (
|
||||
/obj/structure/shuttle/engine/propulsion,
|
||||
/obj/machinery/power/shuttle_engine/propulsion,
|
||||
/turf/open/floor/plating,
|
||||
/area/shuttle/escape)
|
||||
"VF" = (
|
||||
@@ -3865,7 +3865,7 @@
|
||||
/turf/open/floor/carpet,
|
||||
/area/shuttle/escape)
|
||||
"Ye" = (
|
||||
/obj/structure/shuttle/engine/propulsion,
|
||||
/obj/machinery/power/shuttle_engine/propulsion,
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 4
|
||||
},
|
||||
|
||||
@@ -240,11 +240,11 @@
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/escape)
|
||||
"V" = (
|
||||
/obj/structure/shuttle/engine/propulsion,
|
||||
/obj/machinery/power/shuttle_engine/propulsion,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/escape)
|
||||
"X" = (
|
||||
|
||||
@@ -185,7 +185,7 @@
|
||||
/turf/open/floor/grass,
|
||||
/area/shuttle/escape)
|
||||
"gu" = (
|
||||
/obj/structure/shuttle/engine/propulsion,
|
||||
/obj/machinery/power/shuttle_engine/propulsion,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/escape)
|
||||
"gx" = (
|
||||
@@ -844,7 +844,7 @@
|
||||
/turf/open/floor/iron/white,
|
||||
/area/shuttle/escape)
|
||||
"GV" = (
|
||||
/obj/structure/shuttle/engine/huge,
|
||||
/obj/machinery/power/shuttle_engine/huge,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/escape)
|
||||
"He" = (
|
||||
@@ -906,7 +906,7 @@
|
||||
/turf/open/floor/plating,
|
||||
/area/shuttle/escape)
|
||||
"Jw" = (
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 1
|
||||
},
|
||||
|
||||
@@ -497,7 +497,7 @@
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/obj/effect/turf_decal/stripes/line,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/escape)
|
||||
@@ -505,7 +505,7 @@
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/effect/turf_decal/stripes/line,
|
||||
/turf/open/floor/plating/airless,
|
||||
@@ -514,7 +514,7 @@
|
||||
/turf/template_noop,
|
||||
/area/template_noop)
|
||||
"bv" = (
|
||||
/obj/structure/shuttle/engine/propulsion,
|
||||
/obj/machinery/power/shuttle_engine/propulsion,
|
||||
/obj/effect/turf_decal/stripes/line,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/escape)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
||||
"a" = (
|
||||
/obj/structure/shuttle/engine/propulsion{
|
||||
/obj/machinery/power/shuttle_engine/propulsion{
|
||||
dir = 8
|
||||
},
|
||||
/turf/closed/wall/mineral/titanium,
|
||||
|
||||
@@ -461,7 +461,7 @@
|
||||
/turf/open/floor/iron/white,
|
||||
/area/shuttle/escape)
|
||||
"bc" = (
|
||||
/obj/structure/shuttle/engine/propulsion,
|
||||
/obj/machinery/power/shuttle_engine/propulsion,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/escape)
|
||||
"bd" = (
|
||||
@@ -637,7 +637,7 @@
|
||||
/turf/open/floor/mineral/plastitanium/red/brig,
|
||||
/area/shuttle/escape/brig)
|
||||
"bE" = (
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/obj/structure/window/reinforced/plasma/plastitanium,
|
||||
/turf/open/floor/plating,
|
||||
/area/shuttle/escape)
|
||||
|
||||
@@ -2033,7 +2033,7 @@
|
||||
/turf/closed/wall/mineral/plastitanium,
|
||||
/area/shuttle/escape)
|
||||
"ek" = (
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 1
|
||||
},
|
||||
@@ -2043,11 +2043,11 @@
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/escape)
|
||||
"em" = (
|
||||
/obj/structure/shuttle/engine/propulsion,
|
||||
/obj/machinery/power/shuttle_engine/propulsion,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/escape)
|
||||
"en" = (
|
||||
/obj/structure/shuttle/engine/large,
|
||||
/obj/machinery/power/shuttle_engine/large,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/escape)
|
||||
"eo" = (
|
||||
|
||||
@@ -100,7 +100,7 @@
|
||||
/turf/open/floor/wood,
|
||||
/area/shuttle/escape)
|
||||
"od" = (
|
||||
/obj/structure/shuttle/engine/propulsion,
|
||||
/obj/machinery/power/shuttle_engine/propulsion,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/escape)
|
||||
"pa" = (
|
||||
@@ -234,7 +234,7 @@
|
||||
/turf/open/floor/wood,
|
||||
/area/shuttle/escape)
|
||||
"KJ" = (
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/obj/structure/window/reinforced/spawner/north,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/escape)
|
||||
|
||||
@@ -492,11 +492,11 @@
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/escape)
|
||||
"bL" = (
|
||||
/obj/structure/shuttle/engine/propulsion,
|
||||
/obj/machinery/power/shuttle_engine/propulsion,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/escape)
|
||||
"bM" = (
|
||||
|
||||
@@ -360,21 +360,21 @@
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/escape)
|
||||
"bm" = (
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 4
|
||||
},
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/escape)
|
||||
"bn" = (
|
||||
/obj/structure/shuttle/engine/propulsion,
|
||||
/obj/machinery/power/shuttle_engine/propulsion,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/escape)
|
||||
"bo" = (
|
||||
|
||||
@@ -228,7 +228,7 @@
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/escape)
|
||||
"bc" = (
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/escape)
|
||||
"bd" = (
|
||||
@@ -238,7 +238,7 @@
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/escape)
|
||||
"be" = (
|
||||
/obj/structure/shuttle/engine/propulsion,
|
||||
/obj/machinery/power/shuttle_engine/propulsion,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/escape)
|
||||
"bf" = (
|
||||
|
||||
@@ -359,11 +359,11 @@
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/escape)
|
||||
"bi" = (
|
||||
/obj/structure/shuttle/engine/propulsion,
|
||||
/obj/machinery/power/shuttle_engine/propulsion,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/escape)
|
||||
"bj" = (
|
||||
|
||||
@@ -272,11 +272,11 @@
|
||||
/turf/open/lava/smooth/airless,
|
||||
/area/shuttle/escape)
|
||||
"bf" = (
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/turf/open/lava/smooth/airless,
|
||||
/area/shuttle/escape)
|
||||
"bg" = (
|
||||
/obj/structure/shuttle/engine/propulsion,
|
||||
/obj/machinery/power/shuttle_engine/propulsion,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/escape)
|
||||
"bi" = (
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
/turf/open/floor/mineral/titanium/blue,
|
||||
/area/shuttle/pod_1)
|
||||
"Z" = (
|
||||
/obj/structure/shuttle/engine/propulsion/burst,
|
||||
/obj/machinery/power/shuttle_engine/propulsion/burst,
|
||||
/turf/closed/wall/mineral/titanium,
|
||||
/area/shuttle/pod_1)
|
||||
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
/turf/template_noop,
|
||||
/area/template_noop)
|
||||
"Z" = (
|
||||
/obj/structure/shuttle/engine/propulsion/burst,
|
||||
/obj/machinery/power/shuttle_engine/propulsion/burst,
|
||||
/turf/closed/wall/mineral/titanium,
|
||||
/area/shuttle/pod_1)
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/turf/template_noop,
|
||||
/area/template_noop)
|
||||
"b" = (
|
||||
/obj/structure/shuttle/engine/propulsion{
|
||||
/obj/machinery/power/shuttle_engine/propulsion{
|
||||
dir = 4
|
||||
},
|
||||
/turf/closed/wall/mineral/titanium,
|
||||
|
||||
@@ -14,13 +14,13 @@
|
||||
/turf/open/floor/pod/dark,
|
||||
/area/shuttle/transport)
|
||||
"e" = (
|
||||
/obj/structure/shuttle/engine/propulsion/left{
|
||||
/obj/machinery/power/shuttle_engine/propulsion/left{
|
||||
dir = 8
|
||||
},
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/transport)
|
||||
"f" = (
|
||||
/obj/structure/shuttle/engine/heater{
|
||||
/obj/machinery/power/shuttle_engine/heater{
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/window/reinforced,
|
||||
@@ -38,7 +38,7 @@
|
||||
/turf/open/floor/pod/light,
|
||||
/area/shuttle/transport)
|
||||
"j" = (
|
||||
/obj/structure/shuttle/engine/heater{
|
||||
/obj/machinery/power/shuttle_engine/heater{
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/window/reinforced{
|
||||
@@ -74,7 +74,7 @@
|
||||
/turf/open/floor/pod/light,
|
||||
/area/shuttle/transport)
|
||||
"o" = (
|
||||
/obj/structure/shuttle/engine/heater{
|
||||
/obj/machinery/power/shuttle_engine/heater{
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/window/reinforced{
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
/turf/closed/wall/mineral/titanium,
|
||||
/area/shuttle/transport)
|
||||
"h" = (
|
||||
/obj/structure/shuttle/engine/propulsion/left{
|
||||
/obj/machinery/power/shuttle_engine/propulsion/left{
|
||||
dir = 8
|
||||
},
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
@@ -40,7 +40,7 @@
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/transport)
|
||||
"i" = (
|
||||
/obj/structure/shuttle/engine/heater{
|
||||
/obj/machinery/power/shuttle_engine/heater{
|
||||
dir = 8
|
||||
},
|
||||
/obj/effect/spawner/structure/window/reinforced/shuttle,
|
||||
@@ -91,7 +91,7 @@
|
||||
/turf/open/floor/mineral/plastitanium,
|
||||
/area/shuttle/transport)
|
||||
"p" = (
|
||||
/obj/structure/shuttle/engine/propulsion{
|
||||
/obj/machinery/power/shuttle_engine/propulsion{
|
||||
dir = 8
|
||||
},
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
@@ -160,7 +160,7 @@
|
||||
/turf/open/floor/mineral/plastitanium,
|
||||
/area/shuttle/transport)
|
||||
"u" = (
|
||||
/obj/structure/shuttle/engine/propulsion/right{
|
||||
/obj/machinery/power/shuttle_engine/propulsion/right{
|
||||
dir = 8
|
||||
},
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
|
||||
@@ -3,13 +3,13 @@
|
||||
/turf/template_noop,
|
||||
/area/template_noop)
|
||||
"ab" = (
|
||||
/obj/structure/shuttle/engine/propulsion/left{
|
||||
/obj/machinery/power/shuttle_engine/propulsion/left{
|
||||
dir = 4
|
||||
},
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/transport)
|
||||
"ac" = (
|
||||
/obj/structure/shuttle/engine/heater{
|
||||
/obj/machinery/power/shuttle_engine/heater{
|
||||
dir = 8
|
||||
},
|
||||
/turf/open/floor/plating/airless,
|
||||
@@ -259,11 +259,11 @@
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/transport)
|
||||
"bi" = (
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/transport)
|
||||
"bj" = (
|
||||
/obj/structure/shuttle/engine/propulsion/right,
|
||||
/obj/machinery/power/shuttle_engine/propulsion/right,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/transport)
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/turf/template_noop,
|
||||
/area/template_noop)
|
||||
"b" = (
|
||||
/obj/structure/shuttle/engine/propulsion{
|
||||
/obj/machinery/power/shuttle_engine/propulsion{
|
||||
dir = 4
|
||||
},
|
||||
/turf/closed/wall/mineral/titanium,
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
/turf/open/floor/plating,
|
||||
/area/shuttle/hunter)
|
||||
"e" = (
|
||||
/obj/structure/shuttle/engine/propulsion{
|
||||
/obj/machinery/power/shuttle_engine/propulsion{
|
||||
dir = 8
|
||||
},
|
||||
/turf/open/floor/plating/airless,
|
||||
@@ -75,7 +75,7 @@
|
||||
/turf/open/floor/pod/light,
|
||||
/area/shuttle/hunter)
|
||||
"q" = (
|
||||
/obj/structure/shuttle/engine/heater{
|
||||
/obj/machinery/power/shuttle_engine/heater{
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/window/reinforced{
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
/turf/open/floor/mineral/plastitanium/red,
|
||||
/area/shuttle/hunter/russian)
|
||||
"eL" = (
|
||||
/obj/structure/shuttle/engine/propulsion{
|
||||
/obj/machinery/power/shuttle_engine/propulsion{
|
||||
dir = 8
|
||||
},
|
||||
/turf/open/floor/plating/airless,
|
||||
@@ -401,7 +401,7 @@
|
||||
/turf/open/floor/pod/dark,
|
||||
/area/shuttle/hunter/russian)
|
||||
"EK" = (
|
||||
/obj/structure/shuttle/engine/heater{
|
||||
/obj/machinery/power/shuttle_engine/heater{
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/window/reinforced/survival_pod{
|
||||
|
||||
@@ -91,7 +91,7 @@
|
||||
/turf/open/floor/mineral/titanium/blue,
|
||||
/area/shuttle/hunter)
|
||||
"hB" = (
|
||||
/obj/structure/shuttle/engine/propulsion{
|
||||
/obj/machinery/power/shuttle_engine/propulsion{
|
||||
dir = 8
|
||||
},
|
||||
/turf/closed/wall/mineral/titanium,
|
||||
|
||||
@@ -615,7 +615,7 @@
|
||||
/turf/open/floor/mineral/plastitanium/red,
|
||||
/area/shuttle/syndicate/airlock)
|
||||
"bn" = (
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/turf/closed/wall/r_wall/syndicate,
|
||||
/area/shuttle/syndicate/medical)
|
||||
"bo" = (
|
||||
@@ -703,7 +703,7 @@
|
||||
/turf/open/floor/mineral/plastitanium/red,
|
||||
/area/shuttle/syndicate/airlock)
|
||||
"bw" = (
|
||||
/obj/structure/shuttle/engine/propulsion,
|
||||
/obj/machinery/power/shuttle_engine/propulsion,
|
||||
/obj/effect/turf_decal/stripes/box,
|
||||
/obj/effect/turf_decal/stripes/box,
|
||||
/turf/open/floor/plating,
|
||||
@@ -766,7 +766,7 @@
|
||||
/turf/closed/wall/r_wall/syndicate,
|
||||
/area/shuttle/syndicate/armory)
|
||||
"bF" = (
|
||||
/obj/structure/shuttle/engine/propulsion,
|
||||
/obj/machinery/power/shuttle_engine/propulsion,
|
||||
/obj/effect/turf_decal/stripes/box,
|
||||
/obj/effect/turf_decal/stripes/box,
|
||||
/turf/open/floor/plating,
|
||||
@@ -1185,11 +1185,11 @@
|
||||
/area/shuttle/syndicate/medical)
|
||||
"cx" = (
|
||||
/obj/effect/spawner/structure/window/reinforced/plasma/plastitanium,
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/turf/open/floor/plating,
|
||||
/area/shuttle/syndicate/medical)
|
||||
"cy" = (
|
||||
/obj/structure/shuttle/engine/propulsion,
|
||||
/obj/machinery/power/shuttle_engine/propulsion,
|
||||
/obj/effect/turf_decal/stripes/line,
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
dir = 1
|
||||
@@ -1225,7 +1225,7 @@
|
||||
/turf/closed/wall/r_wall/syndicate,
|
||||
/area/shuttle/syndicate/medical)
|
||||
"cD" = (
|
||||
/obj/structure/shuttle/engine/large,
|
||||
/obj/machinery/power/shuttle_engine/large,
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
dir = 10
|
||||
},
|
||||
@@ -1239,16 +1239,16 @@
|
||||
/turf/closed/wall/mineral/plastitanium/nodiagonal,
|
||||
/area/shuttle/syndicate/armory)
|
||||
"cG" = (
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/turf/closed/wall/r_wall/syndicate,
|
||||
/area/shuttle/syndicate/armory)
|
||||
"cH" = (
|
||||
/obj/effect/spawner/structure/window/reinforced/plasma/plastitanium,
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/turf/open/floor/plating,
|
||||
/area/shuttle/syndicate/armory)
|
||||
"cI" = (
|
||||
/obj/structure/shuttle/engine/large,
|
||||
/obj/machinery/power/shuttle_engine/large,
|
||||
/obj/effect/turf_decal/stripes/line,
|
||||
/turf/open/floor/plating,
|
||||
/area/shuttle/syndicate/hallway)
|
||||
@@ -1265,20 +1265,20 @@
|
||||
/turf/closed/wall/r_wall/syndicate,
|
||||
/area/shuttle/syndicate/armory)
|
||||
"cL" = (
|
||||
/obj/structure/shuttle/engine/large,
|
||||
/obj/machinery/power/shuttle_engine/large,
|
||||
/turf/open/floor/plating,
|
||||
/area/shuttle/syndicate/medical)
|
||||
"cM" = (
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/turf/closed/wall/r_wall/syndicate,
|
||||
/area/shuttle/syndicate/hallway)
|
||||
"cN" = (
|
||||
/obj/effect/spawner/structure/window/reinforced/plasma/plastitanium,
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/turf/open/floor/plating,
|
||||
/area/shuttle/syndicate/hallway)
|
||||
"cO" = (
|
||||
/obj/structure/shuttle/engine/propulsion,
|
||||
/obj/machinery/power/shuttle_engine/propulsion,
|
||||
/obj/effect/turf_decal/stripes/line,
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
dir = 1
|
||||
@@ -1302,7 +1302,7 @@
|
||||
/turf/open/floor/plating,
|
||||
/area/shuttle/syndicate/armory)
|
||||
"cS" = (
|
||||
/obj/structure/shuttle/engine/large,
|
||||
/obj/machinery/power/shuttle_engine/large,
|
||||
/turf/open/floor/plating,
|
||||
/area/shuttle/syndicate/armory)
|
||||
"cT" = (
|
||||
|
||||
@@ -542,7 +542,7 @@
|
||||
/turf/open/floor/iron/white,
|
||||
/area/shuttle/syndicate/medical)
|
||||
"cr" = (
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/obj/effect/turf_decal/stripes/line,
|
||||
/obj/structure/window/reinforced/survival_pod{
|
||||
dir = 1
|
||||
@@ -560,7 +560,7 @@
|
||||
/turf/open/floor/circuit/red,
|
||||
/area/shuttle/syndicate/engineering)
|
||||
"cu" = (
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/obj/effect/turf_decal/stripes/line,
|
||||
/obj/structure/window/reinforced/survival_pod{
|
||||
dir = 1
|
||||
@@ -568,22 +568,22 @@
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/syndicate/medical)
|
||||
"cv" = (
|
||||
/obj/structure/shuttle/engine/propulsion/left,
|
||||
/obj/machinery/power/shuttle_engine/propulsion/left,
|
||||
/obj/effect/turf_decal/stripes/line,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/syndicate/hallway)
|
||||
"cw" = (
|
||||
/obj/structure/shuttle/engine/propulsion,
|
||||
/obj/machinery/power/shuttle_engine/propulsion,
|
||||
/obj/effect/turf_decal/stripes/line,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/syndicate/hallway)
|
||||
"cx" = (
|
||||
/obj/structure/shuttle/engine/propulsion/right,
|
||||
/obj/machinery/power/shuttle_engine/propulsion/right,
|
||||
/obj/effect/turf_decal/stripes/line,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/syndicate/hallway)
|
||||
"cy" = (
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/obj/effect/turf_decal/stripes/line,
|
||||
/obj/structure/window/reinforced/survival_pod{
|
||||
dir = 1
|
||||
@@ -591,32 +591,32 @@
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/syndicate/engineering)
|
||||
"cz" = (
|
||||
/obj/structure/shuttle/engine/propulsion/left,
|
||||
/obj/machinery/power/shuttle_engine/propulsion/left,
|
||||
/obj/effect/turf_decal/stripes/line,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/syndicate/medical)
|
||||
"cA" = (
|
||||
/obj/structure/shuttle/engine/propulsion,
|
||||
/obj/machinery/power/shuttle_engine/propulsion,
|
||||
/obj/effect/turf_decal/stripes/line,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/syndicate/medical)
|
||||
"cB" = (
|
||||
/obj/structure/shuttle/engine/propulsion/right,
|
||||
/obj/machinery/power/shuttle_engine/propulsion/right,
|
||||
/obj/effect/turf_decal/stripes/line,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/syndicate/medical)
|
||||
"cE" = (
|
||||
/obj/structure/shuttle/engine/propulsion/left,
|
||||
/obj/machinery/power/shuttle_engine/propulsion/left,
|
||||
/obj/effect/turf_decal/stripes/line,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/syndicate/engineering)
|
||||
"cF" = (
|
||||
/obj/structure/shuttle/engine/propulsion,
|
||||
/obj/machinery/power/shuttle_engine/propulsion,
|
||||
/obj/effect/turf_decal/stripes/line,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/syndicate/engineering)
|
||||
"cG" = (
|
||||
/obj/structure/shuttle/engine/propulsion/right,
|
||||
/obj/machinery/power/shuttle_engine/propulsion/right,
|
||||
/obj/effect/turf_decal/stripes/line,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/syndicate/engineering)
|
||||
|
||||
@@ -106,7 +106,7 @@
|
||||
/turf/open/floor/plating,
|
||||
/area/shuttle/labor)
|
||||
"r" = (
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 1;
|
||||
layer = 2.9
|
||||
@@ -114,7 +114,7 @@
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/labor)
|
||||
"s" = (
|
||||
/obj/structure/shuttle/engine/propulsion,
|
||||
/obj/machinery/power/shuttle_engine/propulsion,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/labor)
|
||||
"W" = (
|
||||
|
||||
@@ -244,7 +244,7 @@
|
||||
/turf/open/floor/plating,
|
||||
/area/shuttle/labor)
|
||||
"x" = (
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 1;
|
||||
layer = 2.9
|
||||
@@ -253,7 +253,7 @@
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/labor)
|
||||
"y" = (
|
||||
/obj/structure/shuttle/engine/propulsion,
|
||||
/obj/machinery/power/shuttle_engine/propulsion,
|
||||
/obj/effect/turf_decal/stripes/line,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/labor)
|
||||
|
||||
@@ -101,7 +101,7 @@
|
||||
/turf/open/floor/mineral/titanium,
|
||||
/area/shuttle/labor)
|
||||
"r" = (
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 1;
|
||||
layer = 2.9
|
||||
@@ -109,7 +109,7 @@
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/labor)
|
||||
"s" = (
|
||||
/obj/structure/shuttle/engine/propulsion,
|
||||
/obj/machinery/power/shuttle_engine/propulsion,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/labor)
|
||||
"W" = (
|
||||
|
||||
@@ -237,14 +237,14 @@
|
||||
/area/shuttle/labor)
|
||||
"w" = (
|
||||
/obj/effect/spawner/structure/window/reinforced/shuttle,
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/turf/open/floor/plating,
|
||||
/area/shuttle/labor)
|
||||
"x" = (
|
||||
/turf/closed/wall/mineral/plastitanium,
|
||||
/area/shuttle/labor)
|
||||
"y" = (
|
||||
/obj/structure/shuttle/engine/propulsion,
|
||||
/obj/machinery/power/shuttle_engine/propulsion,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/labor)
|
||||
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
/turf/open/floor/mineral/titanium/blue,
|
||||
/area/shuttle/mining)
|
||||
"j" = (
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 1;
|
||||
layer = 2.9
|
||||
@@ -65,7 +65,7 @@
|
||||
/turf/open/floor/mineral/titanium/blue,
|
||||
/area/shuttle/mining)
|
||||
"l" = (
|
||||
/obj/structure/shuttle/engine/propulsion/burst,
|
||||
/obj/machinery/power/shuttle_engine/propulsion/burst,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/mining)
|
||||
"Q" = (
|
||||
|
||||
@@ -109,7 +109,7 @@
|
||||
/area/shuttle/mining)
|
||||
"p" = (
|
||||
/obj/effect/spawner/structure/window/reinforced/shuttle,
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/turf/open/floor/plating,
|
||||
/area/shuttle/mining)
|
||||
"q" = (
|
||||
@@ -122,7 +122,7 @@
|
||||
/turf/closed/wall/mineral/titanium,
|
||||
/area/shuttle/mining)
|
||||
"s" = (
|
||||
/obj/structure/shuttle/engine/propulsion/burst,
|
||||
/obj/machinery/power/shuttle_engine/propulsion/burst,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/mining)
|
||||
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
/turf/open/floor/mineral/titanium/blue,
|
||||
/area/shuttle/mining)
|
||||
"j" = (
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 1;
|
||||
layer = 2.9
|
||||
@@ -65,7 +65,7 @@
|
||||
/turf/open/floor/mineral/titanium/blue,
|
||||
/area/shuttle/mining)
|
||||
"l" = (
|
||||
/obj/structure/shuttle/engine/propulsion/burst,
|
||||
/obj/machinery/power/shuttle_engine/propulsion/burst,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/mining)
|
||||
"Q" = (
|
||||
|
||||
@@ -211,7 +211,7 @@
|
||||
/turf/open/floor/iron,
|
||||
/area/shuttle/mining)
|
||||
"r" = (
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 4
|
||||
},
|
||||
@@ -232,7 +232,7 @@
|
||||
/turf/open/floor/iron,
|
||||
/area/shuttle/mining)
|
||||
"t" = (
|
||||
/obj/structure/shuttle/engine/propulsion/burst,
|
||||
/obj/machinery/power/shuttle_engine/propulsion/burst,
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 1;
|
||||
layer = 2.9
|
||||
|
||||
@@ -107,7 +107,7 @@
|
||||
/area/shuttle/mining)
|
||||
"p" = (
|
||||
/obj/effect/spawner/structure/window/reinforced/shuttle,
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/turf/open/floor/plating,
|
||||
/area/template_noop)
|
||||
"q" = (
|
||||
@@ -120,7 +120,7 @@
|
||||
/turf/closed/wall/mineral/titanium,
|
||||
/area/shuttle/mining)
|
||||
"s" = (
|
||||
/obj/structure/shuttle/engine/propulsion/burst,
|
||||
/obj/machinery/power/shuttle_engine/propulsion/burst,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/mining)
|
||||
|
||||
|
||||
@@ -246,7 +246,7 @@
|
||||
/area/shuttle/mining/large)
|
||||
"D" = (
|
||||
/obj/effect/spawner/structure/window/reinforced/shuttle,
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/turf/open/floor/plating,
|
||||
/area/shuttle/mining/large)
|
||||
"E" = (
|
||||
@@ -255,7 +255,7 @@
|
||||
/turf/open/floor/mineral/plastitanium,
|
||||
/area/shuttle/mining/large)
|
||||
"F" = (
|
||||
/obj/structure/shuttle/engine/propulsion,
|
||||
/obj/machinery/power/shuttle_engine/propulsion,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/mining/large)
|
||||
"G" = (
|
||||
|
||||
@@ -419,7 +419,7 @@
|
||||
/turf/closed/wall/mineral/titanium,
|
||||
/area/shuttle/mining/large)
|
||||
"G" = (
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 1;
|
||||
layer = 2.9
|
||||
@@ -432,7 +432,7 @@
|
||||
/turf/open/floor/plating,
|
||||
/area/shuttle/mining/large)
|
||||
"I" = (
|
||||
/obj/structure/shuttle/engine/propulsion,
|
||||
/obj/machinery/power/shuttle_engine/propulsion,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/mining/large)
|
||||
"J" = (
|
||||
|
||||
@@ -333,7 +333,7 @@
|
||||
/turf/open/floor/plating,
|
||||
/area/shuttle/pirate)
|
||||
"aH" = (
|
||||
/obj/structure/shuttle/engine/propulsion/left,
|
||||
/obj/machinery/power/shuttle_engine/propulsion/left,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/pirate)
|
||||
"aI" = (
|
||||
@@ -354,7 +354,7 @@
|
||||
/turf/open/floor/plating,
|
||||
/area/shuttle/pirate)
|
||||
"aK" = (
|
||||
/obj/structure/shuttle/engine/propulsion,
|
||||
/obj/machinery/power/shuttle_engine/propulsion,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/pirate)
|
||||
"aL" = (
|
||||
@@ -792,11 +792,11 @@
|
||||
dir = 1;
|
||||
pixel_y = 1
|
||||
},
|
||||
/obj/structure/shuttle/engine/heater,
|
||||
/obj/machinery/power/shuttle_engine/heater,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/pirate)
|
||||
"er" = (
|
||||
/obj/structure/shuttle/engine/propulsion/right,
|
||||
/obj/machinery/power/shuttle_engine/propulsion/right,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/pirate)
|
||||
"et" = (
|
||||
|
||||
@@ -108,14 +108,14 @@
|
||||
/area/shuttle/pirate)
|
||||
"em" = (
|
||||
/obj/effect/spawner/structure/window/reinforced/shuttle,
|
||||
/obj/structure/shuttle/engine/heater{
|
||||
/obj/machinery/power/shuttle_engine/heater{
|
||||
dir = 4
|
||||
},
|
||||
/obj/effect/turf_decal/trimline/yellow/warning,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/pirate)
|
||||
"eK" = (
|
||||
/obj/structure/shuttle/engine/router,
|
||||
/obj/machinery/power/shuttle_engine/propulsion,
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/pirate)
|
||||
"eU" = (
|
||||
@@ -175,7 +175,7 @@
|
||||
/area/shuttle/pirate)
|
||||
"hF" = (
|
||||
/obj/effect/spawner/structure/window/reinforced/shuttle,
|
||||
/obj/structure/shuttle/engine/heater{
|
||||
/obj/machinery/power/shuttle_engine/heater{
|
||||
dir = 4
|
||||
},
|
||||
/obj/effect/turf_decal/trimline/yellow/warning{
|
||||
@@ -258,7 +258,7 @@
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/pirate)
|
||||
"mz" = (
|
||||
/obj/structure/shuttle/engine/propulsion{
|
||||
/obj/machinery/power/shuttle_engine/propulsion{
|
||||
dir = 4
|
||||
},
|
||||
/obj/effect/turf_decal/trimline/yellow/warning{
|
||||
@@ -273,7 +273,7 @@
|
||||
/turf/open/floor/carpet/royalblack,
|
||||
/area/shuttle/pirate)
|
||||
"nm" = (
|
||||
/obj/structure/shuttle/engine/propulsion{
|
||||
/obj/machinery/power/shuttle_engine/propulsion{
|
||||
dir = 4
|
||||
},
|
||||
/obj/effect/turf_decal/trimline/yellow/warning{
|
||||
@@ -293,7 +293,7 @@
|
||||
/area/shuttle/pirate)
|
||||
"nK" = (
|
||||
/obj/effect/spawner/structure/window/reinforced/shuttle,
|
||||
/obj/structure/shuttle/engine/heater{
|
||||
/obj/machinery/power/shuttle_engine/heater{
|
||||
dir = 8
|
||||
},
|
||||
/obj/effect/turf_decal/trimline/yellow/warning{
|
||||
@@ -354,7 +354,7 @@
|
||||
/turf/open/floor/carpet/royalblack,
|
||||
/area/shuttle/pirate)
|
||||
"vw" = (
|
||||
/obj/structure/shuttle/engine/propulsion{
|
||||
/obj/machinery/power/shuttle_engine/propulsion{
|
||||
dir = 8
|
||||
},
|
||||
/obj/effect/turf_decal/trimline/yellow/warning{
|
||||
@@ -490,7 +490,7 @@
|
||||
/area/shuttle/pirate)
|
||||
"AE" = (
|
||||
/obj/effect/spawner/structure/window/reinforced/shuttle,
|
||||
/obj/structure/shuttle/engine/heater{
|
||||
/obj/machinery/power/shuttle_engine/heater{
|
||||
dir = 8
|
||||
},
|
||||
/obj/effect/turf_decal/trimline/yellow/warning,
|
||||
@@ -703,7 +703,7 @@
|
||||
},
|
||||
/area/shuttle/pirate)
|
||||
"Mu" = (
|
||||
/obj/structure/shuttle/engine/propulsion{
|
||||
/obj/machinery/power/shuttle_engine/propulsion{
|
||||
dir = 8
|
||||
},
|
||||
/turf/open/floor/plating/airless,
|
||||
@@ -918,7 +918,7 @@
|
||||
/turf/open/floor/iron/dark/textured,
|
||||
/area/shuttle/pirate)
|
||||
"UJ" = (
|
||||
/obj/structure/shuttle/engine/propulsion{
|
||||
/obj/machinery/power/shuttle_engine/propulsion{
|
||||
dir = 8
|
||||
},
|
||||
/obj/effect/turf_decal/trimline/yellow/warning{
|
||||
@@ -932,7 +932,7 @@
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/shuttle/pirate)
|
||||
"Ww" = (
|
||||
/obj/structure/shuttle/engine/heater{
|
||||
/obj/machinery/power/shuttle_engine/heater{
|
||||
dir = 8
|
||||
},
|
||||
/turf/open/floor/plating/airless,
|
||||
|
||||
@@ -252,7 +252,7 @@
|
||||
/turf/open/floor/plating,
|
||||
/area/shuttle/caravan/freighter1)
|
||||
"mo" = (
|
||||
/obj/structure/shuttle/engine/heater{
|
||||
/obj/machinery/power/shuttle_engine/heater{
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/window/reinforced{
|
||||
@@ -428,7 +428,7 @@
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/caravan/freighter1)
|
||||
"vt" = (
|
||||
/obj/structure/shuttle/engine/propulsion/burst{
|
||||
/obj/machinery/power/shuttle_engine/propulsion/burst{
|
||||
dir = 8
|
||||
},
|
||||
/turf/open/floor/plating/airless,
|
||||
@@ -732,13 +732,13 @@
|
||||
},
|
||||
/area/shuttle/caravan/freighter1)
|
||||
"KC" = (
|
||||
/obj/structure/shuttle/engine/propulsion/burst/right{
|
||||
/obj/machinery/power/shuttle_engine/propulsion/burst/right{
|
||||
dir = 8
|
||||
},
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/caravan/freighter1)
|
||||
"KX" = (
|
||||
/obj/structure/shuttle/engine/propulsion/burst/left{
|
||||
/obj/machinery/power/shuttle_engine/propulsion/burst/left{
|
||||
dir = 8
|
||||
},
|
||||
/turf/open/floor/plating/airless,
|
||||
|
||||
@@ -142,7 +142,7 @@
|
||||
/turf/open/floor/plating,
|
||||
/area/shuttle/caravan/pirate)
|
||||
"jU" = (
|
||||
/obj/structure/shuttle/engine/propulsion/burst{
|
||||
/obj/machinery/power/shuttle_engine/propulsion/burst{
|
||||
dir = 8
|
||||
},
|
||||
/turf/open/floor/plating/airless,
|
||||
@@ -634,7 +634,7 @@
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/shuttle/caravan/pirate)
|
||||
"HD" = (
|
||||
/obj/structure/shuttle/engine/heater{
|
||||
/obj/machinery/power/shuttle_engine/heater{
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/window/reinforced{
|
||||
@@ -724,7 +724,7 @@
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/shuttle/caravan/pirate)
|
||||
"Nx" = (
|
||||
/obj/structure/shuttle/engine/propulsion/burst/right{
|
||||
/obj/machinery/power/shuttle_engine/propulsion/burst/right{
|
||||
dir = 8
|
||||
},
|
||||
/turf/open/floor/plating/airless,
|
||||
@@ -745,7 +745,7 @@
|
||||
/turf/closed/wall/mineral/plastitanium/nodiagonal,
|
||||
/area/shuttle/caravan/pirate)
|
||||
"Pn" = (
|
||||
/obj/structure/shuttle/engine/propulsion/burst/left{
|
||||
/obj/machinery/power/shuttle_engine/propulsion/burst/left{
|
||||
dir = 8
|
||||
},
|
||||
/turf/open/floor/plating/airless,
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
/turf/open/floor/plating,
|
||||
/area/shuttle/caravan/syndicate3)
|
||||
"dZ" = (
|
||||
/obj/structure/shuttle/engine/propulsion/burst{
|
||||
/obj/machinery/power/shuttle_engine/propulsion/burst{
|
||||
dir = 8
|
||||
},
|
||||
/turf/open/floor/plating/airless,
|
||||
@@ -98,7 +98,7 @@
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/shuttle/caravan/syndicate3)
|
||||
"mJ" = (
|
||||
/obj/structure/shuttle/engine/propulsion/burst/left{
|
||||
/obj/machinery/power/shuttle_engine/propulsion/burst/left{
|
||||
dir = 8
|
||||
},
|
||||
/turf/open/floor/plating/airless,
|
||||
@@ -204,13 +204,13 @@
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/shuttle/caravan/syndicate3)
|
||||
"vQ" = (
|
||||
/obj/structure/shuttle/engine/propulsion/burst/right{
|
||||
/obj/machinery/power/shuttle_engine/propulsion/burst/right{
|
||||
dir = 8
|
||||
},
|
||||
/turf/open/floor/plating/airless,
|
||||
/area/shuttle/caravan/syndicate3)
|
||||
"wH" = (
|
||||
/obj/structure/shuttle/engine/heater{
|
||||
/obj/machinery/power/shuttle_engine/heater{
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/window/reinforced{
|
||||
|
||||
@@ -96,7 +96,7 @@
|
||||
/turf/open/floor/plating,
|
||||
/area/shuttle/caravan/syndicate1)
|
||||
"YP" = (
|
||||
/obj/structure/shuttle/engine/propulsion/burst{
|
||||
/obj/machinery/power/shuttle_engine/propulsion/burst{
|
||||
dir = 8
|
||||
},
|
||||
/turf/closed/wall/mineral/plastitanium,
|
||||
|
||||
@@ -152,7 +152,7 @@
|
||||
/turf/open/floor/mineral/plastitanium,
|
||||
/area/shuttle/sbc_corvette)
|
||||
"at" = (
|
||||
/obj/structure/shuttle/engine/heater{
|
||||
/obj/machinery/power/shuttle_engine/heater{
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/window/reinforced/survival_pod{
|
||||
@@ -225,7 +225,7 @@
|
||||
/turf/open/floor/mineral/plastitanium/red,
|
||||
/area/shuttle/sbc_corvette)
|
||||
"aC" = (
|
||||
/obj/structure/shuttle/engine/propulsion/burst{
|
||||
/obj/machinery/power/shuttle_engine/propulsion/burst{
|
||||
dir = 8
|
||||
},
|
||||
/turf/open/floor/plating/airless,
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
/turf/open/floor/mineral/plastitanium,
|
||||
/area/shuttle/sbc_fighter1)
|
||||
"q" = (
|
||||
/obj/structure/shuttle/engine/propulsion/burst,
|
||||
/obj/machinery/power/shuttle_engine/propulsion/burst,
|
||||
/turf/closed/wall/mineral/plastitanium/nodiagonal,
|
||||
/area/shuttle/sbc_fighter1)
|
||||
"r" = (
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
/turf/open/floor/mineral/plastitanium,
|
||||
/area/shuttle/sbc_fighter2)
|
||||
"q" = (
|
||||
/obj/structure/shuttle/engine/propulsion/burst,
|
||||
/obj/machinery/power/shuttle_engine/propulsion/burst,
|
||||
/turf/closed/wall/mineral/plastitanium/nodiagonal,
|
||||
/area/shuttle/sbc_fighter2)
|
||||
"r" = (
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
/turf/open/floor/mineral/plastitanium,
|
||||
/area/shuttle/sbc_fighter3)
|
||||
"g" = (
|
||||
/obj/structure/shuttle/engine/propulsion/burst,
|
||||
/obj/machinery/power/shuttle_engine/propulsion/burst,
|
||||
/turf/closed/wall/mineral/plastitanium/nodiagonal,
|
||||
/area/shuttle/sbc_fighter3)
|
||||
"n" = (
|
||||
|
||||
@@ -79,13 +79,13 @@
|
||||
/turf/open/floor/iron,
|
||||
/area/shuttle/abandoned/crew)
|
||||
"ar" = (
|
||||
/obj/structure/shuttle/engine/propulsion{
|
||||
/obj/machinery/power/shuttle_engine/propulsion{
|
||||
dir = 8
|
||||
},
|
||||
/turf/closed/wall/mineral/titanium,
|
||||
/area/shuttle/abandoned/engine)
|
||||
"as" = (
|
||||
/obj/structure/shuttle/engine/heater{
|
||||
/obj/machinery/power/shuttle_engine/heater{
|
||||
dir = 8
|
||||
},
|
||||
/turf/closed/wall/mineral/titanium/nodiagonal,
|
||||
@@ -1769,7 +1769,7 @@
|
||||
/turf/open/floor/iron/white,
|
||||
/area/shuttle/abandoned/medbay)
|
||||
"hV" = (
|
||||
/obj/structure/shuttle/engine/propulsion/right{
|
||||
/obj/machinery/power/shuttle_engine/propulsion/right{
|
||||
dir = 8
|
||||
},
|
||||
/turf/closed/wall/mineral/titanium/nodiagonal,
|
||||
@@ -1810,7 +1810,7 @@
|
||||
/turf/open/floor/iron,
|
||||
/area/shuttle/abandoned/crew)
|
||||
"vk" = (
|
||||
/obj/structure/shuttle/engine/propulsion/left{
|
||||
/obj/machinery/power/shuttle_engine/propulsion/left{
|
||||
dir = 8
|
||||
},
|
||||
/turf/closed/wall/mineral/titanium,
|
||||
@@ -1850,7 +1850,7 @@
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/shuttle/abandoned/crew)
|
||||
"JU" = (
|
||||
/obj/structure/shuttle/engine/propulsion/right{
|
||||
/obj/machinery/power/shuttle_engine/propulsion/right{
|
||||
dir = 8
|
||||
},
|
||||
/turf/closed/wall/mineral/titanium,
|
||||
@@ -1874,7 +1874,7 @@
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/shuttle/abandoned/crew)
|
||||
"Tw" = (
|
||||
/obj/structure/shuttle/engine/propulsion/left{
|
||||
/obj/machinery/power/shuttle_engine/propulsion/left{
|
||||
dir = 8
|
||||
},
|
||||
/turf/closed/wall/mineral/titanium/nodiagonal,
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
/turf/open/floor/plating,
|
||||
/area/shuttle/abandoned)
|
||||
"ad" = (
|
||||
/obj/structure/shuttle/engine/propulsion{
|
||||
/obj/machinery/power/shuttle_engine/propulsion{
|
||||
dir = 1
|
||||
},
|
||||
/turf/open/floor/plating/airless,
|
||||
@@ -56,7 +56,7 @@
|
||||
/turf/open/floor/mineral/titanium/yellow,
|
||||
/area/shuttle/abandoned)
|
||||
"aj" = (
|
||||
/obj/structure/shuttle/engine/heater{
|
||||
/obj/machinery/power/shuttle_engine/heater{
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/window/reinforced,
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user