From 480e759f993306f794eec968e5ee03025fd461a7 Mon Sep 17 00:00:00 2001 From: Aronai Sieyes Date: Wed, 9 Jun 2021 13:35:46 -0400 Subject: [PATCH] VS: Map in distress beacon buttons --- maps/offmap_vr/om_ships/aro3.dmm | 44 +- maps/offmap_vr/om_ships/bearcat.dmm | 3 + maps/offmap_vr/om_ships/cruiser.dmm | 291 +- maps/offmap_vr/om_ships/curashuttle.dmm | 3 + maps/offmap_vr/om_ships/gecko_cr.dmm | 9 +- maps/offmap_vr/om_ships/itglight.dmm | 3 + maps/offmap_vr/om_ships/mackerel_hc.dmm | 4 + maps/offmap_vr/om_ships/mercship.dmm | 1050 ++--- maps/offmap_vr/om_ships/salamander.dmm | 4 + maps/offmap_vr/om_ships/screebarge.dmm | 188 +- maps/offmap_vr/om_ships/vespa.dmm | 4662 ++++++++++++----------- maps/offmap_vr/talon/talon_v2.dm | 2 + maps/offmap_vr/talon/talon_v2.dmm | 12 +- maps/tether/tether-03-surface3.dmm | 3 + maps/tether/tether-05-station1.dmm | 16 +- maps/tether/tether_defines.dm | 2 + 16 files changed, 3194 insertions(+), 3102 deletions(-) diff --git a/maps/offmap_vr/om_ships/aro3.dmm b/maps/offmap_vr/om_ships/aro3.dmm index 531510e830..0ecd631c85 100644 --- a/maps/offmap_vr/om_ships/aro3.dmm +++ b/maps/offmap_vr/om_ships/aro3.dmm @@ -1883,7 +1883,17 @@ dir = 8; icon_state = "tube1" }, -/obj/item/mecha_parts/mecha_equipment/repair_droid, +/obj/item/clothing/under/explorer{ + name = "survivalist's jumpsuit" + }, +/obj/item/clothing/suit/storage/hooded/explorer{ + name = "survivalist suit" + }, +/obj/item/clothing/shoes/boots/jackboots/toeless{ + name = "toe-less boots" + }, +/obj/item/clothing/shoes/black/cuffs, +/obj/item/clothing/gloves/fingerless, /turf/simulated/floor/tiled/eris/dark/gray_perforated, /area/aro3/repair_bay) "oW" = ( @@ -2466,15 +2476,6 @@ /obj/item/device/flashlight/lamp, /turf/simulated/floor/carpet/oracarpet, /area/aro3/bunkrooms) -"ul" = ( -/obj/structure/closet/crate/bin{ - anchored = 1; - density = 0; - name = "trash bin"; - pixel_y = 3 - }, -/turf/simulated/floor/tiled/eris/dark/gray_perforated, -/area/aro3/repair_bay) "uE" = ( /turf/simulated/floor/tiled/eris/white/golden, /area/aro3/medical) @@ -2571,6 +2572,7 @@ "vD" = ( /obj/structure/table/rack/shelf/steel, /obj/item/mecha_parts/mecha_equipment/tesla_energy_relay, +/obj/item/mecha_parts/mecha_equipment/cloak, /turf/simulated/floor/tiled/eris/dark/gray_perforated, /area/aro3/repair_bay) "vH" = ( @@ -3069,6 +3071,10 @@ /obj/structure/bed/chair/bay/comfy/yellow{ dir = 1 }, +/obj/structure/panic_button{ + pixel_x = 32; + pixel_y = 32 + }, /turf/simulated/floor/tiled/eris/dark/violetcorener, /area/aro3/cockpit) "yU" = ( @@ -3975,11 +3981,11 @@ /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 8 }, -/obj/item/weapon/inducer/hybrid, /obj/machinery/light_switch{ dir = 1; pixel_y = -24 }, +/obj/item/device/uav/loaded, /turf/simulated/floor/tiled/eris/dark/gray_perforated, /area/aro3/repair_bay) "Gy" = ( @@ -4064,7 +4070,6 @@ /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 4 }, -/obj/item/device/uav/loaded, /turf/simulated/floor/tiled/eris/dark/gray_perforated, /area/aro3/repair_bay) "Hq" = ( @@ -5155,6 +5160,7 @@ "Rv" = ( /obj/structure/table/rack/shelf/steel, /obj/item/mecha_parts/mecha_equipment/omni_shield, +/obj/item/mecha_parts/mecha_equipment/repair_droid, /turf/simulated/floor/tiled/eris/dark/gray_perforated, /area/aro3/repair_bay) "Rw" = ( @@ -5261,7 +5267,9 @@ /obj/machinery/light{ dir = 4 }, -/obj/item/mecha_parts/mecha_equipment/cloak, +/obj/item/weapon/inducer/hybrid, +/obj/item/device/perfect_tele/alien/bluefo, +/obj/item/device/mapping_unit, /turf/simulated/floor/tiled/eris/dark/gray_perforated, /area/aro3/repair_bay) "Ta" = ( @@ -5795,8 +5803,12 @@ /turf/simulated/floor/tiled/techmaint, /area/aro3/medical) "Yt" = ( -/obj/structure/table/steel, -/obj/item/device/perfect_tele/alien/bluefo, +/obj/structure/closet/crate/bin{ + anchored = 1; + density = 0; + name = "trash bin"; + pixel_y = 3 + }, /turf/simulated/floor/tiled/eris/dark/gray_perforated, /area/aro3/repair_bay) "Yu" = ( @@ -15494,7 +15506,7 @@ RJ iN Fr NC -ul +hl hl IS yu diff --git a/maps/offmap_vr/om_ships/bearcat.dmm b/maps/offmap_vr/om_ships/bearcat.dmm index 744da6a92b..28eb49a16f 100644 --- a/maps/offmap_vr/om_ships/bearcat.dmm +++ b/maps/offmap_vr/om_ships/bearcat.dmm @@ -384,6 +384,9 @@ dir = 4; icon_state = "apc0" }, +/obj/structure/panic_button{ + pixel_x = 32 + }, /turf/simulated/floor/wood, /area/shuttle/bearcat/command_captain) "aP" = ( diff --git a/maps/offmap_vr/om_ships/cruiser.dmm b/maps/offmap_vr/om_ships/cruiser.dmm index 63d5369669..834b910d7c 100644 --- a/maps/offmap_vr/om_ships/cruiser.dmm +++ b/maps/offmap_vr/om_ships/cruiser.dmm @@ -209,8 +209,8 @@ /area/mothership/breakroom) "ay" = ( /obj/structure/bed/chair/wood{ - icon_state = "wooden_chair"; - dir = 4 + dir = 4; + icon_state = "wooden_chair" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 10 @@ -223,8 +223,8 @@ /area/mothership/breakroom) "aA" = ( /obj/structure/bed/chair/wood{ - icon_state = "wooden_chair"; - dir = 8 + dir = 8; + icon_state = "wooden_chair" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 6 @@ -276,8 +276,8 @@ /area/mothership/breakroom) "aF" = ( /obj/structure/bed/chair/wood{ - icon_state = "wooden_chair"; - dir = 8 + dir = 8; + icon_state = "wooden_chair" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden{ @@ -299,8 +299,8 @@ /area/mothership/breakroom) "aI" = ( /obj/structure/bed/chair/wood{ - icon_state = "wooden_chair"; - dir = 4 + dir = 4; + icon_state = "wooden_chair" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 10 @@ -311,8 +311,8 @@ /area/mothership/breakroom) "aJ" = ( /obj/structure/bed/chair/wood{ - icon_state = "wooden_chair"; - dir = 8 + dir = 8; + icon_state = "wooden_chair" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 6 @@ -984,8 +984,8 @@ icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /turf/simulated/floor/tiled/steel_grid, /area/mothership/hydroponics) @@ -1995,8 +1995,8 @@ /area/mothership/teleporter) "eh" = ( /obj/effect/floor_decal/industrial/warning{ - icon_state = "warning"; - dir = 1 + dir = 1; + icon_state = "warning" }, /turf/simulated/floor/tiled/techfloor/grid, /area/mothership/teleporter) @@ -2424,8 +2424,8 @@ /area/mothership/teleporter) "eR" = ( /obj/effect/floor_decal/industrial/warning{ - icon_state = "warning"; - dir = 8 + dir = 8; + icon_state = "warning" }, /obj/machinery/alarm{ alarm_id = "pen_nine"; @@ -2652,8 +2652,8 @@ /area/mothership/chemistry) "fv" = ( /obj/machinery/light/small{ - icon_state = "bulb1"; - dir = 1 + dir = 1; + icon_state = "bulb1" }, /obj/structure/closet/radiation, /obj/fiftyspawner/uranium, @@ -2709,8 +2709,8 @@ icon_state = "0-2" }, /obj/machinery/light/small{ - icon_state = "bulb1"; - dir = 1 + dir = 1; + icon_state = "bulb1" }, /obj/structure/closet/radiation, /obj/fiftyspawner/uranium, @@ -2873,13 +2873,13 @@ icon_state = "2-8" }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + d2 = 4; + icon_state = "0-4" }, /obj/machinery/power/terminal, /obj/effect/floor_decal/industrial/warning{ - icon_state = "warning"; - dir = 4 + dir = 4; + icon_state = "warning" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -2898,8 +2898,8 @@ icon_state = "1-4" }, /obj/effect/floor_decal/industrial/warning{ - icon_state = "warning"; - dir = 4 + dir = 4; + icon_state = "warning" }, /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 4 @@ -4248,16 +4248,16 @@ }, /obj/structure/table/steel_reinforced, /obj/effect/floor_decal/corner/lightorange{ - icon_state = "corner_white"; - dir = 5 + dir = 5; + icon_state = "corner_white" }, /obj/effect/floor_decal/borderfloor/shifted{ - icon_state = "borderfloor_shifted"; - dir = 1 + dir = 1; + icon_state = "borderfloor_shifted" }, /obj/effect/floor_decal/corner/lightorange/border/shifted{ - icon_state = "bordercolor_shifted"; - dir = 1 + dir = 1; + icon_state = "bordercolor_shifted" }, /turf/simulated/floor/tiled/techmaint, /area/mothership/sechallway) @@ -4265,20 +4265,20 @@ /obj/structure/bed/padded, /obj/item/weapon/bedsheet, /obj/effect/floor_decal/corner/lightorange{ - icon_state = "corner_white"; - dir = 5 + dir = 5; + icon_state = "corner_white" }, /obj/effect/floor_decal/borderfloor/shifted{ - icon_state = "borderfloor_shifted"; - dir = 1 + dir = 1; + icon_state = "borderfloor_shifted" }, /obj/effect/floor_decal/corner/lightorange/border/shifted{ - icon_state = "bordercolor_shifted"; - dir = 1 + dir = 1; + icon_state = "bordercolor_shifted" }, /obj/machinery/light/small{ - icon_state = "bulb1"; - dir = 1 + dir = 1; + icon_state = "bulb1" }, /turf/simulated/floor/tiled/techmaint, /area/mothership/sechallway) @@ -4287,16 +4287,16 @@ id = "Cell M1" }, /obj/effect/floor_decal/corner/lightorange{ - icon_state = "corner_white"; - dir = 5 + dir = 5; + icon_state = "corner_white" }, /obj/effect/floor_decal/borderfloor/shifted{ - icon_state = "borderfloor_shifted"; - dir = 1 + dir = 1; + icon_state = "borderfloor_shifted" }, /obj/effect/floor_decal/corner/lightorange/border/shifted{ - icon_state = "bordercolor_shifted"; - dir = 1 + dir = 1; + icon_state = "bordercolor_shifted" }, /turf/simulated/floor/tiled/techmaint, /area/mothership/sechallway) @@ -4787,16 +4787,16 @@ }, /obj/structure/table/steel_reinforced, /obj/effect/floor_decal/borderfloor/shifted{ - icon_state = "borderfloor_shifted"; - dir = 1 + dir = 1; + icon_state = "borderfloor_shifted" }, /obj/effect/floor_decal/corner/lightorange{ - icon_state = "corner_white"; - dir = 5 + dir = 5; + icon_state = "corner_white" }, /obj/effect/floor_decal/corner/lightorange/border/shifted{ - icon_state = "bordercolor_shifted"; - dir = 1 + dir = 1; + icon_state = "bordercolor_shifted" }, /turf/simulated/floor/tiled/techmaint, /area/mothership/sechallway) @@ -4804,20 +4804,20 @@ /obj/structure/bed/padded, /obj/item/weapon/bedsheet, /obj/effect/floor_decal/borderfloor/shifted{ - icon_state = "borderfloor_shifted"; - dir = 1 + dir = 1; + icon_state = "borderfloor_shifted" }, /obj/effect/floor_decal/corner/lightorange{ - icon_state = "corner_white"; - dir = 5 + dir = 5; + icon_state = "corner_white" }, /obj/effect/floor_decal/corner/lightorange/border/shifted{ - icon_state = "bordercolor_shifted"; - dir = 1 + dir = 1; + icon_state = "bordercolor_shifted" }, /obj/machinery/light/small{ - icon_state = "bulb1"; - dir = 1 + dir = 1; + icon_state = "bulb1" }, /turf/simulated/floor/tiled/techmaint, /area/mothership/sechallway) @@ -4826,16 +4826,16 @@ id = "Cell M2" }, /obj/effect/floor_decal/borderfloor/shifted{ - icon_state = "borderfloor_shifted"; - dir = 1 + dir = 1; + icon_state = "borderfloor_shifted" }, /obj/effect/floor_decal/corner/lightorange{ - icon_state = "corner_white"; - dir = 5 + dir = 5; + icon_state = "corner_white" }, /obj/effect/floor_decal/corner/lightorange/border/shifted{ - icon_state = "bordercolor_shifted"; - dir = 1 + dir = 1; + icon_state = "bordercolor_shifted" }, /turf/simulated/floor/tiled/techmaint, /area/mothership/sechallway) @@ -7240,6 +7240,9 @@ pixel_x = 32; req_access = list(101) }, +/obj/structure/panic_button{ + pixel_y = -32 + }, /turf/simulated/floor/tiled/steel_grid, /area/mothership/bridge) "ol" = ( @@ -7258,8 +7261,8 @@ /area/mothership/robotics) "op" = ( /obj/effect/floor_decal/industrial/warning{ - icon_state = "warning"; - dir = 1 + dir = 1; + icon_state = "warning" }, /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 1 @@ -7270,15 +7273,15 @@ "oq" = ( /obj/machinery/mech_recharger, /obj/effect/floor_decal/industrial/warning{ - icon_state = "warning"; - dir = 1 + dir = 1; + icon_state = "warning" }, /turf/simulated/floor/bluegrid, /area/mothership/robotics) "or" = ( /obj/effect/floor_decal/industrial/warning{ - icon_state = "warning"; - dir = 1 + dir = 1; + icon_state = "warning" }, /turf/simulated/floor/bluegrid, /area/mothership/robotics) @@ -7290,8 +7293,8 @@ "ot" = ( /obj/structure/ghost_pod/manual/lost_drone/dogborg, /obj/effect/floor_decal/industrial/warning{ - icon_state = "warning"; - dir = 4 + dir = 4; + icon_state = "warning" }, /turf/simulated/floor/tiled/techfloor, /area/mothership/robotics) @@ -7311,8 +7314,8 @@ /area/mothership/robotics) "ov" = ( /obj/effect/floor_decal/industrial/warning{ - icon_state = "warning"; - dir = 8 + dir = 8; + icon_state = "warning" }, /turf/simulated/floor/tiled/techmaint, /area/mothership/hallway) @@ -7383,8 +7386,8 @@ /area/mothership/robotics) "oF" = ( /obj/effect/floor_decal/industrial/warning{ - icon_state = "warning"; - dir = 4 + dir = 4; + icon_state = "warning" }, /turf/simulated/floor/tiled/techfloor, /area/mothership/robotics) @@ -7533,8 +7536,8 @@ icon_state = "0-4" }, /obj/effect/floor_decal/industrial/warning{ - icon_state = "warning"; - dir = 4 + dir = 4; + icon_state = "warning" }, /turf/simulated/floor/tiled/techfloor, /area/mothership/robotics) @@ -7558,8 +7561,8 @@ icon_state = "4-8" }, /obj/effect/floor_decal/industrial/warning{ - icon_state = "warning"; - dir = 8 + dir = 8; + icon_state = "warning" }, /turf/simulated/floor/tiled/techmaint, /area/mothership/hallway) @@ -7719,8 +7722,8 @@ id_tag = "ws_dock_6_pump" }, /obj/machinery/light/small{ - icon_state = "bulb1"; - dir = 1 + dir = 1; + icon_state = "bulb1" }, /obj/machinery/airlock_sensor{ frequency = 1380; @@ -8054,8 +8057,8 @@ id_tag = "ws_dock_3_pump" }, /obj/machinery/light/small{ - icon_state = "bulb1"; - dir = 1 + dir = 1; + icon_state = "bulb1" }, /obj/machinery/airlock_sensor{ frequency = 1380; @@ -8287,8 +8290,8 @@ /area/mothership/telecomms1) "qw" = ( /obj/effect/floor_decal/techfloor/orange{ - icon_state = "techfloororange_edges"; - dir = 10 + dir = 10; + icon_state = "techfloororange_edges" }, /obj/effect/floor_decal/corner_techfloor_grid{ dir = 4 @@ -8505,8 +8508,8 @@ dir = 8 }, /obj/effect/floor_decal/corner_techfloor_grid{ - icon_state = "corner_techfloor_grid"; - dir = 6 + dir = 6; + icon_state = "corner_techfloor_grid" }, /obj/machinery/mech_recharger{ icon = 'icons/turf/shuttle_alien_blue.dmi' @@ -8529,8 +8532,8 @@ dir = 8 }, /obj/effect/floor_decal/corner_techfloor_grid{ - icon_state = "corner_techfloor_grid"; - dir = 6 + dir = 6; + icon_state = "corner_techfloor_grid" }, /turf/simulated/floor/tiled/techfloor, /area/mothership/telecomms1) @@ -8592,8 +8595,8 @@ dir = 8 }, /obj/effect/floor_decal/corner_techfloor_grid{ - icon_state = "corner_techfloor_grid"; - dir = 6 + dir = 6; + icon_state = "corner_techfloor_grid" }, /obj/machinery/atmospherics/pipe/simple/hidden/purple{ dir = 4 @@ -8620,56 +8623,56 @@ /area/mothership/engineering) "rx" = ( /obj/machinery/atmospherics/pipe/simple/visible/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/portable_atmospherics/powered/pump/filled, /turf/simulated/floor/tiled/steel_grid, /area/mothership/engineering) "ry" = ( /obj/machinery/atmospherics/pipe/simple/visible/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/space_heater, /turf/simulated/floor/tiled/steel_grid, /area/mothership/engineering) "rz" = ( /obj/machinery/atmospherics/pipe/simple/visible/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/pipedispenser/disposal/orderable, /turf/simulated/floor/tiled/steel_grid, /area/mothership/engineering) "rA" = ( /obj/machinery/atmospherics/pipe/simple/visible/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/pipedispenser/orderable, /turf/simulated/floor/tiled/steel_grid, /area/mothership/engineering) "rB" = ( /obj/machinery/atmospherics/pipe/simple/visible/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/portable_atmospherics/powered/scrubber, /turf/simulated/floor/tiled/steel_grid, /area/mothership/engineering) "rC" = ( /obj/machinery/atmospherics/pipe/simple/visible/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/structure/closet/secure_closet/engineering_personal, /turf/simulated/floor/tiled/steel_grid, /area/mothership/engineering) "rD" = ( /obj/machinery/atmospherics/pipe/manifold/visible/supply{ - icon_state = "map-supply"; - dir = 1 + dir = 1; + icon_state = "map-supply" }, /obj/structure/closet/secure_closet/engineering_personal, /turf/simulated/floor/tiled/steel_grid, @@ -8710,8 +8713,8 @@ /area/mothership/engineering) "rL" = ( /obj/machinery/atmospherics/pipe/simple/visible/yellow{ - icon_state = "intact"; - dir = 8 + dir = 8; + icon_state = "intact" }, /obj/machinery/atmospherics/binary/pump/high_power/on{ dir = 1 @@ -8778,8 +8781,8 @@ /area/mothership/engineering) "rU" = ( /obj/machinery/atmospherics/pipe/manifold/visible/red{ - icon_state = "map"; - dir = 1 + dir = 1; + icon_state = "map" }, /turf/simulated/floor/tiled/steel_grid, /area/mothership/engineering) @@ -8823,8 +8826,8 @@ /area/mothership/engineering) "rZ" = ( /obj/effect/floor_decal/techfloor/orange{ - icon_state = "techfloororange_edges"; - dir = 10 + dir = 10; + icon_state = "techfloororange_edges" }, /obj/effect/floor_decal/corner_techfloor_grid{ dir = 4 @@ -8903,8 +8906,8 @@ /area/mothership/engineering) "sj" = ( /obj/machinery/atmospherics/pipe/manifold/visible/black{ - icon_state = "map"; - dir = 4 + dir = 4; + icon_state = "map" }, /obj/machinery/meter, /turf/simulated/floor/tiled/steel_grid, @@ -9302,8 +9305,8 @@ /area/space) "tb" = ( /obj/effect/floor_decal/techfloor/orange{ - icon_state = "techfloororange_edges"; - dir = 5 + dir = 5; + icon_state = "techfloororange_edges" }, /obj/effect/floor_decal/corner_techfloor_grid{ dir = 8 @@ -9413,8 +9416,8 @@ /area/mothership/telecomms1) "wm" = ( /obj/effect/floor_decal/techfloor/orange{ - icon_state = "techfloororange_edges"; - dir = 6 + dir = 6; + icon_state = "techfloororange_edges" }, /obj/effect/floor_decal/corner_techfloor_grid{ dir = 1 @@ -9639,8 +9642,8 @@ dir = 8 }, /obj/effect/floor_decal/corner_techfloor_grid{ - icon_state = "corner_techfloor_grid"; - dir = 6 + dir = 6; + icon_state = "corner_techfloor_grid" }, /obj/machinery/mech_recharger{ icon = 'icons/turf/shuttle_alien_blue.dmi' @@ -9650,8 +9653,8 @@ /area/mothership/telecomms1) "Ch" = ( /obj/effect/floor_decal/techfloor/orange{ - icon_state = "techfloororange_edges"; - dir = 6 + dir = 6; + icon_state = "techfloororange_edges" }, /obj/effect/floor_decal/corner_techfloor_grid{ dir = 1 @@ -9702,8 +9705,8 @@ /area/mothership/breakroom) "DG" = ( /obj/effect/floor_decal/industrial/warning{ - icon_state = "warning"; - dir = 8 + dir = 8; + icon_state = "warning" }, /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 4 @@ -9712,8 +9715,8 @@ /area/mothership/hallway) "DX" = ( /obj/effect/floor_decal/techfloor/orange{ - icon_state = "techfloororange_edges"; - dir = 5 + dir = 5; + icon_state = "techfloororange_edges" }, /obj/effect/floor_decal/corner_techfloor_grid{ dir = 8 @@ -9742,8 +9745,8 @@ /area/mothership/hallway) "Ex" = ( /obj/effect/floor_decal/industrial/warning{ - icon_state = "warning"; - dir = 1 + dir = 1; + icon_state = "warning" }, /turf/simulated/floor/reinforced/airless{ name = "outer hull" @@ -9799,8 +9802,8 @@ dir = 8 }, /obj/effect/floor_decal/corner_techfloor_grid{ - icon_state = "corner_techfloor_grid"; - dir = 6 + dir = 6; + icon_state = "corner_techfloor_grid" }, /turf/simulated/floor/tiled/techfloor, /area/mothership/telecomms2) @@ -9847,8 +9850,8 @@ req_one_access = list(101) }, /obj/effect/floor_decal/industrial/warning{ - icon_state = "warning"; - dir = 1 + dir = 1; + icon_state = "warning" }, /turf/simulated/floor/wood, /area/mothership/breakroom) @@ -9857,8 +9860,8 @@ dir = 8 }, /obj/effect/floor_decal/corner_techfloor_grid{ - icon_state = "corner_techfloor_grid"; - dir = 6 + dir = 6; + icon_state = "corner_techfloor_grid" }, /obj/machinery/atmospherics/pipe/simple/hidden/purple{ dir = 4 @@ -9870,8 +9873,8 @@ dir = 8 }, /obj/effect/floor_decal/industrial/warning{ - icon_state = "warning"; - dir = 4 + dir = 4; + icon_state = "warning" }, /obj/structure/cable/cyan{ d1 = 1; @@ -9993,8 +9996,8 @@ /area/mothership/hallway) "Ox" = ( /obj/effect/floor_decal/techfloor/orange{ - icon_state = "techfloororange_edges"; - dir = 9 + dir = 9; + icon_state = "techfloororange_edges" }, /obj/effect/floor_decal/corner_techfloor_grid, /turf/simulated/floor/tiled/techfloor, @@ -10025,8 +10028,8 @@ req_one_access = list(101) }, /obj/effect/floor_decal/industrial/warning{ - icon_state = "warning"; - dir = 1 + dir = 1; + icon_state = "warning" }, /turf/simulated/floor/wood, /area/mothership/breakroom) @@ -10276,8 +10279,8 @@ /area/mothership/processing) "TK" = ( /obj/effect/floor_decal/techfloor/orange{ - icon_state = "techfloororange_edges"; - dir = 9 + dir = 9; + icon_state = "techfloororange_edges" }, /obj/effect/floor_decal/corner_techfloor_grid, /turf/simulated/floor/tiled/techfloor, diff --git a/maps/offmap_vr/om_ships/curashuttle.dmm b/maps/offmap_vr/om_ships/curashuttle.dmm index b6a9885353..1d2b49cc8e 100644 --- a/maps/offmap_vr/om_ships/curashuttle.dmm +++ b/maps/offmap_vr/om_ships/curashuttle.dmm @@ -531,6 +531,9 @@ /obj/item/bodybag/cryobag/robobag, /obj/item/bodybag/cryobag/robobag, /obj/item/weapon/storage/belt/utility, +/obj/structure/panic_button{ + pixel_y = 32 + }, /turf/simulated/floor/tiled/techfloor/grid, /area/shuttle/curabitur/curashuttle/eng) "aZ" = ( diff --git a/maps/offmap_vr/om_ships/gecko_cr.dmm b/maps/offmap_vr/om_ships/gecko_cr.dmm index 541e64a81e..fcbae2a9aa 100644 --- a/maps/offmap_vr/om_ships/gecko_cr.dmm +++ b/maps/offmap_vr/om_ships/gecko_cr.dmm @@ -2144,6 +2144,13 @@ }, /turf/simulated/wall/rshull, /area/shuttle/gecko_cr) +"Nl" = ( +/obj/structure/table/steel, +/obj/structure/panic_button{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/techfloor, +/area/shuttle/gecko_cr_cockpit) "Np" = ( /obj/effect/floor_decal/industrial/warning{ dir = 6 @@ -3720,7 +3727,7 @@ WP WP NC qL -wG +Nl ic Id qL diff --git a/maps/offmap_vr/om_ships/itglight.dmm b/maps/offmap_vr/om_ships/itglight.dmm index 4444727be2..b64f13ee3b 100644 --- a/maps/offmap_vr/om_ships/itglight.dmm +++ b/maps/offmap_vr/om_ships/itglight.dmm @@ -286,6 +286,9 @@ /obj/structure/handrail{ dir = 8 }, +/obj/structure/panic_button{ + pixel_x = 32 + }, /turf/simulated/floor/tiled/eris/dark/monofloor, /area/itglight/cockpit) "bi" = ( diff --git a/maps/offmap_vr/om_ships/mackerel_hc.dmm b/maps/offmap_vr/om_ships/mackerel_hc.dmm index d5228f5375..b6ac45ce8f 100644 --- a/maps/offmap_vr/om_ships/mackerel_hc.dmm +++ b/maps/offmap_vr/om_ships/mackerel_hc.dmm @@ -621,6 +621,10 @@ dir = 8; pixel_x = 30 }, +/obj/structure/panic_button{ + pixel_x = 32; + pixel_y = 32 + }, /turf/simulated/floor/tiled/techmaint, /area/shuttle/mackerel_hc) "LU" = ( diff --git a/maps/offmap_vr/om_ships/mercship.dmm b/maps/offmap_vr/om_ships/mercship.dmm index 81864bde35..11d041f608 100644 --- a/maps/offmap_vr/om_ships/mercship.dmm +++ b/maps/offmap_vr/om_ships/mercship.dmm @@ -7,29 +7,29 @@ /area/ship/mercenary/engine1) "ac" = ( /obj/machinery/atmospherics/unary/engine{ - icon_state = "nozzle"; - dir = 4 + dir = 4; + icon_state = "nozzle" }, /turf/simulated/floor/plating, /area/ship/mercenary/engine1) "ad" = ( /obj/machinery/atmospherics/pipe/simple/hidden/fuel{ - icon_state = "intact-fuel"; - dir = 4 + dir = 4; + icon_state = "intact-fuel" }, /turf/simulated/floor/plating, /area/ship/mercenary/engine1) "ae" = ( /obj/machinery/atmospherics/pipe/simple/hidden/fuel{ - icon_state = "intact-fuel"; - dir = 4 + dir = 4; + icon_state = "intact-fuel" }, /turf/simulated/wall/rshull, /area/ship/mercenary/engine1) "af" = ( /obj/machinery/atmospherics/pipe/simple/hidden/fuel{ - icon_state = "intact-fuel"; - dir = 4 + dir = 4; + icon_state = "intact-fuel" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 6 @@ -47,12 +47,12 @@ /area/ship/mercenary/engine1) "ag" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/fuel{ - icon_state = "map-fuel"; - dir = 1 + dir = 1; + icon_state = "map-fuel" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 8 + dir = 8; + icon_state = "intact-scrubbers" }, /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 8 @@ -61,23 +61,23 @@ /area/ship/mercenary/engine1) "ah" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/fuel{ - icon_state = "map-fuel"; - dir = 1 + dir = 1; + icon_state = "map-fuel" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 8 + dir = 8; + icon_state = "intact-scrubbers" }, /turf/simulated/floor/plating, /area/ship/mercenary/engine1) "ai" = ( /obj/machinery/atmospherics/pipe/simple/hidden/fuel{ - icon_state = "intact-fuel"; - dir = 10 + dir = 10; + icon_state = "intact-fuel" }, /obj/machinery/atmospherics/unary/vent_scrubber/on{ - icon_state = "map_scrubber_on"; - dir = 8 + dir = 8; + icon_state = "map_scrubber_on" }, /turf/simulated/floor/plating, /area/ship/mercenary/engine1) @@ -103,8 +103,8 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/fuel{ - icon_state = "intact-fuel"; - dir = 4 + dir = 4; + icon_state = "intact-fuel" }, /turf/simulated/floor/plating, /area/ship/mercenary/engine1) @@ -115,8 +115,8 @@ icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/manifold/hidden/fuel{ - icon_state = "map-fuel"; - dir = 4 + dir = 4; + icon_state = "map-fuel" }, /turf/simulated/floor/plating, /area/ship/mercenary/engine1) @@ -129,8 +129,8 @@ /obj/machinery/meter, /obj/machinery/atmospherics/pipe/simple/hidden/fuel, /obj/machinery/light{ - icon_state = "tube1"; - dir = 4 + dir = 4; + icon_state = "tube1" }, /obj/machinery/alarm{ breach_detection = 0; @@ -156,14 +156,14 @@ /area/ship/mercenary/northairlock) "ar" = ( /obj/machinery/atmospherics/pipe/simple/hidden/aux{ - icon_state = "intact-aux"; - dir = 10 + dir = 10; + icon_state = "intact-aux" }, /obj/machinery/airlock_sensor{ - pixel_z = 0; - pixel_w = 28; + frequency = 1313; id_tag = "northchambersensor"; - frequency = 1313 + pixel_w = 28; + pixel_z = 0 }, /turf/simulated/floor, /area/ship/mercenary/northairlock) @@ -183,8 +183,8 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/fuel{ - icon_state = "intact-fuel"; - dir = 4 + dir = 4; + icon_state = "intact-fuel" }, /turf/simulated/floor/plating, /area/ship/mercenary/engine1) @@ -197,22 +197,22 @@ /obj/machinery/power/terminal, /obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/hidden/fuel{ - icon_state = "intact-fuel"; - dir = 9 + dir = 9; + icon_state = "intact-fuel" }, /turf/simulated/floor/plating, /area/ship/mercenary/engine1) "aw" = ( /obj/machinery/atmospherics/binary/pump/fuel{ - icon_state = "map_off-fuel"; - dir = 1 + dir = 1; + icon_state = "map_off-fuel" }, /turf/simulated/floor/plating, /area/ship/mercenary/engine1) "ax" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/aux{ - icon_state = "map-aux"; - dir = 4 + dir = 4; + icon_state = "map-aux" }, /obj/machinery/embedded_controller/radio/airlock/advanced_airlock_controller{ frequency = 1313; @@ -258,8 +258,8 @@ /area/ship/mercenary/hangar) "aC" = ( /obj/machinery/atmospherics/portables_connector/fuel{ - icon_state = "map_connector-fuel"; - dir = 1 + dir = 1; + icon_state = "map_connector-fuel" }, /obj/machinery/portable_atmospherics/canister/carbon_dioxide, /turf/simulated/floor/plating, @@ -291,8 +291,8 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/effect/floor_decal/borderfloorblack/corner{ - icon_state = "borderfloorcorner_black"; - dir = 4 + dir = 4; + icon_state = "borderfloorcorner_black" }, /turf/simulated/floor/tiled/dark, /area/ship/mercenary/hangar) @@ -339,8 +339,8 @@ /area/ship/mercenary/northairlock) "aM" = ( /obj/machinery/atmospherics/portables_connector/aux{ - icon_state = "map_connector-aux"; - dir = 4 + dir = 4; + icon_state = "map_connector-aux" }, /obj/machinery/portable_atmospherics/canister/air/airlock, /turf/simulated/floor, @@ -353,24 +353,24 @@ pixel_y = 24 }, /obj/machinery/power/terminal{ - icon_state = "term"; - dir = 1 + dir = 1; + icon_state = "term" }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + d2 = 4; + icon_state = "0-4" }, /turf/simulated/floor, /area/ship/mercenary/barracks) "aO" = ( /obj/machinery/atmospherics/pipe/simple/hidden/aux{ - icon_state = "intact-aux"; - dir = 6 + dir = 6; + icon_state = "intact-aux" }, /obj/machinery/meter, /obj/machinery/light{ - icon_state = "tube1"; - dir = 1 + dir = 1; + icon_state = "tube1" }, /obj/structure/cable{ d1 = 2; @@ -381,8 +381,8 @@ /area/ship/mercenary/barracks) "aP" = ( /obj/machinery/light{ - icon_state = "tube1"; - dir = 1 + dir = 1; + icon_state = "tube1" }, /obj/effect/floor_decal/borderfloorblack{ dir = 9 @@ -408,8 +408,8 @@ dir = 1 }, /obj/structure/window/reinforced{ - icon_state = "rwindow"; - dir = 8 + dir = 8; + icon_state = "rwindow" }, /obj/structure/window/reinforced{ dir = 4 @@ -478,8 +478,8 @@ pixel_y = 24 }, /obj/machinery/power/terminal{ - icon_state = "term"; - dir = 1 + dir = 1; + icon_state = "term" }, /obj/structure/cable{ d2 = 2; @@ -504,10 +504,10 @@ /area/ship/mercenary/hangar) "bc" = ( /obj/machinery/airlock_sensor/airlock_interior{ - pixel_w = -25; + frequency = 1313; id_tag = "northinteriorsensor"; master_tag = "northairlock"; - frequency = 1313 + pixel_w = -25 }, /obj/effect/floor_decal/borderfloorblack{ dir = 8 @@ -523,8 +523,8 @@ /area/ship/mercenary/hangar) "be" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 8 + dir = 8; + icon_state = "intact-supply" }, /turf/simulated/floor/tiled/dark, /area/ship/mercenary/med) @@ -542,22 +542,22 @@ /area/ship/mercenary/med) "bg" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 8 + dir = 8; + icon_state = "intact-scrubbers" }, /turf/simulated/floor/tiled/dark, /area/ship/mercenary/med) "bh" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ - icon_state = "map_scrubber_on"; - dir = 8 + dir = 8; + icon_state = "map_scrubber_on" }, /turf/simulated/floor/tiled/dark, /area/ship/mercenary/med) "bi" = ( /obj/machinery/light{ - icon_state = "tube1"; - dir = 4 + dir = 4; + icon_state = "tube1" }, /obj/structure/closet/firecloset, /obj/effect/floor_decal/borderfloorblack{ @@ -573,19 +573,19 @@ dir = 10 }, /obj/machinery/atmospherics/pipe/manifold/hidden/aux{ - icon_state = "map-aux"; - dir = 8 + dir = 8; + icon_state = "map-aux" }, /obj/effect/floor_decal/borderfloorblack/corner{ - icon_state = "borderfloorcorner_black"; - dir = 4 + dir = 4; + icon_state = "borderfloorcorner_black" }, /turf/simulated/floor/tiled/dark, /area/ship/mercenary/hall1) "bk" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/aux{ - icon_state = "map-aux"; - dir = 4 + dir = 4; + icon_state = "map-aux" }, /obj/structure/cable{ icon_state = "1-2" @@ -606,8 +606,8 @@ /area/ship/mercenary/barracks) "bm" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 8 + dir = 8; + icon_state = "intact-supply" }, /obj/structure/cable{ icon_state = "4-8" @@ -616,8 +616,8 @@ /area/ship/mercenary/barracks) "bn" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 8 + dir = 8; + icon_state = "intact-supply" }, /obj/structure/cable{ icon_state = "1-8" @@ -626,8 +626,8 @@ /area/ship/mercenary/barracks) "bo" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 8 + dir = 8; + icon_state = "intact-supply" }, /turf/simulated/floor/tiled/dark, /area/ship/mercenary/barracks) @@ -646,12 +646,12 @@ req_one_access = list(150) }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 8 + dir = 8; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 8 + dir = 8; + icon_state = "intact-scrubbers" }, /obj/machinery/door/firedoor, /obj/effect/floor_decal/borderfloorblack/full, @@ -659,8 +659,8 @@ /area/ship/mercenary/med1) "br" = ( /obj/effect/floor_decal/borderfloorblack/corner{ - icon_state = "borderfloorcorner_black"; - dir = 4 + dir = 4; + icon_state = "borderfloorcorner_black" }, /turf/simulated/floor/tiled/dark, /area/ship/mercenary/bridge) @@ -674,17 +674,21 @@ /area/ship/mercenary/bridge) "bt" = ( /obj/structure/bed/chair/bay/comfy/brown{ - icon_state = "bay_comfychair_preview"; - dir = 4 + dir = 4; + icon_state = "bay_comfychair_preview" }, /obj/effect/floor_decal/borderfloorblack/corner, +/obj/structure/panic_button{ + pixel_x = 32; + pixel_y = -32 + }, /turf/simulated/floor/tiled/dark, /area/ship/mercenary/bridge) "bu" = ( /obj/structure/table/reinforced, /obj/machinery/light{ - icon_state = "tube1"; - dir = 4 + dir = 4; + icon_state = "tube1" }, /obj/effect/floor_decal/borderfloorblack{ dir = 5 @@ -713,8 +717,8 @@ /area/shuttle/mercboat) "bx" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ - icon_state = "map_scrubber_on"; - dir = 4 + dir = 4; + icon_state = "map_scrubber_on" }, /turf/simulated/floor/tiled/dark, /area/ship/mercenary/med1) @@ -762,8 +766,8 @@ "bD" = ( /obj/machinery/atmospherics/pipe/simple/hidden/aux, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 10 + dir = 10; + icon_state = "intact-supply" }, /obj/structure/cable{ icon_state = "1-2" @@ -772,8 +776,8 @@ /area/ship/mercenary/barracks) "bE" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ - icon_state = "map_vent_out"; - dir = 4 + dir = 4; + icon_state = "map_vent_out" }, /turf/simulated/floor, /area/ship/mercenary/barracks) @@ -786,37 +790,37 @@ }, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/effect/floor_decal/borderfloorblack/corner{ - icon_state = "borderfloorcorner_black"; - dir = 1 + dir = 1; + icon_state = "borderfloorcorner_black" }, /turf/simulated/floor/tiled/dark, /area/ship/mercenary/barracks) "bG" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 8 + dir = 8; + icon_state = "intact-scrubbers" }, /turf/simulated/floor/tiled/dark, /area/ship/mercenary/barracks) "bH" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 8 + dir = 8; + icon_state = "intact-scrubbers" }, /obj/structure/bed/chair/comfy/red{ - icon_state = "comfychair"; - dir = 4 + dir = 4; + icon_state = "comfychair" }, /obj/structure/window/reinforced{ - icon_state = "rwindow"; - dir = 8 + dir = 8; + icon_state = "rwindow" }, /turf/simulated/floor/tiled/dark, /area/ship/mercenary/barracks) "bI" = ( /obj/machinery/light{ - icon_state = "tube1"; - dir = 1 + dir = 1; + icon_state = "tube1" }, /obj/structure/closet/secure_closet{ req_one_access = list(150) @@ -825,8 +829,8 @@ dir = 1 }, /obj/structure/window/reinforced{ - icon_state = "rwindow"; - dir = 8 + dir = 8; + icon_state = "rwindow" }, /obj/structure/window/reinforced{ dir = 4 @@ -846,12 +850,12 @@ /area/ship/mercenary/barracks) "bJ" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ - icon_state = "map_scrubber_on"; - dir = 8 + dir = 8; + icon_state = "map_scrubber_on" }, /obj/structure/bed/chair/comfy/red{ - icon_state = "comfychair"; - dir = 8 + dir = 8; + icon_state = "comfychair" }, /obj/structure/window/reinforced{ dir = 4 @@ -860,12 +864,12 @@ /area/ship/mercenary/barracks) "bK" = ( /obj/structure/window/reinforced{ - icon_state = "rwindow"; - dir = 8 + dir = 8; + icon_state = "rwindow" }, /obj/structure/bed/chair/comfy/red{ - icon_state = "comfychair"; - dir = 4 + dir = 4; + icon_state = "comfychair" }, /turf/simulated/floor/tiled/dark, /area/ship/mercenary/barracks) @@ -876,8 +880,8 @@ /area/ship/mercenary/barracks) "bM" = ( /obj/structure/bed/chair/comfy/red{ - icon_state = "comfychair"; - dir = 8 + dir = 8; + icon_state = "comfychair" }, /obj/structure/window/reinforced{ dir = 4 @@ -886,8 +890,8 @@ /area/ship/mercenary/barracks) "bN" = ( /obj/structure/bed/chair/comfy/red{ - icon_state = "comfychair"; - dir = 8 + dir = 8; + icon_state = "comfychair" }, /turf/simulated/floor/tiled/dark, /area/ship/mercenary/barracks) @@ -911,8 +915,8 @@ dir = 6 }, /obj/structure/bed/chair/bay/comfy/captain{ - icon_state = "capchair_preview"; - dir = 4 + dir = 4; + icon_state = "capchair_preview" }, /turf/simulated/floor/tiled/dark, /area/ship/mercenary/bridge) @@ -924,8 +928,8 @@ dir = 1 }, /obj/structure/window/reinforced{ - icon_state = "rwindow"; - dir = 8 + dir = 8; + icon_state = "rwindow" }, /obj/structure/window/reinforced{ dir = 4 @@ -945,19 +949,19 @@ /area/ship/mercenary/barracks) "bR" = ( /obj/structure/bed/chair/bay/comfy/brown{ - icon_state = "bay_comfychair_preview"; - dir = 4 + dir = 4; + icon_state = "bay_comfychair_preview" }, /obj/effect/floor_decal/borderfloorblack/corner{ - icon_state = "borderfloorcorner_black"; - dir = 4 + dir = 4; + icon_state = "borderfloorcorner_black" }, /turf/simulated/floor/tiled/dark, /area/ship/mercenary/bridge) "bS" = ( /obj/machinery/power/terminal{ - icon_state = "term"; - dir = 1 + dir = 1; + icon_state = "term" }, /obj/machinery/power/apc{ dir = 1; @@ -977,8 +981,8 @@ /area/ship/mercenary/barracks) "bT" = ( /obj/structure/bed/chair/backed_red{ - icon_state = "onestar_chair_red"; - dir = 1 + dir = 1; + icon_state = "onestar_chair_red" }, /turf/simulated/floor/tiled/dark, /area/shuttle/mercboat) @@ -989,12 +993,12 @@ pixel_y = 0 }, /obj/structure/bed/chair/backed_red{ - icon_state = "onestar_chair_red"; - dir = 4 + dir = 4; + icon_state = "onestar_chair_red" }, /obj/machinery/recharger/wallcharger{ - pixel_z = -2; - pixel_w = -23 + pixel_w = -23; + pixel_z = -2 }, /turf/simulated/floor/tiled/dark, /area/shuttle/mercboat) @@ -1027,8 +1031,8 @@ /area/ship/mercenary/med1) "bY" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 8 + dir = 8; + icon_state = "intact-scrubbers" }, /obj/structure/table/standard, /obj/machinery/recharger, @@ -1065,8 +1069,8 @@ /area/ship/mercenary/barracks) "cb" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ - icon_state = "map_scrubber_on"; - dir = 8 + dir = 8; + icon_state = "map_scrubber_on" }, /obj/structure/table/reinforced, /obj/item/modular_computer/tablet/preset/custom_loadout/elite, @@ -1074,8 +1078,8 @@ /area/ship/mercenary/bridge) "cc" = ( /obj/machinery/light{ - icon_state = "tube1"; - dir = 4 + dir = 4; + icon_state = "tube1" }, /obj/machinery/atmospherics/pipe/simple/hidden/aux, /obj/machinery/meter, @@ -1121,12 +1125,12 @@ /area/ship/mercenary/med1) "cf" = ( /obj/machinery/atmospherics/pipe/simple/hidden/aux{ - icon_state = "intact-aux"; - dir = 5 + dir = 5; + icon_state = "intact-aux" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 8 + dir = 8; + icon_state = "intact-scrubbers" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 5 @@ -1138,13 +1142,13 @@ /area/ship/mercenary/barracks) "cg" = ( /obj/machinery/atmospherics/pipe/simple/hidden/aux{ - icon_state = "intact-aux"; - dir = 8 + dir = 8; + icon_state = "intact-aux" }, /obj/machinery/atmospherics/pipe/manifold/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 8 + dir = 8; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ icon_state = "4-8" @@ -1157,16 +1161,16 @@ /area/ship/mercenary/barracks) "ci" = ( /obj/machinery/atmospherics/pipe/simple/hidden/aux{ - icon_state = "intact-aux"; - dir = 8 + dir = 8; + icon_state = "intact-aux" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 8 + dir = 8; + icon_state = "intact-scrubbers" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 8 + dir = 8; + icon_state = "intact-supply" }, /obj/machinery/door/firedoor, /obj/machinery/door/airlock/atmos{ @@ -1186,8 +1190,8 @@ pixel_y = 24 }, /obj/machinery/power/terminal{ - icon_state = "term"; - dir = 1 + dir = 1; + icon_state = "term" }, /obj/structure/cable{ d2 = 2; @@ -1201,12 +1205,12 @@ /area/ship/mercenary/med1) "ck" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ - icon_state = "map_vent_out"; - dir = 4 + dir = 4; + icon_state = "map_vent_out" }, /obj/machinery/light{ - icon_state = "tube1"; - dir = 8 + dir = 8; + icon_state = "tube1" }, /obj/effect/floor_decal/borderfloorblack{ dir = 8 @@ -1240,8 +1244,8 @@ /area/shuttle/mercboat) "cp" = ( /obj/machinery/power/terminal{ - icon_state = "term"; - dir = 1 + dir = 1; + icon_state = "term" }, /obj/machinery/power/apc{ dir = 1; @@ -1282,8 +1286,8 @@ dir = 8 }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + d2 = 4; + icon_state = "0-4" }, /obj/effect/floor_decal/borderfloorblack{ dir = 8 @@ -1316,12 +1320,12 @@ /area/ship/mercenary/barracks) "cu" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ - icon_state = "map_vent_out"; - dir = 4 + dir = 4; + icon_state = "map_vent_out" }, /obj/machinery/recharger/wallcharger{ - pixel_z = 0; - pixel_w = -25 + pixel_w = -25; + pixel_z = 0 }, /obj/effect/floor_decal/borderfloorblack{ dir = 8 @@ -1365,23 +1369,23 @@ /area/ship/mercenary/northairlock) "cz" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ - icon_state = "map_scrubber_on"; - dir = 4 + dir = 4; + icon_state = "map_scrubber_on" }, /obj/effect/floor_decal/borderfloorblack/corner{ - icon_state = "borderfloorcorner_black"; - dir = 1 + dir = 1; + icon_state = "borderfloorcorner_black" }, /turf/simulated/floor/tiled/dark, /area/ship/mercenary/hall1) "cA" = ( /obj/effect/floor_decal/borderfloorblack/corner{ - icon_state = "borderfloorcorner_black"; - dir = 1 + dir = 1; + icon_state = "borderfloorcorner_black" }, /obj/effect/floor_decal/industrial/danger{ - icon_state = "danger"; - dir = 6 + dir = 6; + icon_state = "danger" }, /turf/simulated/floor/tiled/dark, /area/ship/mercenary/hangar) @@ -1456,8 +1460,8 @@ /area/ship/mercenary/hall1) "cH" = ( /obj/effect/floor_decal/industrial/danger{ - icon_state = "danger"; - dir = 10 + dir = 10; + icon_state = "danger" }, /turf/simulated/floor/tiled/dark, /area/ship/mercenary/hangar) @@ -1483,13 +1487,13 @@ }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/embedded_controller/radio/simple_docking_controller{ + id_tag = "merc_boatbay"; pixel_x = 27; - pixel_y = -4; - id_tag = "merc_boatbay" + pixel_y = -4 }, /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - icon_state = "map-supply"; - dir = 4 + dir = 4; + icon_state = "map-supply" }, /obj/effect/floor_decal/borderfloorblack{ dir = 4 @@ -1512,8 +1516,8 @@ dir = 5 }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 5 + dir = 5; + icon_state = "intact-supply" }, /obj/effect/floor_decal/borderfloorblack, /turf/simulated/floor/tiled/dark, @@ -1523,24 +1527,24 @@ icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 8 + dir = 8; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 8 + dir = 8; + icon_state = "intact-scrubbers" }, /obj/effect/floor_decal/borderfloorblack, /turf/simulated/floor/tiled/dark, /area/ship/mercenary/med1) "cO" = ( /obj/machinery/light{ - icon_state = "tube1"; - dir = 4 + dir = 4; + icon_state = "tube1" }, /obj/structure/bed/chair/backed_red{ - icon_state = "onestar_chair_red"; - dir = 8 + dir = 8; + icon_state = "onestar_chair_red" }, /obj/machinery/recharger/wallcharger{ pixel_w = 32; @@ -1553,12 +1557,12 @@ icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 8 + dir = 8; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 8 + dir = 8; + icon_state = "intact-scrubbers" }, /obj/effect/floor_decal/borderfloorblack, /turf/simulated/floor/tiled/dark, @@ -1573,12 +1577,12 @@ icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - icon_state = "map-scrubbers"; - dir = 8 + dir = 8; + icon_state = "map-scrubbers" }, /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - icon_state = "map-supply"; - dir = 8 + dir = 8; + icon_state = "map-supply" }, /obj/effect/floor_decal/borderfloorblack/corner, /turf/simulated/floor/tiled/dark, @@ -1589,8 +1593,8 @@ req_one_access = list(150) }, /obj/machinery/atmospherics/pipe/simple/hidden/aux{ - icon_state = "intact-aux"; - dir = 8 + dir = 8; + icon_state = "intact-aux" }, /obj/machinery/door/firedoor, /obj/effect/floor_decal/borderfloorblack{ @@ -1603,16 +1607,16 @@ icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 8 + dir = 8; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 8 + dir = 8; + icon_state = "intact-scrubbers" }, /obj/effect/floor_decal/borderfloorblack/corner{ - icon_state = "borderfloorcorner_black"; - dir = 8 + dir = 8; + icon_state = "borderfloorcorner_black" }, /turf/simulated/floor/tiled/dark, /area/ship/mercenary/hall1) @@ -1621,8 +1625,8 @@ icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 9 + dir = 9; + icon_state = "intact-scrubbers" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 9; @@ -1636,8 +1640,8 @@ /area/ship/mercenary/med) "cU" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ - icon_state = "map_vent_out"; - dir = 4 + dir = 4; + icon_state = "map_vent_out" }, /obj/effect/floor_decal/borderfloorblack{ dir = 8 @@ -1670,8 +1674,8 @@ dir = 8 }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + d2 = 4; + icon_state = "0-4" }, /obj/effect/floor_decal/borderfloorblack{ dir = 8 @@ -1695,12 +1699,12 @@ /area/ship/mercenary/hall1) "cZ" = ( /obj/structure/bed/chair/comfy/red{ - icon_state = "comfychair"; - dir = 4 + dir = 4; + icon_state = "comfychair" }, /obj/structure/window/reinforced{ - icon_state = "rwindow"; - dir = 8 + dir = 8; + icon_state = "rwindow" }, /obj/effect/floor_decal/borderfloorblack/corner, /turf/simulated/floor/tiled/dark, @@ -1713,8 +1717,8 @@ pixel_y = 24 }, /obj/machinery/power/terminal{ - icon_state = "term"; - dir = 1 + dir = 1; + icon_state = "term" }, /obj/structure/cable{ d2 = 2; @@ -1743,12 +1747,12 @@ icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 8 + dir = 8; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 8 + dir = 8; + icon_state = "intact-scrubbers" }, /obj/machinery/door/firedoor, /obj/effect/floor_decal/borderfloorblack, @@ -1756,8 +1760,8 @@ /area/ship/mercenary/hangar) "dd" = ( /obj/machinery/computer/ship/helm{ - icon_state = "computer"; - dir = 8 + dir = 8; + icon_state = "computer" }, /obj/effect/floor_decal/borderfloorblack{ dir = 4 @@ -1766,8 +1770,8 @@ /area/ship/mercenary/bridge) "de" = ( /obj/machinery/recharger/wallcharger{ - pixel_z = 0; - pixel_w = -25 + pixel_w = -25; + pixel_z = 0 }, /obj/effect/floor_decal/borderfloorblack{ dir = 8 @@ -1776,8 +1780,8 @@ /area/ship/mercenary/bridge) "df" = ( /obj/structure/bed/chair/comfy/red{ - icon_state = "comfychair"; - dir = 8 + dir = 8; + icon_state = "comfychair" }, /obj/structure/window/reinforced{ dir = 4 @@ -1787,12 +1791,12 @@ /area/ship/mercenary/barracks) "dg" = ( /obj/structure/window/reinforced{ - icon_state = "rwindow"; - dir = 8 + dir = 8; + icon_state = "rwindow" }, /obj/structure/bed/chair/comfy/red{ - icon_state = "comfychair"; - dir = 4 + dir = 4; + icon_state = "comfychair" }, /obj/effect/floor_decal/borderfloorblack, /turf/simulated/floor/tiled/dark, @@ -1808,12 +1812,12 @@ icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 8 + dir = 8; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 8 + dir = 8; + icon_state = "intact-scrubbers" }, /obj/machinery/door/firedoor, /obj/effect/floor_decal/borderfloorblack, @@ -1845,12 +1849,12 @@ icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 8 + dir = 8; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 8 + dir = 8; + icon_state = "intact-scrubbers" }, /obj/machinery/door/firedoor, /obj/effect/floor_decal/borderfloorblack, @@ -1865,12 +1869,12 @@ icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 8 + dir = 8; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 8 + dir = 8; + icon_state = "intact-scrubbers" }, /obj/machinery/door/firedoor, /obj/effect/floor_decal/borderfloorblack/full, @@ -1903,12 +1907,12 @@ }, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/light{ - icon_state = "tube1"; - dir = 4 + dir = 4; + icon_state = "tube1" }, /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - icon_state = "map-scrubbers"; - dir = 4 + dir = 4; + icon_state = "map-scrubbers" }, /obj/effect/floor_decal/borderfloorblack{ dir = 4 @@ -1934,12 +1938,12 @@ icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 8 + dir = 8; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 8 + dir = 8; + icon_state = "intact-scrubbers" }, /obj/effect/floor_decal/borderfloorblack{ dir = 5 @@ -1955,12 +1959,12 @@ req_one_access = list(150) }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 8 + dir = 8; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 8 + dir = 8; + icon_state = "intact-scrubbers" }, /obj/machinery/door/firedoor, /obj/effect/floor_decal/borderfloorblack/full, @@ -2018,8 +2022,8 @@ pixel_x = -32 }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + d2 = 4; + icon_state = "0-4" }, /obj/effect/floor_decal/borderfloorblack{ dir = 8 @@ -2056,8 +2060,8 @@ /area/ship/mercenary/hall2) "dE" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ - icon_state = "map_scrubber_on"; - dir = 4 + dir = 4; + icon_state = "map_scrubber_on" }, /obj/effect/floor_decal/borderfloorblack{ dir = 1 @@ -2070,8 +2074,8 @@ /area/ship/mercenary/atmos) "dG" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 8 + dir = 8; + icon_state = "intact-scrubbers" }, /obj/effect/floor_decal/borderfloorblack{ dir = 1 @@ -2085,8 +2089,8 @@ pixel_x = 32 }, /obj/machinery/power/terminal{ - icon_state = "term"; - dir = 4 + dir = 4; + icon_state = "term" }, /obj/structure/cable{ icon_state = "0-8" @@ -2101,12 +2105,12 @@ icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 8 + dir = 8; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 8 + dir = 8; + icon_state = "intact-scrubbers" }, /obj/effect/floor_decal/borderfloorblack{ dir = 6 @@ -2121,12 +2125,12 @@ icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - icon_state = "map-scrubbers"; - dir = 4 + dir = 4; + icon_state = "map-scrubbers" }, /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - icon_state = "map-supply"; - dir = 8 + dir = 8; + icon_state = "map-supply" }, /obj/effect/floor_decal/borderfloorblack{ dir = 1 @@ -2144,8 +2148,8 @@ pixel_y = 24 }, /obj/machinery/power/terminal{ - icon_state = "term"; - dir = 1 + dir = 1; + icon_state = "term" }, /obj/structure/cable{ d2 = 2; @@ -2160,16 +2164,16 @@ /area/ship/mercenary/med) "dM" = ( /obj/machinery/atmospherics/pipe/simple/hidden/fuel{ - icon_state = "intact-fuel"; - dir = 4 + dir = 4; + icon_state = "intact-fuel" }, /turf/simulated/wall/rshull, /area/ship/mercenary/engine) "dN" = ( /obj/machinery/atmospherics/portables_connector, /obj/machinery/light{ - icon_state = "tube1"; - dir = 8 + dir = 8; + icon_state = "tube1" }, /obj/machinery/portable_atmospherics/canister/empty, /obj/effect/floor_decal/borderfloorblack{ @@ -2220,8 +2224,8 @@ /area/ship/mercenary/fighter) "dS" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 8 + dir = 8; + icon_state = "intact-supply" }, /obj/machinery/light{ dir = 1 @@ -2250,8 +2254,8 @@ /area/ship/mercenary/fighter) "dW" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 8 + dir = 8; + icon_state = "intact-supply" }, /obj/effect/floor_decal/borderfloorblack{ dir = 1 @@ -2276,8 +2280,8 @@ /area/ship/mercenary/med) "dZ" = ( /obj/machinery/atmospherics/binary/pump{ - icon_state = "map_off"; - dir = 1 + dir = 1; + icon_state = "map_off" }, /turf/simulated/floor/tiled/dark, /area/ship/mercenary/atmos) @@ -2294,12 +2298,12 @@ /area/ship/mercenary/atmos) "ec" = ( /obj/machinery/light{ - icon_state = "tube1"; - dir = 1 + dir = 1; + icon_state = "tube1" }, /obj/machinery/atmospherics/pipe/simple/hidden/aux{ - icon_state = "intact-aux"; - dir = 8 + dir = 8; + icon_state = "intact-aux" }, /obj/effect/floor_decal/borderfloorblack{ dir = 1 @@ -2325,8 +2329,8 @@ dir = 8 }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + d2 = 4; + icon_state = "0-4" }, /obj/structure/table/reinforced, /obj/effect/floor_decal/borderfloorblack{ @@ -2345,8 +2349,8 @@ /area/ship/mercenary/engineering) "eg" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ - icon_state = "map_vent_out"; - dir = 4 + dir = 4; + icon_state = "map_vent_out" }, /turf/simulated/floor/tiled/dark, /area/ship/mercenary/engineering) @@ -2361,8 +2365,8 @@ /area/ship/mercenary/engineering) "ei" = ( /obj/machinery/atmospherics/pipe/simple/hidden/aux{ - icon_state = "intact-aux"; - dir = 10 + dir = 10; + icon_state = "intact-aux" }, /obj/structure/reagent_dispensers/fueltank, /turf/simulated/floor, @@ -2391,8 +2395,8 @@ /area/ship/mercenary/engineeringcntrl) "en" = ( /obj/machinery/power/terminal{ - icon_state = "term"; - dir = 1 + dir = 1; + icon_state = "term" }, /obj/effect/floor_decal/borderfloorblack{ dir = 4 @@ -2407,8 +2411,8 @@ "eo" = ( /obj/structure/closet/crate, /obj/machinery/light{ - icon_state = "tube1"; - dir = 8 + dir = 8; + icon_state = "tube1" }, /obj/effect/floor_decal/borderfloorblack{ dir = 9 @@ -2444,15 +2448,15 @@ icon_state = "1-8" }, /obj/machinery/sleep_console{ - icon_state = "sleeperconsole"; - dir = 1 + dir = 1; + icon_state = "sleeperconsole" }, /turf/simulated/floor/tiled/white, /area/ship/mercenary/armoury) "et" = ( /obj/machinery/atmospherics/pipe/simple/hidden/aux{ - icon_state = "intact-aux"; - dir = 8 + dir = 8; + icon_state = "intact-aux" }, /obj/effect/floor_decal/borderfloorblack{ dir = 1 @@ -2466,8 +2470,8 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/aux{ - icon_state = "intact-aux"; - dir = 9 + dir = 9; + icon_state = "intact-aux" }, /obj/effect/floor_decal/borderfloorblack{ dir = 1 @@ -2501,12 +2505,12 @@ }, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - icon_state = "map-scrubbers"; - dir = 8 + dir = 8; + icon_state = "map-scrubbers" }, /obj/effect/floor_decal/borderfloorblack/corner{ - icon_state = "borderfloorcorner_black"; - dir = 1 + dir = 1; + icon_state = "borderfloorcorner_black" }, /turf/simulated/floor/tiled/dark, /area/ship/mercenary/air) @@ -2572,8 +2576,8 @@ pixel_y = 24 }, /obj/machinery/power/terminal{ - icon_state = "term"; - dir = 1 + dir = 1; + icon_state = "term" }, /obj/structure/cable{ d2 = 2; @@ -2587,8 +2591,8 @@ /area/ship/mercenary/hall2) "eK" = ( /obj/machinery/light{ - icon_state = "tube1"; - dir = 4 + dir = 4; + icon_state = "tube1" }, /obj/structure/table/rack, /obj/effect/floor_decal/borderfloorblack{ @@ -2600,8 +2604,8 @@ "eL" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on, /obj/machinery/light{ - icon_state = "tube1"; - dir = 1 + dir = 1; + icon_state = "tube1" }, /obj/effect/floor_decal/borderfloorblack{ dir = 1 @@ -2622,12 +2626,12 @@ }, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 8 + dir = 8; + icon_state = "intact-scrubbers" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 8 + dir = 8; + icon_state = "intact-supply" }, /turf/simulated/floor/tiled/dark, /area/ship/mercenary/atmos) @@ -2664,12 +2668,12 @@ icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 8 + dir = 8; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 8 + dir = 8; + icon_state = "intact-scrubbers" }, /turf/simulated/floor/tiled/dark, /area/ship/mercenary/air) @@ -2678,12 +2682,12 @@ icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 8 + dir = 8; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 8 + dir = 8; + icon_state = "intact-scrubbers" }, /obj/effect/floor_decal/borderfloorblack, /turf/simulated/floor/tiled/dark, @@ -2697,8 +2701,8 @@ pixel_y = 0 }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 9 + dir = 9; + icon_state = "intact-scrubbers" }, /obj/effect/floor_decal/borderfloorblack{ dir = 6 @@ -2736,12 +2740,12 @@ icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 8 + dir = 8; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 8 + dir = 8; + icon_state = "intact-scrubbers" }, /obj/effect/floor_decal/borderfloorblack, /turf/simulated/floor/tiled/dark, @@ -2766,8 +2770,8 @@ /obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, /obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 8 + dir = 8; + icon_state = "intact-scrubbers" }, /obj/effect/floor_decal/borderfloorblack, /turf/simulated/floor/tiled/dark, @@ -2777,12 +2781,12 @@ icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 8 + dir = 8; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 8 + dir = 8; + icon_state = "intact-scrubbers" }, /obj/machinery/light, /obj/effect/floor_decal/borderfloorblack, @@ -2810,12 +2814,12 @@ icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 8 + dir = 8; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 8 + dir = 8; + icon_state = "intact-scrubbers" }, /obj/effect/floor_decal/borderfloorblack{ dir = 10 @@ -2871,8 +2875,8 @@ }, /obj/machinery/atmospherics/pipe/manifold/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 8 + dir = 8; + icon_state = "intact-scrubbers" }, /obj/effect/floor_decal/borderfloorblack, /turf/simulated/floor/tiled/dark, @@ -2889,15 +2893,15 @@ /area/ship/mercenary/air) "fh" = ( /obj/machinery/atmospherics/unary/engine{ - icon_state = "nozzle"; - dir = 4 + dir = 4; + icon_state = "nozzle" }, /turf/simulated/floor/plating, /area/ship/mercenary/engine) "fi" = ( /obj/machinery/atmospherics/pipe/simple/hidden/fuel{ - icon_state = "intact-fuel"; - dir = 4 + dir = 4; + icon_state = "intact-fuel" }, /turf/simulated/floor/plating, /area/ship/mercenary/engine) @@ -2915,8 +2919,8 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/fuel{ - icon_state = "intact-fuel"; - dir = 4 + dir = 4; + icon_state = "intact-fuel" }, /turf/simulated/floor/plating, /area/ship/mercenary/engine) @@ -2928,8 +2932,8 @@ pixel_y = 24 }, /obj/machinery/power/terminal{ - icon_state = "term"; - dir = 1 + dir = 1; + icon_state = "term" }, /obj/structure/cable{ d2 = 2; @@ -2937,8 +2941,8 @@ pixel_y = 0 }, /obj/machinery/atmospherics/pipe/simple/hidden/fuel{ - icon_state = "intact-fuel"; - dir = 10 + dir = 10; + icon_state = "intact-fuel" }, /turf/simulated/floor/plating, /area/ship/mercenary/engine) @@ -2957,8 +2961,8 @@ /area/ship/mercenary/southairlock) "fo" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/aux{ - icon_state = "map-aux"; - dir = 4 + dir = 4; + icon_state = "map-aux" }, /obj/machinery/embedded_controller/radio/airlock/advanced_airlock_controller{ frequency = 1414; @@ -2981,8 +2985,8 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/fuel{ - icon_state = "intact-fuel"; - dir = 4 + dir = 4; + icon_state = "intact-fuel" }, /turf/simulated/floor/plating, /area/ship/mercenary/engine) @@ -2991,8 +2995,8 @@ icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/manifold/hidden/fuel{ - icon_state = "map-fuel"; - dir = 4 + dir = 4; + icon_state = "map-fuel" }, /turf/simulated/floor/plating, /area/ship/mercenary/engine) @@ -3005,8 +3009,8 @@ /obj/machinery/meter, /obj/machinery/atmospherics/pipe/simple/hidden/fuel, /obj/machinery/light{ - icon_state = "tube1"; - dir = 4 + dir = 4; + icon_state = "tube1" }, /obj/machinery/alarm{ breach_detection = 0; @@ -3020,8 +3024,8 @@ /area/ship/mercenary/engine) "ft" = ( /obj/machinery/atmospherics/pipe/simple/hidden/aux{ - icon_state = "intact-aux"; - dir = 9 + dir = 9; + icon_state = "intact-aux" }, /obj/machinery/airlock_sensor{ frequency = 1414; @@ -3045,15 +3049,15 @@ /area/ship/mercenary/engineeringcntrl) "fw" = ( /obj/machinery/atmospherics/pipe/simple/hidden/fuel{ - icon_state = "intact-fuel"; - dir = 4 + dir = 4; + icon_state = "intact-fuel" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 5 }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 5 + dir = 5; + icon_state = "intact-supply" }, /obj/machinery/firealarm{ dir = 1; @@ -3067,27 +3071,27 @@ dir = 8 }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 8 + dir = 8; + icon_state = "intact-scrubbers" }, /turf/simulated/floor/plating, /area/ship/mercenary/engine) "fy" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/fuel, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 8 + dir = 8; + icon_state = "intact-scrubbers" }, /turf/simulated/floor/plating, /area/ship/mercenary/engine) "fz" = ( /obj/machinery/atmospherics/pipe/simple/hidden/fuel{ - icon_state = "intact-fuel"; - dir = 9 + dir = 9; + icon_state = "intact-fuel" }, /obj/machinery/atmospherics/unary/vent_scrubber/on{ - icon_state = "map_scrubber_on"; - dir = 8 + dir = 8; + icon_state = "map_scrubber_on" }, /turf/simulated/floor/plating, /area/ship/mercenary/engine) @@ -3096,8 +3100,8 @@ /area/ship/mercenary/southairlock) "fB" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ - icon_state = "map_scrubber_on"; - dir = 4 + dir = 4; + icon_state = "map_scrubber_on" }, /turf/simulated/floor, /area/ship/mercenary/barracks) @@ -3120,8 +3124,8 @@ /area/ship/mercenary/barracks) "fE" = ( /obj/machinery/atmospherics/binary/passive_gate{ - icon_state = "map"; - dir = 1 + dir = 1; + icon_state = "map" }, /turf/simulated/floor, /area/ship/mercenary/barracks) @@ -3130,12 +3134,12 @@ icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - icon_state = "map-supply"; - dir = 8 + dir = 8; + icon_state = "map-supply" }, /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - icon_state = "map-scrubbers"; - dir = 8 + dir = 8; + icon_state = "map-scrubbers" }, /turf/simulated/floor/tiled/dark, /area/ship/mercenary/atmos) @@ -3147,22 +3151,22 @@ icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 8 + dir = 8; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 8 + dir = 8; + icon_state = "intact-scrubbers" }, /obj/effect/floor_decal/borderfloorblack, /turf/simulated/floor/tiled/dark, /area/ship/mercenary/hall2) "fH" = ( /obj/machinery/airlock_sensor/airlock_exterior{ - pixel_z = -25; + frequency = 1313; id_tag = "northairlock"; master_tag = "northexteriorsensor"; - frequency = 1313 + pixel_z = -25 }, /turf/space, /area/space) @@ -3171,8 +3175,8 @@ icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 8 + dir = 8; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, /obj/effect/floor_decal/borderfloorblack, @@ -3189,8 +3193,8 @@ /area/ship/mercenary/air) "fK" = ( /obj/machinery/light{ - icon_state = "tube1"; - dir = 4 + dir = 4; + icon_state = "tube1" }, /obj/machinery/atmospherics/pipe/simple/hidden/aux, /obj/machinery/meter, @@ -3205,8 +3209,8 @@ }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - icon_state = "map-supply"; - dir = 4 + dir = 4; + icon_state = "map-supply" }, /obj/effect/floor_decal/borderfloorblack{ dir = 4 @@ -3231,12 +3235,12 @@ icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 8 + dir = 8; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 8 + dir = 8; + icon_state = "intact-scrubbers" }, /obj/machinery/door/airlock/atmos{ name = "Modified Atmospherics Airlock"; @@ -3251,12 +3255,12 @@ icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 8 + dir = 8; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 8 + dir = 8; + icon_state = "intact-scrubbers" }, /obj/machinery/door/airlock/engineering{ name = "Modified Engineering Airlock"; @@ -3275,27 +3279,27 @@ icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 8 + dir = 8; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 8 + dir = 8; + icon_state = "intact-scrubbers" }, /obj/machinery/door/firedoor, /turf/simulated/floor/tiled/dark, /area/ship/mercenary/engineeringcntrl) "fR" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ - icon_state = "map_vent_out"; - dir = 4 + dir = 4; + icon_state = "map_vent_out" }, /turf/simulated/floor/tiled/dark, /area/ship/mercenary/hangar) "fS" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ - icon_state = "map_scrubber_on"; - dir = 4 + dir = 4; + icon_state = "map_scrubber_on" }, /turf/simulated/floor/tiled/dark, /area/ship/mercenary/hangar) @@ -3307,8 +3311,8 @@ pixel_y = 24 }, /obj/machinery/power/terminal{ - icon_state = "term"; - dir = 1 + dir = 1; + icon_state = "term" }, /obj/structure/cable{ d2 = 2; @@ -3349,12 +3353,12 @@ icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 8 + dir = 8; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 8 + dir = 8; + icon_state = "intact-scrubbers" }, /obj/effect/floor_decal/borderfloorblack{ dir = 1 @@ -3403,8 +3407,8 @@ icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/hidden/aux{ - icon_state = "intact-aux"; - dir = 10 + dir = 10; + icon_state = "intact-aux" }, /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ dir = 4 @@ -3444,12 +3448,12 @@ icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 8 + dir = 8; + icon_state = "intact-scrubbers" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 8 + dir = 8; + icon_state = "intact-supply" }, /obj/effect/floor_decal/borderfloorblack{ dir = 1 @@ -3501,8 +3505,8 @@ pixel_y = 24 }, /obj/machinery/power/terminal{ - icon_state = "term"; - dir = 1 + dir = 1; + icon_state = "term" }, /obj/structure/cable{ d2 = 2; @@ -3523,8 +3527,8 @@ /area/ship/mercenary/engineering) "gj" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ - icon_state = "map_scrubber_on"; - dir = 8 + dir = 8; + icon_state = "map_scrubber_on" }, /obj/structure/table/rack, /turf/simulated/floor/tiled/dark, @@ -3568,8 +3572,8 @@ /area/ship/mercenary/hall1) "gp" = ( /obj/machinery/atmospherics/pipe/simple/hidden/aux{ - icon_state = "intact-aux"; - dir = 8 + dir = 8; + icon_state = "intact-aux" }, /obj/effect/floor_decal/borderfloorblack{ dir = 1 @@ -3581,8 +3585,8 @@ /area/ship/mercenary/hall2) "gq" = ( /obj/effect/floor_decal/borderfloorblack/corner{ - icon_state = "borderfloorcorner_black"; - dir = 8 + dir = 8; + icon_state = "borderfloorcorner_black" }, /obj/effect/floor_decal/industrial/danger{ dir = 5 @@ -3616,8 +3620,8 @@ /area/ship/mercenary/southairlock) "gt" = ( /obj/machinery/computer/ship/navigation{ - icon_state = "computer"; - dir = 8 + dir = 8; + icon_state = "computer" }, /obj/effect/floor_decal/borderfloorblack{ dir = 4 @@ -3638,8 +3642,8 @@ pixel_y = 24 }, /obj/machinery/power/terminal{ - icon_state = "term"; - dir = 1 + dir = 1; + icon_state = "term" }, /obj/structure/cable{ d2 = 2; @@ -3689,12 +3693,12 @@ icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 8 + dir = 8; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 8 + dir = 8; + icon_state = "intact-scrubbers" }, /obj/effect/floor_decal/borderfloorblack{ dir = 10 @@ -3727,8 +3731,8 @@ /area/ship/mercenary/atmos) "gB" = ( /obj/machinery/atmospherics/pipe/simple/hidden/aux{ - icon_state = "intact-aux"; - dir = 8 + dir = 8; + icon_state = "intact-aux" }, /obj/effect/floor_decal/borderfloorblack{ dir = 1 @@ -3748,8 +3752,8 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/light{ - icon_state = "tube1"; - dir = 8 + dir = 8; + icon_state = "tube1" }, /obj/structure/cable{ d1 = 2; @@ -3763,19 +3767,19 @@ /area/ship/mercenary/air) "gD" = ( /obj/structure/bed/chair/backed_red{ - icon_state = "onestar_chair_red"; - dir = 4 + dir = 4; + icon_state = "onestar_chair_red" }, /obj/machinery/recharger/wallcharger{ - pixel_z = -2; - pixel_w = -23 + pixel_w = -23; + pixel_z = -2 }, /turf/simulated/floor/tiled/dark, /area/shuttle/mercboat) "gE" = ( /obj/structure/bed/chair/backed_red{ - icon_state = "onestar_chair_red"; - dir = 8 + dir = 8; + icon_state = "onestar_chair_red" }, /obj/machinery/recharger/wallcharger{ pixel_w = 32; @@ -3785,8 +3789,8 @@ /area/shuttle/mercboat) "gF" = ( /obj/machinery/light{ - icon_state = "tube1"; - dir = 1 + dir = 1; + icon_state = "tube1" }, /obj/machinery/portable_atmospherics/canister/phoron, /obj/structure/window/reinforced, @@ -3810,8 +3814,8 @@ /area/ship/mercenary/engineering) "gI" = ( /obj/machinery/light{ - icon_state = "tube1"; - dir = 1 + dir = 1; + icon_state = "tube1" }, /obj/machinery/suit_cycler/syndicate, /obj/effect/floor_decal/borderfloorblack{ @@ -3836,8 +3840,8 @@ /area/ship/mercenary/med1) "gL" = ( /obj/machinery/sleep_console{ - icon_state = "sleeperconsole"; - dir = 1 + dir = 1; + icon_state = "sleeperconsole" }, /obj/effect/floor_decal/borderfloorblack{ dir = 8 @@ -3849,8 +3853,8 @@ icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - icon_state = "map-supply"; - dir = 8 + dir = 8; + icon_state = "map-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/effect/floor_decal/borderfloorblack{ @@ -3869,12 +3873,12 @@ icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 8 + dir = 8; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 8 + dir = 8; + icon_state = "intact-scrubbers" }, /obj/effect/floor_decal/borderfloorblack, /obj/machinery/firealarm{ @@ -3896,8 +3900,8 @@ /area/ship/mercenary/hangar) "gQ" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ - icon_state = "map_vent_out"; - dir = 4 + dir = 4; + icon_state = "map_vent_out" }, /obj/effect/floor_decal/borderfloorblack, /obj/machinery/firealarm{ @@ -3915,16 +3919,16 @@ pixel_y = 0 }, /obj/machinery/computer/operating{ - icon_state = "computer"; - dir = 1 + dir = 1; + icon_state = "computer" }, /obj/effect/floor_decal/borderfloorblack, /turf/simulated/floor/tiled/white, /area/ship/mercenary/fighter) "gS" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ - icon_state = "map_scrubber_on"; - dir = 8 + dir = 8; + icon_state = "map_scrubber_on" }, /obj/machinery/optable, /obj/effect/floor_decal/borderfloorblack, @@ -3944,12 +3948,12 @@ /area/ship/mercenary/armoury) "gU" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ - icon_state = "map_scrubber_on"; - dir = 8 + dir = 8; + icon_state = "map_scrubber_on" }, /obj/effect/floor_decal/borderfloorblack/corner{ - icon_state = "borderfloorcorner_black"; - dir = 4 + dir = 4; + icon_state = "borderfloorcorner_black" }, /turf/simulated/floor/tiled/dark, /area/ship/mercenary/air) @@ -3982,8 +3986,8 @@ /area/ship/mercenary/hangar) "gY" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ - icon_state = "map_vent_out"; - dir = 4 + dir = 4; + icon_state = "map_vent_out" }, /obj/effect/floor_decal/borderfloorblack, /turf/simulated/floor/tiled/white, @@ -4005,28 +4009,28 @@ /area/ship/mercenary/armoury) "ha" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 8 + dir = 8; + icon_state = "intact-scrubbers" }, /obj/effect/floor_decal/borderfloorblack, /turf/simulated/floor/tiled/white, /area/ship/mercenary/armoury) "hb" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ - icon_state = "map_scrubber_on"; - dir = 8 + dir = 8; + icon_state = "map_scrubber_on" }, /obj/effect/floor_decal/borderfloorblack, /turf/simulated/floor/tiled/white, /area/ship/mercenary/armoury) "hc" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 8 + dir = 8; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 8 + dir = 8; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ icon_state = "4-8" @@ -4039,12 +4043,12 @@ /area/ship/mercenary/engineering) "hd" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 8 + dir = 8; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 8 + dir = 8; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ icon_state = "4-8" @@ -4066,12 +4070,12 @@ icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 8 + dir = 8; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 8 + dir = 8; + icon_state = "intact-scrubbers" }, /obj/effect/floor_decal/borderfloorblack, /turf/simulated/floor/tiled/dark, @@ -4103,8 +4107,8 @@ /area/ship/mercenary/southairlock) "hj" = ( /obj/machinery/light{ - icon_state = "tube1"; - dir = 4 + dir = 4; + icon_state = "tube1" }, /obj/structure/table/reinforced, /obj/effect/floor_decal/borderfloorblack{ @@ -4118,12 +4122,12 @@ icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 8 + dir = 8; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 8 + dir = 8; + icon_state = "intact-scrubbers" }, /obj/effect/floor_decal/borderfloorblack{ dir = 6 @@ -4146,8 +4150,8 @@ /area/ship/mercenary/med) "hn" = ( /obj/structure/bed/chair/comfy/red{ - icon_state = "comfychair"; - dir = 8 + dir = 8; + icon_state = "comfychair" }, /obj/effect/floor_decal/borderfloorblack{ dir = 6 @@ -4189,12 +4193,12 @@ icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 8 + dir = 8; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 8 + dir = 8; + icon_state = "intact-scrubbers" }, /obj/effect/floor_decal/borderfloorblack{ dir = 6 @@ -4212,12 +4216,12 @@ icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 9 + dir = 9; + icon_state = "intact-scrubbers" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 8 + dir = 8; + icon_state = "intact-supply" }, /obj/effect/floor_decal/borderfloorblack, /obj/machinery/alarm{ @@ -4246,8 +4250,8 @@ /area/ship/mercenary/med) "hy" = ( /obj/machinery/computer/ship/sensors{ - icon_state = "computer"; - dir = 8 + dir = 8; + icon_state = "computer" }, /obj/effect/floor_decal/borderfloorblack{ dir = 6 @@ -4268,8 +4272,8 @@ "hB" = ( /obj/structure/table/reinforced, /obj/machinery/light{ - icon_state = "tube1"; - dir = 4 + dir = 4; + icon_state = "tube1" }, /obj/effect/floor_decal/borderfloorblack{ dir = 6 @@ -4284,12 +4288,12 @@ icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 8 + dir = 8; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 8 + dir = 8; + icon_state = "intact-scrubbers" }, /obj/effect/floor_decal/borderfloorblack{ dir = 10 @@ -4318,8 +4322,8 @@ /area/ship/mercenary/bridge) "hF" = ( /obj/effect/floor_decal/borderfloorblack/corner{ - icon_state = "borderfloorcorner_black"; - dir = 1 + dir = 1; + icon_state = "borderfloorcorner_black" }, /turf/simulated/floor/tiled/dark, /area/ship/mercenary/bridge) diff --git a/maps/offmap_vr/om_ships/salamander.dmm b/maps/offmap_vr/om_ships/salamander.dmm index cb4df7d0c2..b0197f4e3b 100644 --- a/maps/offmap_vr/om_ships/salamander.dmm +++ b/maps/offmap_vr/om_ships/salamander.dmm @@ -742,6 +742,10 @@ dir = 4; pixel_x = 32 }, +/obj/structure/panic_button{ + pixel_x = 32; + pixel_y = -32 + }, /turf/simulated/floor/tiled/techfloor, /area/shuttle/salamander_engineering) "kU" = ( diff --git a/maps/offmap_vr/om_ships/screebarge.dmm b/maps/offmap_vr/om_ships/screebarge.dmm index 9da0368dfa..21e85fded3 100644 --- a/maps/offmap_vr/om_ships/screebarge.dmm +++ b/maps/offmap_vr/om_ships/screebarge.dmm @@ -14,8 +14,8 @@ /area/shuttle/screebarge/fore) "ae" = ( /obj/structure/disposaloutlet{ - icon_state = "outlet"; - dir = 1 + dir = 1; + icon_state = "outlet" }, /obj/structure/disposalpipe/trunk, /turf/simulated/floor/plating, @@ -24,8 +24,8 @@ /obj/structure/grille, /obj/structure/window/reinforced/full, /obj/structure/window/reinforced{ - icon_state = "rwindow"; - dir = 1 + dir = 1; + icon_state = "rwindow" }, /turf/simulated/floor/plating, /area/shuttle/screebarge/fore) @@ -33,19 +33,19 @@ /obj/structure/grille, /obj/structure/window/reinforced/full, /obj/structure/window/reinforced{ - icon_state = "rwindow"; - dir = 1 + dir = 1; + icon_state = "rwindow" }, /obj/structure/disposalpipe/segment{ - icon_state = "pipe-s"; - dir = 1 + dir = 1; + icon_state = "pipe-s" }, /turf/simulated/floor/plating, /area/shuttle/screebarge/fore) "ah" = ( /obj/machinery/power/emitter{ - icon_state = "emitter"; - dir = 1 + dir = 1; + icon_state = "emitter" }, /obj/structure/cable/cyan{ icon_state = "0-2" @@ -58,8 +58,8 @@ "ai" = ( /obj/machinery/computer/ship/helm, /obj/structure/disposalpipe/segment{ - icon_state = "pipe-s"; - dir = 1 + dir = 1; + icon_state = "pipe-s" }, /turf/simulated/floor/reinforced, /area/shuttle/screebarge/fore) @@ -73,8 +73,8 @@ /area/shuttle/screebarge/fore) "al" = ( /obj/structure/disposalpipe/segment{ - icon_state = "pipe-s"; - dir = 1 + dir = 1; + icon_state = "pipe-s" }, /obj/machinery/computer/shuttle_control/explore/screebarge, /turf/simulated/floor/reinforced, @@ -83,8 +83,8 @@ /obj/structure/grille, /obj/structure/window/reinforced/full, /obj/structure/window/reinforced{ - icon_state = "rwindow"; - dir = 8 + dir = 8; + icon_state = "rwindow" }, /turf/simulated/floor/plating, /area/shuttle/screebarge/fore) @@ -99,12 +99,12 @@ /area/shuttle/screebarge/fore) "ao" = ( /obj/structure/bed/chair/bay/chair{ - icon_state = "bay_chair_preview"; - dir = 1 + dir = 1; + icon_state = "bay_chair_preview" }, /obj/structure/disposalpipe/segment{ - icon_state = "pipe-s"; - dir = 1 + dir = 1; + icon_state = "pipe-s" }, /obj/structure/cable/cyan{ icon_state = "4-8" @@ -113,8 +113,8 @@ /area/shuttle/screebarge/fore) "ap" = ( /obj/structure/bed/chair/bay/chair{ - icon_state = "bay_chair_preview"; - dir = 1 + dir = 1; + icon_state = "bay_chair_preview" }, /obj/structure/cable/cyan{ icon_state = "4-8" @@ -143,8 +143,8 @@ /obj/structure/grille, /obj/structure/window/reinforced/full, /obj/structure/window/reinforced{ - icon_state = "rwindow"; - dir = 4 + dir = 4; + icon_state = "rwindow" }, /turf/simulated/floor/plating, /area/shuttle/screebarge/fore) @@ -156,8 +156,8 @@ /area/shuttle/screebarge/fore) "au" = ( /obj/structure/disposalpipe/segment{ - icon_state = "pipe-s"; - dir = 1 + dir = 1; + icon_state = "pipe-s" }, /turf/simulated/floor/reinforced, /area/shuttle/screebarge/fore) @@ -176,24 +176,24 @@ /area/shuttle/screebarge/fore) "ax" = ( /obj/structure/disposalpipe/segment{ - icon_state = "pipe-c"; - dir = 1 + dir = 1; + icon_state = "pipe-c" }, /turf/simulated/floor/reinforced, /area/shuttle/screebarge/fore) "ay" = ( /obj/machinery/disposal, /obj/structure/disposalpipe/trunk{ - icon_state = "pipe-t"; - dir = 8 + dir = 8; + icon_state = "pipe-t" }, /turf/simulated/floor/reinforced, /area/shuttle/screebarge/fore) "az" = ( /obj/structure/table/standard, /obj/machinery/power/terminal{ - icon_state = "term"; - dir = 1 + dir = 1; + icon_state = "term" }, /obj/structure/cable{ icon_state = "0-2" @@ -203,22 +203,22 @@ "aA" = ( /obj/machinery/disposal, /obj/structure/disposalpipe/trunk{ - icon_state = "pipe-t"; - dir = 4 + dir = 4; + icon_state = "pipe-t" }, /turf/simulated/floor/reinforced, /area/shuttle/screebarge/fore) "aB" = ( /obj/structure/disposalpipe/segment{ - icon_state = "conpipe-c"; - dir = 8 + dir = 8; + icon_state = "conpipe-c" }, /turf/simulated/floor/reinforced, /area/shuttle/screebarge/fore) "aC" = ( /obj/structure/bed/chair/bay/chair{ - icon_state = "bay_chair_preview"; - dir = 8 + dir = 8; + icon_state = "bay_chair_preview" }, /obj/structure/cable/cyan{ icon_state = "1-2" @@ -227,8 +227,8 @@ /area/shuttle/screebarge/fore) "aD" = ( /obj/structure/bed/chair/bay/chair{ - icon_state = "bay_chair_preview"; - dir = 4 + dir = 4; + icon_state = "bay_chair_preview" }, /obj/machinery/embedded_controller/radio/simple_docking_controller{ frequency = 1380; @@ -245,8 +245,8 @@ /area/shuttle/screebarge/fore) "aF" = ( /obj/structure/bed/chair/bay/chair{ - icon_state = "bay_chair_preview"; - dir = 1 + dir = 1; + icon_state = "bay_chair_preview" }, /obj/structure/cable{ icon_state = "1-2" @@ -274,8 +274,8 @@ /area/shuttle/screebarge/fore) "aJ" = ( /obj/machinery/power/emitter{ - icon_state = "emitter"; - dir = 1 + dir = 1; + icon_state = "emitter" }, /obj/structure/cable/cyan{ icon_state = "0-2" @@ -308,15 +308,15 @@ /obj/structure/grille, /obj/structure/window/reinforced/full, /obj/structure/window/reinforced{ - icon_state = "rwindow"; - dir = 8 + dir = 8; + icon_state = "rwindow" }, /turf/simulated/floor/plating, /area/shuttle/screebarge/mid) "aP" = ( /obj/structure/bed/chair/bay/chair{ - icon_state = "bay_chair_preview"; - dir = 4 + dir = 4; + icon_state = "bay_chair_preview" }, /turf/simulated/floor/tiled/steel_dirty, /area/shuttle/screebarge/mid) @@ -325,15 +325,15 @@ /area/shuttle/screebarge/mid) "aR" = ( /obj/structure/bed/chair/bay/chair{ - icon_state = "bay_chair_preview"; - dir = 8 + dir = 8; + icon_state = "bay_chair_preview" }, /turf/simulated/floor/tiled/steel_dirty, /area/shuttle/screebarge/mid) "aS" = ( /obj/machinery/sleeper{ - icon_state = "sleeper_0"; - dir = 8 + dir = 8; + icon_state = "sleeper_0" }, /turf/simulated/floor/tiled/steel_dirty, /area/shuttle/screebarge/mid) @@ -351,8 +351,8 @@ /obj/structure/grille, /obj/structure/window/reinforced/full, /obj/structure/window/reinforced{ - icon_state = "rwindow"; - dir = 4 + dir = 4; + icon_state = "rwindow" }, /turf/simulated/floor/plating, /area/shuttle/screebarge/mid) @@ -455,8 +455,8 @@ /area/shuttle/screebarge/aft) "bk" = ( /obj/machinery/atmospherics/portables_connector{ - icon_state = "map_connector"; - dir = 4 + dir = 4; + icon_state = "map_connector" }, /obj/effect/floor_decal/industrial/outline/red, /obj/machinery/portable_atmospherics/canister/phoron, @@ -464,8 +464,8 @@ /area/shuttle/screebarge/aft) "bl" = ( /obj/machinery/atmospherics/pipe/manifold/visible/yellow{ - icon_state = "map"; - dir = 1 + dir = 1; + icon_state = "map" }, /obj/structure/cable/cyan{ icon_state = "1-4" @@ -474,8 +474,8 @@ /area/shuttle/screebarge/aft) "bm" = ( /obj/machinery/atmospherics/binary/pump{ - icon_state = "map_off"; - dir = 4 + dir = 4; + icon_state = "map_off" }, /obj/structure/cable/cyan{ icon_state = "4-8" @@ -484,8 +484,8 @@ /area/shuttle/screebarge/aft) "bn" = ( /obj/machinery/atmospherics/pipe/manifold/visible/yellow{ - icon_state = "map"; - dir = 1 + dir = 1; + icon_state = "map" }, /obj/structure/cable/cyan{ icon_state = "0-8" @@ -498,22 +498,22 @@ /area/shuttle/screebarge/aft) "bo" = ( /obj/machinery/atmospherics/binary/pump{ - icon_state = "map_off"; - dir = 8 + dir = 8; + icon_state = "map_off" }, /turf/simulated/floor/plating, /area/shuttle/screebarge/aft) "bp" = ( /obj/machinery/atmospherics/pipe/manifold/visible/yellow{ - icon_state = "map"; - dir = 1 + dir = 1; + icon_state = "map" }, /turf/simulated/floor/plating, /area/shuttle/screebarge/aft) "bq" = ( /obj/machinery/atmospherics/portables_connector{ - icon_state = "map_connector"; - dir = 8 + dir = 8; + icon_state = "map_connector" }, /obj/effect/floor_decal/industrial/outline/red, /obj/machinery/portable_atmospherics/canister/phoron, @@ -521,8 +521,8 @@ /area/shuttle/screebarge/aft) "br" = ( /obj/machinery/atmospherics/pipe/simple/visible/yellow{ - icon_state = "intact"; - dir = 9 + dir = 9; + icon_state = "intact" }, /turf/simulated/floor/plating, /area/shuttle/screebarge/aft) @@ -535,36 +535,36 @@ /area/shuttle/screebarge/fore) "bt" = ( /obj/machinery/atmospherics/pipe/simple/visible/yellow{ - icon_state = "intact"; - dir = 1 + dir = 1; + icon_state = "intact" }, /turf/simulated/floor/plating, /area/shuttle/screebarge/aft) "bu" = ( /obj/machinery/atmospherics/pipe/simple/visible/yellow{ - icon_state = "intact"; - dir = 5 + dir = 5; + icon_state = "intact" }, /turf/simulated/floor/plating, /area/shuttle/screebarge/aft) "bv" = ( /obj/machinery/atmospherics/pipe/simple/visible/yellow{ - icon_state = "intact"; - dir = 6 + dir = 6; + icon_state = "intact" }, /turf/simulated/wall/shull, /area/shuttle/screebarge/aft) "bw" = ( /obj/machinery/atmospherics/pipe/manifold/visible/yellow{ - icon_state = "map"; - dir = 1 + dir = 1; + icon_state = "map" }, /turf/simulated/wall/shull, /area/shuttle/screebarge/aft) "bx" = ( /obj/machinery/atmospherics/pipe/simple/visible/yellow{ - icon_state = "intact"; - dir = 4 + dir = 4; + icon_state = "intact" }, /turf/simulated/wall/shull, /area/shuttle/screebarge/aft) @@ -574,8 +574,8 @@ /area/shuttle/screebarge/aft) "bz" = ( /obj/machinery/atmospherics/pipe/simple/visible/yellow{ - icon_state = "intact"; - dir = 10 + dir = 10; + icon_state = "intact" }, /turf/simulated/wall/shull, /area/shuttle/screebarge/aft) @@ -609,18 +609,18 @@ /area/shuttle/screebarge/mid) "bD" = ( /obj/machinery/button/remote/airlock{ + desiredstate = 1; + id = "battlebarge_frontdoor"; pixel_x = 26; pixel_y = 5; - id = "battlebarge_frontdoor"; - desiredstate = 1; specialfunctions = 4 }, /turf/simulated/floor/reinforced, /area/shuttle/screebarge/fore) "bE" = ( /obj/structure/bed/chair/bay/chair{ - icon_state = "bay_chair_preview"; - dir = 4 + dir = 4; + icon_state = "bay_chair_preview" }, /obj/machinery/light/small{ dir = 8 @@ -637,6 +637,20 @@ /obj/machinery/light/small, /turf/simulated/floor/plating, /area/shuttle/screebarge/aft) +"YC" = ( +/obj/structure/bed/chair/bay/chair{ + dir = 8; + icon_state = "bay_chair_preview" + }, +/obj/structure/cable/cyan{ + icon_state = "1-2" + }, +/obj/structure/panic_button{ + pixel_x = 32; + pixel_y = 32 + }, +/turf/simulated/floor/reinforced, +/area/shuttle/screebarge/fore) (1,1,1) = {" aa @@ -973,7 +987,7 @@ aJ ar at aC -aC +YC at aN aU diff --git a/maps/offmap_vr/om_ships/vespa.dmm b/maps/offmap_vr/om_ships/vespa.dmm index 604a274918..d6a8f83197 100644 --- a/maps/offmap_vr/om_ships/vespa.dmm +++ b/maps/offmap_vr/om_ships/vespa.dmm @@ -62,8 +62,8 @@ "al" = ( /obj/machinery/portable_atmospherics/canister/phoron, /obj/machinery/light{ - icon_state = "tube1"; - dir = 8 + dir = 8; + icon_state = "tube1" }, /turf/simulated/floor, /area/ship/expe/atmospherics) @@ -106,15 +106,15 @@ /area/ship/expe/atmospherics) "at" = ( /obj/machinery/atmospherics/binary/pump{ - icon_state = "map_off"; - dir = 4 + dir = 4; + icon_state = "map_off" }, /turf/simulated/floor, /area/ship/expe/atmospherics) "au" = ( /obj/machinery/atmospherics/pipe/simple/hidden{ - icon_state = "intact"; - dir = 9 + dir = 9; + icon_state = "intact" }, /turf/simulated/wall/rpshull, /area/ship/expe/atmospherics) @@ -156,8 +156,8 @@ name = "gas pump - air - distro" }, /obj/machinery/light{ - icon_state = "tube1"; - dir = 8 + dir = 8; + icon_state = "tube1" }, /turf/simulated/floor, /area/ship/expe/atmospherics) @@ -167,17 +167,17 @@ /area/ship/expe/atmospherics) "aE" = ( /obj/machinery/atmospherics/portables_connector{ - icon_state = "map_connector"; - dir = 1 + dir = 1; + icon_state = "map_connector" }, /obj/machinery/portable_atmospherics/canister/empty, /turf/simulated/floor, /area/ship/expe/atmospherics) "aF" = ( /obj/machinery/atmospherics/binary/pump/on{ - name = "gas pump - waste - scrubbers"; + dir = 1; icon_state = "map_on"; - dir = 1 + name = "gas pump - waste - scrubbers" }, /obj/machinery/light{ dir = 4 @@ -186,22 +186,22 @@ /area/ship/expe/atmospherics) "aG" = ( /obj/machinery/atmospherics/pipe/simple/hidden/fuel{ - icon_state = "intact-fuel"; - dir = 10 + dir = 10; + icon_state = "intact-fuel" }, /turf/simulated/floor, /area/ship/expe/maintenancerim) "aH" = ( /obj/machinery/atmospherics/pipe/simple/hidden/fuel{ - icon_state = "intact-fuel"; - dir = 5 + dir = 5; + icon_state = "intact-fuel" }, /turf/simulated/floor, /area/ship/expe/maintenancerim) "aI" = ( /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 6 + dir = 6; + icon_state = "techfloor_edges" }, /obj/structure/cable{ d1 = 1; @@ -220,15 +220,15 @@ /area/ship/expe/corridor1) "aJ" = ( /obj/machinery/atmospherics/pipe/simple/hidden{ - icon_state = "intact"; - dir = 5 + dir = 5; + icon_state = "intact" }, /turf/simulated/floor, /area/ship/expe/atmospherics) "aK" = ( /obj/machinery/atmospherics/pipe/simple/hidden{ - icon_state = "intact"; - dir = 8 + dir = 8; + icon_state = "intact" }, /turf/simulated/floor, /area/ship/expe/atmospherics) @@ -270,8 +270,8 @@ dir = 8 }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + d2 = 4; + icon_state = "0-4" }, /turf/simulated/floor, /area/ship/expe/atmospherics) @@ -300,8 +300,8 @@ /area/ship/expe/maintenancerim) "aT" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/fuel{ - icon_state = "map-fuel"; - dir = 1 + dir = 1; + icon_state = "map-fuel" }, /turf/simulated/floor, /area/ship/expe/engines2) @@ -311,8 +311,8 @@ /area/ship/expe/atmospherics) "aV" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 5 + dir = 5; + icon_state = "intact-supply" }, /obj/machinery/meter, /turf/simulated/floor, @@ -365,23 +365,23 @@ /area/ship/expe/northairlock) "be" = ( /obj/machinery/access_button/airlock_exterior{ - pixel_x = 0; - pixel_y = -28; + frequency = 1449; master_tag = "northairlock"; - frequency = 1449 + pixel_x = 0; + pixel_y = -28 }, /turf/space, /area/space) "bf" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/door/firedoor/glass, /obj/machinery/door/airlock/glass, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor1) @@ -426,8 +426,8 @@ pixel_y = 32 }, /obj/machinery/power/terminal{ - icon_state = "term"; - dir = 1 + dir = 1; + icon_state = "term" }, /obj/structure/cable{ d2 = 2; @@ -438,8 +438,8 @@ /area/ship/expe/maintenancerim) "bn" = ( /obj/machinery/light/small{ - icon_state = "bulb1"; - dir = 8 + dir = 8; + icon_state = "bulb1" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/maintenancerim) @@ -479,8 +479,8 @@ /area/space) "bu" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 5 + dir = 5; + icon_state = "intact-scrubbers" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 5 @@ -491,8 +491,8 @@ icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/simple/hidden/fuel{ - icon_state = "intact-fuel"; - dir = 4 + dir = 4; + icon_state = "intact-fuel" }, /turf/simulated/floor, /area/ship/expe/maintenancerim) @@ -503,15 +503,15 @@ /obj/machinery/door/firedoor/glass, /obj/machinery/door/airlock/maintenance/common, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/hidden/fuel{ - icon_state = "intact-fuel"; - dir = 4 + dir = 4; + icon_state = "intact-fuel" }, /turf/simulated/floor, /area/ship/expe/maintenancerim) @@ -520,15 +520,15 @@ icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/hidden/fuel{ - icon_state = "intact-fuel"; - dir = 4 + dir = 4; + icon_state = "intact-fuel" }, /turf/simulated/floor, /area/ship/expe/maintenancerim) @@ -543,15 +543,15 @@ icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/hidden/fuel{ - icon_state = "intact-fuel"; - dir = 4 + dir = 4; + icon_state = "intact-fuel" }, /turf/simulated/floor, /area/ship/expe/maintenancerim) @@ -562,15 +562,15 @@ /obj/machinery/door/airlock/maintenance/common, /obj/machinery/door/firedoor/glass, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/hidden/fuel{ - icon_state = "intact-fuel"; - dir = 4 + dir = 4; + icon_state = "intact-fuel" }, /turf/simulated/floor, /area/ship/expe/maintenancerim) @@ -594,20 +594,20 @@ /area/ship/expe/maintenancerim) "bD" = ( /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 5 + dir = 5; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/red/border{ - icon_state = "bordercolor"; - dir = 5 + dir = 5; + icon_state = "bordercolor" }, /obj/machinery/light{ dir = 4; icon_state = "tube1" }, /obj/machinery/firealarm{ - pixel_z = 1; - pixel_w = 31 + pixel_w = 31; + pixel_z = 1 }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/seccells) @@ -619,8 +619,8 @@ /area/ship/expe/maintenancerim) "bF" = ( /obj/machinery/atmospherics/portables_connector/aux{ - icon_state = "map_connector-aux"; - dir = 4 + dir = 4; + icon_state = "map_connector-aux" }, /obj/machinery/portable_atmospherics/canister/air/airlock, /turf/simulated/floor, @@ -646,8 +646,8 @@ pixel_y = -21 }, /obj/machinery/atmospherics/pipe/manifold/hidden/aux{ - icon_state = "map-aux"; - dir = 8 + dir = 8; + icon_state = "map-aux" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/northairlock) @@ -667,8 +667,8 @@ tag_interior_door = "northint" }, /obj/machinery/atmospherics/pipe/simple/hidden/aux{ - icon_state = "intact-aux"; - dir = 9 + dir = 9; + icon_state = "intact-aux" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/northairlock) @@ -708,12 +708,12 @@ pixel_y = 32 }, /obj/machinery/power/terminal{ - icon_state = "term"; - dir = 1 + dir = 1; + icon_state = "term" }, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + d2 = 2; + icon_state = "0-2" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/northairlock) @@ -742,8 +742,8 @@ icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/hidden/aux{ - icon_state = "intact-aux"; - dir = 5 + dir = 5; + icon_state = "intact-aux" }, /obj/machinery/atmospherics/pipe/simple/hidden/aux, /turf/simulated/floor, @@ -753,8 +753,8 @@ icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/hidden/aux{ - icon_state = "intact-aux"; - dir = 8 + dir = 8; + icon_state = "intact-aux" }, /turf/simulated/floor, /area/ship/expe/maintenance1) @@ -764,12 +764,12 @@ /area/ship/expe/maintenance1) "bU" = ( /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 10 + dir = 10; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 10 + dir = 10; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/engineeringstorage) @@ -783,8 +783,8 @@ /area/ship/expe/engineeringstorage) "bW" = ( /obj/machinery/atmospherics/pipe/simple/hidden/aux{ - icon_state = "intact-aux"; - dir = 6 + dir = 6; + icon_state = "intact-aux" }, /turf/simulated/floor, /area/ship/expe/maintenance2) @@ -807,15 +807,15 @@ icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/hidden/fuel{ - icon_state = "intact-fuel"; - dir = 4 + dir = 4; + icon_state = "intact-fuel" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/maintenancerim) @@ -872,8 +872,8 @@ pixel_y = 22 }, /obj/machinery/atmospherics/pipe/simple/hidden/aux{ - icon_state = "intact-aux"; - dir = 8 + dir = 8; + icon_state = "intact-aux" }, /turf/simulated/floor, /area/ship/expe/maintenance2) @@ -885,16 +885,16 @@ pixel_y = 32 }, /obj/machinery/power/terminal{ - icon_state = "term"; - dir = 1 + dir = 1; + icon_state = "term" }, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + d2 = 2; + icon_state = "0-2" }, /obj/machinery/atmospherics/pipe/simple/hidden/aux{ - icon_state = "intact-aux"; - dir = 8 + dir = 8; + icon_state = "intact-aux" }, /turf/simulated/floor, /area/ship/expe/maintenance2) @@ -905,8 +905,8 @@ icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/hidden/aux{ - icon_state = "intact-aux"; - dir = 10 + dir = 10; + icon_state = "intact-aux" }, /turf/simulated/floor, /area/ship/expe/maintenance2) @@ -945,8 +945,8 @@ pixel_y = 21 }, /obj/machinery/atmospherics/pipe/simple/hidden/aux{ - icon_state = "intact-aux"; - dir = 6 + dir = 6; + icon_state = "intact-aux" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/southairlock) @@ -980,15 +980,15 @@ icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - icon_state = "map-scrubbers"; - dir = 4 + dir = 4; + icon_state = "map-scrubbers" }, /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/hidden/fuel{ - icon_state = "intact-fuel"; - dir = 10 + dir = 10; + icon_state = "intact-fuel" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/maintenancerim) @@ -1009,12 +1009,12 @@ pixel_y = 32 }, /obj/machinery/power/terminal{ - icon_state = "term"; - dir = 1 + dir = 1; + icon_state = "term" }, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + d2 = 2; + icon_state = "0-2" }, /obj/structure/closet/secure_closet/personal/cabinet, /turf/simulated/floor/tiled/techfloor, @@ -1040,12 +1040,12 @@ pixel_y = 32 }, /obj/machinery/power/terminal{ - icon_state = "term"; - dir = 1 + dir = 1; + icon_state = "term" }, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + d2 = 2; + icon_state = "0-2" }, /obj/structure/closet/secure_closet/personal/cabinet, /turf/simulated/floor/tiled/techfloor, @@ -1070,12 +1070,12 @@ pixel_y = 32 }, /obj/machinery/power/terminal{ - icon_state = "term"; - dir = 1 + dir = 1; + icon_state = "term" }, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + d2 = 2; + icon_state = "0-2" }, /obj/structure/closet/secure_closet/personal/cabinet, /turf/simulated/floor/tiled/techfloor, @@ -1100,12 +1100,12 @@ pixel_y = 32 }, /obj/machinery/power/terminal{ - icon_state = "term"; - dir = 1 + dir = 1; + icon_state = "term" }, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + d2 = 2; + icon_state = "0-2" }, /obj/structure/closet/secure_closet/personal/cabinet, /turf/simulated/floor/tiled/techfloor, @@ -1131,12 +1131,12 @@ pixel_y = 32 }, /obj/machinery/power/terminal{ - icon_state = "term"; - dir = 1 + dir = 1; + icon_state = "term" }, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + d2 = 2; + icon_state = "0-2" }, /obj/structure/closet/secure_closet/personal/cabinet, /turf/simulated/floor/tiled/techfloor, @@ -1162,12 +1162,12 @@ pixel_y = 32 }, /obj/machinery/power/terminal{ - icon_state = "term"; - dir = 1 + dir = 1; + icon_state = "term" }, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + d2 = 2; + icon_state = "0-2" }, /obj/structure/closet/secure_closet/personal/cabinet, /turf/simulated/floor/tiled/techfloor, @@ -1192,12 +1192,12 @@ pixel_y = 32 }, /obj/machinery/power/terminal{ - icon_state = "term"; - dir = 1 + dir = 1; + icon_state = "term" }, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + d2 = 2; + icon_state = "0-2" }, /obj/structure/closet/secure_closet/personal/cabinet, /turf/simulated/floor/tiled/techfloor, @@ -1222,12 +1222,12 @@ pixel_y = 32 }, /obj/machinery/power/terminal{ - icon_state = "term"; - dir = 1 + dir = 1; + icon_state = "term" }, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + d2 = 2; + icon_state = "0-2" }, /obj/structure/closet/secure_closet/personal/cabinet, /turf/simulated/floor/tiled/techfloor, @@ -1253,12 +1253,12 @@ pixel_y = 32 }, /obj/machinery/power/terminal{ - icon_state = "term"; - dir = 1 + dir = 1; + icon_state = "term" }, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + d2 = 2; + icon_state = "0-2" }, /obj/structure/closet/secure_closet/personal/cabinet, /turf/simulated/floor/tiled/techfloor, @@ -1309,8 +1309,8 @@ tag_interior_door = "southint" }, /obj/machinery/atmospherics/pipe/manifold/hidden/aux{ - icon_state = "map-aux"; - dir = 4 + dir = 4; + icon_state = "map-aux" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/southairlock) @@ -1320,8 +1320,8 @@ /area/ship/expe/maintenance1) "di" = ( /obj/machinery/atmospherics/portables_connector/aux{ - icon_state = "map_connector-aux"; - dir = 4 + dir = 4; + icon_state = "map_connector-aux" }, /obj/machinery/portable_atmospherics/canister/air/airlock, /turf/simulated/floor, @@ -1334,12 +1334,12 @@ pixel_y = 32 }, /obj/machinery/power/terminal{ - icon_state = "term"; - dir = 1 + dir = 1; + icon_state = "term" }, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + d2 = 2; + icon_state = "0-2" }, /turf/simulated/floor, /area/ship/expe/maintenance1) @@ -1359,23 +1359,23 @@ /area/ship/expe/maintenance1) "dm" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/aux{ - icon_state = "map-aux"; - dir = 4 + dir = 4; + icon_state = "map-aux" }, /turf/simulated/floor, /area/ship/expe/maintenance2) "dn" = ( /obj/item/weapon/handcuffs/fuzzy, /obj/machinery/atmospherics/pipe/simple/hidden/aux{ - icon_state = "intact-aux"; - dir = 9 + dir = 9; + icon_state = "intact-aux" }, /turf/simulated/floor, /area/ship/expe/maintenance2) "do" = ( /obj/machinery/atmospherics/unary/engine{ - icon_state = "nozzle"; - dir = 4 + dir = 4; + icon_state = "nozzle" }, /turf/space, /area/space) @@ -1436,12 +1436,12 @@ /area/ship/expe/cabin1) "dy" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 6 + dir = 6; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 10 + dir = 10; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ d1 = 1; @@ -1466,12 +1466,12 @@ /area/ship/expe/cabin2) "dB" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 6 + dir = 6; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 10 + dir = 10; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ d1 = 1; @@ -1496,12 +1496,12 @@ /area/ship/expe/cabin3) "dE" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 6 + dir = 6; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 10 + dir = 10; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ d1 = 1; @@ -1526,12 +1526,12 @@ /area/ship/expe/cabin4) "dH" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 6 + dir = 6; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 10 + dir = 10; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ d1 = 1; @@ -1556,12 +1556,12 @@ /area/ship/expe/cabin5) "dK" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 6 + dir = 6; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 10 + dir = 10; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ d1 = 1; @@ -1586,12 +1586,12 @@ /area/ship/expe/cabin6) "dN" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 6 + dir = 6; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 10 + dir = 10; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ d1 = 1; @@ -1616,12 +1616,12 @@ /area/ship/expe/cabin7) "dQ" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 6 + dir = 6; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 10 + dir = 10; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ d1 = 1; @@ -1646,12 +1646,12 @@ /area/ship/expe/cabin8) "dT" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 6 + dir = 6; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 10 + dir = 10; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ d1 = 1; @@ -1676,12 +1676,12 @@ /area/ship/expe/cabin9) "dW" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 6 + dir = 6; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 10 + dir = 10; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ d1 = 1; @@ -1744,8 +1744,8 @@ /area/ship/expe/corridor1) "eh" = ( /obj/machinery/atmospherics/pipe/simple/hidden/fuel{ - icon_state = "intact-fuel"; - dir = 5 + dir = 5; + icon_state = "intact-fuel" }, /turf/simulated/floor, /area/ship/expe/engines) @@ -2021,44 +2021,44 @@ /area/ship/expe/bridge) "eW" = ( /obj/machinery/atmospherics/binary/pump/fuel{ - icon_state = "map_off-fuel"; - dir = 4 + dir = 4; + icon_state = "map_off-fuel" }, /turf/simulated/floor, /area/ship/expe/engines) "eX" = ( /obj/machinery/atmospherics/pipe/simple/hidden/fuel{ - icon_state = "intact-fuel"; - dir = 4 + dir = 4; + icon_state = "intact-fuel" }, /turf/simulated/floor, /area/ship/expe/engines) "eY" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/fuel{ - icon_state = "map-fuel"; - dir = 4 + dir = 4; + icon_state = "map-fuel" }, /turf/simulated/floor, /area/ship/expe/engines) "eZ" = ( /obj/machinery/atmospherics/pipe/simple/hidden/fuel{ - icon_state = "intact-fuel"; - dir = 9 + dir = 9; + icon_state = "intact-fuel" }, /turf/simulated/floor, /area/ship/expe/engines) "fa" = ( /obj/machinery/atmospherics/pipe/simple/hidden/fuel{ - icon_state = "intact-fuel"; - dir = 4 + dir = 4; + icon_state = "intact-fuel" }, /obj/machinery/meter, /turf/simulated/floor, /area/ship/expe/engines) "fb" = ( /obj/machinery/atmospherics/pipe/simple/hidden/fuel{ - icon_state = "intact-fuel"; - dir = 4 + dir = 4; + icon_state = "intact-fuel" }, /turf/simulated/floor, /area/ship/expe/engines2) @@ -2091,8 +2091,8 @@ pixel_x = 24 }, /obj/machinery/power/terminal{ - icon_state = "term"; - dir = 4 + dir = 4; + icon_state = "term" }, /obj/structure/cable{ d2 = 8; @@ -2248,19 +2248,19 @@ icon_state = "1-2" }, /obj/machinery/light{ - icon_state = "tube1"; - dir = 8 + dir = 8; + icon_state = "tube1" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 9 + dir = 9; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor4) "fs" = ( /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /obj/structure/closet/walllocker/emerglocker/north, /turf/simulated/floor/tiled/techfloor, @@ -2273,23 +2273,23 @@ icon_state = "1-2" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor4) "fu" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor4) "fv" = ( /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /obj/machinery/door/firedoor/glass, /obj/machinery/door/airlock/glass, @@ -2302,16 +2302,16 @@ icon_state = "1-2" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor4) "fx" = ( /obj/machinery/atmospherics/unary/vent_pump/on, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor4) @@ -2323,27 +2323,27 @@ dir = 1 }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor4) "fz" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 10 + dir = 10; + icon_state = "intact-scrubbers" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /obj/structure/closet/walllocker/emerglocker/north, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor4) "fA" = ( /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor4) @@ -2353,8 +2353,8 @@ pixel_y = 22 }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor4) @@ -2366,24 +2366,24 @@ pixel_y = 32 }, /obj/machinery/power/terminal{ - icon_state = "term"; - dir = 1 + dir = 1; + icon_state = "term" }, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + d2 = 2; + icon_state = "0-2" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor4) "fD" = ( /obj/machinery/atmospherics/unary/vent_pump/on, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /obj/machinery/light{ dir = 1 @@ -2393,8 +2393,8 @@ "fE" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor4) @@ -2403,15 +2403,15 @@ dir = 1 }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor4) "fG" = ( /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /obj/machinery/light{ dir = 1 @@ -2424,22 +2424,22 @@ pixel_y = 22 }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor6) "fI" = ( /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 5 + dir = 5; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor6) "fJ" = ( /obj/effect/floor_decal/corner/blue/border{ - icon_state = "bordercolor"; - dir = 9 + dir = 9; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/bridge) @@ -2449,8 +2449,8 @@ pixel_y = 22 }, /obj/effect/floor_decal/corner/blue/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/bridge) @@ -2462,32 +2462,32 @@ pixel_y = 32 }, /obj/machinery/power/terminal{ - icon_state = "term"; - dir = 1 + dir = 1; + icon_state = "term" }, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + d2 = 2; + icon_state = "0-2" }, /obj/effect/floor_decal/corner/blue/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/bridge) "fM" = ( /obj/structure/table/steel_reinforced, /obj/effect/floor_decal/corner/blue/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/bridge) "fN" = ( /obj/structure/table/steel_reinforced, /obj/effect/floor_decal/corner/blue/border{ - icon_state = "bordercolor"; - dir = 5 + dir = 5; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/bridge) @@ -2495,30 +2495,30 @@ /obj/machinery/door/firedoor/glass, /obj/machinery/door/airlock/maintenance/common, /obj/machinery/atmospherics/pipe/simple/hidden/fuel{ - icon_state = "intact-fuel"; - dir = 4 + dir = 4; + icon_state = "intact-fuel" }, /turf/simulated/floor, /area/ship/expe/engines2) "fP" = ( /obj/machinery/atmospherics/pipe/simple/hidden/fuel{ - icon_state = "intact-fuel"; - dir = 4 + dir = 4; + icon_state = "intact-fuel" }, /turf/simulated/floor, /area/ship/expe/maintenancerim) "fQ" = ( /obj/machinery/light/small, /obj/machinery/atmospherics/pipe/simple/hidden/fuel{ - icon_state = "intact-fuel"; - dir = 4 + dir = 4; + icon_state = "intact-fuel" }, /turf/simulated/floor, /area/ship/expe/maintenancerim) "fR" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/fuel{ - icon_state = "map-fuel"; - dir = 1 + dir = 1; + icon_state = "map-fuel" }, /obj/structure/cable{ d1 = 2; @@ -2529,8 +2529,8 @@ /area/ship/expe/maintenancerim) "fS" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/fuel{ - icon_state = "map-fuel"; - dir = 4 + dir = 4; + icon_state = "map-fuel" }, /turf/simulated/floor, /area/ship/expe/engines2) @@ -2557,15 +2557,15 @@ /area/ship/expe/engines) "fV" = ( /obj/machinery/atmospherics/pipe/simple/hidden/fuel{ - icon_state = "intact-fuel"; - dir = 4 + dir = 4; + icon_state = "intact-fuel" }, /turf/simulated/wall/rpshull, /area/ship/expe/engines2) "fW" = ( /obj/machinery/atmospherics/pipe/simple/hidden/fuel{ - icon_state = "intact-fuel"; - dir = 9 + dir = 9; + icon_state = "intact-fuel" }, /turf/simulated/floor, /area/ship/expe/engines2) @@ -2573,8 +2573,8 @@ /obj/machinery/door/firedoor/glass, /obj/machinery/door/airlock/maintenance/common, /obj/machinery/atmospherics/pipe/simple/hidden/fuel{ - icon_state = "intact-fuel"; - dir = 4 + dir = 4; + icon_state = "intact-fuel" }, /obj/structure/cable{ icon_state = "4-8" @@ -2643,8 +2643,8 @@ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ icon_state = "4-8" @@ -2660,12 +2660,12 @@ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/effect/floor_decal/corner_techfloor_grid/full{ - icon_state = "corner_techfloor_grid_full"; - dir = 8 + dir = 8; + icon_state = "corner_techfloor_grid_full" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor3) @@ -2686,37 +2686,37 @@ icon_state = "2-4" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor3) "gg" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ icon_state = "4-8" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor3) "gh" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ icon_state = "4-8" @@ -2725,8 +2725,8 @@ dir = 1 }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /obj/structure/closet/walllocker/emerglocker/north, /turf/simulated/floor/tiled/techfloor, @@ -2743,55 +2743,55 @@ icon_state = "1-4" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor3) "gj" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - icon_state = "map-scrubbers"; - dir = 1 + dir = 1; + icon_state = "map-scrubbers" }, /obj/structure/cable{ icon_state = "4-8" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor3) "gk" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - icon_state = "map-supply"; - dir = 1 + dir = 1; + icon_state = "map-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ icon_state = "4-8" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor3) "gl" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ icon_state = "4-8" @@ -2800,8 +2800,8 @@ dir = 1 }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor3) @@ -2817,19 +2817,19 @@ icon_state = "1-4" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor3) "gn" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 10 + dir = 10; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 10 + dir = 10; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ icon_state = "4-8" @@ -2840,8 +2840,8 @@ icon_state = "2-4" }, /obj/effect/floor_decal/corner_techfloor_grid/full{ - icon_state = "corner_techfloor_grid_full"; - dir = 1 + dir = 1; + icon_state = "corner_techfloor_grid_full" }, /obj/machinery/light{ dir = 1 @@ -2854,8 +2854,8 @@ icon_state = "4-8" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /obj/effect/floor_decal/techfloor, /obj/machinery/door/firedoor/glass, @@ -2872,8 +2872,8 @@ icon_state = "1-4" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 8 + dir = 8; + icon_state = "techfloor_edges" }, /obj/structure/cable{ icon_state = "2-8" @@ -2889,8 +2889,8 @@ /area/ship/expe/corridor4) "gr" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 5 + dir = 5; + icon_state = "intact-supply" }, /obj/structure/cable{ icon_state = "4-8" @@ -2908,12 +2908,12 @@ /area/ship/expe/corridor4) "gs" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 5 + dir = 5; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ icon_state = "4-8" @@ -2923,12 +2923,12 @@ /area/ship/expe/corridor4) "gt" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ icon_state = "4-8" @@ -2940,12 +2940,12 @@ /area/ship/expe/corridor4) "gu" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ icon_state = "4-8" @@ -2961,8 +2961,8 @@ "gv" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ icon_state = "4-8" @@ -2972,12 +2972,12 @@ /area/ship/expe/corridor4) "gw" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ icon_state = "4-8" @@ -2987,8 +2987,8 @@ /area/ship/expe/corridor4) "gx" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, /obj/structure/cable{ @@ -2999,12 +2999,12 @@ /area/ship/expe/corridor4) "gy" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - icon_state = "map-supply"; - dir = 1 + dir = 1; + icon_state = "map-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ icon_state = "2-8" @@ -3019,12 +3019,12 @@ /area/ship/expe/corridor4) "gz" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 9 + dir = 9; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ icon_state = "4-8" @@ -3034,8 +3034,8 @@ /area/ship/expe/corridor4) "gA" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 9 + dir = 9; + icon_state = "intact-supply" }, /obj/structure/cable{ icon_state = "4-8" @@ -3064,8 +3064,8 @@ icon_state = "4-8" }, /obj/effect/floor_decal/corner_techfloor_grid{ - icon_state = "corner_techfloor_grid"; - dir = 8 + dir = 8; + icon_state = "corner_techfloor_grid" }, /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 4 @@ -3074,8 +3074,8 @@ /area/ship/expe/corridor6) "gE" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 10 + dir = 10; + icon_state = "intact-supply" }, /obj/structure/cable{ icon_state = "2-8" @@ -3085,34 +3085,34 @@ icon_state = "tube1" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 4 + dir = 4; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor6) "gF" = ( /obj/machinery/light{ - icon_state = "tube1"; - dir = 8 + dir = 8; + icon_state = "tube1" }, /obj/effect/floor_decal/corner/blue/border{ - icon_state = "bordercolor"; - dir = 8 + dir = 8; + icon_state = "bordercolor" }, /obj/structure/closet/walllocker/emerglocker/west, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/bridge) "gG" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 6 + dir = 6; + icon_state = "intact-supply" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/bridge) "gH" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/structure/cable{ d1 = 1; @@ -3123,8 +3123,8 @@ /area/ship/expe/bridge) "gI" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/bridge) @@ -3134,15 +3134,15 @@ }, /obj/structure/table/steel_reinforced, /obj/effect/floor_decal/corner/blue/border{ - icon_state = "bordercolor"; - dir = 4 + dir = 4; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/bridge) "gK" = ( /obj/machinery/atmospherics/pipe/simple/hidden/fuel{ - icon_state = "intact-fuel"; - dir = 4 + dir = 4; + icon_state = "intact-fuel" }, /obj/structure/cable{ icon_state = "4-8" @@ -3161,8 +3161,8 @@ /area/ship/expe/corridor1) "gM" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - icon_state = "map-supply"; - dir = 4 + dir = 4; + icon_state = "map-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/fuel, @@ -3264,15 +3264,15 @@ icon_state = "1-2" }, /obj/effect/floor_decal/corner_techfloor_grid/full{ - icon_state = "corner_techfloor_grid_full"; - dir = 4 + dir = 4; + icon_state = "corner_techfloor_grid_full" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor3) "ha" = ( /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /obj/effect/floor_decal/techfloor, /obj/machinery/door/firedoor/glass, @@ -3281,8 +3281,8 @@ /area/ship/expe/corridor3) "hb" = ( /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 8 + dir = 8; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor4) @@ -3292,8 +3292,8 @@ icon_state = "tube1" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 4 + dir = 4; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor4) @@ -3326,16 +3326,16 @@ dir = 4 }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 8 + dir = 8; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor6) "hj" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 10 + dir = 10; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ d1 = 1; @@ -3343,34 +3343,34 @@ icon_state = "1-2" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 4 + dir = 4; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor6) "hk" = ( /obj/effect/floor_decal/corner/blue/border{ - icon_state = "bordercolor"; - dir = 8 + dir = 8; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/bridge) "hl" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 6 + dir = 6; + icon_state = "intact-scrubbers" }, /obj/structure/bed/chair/bay/comfy{ - icon_state = "bay_comfychair_preview"; - dir = 4 + dir = 4; + icon_state = "bay_comfychair_preview" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/bridge) "hm" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ d1 = 1; @@ -3378,19 +3378,19 @@ icon_state = "1-2" }, /obj/machinery/computer/ship/helm{ - icon_state = "computer"; - dir = 8 + dir = 8; + icon_state = "computer" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/bridge) "hn" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/structure/bed/chair/bay/comfy{ - icon_state = "bay_comfychair_preview"; - dir = 4 + dir = 4; + icon_state = "bay_comfychair_preview" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/bridge) @@ -3403,8 +3403,8 @@ throwpass = 1 }, /obj/effect/floor_decal/corner/blue/border{ - icon_state = "bordercolor"; - dir = 4 + dir = 4; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/bridge) @@ -3424,16 +3424,16 @@ /area/ship/expe/corridor1) "hr" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - icon_state = "map-supply"; - dir = 4 + dir = 4; + icon_state = "map-supply" }, /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - icon_state = "map-scrubbers"; - dir = 4 + dir = 4; + icon_state = "map-scrubbers" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 5 + dir = 5; + icon_state = "techfloor_edges" }, /obj/machinery/atmospherics/pipe/simple/hidden/fuel, /turf/simulated/floor/tiled/techfloor, @@ -3447,16 +3447,16 @@ pixel_x = 24 }, /obj/machinery/power/terminal{ - icon_state = "term"; - dir = 4 + dir = 4; + icon_state = "term" }, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + d2 = 2; + icon_state = "0-2" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 4 + dir = 4; + icon_state = "techfloor_edges" }, /obj/machinery/atmospherics/pipe/simple/hidden/fuel, /turf/simulated/floor/tiled/techfloor, @@ -3464,8 +3464,8 @@ "ht" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - icon_state = "map-scrubbers"; - dir = 4 + dir = 4; + icon_state = "map-scrubbers" }, /obj/structure/cable{ d1 = 1; @@ -3473,16 +3473,16 @@ icon_state = "1-2" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 4 + dir = 4; + icon_state = "techfloor_edges" }, /obj/machinery/atmospherics/pipe/simple/hidden/fuel, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor1) "hu" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - icon_state = "map-supply"; - dir = 4 + dir = 4; + icon_state = "map-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/structure/cable{ @@ -3491,8 +3491,8 @@ icon_state = "1-2" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 4 + dir = 4; + icon_state = "techfloor_edges" }, /obj/machinery/atmospherics/pipe/simple/hidden/fuel, /turf/simulated/floor/tiled/techfloor, @@ -3509,8 +3509,8 @@ icon_state = "2-8" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 4 + dir = 4; + icon_state = "techfloor_edges" }, /obj/machinery/atmospherics/pipe/simple/hidden/fuel, /turf/simulated/floor/tiled/techfloor, @@ -3522,16 +3522,16 @@ icon_state = "1-2" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 4 + dir = 4; + icon_state = "techfloor_edges" }, /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - icon_state = "map-scrubbers"; - dir = 4 + dir = 4; + icon_state = "map-scrubbers" }, /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - icon_state = "map-supply"; - dir = 4 + dir = 4; + icon_state = "map-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/fuel, /turf/simulated/floor/tiled/techfloor, @@ -3545,8 +3545,8 @@ icon_state = "1-4" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 4 + dir = 4; + icon_state = "techfloor_edges" }, /obj/structure/cable{ d1 = 1; @@ -3606,8 +3606,8 @@ icon_state = "tube1" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 4 + dir = 4; + icon_state = "techfloor_edges" }, /obj/structure/cable{ d1 = 1; @@ -3658,27 +3658,27 @@ pixel_y = 32 }, /obj/machinery/power/terminal{ - icon_state = "term"; - dir = 1 + dir = 1; + icon_state = "term" }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + d2 = 4; + icon_state = "0-4" }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 9 + dir = 9; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 9 + dir = 9; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/engineeringstorage) "hN" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 6 + dir = 6; + icon_state = "intact-supply" }, /obj/machinery/alarm{ frequency = 1441; @@ -3688,23 +3688,23 @@ icon_state = "4-8" }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 1 + dir = 1; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/engineeringstorage) "hO" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 6 + dir = 6; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ icon_state = "4-8" @@ -3713,67 +3713,67 @@ dir = 1 }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 1 + dir = 1; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/engineeringstorage) "hP" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ icon_state = "4-8" }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 1 + dir = 1; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/engineeringstorage) "hQ" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ icon_state = "4-8" }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 5 + dir = 5; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 5 + dir = 5; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/engineeringstorage) "hR" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ icon_state = "4-8" @@ -3788,12 +3788,12 @@ /area/ship/expe/engineeringstorage) "hS" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/machinery/alarm{ frequency = 1441; @@ -3803,23 +3803,23 @@ icon_state = "2-8" }, /obj/effect/floor_decal/borderfloorblack/corner{ - icon_state = "borderfloorcorner_black"; - dir = 8 + dir = 8; + icon_state = "borderfloorcorner_black" }, /obj/effect/floor_decal/corner/yellow/bordercorner{ - icon_state = "bordercolorcorner"; - dir = 8 + dir = 8; + icon_state = "bordercolorcorner" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/engineering) "hT" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - icon_state = "map-supply"; - dir = 1 + dir = 1; + icon_state = "map-supply" }, /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - icon_state = "map-scrubbers"; - dir = 1 + dir = 1; + icon_state = "map-scrubbers" }, /obj/machinery/power/apc{ dir = 1; @@ -3828,12 +3828,12 @@ pixel_y = 32 }, /obj/machinery/power/terminal{ - icon_state = "term"; - dir = 1 + dir = 1; + icon_state = "term" }, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + d2 = 2; + icon_state = "0-2" }, /obj/structure/cable{ d1 = 2; @@ -3846,12 +3846,12 @@ /area/ship/expe/engineering) "hU" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ icon_state = "4-8" @@ -3865,12 +3865,12 @@ /area/ship/expe/engineering) "hV" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ icon_state = "4-8" @@ -3881,12 +3881,12 @@ /area/ship/expe/engineering) "hW" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ icon_state = "4-8" @@ -3898,12 +3898,12 @@ /area/ship/expe/engineering) "hX" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ icon_state = "4-8" @@ -3920,12 +3920,12 @@ /area/ship/expe/engineering) "hY" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ icon_state = "4-8" @@ -3961,31 +3961,31 @@ icon_state = "1-4" }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 8 + dir = 8; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 8 + dir = 8; + icon_state = "bordercolor" }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 4 + dir = 4; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 4 + dir = 4; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor4) "ia" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ icon_state = "4-8" @@ -4000,37 +4000,37 @@ /area/ship/expe/sm) "ib" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/hidden/blue{ - icon_state = "intact"; - dir = 6 + dir = 6; + icon_state = "intact" }, /turf/simulated/floor, /area/ship/expe/sm) "ic" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/hidden/blue{ - icon_state = "intact"; - dir = 8 + dir = 8; + icon_state = "intact" }, /obj/machinery/door/firedoor/glass, /obj/machinery/door/airlock/engineering{ @@ -4040,12 +4040,12 @@ /area/ship/expe/sm) "id" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/machinery/power/apc{ dir = 1; @@ -4054,8 +4054,8 @@ pixel_y = 32 }, /obj/machinery/power/terminal{ - icon_state = "term"; - dir = 1 + dir = 1; + icon_state = "term" }, /obj/structure/cable{ d2 = 8; @@ -4065,8 +4065,8 @@ icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/hidden/blue{ - icon_state = "intact"; - dir = 8 + dir = 8; + icon_state = "intact" }, /turf/simulated/floor, /area/ship/expe/sm) @@ -4075,15 +4075,15 @@ icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/hidden/blue{ - icon_state = "intact"; - dir = 8 + dir = 8; + icon_state = "intact" }, /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 1 }, /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - icon_state = "map-scrubbers"; - dir = 1 + dir = 1; + icon_state = "map-scrubbers" }, /obj/structure/cable{ icon_state = "2-8" @@ -4093,19 +4093,19 @@ /area/ship/expe/sm) "if" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/hidden/blue{ - icon_state = "intact"; - dir = 8 + dir = 8; + icon_state = "intact" }, /obj/machinery/light{ dir = 1 @@ -4117,15 +4117,15 @@ icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/hidden/blue{ - icon_state = "intact"; - dir = 8 + dir = 8; + icon_state = "intact" }, /obj/structure/cable{ icon_state = "2-8" @@ -4134,19 +4134,19 @@ /area/ship/expe/sm) "ih" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/hidden/blue{ - icon_state = "intact"; - dir = 8 + dir = 8; + icon_state = "intact" }, /turf/simulated/floor, /area/ship/expe/sm) @@ -4161,8 +4161,8 @@ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/hidden/blue{ - icon_state = "intact"; - dir = 8 + dir = 8; + icon_state = "intact" }, /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 1 @@ -4171,66 +4171,66 @@ /area/ship/expe/sm) "ij" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/structure/cable{ icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/hidden/blue{ - icon_state = "intact"; - dir = 8 + dir = 8; + icon_state = "intact" }, /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - icon_state = "map-scrubbers"; - dir = 1 + dir = 1; + icon_state = "map-scrubbers" }, /turf/simulated/floor, /area/ship/expe/sm) "ik" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 10 + dir = 10; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 10 + dir = 10; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/manifold/hidden/blue{ - icon_state = "map"; - dir = 1 + dir = 1; + icon_state = "map" }, /turf/simulated/floor, /area/ship/expe/sm) "il" = ( /obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{ - icon_state = "intact"; - dir = 4 + dir = 4; + icon_state = "intact" }, /obj/machinery/meter, /turf/simulated/wall/r_lead, /area/ship/expe/sm) "im" = ( /obj/machinery/atmospherics/pipe/simple/heat_exchanging{ - icon_state = "intact"; - dir = 8 + dir = 8; + icon_state = "intact" }, /turf/space, /area/ship/expe/sm) "in" = ( /obj/machinery/atmospherics/pipe/simple/heat_exchanging{ - icon_state = "intact"; - dir = 10 + dir = 10; + icon_state = "intact" }, /turf/space, /area/ship/expe/sm) "io" = ( /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 8 + dir = 8; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor6) @@ -4243,8 +4243,8 @@ icon_state = "1-2" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 4 + dir = 4; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor6) @@ -4275,22 +4275,22 @@ /area/ship/expe/bridge) "iu" = ( /obj/effect/floor_decal/corner/blue/bordercorner{ - icon_state = "bordercolorcorner"; - dir = 4 + dir = 4; + icon_state = "bordercolorcorner" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/bridge) "iv" = ( /obj/machinery/computer/ship/navigation{ - icon_state = "computer"; - dir = 8 + dir = 8; + icon_state = "computer" }, /obj/machinery/light{ dir = 1 }, /obj/effect/floor_decal/corner/blue/border{ - icon_state = "bordercolor"; - dir = 5 + dir = 5; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/bridge) @@ -4298,8 +4298,8 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 4 + dir = 4; + icon_state = "techfloor_edges" }, /obj/structure/cable{ d1 = 1; @@ -4311,8 +4311,8 @@ /area/ship/expe/corridor1) "ix" = ( /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 4 + dir = 4; + icon_state = "techfloor_edges" }, /obj/structure/cable{ d1 = 1; @@ -4329,8 +4329,8 @@ "iy" = ( /obj/machinery/light/small, /obj/machinery/atmospherics/pipe/simple/hidden/fuel{ - icon_state = "intact-fuel"; - dir = 4 + dir = 4; + icon_state = "intact-fuel" }, /obj/structure/cable{ icon_state = "4-8" @@ -4339,8 +4339,8 @@ /area/ship/expe/maintenancerim) "iz" = ( /obj/machinery/atmospherics/pipe/simple/hidden/fuel{ - icon_state = "intact-fuel"; - dir = 4 + dir = 4; + icon_state = "intact-fuel" }, /obj/structure/cable{ icon_state = "4-8" @@ -4349,16 +4349,16 @@ /area/ship/expe/maintenancerim) "iA" = ( /obj/machinery/atmospherics/pipe/cap/visible/scrubbers{ - icon_state = "cap-scrubbers"; - dir = 1 + dir = 1; + icon_state = "cap-scrubbers" }, /obj/machinery/atmospherics/pipe/cap/visible/supply{ - icon_state = "cap-supply"; - dir = 1 + dir = 1; + icon_state = "cap-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/fuel{ - icon_state = "intact-fuel"; - dir = 9 + dir = 9; + icon_state = "intact-fuel" }, /obj/structure/cable{ icon_state = "1-8" @@ -4367,15 +4367,15 @@ /area/ship/expe/maintenancerim) "iB" = ( /obj/machinery/atmospherics/pipe/simple/hidden/fuel{ - icon_state = "intact-fuel"; - dir = 4 + dir = 4; + icon_state = "intact-fuel" }, /turf/simulated/wall/rpshull, /area/ship/expe/engines) "iC" = ( /obj/machinery/atmospherics/pipe/simple/hidden/fuel{ - icon_state = "intact-fuel"; - dir = 10 + dir = 10; + icon_state = "intact-fuel" }, /turf/simulated/floor, /area/ship/expe/engines) @@ -4388,12 +4388,12 @@ name = "taser cabinet" }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 9 + dir = 9; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/red/border{ - icon_state = "bordercolor"; - dir = 9 + dir = 9; + icon_state = "bordercolor" }, /obj/item/weapon/gun/energy/taser, /obj/item/weapon/gun/energy/taser, @@ -4401,12 +4401,12 @@ /area/ship/expe/seceq) "iF" = ( /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 1 + dir = 1; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/red/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/seceq) @@ -4418,8 +4418,8 @@ pixel_y = 24 }, /obj/machinery/power/terminal{ - icon_state = "term"; - dir = 1 + dir = 1; + icon_state = "term" }, /obj/structure/cable{ d2 = 2; @@ -4427,24 +4427,24 @@ pixel_y = 0 }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 1 + dir = 1; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/red/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/seceq) "iH" = ( /obj/structure/table/rack/shelf, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 1 + dir = 1; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/red/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /obj/item/clothing/suit/storage/vest, /turf/simulated/floor/tiled/techfloor, @@ -4456,12 +4456,12 @@ }, /obj/structure/table/rack/shelf, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 5 + dir = 5; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/red/border{ - icon_state = "bordercolor"; - dir = 5 + dir = 5; + icon_state = "bordercolor" }, /obj/item/clothing/suit/storage/vest, /turf/simulated/floor/tiled/techfloor, @@ -4472,12 +4472,12 @@ pixel_y = 22 }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 9 + dir = 9; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/red/border{ - icon_state = "bordercolor"; - dir = 9 + dir = 9; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/secmain) @@ -4489,8 +4489,8 @@ pixel_y = 24 }, /obj/machinery/power/terminal{ - icon_state = "term"; - dir = 1 + dir = 1; + icon_state = "term" }, /obj/structure/cable{ d2 = 2; @@ -4498,24 +4498,24 @@ pixel_y = 0 }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 1 + dir = 1; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/red/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/secmain) "iL" = ( /obj/structure/table/reinforced, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 1 + dir = 1; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/red/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/secmain) @@ -4525,12 +4525,12 @@ /obj/item/weapon/handcuffs, /obj/item/weapon/storage/backpack/satchel/sec, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 1 + dir = 1; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/red/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /obj/item/clothing/under/hephaestus, /obj/item/clothing/suit/armor/vest, @@ -4551,12 +4551,12 @@ "iN" = ( /obj/machinery/vending/security, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 5 + dir = 5; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/red/border{ - icon_state = "bordercolor"; - dir = 5 + dir = 5; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/secmain) @@ -4569,12 +4569,12 @@ pixel_y = 28 }, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 9 + dir = 9; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 9 + dir = 9; + icon_state = "bordercolor" }, /obj/structure/closet/secure_closet/medical1, /turf/simulated/floor/tiled/white, @@ -4582,12 +4582,12 @@ "iQ" = ( /obj/structure/closet/walllocker/emerglocker/north, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 1 + dir = 1; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /obj/machinery/light{ dir = 1 @@ -4600,12 +4600,12 @@ pixel_y = 22 }, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 1 + dir = 1; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/white, /area/ship/expe/medicalchem) @@ -4617,8 +4617,8 @@ pixel_y = 24 }, /obj/machinery/power/terminal{ - icon_state = "term"; - dir = 1 + dir = 1; + icon_state = "term" }, /obj/structure/cable{ d2 = 2; @@ -4626,12 +4626,12 @@ pixel_y = 0 }, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 5 + dir = 5; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 5 + dir = 5; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/white, /area/ship/expe/medicalchem) @@ -4641,92 +4641,92 @@ /area/ship/expe/medicalchem) "iU" = ( /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 9 + dir = 9; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 9 + dir = 9; + icon_state = "bordercolor" }, /obj/structure/closet/walllocker/emerglocker/north, /turf/simulated/floor/tiled/white, /area/ship/expe/medicalmain) "iV" = ( /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 1 + dir = 1; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/white, /area/ship/expe/medicalmain) "iW" = ( /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 1 + dir = 1; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /obj/machinery/light{ dir = 1 }, /obj/machinery/sleep_console{ - icon_state = "sleeperconsole"; - dir = 4 + dir = 4; + icon_state = "sleeperconsole" }, /turf/simulated/floor/tiled/white, /area/ship/expe/medicalmain) "iX" = ( /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 1 + dir = 1; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /obj/machinery/sleeper{ - icon_state = "sleeper_0"; - dir = 4 + dir = 4; + icon_state = "sleeper_0" }, /turf/simulated/floor/tiled/white, /area/ship/expe/medicalmain) "iY" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 1 + dir = 1; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/white, /area/ship/expe/medicalmain) "iZ" = ( /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 1 + dir = 1; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /obj/machinery/atmospherics/unary/freezer, /turf/simulated/floor/tiled/white, /area/ship/expe/medicalmain) "ja" = ( /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 1 + dir = 1; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /obj/machinery/atmospherics/portables_connector, /obj/machinery/portable_atmospherics/canister/oxygen, @@ -4737,12 +4737,12 @@ /area/ship/expe/medicalmain) "jb" = ( /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 1 + dir = 1; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /obj/structure/table/reinforced, /obj/item/weapon/tool/wrench, @@ -4750,12 +4750,12 @@ /area/ship/expe/medicalmain) "jc" = ( /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 5 + dir = 5; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 5 + dir = 5; + icon_state = "bordercolor" }, /obj/machinery/atmospherics/unary/cryo_cell, /turf/simulated/floor/tiled/white, @@ -4766,12 +4766,12 @@ "je" = ( /obj/structure/table/reinforced, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 9 + dir = 9; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 9 + dir = 9; + icon_state = "bordercolor" }, /obj/item/weapon/storage/firstaid/o2, /obj/item/weapon/storage/firstaid/o2, @@ -4781,12 +4781,12 @@ /obj/structure/table/reinforced, /obj/structure/closet/walllocker/emerglocker/north, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 1 + dir = 1; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /obj/item/weapon/storage/firstaid/regular, /obj/item/weapon/storage/firstaid/regular, @@ -4800,12 +4800,12 @@ pixel_y = 22 }, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 1 + dir = 1; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /obj/item/weapon/storage/firstaid/toxin, /obj/item/weapon/storage/firstaid/toxin, @@ -4816,12 +4816,12 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 5 + dir = 5; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 5 + dir = 5; + icon_state = "bordercolor" }, /obj/structure/closet/crate, /obj/item/weapon/storage/box/bloodpacks, @@ -4831,8 +4831,8 @@ /area/ship/expe/medicaleq) "ji" = ( /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 8 + dir = 8; + icon_state = "techfloor_edges" }, /obj/structure/cable{ d1 = 2; @@ -4840,12 +4840,12 @@ icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 6 + dir = 6; + icon_state = "intact-scrubbers" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 6 + dir = 6; + icon_state = "intact-supply" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor4) @@ -4854,15 +4854,15 @@ icon_state = "4-8" }, /obj/effect/floor_decal/corner_techfloor_grid{ - icon_state = "corner_techfloor_grid"; - dir = 4 + dir = 4; + icon_state = "corner_techfloor_grid" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor4) @@ -4870,8 +4870,8 @@ /obj/machinery/door/firedoor/glass, /obj/machinery/door/airlock/maintenance/common, /obj/machinery/atmospherics/pipe/simple/hidden/fuel{ - icon_state = "intact-fuel"; - dir = 4 + dir = 4; + icon_state = "intact-fuel" }, /turf/simulated/floor, /area/ship/expe/engines) @@ -4904,12 +4904,12 @@ /obj/fiftyspawner/uranium, /obj/fiftyspawner/uranium, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 6 + dir = 6; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 6 + dir = 6; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/engineeringstorage) @@ -4920,12 +4920,12 @@ icon_state = "1-4" }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 8 + dir = 8; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 8 + dir = 8; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/engineering) @@ -4941,12 +4941,12 @@ icon_state = "2-8" }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 4 + dir = 4; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 4 + dir = 4; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/engineering) @@ -4970,20 +4970,20 @@ icon_state = "tube1" }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 8 + dir = 8; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 8 + dir = 8; + icon_state = "bordercolor" }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 4 + dir = 4; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 4 + dir = 4; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor4) @@ -4993,22 +4993,22 @@ /area/ship/expe/sm) "jv" = ( /obj/machinery/atmospherics/pipe/simple/hidden/blue{ - icon_state = "intact"; - dir = 5 + dir = 5; + icon_state = "intact" }, /turf/simulated/wall/r_lead, /area/ship/expe/sm) "jw" = ( /obj/machinery/atmospherics/pipe/simple/hidden/blue{ - icon_state = "intact"; - dir = 8 + dir = 8; + icon_state = "intact" }, /turf/simulated/wall/r_lead, /area/ship/expe/sm) "jx" = ( /obj/machinery/atmospherics/pipe/simple/hidden/blue{ - icon_state = "intact"; - dir = 10 + dir = 10; + icon_state = "intact" }, /turf/simulated/floor, /area/ship/expe/sm) @@ -5024,8 +5024,8 @@ /area/ship/expe/sm) "jz" = ( /obj/machinery/power/terminal{ - icon_state = "term"; - dir = 4 + dir = 4; + icon_state = "term" }, /obj/structure/cable{ d2 = 2; @@ -5058,8 +5058,8 @@ /area/ship/expe/sm) "jD" = ( /obj/machinery/atmospherics/pipe/simple/hidden/blue{ - icon_state = "intact"; - dir = 6 + dir = 6; + icon_state = "intact" }, /obj/structure/cable{ icon_state = "2-8" @@ -5075,8 +5075,8 @@ dir = 1 }, /obj/machinery/atmospherics/pipe/simple/hidden/blue{ - icon_state = "intact"; - dir = 8 + dir = 8; + icon_state = "intact" }, /obj/structure/cable{ icon_state = "2-8" @@ -5088,8 +5088,8 @@ /area/ship/expe/sm) "jF" = ( /obj/machinery/atmospherics/binary/pump{ - icon_state = "map_off"; - dir = 4 + dir = 4; + icon_state = "map_off" }, /obj/structure/cable{ icon_state = "2-8" @@ -5101,8 +5101,8 @@ /area/ship/expe/sm) "jG" = ( /obj/machinery/atmospherics/pipe/simple/hidden/blue{ - icon_state = "intact"; - dir = 8 + dir = 8; + icon_state = "intact" }, /obj/structure/cable{ icon_state = "2-8" @@ -5114,8 +5114,8 @@ /area/ship/expe/sm) "jH" = ( /obj/machinery/atmospherics/pipe/simple/hidden/blue{ - icon_state = "intact"; - dir = 8 + dir = 8; + icon_state = "intact" }, /obj/structure/cable{ icon_state = "2-8" @@ -5127,15 +5127,15 @@ dir = 1 }, /obj/machinery/atmospherics/pipe/simple/hidden/blue{ - icon_state = "intact"; - dir = 8 + dir = 8; + icon_state = "intact" }, /turf/simulated/floor, /area/ship/expe/sm) "jJ" = ( /obj/machinery/atmospherics/pipe/simple/hidden/blue{ - icon_state = "intact"; - dir = 8 + dir = 8; + icon_state = "intact" }, /turf/simulated/floor, /area/ship/expe/sm) @@ -5148,8 +5148,8 @@ icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/hidden/blue{ - icon_state = "intact"; - dir = 9 + dir = 9; + icon_state = "intact" }, /turf/simulated/floor, /area/ship/expe/sm) @@ -5160,30 +5160,30 @@ /area/ship/expe/sm) "jM" = ( /obj/machinery/atmospherics/pipe/simple/heat_exchanging{ - icon_state = "intact"; - dir = 6 + dir = 6; + icon_state = "intact" }, /turf/space, /area/ship/expe/sm) "jN" = ( /obj/machinery/atmospherics/pipe/simple/heat_exchanging{ - icon_state = "intact"; - dir = 9 + dir = 9; + icon_state = "intact" }, /turf/space, /area/ship/expe/sm) "jO" = ( /obj/structure/bed/chair/bay/comfy/captain{ - icon_state = "capchair_preview"; - dir = 4 + dir = 4; + icon_state = "capchair_preview" }, /obj/machinery/computer/ship/navigation/telescreen{ pixel_x = -31; pixel_y = 1 }, /obj/effect/floor_decal/corner/blue/border{ - icon_state = "bordercolor"; - dir = 8 + dir = 8; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/bridge) @@ -5191,8 +5191,8 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/item/modular_computer/console{ - icon_state = "console"; - dir = 8 + dir = 8; + icon_state = "console" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/bridge) @@ -5207,19 +5207,19 @@ /area/ship/expe/bridge) "jR" = ( /obj/structure/bed/chair/bay/comfy{ - icon_state = "bay_comfychair_preview"; - dir = 4 + dir = 4; + icon_state = "bay_comfychair_preview" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/bridge) "jS" = ( /obj/machinery/computer/ship/helm{ - icon_state = "computer"; - dir = 8 + dir = 8; + icon_state = "computer" }, /obj/effect/floor_decal/corner/blue/border{ - icon_state = "bordercolor"; - dir = 4 + dir = 4; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/bridge) @@ -5280,12 +5280,12 @@ name = "e-gun cabinet" }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 8 + dir = 8; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/red/border{ - icon_state = "bordercolor"; - dir = 8 + dir = 8; + icon_state = "bordercolor" }, /obj/item/weapon/gun/energy/gun, /obj/item/weapon/gun/energy/gun, @@ -5304,12 +5304,12 @@ /area/ship/expe/seceq) "kg" = ( /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 4 + dir = 4; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/red/border{ - icon_state = "bordercolor"; - dir = 4 + dir = 4; + icon_state = "bordercolor" }, /obj/machinery/light{ dir = 4; @@ -5319,12 +5319,12 @@ /area/ship/expe/seceq) "kh" = ( /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 8 + dir = 8; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/red/border{ - icon_state = "bordercolor"; - dir = 8 + dir = 8; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/secmain) @@ -5347,23 +5347,23 @@ /area/ship/expe/secmain) "kl" = ( /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 4 + dir = 4; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/red/border{ - icon_state = "bordercolor"; - dir = 4 + dir = 4; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/secmain) "km" = ( /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 8 + dir = 8; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 8 + dir = 8; + icon_state = "bordercolor" }, /obj/structure/table/reinforced, /obj/machinery/chemical_dispenser, @@ -5376,12 +5376,12 @@ /area/ship/expe/medicalchem) "ko" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 6 + dir = 6; + icon_state = "intact-scrubbers" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 6 + dir = 6; + icon_state = "intact-supply" }, /turf/simulated/floor/tiled/white, /area/ship/expe/medicalchem) @@ -5390,8 +5390,8 @@ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/structure/cable{ d1 = 1; @@ -5399,12 +5399,12 @@ icon_state = "1-4" }, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 4 + dir = 4; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 4 + dir = 4; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/white, /area/ship/expe/medicalchem) @@ -5417,8 +5417,8 @@ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/structure/cable{ icon_state = "4-8" @@ -5430,19 +5430,19 @@ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/structure/cable{ icon_state = "4-8" }, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 8 + dir = 8; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 8 + dir = 8; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/white, /area/ship/expe/medicalmain) @@ -5451,8 +5451,8 @@ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/structure/cable{ icon_state = "4-8" @@ -5464,15 +5464,15 @@ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /turf/simulated/floor/tiled/white, /area/ship/expe/medicalmain) "ku" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - icon_state = "map-scrubbers"; - dir = 4 + dir = 4; + icon_state = "map-scrubbers" }, /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 1 @@ -5490,8 +5490,8 @@ /area/ship/expe/medicalmain) "kw" = ( /obj/machinery/atmospherics/pipe/simple/hidden/blue{ - icon_state = "intact"; - dir = 5 + dir = 5; + icon_state = "intact" }, /turf/simulated/floor/tiled/white, /area/ship/expe/medicalmain) @@ -5501,23 +5501,23 @@ /area/ship/expe/medicalmain) "ky" = ( /obj/machinery/atmospherics/pipe/simple/hidden/blue{ - icon_state = "intact"; - dir = 8 + dir = 8; + icon_state = "intact" }, /turf/simulated/floor/tiled/white, /area/ship/expe/medicalmain) "kz" = ( /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 4 + dir = 4; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 4 + dir = 4; + icon_state = "bordercolor" }, /obj/machinery/atmospherics/pipe/simple/hidden/blue{ - icon_state = "intact"; - dir = 9 + dir = 9; + icon_state = "intact" }, /obj/machinery/vending/wallmed1{ layer = 3.3; @@ -5530,12 +5530,12 @@ "kA" = ( /obj/structure/table/reinforced, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 8 + dir = 8; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 8 + dir = 8; + icon_state = "bordercolor" }, /obj/item/weapon/storage/firstaid/fire, /obj/item/weapon/storage/firstaid/fire, @@ -5552,23 +5552,23 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 4 + dir = 4; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 4 + dir = 4; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/white, /area/ship/expe/medicaleq) "kE" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ d1 = 1; @@ -5576,12 +5576,12 @@ icon_state = "1-4" }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 4 + dir = 4; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 4 + dir = 4; + icon_state = "bordercolor" }, /obj/structure/cable{ d1 = 2; @@ -5595,12 +5595,12 @@ /area/ship/expe/engineeringequipment) "kG" = ( /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 8 + dir = 8; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 8 + dir = 8; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/engineering) @@ -5613,12 +5613,12 @@ icon_state = "1-2" }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 4 + dir = 4; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 4 + dir = 4; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/engineering) @@ -5630,20 +5630,20 @@ pixel_y = 32 }, /obj/machinery/power/terminal{ - icon_state = "term"; - dir = 1 + dir = 1; + icon_state = "term" }, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + d2 = 2; + icon_state = "0-2" }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 9 + dir = 9; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 9 + dir = 9; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/engineeringpower) @@ -5653,12 +5653,12 @@ pixel_y = 22 }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 1 + dir = 1; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/engineeringpower) @@ -5667,24 +5667,24 @@ dir = 1 }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 1 + dir = 1; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /obj/structure/closet/radiation, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/engineeringpower) "kL" = ( /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 1 + dir = 1; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /obj/structure/closet/walllocker/emerglocker/north, /obj/structure/closet/radiation, @@ -5692,12 +5692,12 @@ /area/ship/expe/engineeringpower) "kM" = ( /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 1 + dir = 1; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/engineeringpower) @@ -5706,36 +5706,36 @@ dir = 1 }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 1 + dir = 1; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/engineeringpower) "kO" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 1 + dir = 1; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/engineeringpower) "kP" = ( /obj/machinery/atmospherics/unary/vent_pump/on, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 5 + dir = 5; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 5 + dir = 5; + icon_state = "bordercolor" }, /obj/machinery/telecomms/allinone, /turf/simulated/floor/tiled/techfloor, @@ -5749,41 +5749,41 @@ icon_state = "1-2" }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 8 + dir = 8; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 8 + dir = 8; + icon_state = "bordercolor" }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 4 + dir = 4; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 4 + dir = 4; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor4) "kR" = ( /obj/machinery/atmospherics/portables_connector{ - icon_state = "map_connector"; - dir = 4 + dir = 4; + icon_state = "map_connector" }, /turf/simulated/floor, /area/ship/expe/sm) "kS" = ( /obj/machinery/atmospherics/binary/pump/high_power{ - icon_state = "map_off"; - dir = 4 + dir = 4; + icon_state = "map_off" }, /turf/simulated/floor, /area/ship/expe/sm) "kT" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/blue{ - icon_state = "map"; - dir = 4 + dir = 4; + icon_state = "map" }, /turf/simulated/floor, /area/ship/expe/sm) @@ -5847,12 +5847,12 @@ /area/ship/expe/sm) "lc" = ( /obj/machinery/atmospherics/pipe/cap/visible/supply{ - icon_state = "cap-supply"; - dir = 1 + dir = 1; + icon_state = "cap-supply" }, /obj/machinery/atmospherics/pipe/cap/visible/scrubbers{ - icon_state = "cap-scrubbers"; - dir = 1 + dir = 1; + icon_state = "cap-scrubbers" }, /obj/structure/cable{ d1 = 1; @@ -5863,15 +5863,15 @@ /area/ship/expe/sm) "ld" = ( /obj/machinery/atmospherics/pipe/simple/heat_exchanging{ - icon_state = "intact"; - dir = 5 + dir = 5; + icon_state = "intact" }, /turf/space, /area/ship/expe/sm) "le" = ( /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 8 + dir = 8; + icon_state = "techfloor_edges" }, /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 4 @@ -5880,8 +5880,8 @@ /area/ship/expe/corridor6) "lf" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - icon_state = "map-supply"; - dir = 4 + dir = 4; + icon_state = "map-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/structure/cable{ @@ -5890,24 +5890,28 @@ icon_state = "1-2" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 4 + dir = 4; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor6) "lg" = ( /obj/effect/floor_decal/corner/blue/bordercorner, +/obj/structure/panic_button{ + pixel_x = 32; + pixel_y = -32 + }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/bridge) "lh" = ( /obj/machinery/computer/ship/sensors{ - icon_state = "computer"; - dir = 8 + dir = 8; + icon_state = "computer" }, /obj/machinery/light, /obj/effect/floor_decal/corner/blue/border{ - icon_state = "bordercolor"; - dir = 6 + dir = 6; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/bridge) @@ -5949,12 +5953,12 @@ /area/ship/expe/corridor1) "ln" = ( /obj/effect/floor_decal/borderfloorblack/corner{ - icon_state = "borderfloorcorner_black"; - dir = 8 + dir = 8; + icon_state = "borderfloorcorner_black" }, /obj/effect/floor_decal/industrial/danger/corner{ - icon_state = "dangercorner"; - dir = 1 + dir = 1; + icon_state = "dangercorner" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/hangar) @@ -5962,12 +5966,12 @@ /obj/structure/table/rack/shelf, /obj/item/weapon/storage/box/holobadge, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 8 + dir = 8; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/red/border{ - icon_state = "bordercolor"; - dir = 8 + dir = 8; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/seceq) @@ -5982,12 +5986,12 @@ /obj/item/weapon/storage/box/handcuffs, /obj/item/weapon/storage/box/handcuffs, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 4 + dir = 4; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/red/border{ - icon_state = "bordercolor"; - dir = 4 + dir = 4; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/seceq) @@ -5997,27 +6001,27 @@ /area/ship/expe/secmain) "ls" = ( /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 8 + dir = 8; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/red/border{ - icon_state = "bordercolor"; - dir = 8 + dir = 8; + icon_state = "bordercolor" }, /obj/machinery/light{ - icon_state = "tube1"; - dir = 8 + dir = 8; + icon_state = "tube1" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/secmain) "lt" = ( /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 4 + dir = 4; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/red/border{ - icon_state = "bordercolor"; - dir = 4 + dir = 4; + icon_state = "bordercolor" }, /obj/machinery/light{ dir = 4; @@ -6027,20 +6031,20 @@ /area/ship/expe/secmain) "lu" = ( /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 8 + dir = 8; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 8 + dir = 8; + icon_state = "bordercolor" }, /obj/machinery/chem_master, /turf/simulated/floor/tiled/white, /area/ship/expe/medicalchem) "lv" = ( /obj/structure/bed/chair/office/light{ - icon_state = "officechair_white"; - dir = 8 + dir = 8; + icon_state = "officechair_white" }, /turf/simulated/floor/tiled/white, /area/ship/expe/medicalchem) @@ -6051,12 +6055,12 @@ /area/ship/expe/medicalchem) "lx" = ( /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 4 + dir = 4; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 4 + dir = 4; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/white, /area/ship/expe/medicalchem) @@ -6066,12 +6070,12 @@ /area/ship/expe/medicalchem) "lz" = ( /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 8 + dir = 8; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 8 + dir = 8; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/white, /area/ship/expe/medicalmain) @@ -6080,15 +6084,15 @@ /area/ship/expe/medicalmain) "lB" = ( /obj/machinery/sleep_console{ - icon_state = "sleeperconsole"; - dir = 4 + dir = 4; + icon_state = "sleeperconsole" }, /turf/simulated/floor/tiled/white, /area/ship/expe/medicalmain) "lC" = ( /obj/machinery/sleeper{ - icon_state = "sleeper_0"; - dir = 4 + dir = 4; + icon_state = "sleeper_0" }, /turf/simulated/floor/tiled/white, /area/ship/expe/medicalmain) @@ -6104,12 +6108,12 @@ /area/ship/expe/medicalmain) "lE" = ( /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 4 + dir = 4; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 4 + dir = 4; + icon_state = "bordercolor" }, /obj/machinery/light{ dir = 4; @@ -6120,12 +6124,12 @@ "lF" = ( /obj/structure/table/reinforced, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 8 + dir = 8; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 8 + dir = 8; + icon_state = "bordercolor" }, /obj/item/weapon/storage/firstaid/adv, /obj/item/weapon/storage/firstaid/adv, @@ -6144,12 +6148,12 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 4 + dir = 4; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 4 + dir = 4; + icon_state = "bordercolor" }, /obj/structure/table/reinforced, /obj/item/weapon/soap/syndie, @@ -6158,12 +6162,12 @@ "lI" = ( /obj/machinery/atmospherics/unary/vent_pump/on, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 9 + dir = 9; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 9 + dir = 9; + icon_state = "bordercolor" }, /obj/structure/dispenser/oxygen, /turf/simulated/floor/tiled/techfloor, @@ -6171,12 +6175,12 @@ "lJ" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 1 + dir = 1; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /obj/structure/closet/walllocker/emerglocker/north, /obj/machinery/portable_atmospherics/canister/oxygen, @@ -6187,12 +6191,12 @@ dir = 1 }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 1 + dir = 1; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /obj/structure/closet/secure_closet/engineering_welding, /turf/simulated/floor/tiled/techfloor, @@ -6203,12 +6207,12 @@ pixel_y = 22 }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 1 + dir = 1; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /obj/structure/closet/secure_closet/engineering_electrical, /turf/simulated/floor/tiled/techfloor, @@ -6221,20 +6225,20 @@ pixel_y = 32 }, /obj/machinery/power/terminal{ - icon_state = "term"; - dir = 1 + dir = 1; + icon_state = "term" }, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + d2 = 2; + icon_state = "0-2" }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 5 + dir = 5; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 5 + dir = 5; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/engineeringequipment) @@ -6245,12 +6249,12 @@ icon_state = "1-2" }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 8 + dir = 8; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 8 + dir = 8; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/engineeringpower) @@ -6273,19 +6277,19 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/pipedispenser/disposal, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 4 + dir = 4; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 4 + dir = 4; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/engineeringpower) "lT" = ( /obj/machinery/atmospherics/binary/pump/high_power{ - icon_state = "map_off"; - dir = 8 + dir = 8; + icon_state = "map_off" }, /turf/simulated/floor, /area/ship/expe/sm) @@ -6332,16 +6336,16 @@ /obj/structure/grille, /obj/structure/window/phoronreinforced/full, /obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{ - icon_state = "intact"; - dir = 4 + dir = 4; + icon_state = "intact" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/sm) "ma" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - icon_state = "map-scrubbers"; - dir = 4 + dir = 4; + icon_state = "map-scrubbers" }, /obj/structure/cable{ d1 = 1; @@ -6349,8 +6353,8 @@ icon_state = "1-2" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 4 + dir = 4; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor6) @@ -6358,8 +6362,8 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/structure/bed/chair/bay/comfy{ - icon_state = "bay_comfychair_preview"; - dir = 4 + dir = 4; + icon_state = "bay_comfychair_preview" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/bridge) @@ -6370,19 +6374,19 @@ icon_state = "1-2" }, /obj/machinery/computer/ship/sensors{ - icon_state = "computer"; - dir = 8 + dir = 8; + icon_state = "computer" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/bridge) "md" = ( /obj/item/modular_computer/console{ - icon_state = "console"; - dir = 8 + dir = 8; + icon_state = "console" }, /obj/effect/floor_decal/corner/blue/border{ - icon_state = "bordercolor"; - dir = 4 + dir = 4; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/bridge) @@ -6391,23 +6395,23 @@ dir = 8 }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 4 + dir = 4; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/industrial/danger{ - icon_state = "danger"; - dir = 4 + dir = 4; + icon_state = "danger" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/hangar) "mf" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 6 + dir = 6; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 6 + dir = 6; + icon_state = "intact-scrubbers" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/hangar) @@ -6416,71 +6420,71 @@ dir = 8 }, /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - icon_state = "map-scrubbers"; - dir = 8 + dir = 8; + icon_state = "map-scrubbers" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/hangar) "mh" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 9 + dir = 9; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor1) "mi" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - icon_state = "map-scrubbers"; - dir = 1 + dir = 1; + icon_state = "map-scrubbers" }, /obj/machinery/light{ dir = 1 }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor1) "mj" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - icon_state = "map-supply"; - dir = 1 + dir = 1; + icon_state = "map-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor1) "mk" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor1) @@ -6493,23 +6497,23 @@ icon_state = "1-2" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor1) "mm" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /obj/structure/closet/walllocker/emerglocker/north, /obj/machinery/light{ @@ -6522,24 +6526,24 @@ dir = 4 }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 8 + dir = 8; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/industrial/danger{ - icon_state = "danger"; - dir = 8 + dir = 8; + icon_state = "danger" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/hangar) "mo" = ( /obj/structure/table/rack/shelf, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 8 + dir = 8; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/red/border{ - icon_state = "bordercolor"; - dir = 8 + dir = 8; + icon_state = "bordercolor" }, /obj/item/clothing/accessory/armor/armorplate, /obj/item/clothing/accessory/armor/armorplate, @@ -6573,12 +6577,12 @@ icon_state = "4-8" }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 4 + dir = 4; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/red/border{ - icon_state = "bordercolor"; - dir = 4 + dir = 4; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/seceq) @@ -6597,12 +6601,12 @@ icon_state = "4-8" }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 10 + dir = 10; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/red/border{ - icon_state = "bordercolor"; - dir = 10 + dir = 10; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/secmain) @@ -6637,12 +6641,12 @@ icon_state = "2-8" }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 6 + dir = 6; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/red/border{ - icon_state = "bordercolor"; - dir = 6 + dir = 6; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/secmain) @@ -6650,36 +6654,36 @@ /obj/structure/table/reinforced, /obj/machinery/chemical_dispenser, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 8 + dir = 8; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 8 + dir = 8; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/white, /area/ship/expe/medicalchem) "my" = ( /obj/structure/table/reinforced, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 4 + dir = 4; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 4 + dir = 4; + icon_state = "bordercolor" }, /obj/item/weapon/storage/box/pillbottles, /turf/simulated/floor/tiled/white, /area/ship/expe/medicalchem) "mz" = ( /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 8 + dir = 8; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 8 + dir = 8; + icon_state = "bordercolor" }, /obj/machinery/alarm{ dir = 4; @@ -6709,12 +6713,12 @@ /area/ship/expe/medicalmain) "mC" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 5 + dir = 5; + icon_state = "intact-scrubbers" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 5 + dir = 5; + icon_state = "intact-supply" }, /obj/structure/cable{ icon_state = "4-8" @@ -6728,8 +6732,8 @@ /area/ship/expe/medicalmain) "mD" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - icon_state = "map-scrubbers"; - dir = 1 + dir = 1; + icon_state = "map-scrubbers" }, /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 1 @@ -6746,8 +6750,8 @@ /area/ship/expe/medicalmain) "mE" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - icon_state = "map-scrubbers"; - dir = 1 + dir = 1; + icon_state = "map-scrubbers" }, /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 1 @@ -6756,12 +6760,12 @@ icon_state = "4-8" }, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 4 + dir = 4; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 4 + dir = 4; + icon_state = "bordercolor" }, /obj/structure/cable{ icon_state = "2-8" @@ -6777,8 +6781,8 @@ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/structure/cable{ icon_state = "4-8" @@ -6790,19 +6794,19 @@ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/structure/cable{ icon_state = "4-8" }, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 8 + dir = 8; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 8 + dir = 8; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/white, /area/ship/expe/medicaleq) @@ -6811,8 +6815,8 @@ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/structure/cable{ icon_state = "2-8" @@ -6828,20 +6832,20 @@ /area/ship/expe/medicaleq) "mJ" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 9 + dir = 9; + icon_state = "intact-scrubbers" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 9 + dir = 9; + icon_state = "intact-supply" }, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 4 + dir = 4; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 4 + dir = 4; + icon_state = "bordercolor" }, /obj/structure/table/reinforced, /obj/item/weapon/storage/box/cdeathalarm_kit, @@ -6863,12 +6867,12 @@ "mM" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 8 + dir = 8; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 8 + dir = 8; + icon_state = "bordercolor" }, /obj/machinery/firealarm{ pixel_x = -28; @@ -6878,30 +6882,30 @@ /area/ship/expe/engineeringequipment) "mN" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 5 + dir = 5; + icon_state = "intact-scrubbers" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/engineeringequipment) "mO" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 6 + dir = 6; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/engineeringequipment) "mP" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - icon_state = "map-scrubbers"; - dir = 1 + dir = 1; + icon_state = "map-scrubbers" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/engineeringequipment) @@ -6917,12 +6921,12 @@ /area/ship/expe/engineeringequipment) "mR" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ icon_state = "4-8" @@ -6937,34 +6941,34 @@ /area/ship/expe/engineeringequipment) "mS" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ icon_state = "4-8" }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 8 + dir = 8; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 8 + dir = 8; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/engineering) "mT" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - icon_state = "map-supply"; - dir = 4 + dir = 4; + icon_state = "map-supply" }, /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - icon_state = "map-scrubbers"; - dir = 4 + dir = 4; + icon_state = "map-scrubbers" }, /obj/structure/cable{ d1 = 1; @@ -6975,12 +6979,12 @@ icon_state = "2-8" }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 4 + dir = 4; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 4 + dir = 4; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/engineering) @@ -6996,12 +7000,12 @@ icon_state = "2-4" }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 8 + dir = 8; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 8 + dir = 8; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/engineeringpower) @@ -7022,12 +7026,12 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/pipedispenser, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 4 + dir = 4; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 4 + dir = 4; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/engineeringpower) @@ -7038,22 +7042,22 @@ pixel_y = 0 }, /obj/machinery/atmospherics/pipe/simple/hidden/blue{ - icon_state = "intact"; - dir = 6 + dir = 6; + icon_state = "intact" }, /turf/simulated/floor, /area/ship/expe/sm) "mZ" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/blue{ - icon_state = "map"; - dir = 1 + dir = 1; + icon_state = "map" }, /turf/simulated/floor, /area/ship/expe/sm) "na" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/blue{ - icon_state = "map"; - dir = 4 + dir = 4; + icon_state = "map" }, /obj/machinery/meter, /turf/simulated/floor, @@ -7095,8 +7099,8 @@ "ng" = ( /obj/structure/grille, /obj/machinery/atmospherics/pipe/simple/hidden/blue{ - icon_state = "intact"; - dir = 8 + dir = 8; + icon_state = "intact" }, /obj/machinery/door/blast/regular{ id = "SuperMatterDoors" @@ -7106,20 +7110,20 @@ /area/ship/expe/sm) "nh" = ( /obj/machinery/atmospherics/pipe/simple/hidden/blue{ - icon_state = "intact"; - dir = 8 + dir = 8; + icon_state = "intact" }, /obj/machinery/meter, /turf/simulated/floor, /area/ship/expe/sm) "ni" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - icon_state = "map-supply"; - dir = 8 + dir = 8; + icon_state = "map-supply" }, /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - icon_state = "map-scrubbers"; - dir = 8 + dir = 8; + icon_state = "map-scrubbers" }, /obj/structure/cable{ d1 = 1; @@ -7132,19 +7136,19 @@ icon_state = "1-4" }, /obj/effect/floor_decal/corner/blue/border{ - icon_state = "bordercolor"; - dir = 4 + dir = 4; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor6) "nj" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ icon_state = "4-8" @@ -7158,27 +7162,27 @@ /area/ship/expe/bridge) "nk" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ icon_state = "4-8" }, /obj/effect/floor_decal/corner/blue/border{ - icon_state = "bordercolor"; - dir = 8 + dir = 8; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/bridge) "nl" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/supply, /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - icon_state = "map-scrubbers"; - dir = 4 + dir = 4; + icon_state = "map-scrubbers" }, /obj/structure/cable{ icon_state = "4-8" @@ -7187,8 +7191,8 @@ /area/ship/expe/bridge) "nm" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 10 + dir = 10; + icon_state = "intact-supply" }, /obj/structure/cable{ icon_state = "1-8" @@ -7204,12 +7208,12 @@ dir = 8 }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 4 + dir = 4; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/industrial/danger{ - icon_state = "danger"; - dir = 4 + dir = 4; + icon_state = "danger" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/hangar) @@ -7218,15 +7222,15 @@ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/hangar) "nq" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - icon_state = "map-scrubbers"; - dir = 1 + dir = 1; + icon_state = "map-scrubbers" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -7235,19 +7239,19 @@ /area/ship/expe/hangar) "nr" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - icon_state = "map-supply"; - dir = 1 + dir = 1; + icon_state = "map-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/hangar) "ns" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 10 + dir = 10; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 10 @@ -7262,8 +7266,8 @@ "nu" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 5 + dir = 5; + icon_state = "intact-scrubbers" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/hangar) @@ -7287,8 +7291,8 @@ icon_state = "4-8" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 10 + dir = 10; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor1) @@ -7342,20 +7346,20 @@ /area/ship/expe/corridor1) "nD" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 5 + dir = 5; + icon_state = "intact-supply" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/hangar) "nE" = ( /obj/structure/table/rack/shelf, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 10 + dir = 10; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/red/border{ - icon_state = "bordercolor"; - dir = 10 + dir = 10; + icon_state = "bordercolor" }, /obj/item/clothing/accessory/holster/leg, /obj/item/clothing/accessory/holster/leg, @@ -7371,16 +7375,16 @@ icon_state = "2-8" }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 4 + dir = 4; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/red/border{ - icon_state = "bordercolor"; - dir = 4 + dir = 4; + icon_state = "bordercolor" }, /obj/machinery/firealarm{ - pixel_z = 1; - pixel_w = 31 + pixel_w = 31; + pixel_z = 1 }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/sechall) @@ -7409,12 +7413,12 @@ "nI" = ( /obj/structure/table/rack/shelf, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 6 + dir = 6; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/red/border{ - icon_state = "bordercolor"; - dir = 6 + dir = 6; + icon_state = "bordercolor" }, /obj/item/clothing/suit/armor/pcarrier, /obj/item/clothing/suit/armor/pcarrier, @@ -7471,12 +7475,12 @@ "nO" = ( /obj/machinery/chem_master, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 8 + dir = 8; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 8 + dir = 8; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/white, /area/ship/expe/medicalchem) @@ -7485,15 +7489,15 @@ dir = 4 }, /obj/structure/bed/chair/office/light{ - icon_state = "officechair_white"; - dir = 8 + dir = 8; + icon_state = "officechair_white" }, /turf/simulated/floor/tiled/white, /area/ship/expe/medicalchem) "nQ" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 9 + dir = 9; + icon_state = "intact-scrubbers" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled/white, @@ -7501,12 +7505,12 @@ "nR" = ( /obj/structure/table/reinforced, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 4 + dir = 4; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 4 + dir = 4; + icon_state = "bordercolor" }, /obj/item/weapon/storage/box/syringes, /turf/simulated/floor/tiled/white, @@ -7517,12 +7521,12 @@ pixel_y = -1 }, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 8 + dir = 8; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 8 + dir = 8; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/white, /area/ship/expe/medicalmain) @@ -7536,15 +7540,15 @@ /area/ship/expe/medicalmain) "nU" = ( /obj/machinery/body_scanconsole{ - icon_state = "scanner_terminal_off"; - dir = 4 + dir = 4; + icon_state = "scanner_terminal_off" }, /turf/simulated/floor/tiled/white, /area/ship/expe/medicalmain) "nV" = ( /obj/machinery/bodyscanner{ - icon_state = "scanner_open"; - dir = 8 + dir = 8; + icon_state = "scanner_open" }, /turf/simulated/floor/tiled/white, /area/ship/expe/medicalmain) @@ -7562,12 +7566,12 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 4 + dir = 4; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 4 + dir = 4; + icon_state = "bordercolor" }, /obj/structure/cable{ d1 = 1; @@ -7586,16 +7590,16 @@ dir = 8 }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + d2 = 4; + icon_state = "0-4" }, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 8 + dir = 8; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 8 + dir = 8; + icon_state = "bordercolor" }, /obj/machinery/light{ dir = 8; @@ -7616,12 +7620,12 @@ /area/ship/expe/medicaleq) "ob" = ( /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 4 + dir = 4; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 4 + dir = 4; + icon_state = "bordercolor" }, /obj/structure/table/reinforced, /turf/simulated/floor/tiled/white, @@ -7635,12 +7639,12 @@ /area/ship/expe/corridor4) "oe" = ( /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 8 + dir = 8; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 8 + dir = 8; + icon_state = "bordercolor" }, /obj/structure/cable{ icon_state = "4-8" @@ -7650,8 +7654,8 @@ /area/ship/expe/engineeringequipment) "of" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/structure/cable{ icon_state = "4-8" @@ -7667,8 +7671,8 @@ /area/ship/expe/engineeringequipment) "oh" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/structure/cable{ icon_state = "4-8" @@ -7680,16 +7684,16 @@ /area/ship/expe/engineeringequipment) "oi" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 10 + dir = 10; + icon_state = "intact-supply" }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 4 + dir = 4; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 4 + dir = 4; + icon_state = "bordercolor" }, /obj/machinery/suit_cycler/engineering, /obj/structure/cable{ @@ -7699,12 +7703,12 @@ /area/ship/expe/engineeringequipment) "oj" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 5 + dir = 5; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 5 + dir = 5; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ d1 = 1; @@ -7712,23 +7716,23 @@ icon_state = "1-4" }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 4 + dir = 4; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 4 + dir = 4; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/engineering) "ok" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ icon_state = "4-8" @@ -7743,42 +7747,42 @@ /area/ship/expe/engineeringpower) "ol" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ icon_state = "1-8" }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 8 + dir = 8; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 8 + dir = 8; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/engineeringpower) "om" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/engineeringpower) "on" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ d1 = 1; @@ -7794,8 +7798,8 @@ /area/ship/expe/engineeringpower) "oo" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, /obj/structure/cable{ @@ -7805,12 +7809,12 @@ /area/ship/expe/engineeringpower) "op" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ icon_state = "2-8" @@ -7822,12 +7826,12 @@ /area/ship/expe/engineeringpower) "oq" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ icon_state = "4-8" @@ -7836,12 +7840,12 @@ /area/ship/expe/engineeringpower) "or" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ icon_state = "2-8" @@ -7850,27 +7854,27 @@ /area/ship/expe/engineeringpower) "os" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 9 + dir = 9; + icon_state = "intact-scrubbers" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/engineeringpower) "ot" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 9 + dir = 9; + icon_state = "intact-supply" }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 4 + dir = 4; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 4 + dir = 4; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/engineeringpower) @@ -7883,41 +7887,41 @@ icon_state = "1-2" }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 8 + dir = 8; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 8 + dir = 8; + icon_state = "bordercolor" }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 4 + dir = 4; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 4 + dir = 4; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor5) "ov" = ( /obj/machinery/atmospherics/unary/freezer{ - icon_state = "freezer_0"; - dir = 1 + dir = 1; + icon_state = "freezer_0" }, /turf/simulated/floor, /area/ship/expe/sm) "ow" = ( /obj/machinery/atmospherics/pipe/simple/hidden/blue{ - icon_state = "intact"; - dir = 5 + dir = 5; + icon_state = "intact" }, /turf/simulated/floor, /area/ship/expe/sm) "ox" = ( /obj/machinery/atmospherics/pipe/simple/hidden/blue{ - icon_state = "intact"; - dir = 10 + dir = 10; + icon_state = "intact" }, /obj/structure/cable{ d1 = 1; @@ -7937,8 +7941,8 @@ /area/ship/expe/sm) "oz" = ( /obj/machinery/atmospherics/pipe/simple/hidden/blue{ - icon_state = "intact"; - dir = 5 + dir = 5; + icon_state = "intact" }, /obj/machinery/power/rad_collector, /obj/structure/cable{ @@ -7950,8 +7954,8 @@ /area/ship/expe/sm) "oA" = ( /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 8 + dir = 8; + icon_state = "techfloor_edges" }, /obj/machinery/power/apc{ dir = 8; @@ -7962,8 +7966,8 @@ dir = 8 }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + d2 = 4; + icon_state = "0-4" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor6) @@ -7976,8 +7980,8 @@ icon_state = "1-2" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 4 + dir = 4; + icon_state = "techfloor_edges" }, /obj/structure/cable{ icon_state = "1-8" @@ -7990,8 +7994,8 @@ /area/ship/expe/bridge) "oD" = ( /obj/effect/floor_decal/corner/blue/border{ - icon_state = "bordercolor"; - dir = 10 + dir = 10; + icon_state = "bordercolor" }, /obj/machinery/photocopier, /turf/simulated/floor/tiled/techfloor, @@ -8011,46 +8015,46 @@ /area/ship/expe/bridge) "oG" = ( /obj/machinery/computer/message_monitor{ - icon_state = "computer"; - dir = 8 + dir = 8; + icon_state = "computer" }, /obj/effect/floor_decal/corner/blue/border{ - icon_state = "bordercolor"; - dir = 6 + dir = 6; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/bridge) "oH" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - icon_state = "map-supply"; - dir = 4 + dir = 4; + icon_state = "map-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/hangar) "oI" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 6 + dir = 6; + icon_state = "intact-supply" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/hangar) "oJ" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 6 + dir = 6; + icon_state = "intact-scrubbers" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/hangar) "oK" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 5 + dir = 5; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 5 + dir = 5; + icon_state = "intact-scrubbers" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/hangar) @@ -8064,8 +8068,8 @@ "oM" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/hangar) @@ -8084,12 +8088,12 @@ dir = 4 }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 8 + dir = 8; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/industrial/danger{ - icon_state = "danger"; - dir = 8 + dir = 8; + icon_state = "danger" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/hangar) @@ -8106,19 +8110,19 @@ icon_state = "1-2" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 8 + dir = 8; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor1) "oR" = ( /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 4 + dir = 4; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/industrial/danger{ - icon_state = "danger"; - dir = 4 + dir = 4; + icon_state = "danger" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/hangar) @@ -8143,16 +8147,16 @@ /area/ship/expe/seccells) "oV" = ( /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 8 + dir = 8; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/red/border{ - icon_state = "bordercolor"; - dir = 8 + dir = 8; + icon_state = "bordercolor" }, /obj/machinery/light{ - icon_state = "tube1"; - dir = 8 + dir = 8; + icon_state = "tube1" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/sechall) @@ -8163,12 +8167,12 @@ icon_state = "1-2" }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 4 + dir = 4; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/red/border{ - icon_state = "bordercolor"; - dir = 4 + dir = 4; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/sechall) @@ -8182,16 +8186,16 @@ dir = 8 }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + d2 = 4; + icon_state = "0-4" }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 9 + dir = 9; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/red/border{ - icon_state = "bordercolor"; - dir = 9 + dir = 9; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/seclobby2) @@ -8200,12 +8204,12 @@ icon_state = "4-8" }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 1 + dir = 1; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/red/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/seclobby2) @@ -8218,12 +8222,12 @@ icon_state = "4-8" }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 1 + dir = 1; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/red/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /obj/machinery/light{ dir = 1 @@ -8235,12 +8239,12 @@ icon_state = "1-8" }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 5 + dir = 5; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/red/border{ - icon_state = "bordercolor"; - dir = 5 + dir = 5; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/seclobby2) @@ -8248,12 +8252,12 @@ /obj/structure/table/reinforced, /obj/machinery/reagentgrinder, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 8 + dir = 8; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 8 + dir = 8; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/white, /area/ship/expe/medicalchem) @@ -8278,16 +8282,16 @@ dir = 8 }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + d2 = 4; + icon_state = "0-4" }, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 8 + dir = 8; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 8 + dir = 8; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/white, /area/ship/expe/medicalmain) @@ -8310,8 +8314,8 @@ /area/ship/expe/medicalmain) "ph" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - icon_state = "map-scrubbers"; - dir = 4 + dir = 4; + icon_state = "map-scrubbers" }, /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 8 @@ -8328,12 +8332,12 @@ pixel_x = -28 }, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 8 + dir = 8; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 8 + dir = 8; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/white, /area/ship/expe/medicaleq) @@ -8345,12 +8349,12 @@ /area/ship/expe/medicaleq) "pk" = ( /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 4 + dir = 4; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 4 + dir = 4; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/white, /area/ship/expe/medicaleq) @@ -8363,12 +8367,12 @@ /obj/fiftyspawner/glass, /obj/fiftyspawner/steel, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 8 + dir = 8; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 8 + dir = 8; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/engineeringequipment) @@ -8382,12 +8386,12 @@ "pp" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 4 + dir = 4; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 4 + dir = 4; + icon_state = "bordercolor" }, /obj/structure/table/rack, /obj/item/clothing/head/helmet/space/void/engineering, @@ -8396,23 +8400,23 @@ /area/ship/expe/engineeringequipment) "pq" = ( /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 4 + dir = 4; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 4 + dir = 4; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/engineering) "pr" = ( /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 8 + dir = 8; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 8 + dir = 8; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/engineeringpower) @@ -8447,12 +8451,12 @@ /area/ship/expe/engineeringpower) "pv" = ( /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 4 + dir = 4; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 4 + dir = 4; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/engineeringpower) @@ -8467,9 +8471,9 @@ icon_state = "1-2" }, /obj/machinery/button/remote/blast_door{ + id = "SuperMatterDoors"; pixel_x = 24; - pixel_y = 1; - id = "SuperMatterDoors" + pixel_y = 1 }, /turf/simulated/floor, /area/ship/expe/sm) @@ -8505,69 +8509,69 @@ /area/ship/expe/sm) "pB" = ( /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 8 + dir = 8; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/industrial/danger{ - icon_state = "danger"; - dir = 8 + dir = 8; + icon_state = "danger" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/hangar) "pC" = ( /obj/effect/floor_decal/borderfloorblack/corner{ - icon_state = "borderfloorcorner_black"; - dir = 4 + dir = 4; + icon_state = "borderfloorcorner_black" }, /obj/effect/floor_decal/industrial/danger/corner{ - icon_state = "dangercorner"; - dir = 4 + dir = 4; + icon_state = "dangercorner" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/hangar) "pD" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 1 + dir = 1; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/industrial/danger{ - icon_state = "danger"; - dir = 1 + dir = 1; + icon_state = "danger" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/hangar) "pE" = ( /obj/machinery/atmospherics/unary/vent_pump/on, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 1 + dir = 1; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/industrial/danger{ - icon_state = "danger"; - dir = 1 + dir = 1; + icon_state = "danger" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/hangar) "pF" = ( /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 1 + dir = 1; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/industrial/danger{ - icon_state = "danger"; - dir = 1 + dir = 1; + icon_state = "danger" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/hangar) "pG" = ( /obj/effect/floor_decal/borderfloorblack/corner{ - icon_state = "borderfloorcorner_black"; - dir = 1 + dir = 1; + icon_state = "borderfloorcorner_black" }, /obj/effect/floor_decal/industrial/danger/corner{ - icon_state = "dangercorner"; - dir = 8 + dir = 8; + icon_state = "dangercorner" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/hangar) @@ -8593,8 +8597,8 @@ /area/ship/expe/hangar) "pJ" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - icon_state = "map-supply"; - dir = 4 + dir = 4; + icon_state = "map-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/structure/cable{ @@ -8606,12 +8610,12 @@ /area/ship/expe/hangar) "pK" = ( /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 9 + dir = 9; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/purple/border{ - icon_state = "bordercolor"; - dir = 9 + dir = 9; + icon_state = "bordercolor" }, /obj/structure/closet, /obj/item/weapon/cell/high, @@ -8620,12 +8624,12 @@ /area/ship/expe/expedition) "pL" = ( /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 1 + dir = 1; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/purple/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /obj/structure/closet, /obj/item/device/flashlight/maglight, @@ -8639,20 +8643,20 @@ icon_state = "4-8" }, /obj/structure/extinguisher_cabinet{ + pixel_w = 0; pixel_y = 26; - pixel_z = 1; - pixel_w = 0 + pixel_z = 1 }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/hangarcontrol) "pN" = ( /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 1 + dir = 1; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/purple/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /obj/structure/table/rack/shelf, /obj/item/device/geiger, @@ -8662,12 +8666,12 @@ /area/ship/expe/expedition) "pO" = ( /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 1 + dir = 1; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/purple/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /obj/structure/table/rack/shelf, /obj/item/device/radio, @@ -8685,20 +8689,20 @@ pixel_y = 32 }, /obj/machinery/power/terminal{ - icon_state = "term"; - dir = 1 + dir = 1; + icon_state = "term" }, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + d2 = 2; + icon_state = "0-2" }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 1 + dir = 1; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/purple/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/expedition) @@ -8708,23 +8712,23 @@ pixel_y = 22 }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 1 + dir = 1; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/purple/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/expedition) "pR" = ( /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 5 + dir = 5; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/purple/border{ - icon_state = "bordercolor"; - dir = 5 + dir = 5; + icon_state = "bordercolor" }, /obj/machinery/autolathe{ hacked = 1; @@ -8742,8 +8746,8 @@ icon_state = "1-2" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 8 + dir = 8; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor1) @@ -8758,8 +8762,8 @@ pixel_x = 24 }, /obj/machinery/power/terminal{ - icon_state = "term"; - dir = 4 + dir = 4; + icon_state = "term" }, /obj/structure/cable, /turf/simulated/floor/tiled/techfloor, @@ -8770,16 +8774,16 @@ pixel_y = 22 }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 9 + dir = 9; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/red/border{ - icon_state = "bordercolor"; - dir = 9 + dir = 9; + icon_state = "bordercolor" }, /obj/machinery/light{ - icon_state = "tube1"; - dir = 8 + dir = 8; + icon_state = "tube1" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/seccells) @@ -8791,8 +8795,8 @@ pixel_y = 24 }, /obj/machinery/power/terminal{ - icon_state = "term"; - dir = 1 + dir = 1; + icon_state = "term" }, /obj/structure/cable{ d2 = 2; @@ -8800,12 +8804,12 @@ pixel_y = 0 }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 1 + dir = 1; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/red/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/seccells) @@ -8816,23 +8820,23 @@ icon_state = "1-2" }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 1 + dir = 1; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/red/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/seccells) "pX" = ( /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 1 + dir = 1; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/red/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/seccells) @@ -8843,16 +8847,16 @@ icon_state = "1-2" }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 4 + dir = 4; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/red/border{ - icon_state = "bordercolor"; - dir = 4 + dir = 4; + icon_state = "bordercolor" }, /obj/machinery/firealarm{ - pixel_z = 1; - pixel_w = 31 + pixel_w = 31; + pixel_z = 1 }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/seclobby) @@ -8866,43 +8870,43 @@ dir = 8 }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + d2 = 4; + icon_state = "0-4" }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 8 + dir = 8; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/red/border{ - icon_state = "bordercolor"; - dir = 8 + dir = 8; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/sechall) "qa" = ( /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 6 + dir = 6; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/red/border{ - icon_state = "bordercolor"; - dir = 6 + dir = 6; + icon_state = "bordercolor" }, /obj/machinery/firealarm{ - pixel_z = 1; - pixel_w = 31 + pixel_w = 31; + pixel_z = 1 }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/seclobby2) "qb" = ( /obj/structure/bed/chair/office/light, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 10 + dir = 10; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/red/border{ - icon_state = "bordercolor"; - dir = 10 + dir = 10; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/seclobby2) @@ -8916,12 +8920,12 @@ "qd" = ( /obj/structure/table/reinforced, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 1 + dir = 1; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/red/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /obj/item/weapon/paper_bin, /obj/item/weapon/pen, @@ -8940,12 +8944,12 @@ "qg" = ( /obj/structure/table/reinforced, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 10 + dir = 10; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 10 + dir = 10; + icon_state = "bordercolor" }, /obj/item/weapon/storage/box/beakers, /obj/item/weapon/storage/box/beakers, @@ -8958,15 +8962,15 @@ /obj/effect/floor_decal/borderfloorwhite, /obj/effect/floor_decal/corner/paleblue/border, /obj/structure/bed/chair/office/light{ - icon_state = "officechair_white"; - dir = 8 + dir = 8; + icon_state = "officechair_white" }, /turf/simulated/floor/tiled/white, /area/ship/expe/medicalchem) "qi" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 9 + dir = 9; + icon_state = "intact-supply" }, /obj/effect/floor_decal/borderfloorwhite, /obj/effect/floor_decal/corner/paleblue/border, @@ -8976,24 +8980,24 @@ "qj" = ( /obj/structure/table/reinforced, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 6 + dir = 6; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 6 + dir = 6; + icon_state = "bordercolor" }, /obj/item/weapon/reagent_containers/spray/cleaner, /turf/simulated/floor/tiled/white, /area/ship/expe/medicalchem) "qk" = ( /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 10 + dir = 10; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 10 + dir = 10; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/white, /area/ship/expe/medicalmain) @@ -9054,12 +9058,12 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 6 + dir = 6; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 6 + dir = 6; + icon_state = "bordercolor" }, /obj/structure/cable{ d1 = 1; @@ -9071,12 +9075,12 @@ "qs" = ( /obj/structure/closet/secure_closet/medical3, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 10 + dir = 10; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 10 + dir = 10; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/white, /area/ship/expe/medicaleq) @@ -9089,12 +9093,12 @@ "qu" = ( /obj/structure/closet/secure_closet/medical3, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 6 + dir = 6; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 6 + dir = 6; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/white, /area/ship/expe/medicaleq) @@ -9102,24 +9106,24 @@ /obj/structure/table/steel_reinforced, /obj/fiftyspawner/plasteel, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 8 + dir = 8; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 8 + dir = 8; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/engineeringequipment) "qw" = ( /obj/structure/dispenser/oxygen, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 8 + dir = 8; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 8 + dir = 8; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/engineeringpower) @@ -9129,12 +9133,12 @@ /area/ship/expe/engineeringpower) "qy" = ( /obj/machinery/power/terminal{ - icon_state = "term"; - dir = 1 + dir = 1; + icon_state = "term" }, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + d2 = 2; + icon_state = "0-2" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/engineeringpower) @@ -9145,12 +9149,12 @@ "qA" = ( /obj/machinery/portable_atmospherics/powered/scrubber, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 4 + dir = 4; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 4 + dir = 4; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/engineeringpower) @@ -9167,20 +9171,20 @@ icon_state = "tube1" }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 8 + dir = 8; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 8 + dir = 8; + icon_state = "bordercolor" }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 4 + dir = 4; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 4 + dir = 4; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor5) @@ -9197,8 +9201,8 @@ pixel_y = 32 }, /obj/machinery/power/terminal{ - icon_state = "term"; - dir = 1 + dir = 1; + icon_state = "term" }, /obj/structure/cable{ d2 = 2; @@ -9249,16 +9253,16 @@ pixel_y = 32 }, /obj/machinery/power/terminal{ - icon_state = "term"; - dir = 1 + dir = 1; + icon_state = "term" }, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + d2 = 2; + icon_state = "0-2" }, /obj/effect/floor_decal/corner/blue/border{ - icon_state = "bordercolor"; - dir = 9 + dir = 9; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/captqua) @@ -9269,16 +9273,16 @@ }, /obj/structure/table/woodentable, /obj/effect/floor_decal/corner/blue/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /obj/machinery/photocopier/faxmachine, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/captqua) "qL" = ( /obj/effect/floor_decal/corner/blue/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /obj/machinery/photocopier, /turf/simulated/floor/tiled/techfloor, @@ -9286,16 +9290,16 @@ "qM" = ( /obj/structure/table/woodentable, /obj/effect/floor_decal/corner/blue/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/captqua) "qN" = ( /obj/structure/table/woodentable, /obj/effect/floor_decal/corner/blue/border{ - icon_state = "bordercolor"; - dir = 5 + dir = 5; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/captqua) @@ -9304,15 +9308,15 @@ /area/ship/expe/captqua) "qP" = ( /obj/machinery/atmospherics/pipe/simple/hidden/aux{ - icon_state = "intact-aux"; - dir = 10 + dir = 10; + icon_state = "intact-aux" }, /turf/simulated/floor, /area/ship/expe/maintenance1) "qQ" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/aux{ - icon_state = "map-aux"; - dir = 4 + dir = 4; + icon_state = "map-aux" }, /turf/simulated/floor, /area/ship/expe/maintenance1) @@ -9325,23 +9329,23 @@ icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/hidden/aux{ - icon_state = "intact-aux"; - dir = 9 + dir = 9; + icon_state = "intact-aux" }, /turf/simulated/floor, /area/ship/expe/maintenance1) "qT" = ( /obj/machinery/light{ - icon_state = "tube1"; - dir = 8 + dir = 8; + icon_state = "tube1" }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 8 + dir = 8; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/purple/border{ - icon_state = "bordercolor"; - dir = 8 + dir = 8; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/expedition) @@ -9370,12 +9374,12 @@ icon_state = "tube1" }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 4 + dir = 4; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/purple/border{ - icon_state = "bordercolor"; - dir = 4 + dir = 4; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/expedition) @@ -9391,8 +9395,8 @@ icon_state = "1-2" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 8 + dir = 8; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor1) @@ -9407,12 +9411,12 @@ icon_state = "2-4" }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 10 + dir = 10; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/red/border{ - icon_state = "bordercolor"; - dir = 10 + dir = 10; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/seccells) @@ -9461,12 +9465,12 @@ /area/ship/expe/seccells) "rf" = ( /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 6 + dir = 6; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/red/border{ - icon_state = "bordercolor"; - dir = 6 + dir = 6; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/seccells) @@ -9478,12 +9482,12 @@ /area/ship/expe/seccells) "rh" = ( /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 8 + dir = 8; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/red/border{ - icon_state = "bordercolor"; - dir = 8 + dir = 8; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/sechall) @@ -9493,12 +9497,12 @@ "rj" = ( /obj/structure/table/reinforced, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 1 + dir = 1; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/red/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /obj/item/weapon/folder/red, /turf/simulated/floor/tiled/techfloor, @@ -9593,12 +9597,12 @@ /obj/item/weapon/storage/toolbox/mechanical, /obj/item/weapon/storage/toolbox/mechanical, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 10 + dir = 10; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 10 + dir = 10; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/engineeringequipment) @@ -9631,54 +9635,54 @@ dir = 1 }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 6 + dir = 6; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 6 + dir = 6; + icon_state = "bordercolor" }, /obj/structure/closet/firecloset/full, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/engineeringequipment) "rC" = ( /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 10 + dir = 10; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 10 + dir = 10; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/engineering) "rD" = ( /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 6 + dir = 6; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 6 + dir = 6; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/engineering) "rE" = ( /obj/structure/dispenser/oxygen, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 10 + dir = 10; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 10 + dir = 10; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/engineeringpower) "rF" = ( /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + d2 = 4; + icon_state = "0-4" }, /obj/machinery/light, /obj/effect/floor_decal/borderfloorblack, @@ -9688,8 +9692,8 @@ /area/ship/expe/engineeringpower) "rG" = ( /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + d2 = 4; + icon_state = "0-4" }, /obj/effect/floor_decal/borderfloorblack, /obj/effect/floor_decal/corner/yellow/border, @@ -9714,8 +9718,8 @@ dir = 8 }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + d2 = 4; + icon_state = "0-4" }, /turf/simulated/floor, /area/ship/expe/corridor4) @@ -9737,12 +9741,12 @@ "rL" = ( /obj/machinery/portable_atmospherics/powered/pump, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 6 + dir = 6; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 6 + dir = 6; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/engineeringpower) @@ -9765,8 +9769,8 @@ /area/ship/expe/smstorage) "rO" = ( /obj/machinery/atmospherics/pipe/simple/hidden/blue{ - icon_state = "intact"; - dir = 5 + dir = 5; + icon_state = "intact" }, /obj/structure/cable{ icon_state = "1-8" @@ -9780,8 +9784,8 @@ /area/ship/expe/sm) "rP" = ( /obj/machinery/atmospherics/pipe/simple/hidden/blue{ - icon_state = "intact"; - dir = 8 + dir = 8; + icon_state = "intact" }, /obj/structure/cable{ icon_state = "4-8" @@ -9790,8 +9794,8 @@ /area/ship/expe/sm) "rQ" = ( /obj/machinery/atmospherics/trinary/atmos_filter/m_filter{ - icon_state = "mmap"; - dir = 4 + dir = 4; + icon_state = "mmap" }, /obj/structure/cable{ icon_state = "4-8" @@ -9810,12 +9814,12 @@ /area/ship/expe/sm) "rT" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - icon_state = "map-supply"; - dir = 8 + dir = 8; + icon_state = "map-supply" }, /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - icon_state = "map-scrubbers"; - dir = 8 + dir = 8; + icon_state = "map-scrubbers" }, /obj/structure/cable{ d1 = 1; @@ -9823,19 +9827,19 @@ icon_state = "1-4" }, /obj/effect/floor_decal/corner/blue/border{ - icon_state = "bordercolor"; - dir = 4 + dir = 4; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor6) "rU" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ icon_state = "4-8" @@ -9849,12 +9853,12 @@ /area/ship/expe/captqua) "rV" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - icon_state = "map-scrubbers"; - dir = 1 + dir = 1; + icon_state = "map-scrubbers" }, /obj/structure/cable{ icon_state = "1-8" @@ -9863,41 +9867,41 @@ icon_state = "2-8" }, /obj/effect/floor_decal/corner/blue/border{ - icon_state = "bordercolor"; - dir = 8 + dir = 8; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/captqua) "rW" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - icon_state = "map-supply"; - dir = 1 + dir = 1; + icon_state = "map-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/captqua) "rX" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/captqua) "rY" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 10 + dir = 10; + icon_state = "intact-scrubbers" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/captqua) @@ -9911,8 +9915,8 @@ }, /obj/structure/table/woodentable, /obj/effect/floor_decal/corner/blue/border{ - icon_state = "bordercolor"; - dir = 4 + dir = 4; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/captqua) @@ -9936,47 +9940,47 @@ /area/ship/expe/corridor4) "sh" = ( /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 8 + dir = 8; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/purple/border{ - icon_state = "bordercolor"; - dir = 8 + dir = 8; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/expedition) "si" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 6 + dir = 6; + icon_state = "intact-supply" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/expedition) "sj" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 6 + dir = 6; + icon_state = "intact-scrubbers" }, /obj/structure/bed/chair, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/expedition) "sk" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/structure/bed/chair, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/expedition) "sl" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, /obj/structure/bed/chair, @@ -9984,12 +9988,12 @@ /area/ship/expe/expedition) "sm" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ d1 = 1; @@ -10001,12 +10005,12 @@ /area/ship/expe/expedition) "sn" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ icon_state = "4-8" @@ -10015,34 +10019,34 @@ /area/ship/expe/expedition) "so" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ icon_state = "4-8" }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 4 + dir = 4; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/purple/border{ - icon_state = "bordercolor"; - dir = 4 + dir = 4; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/expedition) "sp" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ icon_state = "4-8" @@ -10056,23 +10060,23 @@ /area/ship/expe/expedition) "sq" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ icon_state = "2-8" }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 8 + dir = 8; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/purple/border{ - icon_state = "bordercolor"; - dir = 8 + dir = 8; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor1) @@ -10098,16 +10102,16 @@ dir = 8 }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + d2 = 4; + icon_state = "0-4" }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 9 + dir = 9; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/red/border{ - icon_state = "bordercolor"; - dir = 9 + dir = 9; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/seclobby) @@ -10116,12 +10120,12 @@ icon_state = "4-8" }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 1 + dir = 1; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/red/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/seclobby) @@ -10134,12 +10138,12 @@ icon_state = "2-8" }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 5 + dir = 5; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/red/border{ - icon_state = "bordercolor"; - dir = 5 + dir = 5; + icon_state = "bordercolor" }, /obj/machinery/light{ dir = 1 @@ -10149,23 +10153,23 @@ "sx" = ( /obj/machinery/holoplant, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 9 + dir = 9; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 9 + dir = 9; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/white, /area/ship/expe/medical) "sy" = ( /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 1 + dir = 1; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/white, /area/ship/expe/medical) @@ -10176,12 +10180,12 @@ }, /obj/structure/bed/chair, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 1 + dir = 1; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/white, /area/ship/expe/medical) @@ -10189,12 +10193,12 @@ /obj/structure/closet/walllocker/emerglocker/north, /obj/structure/bed/chair, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 1 + dir = 1; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/white, /area/ship/expe/medical) @@ -10207,12 +10211,12 @@ }, /obj/structure/bed/chair, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 1 + dir = 1; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/white, /area/ship/expe/medical) @@ -10223,12 +10227,12 @@ }, /obj/structure/bed/chair, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 1 + dir = 1; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/white, /area/ship/expe/medical) @@ -10239,12 +10243,12 @@ icon_state = "1-2" }, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 5 + dir = 5; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 5 + dir = 5; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/white, /area/ship/expe/medical) @@ -10259,16 +10263,16 @@ dir = 8 }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + d2 = 4; + icon_state = "0-4" }, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 9 + dir = 9; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 9 + dir = 9; + icon_state = "bordercolor" }, /obj/item/weapon/storage/box/freezer, /turf/simulated/floor/tiled/white, @@ -10282,12 +10286,12 @@ icon_state = "4-8" }, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 1 + dir = 1; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /obj/machinery/light{ dir = 1 @@ -10296,23 +10300,23 @@ /area/ship/expe/medicalsur) "sG" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 9 + dir = 9; + icon_state = "intact-scrubbers" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 5 + dir = 5; + icon_state = "intact-supply" }, /obj/structure/cable{ icon_state = "1-8" }, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 1 + dir = 1; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/white, /area/ship/expe/medicalsur) @@ -10325,12 +10329,12 @@ dir = 8 }, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 1 + dir = 1; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /obj/machinery/light{ dir = 1 @@ -10340,12 +10344,12 @@ "sI" = ( /obj/structure/table/reinforced, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 5 + dir = 5; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 5 + dir = 5; + icon_state = "bordercolor" }, /obj/item/weapon/storage/box/freezer, /turf/simulated/floor/tiled/white, @@ -10354,12 +10358,12 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 9 + dir = 9; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 9 + dir = 9; + icon_state = "bordercolor" }, /obj/structure/cable{ d1 = 1; @@ -10374,12 +10378,12 @@ pixel_y = 22 }, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 1 + dir = 1; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /obj/structure/cable{ icon_state = "2-8" @@ -10391,12 +10395,12 @@ /obj/structure/bed, /obj/structure/curtain/medical, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 1 + dir = 1; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/white, /area/ship/expe/medical1) @@ -10408,12 +10412,12 @@ /obj/structure/bed, /obj/structure/curtain/medical, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 1 + dir = 1; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/white, /area/ship/expe/medical1) @@ -10421,12 +10425,12 @@ /obj/structure/bed, /obj/structure/curtain/medical, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 1 + dir = 1; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/white, /area/ship/expe/medical1) @@ -10434,12 +10438,12 @@ /obj/structure/bed, /obj/structure/curtain/medical, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 5 + dir = 5; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 5 + dir = 5; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/white, /area/ship/expe/medical1) @@ -10464,21 +10468,21 @@ icon_state = "1-2" }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 8 + dir = 8; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 8 + dir = 8; + icon_state = "bordercolor" }, /obj/machinery/door/firedoor/glass, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 4 + dir = 4; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/yellow/border{ - icon_state = "bordercolor"; - dir = 4 + dir = 4; + icon_state = "bordercolor" }, /obj/machinery/door/airlock/glass, /turf/simulated/floor/tiled/techfloor, @@ -10491,8 +10495,8 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 4 + dir = 4; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor6) @@ -10504,8 +10508,8 @@ icon_state = "1-2" }, /obj/effect/floor_decal/corner/blue/border{ - icon_state = "bordercolor"; - dir = 8 + dir = 8; + icon_state = "bordercolor" }, /obj/structure/closet/walllocker/emerglocker/west, /turf/simulated/floor/tiled/techfloor, @@ -10522,26 +10526,26 @@ dir = 1 }, /obj/structure/bed/chair/bay/comfy/captain{ - icon_state = "capchair_preview"; - dir = 4 + dir = 4; + icon_state = "capchair_preview" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/captqua) "tb" = ( /obj/item/modular_computer/console{ - icon_state = "console"; - dir = 8 + dir = 8; + icon_state = "console" }, /obj/effect/floor_decal/corner/blue/border{ - icon_state = "bordercolor"; - dir = 4 + dir = 4; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/captqua) "to" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 5 + dir = 5; + icon_state = "intact-supply" }, /obj/structure/bed/chair{ dir = 4 @@ -10550,8 +10554,8 @@ /area/ship/expe/expedition) "tp" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/structure/table/steel_reinforced, @@ -10560,8 +10564,8 @@ /area/ship/expe/expedition) "tq" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/structure/table/steel_reinforced, /obj/item/weapon/pen, @@ -10569,8 +10573,8 @@ /area/ship/expe/expedition) "tr" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/structure/table/steel_reinforced, /obj/item/weapon/folder/white, @@ -10578,8 +10582,8 @@ /area/ship/expe/expedition) "ts" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/structure/table/steel_reinforced, /obj/item/device/universal_translator, @@ -10587,8 +10591,8 @@ /area/ship/expe/expedition) "tt" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 10 + dir = 10; + icon_state = "intact-supply" }, /obj/structure/bed/chair{ dir = 8 @@ -10597,12 +10601,12 @@ /area/ship/expe/expedition) "tu" = ( /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 4 + dir = 4; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/purple/border{ - icon_state = "bordercolor"; - dir = 4 + dir = 4; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/expedition) @@ -10613,8 +10617,8 @@ icon_state = "1-4" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 8 + dir = 8; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor1) @@ -10632,16 +10636,16 @@ pixel_y = 0 }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 8 + dir = 8; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/red/border{ - icon_state = "bordercolor"; - dir = 8 + dir = 8; + icon_state = "bordercolor" }, /obj/machinery/light{ - icon_state = "tube1"; - dir = 8 + dir = 8; + icon_state = "tube1" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/sechall) @@ -10651,12 +10655,12 @@ /area/ship/expe/seclobby) "tB" = ( /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 8 + dir = 8; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/red/border{ - icon_state = "bordercolor"; - dir = 8 + dir = 8; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/seclobby) @@ -10670,12 +10674,12 @@ icon_state = "2-4" }, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 8 + dir = 8; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 8 + dir = 8; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/white, /area/ship/expe/medical) @@ -10699,12 +10703,12 @@ icon_state = "1-8" }, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 4 + dir = 4; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 4 + dir = 4; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/white, /area/ship/expe/medical) @@ -10714,12 +10718,12 @@ pixel_y = 0 }, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 8 + dir = 8; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 8 + dir = 8; + icon_state = "bordercolor" }, /obj/structure/table/reinforced, /obj/item/weapon/storage/firstaid/surgery, @@ -10736,12 +10740,12 @@ "tL" = ( /obj/structure/table/reinforced, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 4 + dir = 4; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 4 + dir = 4; + icon_state = "bordercolor" }, /obj/item/weapon/storage/firstaid/surgery, /turf/simulated/floor/tiled/white, @@ -10753,24 +10757,24 @@ pixel_x = -24 }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 5 + dir = 5; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/power/terminal{ dir = 8 }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + d2 = 4; + icon_state = "0-4" }, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 8 + dir = 8; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 8 + dir = 8; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/white, /area/ship/expe/medical1) @@ -10788,64 +10792,64 @@ /area/ship/expe/medical1) "tP" = ( /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 4 + dir = 4; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 4 + dir = 4; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/white, /area/ship/expe/medical1) "tS" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - icon_state = "map-supply"; - dir = 1 + dir = 1; + icon_state = "map-supply" }, /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - icon_state = "map-scrubbers"; - dir = 1 + dir = 1; + icon_state = "map-scrubbers" }, /obj/structure/cable{ icon_state = "4-8" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /obj/structure/closet/walllocker/emerglocker/north, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor4) "tT" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ icon_state = "2-8" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor4) "tU" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /obj/machinery/door/firedoor/glass, /obj/machinery/door/airlock/glass, @@ -10853,46 +10857,46 @@ /area/ship/expe/corridor4) "tV" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor4) "tW" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/machinery/alarm{ frequency = 1441; pixel_y = 22 }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor5) "tX" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/machinery/power/apc{ dir = 1; @@ -10901,62 +10905,62 @@ pixel_y = 32 }, /obj/machinery/power/terminal{ - icon_state = "term"; - dir = 1 + dir = 1; + icon_state = "term" }, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + d2 = 2; + icon_state = "0-2" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor5) "tY" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor5) "tZ" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /obj/structure/closet/walllocker/emerglocker/north, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor5) "ua" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /obj/machinery/light{ dir = 1 @@ -10965,12 +10969,12 @@ /area/ship/expe/corridor5) "ub" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ d1 = 2; @@ -10978,26 +10982,26 @@ icon_state = "2-4" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor5) "uc" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - icon_state = "map-scrubbers"; - dir = 1 + dir = 1; + icon_state = "map-scrubbers" }, /obj/structure/cable{ icon_state = "4-8" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor5) @@ -11013,89 +11017,89 @@ icon_state = "1-4" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor5) "ue" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ icon_state = "4-8" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor5) "uf" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ icon_state = "2-8" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor5) "ug" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - icon_state = "map-scrubbers"; - dir = 1 + dir = 1; + icon_state = "map-scrubbers" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor5) "uh" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - icon_state = "map-supply"; - dir = 1 + dir = 1; + icon_state = "map-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor5) "ui" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /obj/machinery/door/firedoor/glass, /obj/machinery/door/airlock/glass, @@ -11103,35 +11107,35 @@ /area/ship/expe/corridor5) "uj" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - icon_state = "map-supply"; - dir = 1 + dir = 1; + icon_state = "map-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/effect/floor_decal/corner_techfloor_grid{ - icon_state = "corner_techfloor_grid"; - dir = 1 + dir = 1; + icon_state = "corner_techfloor_grid" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor6) "uk" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 9 + dir = 9; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - icon_state = "map-scrubbers"; - dir = 4 + dir = 4; + icon_state = "map-scrubbers" }, /obj/machinery/light{ dir = 4; icon_state = "tube1" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 4 + dir = 4; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor6) @@ -11143,15 +11147,15 @@ icon_state = "1-2" }, /obj/effect/floor_decal/corner/blue/border{ - icon_state = "bordercolor"; - dir = 8 + dir = 8; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/captqua) "um" = ( /obj/effect/floor_decal/corner/blue/border{ - icon_state = "bordercolor"; - dir = 4 + dir = 4; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/captqua) @@ -11198,8 +11202,8 @@ /area/ship/expe/expedition) "uC" = ( /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 8 + dir = 8; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor1) @@ -11213,12 +11217,12 @@ /area/ship/expe/seccells) "uG" = ( /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 10 + dir = 10; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/red/border{ - icon_state = "bordercolor"; - dir = 10 + dir = 10; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/sechall) @@ -11229,12 +11233,12 @@ icon_state = "1-4" }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 6 + dir = 6; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/red/border{ - icon_state = "bordercolor"; - dir = 6 + dir = 6; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/sechall) @@ -11253,12 +11257,12 @@ icon_state = "4-8" }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 10 + dir = 10; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/red/border{ - icon_state = "bordercolor"; - dir = 10 + dir = 10; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/seclobby) @@ -11280,12 +11284,12 @@ icon_state = "2-8" }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 6 + dir = 6; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/red/border{ - icon_state = "bordercolor"; - dir = 6 + dir = 6; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/seclobby) @@ -11296,12 +11300,12 @@ icon_state = "1-2" }, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 10 + dir = 10; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 10 + dir = 10; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/white, /area/ship/expe/medical) @@ -11337,12 +11341,12 @@ "uQ" = ( /obj/machinery/holoplant, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 6 + dir = 6; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 6 + dir = 6; + icon_state = "bordercolor" }, /obj/machinery/vending/wallmed1{ layer = 3.3; @@ -11354,16 +11358,16 @@ /area/ship/expe/medical) "uR" = ( /obj/machinery/computer/operating{ - icon_state = "computer"; - dir = 4 + dir = 4; + icon_state = "computer" }, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 10 + dir = 10; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 10 + dir = 10; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/white, /area/ship/expe/medicalsur) @@ -11394,16 +11398,16 @@ /area/ship/expe/medicalsur) "uV" = ( /obj/machinery/computer/operating{ - icon_state = "computer"; - dir = 8 + dir = 8; + icon_state = "computer" }, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 6 + dir = 6; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 6 + dir = 6; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/white, /area/ship/expe/medicalsur) @@ -11412,12 +11416,12 @@ dir = 1 }, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 10 + dir = 10; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 10 + dir = 10; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/white, /area/ship/expe/medical1) @@ -11438,12 +11442,12 @@ /obj/structure/bed, /obj/structure/curtain/medical, /obj/effect/floor_decal/borderfloorwhite{ - icon_state = "borderfloor_white"; - dir = 6 + dir = 6; + icon_state = "borderfloor_white" }, /obj/effect/floor_decal/corner/paleblue/border{ - icon_state = "bordercolor"; - dir = 6 + dir = 6; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/white, /area/ship/expe/medical1) @@ -11456,8 +11460,8 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 8 + dir = 8; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor4) @@ -11598,8 +11602,8 @@ dir = 1 }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 6 + dir = 6; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor6) @@ -11613,8 +11617,8 @@ icon_state = "1-2" }, /obj/effect/floor_decal/corner/blue/border{ - icon_state = "bordercolor"; - dir = 10 + dir = 10; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/captqua) @@ -11639,8 +11643,8 @@ /obj/structure/bed/double/padded, /obj/item/weapon/bedsheet/captaindouble, /obj/effect/floor_decal/corner/blue/border{ - icon_state = "bordercolor"; - dir = 6 + dir = 6; + icon_state = "bordercolor" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/captqua) @@ -11659,12 +11663,12 @@ /area/ship/expe/expedition) "vA" = ( /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 4 + dir = 4; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/purple/border{ - icon_state = "bordercolor"; - dir = 4 + dir = 4; + icon_state = "bordercolor" }, /obj/structure/closet/emcloset, /turf/simulated/floor/tiled/techfloor, @@ -11709,8 +11713,8 @@ /area/ship/expe/corridor2) "vJ" = ( /obj/machinery/door/airlock/multi_tile/glass{ - icon_state = "door_closed"; - dir = 8 + dir = 8; + icon_state = "door_closed" }, /obj/machinery/door/firedoor/glass, /obj/structure/cable{ @@ -11733,8 +11737,8 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 8 + dir = 8; + icon_state = "techfloor_edges" }, /obj/machinery/light{ dir = 8; @@ -11801,12 +11805,12 @@ icon_state = "tube1" }, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 4 + dir = 4; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/purple/border{ - icon_state = "bordercolor"; - dir = 4 + dir = 4; + icon_state = "bordercolor" }, /obj/structure/table/rack/shelf, /obj/item/device/gps/explorer, @@ -11819,23 +11823,23 @@ dir = 4 }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 8 + dir = 8; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor1) "wb" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /obj/effect/floor_decal/techfloor, /obj/machinery/door/firedoor/glass, @@ -11847,38 +11851,38 @@ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/effect/floor_decal/corner_techfloor_grid/full{ - icon_state = "corner_techfloor_grid_full"; - dir = 8 + dir = 8; + icon_state = "corner_techfloor_grid_full" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor2) "wd" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor2) "we" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/machinery/power/apc{ dir = 1; @@ -11887,47 +11891,47 @@ pixel_y = 32 }, /obj/machinery/power/terminal{ - icon_state = "term"; - dir = 1 + dir = 1; + icon_state = "term" }, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + d2 = 2; + icon_state = "0-2" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor2) "wf" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - icon_state = "map-scrubbers"; - dir = 1 + dir = 1; + icon_state = "map-scrubbers" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /obj/structure/closet/walllocker/emerglocker/north, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor2) "wg" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /obj/machinery/light{ dir = 1 @@ -11936,16 +11940,16 @@ /area/ship/expe/corridor2) "wh" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /obj/machinery/alarm{ frequency = 1441; @@ -11955,16 +11959,16 @@ /area/ship/expe/corridor2) "wi" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /obj/structure/cable{ d1 = 1; @@ -11975,78 +11979,78 @@ /area/ship/expe/corridor2) "wj" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - icon_state = "map-supply"; - dir = 1 + dir = 1; + icon_state = "map-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor2) "wk" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - icon_state = "map-scrubbers"; - dir = 1 + dir = 1; + icon_state = "map-scrubbers" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor2) "wl" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /obj/structure/closet/walllocker/emerglocker/north, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor2) "wm" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/effect/floor_decal/corner_techfloor_grid/full{ - icon_state = "corner_techfloor_grid_full"; - dir = 1 + dir = 1; + icon_state = "corner_techfloor_grid_full" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor2) "wn" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/effect/floor_decal/techfloor, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /obj/machinery/door/firedoor/glass, /obj/machinery/door/airlock/glass, @@ -12054,8 +12058,8 @@ /area/ship/expe/corridor2) "wo" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 9 + dir = 9; + icon_state = "intact-supply" }, /obj/structure/cable{ d1 = 1; @@ -12063,12 +12067,12 @@ icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 9 + dir = 9; + icon_state = "intact-scrubbers" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 8 + dir = 8; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor2) @@ -12107,12 +12111,12 @@ /area/ship/expe/maintenance2) "wC" = ( /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 10 + dir = 10; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/purple/border{ - icon_state = "bordercolor"; - dir = 10 + dir = 10; + icon_state = "bordercolor" }, /obj/structure/table/steel_reinforced, /turf/simulated/floor/tiled/techfloor, @@ -12161,12 +12165,12 @@ /area/ship/expe/expedition) "wJ" = ( /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 6 + dir = 6; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/purple/border{ - icon_state = "bordercolor"; - dir = 6 + dir = 6; + icon_state = "bordercolor" }, /obj/structure/table/rack/shelf, /obj/item/device/gps/explorer, @@ -12176,8 +12180,8 @@ /area/ship/expe/expedition) "wK" = ( /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 10 + dir = 10; + icon_state = "techfloor_edges" }, /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 4 @@ -12189,8 +12193,8 @@ icon_state = "4-8" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /obj/effect/floor_decal/techfloor, /obj/machinery/door/firedoor/glass, @@ -12308,8 +12312,8 @@ icon_state = "4-8" }, /obj/effect/floor_decal/corner_techfloor_grid/full{ - icon_state = "corner_techfloor_grid_full"; - dir = 4 + dir = 4; + icon_state = "corner_techfloor_grid_full" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor2) @@ -12319,8 +12323,8 @@ }, /obj/effect/floor_decal/techfloor, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /obj/machinery/door/firedoor/glass, /obj/machinery/door/airlock/glass, @@ -12331,16 +12335,16 @@ icon_state = "1-8" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 8 + dir = 8; + icon_state = "techfloor_edges" }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor2) "xb" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 5 + dir = 5; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ d1 = 1; @@ -12432,16 +12436,16 @@ /area/ship/expe/southairlock) "xE" = ( /obj/machinery/light/small{ - icon_state = "bulb1"; - dir = 1 + dir = 1; + icon_state = "bulb1" }, /obj/structure/closet/firecloset/full, /turf/simulated/floor, /area/ship/expe/maintenancerim) "xG" = ( /obj/machinery/light/small{ - icon_state = "bulb1"; - dir = 1 + dir = 1; + icon_state = "bulb1" }, /turf/simulated/floor, /area/ship/expe/maintenancerim) @@ -12506,12 +12510,12 @@ pixel_y = 32 }, /obj/machinery/power/terminal{ - icon_state = "term"; - dir = 1 + dir = 1; + icon_state = "term" }, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + d2 = 2; + icon_state = "0-2" }, /turf/simulated/floor, /area/ship/expe/engines) @@ -12563,136 +12567,136 @@ /area/space) "yH" = ( /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /obj/structure/extinguisher_cabinet{ + pixel_w = 0; pixel_y = 26; - pixel_z = 1; - pixel_w = 0 + pixel_z = 1 }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor4) "yI" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ icon_state = "4-8" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /obj/structure/extinguisher_cabinet{ + pixel_w = 0; pixel_y = 26; - pixel_z = 1; - pixel_w = 0 + pixel_z = 1 }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor3) "yJ" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - icon_state = "map-supply"; - dir = 1 + dir = 1; + icon_state = "map-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/structure/cable{ icon_state = "4-8" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /obj/structure/extinguisher_cabinet{ + pixel_w = 0; pixel_y = 26; - pixel_z = 1; - pixel_w = 0 + pixel_z = 1 }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor3) "yK" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /obj/structure/extinguisher_cabinet{ + pixel_w = 0; pixel_y = 26; - pixel_z = 1; - pixel_w = 0 + pixel_z = 1 }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor1) "yL" = ( /obj/machinery/atmospherics/unary/vent_pump/on, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 1 + dir = 1; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/purple/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /obj/structure/extinguisher_cabinet{ + pixel_w = 0; pixel_y = 26; - pixel_z = 1; - pixel_w = 0 + pixel_z = 1 }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/expedition) "yM" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - icon_state = "intact-scrubbers"; - dir = 4 + dir = 4; + icon_state = "intact-scrubbers" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /obj/structure/extinguisher_cabinet{ + pixel_w = 0; pixel_y = 26; - pixel_z = 1; - pixel_w = 0 + pixel_z = 1 }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor2) "yN" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ - icon_state = "intact-supply"; - dir = 4 + dir = 4; + icon_state = "intact-supply" }, /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - icon_state = "map-scrubbers"; - dir = 1 + dir = 1; + icon_state = "map-scrubbers" }, /obj/effect/floor_decal/techfloor{ - icon_state = "techfloor_edges"; - dir = 1 + dir = 1; + icon_state = "techfloor_edges" }, /obj/structure/extinguisher_cabinet{ + pixel_w = 0; pixel_y = 26; - pixel_z = 1; - pixel_w = 0 + pixel_z = 1 }, /turf/simulated/floor/tiled/techfloor, /area/ship/expe/corridor2) @@ -12713,12 +12717,12 @@ /obj/item/weapon/handcuffs, /obj/item/weapon/storage/backpack/satchel/sec, /obj/effect/floor_decal/borderfloorblack{ - icon_state = "borderfloor_black"; - dir = 1 + dir = 1; + icon_state = "borderfloor_black" }, /obj/effect/floor_decal/corner/red/border{ - icon_state = "bordercolor"; - dir = 1 + dir = 1; + icon_state = "bordercolor" }, /obj/item/clothing/under/hephaestus, /obj/item/clothing/suit/armor/vest, diff --git a/maps/offmap_vr/talon/talon_v2.dm b/maps/offmap_vr/talon/talon_v2.dm index 2cd4a4aed1..4e376b8203 100644 --- a/maps/offmap_vr/talon/talon_v2.dm +++ b/maps/offmap_vr/talon/talon_v2.dm @@ -54,6 +54,8 @@ var/global/list/latejoin_talon = list() skybox_pixel_x = 270 skybox_pixel_y = 60 + levels_for_distress = list(1, Z_LEVEL_BEACH, Z_LEVEL_AEROSTAT, Z_LEVEL_DEBRISFIELD, Z_LEVEL_FUELDEPOT) + // The shuttle's 'shuttle' computer /obj/machinery/computer/shuttle_control/explore/talonboat name = "shuttle control console" diff --git a/maps/offmap_vr/talon/talon_v2.dmm b/maps/offmap_vr/talon/talon_v2.dmm index 64165063cb..46109a063c 100644 --- a/maps/offmap_vr/talon/talon_v2.dmm +++ b/maps/offmap_vr/talon/talon_v2.dmm @@ -14940,6 +14940,16 @@ /obj/structure/catwalk, /turf/simulated/floor/plating, /area/talon_v2/engineering/atmospherics) +"YA" = ( +/obj/structure/bed/chair/bay/comfy/brown{ + dir = 1 + }, +/obj/structure/panic_button{ + pixel_x = 32; + pixel_y = 32 + }, +/turf/simulated/floor/tiled/techmaint, +/area/talon_v2/bridge) "YB" = ( /obj/effect/map_helper/airlock/sensor/chamber_sensor, /obj/machinery/atmospherics/pipe/manifold/hidden/aux{ @@ -25554,7 +25564,7 @@ RF eL xu lZ -wO +YA wm Fv qU diff --git a/maps/tether/tether-03-surface3.dmm b/maps/tether/tether-03-surface3.dmm index b2c9f157ec..fb5b810a4b 100644 --- a/maps/tether/tether-03-surface3.dmm +++ b/maps/tether/tether-03-surface3.dmm @@ -29490,6 +29490,9 @@ "aYi" = ( /obj/structure/table/reinforced, /obj/item/weapon/storage/box/donut, +/obj/structure/panic_button{ + pixel_x = 32 + }, /turf/simulated/floor/tiled/dark, /area/bridge) "aYj" = ( diff --git a/maps/tether/tether-05-station1.dmm b/maps/tether/tether-05-station1.dmm index ded0a316d4..3a943c67b1 100644 --- a/maps/tether/tether-05-station1.dmm +++ b/maps/tether/tether-05-station1.dmm @@ -4920,6 +4920,10 @@ d2 = 2; icon_state = "1-2" }, +/obj/structure/panic_button{ + pixel_x = -32; + pixel_y = 32 + }, /turf/simulated/floor/tiled/techmaint, /area/shuttle/excursion/cockpit) "alH" = ( @@ -28594,7 +28598,9 @@ /turf/simulated/floor/tiled, /area/quartermaster/foyer) "pjb" = ( -/obj/machinery/door/airlock/multi_tile/metal/mait, +/obj/machinery/door/airlock/multi_tile/metal/mait{ + req_one_access = list(1,67) + }, /obj/structure/cable/cyan{ d1 = 1; d2 = 2; @@ -29600,6 +29606,10 @@ }, /obj/structure/table/standard, /obj/item/weapon/tank/phoron, +/obj/structure/panic_button{ + pixel_x = 32; + pixel_y = -32 + }, /turf/simulated/floor/tiled/eris/dark/techfloor_grid, /area/shuttle/securiship/engines) "qxn" = ( @@ -32835,6 +32845,10 @@ req_access = list(67) }, /obj/machinery/atmospherics/pipe/simple/hidden, +/obj/structure/panic_button{ + pixel_x = 32; + pixel_y = -32 + }, /turf/simulated/floor/tiled/eris/steel/cyancorner, /area/shuttle/medivac/cockpit) "uqi" = ( diff --git a/maps/tether/tether_defines.dm b/maps/tether/tether_defines.dm index a25ce2927b..24fd3d6c6c 100644 --- a/maps/tether/tether_defines.dm +++ b/maps/tether/tether_defines.dm @@ -261,6 +261,8 @@ Z_LEVEL_UNDERDARK ) + levels_for_distress = list(Z_LEVEL_OFFMAP1, Z_LEVEL_BEACH, Z_LEVEL_AEROSTAT, Z_LEVEL_DEBRISFIELD, Z_LEVEL_FUELDEPOT) + /obj/effect/overmap/visitable/sector/virgo3b/Crossed(var/atom/movable/AM) . = ..() announce_atc(AM,going = FALSE)