mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 07:20:09 +01:00
Offship Fixes and Tweaks (#19015)
[deep breath] * Adds a bunch of carp spawnpoints to various ships. * Adds matching windows to various ships. * Swaps some simple pipes with auxiliary pipes and fuel pipes in a few places. * Fixes access here and there. * Replaces some SMESes with the proper ones. * Turns around some emergency shutters so they face the direction they're supposed to face. * Makes some of the shuttles that were pioneered by the Elyran Corvette's shuttle design more dockable. * Hegemony Corvette: Fixes some stray un-3/4thed windows. Moves some structures that are in the path of emergency shutters. * Dominian Corvette: Makes the docking arms less ugly. Shifts the Lammergeier a bit. Adds hydrogen. * Ranger Gunboat: Makes my own shuttle less ugly. Fixes the broken docking airlock. Adds CO2 tanks. * Cyclops Mining Vessel: Fixes unresponsive airlock when docked. Adds CO2 tanks. * SFA Corvette: Fixes unresponsive airlock when docked. Fixes a few stray wires and bum variables. * Fixes #15403. * Fixes #18047.
This commit is contained in:
@@ -0,0 +1,60 @@
|
||||
################################
|
||||
# Example Changelog File
|
||||
#
|
||||
# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
|
||||
#
|
||||
# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
|
||||
# When it is, any changes listed below will disappear.
|
||||
#
|
||||
# Valid Prefixes:
|
||||
# bugfix
|
||||
# - (fixes bugs)
|
||||
# wip
|
||||
# - (work in progress)
|
||||
# qol
|
||||
# - (quality of life)
|
||||
# soundadd
|
||||
# - (adds a sound)
|
||||
# sounddel
|
||||
# - (removes a sound)
|
||||
# rscadd
|
||||
# - (adds a feature)
|
||||
# rscdel
|
||||
# - (removes a feature)
|
||||
# imageadd
|
||||
# - (adds an image or sprite)
|
||||
# imagedel
|
||||
# - (removes an image or sprite)
|
||||
# spellcheck
|
||||
# - (fixes spelling or grammar)
|
||||
# experiment
|
||||
# - (experimental change)
|
||||
# balance
|
||||
# - (balance changes)
|
||||
# code_imp
|
||||
# - (misc internal code change)
|
||||
# refactor
|
||||
# - (refactors code)
|
||||
# config
|
||||
# - (makes a change to the config files)
|
||||
# admin
|
||||
# - (makes changes to administrator tools)
|
||||
# server
|
||||
# - (miscellaneous changes to server)
|
||||
#################################
|
||||
|
||||
# Your name.
|
||||
author: Lavillastrangiato
|
||||
|
||||
# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
|
||||
delete-after: True
|
||||
|
||||
# Any changes you've made. See valid prefix list above.
|
||||
# INDENT WITH TWO SPACES. NOT TABS. SPACES.
|
||||
# SCREW THIS UP AND IT WON'T WORK.
|
||||
# Also, this gets changed to [] after reading. Just remove the brackets when you add new shit.
|
||||
# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog.
|
||||
changes:
|
||||
- bugfix: "Fixes problematic docking controllers and airlocks on several offships."
|
||||
- qol: "Adds CO2 tanks to the Cyclops and the Ranger Gunboat."
|
||||
- qol: "Adds several aesthetic features to several offships, like matching window colours."
|
||||
@@ -166,11 +166,11 @@
|
||||
shuttle_area = list(/area/shuttle/ranger_shuttle)
|
||||
current_location = "nav_hangar_ranger"
|
||||
landmark_transition = "nav_transit_ranger_shuttle"
|
||||
dock_target = "ranger_shuttle_dock2"
|
||||
range = 1
|
||||
fuel_consumption = 2
|
||||
logging_home_tag = "nav_hangar_ranger"
|
||||
// defer_initialisation = TRUE
|
||||
dock_target = "ranger_shuttle_dock2"
|
||||
|
||||
/obj/effect/shuttle_landmark/ranger_shuttle/hangar
|
||||
name = "Ranger Shuttle Hangar"
|
||||
|
||||
+7162
-6998
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -121,7 +121,7 @@
|
||||
/obj/effect/shuttle_landmark/cyclops_shuttle/hangar
|
||||
name = "Cyclops Shuttle Hangar"
|
||||
landmark_tag = "nav_hangar_cyclops"
|
||||
docking_controller = "airlock_shuttle_cyclops"
|
||||
docking_controller = "airlock_cyclops_hangar"
|
||||
base_area = /area/hephmining_ship/cyclops
|
||||
base_turf = /turf/simulated/floor/plating
|
||||
movable_flags = MOVABLE_FLAG_EFFECTMOVE
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1259,31 +1259,16 @@
|
||||
},
|
||||
/area/headmaster_ship/hangar)
|
||||
"dn" = (
|
||||
/obj/effect/landmark/entry_point/aft{
|
||||
name = "aft, airlock"
|
||||
},
|
||||
/obj/structure/bed/handrail{
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/lattice/catwalk/indoor,
|
||||
/obj/structure/cable{
|
||||
icon_state = "1-2"
|
||||
},
|
||||
/obj/machinery/airlock_sensor/airlock_exterior{
|
||||
pixel_x = -21;
|
||||
pixel_y = 8;
|
||||
dir = 4
|
||||
},
|
||||
/obj/effect/map_effect/marker_helper/airlock/exterior,
|
||||
/obj/effect/map_effect/marker/airlock/shuttle{
|
||||
cycle_to_external_air = 1;
|
||||
master_tag = "headmaster_shuttle";
|
||||
name = "headmaster_shuttle";
|
||||
req_one_access = list(209);
|
||||
shuttle_tag = "Orbital Fleet Shuttle"
|
||||
pixel_x = -35;
|
||||
pixel_y = -21;
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/floor,
|
||||
/area/shuttle/headmaster_shuttle)
|
||||
/area/headmaster_ship/hangar)
|
||||
"dp" = (
|
||||
/obj/structure/bed/handrail{
|
||||
dir = 4
|
||||
@@ -1888,12 +1873,8 @@
|
||||
},
|
||||
/area/headmaster_ship/barracks)
|
||||
"fq" = (
|
||||
/obj/machinery/atmospherics/pipe/manifold/hidden{
|
||||
dir = 4;
|
||||
icon_state = "map"
|
||||
},
|
||||
/turf/simulated/wall/shuttle/raider,
|
||||
/area/shuttle/headmaster_shuttle)
|
||||
/turf/simulated/floor/plating/cooled,
|
||||
/area/headmaster_ship/hangar)
|
||||
"fu" = (
|
||||
/obj/effect/floor_decal/corner/dark_blue{
|
||||
dir = 9
|
||||
@@ -3017,16 +2998,11 @@
|
||||
},
|
||||
/area/headmaster_ship/barracks)
|
||||
"iW" = (
|
||||
/obj/effect/decal/cleanable/generic{
|
||||
layer = 2.81
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden{
|
||||
dir = 5
|
||||
},
|
||||
/obj/effect/decal/cleanable/liquid_fuel,
|
||||
/obj/effect/decal/cleanable/liquid_fuel,
|
||||
/obj/effect/floor_decal/industrial/warning{
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/plating/cooled,
|
||||
/area/headmaster_ship/hangar)
|
||||
/turf/simulated/wall/shuttle/raider,
|
||||
/area/shuttle/headmaster_shuttle)
|
||||
"iY" = (
|
||||
/obj/structure/table/standard,
|
||||
/obj/item/storage/firstaid/regular{
|
||||
@@ -3148,10 +3124,6 @@
|
||||
/turf/simulated/floor/carpet/rubber,
|
||||
/area/headmaster_ship/cic)
|
||||
"jv" = (
|
||||
/obj/structure/cable{
|
||||
icon_state = "1-2";
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/lattice/catwalk/indoor,
|
||||
/obj/structure/cable{
|
||||
icon_state = "1-2"
|
||||
@@ -3160,9 +3132,9 @@
|
||||
dir = 1
|
||||
},
|
||||
/obj/machinery/access_button{
|
||||
pixel_x = -22;
|
||||
dir = 4;
|
||||
pixel_y = 30
|
||||
pixel_x = -26;
|
||||
dir = 1;
|
||||
pixel_y = 10
|
||||
},
|
||||
/obj/machinery/door/airlock/external,
|
||||
/obj/effect/map_effect/marker_helper/airlock/exterior,
|
||||
@@ -3173,6 +3145,9 @@
|
||||
req_one_access = list(209);
|
||||
shuttle_tag = "Orbital Fleet Shuttle"
|
||||
},
|
||||
/obj/effect/landmark/entry_point/aft{
|
||||
name = "aft, airlock"
|
||||
},
|
||||
/turf/simulated/floor,
|
||||
/area/shuttle/headmaster_shuttle)
|
||||
"jw" = (
|
||||
@@ -3314,7 +3289,7 @@
|
||||
/area/headmaster_ship/medbay)
|
||||
"jU" = (
|
||||
/obj/machinery/atmospherics/pipe/manifold/hidden{
|
||||
dir = 8;
|
||||
dir = 1;
|
||||
icon_state = "map"
|
||||
},
|
||||
/turf/simulated/wall/shuttle/raider,
|
||||
@@ -6677,12 +6652,11 @@
|
||||
},
|
||||
/area/headmaster_ship/dock)
|
||||
"Mb" = (
|
||||
/obj/effect/decal/cleanable/blood/oil,
|
||||
/obj/effect/floor_decal/industrial/warning{
|
||||
dir = 8
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden{
|
||||
dir = 9
|
||||
},
|
||||
/turf/simulated/floor/plating/cooled,
|
||||
/area/headmaster_ship/hangar)
|
||||
/turf/simulated/wall/shuttle/raider,
|
||||
/area/shuttle/headmaster_shuttle)
|
||||
"Mc" = (
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
|
||||
/turf/simulated/floor/tiled/dark{
|
||||
@@ -37117,7 +37091,7 @@ Bz
|
||||
ub
|
||||
gg
|
||||
bK
|
||||
Mb
|
||||
hg
|
||||
RS
|
||||
hA
|
||||
Jn
|
||||
@@ -37372,9 +37346,9 @@ nq
|
||||
oh
|
||||
Bz
|
||||
gg
|
||||
hg
|
||||
Jn
|
||||
Jn
|
||||
fq
|
||||
IO
|
||||
Mb
|
||||
Jn
|
||||
kS
|
||||
TF
|
||||
@@ -37629,7 +37603,7 @@ Jv
|
||||
oh
|
||||
Bz
|
||||
dY
|
||||
Rm
|
||||
fq
|
||||
jU
|
||||
Pb
|
||||
dp
|
||||
@@ -38143,8 +38117,8 @@ in
|
||||
oh
|
||||
Bz
|
||||
uh
|
||||
IO
|
||||
fq
|
||||
jU
|
||||
sn
|
||||
mF
|
||||
aj
|
||||
@@ -38400,9 +38374,9 @@ mj
|
||||
oh
|
||||
Bz
|
||||
Bx
|
||||
FU
|
||||
Jn
|
||||
Jn
|
||||
fq
|
||||
Rm
|
||||
iW
|
||||
Jn
|
||||
kS
|
||||
ly
|
||||
@@ -38659,7 +38633,7 @@ Bz
|
||||
dq
|
||||
kw
|
||||
Lc
|
||||
iW
|
||||
FU
|
||||
EC
|
||||
aN
|
||||
Jn
|
||||
|
||||
@@ -7601,6 +7601,12 @@
|
||||
},
|
||||
/turf/simulated/floor/tiled/dark,
|
||||
/area/ship/scc_scout_ship/bridge)
|
||||
"VT" = (
|
||||
/obj/effect/landmark{
|
||||
name = "carpspawn"
|
||||
},
|
||||
/turf/template_noop,
|
||||
/area/space)
|
||||
"VU" = (
|
||||
/obj/structure/cable{
|
||||
icon_state = "1-2"
|
||||
@@ -25718,7 +25724,7 @@ Xj
|
||||
Xj
|
||||
Xj
|
||||
Xj
|
||||
Xj
|
||||
VT
|
||||
Xj
|
||||
Xj
|
||||
Xj
|
||||
@@ -27467,7 +27473,7 @@ Xj
|
||||
Xj
|
||||
Xj
|
||||
Xj
|
||||
Xj
|
||||
VT
|
||||
Xj
|
||||
Xj
|
||||
Xj
|
||||
@@ -32068,7 +32074,7 @@ Xj
|
||||
Xj
|
||||
Xj
|
||||
Xj
|
||||
Xj
|
||||
VT
|
||||
Xj
|
||||
Xj
|
||||
Xj
|
||||
@@ -41825,7 +41831,7 @@ Xj
|
||||
Xj
|
||||
Xj
|
||||
Xj
|
||||
Xj
|
||||
VT
|
||||
Xj
|
||||
Xj
|
||||
Xj
|
||||
@@ -41945,7 +41951,7 @@ Xj
|
||||
Xj
|
||||
Xj
|
||||
Xj
|
||||
Xj
|
||||
VT
|
||||
Xj
|
||||
Xj
|
||||
Xj
|
||||
@@ -52118,7 +52124,7 @@ Xj
|
||||
Xj
|
||||
Xj
|
||||
Xj
|
||||
Xj
|
||||
VT
|
||||
Xj
|
||||
Xj
|
||||
Xj
|
||||
@@ -54530,7 +54536,7 @@ Xj
|
||||
Xj
|
||||
Xj
|
||||
Xj
|
||||
Xj
|
||||
VT
|
||||
Xj
|
||||
Xj
|
||||
Xj
|
||||
@@ -59358,7 +59364,7 @@ Xj
|
||||
Xj
|
||||
Xj
|
||||
Xj
|
||||
Xj
|
||||
VT
|
||||
Xj
|
||||
Xj
|
||||
Xj
|
||||
|
||||
@@ -116,7 +116,7 @@
|
||||
frame_color = "#6C7364"
|
||||
},
|
||||
/obj/machinery/door/blast/regular/open{
|
||||
id = "elyran_shuttle_shutters"
|
||||
id = "sfa_shuttle_shutters"
|
||||
},
|
||||
/turf/simulated/floor/tiled/full,
|
||||
/area/shuttle/sfa_shuttle)
|
||||
@@ -381,7 +381,7 @@
|
||||
/turf/simulated/floor/tiled/dark,
|
||||
/area/ship/sfa_patrol_ship/SFA_Armory)
|
||||
"aIR" = (
|
||||
/obj/structure/inflatable,
|
||||
/obj/structure/inflatable/wall,
|
||||
/turf/simulated/floor/tiled/dark,
|
||||
/area/ship/sfa_patrol_ship)
|
||||
"aJd" = (
|
||||
@@ -445,7 +445,7 @@
|
||||
/obj/effect/landmark/entry_point/port{
|
||||
name = "port, workshop"
|
||||
},
|
||||
/obj/structure/inflatable,
|
||||
/obj/structure/inflatable/wall,
|
||||
/turf/simulated/floor/airless,
|
||||
/area/ship/sfa_patrol_ship/SFA_Armory)
|
||||
"aVv" = (
|
||||
@@ -619,6 +619,12 @@
|
||||
/obj/effect/floor_decal/corner/dark_blue{
|
||||
dir = 6
|
||||
},
|
||||
/obj/machinery/button/remote/blast_door{
|
||||
dir = 4;
|
||||
pixel_x = 19;
|
||||
name = "Bridge Blast Door";
|
||||
id = "sfa bridge blast"
|
||||
},
|
||||
/turf/simulated/floor/tiled/dark,
|
||||
/area/ship/sfa_patrol_ship/Bridge)
|
||||
"brS" = (
|
||||
@@ -910,7 +916,7 @@
|
||||
frame_color = "#6C7364"
|
||||
},
|
||||
/obj/machinery/door/blast/regular/open{
|
||||
id = "elyran_shuttle_shutters";
|
||||
id = "sfa_shuttle_shutters";
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
@@ -974,9 +980,6 @@
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/lattice/catwalk/indoor/grate/gunmetal,
|
||||
/obj/effect/shuttle_landmark/sfa_shuttle/hangar{
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/cable/green{
|
||||
icon_state = "4-8"
|
||||
},
|
||||
@@ -1311,7 +1314,7 @@
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/inflatable,
|
||||
/obj/structure/inflatable/wall,
|
||||
/turf/simulated/floor/tiled/dark,
|
||||
/area/ship/sfa_patrol_ship/hangar)
|
||||
"ebV" = (
|
||||
@@ -1459,7 +1462,7 @@
|
||||
/area/space)
|
||||
"euO" = (
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/structure/inflatable,
|
||||
/obj/structure/inflatable/wall,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/ship/sfa_patrol_ship/Brig)
|
||||
"ews" = (
|
||||
@@ -1484,11 +1487,10 @@
|
||||
/turf/simulated/floor/holofloor/wood,
|
||||
/area/ship/sfa_patrol_ship/Quarters)
|
||||
"eyV" = (
|
||||
/obj/machinery/atmospherics/pipe/manifold/hidden{
|
||||
dir = 8;
|
||||
icon_state = "map"
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden{
|
||||
dir = 5
|
||||
},
|
||||
/turf/simulated/wall/shuttle/raider,
|
||||
/turf/simulated/wall,
|
||||
/area/shuttle/sfa_shuttle)
|
||||
"eBj" = (
|
||||
/obj/structure/closet/crate/medical,
|
||||
@@ -1610,7 +1612,7 @@
|
||||
/obj/structure/cable{
|
||||
icon_state = "1-2"
|
||||
},
|
||||
/obj/structure/inflatable,
|
||||
/obj/structure/inflatable/wall,
|
||||
/turf/simulated/floor/airless,
|
||||
/area/ship/sfa_patrol_ship)
|
||||
"eVI" = (
|
||||
@@ -1761,7 +1763,7 @@
|
||||
/turf/simulated/floor/tiled/dark,
|
||||
/area/ship/sfa_patrol_ship/custodialammo)
|
||||
"foE" = (
|
||||
/obj/structure/inflatable,
|
||||
/obj/structure/inflatable/wall,
|
||||
/turf/simulated/floor/tiled/white/airless,
|
||||
/area/ship/sfa_patrol_ship/head)
|
||||
"fpk" = (
|
||||
@@ -2012,12 +2014,12 @@
|
||||
/turf/space/dynamic,
|
||||
/area/ship/sfa_patrol_ship/destroyedrec)
|
||||
"gfP" = (
|
||||
/obj/structure/inflatable,
|
||||
/obj/structure/inflatable/wall,
|
||||
/turf/simulated/floor/tiled/dark,
|
||||
/area/ship/sfa_patrol_ship/SFA_Armory)
|
||||
"gjk" = (
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/structure/inflatable,
|
||||
/obj/structure/inflatable/wall,
|
||||
/turf/simulated/floor/airless,
|
||||
/area/ship/sfa_patrol_ship)
|
||||
"gka" = (
|
||||
@@ -2051,7 +2053,7 @@
|
||||
name = "fore, cockpit"
|
||||
},
|
||||
/obj/machinery/door/blast/regular/open{
|
||||
id = "elyran_shuttle_shutters";
|
||||
id = "sfa_shuttle_shutters";
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
@@ -2275,7 +2277,7 @@
|
||||
/turf/simulated/floor/tiled/dark/full,
|
||||
/area/ship/sfa_patrol_ship/SFA_Armory)
|
||||
"gJf" = (
|
||||
/obj/structure/inflatable,
|
||||
/obj/structure/inflatable/wall,
|
||||
/turf/simulated/floor/tiled/white,
|
||||
/area/ship/sfa_patrol_ship/head)
|
||||
"gLL" = (
|
||||
@@ -3072,7 +3074,7 @@
|
||||
/area/ship/sfa_patrol_ship/destroyedammo)
|
||||
"jrB" = (
|
||||
/obj/structure/lattice,
|
||||
/obj/structure/inflatable,
|
||||
/obj/structure/inflatable/wall,
|
||||
/turf/space/dynamic,
|
||||
/area/ship/sfa_patrol_ship/docking)
|
||||
"jsy" = (
|
||||
@@ -3264,18 +3266,26 @@
|
||||
dir = 1
|
||||
},
|
||||
/obj/machinery/access_button{
|
||||
pixel_x = -22;
|
||||
dir = 4;
|
||||
pixel_y = 30
|
||||
pixel_x = 37;
|
||||
dir = 1;
|
||||
pixel_y = 7
|
||||
},
|
||||
/obj/machinery/door/airlock/external,
|
||||
/obj/effect/map_effect/marker_helper/airlock/exterior,
|
||||
/obj/effect/map_effect/marker/airlock/shuttle{
|
||||
cycle_to_external_air = 1;
|
||||
master_tag = "airlock_elyran_shuttle";
|
||||
name = "airlock_elyran_shuttle";
|
||||
req_one_access = list(207);
|
||||
shuttle_tag = "Elyran Naval Shuttle"
|
||||
master_tag = "airlock_sfa_shuttle";
|
||||
name = "airlock_sfa_shuttle";
|
||||
req_one_access = list(203);
|
||||
shuttle_tag = "SFA Shuttle"
|
||||
},
|
||||
/obj/machinery/airlock_sensor/airlock_exterior{
|
||||
pixel_x = 26;
|
||||
pixel_y = 8;
|
||||
dir = 1
|
||||
},
|
||||
/obj/effect/landmark/entry_point/aft{
|
||||
name = "aft, airlock"
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
/area/shuttle/sfa_shuttle)
|
||||
@@ -3452,7 +3462,7 @@
|
||||
/turf/simulated/floor/tiled/white,
|
||||
/area/ship/sfa_patrol_ship/head)
|
||||
"kAt" = (
|
||||
/obj/structure/inflatable,
|
||||
/obj/structure/inflatable/wall,
|
||||
/turf/simulated/floor/tiled/white/airless,
|
||||
/area/ship/sfa_patrol_ship/destroyedmedbay)
|
||||
"kCw" = (
|
||||
@@ -3541,7 +3551,7 @@
|
||||
start_pressure = 1500
|
||||
},
|
||||
/obj/effect/floor_decal/industrial/outline/blue,
|
||||
/obj/machinery/light/colored/decayed{
|
||||
/obj/machinery/light{
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/floor/carpet/rubber,
|
||||
@@ -3899,7 +3909,7 @@
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/black{
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/inflatable,
|
||||
/obj/structure/inflatable/wall,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/shuttle/sfa_shuttle)
|
||||
"mfq" = (
|
||||
@@ -4487,7 +4497,7 @@
|
||||
/area/ship/sfa_patrol_ship/SFA_Armory)
|
||||
"nQA" = (
|
||||
/obj/structure/lattice,
|
||||
/obj/structure/inflatable,
|
||||
/obj/structure/inflatable/wall,
|
||||
/turf/simulated/floor/tiled/dark/airless,
|
||||
/area/ship/sfa_patrol_ship/destroyedrec)
|
||||
"nQD" = (
|
||||
@@ -4526,6 +4536,12 @@
|
||||
"nTk" = (
|
||||
/turf/simulated/wall/shuttle/raider,
|
||||
/area/ship/sfa_patrol_ship/destroyedmedbay)
|
||||
"nYj" = (
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden{
|
||||
dir = 9
|
||||
},
|
||||
/turf/simulated/wall/shuttle/raider,
|
||||
/area/shuttle/sfa_shuttle)
|
||||
"oaR" = (
|
||||
/obj/machinery/atmospherics/unary/vent_pump/on{
|
||||
dir = 1
|
||||
@@ -4765,6 +4781,9 @@
|
||||
/obj/structure/cable/green{
|
||||
icon_state = "2-8"
|
||||
},
|
||||
/obj/structure/cable/green{
|
||||
icon_state = "0-8"
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
/area/ship/sfa_patrol_ship/hangar)
|
||||
"pdZ" = (
|
||||
@@ -5073,7 +5092,7 @@
|
||||
"qcx" = (
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/effect/decal/cleanable/blood/drip/oil,
|
||||
/obj/structure/inflatable,
|
||||
/obj/structure/inflatable/wall,
|
||||
/turf/simulated/floor/airless,
|
||||
/area/ship/sfa_patrol_ship)
|
||||
"qcH" = (
|
||||
@@ -5133,7 +5152,7 @@
|
||||
/turf/simulated/floor/carpet/art,
|
||||
/area/ship/sfa_patrol_ship/Officer)
|
||||
"qfX" = (
|
||||
/obj/structure/inflatable,
|
||||
/obj/structure/inflatable/wall,
|
||||
/obj/item/tape/engineering,
|
||||
/turf/simulated/floor/tiled/dark,
|
||||
/area/ship/sfa_patrol_ship/SFA_Armory)
|
||||
@@ -5149,11 +5168,6 @@
|
||||
/obj/structure/cable/green{
|
||||
icon_state = "0-4"
|
||||
},
|
||||
/obj/machinery/light{
|
||||
dir = 1;
|
||||
inserted_light = /obj/item/light/tube/colored/blue;
|
||||
icon_state = "tube_empty"
|
||||
},
|
||||
/obj/effect/floor_decal/industrial/outline/yellow,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/shuttle/sfa_shuttle)
|
||||
@@ -5163,7 +5177,7 @@
|
||||
/area/ship/sfa_patrol_ship/TreasureRoom)
|
||||
"qjY" = (
|
||||
/obj/machinery/atmospherics/pipe/manifold/hidden{
|
||||
dir = 4;
|
||||
dir = 1;
|
||||
icon_state = "map"
|
||||
},
|
||||
/turf/simulated/wall/shuttle/raider,
|
||||
@@ -5349,6 +5363,9 @@
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/cable/green{
|
||||
icon_state = "4-8"
|
||||
},
|
||||
/turf/simulated/floor/tiled/dark,
|
||||
/area/ship/sfa_patrol_ship/Engineering)
|
||||
"qYI" = (
|
||||
@@ -5394,7 +5411,7 @@
|
||||
/area/ship/sfa_patrol_ship)
|
||||
"rbn" = (
|
||||
/obj/structure/lattice,
|
||||
/obj/structure/inflatable,
|
||||
/obj/structure/inflatable/wall,
|
||||
/turf/space/dynamic,
|
||||
/area/ship/sfa_patrol_ship/head)
|
||||
"rcS" = (
|
||||
@@ -5899,7 +5916,7 @@
|
||||
/turf/simulated/wall/shuttle/raider,
|
||||
/area/ship/sfa_patrol_ship/destroyedammo)
|
||||
"sPe" = (
|
||||
/obj/structure/inflatable,
|
||||
/obj/structure/inflatable/wall,
|
||||
/turf/simulated/floor/tiled/dark/full/airless,
|
||||
/area/ship/sfa_patrol_ship/SFA_Armory)
|
||||
"sQX" = (
|
||||
@@ -6058,17 +6075,9 @@
|
||||
/area/ship/sfa_patrol_ship/Suit_Storage)
|
||||
"tIr" = (
|
||||
/obj/structure/table/steel,
|
||||
/obj/machinery/embedded_controller/radio/docking_port_multi{
|
||||
pixel_x = 24;
|
||||
id_tag = "sfa_shuttle";
|
||||
frequency = 1380;
|
||||
child_names_txt = "SFA Shuttle Airlock";
|
||||
child_tags_txt = "sfa_shuttle";
|
||||
dir = 8
|
||||
},
|
||||
/obj/machinery/button/remote/blast_door{
|
||||
pixel_x = -5;
|
||||
id = "elyran_shuttle_shutters";
|
||||
id = "sfa_shuttle_shutters";
|
||||
name = "Shuttle Safety Shutters"
|
||||
},
|
||||
/turf/simulated/floor/tiled/dark/full,
|
||||
@@ -6201,7 +6210,7 @@
|
||||
/turf/simulated/floor/plating,
|
||||
/area/ship/sfa_patrol_ship/Engine2)
|
||||
"ucv" = (
|
||||
/obj/structure/inflatable,
|
||||
/obj/structure/inflatable/wall,
|
||||
/turf/simulated/floor/airless,
|
||||
/area/ship/sfa_patrol_ship/docking)
|
||||
"ufa" = (
|
||||
@@ -6523,7 +6532,7 @@
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/ship/sfa_patrol_ship/destroyedammo)
|
||||
"vEW" = (
|
||||
/obj/structure/inflatable,
|
||||
/obj/structure/inflatable/wall,
|
||||
/turf/simulated/floor/tiled/white,
|
||||
/area/ship/sfa_patrol_ship/destroyedmedbay)
|
||||
"vGd" = (
|
||||
@@ -6593,7 +6602,7 @@
|
||||
/turf/simulated/floor/carpet/art,
|
||||
/area/ship/sfa_patrol_ship/Officer)
|
||||
"wfl" = (
|
||||
/obj/structure/inflatable,
|
||||
/obj/structure/inflatable/wall,
|
||||
/turf/simulated/floor/tiled/dark,
|
||||
/area/ship/sfa_patrol_ship/hangar)
|
||||
"wfy" = (
|
||||
@@ -6827,13 +6836,12 @@
|
||||
/area/ship/sfa_patrol_ship/destroyedrec)
|
||||
"wTY" = (
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden,
|
||||
/obj/machinery/embedded_controller/radio/docking_port_multi{
|
||||
pixel_x = 24;
|
||||
id_tag = "sfa_shuttle";
|
||||
/obj/machinery/embedded_controller/radio/simple_docking_controller{
|
||||
id_tag = "sfa_shuttle_dock";
|
||||
dir = 8;
|
||||
name = "SFA Shuttle docking port controller";
|
||||
frequency = 1380;
|
||||
child_names_txt = "SFA Shuttle Airlock";
|
||||
child_tags_txt = "sfa_shuttle";
|
||||
dir = 8
|
||||
pixel_x = 26
|
||||
},
|
||||
/turf/simulated/floor/tiled/dark,
|
||||
/area/ship/sfa_patrol_ship/hangar)
|
||||
@@ -7100,31 +7108,17 @@
|
||||
/turf/simulated/wall/shuttle/raider,
|
||||
/area/ship/sfa_patrol_ship/SFA_Armory)
|
||||
"xPX" = (
|
||||
/obj/effect/landmark/entry_point/aft{
|
||||
name = "aft, airlock"
|
||||
},
|
||||
/obj/structure/bed/handrail{
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/lattice/catwalk/indoor,
|
||||
/obj/structure/cable{
|
||||
icon_state = "1-2"
|
||||
},
|
||||
/obj/machinery/airlock_sensor/airlock_exterior{
|
||||
pixel_x = -21;
|
||||
pixel_y = 8;
|
||||
dir = 4
|
||||
},
|
||||
/obj/effect/map_effect/marker_helper/airlock/exterior,
|
||||
/obj/effect/map_effect/marker/airlock/shuttle{
|
||||
cycle_to_external_air = 1;
|
||||
master_tag = "airlock_sfa_shuttle";
|
||||
name = "airlock_sfa_shuttle";
|
||||
req_one_access = list(203);
|
||||
shuttle_tag = "SFA Shuttle"
|
||||
/obj/effect/shuttle_landmark/sfa_shuttle/hangar{
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
/area/shuttle/sfa_shuttle)
|
||||
/area/ship/sfa_patrol_ship/hangar)
|
||||
"xRe" = (
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
|
||||
dir = 4
|
||||
@@ -44057,7 +44051,7 @@ mLa
|
||||
mET
|
||||
rDU
|
||||
eoS
|
||||
rDU
|
||||
iZb
|
||||
nSb
|
||||
gCs
|
||||
gxJ
|
||||
@@ -44312,9 +44306,9 @@ uAK
|
||||
pFv
|
||||
mLa
|
||||
wha
|
||||
iZb
|
||||
ikP
|
||||
ikP
|
||||
rDU
|
||||
gtO
|
||||
nYj
|
||||
ikP
|
||||
mfb
|
||||
qil
|
||||
@@ -44569,8 +44563,8 @@ sey
|
||||
aEm
|
||||
mLa
|
||||
wha
|
||||
aSJ
|
||||
eyV
|
||||
rDU
|
||||
qjY
|
||||
lQk
|
||||
hjW
|
||||
sfX
|
||||
@@ -45083,7 +45077,7 @@ hyd
|
||||
uqX
|
||||
mLa
|
||||
rOk
|
||||
gtO
|
||||
rDU
|
||||
qjY
|
||||
rLR
|
||||
lGR
|
||||
@@ -45340,9 +45334,9 @@ eXO
|
||||
iOh
|
||||
cUD
|
||||
hRm
|
||||
pIa
|
||||
ikP
|
||||
gxJ
|
||||
rDU
|
||||
aSJ
|
||||
eyV
|
||||
ikP
|
||||
sxp
|
||||
kMb
|
||||
@@ -45599,7 +45593,7 @@ viZ
|
||||
puC
|
||||
rDU
|
||||
anS
|
||||
anS
|
||||
pIa
|
||||
fJS
|
||||
llg
|
||||
ikP
|
||||
|
||||
Reference in New Issue
Block a user