mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 21:40:55 +01:00
Offsite starlight fixes + Xanu Frigate entry point fixes (#23112)
Resolves a lot of broken exterior lighting in a few offsites/offships, inclusive of the Xanu Frigate and Ranger Corvette. Adds a few missing entry points to the Xanu Frigate so its gunnery nacelles can be shot from the fore.
This commit is contained in:
@@ -0,0 +1,59 @@
|
||||
################################
|
||||
# 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: hazelmouse
|
||||
|
||||
# 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: "Resolved awkward starlight interactions in a number of offsites and offships, including the Xanu Frigate and Ranger Corvette."
|
||||
- rscadd: "Added missing fore gunnery entry points to the Xanu Frigate offship, and appropriately renamed starboard and portside gunnery entry points to make it clear that they do impact the gunnery nacelles."
|
||||
File diff suppressed because it is too large
Load Diff
@@ -107,10 +107,13 @@
|
||||
/area/cult_base/asteroid
|
||||
name = "Asteroid"
|
||||
icon_state = "exterior"
|
||||
needs_starlight = TRUE
|
||||
has_gravity = FALSE
|
||||
requires_power = FALSE
|
||||
|
||||
/area/cult_base/asteroid_inside
|
||||
name = "Asteroid"
|
||||
icon_state = "exterior"
|
||||
icon_state = "purple"
|
||||
|
||||
// ---- shuttle
|
||||
|
||||
|
||||
@@ -84,6 +84,7 @@
|
||||
|
||||
/area/hivebothub/exterior
|
||||
name = "Independent Supply Hub - Exterior"
|
||||
needs_starlight = TRUE
|
||||
icon_state = "exterior"
|
||||
|
||||
// Docks
|
||||
|
||||
@@ -121,6 +121,7 @@
|
||||
name = "Republic Astroforce Patrol Vessel - Exterior"
|
||||
requires_power = FALSE
|
||||
icon_state = "exterior"
|
||||
needs_starlight = TRUE
|
||||
has_gravity = FALSE
|
||||
|
||||
// Shuttle area.
|
||||
|
||||
@@ -32,6 +32,13 @@
|
||||
name = "Ranger Gunboat"
|
||||
requires_power = TRUE
|
||||
|
||||
/area/ship/ranger_corvette/exterior
|
||||
name = "Ranger Gunboat Exterior"
|
||||
requires_power = FALSE
|
||||
has_gravity = FALSE
|
||||
icon_state = "exterior"
|
||||
needs_starlight = TRUE
|
||||
|
||||
/area/ship/ranger_corvette/bridge
|
||||
name = "Ranger Gunboat Bridge"
|
||||
|
||||
|
||||
@@ -245,8 +245,8 @@
|
||||
"aXi" = (
|
||||
/obj/structure/lattice/catwalk,
|
||||
/obj/item/hullbeacon/red,
|
||||
/turf/template_noop,
|
||||
/area/ship/ranger_corvette/engine1)
|
||||
/turf/space,
|
||||
/area/ship/ranger_corvette/exterior)
|
||||
"aXC" = (
|
||||
/obj/structure/machinery/atmospherics/pipe/simple/hidden/universal{
|
||||
dir = 4
|
||||
@@ -1104,6 +1104,11 @@
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
/area/ship/ranger_corvette/foyer)
|
||||
"eAe" = (
|
||||
/obj/structure/ship_weapon_dummy,
|
||||
/obj/structure/lattice/catwalk,
|
||||
/turf/space,
|
||||
/area/ship/ranger_corvette/gunnery)
|
||||
"eBG" = (
|
||||
/obj/structure/bed/stool/chair/shuttle{
|
||||
dir = 8
|
||||
@@ -2059,7 +2064,7 @@
|
||||
/area/ship/ranger_corvette/foyer)
|
||||
"hUh" = (
|
||||
/obj/structure/ship_weapon_dummy,
|
||||
/turf/template_noop,
|
||||
/turf/simulated/floor/airless,
|
||||
/area/ship/ranger_corvette/engine1)
|
||||
"hUx" = (
|
||||
/obj/effect/landmark/entry_point/port{
|
||||
@@ -2272,6 +2277,10 @@
|
||||
"iOe" = (
|
||||
/turf/simulated/floor/tiled/dark,
|
||||
/area/ship/ranger_corvette/engine1)
|
||||
"iOV" = (
|
||||
/obj/structure/lattice/catwalk,
|
||||
/turf/space,
|
||||
/area/ship/ranger_corvette/engine1)
|
||||
"iPn" = (
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/turf/simulated/floor/tiled/dark,
|
||||
@@ -2568,6 +2577,11 @@
|
||||
/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers,
|
||||
/turf/simulated/floor/tiled/dark,
|
||||
/area/ship/ranger_corvette/leader)
|
||||
"jQr" = (
|
||||
/obj/structure/lattice/catwalk,
|
||||
/obj/item/hullbeacon/red,
|
||||
/turf/space,
|
||||
/area/ship/ranger_corvette/engine1)
|
||||
"jRF" = (
|
||||
/obj/structure/machinery/atmospherics/pipe/simple/hidden/aux{
|
||||
dir = 4
|
||||
@@ -2828,9 +2842,10 @@
|
||||
/turf/simulated/floor/tiled/dark,
|
||||
/area/ship/ranger_corvette/foyer)
|
||||
"lhJ" = (
|
||||
/obj/structure/ship_weapon_dummy,
|
||||
/turf/template_noop,
|
||||
/area/space)
|
||||
/obj/structure/lattice/catwalk,
|
||||
/obj/structure/ship_weapon_dummy/barrel,
|
||||
/turf/space,
|
||||
/area/ship/ranger_corvette/gunnery)
|
||||
"lkY" = (
|
||||
/obj/structure/machinery/airlock_sensor{
|
||||
pixel_x = -20;
|
||||
@@ -3188,6 +3203,11 @@
|
||||
},
|
||||
/turf/simulated/floor/tiled/dark,
|
||||
/area/ship/ranger_corvette/foyer)
|
||||
"mrW" = (
|
||||
/obj/structure/ship_weapon_dummy,
|
||||
/obj/structure/lattice/catwalk,
|
||||
/turf/space,
|
||||
/area/ship/ranger_corvette/engine1)
|
||||
"mun" = (
|
||||
/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{
|
||||
dir = 4
|
||||
@@ -4092,8 +4112,8 @@
|
||||
/area/ship/ranger_corvette/telecomms)
|
||||
"pZW" = (
|
||||
/obj/structure/lattice/catwalk,
|
||||
/turf/template_noop,
|
||||
/area/space)
|
||||
/turf/space,
|
||||
/area/ship/ranger_corvette/exterior)
|
||||
"qbp" = (
|
||||
/obj/effect/floor_decal/industrial/hatch/yellow,
|
||||
/obj/structure/machinery/door/blast/regular/open{
|
||||
@@ -4104,8 +4124,9 @@
|
||||
/area/ship/ranger_corvette/foyer)
|
||||
"qbD" = (
|
||||
/obj/structure/ship_weapon_dummy/barrel,
|
||||
/turf/template_noop,
|
||||
/area/space)
|
||||
/obj/structure/lattice/catwalk,
|
||||
/turf/space,
|
||||
/area/ship/ranger_corvette/engine1)
|
||||
"qcF" = (
|
||||
/obj/structure/machinery/power/smes/buildable/third_party_shuttle,
|
||||
/obj/structure/cable/green,
|
||||
@@ -4340,7 +4361,7 @@
|
||||
/obj/structure/machinery/ship_weapon/autocannon{
|
||||
weapon_id = "Ranger Francisca Rotary Gun"
|
||||
},
|
||||
/turf/template_noop,
|
||||
/turf/space,
|
||||
/area/ship/ranger_corvette/engine1)
|
||||
"qMt" = (
|
||||
/obj/effect/map_effect/map_helper/ruler_tiles_3{
|
||||
@@ -4980,8 +5001,9 @@
|
||||
/obj/structure/ship_weapon_dummy{
|
||||
is_barrel = 1
|
||||
},
|
||||
/turf/template_noop,
|
||||
/area/space)
|
||||
/obj/structure/lattice/catwalk,
|
||||
/turf/space,
|
||||
/area/ship/ranger_corvette/gunnery)
|
||||
"sYH" = (
|
||||
/obj/effect/floor_decal/industrial/warning{
|
||||
dir = 1
|
||||
@@ -5460,7 +5482,7 @@
|
||||
/obj/structure/railing/mapped,
|
||||
/obj/structure/machinery/iff_beacon,
|
||||
/turf/simulated/floor/airless,
|
||||
/area/ship/ranger_corvette)
|
||||
/area/ship/ranger_corvette/exterior)
|
||||
"udj" = (
|
||||
/obj/structure/machinery/atmospherics/unary/vent_scrubber/on{
|
||||
dir = 8
|
||||
@@ -5602,10 +5624,6 @@
|
||||
/obj/structure/machinery/vending/sovietsoda,
|
||||
/turf/simulated/floor/tiled/dark,
|
||||
/area/ship/ranger_corvette/engine1)
|
||||
"usZ" = (
|
||||
/obj/structure/lattice/catwalk,
|
||||
/turf/template_noop,
|
||||
/area/ship/ranger_corvette/engine1)
|
||||
"uty" = (
|
||||
/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply{
|
||||
dir = 1
|
||||
@@ -6180,7 +6198,7 @@
|
||||
},
|
||||
/obj/structure/machinery/shipsensors/weak,
|
||||
/turf/simulated/floor/airless,
|
||||
/area/ship/ranger_corvette)
|
||||
/area/ship/ranger_corvette/exterior)
|
||||
"wmN" = (
|
||||
/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{
|
||||
dir = 9
|
||||
@@ -37125,7 +37143,7 @@ tWh
|
||||
tWh
|
||||
tWh
|
||||
tWh
|
||||
pZW
|
||||
iOV
|
||||
xRX
|
||||
xRX
|
||||
xRX
|
||||
@@ -37382,7 +37400,7 @@ tWh
|
||||
hUh
|
||||
hUh
|
||||
hUh
|
||||
usZ
|
||||
iOV
|
||||
qHO
|
||||
xRX
|
||||
xRX
|
||||
@@ -37639,7 +37657,7 @@ tWh
|
||||
hUh
|
||||
hUh
|
||||
hUh
|
||||
hUh
|
||||
mrW
|
||||
qbD
|
||||
xRX
|
||||
xRX
|
||||
@@ -37896,8 +37914,8 @@ tWh
|
||||
hUh
|
||||
hUh
|
||||
hUh
|
||||
usZ
|
||||
aXi
|
||||
iOV
|
||||
jQr
|
||||
xRX
|
||||
rrQ
|
||||
rrQ
|
||||
@@ -38153,7 +38171,7 @@ tWh
|
||||
boM
|
||||
tWh
|
||||
tWh
|
||||
usZ
|
||||
iOV
|
||||
xRX
|
||||
xRX
|
||||
rrQ
|
||||
@@ -38168,7 +38186,7 @@ pFK
|
||||
tLA
|
||||
nIu
|
||||
nIu
|
||||
lhJ
|
||||
eAe
|
||||
lhJ
|
||||
xRX
|
||||
xRX
|
||||
@@ -38682,7 +38700,7 @@ hbk
|
||||
deS
|
||||
deS
|
||||
hPo
|
||||
lhJ
|
||||
eAe
|
||||
lhJ
|
||||
xRX
|
||||
xRX
|
||||
@@ -38939,8 +38957,8 @@ jrY
|
||||
enD
|
||||
lfi
|
||||
rKi
|
||||
xRX
|
||||
xRX
|
||||
pZW
|
||||
aXi
|
||||
xRX
|
||||
xRX
|
||||
xRX
|
||||
@@ -39196,8 +39214,8 @@ qyq
|
||||
dcS
|
||||
cmI
|
||||
tLA
|
||||
xRX
|
||||
xRX
|
||||
pZW
|
||||
pZW
|
||||
xRX
|
||||
xRX
|
||||
xRX
|
||||
|
||||
@@ -128,8 +128,8 @@
|
||||
/area/ship/ipc_refugee/dock)
|
||||
"bq" = (
|
||||
/obj/item/stack/rods,
|
||||
/turf/template_noop,
|
||||
/area/space)
|
||||
/turf/space,
|
||||
/area/ship/ipc_refugee/exterior)
|
||||
"bs" = (
|
||||
/obj/structure/machinery/light/small/emergency{
|
||||
dir = 8
|
||||
@@ -260,7 +260,7 @@
|
||||
/obj/item/stack/rods,
|
||||
/obj/structure/window_frame/empty,
|
||||
/turf/simulated/floor/airless,
|
||||
/area/ship/ipc_refugee/forehall)
|
||||
/area/ship/ipc_refugee/exterior)
|
||||
"cw" = (
|
||||
/obj/structure/machinery/atmospherics/unary/vent_scrubber/on{
|
||||
dir = 4
|
||||
@@ -287,12 +287,12 @@
|
||||
/turf/simulated/floor,
|
||||
/area/ship/ipc_refugee/engie)
|
||||
"cL" = (
|
||||
/obj/structure/lattice,
|
||||
/obj/item/material/shard{
|
||||
icon_state = "small"
|
||||
},
|
||||
/turf/template_noop,
|
||||
/area/space)
|
||||
/obj/structure/lattice/catwalk,
|
||||
/turf/space,
|
||||
/area/ship/ipc_refugee/exterior)
|
||||
"cN" = (
|
||||
/obj/structure/cable{
|
||||
icon_state = "4-8"
|
||||
@@ -1290,6 +1290,11 @@
|
||||
/obj/structure/inflatable/wall,
|
||||
/turf/simulated/floor/airless,
|
||||
/area/ship/ipc_refugee/engie)
|
||||
"kG" = (
|
||||
/obj/structure/grille,
|
||||
/obj/structure/lattice,
|
||||
/turf/space,
|
||||
/area/ship/ipc_refugee/exterior)
|
||||
"kK" = (
|
||||
/obj/effect/floor_decal/industrial/hatch/yellow,
|
||||
/obj/effect/floor_decal/industrial/warning{
|
||||
@@ -1327,7 +1332,7 @@
|
||||
name = "fore, messhall"
|
||||
},
|
||||
/turf/space,
|
||||
/area/ship/ipc_refugee/forehall)
|
||||
/area/ship/ipc_refugee/exterior)
|
||||
"kS" = (
|
||||
/obj/structure/closet/crate,
|
||||
/obj/item/stack/material/steel{
|
||||
@@ -1371,10 +1376,10 @@
|
||||
/turf/simulated/floor/tiled/rust,
|
||||
/area/ship/ipc_refugee/atmos)
|
||||
"lh" = (
|
||||
/obj/structure/lattice,
|
||||
/obj/item/material/shard/shrapnel,
|
||||
/turf/template_noop,
|
||||
/area/space)
|
||||
/obj/structure/lattice/catwalk,
|
||||
/turf/space,
|
||||
/area/ship/ipc_refugee/exterior)
|
||||
"lm" = (
|
||||
/obj/structure/table/steel,
|
||||
/obj/effect/floor_decal/corner_wide/brown/full,
|
||||
@@ -1741,8 +1746,8 @@
|
||||
"nZ" = (
|
||||
/obj/structure/lattice,
|
||||
/obj/structure/grille,
|
||||
/turf/template_noop,
|
||||
/area/space)
|
||||
/turf/space,
|
||||
/area/ship/ipc_refugee/exterior)
|
||||
"ob" = (
|
||||
/obj/structure/girder,
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
@@ -2261,7 +2266,7 @@
|
||||
/obj/effect/decal/cleanable/floor_damage/broken2,
|
||||
/obj/effect/decal/cleanable/floor_damage/broken3,
|
||||
/turf/simulated/floor/airless,
|
||||
/area/ship/ipc_refugee/forehall)
|
||||
/area/ship/ipc_refugee/exterior)
|
||||
"rh" = (
|
||||
/obj/effect/decal/remains/robot{
|
||||
pixel_y = -8;
|
||||
@@ -2407,6 +2412,9 @@
|
||||
},
|
||||
/turf/simulated/floor,
|
||||
/area/ship/ipc_refugee/cargopod_a)
|
||||
"sy" = (
|
||||
/turf/space,
|
||||
/area/ship/ipc_refugee/exterior)
|
||||
"sA" = (
|
||||
/obj/structure/lattice/catwalk/indoor/grate/old,
|
||||
/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{
|
||||
@@ -2515,8 +2523,8 @@
|
||||
"tl" = (
|
||||
/obj/structure/lattice/catwalk,
|
||||
/obj/item/stack/rods,
|
||||
/turf/template_noop,
|
||||
/area/space)
|
||||
/turf/space,
|
||||
/area/ship/ipc_refugee/exterior)
|
||||
"ts" = (
|
||||
/obj/effect/floor_decal/industrial/warning{
|
||||
dir = 4
|
||||
@@ -2786,7 +2794,7 @@
|
||||
/obj/effect/decal/cleanable/floor_damage/broken6,
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/turf/simulated/floor/airless,
|
||||
/area/ship/ipc_refugee/forehall)
|
||||
/area/ship/ipc_refugee/exterior)
|
||||
"vr" = (
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/effect/decal/cleanable/floor_damage/broken7,
|
||||
@@ -3318,8 +3326,8 @@
|
||||
/obj/structure/grille/broken,
|
||||
/obj/structure/lattice,
|
||||
/obj/item/material/shard/shrapnel,
|
||||
/turf/template_noop,
|
||||
/area/space)
|
||||
/turf/space,
|
||||
/area/ship/ipc_refugee/exterior)
|
||||
"yJ" = (
|
||||
/turf/simulated/wall/shuttle/space_ship/mercenary,
|
||||
/area/shuttle/ipc_refugee_shuttle)
|
||||
@@ -3863,8 +3871,8 @@
|
||||
/area/ship/ipc_refugee/atmos)
|
||||
"CJ" = (
|
||||
/obj/structure/grille,
|
||||
/turf/template_noop,
|
||||
/area/space)
|
||||
/turf/space,
|
||||
/area/ship/ipc_refugee/exterior)
|
||||
"CK" = (
|
||||
/obj/structure/girder,
|
||||
/turf/simulated/floor/airless,
|
||||
@@ -3996,8 +4004,8 @@
|
||||
"Ds" = (
|
||||
/obj/item/material/shard,
|
||||
/obj/structure/lattice,
|
||||
/turf/template_noop,
|
||||
/area/space)
|
||||
/turf/space,
|
||||
/area/ship/ipc_refugee/exterior)
|
||||
"Du" = (
|
||||
/obj/effect/floor_decal/industrial/warning,
|
||||
/obj/structure/machinery/atmospherics/unary/vent_pump/high_volume,
|
||||
@@ -4268,8 +4276,8 @@
|
||||
/area/ship/ipc_refugee/bridge)
|
||||
"FC" = (
|
||||
/obj/structure/lattice,
|
||||
/turf/template_noop,
|
||||
/area/space)
|
||||
/turf/space,
|
||||
/area/ship/ipc_refugee/exterior)
|
||||
"FD" = (
|
||||
/obj/effect/floor_decal/corner_wide/green/diagonal,
|
||||
/obj/structure/machinery/atmospherics/pipe/simple/hidden/supply{
|
||||
@@ -4297,7 +4305,7 @@
|
||||
"FQ" = (
|
||||
/obj/structure/grille/broken,
|
||||
/obj/structure/lattice,
|
||||
/turf/template_noop,
|
||||
/turf/space,
|
||||
/area/space)
|
||||
"FR" = (
|
||||
/obj/structure/cable/green{
|
||||
@@ -4483,10 +4491,10 @@
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/ship/ipc_refugee/atmos)
|
||||
"HD" = (
|
||||
/obj/structure/lattice,
|
||||
/obj/item/stack/rods,
|
||||
/turf/template_noop,
|
||||
/area/space)
|
||||
/obj/structure/lattice/catwalk,
|
||||
/turf/space,
|
||||
/area/ship/ipc_refugee/exterior)
|
||||
"HO" = (
|
||||
/obj/effect/floor_decal/industrial/loading/yellow,
|
||||
/obj/effect/floor_decal/industrial/warning{
|
||||
@@ -4594,6 +4602,10 @@
|
||||
/obj/structure/inflatable/wall,
|
||||
/turf/simulated/floor/airless,
|
||||
/area/ship/ipc_refugee/forehall)
|
||||
"IJ" = (
|
||||
/obj/structure/lattice,
|
||||
/turf/space,
|
||||
/area/space)
|
||||
"IK" = (
|
||||
/obj/structure/girder,
|
||||
/obj/item/ore{
|
||||
@@ -4680,6 +4692,10 @@
|
||||
/obj/effect/decal/cleanable/blood/drip/oil,
|
||||
/turf/simulated/floor/tiled/rust,
|
||||
/area/ship/ipc_refugee/mainhall)
|
||||
"Jq" = (
|
||||
/obj/structure/lattice/catwalk,
|
||||
/turf/space,
|
||||
/area/space)
|
||||
"Jt" = (
|
||||
/obj/effect/floor_decal/corner/green/full{
|
||||
dir = 1
|
||||
@@ -4848,8 +4864,8 @@
|
||||
"Kr" = (
|
||||
/obj/structure/lattice/catwalk,
|
||||
/obj/item/hullbeacon/red,
|
||||
/turf/template_noop,
|
||||
/area/space)
|
||||
/turf/space,
|
||||
/area/ship/ipc_refugee/exterior)
|
||||
"Ks" = (
|
||||
/obj/structure/machinery/access_button{
|
||||
dir = 1;
|
||||
@@ -4911,6 +4927,11 @@
|
||||
},
|
||||
/turf/simulated/floor,
|
||||
/area/ship/ipc_refugee/cargopod_b)
|
||||
"Lw" = (
|
||||
/obj/structure/lattice/catwalk,
|
||||
/obj/item/hullbeacon/red,
|
||||
/turf/space,
|
||||
/area/space)
|
||||
"LD" = (
|
||||
/obj/effect/floor_decal/industrial/hatch/yellow,
|
||||
/obj/structure/machinery/door/airlock/external{
|
||||
@@ -5078,8 +5099,8 @@
|
||||
/area/ship/ipc_refugee/bridge)
|
||||
"MA" = (
|
||||
/obj/structure/lattice/catwalk,
|
||||
/turf/template_noop,
|
||||
/area/space)
|
||||
/turf/space,
|
||||
/area/ship/ipc_refugee/exterior)
|
||||
"MC" = (
|
||||
/obj/structure/girder,
|
||||
/obj/item/stack/material/steel{
|
||||
@@ -5695,7 +5716,7 @@
|
||||
"SK" = (
|
||||
/obj/structure/grille,
|
||||
/obj/structure/lattice,
|
||||
/turf/template_noop,
|
||||
/turf/space,
|
||||
/area/space)
|
||||
"SM" = (
|
||||
/obj/effect/floor_decal/corner_wide/green{
|
||||
@@ -5781,8 +5802,8 @@
|
||||
/area/ship/ipc_refugee/engie)
|
||||
"Tn" = (
|
||||
/obj/item/material/shard,
|
||||
/turf/template_noop,
|
||||
/area/space)
|
||||
/turf/space,
|
||||
/area/ship/ipc_refugee/exterior)
|
||||
"To" = (
|
||||
/obj/structure/table/standard,
|
||||
/obj/structure/machinery/light/small/emergency{
|
||||
@@ -6116,7 +6137,6 @@
|
||||
dir = 4;
|
||||
name = "Washroom";
|
||||
welded = 1;
|
||||
icon_state = "door_locked";
|
||||
locked = 1
|
||||
},
|
||||
/obj/structure/machinery/door/firedoor/noid,
|
||||
@@ -37021,7 +37041,7 @@ Ik
|
||||
Ik
|
||||
Ik
|
||||
SK
|
||||
FC
|
||||
IJ
|
||||
SK
|
||||
Ns
|
||||
Du
|
||||
@@ -37029,7 +37049,7 @@ Np
|
||||
Sz
|
||||
Ns
|
||||
SK
|
||||
FC
|
||||
IJ
|
||||
SK
|
||||
Ik
|
||||
Ik
|
||||
@@ -38044,7 +38064,7 @@ ya
|
||||
nc
|
||||
ky
|
||||
nS
|
||||
FC
|
||||
MA
|
||||
Ns
|
||||
QK
|
||||
Zf
|
||||
@@ -38062,9 +38082,9 @@ PJ
|
||||
TR
|
||||
xW
|
||||
Ns
|
||||
FC
|
||||
FC
|
||||
FC
|
||||
MA
|
||||
MA
|
||||
MA
|
||||
BV
|
||||
CK
|
||||
BV
|
||||
@@ -38328,7 +38348,7 @@ JZ
|
||||
Xb
|
||||
Yu
|
||||
tY
|
||||
Sg
|
||||
FC
|
||||
Ik
|
||||
Ik
|
||||
Ik
|
||||
@@ -38558,7 +38578,7 @@ Zq
|
||||
dB
|
||||
qF
|
||||
nS
|
||||
FC
|
||||
MA
|
||||
Og
|
||||
xS
|
||||
fn
|
||||
@@ -38577,7 +38597,7 @@ fk
|
||||
WM
|
||||
Og
|
||||
lh
|
||||
FC
|
||||
MA
|
||||
HD
|
||||
BV
|
||||
tw
|
||||
@@ -38585,7 +38605,7 @@ Rl
|
||||
tL
|
||||
hl
|
||||
kO
|
||||
TN
|
||||
sy
|
||||
Ik
|
||||
Ik
|
||||
Ik
|
||||
@@ -39583,7 +39603,7 @@ uv
|
||||
Vx
|
||||
Yl
|
||||
nS
|
||||
MA
|
||||
Jq
|
||||
Ik
|
||||
Ik
|
||||
Ik
|
||||
@@ -39840,26 +39860,26 @@ fS
|
||||
nS
|
||||
nS
|
||||
nS
|
||||
Kr
|
||||
Lw
|
||||
Ik
|
||||
Ik
|
||||
Ik
|
||||
Ik
|
||||
MA
|
||||
sy
|
||||
kG
|
||||
FC
|
||||
Ik
|
||||
SK
|
||||
FC
|
||||
SK
|
||||
kG
|
||||
Ns
|
||||
kX
|
||||
cN
|
||||
Cp
|
||||
Ns
|
||||
SK
|
||||
kG
|
||||
FC
|
||||
SK
|
||||
kG
|
||||
Tn
|
||||
FC
|
||||
MA
|
||||
Ik
|
||||
Ik
|
||||
vO
|
||||
@@ -40097,25 +40117,25 @@ Wn
|
||||
ei
|
||||
Yw
|
||||
xV
|
||||
Jq
|
||||
Ik
|
||||
Ik
|
||||
Ik
|
||||
Ik
|
||||
MA
|
||||
Ik
|
||||
Ik
|
||||
Ik
|
||||
Ik
|
||||
sy
|
||||
sy
|
||||
FC
|
||||
Ik
|
||||
Ik
|
||||
FC
|
||||
Ik
|
||||
sy
|
||||
Ns
|
||||
Ns
|
||||
Yx
|
||||
Ns
|
||||
Ns
|
||||
Ik
|
||||
sy
|
||||
FC
|
||||
Ik
|
||||
Ik
|
||||
sy
|
||||
sy
|
||||
cL
|
||||
Ik
|
||||
Ik
|
||||
@@ -41644,21 +41664,21 @@ Ik
|
||||
Ik
|
||||
Ik
|
||||
Ik
|
||||
FC
|
||||
Ik
|
||||
Ik
|
||||
MA
|
||||
sy
|
||||
sy
|
||||
Ds
|
||||
Ik
|
||||
sy
|
||||
fC
|
||||
fC
|
||||
rX
|
||||
fC
|
||||
fC
|
||||
Ik
|
||||
FC
|
||||
Ik
|
||||
Ik
|
||||
sy
|
||||
FC
|
||||
sy
|
||||
sy
|
||||
MA
|
||||
Ik
|
||||
Ik
|
||||
Rs
|
||||
@@ -41901,9 +41921,9 @@ Ik
|
||||
Ik
|
||||
Ik
|
||||
Ik
|
||||
FC
|
||||
MA
|
||||
bq
|
||||
SK
|
||||
kG
|
||||
FC
|
||||
nZ
|
||||
fC
|
||||
@@ -41913,9 +41933,9 @@ Hd
|
||||
fC
|
||||
nZ
|
||||
FC
|
||||
SK
|
||||
Ik
|
||||
FC
|
||||
kG
|
||||
sy
|
||||
MA
|
||||
Ik
|
||||
Ik
|
||||
Rs
|
||||
@@ -43184,7 +43204,7 @@ jP
|
||||
JJ
|
||||
EK
|
||||
JJ
|
||||
FC
|
||||
MA
|
||||
iq
|
||||
IQ
|
||||
Qf
|
||||
@@ -43202,9 +43222,9 @@ kN
|
||||
Re
|
||||
Dc
|
||||
iq
|
||||
FC
|
||||
FC
|
||||
FC
|
||||
MA
|
||||
MA
|
||||
MA
|
||||
BV
|
||||
YS
|
||||
ud
|
||||
@@ -43698,7 +43718,7 @@ JJ
|
||||
EK
|
||||
EK
|
||||
JJ
|
||||
FC
|
||||
MA
|
||||
fC
|
||||
gS
|
||||
wC
|
||||
@@ -43716,9 +43736,9 @@ uN
|
||||
uN
|
||||
nA
|
||||
fC
|
||||
FC
|
||||
FC
|
||||
FC
|
||||
MA
|
||||
MA
|
||||
MA
|
||||
mI
|
||||
Xh
|
||||
nt
|
||||
@@ -44730,16 +44750,16 @@ Ik
|
||||
Ik
|
||||
Ik
|
||||
Ik
|
||||
SK
|
||||
kG
|
||||
FC
|
||||
SK
|
||||
kG
|
||||
fC
|
||||
fb
|
||||
pK
|
||||
Vf
|
||||
fC
|
||||
SK
|
||||
FC
|
||||
IJ
|
||||
FQ
|
||||
Ik
|
||||
Ik
|
||||
|
||||
@@ -5,6 +5,13 @@
|
||||
base_turf = /turf/space
|
||||
area_flags = AREA_FLAG_RAD_SHIELDED
|
||||
|
||||
/area/ship/ipc_refugee/exterior
|
||||
name = "Decrepit Freighter - Exterior"
|
||||
icon_state = "exterior"
|
||||
needs_starlight = TRUE
|
||||
has_gravity = FALSE
|
||||
requires_power = FALSE
|
||||
|
||||
/area/ship/ipc_refugee/engie
|
||||
name = "Decrepit Freighter - Engineering"
|
||||
ambience = AMBIENCE_FOREBODING
|
||||
|
||||
@@ -371,7 +371,7 @@
|
||||
},
|
||||
/obj/item/hullbeacon/red,
|
||||
/turf/simulated/floor/airless,
|
||||
/area/ship/kasf_corvette/engie)
|
||||
/area/ship/kasf_corvette/exterior)
|
||||
"cq" = (
|
||||
/obj/structure/table/rack,
|
||||
/obj/item/ship_ammunition/francisca/frag,
|
||||
@@ -909,7 +909,7 @@
|
||||
dir = 8
|
||||
},
|
||||
/turf/simulated/floor/airless,
|
||||
/area/space)
|
||||
/area/ship/kasf_corvette/exterior)
|
||||
"fD" = (
|
||||
/obj/structure/machinery/atmospherics/unary/vent_pump/on,
|
||||
/obj/effect/floor_decal/corner/orange{
|
||||
@@ -1371,13 +1371,6 @@
|
||||
/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers,
|
||||
/turf/simulated/floor/tiled/dark,
|
||||
/area/ship/kasf_corvette/mainhall)
|
||||
"ih" = (
|
||||
/obj/structure/lattice/catwalk,
|
||||
/obj/structure/railing/mapped{
|
||||
dir = 8
|
||||
},
|
||||
/turf/simulated/floor/airless,
|
||||
/area/ship/kasf_corvette/engie)
|
||||
"ij" = (
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 4
|
||||
@@ -1675,12 +1668,12 @@
|
||||
/turf/simulated/wall/shuttle/space_ship/mercenary,
|
||||
/area/ship/kasf_corvette/atmos)
|
||||
"kg" = (
|
||||
/obj/structure/lattice,
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 4
|
||||
},
|
||||
/turf/template_noop,
|
||||
/area/space)
|
||||
/obj/structure/lattice/catwalk/indoor,
|
||||
/turf/space,
|
||||
/area/ship/kasf_corvette/exterior)
|
||||
"kr" = (
|
||||
/obj/effect/floor_decal/corner_wide/dark_blue{
|
||||
dir = 5
|
||||
@@ -2669,7 +2662,7 @@
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/airless,
|
||||
/area/ship/kasf_corvette/atmos)
|
||||
/area/ship/kasf_corvette/exterior)
|
||||
"qf" = (
|
||||
/obj/effect/map_effect/marker/airlock/external{
|
||||
master_tag = "airlock_kasf_port";
|
||||
@@ -3514,11 +3507,8 @@
|
||||
/area/shuttle/kasf_shuttle)
|
||||
"uE" = (
|
||||
/obj/structure/lattice/catwalk,
|
||||
/obj/structure/railing/mapped{
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/airless,
|
||||
/area/space)
|
||||
/turf/space,
|
||||
/area/ship/kasf_corvette/exterior)
|
||||
"uH" = (
|
||||
/obj/structure/machinery/door/firedoor/noid,
|
||||
/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{
|
||||
@@ -3610,7 +3600,7 @@
|
||||
pixel_y = 4
|
||||
},
|
||||
/turf/simulated/floor/airless,
|
||||
/area/ship/kasf_corvette/atmos)
|
||||
/area/ship/kasf_corvette/exterior)
|
||||
"vg" = (
|
||||
/obj/effect/floor_decal/corner_wide/dark_blue{
|
||||
dir = 5
|
||||
@@ -3999,7 +3989,7 @@
|
||||
},
|
||||
/obj/item/hullbeacon/red,
|
||||
/turf/simulated/floor/airless,
|
||||
/area/ship/kasf_corvette/atmos)
|
||||
/area/ship/kasf_corvette/exterior)
|
||||
"xR" = (
|
||||
/obj/effect/floor_decal/spline/fancy/wood,
|
||||
/turf/simulated/floor/wood,
|
||||
@@ -5160,7 +5150,7 @@
|
||||
"DH" = (
|
||||
/obj/structure/lattice/catwalk,
|
||||
/turf/simulated/floor/airless,
|
||||
/area/space)
|
||||
/area/ship/kasf_corvette/exterior)
|
||||
"DI" = (
|
||||
/obj/effect/map_effect/window_spawner/full/reinforced/firedoor,
|
||||
/turf/simulated/floor/tiled/full,
|
||||
@@ -5681,7 +5671,7 @@
|
||||
pixel_y = 4
|
||||
},
|
||||
/turf/simulated/floor/airless,
|
||||
/area/ship/kasf_corvette/engie)
|
||||
/area/ship/kasf_corvette/exterior)
|
||||
"FZ" = (
|
||||
/obj/structure/lattice/catwalk/indoor/grate,
|
||||
/obj/structure/cable{
|
||||
@@ -5701,7 +5691,7 @@
|
||||
/obj/structure/lattice/catwalk,
|
||||
/obj/item/hullbeacon/red,
|
||||
/turf/simulated/floor/airless,
|
||||
/area/space)
|
||||
/area/ship/kasf_corvette/exterior)
|
||||
"Gl" = (
|
||||
/obj/structure/machinery/atmospherics/unary/vent_pump/on{
|
||||
dir = 1
|
||||
@@ -5963,12 +5953,12 @@
|
||||
/turf/simulated/floor/tiled/dark,
|
||||
/area/ship/kasf_corvette/starboardthrust)
|
||||
"HJ" = (
|
||||
/obj/structure/lattice,
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 8
|
||||
},
|
||||
/turf/template_noop,
|
||||
/area/space)
|
||||
/obj/structure/lattice/catwalk/indoor,
|
||||
/turf/space,
|
||||
/area/ship/kasf_corvette/exterior)
|
||||
"HV" = (
|
||||
/obj/structure/table/standard,
|
||||
/obj/structure/machinery/light,
|
||||
@@ -7153,8 +7143,8 @@
|
||||
/area/ship/kasf_corvette/engie)
|
||||
"OL" = (
|
||||
/obj/structure/lattice,
|
||||
/turf/template_noop,
|
||||
/area/space)
|
||||
/turf/space,
|
||||
/area/ship/kasf_corvette/exterior)
|
||||
"OM" = (
|
||||
/obj/effect/floor_decal/spline/plain/white{
|
||||
dir = 9
|
||||
@@ -7993,8 +7983,8 @@
|
||||
/area/ship/kasf_corvette/mainhall)
|
||||
"Tb" = (
|
||||
/obj/structure/grille,
|
||||
/turf/template_noop,
|
||||
/area/space)
|
||||
/turf/space,
|
||||
/area/ship/kasf_corvette/exterior)
|
||||
"Tg" = (
|
||||
/obj/structure/table/standard,
|
||||
/obj/item/reagent_containers/food/drinks/drinkingglass/newglass/coffeecup/metal{
|
||||
@@ -39358,8 +39348,8 @@ DN
|
||||
DN
|
||||
DN
|
||||
DN
|
||||
OL
|
||||
OL
|
||||
fB
|
||||
DH
|
||||
fB
|
||||
fB
|
||||
zJ
|
||||
@@ -39848,7 +39838,7 @@ Is
|
||||
Is
|
||||
Is
|
||||
Is
|
||||
OL
|
||||
uE
|
||||
zH
|
||||
Yy
|
||||
gP
|
||||
@@ -40105,7 +40095,7 @@ Is
|
||||
Is
|
||||
Is
|
||||
Is
|
||||
OL
|
||||
uE
|
||||
KO
|
||||
iZ
|
||||
rQ
|
||||
@@ -40401,8 +40391,8 @@ zJ
|
||||
zJ
|
||||
zJ
|
||||
zJ
|
||||
ih
|
||||
ih
|
||||
fB
|
||||
fB
|
||||
cn
|
||||
FY
|
||||
Is
|
||||
@@ -42165,7 +42155,7 @@ Is
|
||||
Is
|
||||
Is
|
||||
Is
|
||||
OL
|
||||
uE
|
||||
qY
|
||||
Gq
|
||||
rP
|
||||
@@ -42422,7 +42412,7 @@ Is
|
||||
Is
|
||||
Is
|
||||
Is
|
||||
OL
|
||||
uE
|
||||
Ok
|
||||
xn
|
||||
OS
|
||||
@@ -42679,7 +42669,7 @@ Is
|
||||
Is
|
||||
Is
|
||||
Is
|
||||
OL
|
||||
uE
|
||||
qY
|
||||
Ed
|
||||
rP
|
||||
@@ -44731,7 +44721,7 @@ Is
|
||||
Is
|
||||
Is
|
||||
Is
|
||||
OL
|
||||
uE
|
||||
QQ
|
||||
by
|
||||
ze
|
||||
@@ -44988,7 +44978,7 @@ Is
|
||||
Is
|
||||
Is
|
||||
Is
|
||||
OL
|
||||
uE
|
||||
kW
|
||||
jx
|
||||
Av
|
||||
@@ -45526,10 +45516,10 @@ uI
|
||||
uI
|
||||
uI
|
||||
uI
|
||||
OL
|
||||
OL
|
||||
uE
|
||||
uE
|
||||
qd
|
||||
DH
|
||||
qd
|
||||
qd
|
||||
ns
|
||||
ns
|
||||
Ey
|
||||
|
||||
@@ -5,6 +5,13 @@
|
||||
base_turf = /turf/space
|
||||
area_flags = AREA_FLAG_RAD_SHIELDED
|
||||
|
||||
/area/ship/kasf_corvette/exterior
|
||||
name = "KASF Corvette - Exterior"
|
||||
icon_state = "exterior"
|
||||
needs_starlight = TRUE
|
||||
has_gravity = FALSE
|
||||
requires_power = FALSE
|
||||
|
||||
/area/ship/kasf_corvette/portthrust
|
||||
name = "KASF Corvette - Port Thruster Pod"
|
||||
ambience = AMBIENCE_ATMOS
|
||||
|
||||
@@ -461,13 +461,11 @@
|
||||
/turf/simulated/floor/tiled/dark,
|
||||
/area/ship/sadar_scout/hydro)
|
||||
"cK" = (
|
||||
/obj/structure/machinery/biogenerator{
|
||||
icon_state = "biogen-empty"
|
||||
},
|
||||
/obj/structure/machinery/atmospherics/unary/vent_pump/on{
|
||||
dir = 4
|
||||
},
|
||||
/obj/effect/floor_decal/industrial/outline/service,
|
||||
/obj/structure/machinery/biogenerator,
|
||||
/turf/simulated/floor/tiled/dark,
|
||||
/area/ship/sadar_scout/hydro)
|
||||
"cM" = (
|
||||
|
||||
@@ -1451,7 +1451,7 @@
|
||||
"jY" = (
|
||||
/obj/structure/lattice/catwalk,
|
||||
/turf/space,
|
||||
/area/space)
|
||||
/area/ship/tirakqi_smuggler/exterior)
|
||||
"jZ" = (
|
||||
/obj/structure/machinery/door/airlock/external{
|
||||
dir = 4
|
||||
@@ -1481,6 +1481,11 @@
|
||||
},
|
||||
/turf/simulated/floor/tiled/full,
|
||||
/area/shuttle/tirakqi_smuggler_shuttle)
|
||||
"kd" = (
|
||||
/obj/item/hullbeacon/red,
|
||||
/obj/structure/lattice,
|
||||
/turf/simulated/floor/airless,
|
||||
/area/ship/tirakqi_smuggler/exterior)
|
||||
"kh" = (
|
||||
/turf/simulated/wall/shuttle/space_ship{
|
||||
color = "#695391"
|
||||
@@ -2748,7 +2753,7 @@
|
||||
"rJ" = (
|
||||
/obj/structure/lattice/catwalk,
|
||||
/turf/simulated/floor/airless,
|
||||
/area/ship/tirakqi_smuggler/engi)
|
||||
/area/ship/tirakqi_smuggler/exterior)
|
||||
"rK" = (
|
||||
/mob/living/simple_animal/cosmozoan{
|
||||
name = "Qu'qip";
|
||||
@@ -6146,7 +6151,7 @@
|
||||
/obj/structure/lattice/catwalk,
|
||||
/obj/structure/railing/mapped,
|
||||
/turf/simulated/floor/airless,
|
||||
/area/space)
|
||||
/area/ship/tirakqi_smuggler/exterior)
|
||||
"LG" = (
|
||||
/obj/effect/floor_decal/industrial/outline/red,
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
@@ -8278,7 +8283,7 @@
|
||||
"Zw" = (
|
||||
/obj/structure/lattice,
|
||||
/turf/space,
|
||||
/area/space)
|
||||
/area/ship/tirakqi_smuggler/exterior)
|
||||
"Zx" = (
|
||||
/obj/effect/floor_decal/industrial/outline/yellow,
|
||||
/obj/structure/machinery/atmospherics/unary/vent_pump/on,
|
||||
@@ -35200,7 +35205,7 @@ sY
|
||||
sY
|
||||
sY
|
||||
sY
|
||||
Dp
|
||||
jY
|
||||
ZW
|
||||
ZW
|
||||
ZW
|
||||
@@ -37255,7 +37260,7 @@ sY
|
||||
sY
|
||||
sY
|
||||
sY
|
||||
Dp
|
||||
jY
|
||||
JB
|
||||
JC
|
||||
IH
|
||||
@@ -38040,7 +38045,7 @@ fN
|
||||
mr
|
||||
nd
|
||||
nd
|
||||
Dp
|
||||
jY
|
||||
sY
|
||||
sY
|
||||
sY
|
||||
@@ -38297,8 +38302,8 @@ ab
|
||||
NV
|
||||
MR
|
||||
nd
|
||||
Cx
|
||||
Dp
|
||||
kd
|
||||
jY
|
||||
sY
|
||||
sY
|
||||
sY
|
||||
@@ -38555,7 +38560,7 @@ XD
|
||||
Yf
|
||||
nd
|
||||
nd
|
||||
Dp
|
||||
jY
|
||||
sY
|
||||
sY
|
||||
sY
|
||||
@@ -39809,12 +39814,12 @@ sY
|
||||
sY
|
||||
sY
|
||||
sY
|
||||
Cx
|
||||
kd
|
||||
oL
|
||||
bJ
|
||||
eq
|
||||
oL
|
||||
Cx
|
||||
kd
|
||||
MU
|
||||
MU
|
||||
VH
|
||||
@@ -42893,12 +42898,12 @@ sY
|
||||
sY
|
||||
sY
|
||||
sY
|
||||
Cx
|
||||
kd
|
||||
Zw
|
||||
jY
|
||||
jY
|
||||
Zw
|
||||
Cx
|
||||
kd
|
||||
MU
|
||||
MU
|
||||
fe
|
||||
@@ -44209,7 +44214,7 @@ mC
|
||||
yD
|
||||
nd
|
||||
nd
|
||||
Dp
|
||||
jY
|
||||
sY
|
||||
sY
|
||||
sY
|
||||
@@ -44465,8 +44470,8 @@ mJ
|
||||
NV
|
||||
Rj
|
||||
nd
|
||||
Cx
|
||||
Dp
|
||||
kd
|
||||
jY
|
||||
sY
|
||||
sY
|
||||
sY
|
||||
@@ -44722,7 +44727,7 @@ xj
|
||||
mr
|
||||
nd
|
||||
nd
|
||||
Dp
|
||||
jY
|
||||
sY
|
||||
sY
|
||||
sY
|
||||
@@ -45479,7 +45484,7 @@ sY
|
||||
sY
|
||||
sY
|
||||
sY
|
||||
Dp
|
||||
jY
|
||||
rJ
|
||||
Dy
|
||||
OS
|
||||
@@ -47536,7 +47541,7 @@ sY
|
||||
sY
|
||||
sY
|
||||
sY
|
||||
Dp
|
||||
jY
|
||||
dH
|
||||
dH
|
||||
dH
|
||||
|
||||
@@ -5,6 +5,13 @@
|
||||
base_turf = /turf/space
|
||||
area_flags = AREA_FLAG_RAD_SHIELDED
|
||||
|
||||
/area/ship/tirakqi_smuggler/exterior
|
||||
name = "Ti'Rakqi Freighter - Exterior"
|
||||
icon_state = "exterior"
|
||||
needs_starlight = TRUE
|
||||
has_gravity = FALSE
|
||||
requires_power = FALSE
|
||||
|
||||
/area/ship/tirakqi_smuggler/engi
|
||||
name = "Ti'Rakqi Freighter - Engineering"
|
||||
ambience = AMBIENCE_ENGINEERING
|
||||
|
||||
@@ -3243,7 +3243,7 @@
|
||||
dir = 8
|
||||
},
|
||||
/turf/space/dynamic,
|
||||
/area/tramp_freighter/bridge)
|
||||
/area/tramp_freighter/exterior)
|
||||
"ra" = (
|
||||
/obj/structure/machinery/atmospherics/binary/pump/high_power{
|
||||
dir = 8;
|
||||
@@ -5460,7 +5460,7 @@
|
||||
/obj/structure/lattice/catwalk,
|
||||
/obj/structure/railing/mapped,
|
||||
/turf/space/dynamic,
|
||||
/area/space)
|
||||
/area/tramp_freighter/exterior)
|
||||
"AM" = (
|
||||
/obj/structure/cable/green{
|
||||
icon_state = "0-2"
|
||||
@@ -5486,7 +5486,7 @@
|
||||
"AN" = (
|
||||
/obj/structure/lattice/catwalk,
|
||||
/turf/space/dynamic,
|
||||
/area/tramp_freighter/bridge)
|
||||
/area/tramp_freighter/exterior)
|
||||
"AV" = (
|
||||
/obj/structure/machinery/door/airlock/external,
|
||||
/obj/effect/floor_decal/industrial/hatch/red,
|
||||
@@ -5801,7 +5801,7 @@
|
||||
},
|
||||
/obj/structure/railing/mapped,
|
||||
/turf/space/dynamic,
|
||||
/area/space)
|
||||
/area/tramp_freighter/exterior)
|
||||
"Dr" = (
|
||||
/obj/structure/machinery/atmospherics/unary/vent_scrubber/on{
|
||||
dir = 1
|
||||
@@ -6787,7 +6787,7 @@
|
||||
},
|
||||
/obj/structure/railing/mapped,
|
||||
/turf/space/dynamic,
|
||||
/area/space)
|
||||
/area/tramp_freighter/exterior)
|
||||
"Jn" = (
|
||||
/turf/simulated/floor/carpet/brown,
|
||||
/area/tramp_freighter/captain_bed)
|
||||
@@ -7112,10 +7112,6 @@
|
||||
},
|
||||
/turf/simulated/wall/shuttle/space_ship,
|
||||
/area/tramp_freighter/crew_quarters)
|
||||
"Lo" = (
|
||||
/obj/structure/lattice/catwalk,
|
||||
/turf/space/dynamic,
|
||||
/area/space)
|
||||
"Lp" = (
|
||||
/obj/structure/machinery/atmospherics/unary/vent_scrubber/on{
|
||||
dir = 8
|
||||
@@ -7633,7 +7629,7 @@
|
||||
dir = 8
|
||||
},
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/tramp_freighter/bridge)
|
||||
/area/tramp_freighter/exterior)
|
||||
"NK" = (
|
||||
/obj/structure/table/stone/marble,
|
||||
/obj/item/trash/tray,
|
||||
@@ -8580,7 +8576,7 @@
|
||||
pixel_x = -2
|
||||
},
|
||||
/turf/space/dynamic,
|
||||
/area/space)
|
||||
/area/tramp_freighter/exterior)
|
||||
"Sp" = (
|
||||
/obj/structure/machinery/door/airlock/external,
|
||||
/obj/structure/machinery/atmospherics/pipe/simple/hidden,
|
||||
@@ -9267,7 +9263,7 @@
|
||||
pixel_x = 2
|
||||
},
|
||||
/turf/space/dynamic,
|
||||
/area/space)
|
||||
/area/tramp_freighter/exterior)
|
||||
"VQ" = (
|
||||
/obj/structure/machinery/light/small{
|
||||
dir = 8;
|
||||
@@ -39738,7 +39734,7 @@ jU
|
||||
xz
|
||||
Sn
|
||||
Sn
|
||||
Lo
|
||||
AN
|
||||
Sn
|
||||
Dp
|
||||
hX
|
||||
@@ -45649,7 +45645,7 @@ az
|
||||
YV
|
||||
VN
|
||||
VN
|
||||
Lo
|
||||
AN
|
||||
VN
|
||||
Jm
|
||||
hX
|
||||
|
||||
@@ -6,6 +6,13 @@
|
||||
base_turf = /turf/space
|
||||
area_flags = AREA_FLAG_RAD_SHIELDED
|
||||
|
||||
/area/tramp_freighter/exterior
|
||||
name = "Independent Freighter - Exterior"
|
||||
icon_state = "exterior"
|
||||
needs_starlight = TRUE
|
||||
has_gravity = FALSE
|
||||
requires_power = FALSE
|
||||
|
||||
/area/tramp_freighter/bridge
|
||||
name = "Independent Freighter - Bridge"
|
||||
icon_state = "bridge"
|
||||
|
||||
@@ -213,8 +213,10 @@
|
||||
/turf/simulated/floor/tiled/white,
|
||||
/area/ship/xanu_frigate/medbay)
|
||||
"bd" = (
|
||||
/obj/structure/lattice,
|
||||
/turf/space/dynamic,
|
||||
/obj/effect/landmark/entry_point/fore{
|
||||
name = "fore, starboard gunnery"
|
||||
},
|
||||
/turf/template_noop,
|
||||
/area/space)
|
||||
"bg" = (
|
||||
/obj/structure/machinery/atmospherics/pipe/simple/hidden/yellow{
|
||||
@@ -302,7 +304,7 @@
|
||||
dir = 8
|
||||
},
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/space)
|
||||
/area/ship/xanu_frigate/exterior)
|
||||
"bt" = (
|
||||
/obj/structure/cable{
|
||||
icon_state = "4-8"
|
||||
@@ -670,7 +672,7 @@
|
||||
/area/ship/xanu_frigate/galley)
|
||||
"cy" = (
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/ship/xanu_frigate/engineering/starboard)
|
||||
/area/ship/xanu_frigate/exterior)
|
||||
"cA" = (
|
||||
/obj/structure/bed/stool/chair/sofa/left/black,
|
||||
/obj/structure/machinery/alarm/north,
|
||||
@@ -703,7 +705,7 @@
|
||||
},
|
||||
/obj/item/hullbeacon/green,
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/space)
|
||||
/area/ship/xanu_frigate/exterior)
|
||||
"cF" = (
|
||||
/obj/structure/machinery/computer/ship/sensors/terminal{
|
||||
dir = 1
|
||||
@@ -1061,7 +1063,7 @@
|
||||
name = "aft, port engines"
|
||||
},
|
||||
/turf/space/dynamic,
|
||||
/area/space)
|
||||
/area/ship/xanu_frigate/exterior)
|
||||
"dU" = (
|
||||
/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers{
|
||||
dir = 4
|
||||
@@ -1314,8 +1316,9 @@
|
||||
/area/ship/xanu_frigate/corridor/fore_atrium)
|
||||
"eG" = (
|
||||
/obj/structure/ship_weapon_dummy/barrel,
|
||||
/obj/structure/lattice/catwalk,
|
||||
/turf/space/dynamic,
|
||||
/area/space)
|
||||
/area/ship/xanu_frigate/weapon/grauwolf)
|
||||
"eI" = (
|
||||
/obj/effect/floor_decal/corner/red{
|
||||
dir = 5
|
||||
@@ -1471,9 +1474,6 @@
|
||||
},
|
||||
/turf/simulated/floor/tiled/dark/full,
|
||||
/area/ship/xanu_frigate/bridge)
|
||||
"fe" = (
|
||||
/turf/simulated/wall/shuttle/dark/cardinal/coalition,
|
||||
/area/space)
|
||||
"fg" = (
|
||||
/obj/structure/machinery/atmospherics/pipe/simple/hidden/red{
|
||||
dir = 10
|
||||
@@ -1768,7 +1768,7 @@
|
||||
"gg" = (
|
||||
/obj/structure/grille,
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/space)
|
||||
/area/ship/xanu_frigate/exterior)
|
||||
"gk" = (
|
||||
/turf/space/transit/east,
|
||||
/area/space)
|
||||
@@ -2664,7 +2664,7 @@
|
||||
},
|
||||
/obj/item/hullbeacon/red,
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/ship/xanu_frigate/hydroponics)
|
||||
/area/ship/xanu_frigate/exterior)
|
||||
"je" = (
|
||||
/obj/structure/machinery/door/firedoor{
|
||||
dir = 4
|
||||
@@ -2871,7 +2871,7 @@
|
||||
"jL" = (
|
||||
/obj/effect/floor_decal/industrial/warning,
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/space)
|
||||
/area/ship/xanu_frigate/exterior)
|
||||
"jM" = (
|
||||
/obj/effect/floor_decal/corner/paleblue{
|
||||
dir = 6
|
||||
@@ -3201,10 +3201,10 @@
|
||||
/turf/simulated/wall/shuttle/dark/cardinal/coalition,
|
||||
/area/shuttle/xanu_boarder/main)
|
||||
"kK" = (
|
||||
/obj/structure/lattice,
|
||||
/obj/item/hullbeacon/green,
|
||||
/obj/structure/lattice/catwalk,
|
||||
/turf/space/dynamic,
|
||||
/area/space)
|
||||
/area/ship/xanu_frigate/exterior)
|
||||
"kL" = (
|
||||
/obj/structure/machinery/atmospherics/pipe/simple/visible/universal{
|
||||
dir = 4
|
||||
@@ -3247,7 +3247,7 @@
|
||||
dir = 10
|
||||
},
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/ship/xanu_frigate/bridge)
|
||||
/area/ship/xanu_frigate/exterior)
|
||||
"kS" = (
|
||||
/obj/effect/floor_decal/corner/dark_blue{
|
||||
dir = 8
|
||||
@@ -3625,10 +3625,10 @@
|
||||
/turf/simulated/floor/plating,
|
||||
/area/shuttle/xanu_fighter)
|
||||
"mF" = (
|
||||
/obj/structure/lattice,
|
||||
/obj/item/hullbeacon/red,
|
||||
/obj/structure/lattice/catwalk,
|
||||
/turf/space/dynamic,
|
||||
/area/space)
|
||||
/area/ship/xanu_frigate/exterior)
|
||||
"mG" = (
|
||||
/obj/structure/cable{
|
||||
icon_state = "4-8"
|
||||
@@ -3677,7 +3677,7 @@
|
||||
/obj/structure/grille,
|
||||
/obj/effect/map_effect/map_helper/ruler_tiles_3,
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/space)
|
||||
/area/ship/xanu_frigate/exterior)
|
||||
"mP" = (
|
||||
/obj/structure/machinery/hologram/holopad,
|
||||
/obj/effect/floor_decal/industrial/outline/security,
|
||||
@@ -3903,7 +3903,7 @@
|
||||
/area/ship/xanu_frigate/engineering/starboard)
|
||||
"nr" = (
|
||||
/obj/effect/landmark/entry_point/port{
|
||||
name = "port, midsection"
|
||||
name = "port, gunnery"
|
||||
},
|
||||
/turf/template_noop,
|
||||
/area/space)
|
||||
@@ -5407,7 +5407,7 @@
|
||||
dir = 8
|
||||
},
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/ship/xanu_frigate/medbay)
|
||||
/area/ship/xanu_frigate/exterior)
|
||||
"sI" = (
|
||||
/obj/effect/floor_decal/corner/blue{
|
||||
dir = 5
|
||||
@@ -5427,7 +5427,7 @@
|
||||
dir = 8
|
||||
},
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/ship/xanu_frigate/bridge)
|
||||
/area/ship/xanu_frigate/exterior)
|
||||
"sL" = (
|
||||
/obj/structure/table/rack,
|
||||
/obj/item/ship_ammunition/grauwolf_bundle/ap,
|
||||
@@ -5762,6 +5762,11 @@
|
||||
"tQ" = (
|
||||
/turf/simulated/floor/tiled/gunmetal,
|
||||
/area/ship/xanu_frigate/cargo_bay)
|
||||
"tT" = (
|
||||
/obj/structure/ship_weapon_dummy/barrel,
|
||||
/obj/structure/lattice/catwalk,
|
||||
/turf/space/dynamic,
|
||||
/area/ship/xanu_frigate/weapon/longbow)
|
||||
"tU" = (
|
||||
/obj/structure/cable{
|
||||
icon_state = "1-2"
|
||||
@@ -5944,7 +5949,7 @@
|
||||
/obj/effect/floor_decal/industrial/warning,
|
||||
/obj/item/hullbeacon/red,
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/space)
|
||||
/area/ship/xanu_frigate/exterior)
|
||||
"us" = (
|
||||
/obj/structure/machinery/power/smes/buildable/substation{
|
||||
input_attempt = 1;
|
||||
@@ -6666,7 +6671,7 @@
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/ship/xanu_frigate/hydroponics)
|
||||
/area/ship/xanu_frigate/exterior)
|
||||
"wU" = (
|
||||
/obj/structure/machinery/atmospherics/pipe/simple/hidden/aux{
|
||||
dir = 4
|
||||
@@ -6748,7 +6753,7 @@
|
||||
},
|
||||
/obj/item/hullbeacon/red,
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/space)
|
||||
/area/ship/xanu_frigate/exterior)
|
||||
"xm" = (
|
||||
/obj/effect/floor_decal/corner/orange/full{
|
||||
dir = 8
|
||||
@@ -6953,7 +6958,7 @@
|
||||
dir = 6
|
||||
},
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/ship/xanu_frigate/meeting)
|
||||
/area/ship/xanu_frigate/exterior)
|
||||
"yp" = (
|
||||
/obj/structure/bed/padded,
|
||||
/obj/item/bedsheet/black,
|
||||
@@ -7314,7 +7319,7 @@
|
||||
/obj/effect/floor_decal/industrial/warning,
|
||||
/obj/item/hullbeacon/green,
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/space)
|
||||
/area/ship/xanu_frigate/exterior)
|
||||
"zw" = (
|
||||
/obj/structure/machinery/atmospherics/pipe/manifold/hidden/supply,
|
||||
/obj/structure/cable{
|
||||
@@ -7432,7 +7437,7 @@
|
||||
dir = 8
|
||||
},
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/ship/xanu_frigate/engineering/starboard)
|
||||
/area/ship/xanu_frigate/exterior)
|
||||
"zR" = (
|
||||
/obj/structure/machinery/portable_atmospherics/hydroponics,
|
||||
/obj/structure/machinery/power/apc/west,
|
||||
@@ -7670,7 +7675,7 @@
|
||||
dir = 6
|
||||
},
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/space)
|
||||
/area/ship/xanu_frigate/exterior)
|
||||
"AO" = (
|
||||
/obj/structure/machinery/door/airlock/external,
|
||||
/obj/structure/machinery/door/blast/regular/open{
|
||||
@@ -8028,7 +8033,7 @@
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/ship/xanu_frigate/engineering/port)
|
||||
/area/ship/xanu_frigate/exterior)
|
||||
"Cg" = (
|
||||
/obj/structure/machinery/atmospherics/unary/vent_scrubber/on{
|
||||
dir = 1
|
||||
@@ -8381,7 +8386,7 @@
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/ship/xanu_frigate/engineering/starboard)
|
||||
/area/ship/xanu_frigate/exterior)
|
||||
"Dm" = (
|
||||
/obj/structure/bed/stool/chair/shuttle,
|
||||
/obj/structure/machinery/button/remote/blast_door{
|
||||
@@ -8755,7 +8760,7 @@
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/ship/xanu_frigate/engineering/port)
|
||||
/area/ship/xanu_frigate/exterior)
|
||||
"Ew" = (
|
||||
/obj/structure/cable{
|
||||
icon_state = "4-8"
|
||||
@@ -9005,7 +9010,7 @@
|
||||
dir = 8
|
||||
},
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/space)
|
||||
/area/ship/xanu_frigate/exterior)
|
||||
"Fi" = (
|
||||
/obj/structure/cable{
|
||||
icon_state = "1-2"
|
||||
@@ -9107,12 +9112,6 @@
|
||||
},
|
||||
/turf/simulated/wall/shuttle/dark/cardinal/coalition,
|
||||
/area/shuttle/xanu_boarder/engineering)
|
||||
"FA" = (
|
||||
/obj/effect/floor_decal/spline/plain/orange{
|
||||
dir = 8
|
||||
},
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/space)
|
||||
"FB" = (
|
||||
/obj/structure/machinery/vending/engivend{
|
||||
req_access = list(222)
|
||||
@@ -9485,7 +9484,7 @@
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/ship/xanu_frigate/hydroponics)
|
||||
/area/ship/xanu_frigate/exterior)
|
||||
"GT" = (
|
||||
/obj/effect/floor_decal/industrial/warning/full,
|
||||
/mob/living/heavy_vehicle/premade/firefighter{
|
||||
@@ -9675,7 +9674,7 @@
|
||||
"Hr" = (
|
||||
/obj/effect/floor_decal/spline/plain/corner/orange,
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/space)
|
||||
/area/ship/xanu_frigate/exterior)
|
||||
"Hs" = (
|
||||
/obj/structure/machinery/ship_weapon/longbow{
|
||||
pixel_x = -32;
|
||||
@@ -9694,12 +9693,6 @@
|
||||
},
|
||||
/turf/simulated/floor/tiled/dark/full,
|
||||
/area/ship/xanu_frigate/galley)
|
||||
"Hv" = (
|
||||
/obj/effect/floor_decal/spline/plain/orange{
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/space)
|
||||
"Hw" = (
|
||||
/obj/structure/disposalpipe/segment{
|
||||
dir = 4
|
||||
@@ -9922,7 +9915,7 @@
|
||||
/area/ship/xanu_frigate/cic)
|
||||
"Ic" = (
|
||||
/obj/effect/landmark/entry_point/starboard{
|
||||
name = "starboard, midsection"
|
||||
name = "starboard, gunnery"
|
||||
},
|
||||
/turf/template_noop,
|
||||
/area/space)
|
||||
@@ -9959,8 +9952,11 @@
|
||||
/turf/simulated/floor/tiled/dark,
|
||||
/area/shuttle/xanu_boarder/main)
|
||||
"In" = (
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/ship/xanu_frigate/engineering/port)
|
||||
/obj/effect/landmark/entry_point/fore{
|
||||
name = "fore, port gunnery"
|
||||
},
|
||||
/turf/template_noop,
|
||||
/area/space)
|
||||
"Io" = (
|
||||
/obj/structure/cable{
|
||||
d1 = 4;
|
||||
@@ -10226,7 +10222,7 @@
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/ship/xanu_frigate/engineering/starboard)
|
||||
/area/ship/xanu_frigate/exterior)
|
||||
"Jn" = (
|
||||
/obj/structure/machinery/computer/ship/sensors/terminal{
|
||||
dir = 4
|
||||
@@ -11069,7 +11065,7 @@
|
||||
name = "aft, starboard engines"
|
||||
},
|
||||
/turf/space/dynamic,
|
||||
/area/space)
|
||||
/area/ship/xanu_frigate/exterior)
|
||||
"LG" = (
|
||||
/obj/effect/floor_decal/industrial/warning,
|
||||
/obj/structure/machinery/light/floor{
|
||||
@@ -11145,7 +11141,7 @@
|
||||
},
|
||||
/obj/item/hullbeacon/green,
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/ship/xanu_frigate/medbay)
|
||||
/area/ship/xanu_frigate/exterior)
|
||||
"LQ" = (
|
||||
/obj/structure/machinery/light,
|
||||
/obj/structure/machinery/atmospherics/unary/vent_scrubber/on{
|
||||
@@ -11167,7 +11163,7 @@
|
||||
dir = 8
|
||||
},
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/ship/xanu_frigate/medbay)
|
||||
/area/ship/xanu_frigate/exterior)
|
||||
"LX" = (
|
||||
/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers,
|
||||
/obj/structure/cable{
|
||||
@@ -11247,7 +11243,7 @@
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/ship/xanu_frigate/bridge)
|
||||
/area/ship/xanu_frigate/exterior)
|
||||
"Mo" = (
|
||||
/obj/structure/machinery/door/airlock/glass_security{
|
||||
dir = 4;
|
||||
@@ -11367,12 +11363,6 @@
|
||||
"MJ" = (
|
||||
/turf/simulated/floor/reinforced,
|
||||
/area/ship/xanu_frigate/weapon/grauwolf)
|
||||
"MN" = (
|
||||
/obj/effect/floor_decal/industrial/warning{
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/ship/xanu_frigate/engineering/starboard)
|
||||
"MO" = (
|
||||
/obj/structure/machinery/atmospherics/pipe/simple/hidden/scrubbers,
|
||||
/obj/structure/lattice/catwalk/indoor/grate/dark,
|
||||
@@ -11434,7 +11424,7 @@
|
||||
/obj/structure/ship_weapon_dummy,
|
||||
/obj/effect/floor_decal/industrial/warning,
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/space)
|
||||
/area/ship/xanu_frigate/weapon/grauwolf)
|
||||
"Nb" = (
|
||||
/obj/structure/cable{
|
||||
icon_state = "1-2"
|
||||
@@ -11477,7 +11467,7 @@
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/space)
|
||||
/area/ship/xanu_frigate/exterior)
|
||||
"Ng" = (
|
||||
/obj/structure/closet/firecloset,
|
||||
/obj/effect/floor_decal/industrial/outline/firefighting_closet,
|
||||
@@ -11606,14 +11596,14 @@
|
||||
/obj/item/hullbeacon/green,
|
||||
/obj/effect/floor_decal/industrial/warning/full,
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/space)
|
||||
/area/ship/xanu_frigate/exterior)
|
||||
"NC" = (
|
||||
/obj/structure/machinery/shipsensors,
|
||||
/obj/effect/floor_decal/industrial/warning{
|
||||
dir = 8
|
||||
},
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/ship/xanu_frigate/bridge)
|
||||
/area/ship/xanu_frigate/exterior)
|
||||
"NE" = (
|
||||
/obj/structure/machinery/computer/ship/targeting/terminal{
|
||||
dir = 8;
|
||||
@@ -11886,7 +11876,7 @@
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/ship/xanu_frigate/bridge)
|
||||
/area/ship/xanu_frigate/exterior)
|
||||
"Ov" = (
|
||||
/obj/structure/platform/cutout/dark,
|
||||
/obj/structure/platform_stairs/full/east_west_cap{
|
||||
@@ -12221,7 +12211,7 @@
|
||||
},
|
||||
/obj/item/hullbeacon/green,
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/ship/xanu_frigate/engineering/starboard)
|
||||
/area/ship/xanu_frigate/exterior)
|
||||
"PD" = (
|
||||
/obj/effect/floor_decal/corner/yellow{
|
||||
dir = 5
|
||||
@@ -12685,7 +12675,7 @@
|
||||
},
|
||||
/obj/structure/disposalpipe/segment,
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/ship/xanu_frigate/engineering/starboard)
|
||||
/area/ship/xanu_frigate/exterior)
|
||||
"Rj" = (
|
||||
/obj/structure/cable{
|
||||
icon_state = "1-2"
|
||||
@@ -12780,7 +12770,7 @@
|
||||
/obj/item/hullbeacon/red,
|
||||
/obj/effect/floor_decal/industrial/warning/full,
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/space)
|
||||
/area/ship/xanu_frigate/exterior)
|
||||
"RE" = (
|
||||
/obj/effect/floor_decal/industrial/warning,
|
||||
/obj/structure/machinery/atmospherics/unary/vent_pump/on{
|
||||
@@ -13260,7 +13250,7 @@
|
||||
dir = 10
|
||||
},
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/space)
|
||||
/area/ship/xanu_frigate/exterior)
|
||||
"Ta" = (
|
||||
/turf/simulated/wall/shuttle/dark/cardinal/coalition,
|
||||
/area/ship/xanu_frigate/eva)
|
||||
@@ -13272,7 +13262,7 @@
|
||||
dir = 8
|
||||
},
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/ship/xanu_frigate/bridge)
|
||||
/area/ship/xanu_frigate/exterior)
|
||||
"Te" = (
|
||||
/obj/structure/machinery/atmospherics/unary/vent_pump/siphon/on/atmos{
|
||||
dir = 1;
|
||||
@@ -13431,11 +13421,17 @@
|
||||
/area/ship/xanu_frigate/bridge)
|
||||
"TF" = (
|
||||
/obj/structure/ship_weapon_dummy,
|
||||
/obj/structure/lattice/catwalk,
|
||||
/turf/space/dynamic,
|
||||
/area/space)
|
||||
/area/ship/xanu_frigate/weapon/longbow)
|
||||
"TH" = (
|
||||
/turf/simulated/wall/shuttle/dark/cardinal/coalition,
|
||||
/area/shuttle/xanu_boarder/cockpit)
|
||||
"TJ" = (
|
||||
/obj/structure/ship_weapon_dummy,
|
||||
/obj/effect/floor_decal/industrial/warning,
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/ship/xanu_frigate/weapon/longbow)
|
||||
"TK" = (
|
||||
/obj/structure/machinery/atmospherics/binary/pump/aux/on{
|
||||
name = "Distribution to CIC Loop";
|
||||
@@ -13565,7 +13561,7 @@
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/ship/xanu_frigate/engineering/port)
|
||||
/area/ship/xanu_frigate/exterior)
|
||||
"Ud" = (
|
||||
/obj/structure/machinery/light,
|
||||
/obj/structure/synthesized_instrument/synthesizer/piano,
|
||||
@@ -14076,13 +14072,6 @@
|
||||
},
|
||||
/turf/simulated/floor/tiled/dark,
|
||||
/area/ship/xanu_frigate/weapon/longbow)
|
||||
"VQ" = (
|
||||
/obj/effect/map_effect/map_helper/ruler_tiles_3,
|
||||
/obj/effect/floor_decal/industrial/warning{
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/ship/xanu_frigate/engineering/starboard)
|
||||
"VR" = (
|
||||
/obj/structure/reagent_dispensers/water_cooler,
|
||||
/obj/effect/floor_decal/corner_wide/blue{
|
||||
@@ -14261,7 +14250,7 @@
|
||||
},
|
||||
/obj/item/hullbeacon/red,
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/ship/xanu_frigate/engineering/port)
|
||||
/area/ship/xanu_frigate/exterior)
|
||||
"Wx" = (
|
||||
/obj/structure/machinery/atmospherics/pipe/simple/hidden/black{
|
||||
dir = 4
|
||||
@@ -14687,7 +14676,7 @@
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/ship/xanu_frigate/bridge)
|
||||
/area/ship/xanu_frigate/exterior)
|
||||
"XV" = (
|
||||
/turf/simulated/floor/tiled/dark,
|
||||
/area/ship/xanu_frigate/cic)
|
||||
@@ -15151,7 +15140,7 @@
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/space)
|
||||
/area/ship/xanu_frigate/exterior)
|
||||
"Ze" = (
|
||||
/obj/structure/disposalpipe/segment,
|
||||
/obj/structure/railing/mapped{
|
||||
@@ -15162,7 +15151,7 @@
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/ship/xanu_frigate/engineering/starboard)
|
||||
/area/ship/xanu_frigate/exterior)
|
||||
"Zf" = (
|
||||
/obj/structure/machinery/light{
|
||||
dir = 4
|
||||
@@ -15298,7 +15287,7 @@
|
||||
"ZP" = (
|
||||
/obj/structure/lattice/catwalk,
|
||||
/turf/space/dynamic,
|
||||
/area/space)
|
||||
/area/ship/xanu_frigate/exterior)
|
||||
"ZQ" = (
|
||||
/obj/structure/machinery/door/airlock/highsecurity{
|
||||
name = "Longbow Bay";
|
||||
@@ -40152,7 +40141,7 @@ Ic
|
||||
Zm
|
||||
Zm
|
||||
Zm
|
||||
bd
|
||||
ZP
|
||||
Zm
|
||||
Zm
|
||||
Zm
|
||||
@@ -40654,9 +40643,9 @@ Zm
|
||||
Zm
|
||||
Zm
|
||||
Zm
|
||||
bd
|
||||
bd
|
||||
bd
|
||||
ZP
|
||||
ZP
|
||||
ZP
|
||||
gg
|
||||
gg
|
||||
Ux
|
||||
@@ -41439,12 +41428,12 @@ sG
|
||||
sG
|
||||
JG
|
||||
ry
|
||||
Na
|
||||
TJ
|
||||
TF
|
||||
TF
|
||||
TF
|
||||
TF
|
||||
eG
|
||||
tT
|
||||
Zm
|
||||
Zm
|
||||
Zm
|
||||
@@ -41696,7 +41685,7 @@ Hs
|
||||
sG
|
||||
JG
|
||||
ry
|
||||
Na
|
||||
TJ
|
||||
TF
|
||||
TF
|
||||
TF
|
||||
@@ -42211,7 +42200,7 @@ BZ
|
||||
sA
|
||||
xL
|
||||
zv
|
||||
Zm
|
||||
bd
|
||||
Zm
|
||||
Zm
|
||||
Zm
|
||||
@@ -43996,7 +43985,7 @@ Zm
|
||||
Zm
|
||||
Zm
|
||||
iJ
|
||||
fe
|
||||
KT
|
||||
KT
|
||||
nh
|
||||
JC
|
||||
@@ -44252,7 +44241,7 @@ Zm
|
||||
Zm
|
||||
Zm
|
||||
Zm
|
||||
fe
|
||||
KT
|
||||
KT
|
||||
KT
|
||||
Ju
|
||||
@@ -44268,8 +44257,8 @@ ET
|
||||
yu
|
||||
yu
|
||||
gg
|
||||
FA
|
||||
FA
|
||||
LU
|
||||
LU
|
||||
cD
|
||||
RH
|
||||
Zm
|
||||
@@ -44735,7 +44724,7 @@ th
|
||||
th
|
||||
Va
|
||||
Va
|
||||
MN
|
||||
Ce
|
||||
cy
|
||||
cy
|
||||
xY
|
||||
@@ -44992,7 +44981,7 @@ vv
|
||||
BQ
|
||||
Va
|
||||
Va
|
||||
VQ
|
||||
Uc
|
||||
cy
|
||||
cy
|
||||
xY
|
||||
@@ -45249,7 +45238,7 @@ YO
|
||||
HD
|
||||
Va
|
||||
Va
|
||||
MN
|
||||
Ce
|
||||
cy
|
||||
xY
|
||||
xY
|
||||
@@ -45506,7 +45495,7 @@ wq
|
||||
KF
|
||||
iV
|
||||
Va
|
||||
MN
|
||||
Ce
|
||||
xY
|
||||
xY
|
||||
xY
|
||||
@@ -45763,7 +45752,7 @@ HJ
|
||||
ZJ
|
||||
ni
|
||||
Fr
|
||||
VQ
|
||||
Uc
|
||||
xY
|
||||
xY
|
||||
lv
|
||||
@@ -46020,7 +46009,7 @@ Xp
|
||||
bn
|
||||
QA
|
||||
Va
|
||||
MN
|
||||
Ce
|
||||
xY
|
||||
xY
|
||||
uy
|
||||
@@ -46277,7 +46266,7 @@ Va
|
||||
Va
|
||||
Fy
|
||||
Va
|
||||
MN
|
||||
Ce
|
||||
xY
|
||||
xY
|
||||
pF
|
||||
@@ -48848,7 +48837,7 @@ wX
|
||||
TH
|
||||
up
|
||||
Ce
|
||||
In
|
||||
cy
|
||||
zB
|
||||
tK
|
||||
Yk
|
||||
@@ -49105,7 +49094,7 @@ qo
|
||||
bH
|
||||
vM
|
||||
Ce
|
||||
In
|
||||
cy
|
||||
zB
|
||||
Jr
|
||||
nz
|
||||
@@ -49362,7 +49351,7 @@ TH
|
||||
TH
|
||||
KK
|
||||
Uc
|
||||
In
|
||||
cy
|
||||
Ta
|
||||
Ta
|
||||
Ta
|
||||
@@ -49619,9 +49608,9 @@ Zm
|
||||
Zm
|
||||
vq
|
||||
Ce
|
||||
In
|
||||
cy
|
||||
Ev
|
||||
In
|
||||
cy
|
||||
kF
|
||||
Zf
|
||||
SO
|
||||
@@ -49906,7 +49895,7 @@ Zm
|
||||
Zm
|
||||
Zm
|
||||
Zm
|
||||
fe
|
||||
gZ
|
||||
gZ
|
||||
gZ
|
||||
QK
|
||||
@@ -49922,8 +49911,8 @@ Mg
|
||||
bP
|
||||
bP
|
||||
gg
|
||||
Hv
|
||||
Hv
|
||||
wT
|
||||
wT
|
||||
xl
|
||||
RH
|
||||
Zm
|
||||
@@ -50164,7 +50153,7 @@ Zm
|
||||
Zm
|
||||
Zm
|
||||
kG
|
||||
fe
|
||||
gZ
|
||||
gZ
|
||||
BM
|
||||
YS
|
||||
@@ -52748,7 +52737,7 @@ Ro
|
||||
MJ
|
||||
lT
|
||||
uq
|
||||
Zm
|
||||
In
|
||||
Zm
|
||||
Zm
|
||||
Zm
|
||||
@@ -53504,9 +53493,9 @@ Zm
|
||||
Zm
|
||||
Zm
|
||||
Zm
|
||||
bd
|
||||
bd
|
||||
bd
|
||||
ZP
|
||||
ZP
|
||||
ZP
|
||||
gg
|
||||
gg
|
||||
Wf
|
||||
@@ -54030,7 +54019,7 @@ Zm
|
||||
Zm
|
||||
Zm
|
||||
Zm
|
||||
bd
|
||||
ZP
|
||||
Zm
|
||||
Zm
|
||||
Zm
|
||||
|
||||
@@ -148,6 +148,13 @@
|
||||
/area/ship/xanu_frigate/corridor/aft
|
||||
name = "Xanu Frigate - Aft Corridor"
|
||||
|
||||
/area/ship/xanu_frigate/exterior
|
||||
name = "Xanu Frigate - Exterior"
|
||||
icon_state = "exterior"
|
||||
needs_starlight = TRUE
|
||||
has_gravity = FALSE
|
||||
requires_power = FALSE
|
||||
|
||||
//Shuttles
|
||||
/area/shuttle/xanu_boarder
|
||||
name = "Xanu Spacefleet Runabout Parent Area"
|
||||
|
||||
Reference in New Issue
Block a user