diff --git a/.github/workflows/tgs_test.yml b/.github/workflows/tgs_test.yml new file mode 100644 index 000000000000..e78cb6e400d8 --- /dev/null +++ b/.github/workflows/tgs_test.yml @@ -0,0 +1,65 @@ +name: TGS Test Suite +on: + push: + branches: + - master + - 'gh-readonly-queue/master/**' + paths: + - '.tgs.yml' + - '.github/workflows/tgs_test.yml' + - 'dependencies.sh' + - 'code/__DEFINES/tgs.config.dm' + - 'code/__DEFINES/tgs.dm' + - 'code/game/world.dm' + - 'code/modules/tgs/**' + - 'tools/tgs_scripts/**' + - 'tools/tgs_test/**' + pull_request: + branches: + - master + paths: + - '.tgs.yml' + - '.github/workflows/tgs_test.yml' + - 'dependencies.sh' + - 'code/__DEFINES/tgs.config.dm' + - 'code/__DEFINES/tgs.dm' + - 'code/game/world.dm' + - 'code/modules/tgs/**' + - 'tools/tgs_scripts/**' + - 'tools/tgs_test/**' + merge_group: + branches: + - master +env: + TGS_API_PORT: 5000 + PR_NUMBER: ${{ github.event.number }} +jobs: + test_tgs_docker: + if: "!contains(github.event.head_commit.message, '[ci skip]')" + name: Test TGS Docker + runs-on: ubuntu-22.04 + concurrency: + group: test_tgs_docker-${{ github.head_ref || github.run_id }} + cancel-in-progress: true + services: + tgs: + image: tgstation/server + env: + Database__DatabaseType: Sqlite + Database__ConnectionString: Data Source=TGS_TGTest.sqlite3;Mode=ReadWriteCreate + General__ConfigVersion: 4.1.0 + General__ApiPort: ${{ env.TGS_API_PORT }} + General__SetupWizardMode: Never + ports: + - 5000:5000 #Can't use env here for some reason + steps: + - name: Setup dotnet + uses: actions/setup-dotnet@v2 + with: + dotnet-version: 7.0.x + + - name: Checkout Repository + uses: actions/checkout@v3 + + - name: Test TGS Integration + run: dotnet run -c Release --project tools/tgs_test ${{ github.repository }} /tgs_instances/tgstation ${{ env.TGS_API_PORT }} ${{ github.event.pull_request.head.sha || github.sha }} ${{ secrets.GITHUB_TOKEN }} ${{ env.PR_NUMBER }} diff --git a/.gitignore b/.gitignore index 35df6d730a28..94713bc82e1c 100644 --- a/.gitignore +++ b/.gitignore @@ -189,13 +189,9 @@ Temporary Items !/config/title_screens/images/exclude #Linux docker -/tools/LinuxOneShot/SetupProgram/obj/* -/tools/LinuxOneShot/SetupProgram/bin/* -/tools/LinuxOneShot/SetupProgram/.vs -/tools/LinuxOneShot/Database -/tools/LinuxOneShot/TGS_Config -/tools/LinuxOneShot/TGS_Instances -/tools/LinuxOneShot/TGS_Logs +/tools/tgs_test/.vs/* +/tools/tgs_test/bin/* +/tools/tgs_test/obj/* # JavaScript tools **/node_modules diff --git a/.tgs.yml b/.tgs.yml new file mode 100644 index 000000000000..b012bdffe231 --- /dev/null +++ b/.tgs.yml @@ -0,0 +1,25 @@ +# This file is used by TGS (https://github.com/tgstation/tgstation-server) clients to quickly initialize a server instance for the codebase +# The format isn't documented anywhere but hopefully we never have to change it. If there are questions, contact the TGS maintainer Cyberboss/@Dominion#0444 +version: 1 +# The BYOND version to use (kept in sync with dependencies.sh by the "TGS Test Suite" CI job) +# Must be interpreted as a string, keep quoted +byond: "514.1588" +# Folders to create in "/Configuration/GameStaticFiles/" +static_files: + # Config directory should be static + - name: config + # This implies the folder should be pre-populated with contents from the repo + populate: true + # Data directory must be static + - name: data +# String dictionary. The value is the location of the file in the repo to upload to TGS. The key is the name of the file to upload to "/Configuration/EventScripts/" +# This one is for Linux hosted servers +linux_scripts: + PreCompile.sh: tools/tgs_scripts/PreCompile.sh + WatchdogLaunch.sh: tools/tgs_scripts/WatchdogLaunch.sh + InstallDeps.sh: tools/tgs_scripts/InstallDeps.sh +# Same as above for Windows hosted servers +windows_scripts: + PreCompile.bat: tools/tgs_scripts/PreCompile.bat +# The security level the game should be run at +security: Trusted diff --git a/.tgs4.yml b/.tgs4.yml deleted file mode 100644 index 932a3a6672ff..000000000000 --- a/.tgs4.yml +++ /dev/null @@ -1,8 +0,0 @@ -static_files: - - name: config - populate: true - - name: data -linux_scripts: - PreCompile.sh: tools/tgs4_scripts/PreCompile.sh -windows_scripts: - PreCompile.bat: tools/tgs4_scripts/PreCompile.bat diff --git a/_maps/RandomRuins/BeachRuins/beach_ancient_ruin.dmm b/_maps/RandomRuins/BeachRuins/beach_ancient_ruin.dmm index 55b179ab2c26..efab199e9812 100644 --- a/_maps/RandomRuins/BeachRuins/beach_ancient_ruin.dmm +++ b/_maps/RandomRuins/BeachRuins/beach_ancient_ruin.dmm @@ -4,7 +4,7 @@ dir = 4 }, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "aj" = ( /obj/structure/railing/corner{ dir = 1 @@ -227,6 +227,9 @@ /obj/structure/spacevine/weak, /turf/open/floor/plasteel/mono, /area/ruin/beach/complex) +"ea" = ( +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "ee" = ( /obj/machinery/door/airlock/grunge{ dir = 4 @@ -279,7 +282,7 @@ "fC" = ( /obj/structure/flora/ausbushes/grassybush, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "fE" = ( /obj/structure/marker_beacon, /obj/effect/turf_decal/trimline/opaque/white/filled/warning{ @@ -403,6 +406,12 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/concrete/slab_4, /area/ruin/beach/complex) +"hb" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/slab_1{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) "hg" = ( /obj/structure/spacevine/weak, /obj/structure/cable{ @@ -454,7 +463,7 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "ia" = ( /obj/structure/cable{ icon_state = "4-8" @@ -522,7 +531,7 @@ "jc" = ( /mob/living/simple_animal/beachcarp/salmon, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "jd" = ( /obj/structure/chair{ dir = 4 @@ -664,7 +673,7 @@ dir = 10 }, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "lQ" = ( /obj/structure/spacevine/weak, /obj/effect/decal/cleanable/dirt/dust, @@ -719,12 +728,13 @@ }, /area/ruin/beach/complex) "mC" = ( +/obj/item/toy/seashell, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "mH" = ( /obj/structure/flora/ausbushes/fernybush, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "mL" = ( /obj/structure/tank_dispenser, /obj/structure/railing{ @@ -810,14 +820,14 @@ /turf/open/floor/concrete{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "nS" = ( /obj/structure/spacevine/dense, /obj/effect/decal/cleanable/dirt, /turf/open/floor/concrete{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "nV" = ( /obj/machinery/cryopod{ icon_state = "cryopod"; @@ -1059,7 +1069,7 @@ dir = 1 }, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "rA" = ( /obj/machinery/light/small/directional/south, /obj/structure/cable{ @@ -1101,7 +1111,7 @@ /turf/open/floor/concrete{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "rS" = ( /obj/structure/cable{ icon_state = "4-8" @@ -1136,6 +1146,10 @@ }, /turf/open/floor/concrete/slab_1, /area/ruin/beach/complex/wall) +"sa" = ( +/obj/effect/spawner/lootdrop/garden/seaweed, +/turf/open/water/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) "so" = ( /obj/structure/cable{ icon_state = "2-4" @@ -1227,7 +1241,7 @@ /area/ruin/beach/complex/wall) "uo" = ( /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "uw" = ( /obj/effect/turf_decal/trimline/opaque/white/filled/warning{ dir = 10 @@ -1275,7 +1289,7 @@ "uQ" = ( /obj/effect/overlay/palmtree_l, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "uV" = ( /obj/structure/railing{ dir = 5 @@ -1302,7 +1316,7 @@ dir = 4 }, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "vh" = ( /obj/structure/spacevine/weak, /obj/structure/cable{ @@ -1381,7 +1395,7 @@ /turf/open/floor/concrete{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "wi" = ( /obj/structure/cable{ icon_state = "1-2" @@ -1393,7 +1407,7 @@ "wo" = ( /obj/structure/spacevine/weak, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "wr" = ( /turf/open/floor/plating/grass{ light_range = 2 @@ -1520,7 +1534,7 @@ "xP" = ( /obj/effect/overlay/palmtree_r, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "xR" = ( /obj/structure/cable{ icon_state = "1-2" @@ -1597,7 +1611,7 @@ /area/ruin/beach/complex) "yF" = ( /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "zi" = ( /obj/structure/spacevine/weak, /obj/effect/decal/cleanable/dirt/dust, @@ -1642,7 +1656,7 @@ dir = 8 }, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Ae" = ( /mob/living/simple_animal/hostile/hivebot/strong{ name = "mechanoid"; @@ -1658,7 +1672,7 @@ "Ao" = ( /obj/structure/spacevine/dense, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "At" = ( /obj/structure/cable{ icon_state = "1-8" @@ -1769,7 +1783,7 @@ "BS" = ( /obj/effect/turf_decal/weather/sand/corner, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Cb" = ( /obj/structure/table, /obj/item/reagent_containers/pill/patch/silver_sulf{ @@ -2053,7 +2067,7 @@ "Gn" = ( /mob/living/simple_animal/beachcarp/perch, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Gs" = ( /obj/structure/cable{ icon_state = "1-10" @@ -2130,7 +2144,7 @@ dir = 6 }, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "HW" = ( /obj/structure/railing{ dir = 8 @@ -2256,7 +2270,7 @@ /turf/open/floor/concrete{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Jy" = ( /obj/effect/turf_decal/trimline/opaque/white/filled/warning, /obj/effect/turf_decal/industrial/stand_clear/white, @@ -2445,7 +2459,7 @@ "LW" = ( /obj/structure/flora/ausbushes/sunnybush, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Mb" = ( /obj/machinery/light/small/directional/south, /obj/structure/spacevine/dense, @@ -2455,11 +2469,11 @@ "Mt" = ( /obj/structure/flora/ausbushes/fullgrass, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "ME" = ( /mob/living/simple_animal/beachcarp/trout, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "MH" = ( /obj/structure/flora/ausbushes/ywflowers, /turf/open/floor/plating/grass/beach/lit, @@ -2527,7 +2541,7 @@ dir = 8 }, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Ns" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/structure/cable{ @@ -2543,7 +2557,7 @@ dir = 1 }, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "NB" = ( /obj/structure/spacevine/dense, /turf/open/floor/concrete/slab_3, @@ -2755,6 +2769,10 @@ }, /turf/open/floor/plating, /area/ruin/beach/complex/shuttle) +"Qw" = ( +/obj/structure/flora/rock/beach, +/turf/open/water/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) "QD" = ( /obj/structure/cable{ icon_state = "1-2" @@ -2783,7 +2801,7 @@ /turf/open/floor/concrete{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "RP" = ( /obj/structure/cable{ icon_state = "6-9" @@ -2882,7 +2900,7 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Tt" = ( /obj/structure/catwalk/over/plated_catwalk/dark, /obj/structure/cable{ @@ -2898,7 +2916,7 @@ dir = 5 }, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Ty" = ( /obj/machinery/light/small/directional/west, /obj/structure/spacevine/weak, @@ -2990,7 +3008,7 @@ "Vp" = ( /mob/living/simple_animal/beachcarp/bass, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Vw" = ( /obj/structure/spacevine/weak, /turf/open/floor/concrete/slab_4, @@ -3139,7 +3157,7 @@ dir = 9 }, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "YE" = ( /obj/effect/turf_decal/trimline/opaque/white/filled/warning{ dir = 10 @@ -3197,7 +3215,7 @@ "Zf" = ( /obj/effect/turf_decal/weather/sand, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "ZB" = ( /obj/effect/turf_decal/trimline/opaque/white/filled/warning{ dir = 6 @@ -3621,7 +3639,7 @@ yF yF yF yF -yF +Qw yF yF yF @@ -3666,6 +3684,7 @@ jc yF yF yF +Qw yF yF yF @@ -3678,10 +3697,9 @@ yF yF yF yF +Qw yF -yF -yF -yF +sa yF yF yF @@ -3833,7 +3851,7 @@ yF yF yF yF -yF +sa yF yF yF @@ -3963,6 +3981,7 @@ yF yF yF yF +sa yF yF yF @@ -3970,6 +3989,7 @@ yF yF yF yF +Qw yF yF yF @@ -3983,6 +4003,7 @@ yF yF yF yF +Qw yF yF yF @@ -4011,10 +4032,7 @@ yF yF yF yF -yF -yF -yF -yF +Qw yF yF yF @@ -4084,6 +4102,7 @@ yF yF yF yF +sa yF yF yF @@ -4091,8 +4110,7 @@ yF yF yF yF -yF -yF +Qw yF yF yF @@ -4293,11 +4311,11 @@ ad ad ad HR -mC -mC -mC -mC -mC +ea +ea +ea +ea +ea Tu ad ad @@ -4307,9 +4325,9 @@ ad ad ad HR -mC -mC -mC +ea +ea +ea Tu ad ad @@ -4366,31 +4384,31 @@ ad ad ad HR -mC -mC -mC -mC -mC -mC -mC -mC -mC -mC -mC -mC -mC -mC -mC -mC -mC -mC -mC -mC -mC -mC -mC -mC -mC +ea +ea +mC +ea +ea +ea +ea +ea +ea +ea +ea +ea +ea +ea +ea +ea +ea +ea +ea +ea +ea +ea +ea +ea +ea Nw yF yF @@ -4440,34 +4458,34 @@ yF yF BS HR -mC -mC -mC -mC -mC -mC -mC -mC +ea +ea +ea +ea +ea +ea +ea +ea uo Mt uo mH -mC -mC -mC -mC -mC -mC -mC -mC -mC -mC -mC -mC -mC -mC -mC -mC +ea +ea +ea +ea +ea +ea +ea +ea +ea +ea +ea +ea +ea +ea +ea +ea mC Tu Ab @@ -4517,10 +4535,10 @@ yF BS ad HR -mC -mC -mC -mC +ea +ea +ea +ea uo uo xP @@ -4545,9 +4563,9 @@ uo Mt uo uo -mC -mC -mC +ea +ea +ea Nw yF yF @@ -4576,7 +4594,7 @@ yF yF yF yF -yF +sa yF yF yF @@ -4593,9 +4611,9 @@ yF BS ad HR -mC -mC -mC +ea +ea +ea uo uo mH @@ -4624,8 +4642,8 @@ FF lS fC uo -mC -mC +ea +ea Nw yF yF @@ -4669,9 +4687,9 @@ yF yF yF Zf -mC -mC -mC +ea +ea +ea uo fC LW @@ -4702,8 +4720,8 @@ pM lS lS uo -mC -mC +ea +ea Nw yF yF @@ -4748,8 +4766,8 @@ yF BS HR mC -mC -mC +ea +ea uo lS lS @@ -4780,8 +4798,8 @@ lQ II gj mH -mC -mC +ea +ea Nw yF yF @@ -4796,7 +4814,7 @@ yF yF yF yF -yF +Qw yF yF uy @@ -4824,9 +4842,9 @@ yF yF BS HR -mC -mC -mC +ea +ea +ea uo Mt Ht @@ -4858,8 +4876,8 @@ pM lS lS uo -mC -mC +ea +ea Tu Ab yF @@ -4867,7 +4885,7 @@ yF yF yF yF -yF +Qw yF yF yF @@ -4901,9 +4919,9 @@ yF yF yF Zf -mC -mC -mC +ea +ea +ea uo uo lS @@ -4936,8 +4954,8 @@ SH lS uo xP -mC -mC +ea +ea mC Nw yF @@ -4979,8 +4997,8 @@ yF yF BS HR -mC -mC +ea +ea uo uo LW @@ -5015,8 +5033,8 @@ lS fC uo uo -mC -mC +ea +ea Nw yF yF @@ -5056,9 +5074,9 @@ yF yF yF Zf -mC -mC -mC +ea +ea +ea uo Mt uo @@ -5093,8 +5111,8 @@ lS uo Mt uo -mC -mC +ea +ea Nw yF yF @@ -5104,7 +5122,7 @@ yF yF yF yF -yF +Qw yF yF yF @@ -5134,8 +5152,8 @@ yF yF yF Zf -mC -mC +ea +ea uo uo uo @@ -5171,8 +5189,8 @@ gj uo uo uo -mC -mC +ea +ea Nw yF yF @@ -5212,8 +5230,8 @@ yF yF BS HR -mC -mC +ea +ea uo xP uo @@ -5247,10 +5265,10 @@ lS pZ lS uo -mC -mC -mC -mC +ea +ea +ea +ea Nw yF yF @@ -5289,9 +5307,9 @@ yF yF yF Zf -mC -mC -mC +ea +ea +ea uo LW mH @@ -5325,9 +5343,9 @@ lS pZ lS mH -mC -mC -mC +ea +ea +ea YD re yF @@ -5367,8 +5385,8 @@ yF yF BS HR -mC -mC +ea +ea fC uo uo @@ -5404,8 +5422,8 @@ oJ lS Mt uo -mC -mC +ea +ea Nw yF yF @@ -5444,9 +5462,9 @@ yF yF yF Zf -mC -mC -mC +ea +ea +ea uo lS lS @@ -5482,8 +5500,8 @@ pM lS fC uo -mC -mC +ea +ea Nw yF yF @@ -5522,8 +5540,8 @@ yF yF yF Zf -mC -mC +ea +ea uo Mt lS @@ -5559,9 +5577,9 @@ lS pZ lS uo -mC -mC -mC +ea +ea +ea Nw yF yF @@ -5600,8 +5618,8 @@ yF yF yF Zf -mC -mC +ea +ea uo lS lS @@ -5637,9 +5655,9 @@ lS pZ lS uo -mC -mC -mC +ea +ea +ea Nw yF yF @@ -5678,7 +5696,7 @@ yF yF yF Zf -mC +ea uo fC lS @@ -5715,9 +5733,9 @@ lS aV lS Mt -mC -mC -mC +ea +ea +ea Nw yF yF @@ -5756,7 +5774,7 @@ yF yF BS HR -mC +ea uo Mt lS @@ -5794,8 +5812,8 @@ Fg lS uo uo -mC -mC +ea +ea Nw yF yF @@ -5833,8 +5851,8 @@ yF yF yF Zf -mC -mC +ea +ea fC LW lS @@ -5872,8 +5890,8 @@ Xo lS uo uo -mC -mC +ea +ea Nw yF yF @@ -5885,7 +5903,7 @@ yF yF yF yF -yF +sa yF yF yF @@ -5911,8 +5929,8 @@ yF yF yF Zf -mC -mC +ea +ea uo Mt Bh @@ -5950,8 +5968,8 @@ pZ lS Mt uo -mC -mC +ea +ea Nw yF yF @@ -5989,8 +6007,8 @@ yF yF yF Zf -mC -mC +ea +ea uo uo lS @@ -6028,8 +6046,8 @@ pZ lS uo uo -mC -mC +ea +ea Nw yF yF @@ -6067,8 +6085,8 @@ yF yF yF Zf -mC -mC +ea +ea uo mH lS @@ -6106,7 +6124,7 @@ PD lS fC uo -mC +ea YD re yF @@ -6145,8 +6163,8 @@ yF yF yF Zf -mC -mC +ea +ea mH uo lS @@ -6178,12 +6196,12 @@ Vw np AA Tq -Im +hb lS Li gj Mt -mC +ea mC Nw yF @@ -6223,8 +6241,8 @@ yF yF yF Zf -mC -mC +ea +ea uo LW lS @@ -6261,8 +6279,8 @@ lS Fg lS mH -mC -mC +ea +ea Nw yF yF @@ -6301,8 +6319,8 @@ Vp yF yF Zf -mC -mC +ea +ea fC uo lS @@ -6339,8 +6357,8 @@ lS aV lS uo -mC -mC +ea +ea Nw yF yF @@ -6380,8 +6398,8 @@ yF yF vf lw -mC -mC +ea +ea fC lS pM @@ -6417,8 +6435,8 @@ lS Xo lS LW -mC -mC +ea +ea Nw yF yF @@ -6458,8 +6476,8 @@ yF yF yF Zf -mC -mC +ea +ea uo lS pM @@ -6495,8 +6513,8 @@ lS Xo lS uo -mC -mC +ea +ea Nw yF yF @@ -6536,8 +6554,8 @@ yF yF yF Zf -mC -mC +ea +ea uo Bh hO @@ -6573,8 +6591,8 @@ lS Fg lS uQ -mC -mC +ea +ea Nw yF yF @@ -6614,7 +6632,7 @@ yF yF yF Zf -mC +ea uo Mt lS @@ -6652,7 +6670,7 @@ aA lS uo uo -mC +ea Nw yF yF @@ -6692,7 +6710,7 @@ yF yF yF Zf -mC +ea fC Mt lS @@ -6730,7 +6748,7 @@ pZ lS Mt uo -mC +ea Nw yF yF @@ -6770,7 +6788,7 @@ yF yF yF Zf -mC +ea uo uo lS @@ -6808,7 +6826,7 @@ pZ lS uo uo -mC +ea Nw yF yF @@ -6848,7 +6866,7 @@ yF yF BS HR -mC +ea uo xP lS @@ -6885,8 +6903,8 @@ lS TG lS uo -mC -mC +ea +ea Tu Ab yF @@ -6925,8 +6943,8 @@ yF yF yF Zf -mC -mC +ea +ea uo uo lS @@ -6963,9 +6981,9 @@ lS cl lS fC -mC -mC -mC +ea +ea +ea Nw yF yF @@ -7003,8 +7021,8 @@ yF yF yF Zf -mC -mC +ea +ea uo LW lS @@ -7041,9 +7059,9 @@ lS pM lS uo -mC -mC -mC +ea +ea +ea Nw yF yF @@ -7081,8 +7099,8 @@ yF yF yF Zf -mC -mC +ea +ea uo uo lS @@ -7120,8 +7138,8 @@ Xo lS LW uo -mC -mC +ea +ea Nw yF yF @@ -7159,8 +7177,8 @@ yF yF yF Zf -mC -mC +ea +ea LW Mt Bh @@ -7198,8 +7216,8 @@ RQ gj uo uo -mC -mC +ea +ea Nw yF yF @@ -7237,8 +7255,8 @@ yF yF yF Zf -mC -mC +ea +ea uo mH lS @@ -7276,8 +7294,8 @@ DF lS uo uo -mC -mC +ea +ea Nw yF yF @@ -7287,7 +7305,7 @@ yF yF yF yF -yF +Qw yF yF yF @@ -7315,8 +7333,8 @@ yF yF yF Zf -mC -mC +ea +ea fC uo lS @@ -7354,8 +7372,8 @@ pZ lS Mt mH -mC -mC +ea +ea Nw yF yF @@ -7364,7 +7382,7 @@ yF yF yF yF -yF +Qw yF yF yF @@ -7390,11 +7408,11 @@ yF yF yF yF -yF +Qw yF Zf -mC -mC +ea +ea Mt uo lS @@ -7432,8 +7450,8 @@ pZ lS lS uo -mC -mC +ea +ea Nw yF yF @@ -7471,8 +7489,8 @@ yF yF yF Zf -mC -mC +ea +ea uo LW lS @@ -7511,7 +7529,7 @@ hg DT uo uo -mC +ea Nw yF yF @@ -7546,11 +7564,11 @@ yF Gn yF yF -yF +Qw yF Zf -mC -mC +ea +ea uo lS lS @@ -7589,7 +7607,7 @@ lS lS LW mH -mC +ea Nw yF yF @@ -7599,7 +7617,7 @@ yF yF yF yF -yF +Qw yF yF yF @@ -7628,7 +7646,7 @@ yF yF vf lw -mC +ea Mt Bh wZ @@ -7677,7 +7695,7 @@ yF yF yF yF -yF +Qw yF yF yF @@ -7703,10 +7721,10 @@ yF yF yF yF -yF +Qw yF Zf -mC +ea uo lS lS @@ -7744,8 +7762,8 @@ uo uo fC uo -mC -mC +ea +ea Nw yF yF @@ -7813,16 +7831,16 @@ uo uo uo uo -mC -mC -mC -mC -mC -mC -mC -mC -mC -mC +ea +ea +ea +ea +ea +ea +ea +ea +ea +ea YD re yF @@ -7862,8 +7880,8 @@ yF yF yF Zf -mC -mC +ea +ea xP uo uo @@ -7874,28 +7892,28 @@ uo uo uo uo +ea +ea mC -mC -mC -mC -mC -mC +ea +ea +ea uo uo uo +ea +ea +ea +ea +ea +ea +ea +ea +ea +ea +ea mC -mC -mC -mC -mC -mC -mC -mC -mC -mC -mC -mC -mC +ea YD Nq Nq @@ -7941,31 +7959,31 @@ yF yF vf lw -mC -mC -mC -mC -mC +ea +ea +ea +ea +ea uo Mt uo mH uo -mC -mC -mC -mC -mC -mC -mC -mC -mC -mC -mC -mC -mC -mC -mC +ea +ea +ea +ea +ea +ea +ea +ea +ea +ea +ea +ea +ea +ea +ea YD Nq Nq @@ -7988,7 +8006,7 @@ yF yF yF yF -yF +sa yF yF yF @@ -8022,23 +8040,23 @@ vf Nq Nq lw -mC -mC -mC -mC -mC -mC -mC -mC -mC -mC +ea +ea +ea +ea +ea +ea +ea +ea +ea +ea YD Nq lw -mC -mC -mC -mC +ea +ea +ea +ea mC YD Nq @@ -8098,7 +8116,7 @@ yF yF yF yF -yF +Qw vf Nq Nq @@ -8177,7 +8195,7 @@ yF yF yF yF -yF +Qw yF yF yF @@ -8269,7 +8287,7 @@ yF yF yF yF -yF +sa yF yF yF @@ -8301,7 +8319,7 @@ yF yF yF yF -yF +Qw yF yF yF @@ -8437,6 +8455,7 @@ yF yF yF yF +Qw yF yF yF @@ -8455,9 +8474,8 @@ yF yF yF yF -yF -yF -yF +Qw +Qw yF yF yF @@ -8513,6 +8531,7 @@ yF yF yF yF +Qw yF yF yF @@ -8532,8 +8551,7 @@ yF yF yF yF -yF -yF +Qw yF yF yF @@ -8591,12 +8609,14 @@ yF yF yF yF +Qw yF yF yF yF yF yF +sa yF yF yF @@ -8610,9 +8630,7 @@ yF yF yF yF -yF -yF -yF +Qw yF yF yF @@ -8804,7 +8822,7 @@ yF yF yF yF -yF +sa yF yF yF diff --git a/_maps/RandomRuins/BeachRuins/beach_colony.dmm b/_maps/RandomRuins/BeachRuins/beach_colony.dmm index 8ba418ed1bb4..95f9f4baa89c 100644 --- a/_maps/RandomRuins/BeachRuins/beach_colony.dmm +++ b/_maps/RandomRuins/BeachRuins/beach_colony.dmm @@ -2,90 +2,90 @@ "ag" = ( /obj/effect/overlay/palmtree_l, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "aW" = ( /obj/item/instrument/guitar, /turf/open/floor/carpet/blue{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "bt" = ( /obj/structure/flora/ausbushes/leafybush, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "bO" = ( /turf/closed/wall/mineral/sandstone, /area/ruin/unpowered) "cr" = ( /obj/item/reagent_containers/food/snacks/kebab/rat/double, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "cC" = ( /obj/structure/flora/ausbushes/brflowers, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "cS" = ( /obj/structure/flora/ausbushes/fernybush, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "dE" = ( /obj/item/seeds/cocoapod, /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "dH" = ( /obj/structure/fence{ icon_state = "corner" }, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "fd" = ( /obj/item/cultivator/rake, /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "fj" = ( /obj/item/storage/cans/sixbeer, /turf/open/floor/carpet/orange{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "fC" = ( /obj/structure/flora/tree/palm, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "gn" = ( /obj/structure/flora/ausbushes/sparsegrass, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "gv" = ( /obj/structure/fluff/beach_umbrella/cap, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "hh" = ( /obj/structure/barricade/sandbags, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "hQ" = ( /obj/structure/fence{ dir = 5; icon_state = "corner" }, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "iJ" = ( /obj/structure/railing{ dir = 1 }, /obj/item/melee/roastingstick, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "kd" = ( /obj/effect/mob_spawn/human/corpse/pirate, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "kV" = ( /obj/effect/decal/cleanable/crayon{ icon_state = "carp" @@ -93,15 +93,15 @@ /turf/open/floor/concrete{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "lr" = ( /obj/item/toy/beach_ball, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "lD" = ( /obj/structure/fence, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "mt" = ( /turf/open/floor/wood, /area/ruin/unpowered) @@ -119,17 +119,17 @@ "nl" = ( /obj/item/shovel/spade, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "ns" = ( /obj/structure/fence{ icon_state = "door_closed" }, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "nB" = ( /obj/structure/flora/ausbushes/ppflowers, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "on" = ( /obj/structure/table/wood, /obj/item/clothing/glasses/sunglasses/garb{ @@ -145,33 +145,33 @@ dir = 4 }, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "pv" = ( /turf/open/floor/plating/asteroid/sand/lit{ icon_state = "sand_dug" }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "pN" = ( /turf/open/floor/concrete{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "pU" = ( /obj/structure/fluff/fokoff_sign, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "pY" = ( /obj/structure/bonfire/prelit, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "qq" = ( /obj/effect/overlay/coconut, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "qG" = ( /obj/item/clothing/suit/space/hardsuit/carp/old, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "qP" = ( /obj/structure/window/reinforced{ dir = 8 @@ -181,7 +181,7 @@ /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "rD" = ( /obj/structure/bed, /obj/item/bedsheet/dorms, @@ -191,7 +191,7 @@ /turf/open/floor/carpet/blue{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "ug" = ( /obj/structure/closet/crate/freezer{ name = "Cooler" @@ -215,17 +215,17 @@ /obj/item/reagent_containers/food/drinks/beer/light, /obj/item/reagent_containers/food/drinks/beer/light, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "uw" = ( /obj/structure/flora/rock/beach, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "vG" = ( /obj/effect/mob_spawn/human/corpse/charredskeleton, /turf/open/floor/carpet/purple{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "wb" = ( /obj/structure/window/reinforced{ dir = 1 @@ -238,7 +238,7 @@ /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "wf" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/grille, @@ -248,21 +248,21 @@ "xK" = ( /obj/structure/chair/plastic, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "xT" = ( /obj/item/stack/sheet/sandblock, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Ap" = ( /obj/structure/fluff/beach_umbrella/security, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "AV" = ( /obj/item/storage/crayons, /turf/open/floor/concrete{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "CR" = ( /obj/structure/window/reinforced{ dir = 4 @@ -278,7 +278,7 @@ /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Dx" = ( /obj/item/toy/crayon/spraycan{ pixel_x = -5; @@ -291,7 +291,7 @@ /turf/open/floor/concrete{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "EB" = ( /obj/structure/fence{ dir = 4 @@ -300,50 +300,50 @@ dir = 4 }, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "EC" = ( /obj/item/toy/beach_ball/holoball/dodgeball, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Fm" = ( /obj/structure/catwalk/over/plated_catwalk, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "FV" = ( /obj/effect/overlay/palmtree_r, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "FW" = ( /mob/living/simple_animal/hostile/carp, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Gh" = ( /obj/structure/fence{ dir = 9; icon_state = "corner" }, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Hg" = ( /obj/machinery/hydroponics/soil, /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "IV" = ( /obj/item/stack/ore/glass/beach, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Ja" = ( /obj/structure/flora/tree/jungle/small, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Jb" = ( /obj/item/seeds/cocoapod/vanillapod, /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "JX" = ( /obj/machinery/door/airlock/sandstone, /turf/open/floor/wood, @@ -352,36 +352,36 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "KM" = ( /turf/template_noop, /area/template_noop) "Ld" = ( /obj/structure/fluff/beach_umbrella/science, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Li" = ( /turf/open/water/beach/deep, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Lz" = ( /obj/structure/fluff/beach_umbrella/engine, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "ML" = ( /obj/item/reagent_containers/glass/bucket/wooden, /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Nl" = ( /obj/item/toy/seashell, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Nz" = ( /turf/open/floor/plasteel/stairs/old{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "NG" = ( /obj/item/gun/ballistic/automatic/pistol/m1911/no_mag{ pixel_x = 13 @@ -391,7 +391,7 @@ name = "glock-ness monster plushie" }, /turf/open/water/beach/deep, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "NL" = ( /obj/structure/closet/cabinet, /obj/item/storage/backpack/duffelbag, @@ -415,50 +415,50 @@ icon_state = "corner" }, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Pd" = ( /obj/item/grown/log/tree, /obj/item/grown/log/tree, /obj/item/grown/log/tree, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Px" = ( /obj/structure/chair/plastic{ dir = 1 }, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Qf" = ( /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "RK" = ( /obj/item/toy/beach_ball/holoball/dodgeball, /obj/item/melee/skateboard/hoverboard, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "RM" = ( /obj/structure/sink/puddle, /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "RV" = ( /obj/structure/chair/plastic{ dir = 8 }, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "SS" = ( /turf/open/floor/carpet/red{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Te" = ( /obj/structure/railing, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Tr" = ( /obj/item/reagent_containers/food/drinks/colocup{ pixel_x = -7; @@ -475,26 +475,26 @@ /turf/open/floor/carpet/red{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "TW" = ( /obj/structure/fence{ dir = 4 }, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "TZ" = ( /turf/open/floor/carpet/purple{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "US" = ( /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Vn" = ( /turf/open/floor/plating/grass/beach{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Vx" = ( /obj/structure/table/rolling, /obj/item/reagent_containers/food/snacks/kebab/fiesta, @@ -505,48 +505,48 @@ pixel_y = 13 }, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "VG" = ( /obj/item/reagent_containers/spray/cleaner, /turf/open/floor/concrete{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "VX" = ( /obj/structure/railing{ dir = 8 }, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Wq" = ( /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Ww" = ( /obj/item/melee/roastingstick, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Xd" = ( /obj/structure/railing{ dir = 4 }, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Xe" = ( /obj/item/storage/cans/sixbeer, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Xh" = ( /obj/item/reagent_containers/glass/bucket, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Xo" = ( /obj/structure/statue/sandstone/assistant, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Xr" = ( /obj/structure/flora/ausbushes/sparsegrass, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Xz" = ( /obj/structure/window/reinforced{ dir = 4 @@ -554,7 +554,7 @@ /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Yi" = ( /obj/item/toy/plush/lizardplushie{ name = "Soaks-The-Rays" @@ -562,7 +562,7 @@ /turf/open/floor/carpet/orange{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Yq" = ( /obj/effect/decal/cleanable/crayon{ icon_state = "#" @@ -570,18 +570,18 @@ /turf/open/floor/concrete{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Zz" = ( /obj/structure/flora/ausbushes/grassybush, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "ZA" = ( /obj/structure/flora/junglebush/large, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "ZI" = ( /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) (1,1,1) = {" KM diff --git a/_maps/RandomRuins/BeachRuins/beach_crashed_engineer.dmm b/_maps/RandomRuins/BeachRuins/beach_crashed_engineer.dmm index 2b0f5d02b12b..882e050c551d 100644 --- a/_maps/RandomRuins/BeachRuins/beach_crashed_engineer.dmm +++ b/_maps/RandomRuins/BeachRuins/beach_crashed_engineer.dmm @@ -18,7 +18,7 @@ /area/ruin/unpowered) "bp" = ( /turf/open/floor/plating/beach/sand, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "bv" = ( /obj/machinery/power/smes/shuttle/precharged{ dir = 1 @@ -36,7 +36,7 @@ /turf/open/floor/plating{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "ch" = ( /mob/living/simple_animal/crab{ name = "\improper Crab" @@ -44,7 +44,7 @@ /turf/open/floor/plating/beach/sand{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "cj" = ( /obj/structure/cable{ icon_state = "0-9" @@ -95,7 +95,7 @@ "cW" = ( /obj/structure/radioactive, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "dG" = ( /obj/structure/cable, /obj/machinery/power/apc/auto_name/directional/south, @@ -113,7 +113,7 @@ /turf/open/floor/plating{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "dO" = ( /obj/structure/cable, /obj/machinery/rnd/production/circuit_imprinter/department, @@ -121,11 +121,11 @@ /area/ruin/unpowered) "dX" = ( /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "eM" = ( /obj/structure/flora/ausbushes/ppflowers, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "fa" = ( /obj/effect/turf_decal/industrial/outline/yellow, /obj/effect/decal/cleanable/glass, @@ -145,11 +145,15 @@ "fB" = ( /obj/structure/flora/junglebush/large, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "fT" = ( /obj/structure/barricade/wooden, /turf/open/floor/plasteel/dark, /area/ruin/unpowered) +"gx" = ( +/obj/structure/girder, +/turf/open/floor/plating/rust, +/area/overmap_encounter/planetoid/beachplanet/explored) "gH" = ( /mob/living/simple_animal/hostile/abandoned_minebot{ name = "\improper Abandoned Tony" @@ -157,7 +161,7 @@ /turf/open/floor/plating/beach/sand{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "hA" = ( /obj/structure/grille, /obj/structure/window/plasma/reinforced/fulltile, @@ -185,7 +189,7 @@ /turf/open/floor/plating{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "iC" = ( /obj/structure/curtain/cloth/grey, /turf/open/floor/plating/rust, @@ -214,7 +218,7 @@ "kA" = ( /obj/machinery/portable_atmospherics/scrubber/huge/movable, /turf/open/floor/plating/rust, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "kF" = ( /obj/machinery/power/port_gen/pacman/super{ anchored = 1 @@ -230,7 +234,7 @@ /turf/open/floor/plating/beach/sand{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "kK" = ( /obj/structure/cable{ icon_state = "2-5" @@ -251,13 +255,13 @@ dir = 6 }, /turf/open/floor/plating/rust, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "lk" = ( /mob/living/simple_animal/hostile/asteroid/lobstrosity/beach, /turf/open/floor/plating/beach/sand{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "lR" = ( /obj/machinery/power/floodlight, /obj/structure/cable{ @@ -272,7 +276,7 @@ /turf/open/floor/plating{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "ma" = ( /obj/structure/curtain/cloth/grey, /turf/open/floor/plating, @@ -302,13 +306,13 @@ dir = 10 }, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "mU" = ( /obj/effect/turf_decal/weather/sand{ dir = 9 }, /turf/open/floor/plating/rust, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "ni" = ( /obj/structure/closet/secure_closet/personal/cabinet{ anchored = 1 @@ -396,7 +400,7 @@ /turf/open/floor/plating/beach/sand{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "qK" = ( /obj/machinery/power/terminal, /obj/structure/cable, @@ -409,7 +413,13 @@ /turf/open/floor/plating/beach/sand{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) +"rt" = ( +/obj/effect/turf_decal/weather/sand{ + dir = 5 + }, +/turf/open/floor/plating, +/area/overmap_encounter/planetoid/beachplanet/explored) "rW" = ( /obj/structure/cable{ icon_state = "5-8" @@ -426,13 +436,13 @@ /turf/open/floor/plating/beach/sand{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "sv" = ( /obj/machinery/atmospherics/components/binary/valve, /turf/open/floor/plating/beach/sand{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "sA" = ( /obj/structure/cable{ icon_state = "2-8" @@ -447,12 +457,20 @@ /turf/open/floor/plating/beach/sand{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "sN" = ( /obj/structure/reagent_dispensers/fueltank, /obj/effect/decal/cleanable/oil, /turf/open/floor/plasteel/tech, /area/ruin/unpowered) +"tn" = ( +/obj/effect/turf_decal/weather/sand{ + dir = 1 + }, +/turf/open/floor/plating{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) "ts" = ( /obj/structure/cable{ icon_state = "0-5" @@ -460,7 +478,7 @@ /turf/open/floor/plating/beach/sand{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "ty" = ( /obj/effect/turf_decal/weather/sand{ dir = 1 @@ -486,7 +504,7 @@ /turf/open/floor/plating/beach/sand{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "uw" = ( /obj/structure/girder, /obj/effect/turf_decal/weather/sand, @@ -497,7 +515,7 @@ icon_state = "sand_dug"; light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "wu" = ( /obj/structure/cable{ icon_state = "2-4" @@ -524,7 +542,7 @@ /turf/open/floor/plating/beach/sand{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "yc" = ( /obj/effect/turf_decal/atmos/plasma, /turf/open/floor/engine/plasma, @@ -548,7 +566,7 @@ /turf/open/floor/plating/beach/sand{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "yA" = ( /obj/effect/turf_decal/industrial/warning/corner{ dir = 8 @@ -582,7 +600,12 @@ /turf/open/floor/plating{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) +"Ae" = ( +/turf/open/floor/plating/beach/sand{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) "Ah" = ( /obj/machinery/atmospherics/pipe/simple/yellow/visible, /obj/structure/grille, @@ -596,7 +619,7 @@ /turf/open/floor/plating/beach/sand{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "At" = ( /obj/structure/cable{ icon_state = "5-10" @@ -604,7 +627,7 @@ /turf/open/floor/plating/beach/sand{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "AT" = ( /obj/structure/cable{ icon_state = "0-5" @@ -638,7 +661,7 @@ dir = 9 }, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "BF" = ( /obj/structure/cable{ icon_state = "4-8" @@ -668,7 +691,7 @@ /turf/open/floor/plating/beach/sand{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "CW" = ( /obj/machinery/suit_storage_unit/inherit, /obj/item/clothing/suit/space/hardsuit/ancient, @@ -679,10 +702,10 @@ /turf/open/floor/plating/beach/sand{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "DC" = ( /turf/open/water/beach/deep, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "DI" = ( /obj/structure/cable{ icon_state = "0-9" @@ -690,13 +713,13 @@ /turf/open/floor/plating/beach/sand{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "DO" = ( /obj/structure/flora/tree/palm, /turf/open/floor/plating/beach/sand{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "DU" = ( /obj/structure/cable{ icon_state = "6-8" @@ -710,13 +733,13 @@ /turf/open/floor/plating{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "ET" = ( /obj/effect/turf_decal/weather/sand{ dir = 8 }, /turf/open/floor/plating/rust, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Fd" = ( /obj/structure/rack, /obj/item/storage/bag/ore, @@ -724,11 +747,11 @@ /turf/open/floor/plating{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Fp" = ( /obj/effect/turf_decal/weather/sand, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "FF" = ( /obj/effect/turf_decal/weather/sand{ dir = 4 @@ -744,13 +767,13 @@ /turf/open/floor/plating{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Gj" = ( /obj/effect/decal/cleanable/glass, /turf/open/floor/plating/beach/sand{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Gl" = ( /turf/closed/wall/rust, /area/ruin/unpowered) @@ -779,7 +802,7 @@ /turf/open/floor/plating/beach/sand{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "HK" = ( /obj/structure/closet/secure_closet/engineering_welding, /turf/open/floor/plating, @@ -801,7 +824,7 @@ icon_state = "sand_dug"; light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "IZ" = ( /obj/machinery/power/shuttle/engine/electric{ dir = 4 @@ -811,7 +834,7 @@ }, /obj/effect/decal/fakelattice, /turf/open/floor/plating/rust, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "JE" = ( /turf/open/floor/plasteel/dark, /area/ruin/unpowered) @@ -835,12 +858,12 @@ dir = 10 }, /turf/open/floor/plating/rust, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Kl" = ( /obj/effect/radiation, /obj/item/book/manual/wiki/engineering_singulo_tesla, /turf/open/water/beach/deep, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Ko" = ( /obj/machinery/atmospherics/components/unary/passive_vent{ dir = 1 @@ -866,7 +889,7 @@ /turf/open/floor/plating{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Lo" = ( /obj/machinery/atmospherics/pipe/simple/yellow/visible, /obj/effect/turf_decal/weather/sand{ @@ -875,20 +898,20 @@ /turf/open/floor/plating{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Lv" = ( /mob/living/simple_animal/beachcarp/trout{ desc = "A wild three-eyed trout."; name = "ole Three Eyes" }, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "LI" = ( /obj/structure/flora/rock, /turf/open/floor/plating/beach/sand{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Ms" = ( /obj/effect/turf_decal/weather/sand{ dir = 10 @@ -903,7 +926,7 @@ /turf/open/floor/plating/beach/sand{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Nh" = ( /obj/structure/cable{ icon_state = "4-9" @@ -933,7 +956,7 @@ /turf/open/floor/plating/beach/sand{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "OI" = ( /obj/effect/turf_decal/weather/sand{ dir = 9 @@ -941,7 +964,7 @@ /turf/open/floor/plating{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Pa" = ( /obj/machinery/power/terminal{ dir = 8 @@ -954,10 +977,13 @@ }, /turf/open/floor/plating, /area/ruin/unpowered) +"Pw" = ( +/turf/closed/wall/mineral/titanium, +/area/overmap_encounter/planetoid/beachplanet/explored) "PK" = ( /obj/structure/flora/tree/jungle/small, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "PR" = ( /obj/structure/chair/stool/bar{ dir = 4; @@ -971,7 +997,7 @@ "Qd" = ( /obj/structure/flora/ausbushes/leafybush, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Qt" = ( /obj/effect/turf_decal/weather/sand{ dir = 5 @@ -1013,13 +1039,13 @@ /turf/open/floor/plating{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Rf" = ( /obj/effect/turf_decal/weather/sand{ dir = 1 }, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Rj" = ( /obj/structure/bed/roller, /obj/item/bedsheet/orange, @@ -1037,7 +1063,7 @@ /turf/open/floor/plating/beach/sand{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Sx" = ( /obj/structure/cable{ icon_state = "4-8" @@ -1046,7 +1072,7 @@ /turf/open/floor/plating{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "SE" = ( /obj/structure/barricade/wooden, /turf/open/floor/plating/beach/sand{ @@ -1066,14 +1092,14 @@ /turf/open/floor/plating{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "SZ" = ( /obj/effect/decal/cleanable/glass, /obj/effect/turf_decal/weather/sand{ dir = 5 }, /turf/open/floor/plating, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Ta" = ( /obj/structure/cable{ icon_state = "5-8" @@ -1081,7 +1107,7 @@ /turf/open/floor/plating/beach/sand{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Tf" = ( /obj/structure/cable{ icon_state = "1-2" @@ -1102,7 +1128,7 @@ /turf/open/floor/plating/beach/sand{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "TB" = ( /obj/effect/spawner/structure/window/hollow/directional{ dir = 8 @@ -1115,16 +1141,16 @@ /turf/open/floor/plating/beach/sand{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Uk" = ( /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Uz" = ( /obj/effect/turf_decal/weather/sand{ dir = 5 }, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "UM" = ( /obj/structure/cable{ icon_state = "6-8" @@ -1144,7 +1170,7 @@ /obj/effect/radiation, /obj/effect/decal/fakelattice, /turf/open/floor/plating/rust, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Vb" = ( /obj/machinery/atmospherics/components/unary/portables_connector{ dir = 4 @@ -1155,13 +1181,13 @@ /turf/open/floor/plating{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Wg" = ( /obj/structure/flora/ausbushes/sparsegrass, /turf/open/floor/plating/beach/sand{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Wn" = ( /obj/machinery/computer/arcade/orion_trail{ dir = 8; @@ -1185,7 +1211,7 @@ dir = 4 }, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Xa" = ( /obj/machinery/atmospherics/components/unary/portables_connector, /obj/effect/turf_decal/weather/sand{ @@ -1199,12 +1225,12 @@ dir = 8 }, /turf/open/floor/plating/rust, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Xc" = ( /obj/structure/radioactive, /obj/effect/decal/cleanable/greenglow, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Xi" = ( /obj/machinery/atmospherics/components/unary/passive_vent{ dir = 1 @@ -1226,13 +1252,13 @@ /turf/open/floor/plating/beach/sand{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Yh" = ( /obj/effect/turf_decal/weather/sand{ dir = 6 }, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Yw" = ( /obj/effect/turf_decal/industrial/warning, /obj/structure/cable{ @@ -1257,7 +1283,7 @@ /turf/open/floor/plating/beach/sand{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "ZW" = ( /obj/machinery/pipedispenser, /turf/open/floor/plasteel/dark, @@ -1269,15 +1295,15 @@ ys ys ys ys -kP -kP -kP -kP -kP +Ae +Ae +Ae +Ae +Ae Wg -kP -kP -kP +Ae +Ae +Ae Uk fB Uk @@ -1301,16 +1327,16 @@ ys ys ys ys -kP -kP +Ae +Ae DO -kP +Ae Bl mM -kP -kP -kP -kP +Ae +Ae +Ae +Ae Uk Uk Uk @@ -1334,17 +1360,17 @@ ys (3,1,1) = {" ys ys -kP +Ae Wg -kP -kP +Ae +Ae Bl dX dX mM TI -kP -kP +Ae +Ae Uk Uk Uk @@ -1368,9 +1394,9 @@ ys (4,1,1) = {" ys ys -kP -kP -kP +Ae +Ae +Ae Bl dX DC @@ -1378,9 +1404,9 @@ cW dX mM LI -kP -kP -kP +Ae +Ae +Ae Uk Uk Uk @@ -1403,7 +1429,7 @@ ys ys ys DO -kP +Ae Bl dX DC @@ -1412,12 +1438,12 @@ DC dX Fp Sl -kP -kP -kP +Ae +Ae +Ae Wg -kP -kP +Ae +Ae Uk Uk Uk @@ -1436,8 +1462,8 @@ ys (6,1,1) = {" ys ys -kP -kP +Ae +Ae Rf DC IZ @@ -1445,14 +1471,14 @@ Kl DC dX Fp -kP -kP -kP -kP -kP -kP -kP -kP +Ae +Ae +Ae +Ae +Ae +Ae +Ae +Ae ch Uk Uk @@ -1469,9 +1495,9 @@ ys "} (7,1,1) = {" ys -kP -kP -kP +Ae +Ae +Ae Rf DC UU @@ -1480,16 +1506,16 @@ DC dX Fp DO -kP -kP -kP +Ae +Ae +Ae mU Kf -kP -kP +Ae +Ae ET -kP -kP +Ae +Ae Uk Uk ys @@ -1503,9 +1529,9 @@ ys "} (8,1,1) = {" ys -kP +Ae FN -kP +Ae Rf dX DC @@ -1513,9 +1539,9 @@ DC Lv dX Yh -kP -kP -kP +Ae +Ae +Ae qD qD ij @@ -1523,9 +1549,9 @@ qD Gl qD qD -kP -kP -kP +Ae +Ae +Ae ys ys ys @@ -1537,9 +1563,9 @@ ys "} (9,1,1) = {" ys -kP -tB -kP +Ae +Pw +Ae Uz Xc dX @@ -1547,8 +1573,8 @@ dX dX Yh Ot -kP -kP +Ae +Ae Gl qD HK @@ -1558,9 +1584,9 @@ Qw Qw qD qD -kP -kP -kP +Ae +Ae +Ae ys ys ys @@ -1571,19 +1597,19 @@ ys "} (10,1,1) = {" ys -kP -kP -kP +Ae +Ae +Ae yv Uz WH WH Yh -kP -kP +Ae +Ae Wg -kP -kP +Ae +Ae ty wu qK @@ -1592,9 +1618,9 @@ Tf hM JW qD -kP -kP -kP +Ae +Ae +Ae ys ys ys @@ -1605,19 +1631,19 @@ ys "} (11,1,1) = {" ys -kP -kP -ij -kP -kP +Ae +Ae +gx +Ae +Ae Wg -kP -kP -kP +Ae +Ae +Ae DO -kP -kP -kP +Ae +Ae +Ae Qt kF Qw @@ -1626,10 +1652,10 @@ rW Qw Qw qD -kP -kP -kP -kP +Ae +Ae +Ae +Ae ys ys ys @@ -1639,20 +1665,20 @@ ys "} (12,1,1) = {" ys -kP -kP -kP +Ae +Ae +Ae Ie kP kP kP Ie -kP -kP -kP -kP -kP -kP +Ae +Ae +Ae +Ae +Ae +Ae kK jP zh @@ -1660,10 +1686,10 @@ Qw FF Qw uw -kP -kP +Ae +Ae Wg -kP +Ae ys ys ys @@ -1673,18 +1699,18 @@ ys "} (13,1,1) = {" ys -kP -kP -ty +Ae +Ae +tn Ie cO tB Kc Ie Ie -kP -kP -kP +Ae +Ae +Ae Ac At ty @@ -1694,10 +1720,10 @@ zc kP qD qD -kP -kP -kP -kP +Ae +Ae +Ae +Ae ys ys ys @@ -1707,33 +1733,33 @@ ys "} (14,1,1) = {" ys -kP -kP -kP +Ae +Ae +Ae Ie mH Bg fa Ie tB -kP -kP -kP +Ae +Ae +Ae XB -kP +Ae Gl qD QB ye Ms qD -kP -kP -kP -kP -kP -kP -kP +Ae +Ae +Ae +Ae +Ae +Ae +Ae ys ys ys @@ -1741,33 +1767,33 @@ ys "} (15,1,1) = {" ys -kP -kP -kP +Ae +Ae +Ae Ih Wp pD Pa Ie -kP -kP -kP -kP -kP -kP -kP -kP +Ae +Ae +Ae +Ae +Ae +Ae +Ae +Ae Ta qH -kP -kP -kP -kP -kP -kP -kP -kP -kP +Ae +Ae +Ae +Ae +Ae +Ae +Ae +Ae +Ae bp ys ys @@ -1775,43 +1801,43 @@ ys "} (16,1,1) = {" ys -kP -kP -kP +Ae +Ae +Ae SE UM QQ Cp tB -kP -kP +Ae +Ae ts -kP -kP -kP -kP +Ae +Ae +Ae +Ae At -kP -kP +Ae +Ae qH -kP -kP -kP -kP -kP -kP -kP -kP +Ae +Ae +Ae +Ae +Ae +Ae +Ae +Ae bp -kP +Ae ys ys "} (17,1,1) = {" ys -kP -kP -kP +Ae +Ae +Ae wC ZW Nh @@ -1819,176 +1845,176 @@ ug AT TA ZE -kP -kP -kP +Ae +Ae +Ae lR CC -kP -kP +Ae +Ae Wg -kP +Ae qH -kP -kP -kP -kP +Ae +Ae +Ae +Ae Wg -kP -kP +Ae +Ae EP -kP -kP +Ae +Ae ys "} (18,1,1) = {" ys -kP -kP -kP +Ae +Ae +Ae tB pp BF Yw Xx -kP -kP -kP +Ae +Ae +Ae kH -kP +Ae sm -kP -kP -kP -kP -kP -kP +Ae +Ae +Ae +Ae +Ae +Ae DI DB -kP -kP -kP -kP -kP +Ae +Ae +Ae +Ae +Ae bp -kP -kP +Ae +Ae ys "} (19,1,1) = {" ys -kP -kP -kP +Ae +Ae +Ae tB CW QQ ug cj -kP -kP +Ae +Ae vO -kP -kP +Ae +Ae SF -kP -kP -kP -kP +Ae +Ae +Ae +Ae Ir -kP -kP +Ae +Ae LI -kP -kP +Ae +Ae Hp -kP -kP +Ae +Ae bp -kP -kP -kP +Ae +Ae +Ae "} (20,1,1) = {" ys ys -kP -kP +Ae +Ae tB JE QQ yA tB -kP -kP -kP -kP +Ae +Ae +Ae +Ae OI Sx -kP -kP -kP -kP -kP -kP -kP -kP -kP +Ae +Ae +Ae +Ae +Ae +Ae +Ae +Ae +Ae DO -kP +Ae qH -kP +Ae bp -kP -kP -kP +Ae +Ae +Ae "} (21,1,1) = {" ys ys -kP -kP +Ae +Ae iZ fT Kp tB tB -kP -kP -kP +Ae +Ae +Ae qD ma cq iC qD cc -kP +Ae Na -kP -kP +Ae +Ae Wg -kP -kP -kP -kP +Ae +Ae +Ae +Ae qH bp -kP +Ae sB -kP +Ae "} (22,1,1) = {" ys ys -kP +Ae vO ij tX PR dG tB -kP -kP +Ae +Ae qD qD Om @@ -1997,32 +2023,32 @@ Qw qD qD cc -kP +Ae gH -kP -kP -kP -kP -kP +Ae +Ae +Ae +Ae +Ae Wg -kP +Ae An -kP -kP -kP +Ae +Ae +Ae "} (23,1,1) = {" ys ys -kP -kP -kP +Ae +Ae +Ae SZ Wn Qw tB -kP -kP +Ae +Ae qD ni Qw @@ -2032,31 +2058,31 @@ dO qD Fd QY -kP -kP -kP -kP -kP -kP -kP -kP +Ae +Ae +Ae +Ae +Ae +Ae +Ae +Ae um -kP -kP -kP +Ae +Ae +Ae "} (24,1,1) = {" ys ys ys -kP -kP +Ae +Ae Gj -ye +rt kR -kP -kP -kP +Ae +Ae +Ae qD Rj JW @@ -2065,32 +2091,32 @@ sA mz qD dM -kP -kP -kP -kP +Ae +Ae +Ae +Ae OI cc -kP -kP -kP +Ae +Ae +Ae um -kP -kP -kP +Ae +Ae +Ae "} (25,1,1) = {" ys ys ys -kP -kP -kP -kP +Ae +Ae +Ae +Ae xV -kP +Ae Wg -kP +Ae qD Nz yf @@ -2099,9 +2125,9 @@ UT fj qD iy -kP +Ae DO -kP +Ae Vb kA NZ @@ -2110,21 +2136,21 @@ NZ NZ um lk -kP -kP +Ae +Ae "} (26,1,1) = {" ys ys ys ys -kP +Ae lk -kP -kP -kP -kP -kP +Ae +Ae +Ae +Ae +Ae qD qD hL @@ -2132,10 +2158,10 @@ pM sN qD qD -kP -kP -kP -kP +Ae +Ae +Ae +Ae qZ KL Ah @@ -2143,9 +2169,9 @@ Xi xA GJ bh -kP -kP -kP +Ae +Ae +Ae "} (27,1,1) = {" ys @@ -2153,33 +2179,33 @@ ys ys ys ys -kP -kP -kP +Ae +Ae +Ae LI -kP -kP -kP +Ae +Ae +Ae qD TB TB TB qD -kP -kP -kP -kP -kP -kP -ty +Ae +Ae +Ae +Ae +Ae +Ae +tn hA yc oy yM iH -kP -kP -kP +Ae +Ae +Ae "} (28,1,1) = {" ys @@ -2188,21 +2214,21 @@ ys ys ys ys -kP -kP -kP -kP -kP -kP -kP -kP -kP -kP -kP -kP -kP -kP -kP +Ae +Ae +Ae +Ae +Ae +Ae +Ae +Ae +Ae +Ae +Ae +Ae +Ae +Ae +Ae Xa sv Lo @@ -2211,8 +2237,8 @@ Ko NZ oV QV -kP -kP +Ae +Ae ys "} (29,1,1) = {" @@ -2223,30 +2249,30 @@ ys ys ys ys -kP -kP -kP -kP -kP -kP -kP -kP +Ae +Ae +Ae +Ae +Ae +Ae +Ae +Ae Wg -kP -kP -kP -kP -kP -kP -kP -kP +Ae +Ae +Ae +Ae +Ae +Ae +Ae +Ae NZ NZ NZ NZ oS -kP -kP +Ae +Ae ys "} (30,1,1) = {" @@ -2258,28 +2284,28 @@ ys ys ys ys -kP -kP -kP -kP +Ae +Ae +Ae +Ae DO -kP -kP -kP -kP -kP -kP -kP -kP +Ae +Ae +Ae +Ae +Ae +Ae +Ae +Ae lk -kP -kP -kP -kP -kP -kP -kP -kP +Ae +Ae +Ae +Ae +Ae +Ae +Ae +Ae ys ys "} @@ -2293,26 +2319,26 @@ ys ys ys ys -kP -kP -kP -kP -kP -kP -kP -kP -kP -kP -kP -kP +Ae +Ae +Ae +Ae +Ae +Ae +Ae +Ae +Ae +Ae +Ae +Ae Wg -kP -kP -kP -kP -kP -kP -kP +Ae +Ae +Ae +Ae +Ae +Ae +Ae ys ys ys @@ -2330,20 +2356,20 @@ ys ys ys ys -kP -kP -kP -kP -kP -kP -kP -kP -kP -kP -kP -kP +Ae +Ae +Ae +Ae +Ae +Ae +Ae +Ae +Ae +Ae +Ae +Ae LI -kP +Ae ys ys ys diff --git a/_maps/RandomRuins/BeachRuins/beach_crashed_starwalker.dmm b/_maps/RandomRuins/BeachRuins/beach_crashed_starwalker.dmm index ead864e43dfa..87df4d5dc092 100644 --- a/_maps/RandomRuins/BeachRuins/beach_crashed_starwalker.dmm +++ b/_maps/RandomRuins/BeachRuins/beach_crashed_starwalker.dmm @@ -8,10 +8,10 @@ icon_state = "lattice-55" }, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "as" = ( /turf/closed/mineral/random/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "av" = ( /obj/effect/turf_decal/industrial/warning{ dir = 9 @@ -57,7 +57,10 @@ "bd" = ( /obj/effect/decal/cleanable/cobweb/cobweb2, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) +"bg" = ( +/turf/closed/mineral/random/beach, +/area/overmap_encounter/planetoid/cave/explored) "bs" = ( /obj/structure/cable/cyan{ icon_state = "6-8" @@ -102,14 +105,14 @@ dir = 8 }, /turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "bM" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating{ icon_state = "platingdmg1" }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "bU" = ( /obj/effect/turf_decal/industrial/warning{ dir = 10; @@ -146,7 +149,7 @@ /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "co" = ( /obj/structure/catwalk/over, /obj/effect/decal/cleanable/dirt/dust, @@ -267,13 +270,13 @@ /area/ruin/beach/starwalker) "di" = ( /turf/open/floor/plating/dirt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "dm" = ( /obj/effect/decal/fakelattice{ icon_state = "lattice-74" }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "dC" = ( /obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, /obj/machinery/door/poddoor/shutters{ @@ -287,7 +290,7 @@ pixel_y = 1 }, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "dX" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, @@ -305,7 +308,7 @@ pixel_y = -7 }, /turf/open/floor/plating/dirt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "ef" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 9 @@ -358,7 +361,7 @@ "eJ" = ( /mob/living/simple_animal/hostile/carp, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "eN" = ( /obj/structure/catwalk/over, /obj/machinery/door/airlock/glass, @@ -383,7 +386,7 @@ pixel_y = 11 }, /turf/open/floor/plating/dirt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "fj" = ( /obj/structure/window/reinforced, /obj/structure/cable{ @@ -510,14 +513,14 @@ dir = 1 }, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "hd" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/blood/tracks{ dir = 5 }, /turf/open/floor/plating/dirt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "hf" = ( /obj/effect/turf_decal/industrial/outline/yellow, /obj/structure/grille, @@ -540,7 +543,7 @@ dir = 1 }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "hx" = ( /mob/living/simple_animal/beachcarp/salmon{ dir = 4 @@ -549,7 +552,7 @@ icon_state = "lattice-3" }, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "hN" = ( /obj/machinery/light/small/directional/east, /obj/effect/decal/cleanable/blood/old{ @@ -562,7 +565,7 @@ "hV" = ( /obj/structure/flora/ausbushes/fernybush, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "ia" = ( /obj/machinery/atmospherics/components/unary/shuttle/heater{ dir = 1 @@ -579,7 +582,7 @@ /area/ruin/beach/starwalker) "id" = ( /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "it" = ( /obj/effect/turf_decal/industrial/warning{ dir = 8 @@ -600,7 +603,7 @@ icon_state = "lattice-9" }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "iA" = ( /obj/machinery/mineral/ore_redemption{ dir = 4 @@ -642,7 +645,7 @@ pixel_y = 17 }, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "ju" = ( /obj/effect/decal/fakelattice{ icon_state = "lattice-3" @@ -652,20 +655,20 @@ pixel_y = 11 }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "jC" = ( /obj/item/stack/rods{ pixel_x = -9; pixel_y = 1 }, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "jH" = ( /obj/structure/closet/crate/coffin, /obj/effect/decal/cleanable/cobweb/cobweb2, /obj/effect/mob_spawn/human/corpse/pirate, /turf/open/floor/plating/dirt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "jL" = ( /obj/structure/disposalpipe/broken, /obj/effect/decal/cleanable/dirt, @@ -680,7 +683,7 @@ "kh" = ( /mob/living/simple_animal/crab, /turf/open/floor/plating/dirt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "kv" = ( /obj/machinery/power/terminal, /obj/structure/cable/yellow{ @@ -695,7 +698,7 @@ "ky" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/dirt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "kK" = ( /obj/effect/decal/cleanable/blood/drip{ pixel_x = -21; @@ -707,7 +710,7 @@ }, /obj/effect/decal/cleanable/blood/old, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "kP" = ( /obj/structure/railing/corner{ dir = 4 @@ -747,7 +750,7 @@ /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/blood/tracks, /turf/open/floor/plating/dirt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "lc" = ( /obj/machinery/atmospherics/components/binary/pump{ name = "engine fuel pump" @@ -789,7 +792,7 @@ pixel_y = 7 }, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "lY" = ( /obj/item/clothing/suit/space/hardsuit/swat, /obj/machinery/suit_storage_unit/inherit, @@ -806,7 +809,7 @@ pixel_y = -6 }, /turf/open/floor/plating, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "mb" = ( /obj/effect/decal/fakelattice{ icon_state = "lattice-5" @@ -817,7 +820,7 @@ }, /obj/item/stack/cable_coil/cut/blue, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "mi" = ( /obj/effect/decal/cleanable/blood/old{ icon_state = "gib1-old"; @@ -838,15 +841,15 @@ pixel_y = 9 }, /turf/open/floor/plating/dirt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "mm" = ( /obj/machinery/jukebox/disco, /turf/open/floor/plating/dirt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "mU" = ( /mob/living/simple_animal/hostile/carp, /turf/open/floor/plating/dirt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "nw" = ( /mob/living/simple_animal/hostile/carp{ resize = 0.5; @@ -857,14 +860,14 @@ }, /obj/effect/decal/cleanable/cobweb/cobweb2, /turf/open/floor/plating/dirt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "nz" = ( /obj/item/stack/rods{ pixel_x = 9; pixel_y = -11 }, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "nB" = ( /obj/effect/turf_decal/industrial/warning{ dir = 8; @@ -916,7 +919,7 @@ /mob/living/simple_animal/crab, /obj/effect/decal/cleanable/cobweb/cobweb2, /turf/open/floor/plating/dirt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "oz" = ( /obj/effect/decal/cleanable/glass{ pixel_y = -12; @@ -926,7 +929,7 @@ icon_state = "lattice-9" }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "oC" = ( /turf/open/floor/plating{ icon_state = "panelscorched" @@ -953,7 +956,7 @@ dir = 5 }, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "oQ" = ( /obj/item/clothing/suit/pirate, /obj/item/stack/cable_coil/cut/white{ @@ -961,13 +964,13 @@ pixel_y = -9 }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "pc" = ( /obj/structure/bed{ icon_state = "dirty_mattress" }, /turf/open/floor/plating/dirt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "ph" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/orange/hidden, @@ -1035,25 +1038,25 @@ dir = 9 }, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "qs" = ( /obj/effect/decal/fakelattice{ icon_state = "lattice-3" }, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "qv" = ( /turf/open/floor/plating{ icon_state = "platingdmg3" }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "qx" = ( /obj/item/stack/ore/salvage/scrapmetal/ten{ pixel_x = -14; pixel_y = 14 }, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "qS" = ( /obj/structure/railing{ dir = 8 @@ -1067,7 +1070,7 @@ "rl" = ( /obj/effect/overlay/palmtree_r, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "rt" = ( /obj/structure/catwalk/over, /obj/machinery/atmospherics/pipe/simple/orange/hidden, @@ -1088,7 +1091,7 @@ /obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/dirt, /turf/open/floor/engine/hull/interior, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "rA" = ( /obj/item/stack/ore/salvage/scrapplasma/five{ pixel_x = -3; @@ -1102,7 +1105,7 @@ /obj/structure/closet/crate/silvercrate, /obj/item/clothing/neck/cloak/qm, /turf/open/floor/plating/dirt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "rI" = ( /obj/effect/turf_decal/siding/wood{ dir = 5 @@ -1121,7 +1124,7 @@ /area/ruin/beach/starwalker) "rN" = ( /turf/open/floor/plating/rust, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "rT" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/power/smes{ @@ -1189,7 +1192,7 @@ pixel_x = -20 }, /turf/open/floor/plating/dirt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "sH" = ( /obj/structure/window/reinforced, /obj/structure/cable{ @@ -1242,7 +1245,7 @@ }, /obj/item/stack/rods, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "tV" = ( /obj/effect/turf_decal/techfloor{ dir = 1 @@ -1306,14 +1309,14 @@ dir = 1 }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "uC" = ( /obj/effect/decal/cleanable/blood/old{ pixel_x = -15; pixel_y = -5 }, /turf/open/floor/plating/dirt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "uM" = ( /obj/structure/fermenting_barrel{ pixel_x = -9; @@ -1329,7 +1332,7 @@ }, /obj/effect/decal/cleanable/cobweb/cobweb2, /turf/open/floor/plating/dirt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "uR" = ( /obj/effect/turf_decal/industrial/warning, /obj/structure/railing, @@ -1357,7 +1360,7 @@ dir = 9 }, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "vf" = ( /obj/structure/cable{ icon_state = "1-8" @@ -1391,6 +1394,9 @@ dir = 1 }, /area/ruin/beach/starwalker) +"vw" = ( +/turf/open/water/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) "vy" = ( /obj/effect/decal/fakelattice{ icon_state = "lattice-3" @@ -1400,7 +1406,7 @@ pixel_y = 11 }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "vO" = ( /obj/effect/turf_decal/industrial/traffic{ dir = 8 @@ -1411,12 +1417,12 @@ /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, /turf/open/floor/engine/hull/interior, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "wc" = ( /obj/structure/closet/crate/coffin, /obj/effect/mob_spawn/human/corpse/pirate, /turf/open/floor/plating/dirt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "wh" = ( /obj/effect/turf_decal/techfloor{ dir = 8 @@ -1456,7 +1462,7 @@ pixel_x = -17 }, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "ws" = ( /obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, /obj/machinery/door/poddoor/shutters{ @@ -1486,7 +1492,7 @@ "wI" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "wJ" = ( /obj/structure/railing/corner{ dir = 4 @@ -1507,22 +1513,22 @@ icon_state = "lattice-12" }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "xt" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/dirt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "xu" = ( /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "xy" = ( /obj/effect/decal/cleanable/blood{ pixel_y = 11; pixel_x = 6 }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "xG" = ( /obj/machinery/light/floor, /obj/effect/turf_decal/industrial/warning/dust{ @@ -1530,7 +1536,7 @@ }, /obj/effect/decal/cleanable/plasma, /turf/open/floor/engine/hull/interior, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "xL" = ( /obj/item/stack/rods{ pixel_x = 9; @@ -1540,13 +1546,13 @@ dir = 8 }, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "ye" = ( /obj/item/stack/ore/salvage/scrapmetal/five{ pixel_x = 7 }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "yi" = ( /obj/effect/decal/cleanable/oil, /obj/effect/decal/cleanable/dirt, @@ -1568,7 +1574,7 @@ }, /obj/structure/spacevine, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "yp" = ( /obj/structure/railing, /obj/machinery/atmospherics/pipe/simple/orange/hidden{ @@ -1598,7 +1604,7 @@ armor = list("melee"=40,"bullet"=30,"laser"=25,"energy"=35,"bomb"=25,"bio"=10,"rad"=0,"fire"=50,"acid"=60) }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "yQ" = ( /obj/effect/turf_decal/techfloor{ dir = 8 @@ -1627,11 +1633,11 @@ "zq" = ( /obj/structure/grille/broken, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "zy" = ( /obj/structure/foamedmetal, /turf/template_noop, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "zz" = ( /obj/structure/railing{ dir = 1 @@ -1660,7 +1666,7 @@ }, /obj/structure/spacevine, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "zX" = ( /obj/structure/cable/yellow{ icon_state = "0-4" @@ -1696,14 +1702,14 @@ dir = 5 }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Av" = ( /obj/effect/decal/cleanable/glass{ pixel_x = -13; pixel_y = 7 }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Aw" = ( /obj/structure/railing/corner{ dir = 8 @@ -1730,7 +1736,7 @@ "AG" = ( /obj/item/clothing/under/costume/sailor, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "AN" = ( /obj/structure/railing, /obj/effect/decal/cleanable/dirt, @@ -1788,13 +1794,13 @@ }, /obj/effect/decal/cleanable/blood/tracks, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "BC" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/plasma, /turf/open/floor/engine/hull/interior, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "BK" = ( /obj/machinery/power/terminal{ dir = 1 @@ -1818,7 +1824,7 @@ icon_state = "lattice-46" }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "BR" = ( /obj/machinery/door/airlock/external/glass{ dir = 4 @@ -1831,11 +1837,11 @@ pixel_x = 9 }, /turf/open/floor/plating/rust, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Ch" = ( /obj/structure/flora/rock/beach, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Cu" = ( /obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, /obj/machinery/door/poddoor/shutters{ @@ -1886,12 +1892,12 @@ dir = 8 }, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Dk" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/blood/drip, /turf/open/floor/plating/dirt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "Ds" = ( /obj/structure/chair/plastic{ dir = 4 @@ -1922,11 +1928,11 @@ dir = 5 }, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "DK" = ( /obj/structure/closet/crate/secure/loot, /turf/open/floor/plating/dirt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "DS" = ( /obj/structure/railing/corner, /obj/effect/decal/cleanable/dirt/dust, @@ -1962,14 +1968,14 @@ /turf/open/floor/plating{ icon_state = "platingdmg3" }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Em" = ( /obj/item/clothing/head/bandana{ pixel_x = 7; pixel_y = -11 }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "En" = ( /obj/effect/decal/cleanable/cobweb/cobweb2, /obj/structure/frame/machine, @@ -2052,18 +2058,21 @@ pixel_y = 10 }, /turf/open/floor/plating/dirt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "EZ" = ( /obj/structure/flora/ausbushes/grassybush, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Ff" = ( /obj/item/stack/ore/salvage/scraptitanium{ pixel_x = -12; pixel_y = 11 }, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) +"Fu" = ( +/turf/open/water/beach, +/area/overmap_encounter/planetoid/cave/explored) "Fv" = ( /obj/structure/catwalk/over, /obj/effect/decal/cleanable/dirt, @@ -2083,7 +2092,7 @@ dir = 9 }, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "FM" = ( /obj/effect/turf_decal/industrial/outline/yellow, /obj/machinery/light/small/directional/west, @@ -2099,7 +2108,7 @@ pixel_y = 17 }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "GR" = ( /obj/structure/railing/corner{ dir = 1 @@ -2132,14 +2141,14 @@ /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Hi" = ( /obj/effect/turf_decal/industrial/warning/dust{ dir = 1 }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/engine/hull/interior, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Hl" = ( /obj/structure/statue/sandstone/assistant, /obj/effect/decal/cleanable/dirt, @@ -2153,7 +2162,7 @@ icon_state = "lattice-2" }, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Hn" = ( /obj/structure/window/reinforced, /obj/effect/decal/cleanable/dirt/dust, @@ -2208,7 +2217,7 @@ "Ia" = ( /obj/structure/spacevine, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Ib" = ( /obj/item/kirbyplants{ icon_state = "plant-25" @@ -2225,7 +2234,7 @@ dir = 6 }, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Ig" = ( /obj/effect/turf_decal/techfloor{ dir = 8 @@ -2239,7 +2248,7 @@ /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Io" = ( /obj/machinery/atmospherics/components/unary/tank/air{ piping_layer = 2 @@ -2250,25 +2259,25 @@ /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/glass/plasma, /turf/open/floor/plating/rust, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Ir" = ( /obj/structure/destructible/tribal_torch/lit{ pixel_x = -8; pixel_y = 16 }, /turf/open/floor/plating/dirt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "IC" = ( /obj/effect/decal/cleanable/blood/drip{ pixel_x = -10; pixel_y = 15 }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "IH" = ( /obj/structure/flora/rock/pile, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "IJ" = ( /obj/item/clothing/shoes/jackboots, /obj/effect/decal/cleanable/dirt, @@ -2278,7 +2287,7 @@ }, /obj/effect/decal/cleanable/wrapping, /turf/open/floor/plating/rust, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "IU" = ( /obj/item/stack/ore/salvage/scrapsilver{ pixel_x = -9 @@ -2293,7 +2302,7 @@ pixel_y = 10 }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Ja" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/blood/drip, @@ -2326,7 +2335,7 @@ pixel_y = 11 }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Jv" = ( /obj/structure/tank_dispenser/oxygen, /obj/effect/decal/cleanable/dirt, @@ -2340,7 +2349,7 @@ dir = 10 }, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Jx" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable/yellow{ @@ -2368,7 +2377,7 @@ dir = 10 }, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "JR" = ( /obj/machinery/door/airlock/grunge{ dir = 4 @@ -2389,7 +2398,7 @@ icon_state = "lattice-46" }, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Kk" = ( /obj/effect/turf_decal/techfloor{ dir = 8 @@ -2407,16 +2416,16 @@ "Kq" = ( /obj/item/clothing/under/costume/sailor, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Ks" = ( /obj/structure/flora/stump, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Ky" = ( /obj/effect/decal/cleanable/dirt, /mob/living/simple_animal/crab, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "KC" = ( /obj/structure/catwalk/over, /obj/structure/closet/firecloset/wall{ @@ -2491,7 +2500,7 @@ "Lg" = ( /obj/effect/decal/cleanable/blood/drip, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Lw" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/robot_debris, @@ -2508,7 +2517,7 @@ /obj/structure/flora/ausbushes/grassybush, /obj/structure/flora/ausbushes/fernybush, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "LA" = ( /obj/machinery/light/floor, /obj/effect/turf_decal/industrial/warning/dust{ @@ -2516,7 +2525,7 @@ }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/engine/hull/interior, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "LN" = ( /obj/effect/decal/cleanable/dirt, /obj/item/stack/ore/gold{ @@ -2524,7 +2533,7 @@ pixel_y = 6 }, /turf/open/floor/plating/dirt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "LV" = ( /obj/effect/turf_decal/industrial/loading, /obj/item/reagent_containers/food/snacks/monkeycube{ @@ -2572,7 +2581,7 @@ "Mz" = ( /obj/structure/grille, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "MN" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/structure/sink{ @@ -2633,11 +2642,11 @@ "Nv" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/rust, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "NA" = ( /obj/effect/decal/cleanable/blood/tracks, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "NC" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, @@ -2657,13 +2666,13 @@ pixel_y = 16 }, /turf/open/floor/plating/dirt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "Of" = ( /mob/living/simple_animal/beachcarp/salmon{ dir = 8 }, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Oi" = ( /obj/effect/decal/cleanable/plasma, /obj/item/stack/rods{ @@ -2673,7 +2682,7 @@ /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Or" = ( /obj/effect/decal/cleanable/glass{ dir = 8; @@ -2714,25 +2723,25 @@ dir = 6 }, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "Pe" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/blood/old, /turf/open/floor/plating/dirt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "Pk" = ( /obj/effect/turf_decal/weather/sand{ dir = 6 }, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Pv" = ( /obj/effect/turf_decal/weather/sand{ dir = 4 }, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Pz" = ( /obj/structure/sign/poster/ripped{ pixel_x = 32 @@ -2744,7 +2753,7 @@ "PH" = ( /obj/effect/decal/cleanable/cobweb, /turf/open/floor/plating/dirt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "PU" = ( /obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, /obj/machinery/door/poddoor/shutters{ @@ -2766,7 +2775,7 @@ }, /obj/effect/mob_spawn/human/corpse/pirate/ranged, /turf/open/floor/plating/dirt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "Qi" = ( /turf/template_noop, /area/template_noop) @@ -2802,25 +2811,25 @@ "Qx" = ( /obj/effect/turf_decal/weather/sand, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "QC" = ( /obj/structure/flora/rock, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "QQ" = ( /obj/item/reagent_containers/glass/bucket, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "QT" = ( /mob/living/simple_animal/hostile/carp, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "QW" = ( /obj/effect/turf_decal/industrial/warning/dust{ dir = 4 }, /turf/open/floor/engine/hull/interior, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "QZ" = ( /obj/effect/decal/cleanable/blood/drip, /obj/effect/decal/cleanable/blood/old, @@ -2849,7 +2858,7 @@ /area/ruin/beach/starwalker) "Rg" = ( /turf/open/floor/engine/hull/interior, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Rn" = ( /obj/structure/frame/computer{ anchored = 1; @@ -2879,30 +2888,30 @@ pixel_y = 1 }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "RQ" = ( /obj/structure/closet/crate/goldcrate, /turf/open/floor/plating/dirt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "RS" = ( /obj/effect/turf_decal/number/one{ dir = 8 }, /turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "RU" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/fakelattice{ icon_state = "lattice-8" }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Sc" = ( /obj/effect/turf_decal/industrial/warning/dust{ dir = 9 }, /turf/open/floor/engine/hull/interior, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Sm" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable/yellow{ @@ -2952,18 +2961,18 @@ "Tg" = ( /mob/living/simple_animal/crab, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Tj" = ( /obj/effect/decal/cleanable/blood/drip, /obj/effect/turf_decal/weather/dirt{ dir = 1 }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Tw" = ( /mob/living/simple_animal/crab/kreb, /turf/open/floor/plating/dirt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "TF" = ( /obj/structure/railing/corner{ dir = 1 @@ -2985,7 +2994,7 @@ "TI" = ( /mob/living/simple_animal/beachcarp/salmon, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "TK" = ( /obj/structure/cable/orange{ icon_state = "4-10" @@ -3004,18 +3013,18 @@ pixel_x = -8 }, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Uc" = ( /obj/effect/decal/cleanable/oil, /turf/open/floor/plating/rust, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Ul" = ( /obj/item/stack/rods{ pixel_x = 9; pixel_y = -11 }, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Ux" = ( /obj/machinery/jukebox, /obj/structure/spacevine, @@ -3030,7 +3039,7 @@ /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "UG" = ( /obj/machinery/door/airlock/hatch{ dir = 4 @@ -3062,7 +3071,7 @@ pixel_y = 11 }, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "UQ" = ( /obj/effect/turf_decal/techfloor{ dir = 8 @@ -3107,7 +3116,7 @@ pixel_y = 9 }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Vi" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/blood/tracks{ @@ -3122,7 +3131,7 @@ pixel_y = -12 }, /turf/open/floor/plating/dirt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "Vt" = ( /obj/structure/grille/broken, /obj/item/stack/ore/salvage/scraptitanium{ @@ -3131,7 +3140,7 @@ }, /obj/structure/spacevine, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "VL" = ( /obj/structure/catwalk/over, /obj/effect/decal/cleanable/dirt, @@ -3147,7 +3156,7 @@ /area/ruin/beach/starwalker) "VO" = ( /turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "VQ" = ( /obj/effect/turf_decal/techfloor{ dir = 8 @@ -3166,7 +3175,7 @@ pixel_x = 16 }, /turf/open/floor/plating, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "VS" = ( /obj/effect/decal/cleanable/dirt, /obj/item/stack/ore/gold{ @@ -3174,7 +3183,7 @@ pixel_y = 6 }, /turf/open/floor/plating/dirt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "VX" = ( /obj/structure/table/reinforced, /obj/structure/sign/poster/contraband/random{ @@ -3185,19 +3194,19 @@ "Wa" = ( /obj/structure/flora/rock/pile, /turf/open/floor/plating/dirt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "Wi" = ( /turf/open/floor/plating, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Wm" = ( /obj/structure/destructible/tribal_torch/lit{ pixel_x = 10 }, /turf/open/floor/plating/dirt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "Wp" = ( /turf/closed/wall/mineral/plastitanium, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "WJ" = ( /obj/effect/decal/cleanable/blood/drip, /obj/effect/decal/cleanable/blood/drip{ @@ -3212,7 +3221,7 @@ dir = 9 }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "WM" = ( /obj/effect/turf_decal/techfloor{ dir = 6 @@ -3289,7 +3298,7 @@ dir = 6 }, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "Xs" = ( /obj/effect/turf_decal/techfloor{ dir = 9 @@ -3310,7 +3319,7 @@ "XK" = ( /obj/structure/grille, /turf/template_noop, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "XM" = ( /obj/structure/cable/yellow{ icon_state = "1-2" @@ -3374,7 +3383,7 @@ dir = 1 }, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "XT" = ( /obj/effect/decal/cleanable/dirt, /obj/item/broken_missile, @@ -3425,16 +3434,16 @@ dir = 8 }, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "YG" = ( /obj/effect/overlay/palmtree_l, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "YN" = ( /obj/structure/grille, /obj/effect/decal/cleanable/dirt, /turf/template_noop, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "YT" = ( /obj/effect/decal/cleanable/dirt, /obj/item/radio/intercom/directional/east, @@ -3459,14 +3468,14 @@ }, /obj/effect/decal/cleanable/glass, /turf/open/floor/engine/hull/interior, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Zp" = ( /obj/item/stack/ore/salvage/scraptitanium{ pixel_x = -12; pixel_y = 11 }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "ZW" = ( /obj/effect/decal/cleanable/blood/old, /obj/effect/decal/cleanable/dirt/dust, @@ -3501,9 +3510,9 @@ Qi Qi Qi Qi -as -as -as +bg +bg +bg id id id @@ -3557,12 +3566,12 @@ Qi Qi Qi Qi -as -as -as -as -as -as +bg +bg +bg +bg +bg +bg Wp id id @@ -3614,13 +3623,13 @@ Qi Qi Qi Qi -as -as -as -as -as -as -as +bg +bg +bg +bg +bg +bg +bg Sc id id @@ -3671,13 +3680,13 @@ Qi Qi Qi Qi -as -as -as -as +bg +bg +bg +bg mi EW -as +bg id Hi wI @@ -3709,10 +3718,10 @@ id id FC Di -tG -tG -tG -tG +vw +vw +vw +vw Jw id id @@ -3728,9 +3737,9 @@ Qi Qi Qi Qi -as -as -as +bg +bg +bg nw di Vi @@ -3765,13 +3774,13 @@ id id id FC -tG -tG -tG -tG -tG -tG -tG +vw +vw +vw +vw +vw +vw +vw Jw id id @@ -3786,10 +3795,10 @@ Qi Qi Qi Qi -as -as -as -as +bg +bg +bg +bg mU hd BB @@ -3809,8 +3818,8 @@ id id id FC -tG -tG +vw +vw Ch Di Jw @@ -3823,13 +3832,13 @@ id id id XR -tG -tG -tG -tG -tG -tG -tG +vw +vw +vw +vw +vw +vw +vw Qx Tg id @@ -3844,15 +3853,15 @@ Qi Qi Qi Qi -as -as -as -as -as -as -as -as -as +bg +bg +bg +bg +bg +bg +bg +bg +bg id IH id @@ -3868,9 +3877,9 @@ id id oH Pv -tG -tG -tG +vw +vw +vw Pk id id @@ -3881,13 +3890,13 @@ Tg id id XR -tG -tG -tG -tG -tG -tG -tG +vw +vw +vw +vw +vw +vw +vw Qx id id @@ -3903,13 +3912,13 @@ Qi Qi Qi Qi -as -as -as -as -as -as -as +bg +bg +bg +bg +bg +bg +bg id id FC @@ -3938,14 +3947,14 @@ id id id FC -tG -tG -tG -tG -tG -tG -tG -tG +vw +vw +vw +vw +vw +vw +vw +vw Pk id id @@ -3960,18 +3969,18 @@ Qi Qi Qi Qi -as -as -as -as -as -as -as -as +bg +bg +bg +bg +bg +bg +bg +bg id FC Ch -tG +vw QW QW Mz @@ -3990,17 +3999,17 @@ id id DG TZ -tG -tG +vw +vw Di Di Di -tG -tG -tG -tG -tG -tG +vw +vw +vw +vw +vw +vw Pv Pv Pk @@ -4017,21 +4026,21 @@ Qi Qi Qi Qi -as -as -as -as -as +bg +bg +bg +bg +bg PH di -as -as +bg +bg id XR -tG -tG -tG -tG +vw +vw +vw +vw Jw Zo LA @@ -4054,10 +4063,10 @@ FZ ws FZ iC -tG -tG -tG -tG +vw +vw +vw +vw Qx id id @@ -4074,22 +4083,22 @@ Qi (11,1,1) = {" Qi Qi -as -as -as -as +bg +bg +bg +bg DK di ky DK -as -as +bg +bg FC -tG +vw Of -tG -tG -tG +vw +vw +vw Pk id id @@ -4131,10 +4140,10 @@ Qi "} (12,1,1) = {" Qi -as -as -as -as +bg +bg +bg +bg RQ uC DK @@ -4143,10 +4152,10 @@ ky hi QT XR -tG -as -as -tG +vw +bg +bg +vw Qx id id @@ -4189,9 +4198,9 @@ Qi "} (13,1,1) = {" Qi -as -as -as +bg +bg +bg rH LN VS @@ -4201,10 +4210,10 @@ ky hi id XR -tG -as -as -as +vw +bg +bg +bg Qx id id @@ -4247,9 +4256,9 @@ Qi "} (14,1,1) = {" Qi -as -as -as +bg +bg +bg Qa NP kX @@ -4259,11 +4268,11 @@ WJ IC Lg XR -tG -tG -as -as -tG +vw +vw +bg +bg +vw Jw id zq @@ -4305,9 +4314,9 @@ Qi "} (15,1,1) = {" Qi -as -as -as +bg +bg +bg ky xt xt @@ -4317,12 +4326,12 @@ uf Ju kK XR -tG -tG -tG -as -tG -tG +vw +vw +vw +bg +vw +vw oC of of @@ -4354,7 +4363,7 @@ id id id FC -tG +vw Di Jw id @@ -4363,9 +4372,9 @@ Qi "} (16,1,1) = {" Qi -as -as -as +bg +bg +bg uM pc di @@ -4373,14 +4382,14 @@ ky di Tj id -as +bg gV TI -tG -tG -tG -tG -tG +vw +vw +vw +vw +vw iC FZ FZ @@ -4412,8 +4421,8 @@ id id id XR -tG -tG +vw +vw Qx id id @@ -4422,23 +4431,23 @@ Qi (17,1,1) = {" Qi Qi -as -as -as -as -as +bg +bg +bg +bg +bg jH wc -as -as -as +bg +bg +bg XR -tG +vw eJ -tG -tG -tG -tG +vw +vw +vw +vw hf FM iC @@ -4454,7 +4463,7 @@ yp Hl FZ iC -tG +vw dP QQ lM @@ -4470,9 +4479,9 @@ id id YG oH -tG -tG -tG +vw +vw +vw Jw id Qi @@ -4480,23 +4489,23 @@ Qi (18,1,1) = {" Qi Qi -as -as -as -as -as -as -as -as -as +bg +bg +bg +bg +bg +bg +bg +bg +bg id oH -tG -tG -tG -tG -tG -tG +vw +vw +vw +vw +vw +vw QZ rA tm @@ -4511,14 +4520,14 @@ GR AN Ib dC -tG -tG -tG -tG +vw +vw +vw +vw nz -tG -tG -tG +vw +vw +vw Jw Tg id @@ -4529,32 +4538,32 @@ id id id oH -tG -tG +vw +vw Qx id Qi "} (19,1,1) = {" Qi -as -as -as -as -as -as -as -as -as -as +bg +bg +bg +bg +bg +bg +bg +bg +bg +bg bd IH oH -tG +vw Ch -tG -tG -tG +vw +vw +vw Db Ja ze @@ -4569,14 +4578,14 @@ wJ aL gU dC -tG -tG -tG -tG -tG -tG -tG -tG +vw +vw +vw +vw +vw +vw +vw +vw Qx id id @@ -4588,31 +4597,31 @@ xu id id XR -tG +vw Pk id Qi "} (20,1,1) = {" Qi -as -as -as -as -as -as -as -as -as -as -as +bg +bg +bg +bg +bg +bg +bg +bg +bg +bg +bg id id XR -tG -tG -tG -tG +vw +vw +vw +vw UL hN iC @@ -4628,13 +4637,13 @@ Mm Mk FZ iC -tG -tG -tG -tG -tG -tG -tG +vw +vw +vw +vw +vw +vw +vw Pk id id @@ -4653,21 +4662,21 @@ Qi "} (21,1,1) = {" Qi -as -as -as -as -as -as -as -as -as -as -as -as +bg +bg +bg +bg +bg +bg +bg +bg +bg +bg +bg +bg id XR -tG +vw Hm qs hx @@ -4710,25 +4719,25 @@ id Qi "} (22,1,1) = {" -as -as -as -as -as -as -as -as -as -as -as -as -as +bg +bg +bg +bg +bg +bg +bg +bg +bg +bg +bg +bg +bg id oH -tG -tG -tG -tG +vw +vw +vw +vw zy Ig sy @@ -4768,25 +4777,25 @@ as as "} (23,1,1) = {" -as -as -as -as -as -as -as -as -as -as -as -as -as +bg +bg +bg +bg +bg +bg +bg +bg +bg +bg +bg +bg +bg id id oH -tG -tG -tG +vw +vw +vw zy zy zy @@ -4826,31 +4835,31 @@ as as "} (24,1,1) = {" -as -as -as -as -as -as -tG -as -as -as -as -as -as -as +bg +bg +bg +bg +bg +bg +Fu +bg +bg +bg +bg +bg +bg +bg id Tg oH -tG -tG -tG -tG +vw +vw +vw +vw zy zy -tG -tG +vw +vw iC FZ FZ @@ -4884,33 +4893,33 @@ as as "} (25,1,1) = {" -as -as -as -as -as -tG -tG -tG -as -as -as -as -as -as -as +bg +bg +bg +bg +bg +Fu +Fu +Fu +bg +bg +bg +bg +bg +bg +bg id id oH Pv -tG -tG -tG -tG -tG -tG -tG -tG +vw +vw +vw +vw +vw +vw +vw +vw FZ tW ef @@ -4942,33 +4951,33 @@ as as "} (26,1,1) = {" -as -as -as -as -as -tG -tG -tG +bg +bg +bg +bg +bg +Fu +Fu +Fu Xj kh -as -as -as -as -as -as +bg +bg +bg +bg +bg +bg id id id oH -tG -tG -tG -tG -tG -tG -tG +vw +vw +vw +vw +vw +vw +vw EV Xs ou @@ -5000,13 +5009,13 @@ as as "} (27,1,1) = {" -as -as -as -as -as -as -tG +bg +bg +bg +bg +bg +bg +Fu wp sA di @@ -5024,8 +5033,8 @@ oH Pv Pv Pv -tG -tG +vw +vw Pk Xh tV @@ -5059,11 +5068,11 @@ Qi "} (28,1,1) = {" Qi -as -as -as -as -as +bg +bg +bg +bg +bg OO Ir di @@ -5079,7 +5088,7 @@ id id id id -as +bg id id oH @@ -5117,11 +5126,11 @@ Qi "} (29,1,1) = {" Qi -as -as -as -as -as +bg +bg +bg +bg +bg di Wa Tw @@ -5132,13 +5141,13 @@ di di di di -as -as -as -as -as -as -as +bg +bg +bg +bg +bg +bg +bg id id id @@ -5176,30 +5185,30 @@ Qi (30,1,1) = {" Qi Qi -as -as -as -as -as -as -as +bg +bg +bg +bg +bg +bg +bg oy Wm di Wa kh di -as -as -as -as -as -as -as -as -as -as -as +bg +bg +bg +bg +bg +bg +bg +bg +bg +bg +bg id id id @@ -5236,32 +5245,32 @@ Qi Qi Qi Qi -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as -as +bg +bg +bg +bg +bg +bg +bg +bg +bg +bg +bg +bg +bg +bg +bg +bg +bg +bg +bg +bg +bg +bg +bg +bg +bg +bg id id id @@ -5296,30 +5305,30 @@ Qi Qi Qi Qi -as -as -as -as -as -as -as -as -as -as -as -as -as +bg +bg +bg +bg +bg +bg +bg +bg +bg +bg +bg +bg +bg Qi Qi -as -as -as -as -as -as -as -as -as +bg +bg +bg +bg +bg +bg +bg +bg +bg Qi id id @@ -5356,15 +5365,15 @@ Qi Qi Qi Qi -as -as -as -as -as -as -as -as -as +bg +bg +bg +bg +bg +bg +bg +bg +bg Qi Qi Qi diff --git a/_maps/RandomRuins/BeachRuins/beach_fishing_hut.dmm b/_maps/RandomRuins/BeachRuins/beach_fishing_hut.dmm index 96afa57e448e..588fe99b9792 100644 --- a/_maps/RandomRuins/BeachRuins/beach_fishing_hut.dmm +++ b/_maps/RandomRuins/BeachRuins/beach_fishing_hut.dmm @@ -1,8 +1,4 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"aa" = ( -/obj/machinery/light/small/directional/east, -/turf/open/floor/wood/ebony, -/area/ruin/beach) "ae" = ( /obj/structure/chair/sofa/left{ dir = 8 @@ -10,49 +6,59 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/carpet, /area/ruin/beach) -"aF" = ( -/obj/effect/turf_decal/weather/sand/corner{ +"bs" = ( +/obj/effect/turf_decal/borderfloor{ dir = 1 }, -/obj/effect/turf_decal/spline/fancy/opaque/grey/corner{ +/obj/effect/turf_decal/siding/white{ dir = 1 }, -/turf/open/water/beach/deep, -/area/ruin/beach) -"bf" = ( -/obj/effect/turf_decal/weather/sand{ - dir = 4 - }, -/obj/effect/turf_decal/spline/fancy/opaque/grey{ - dir = 4 - }, -/turf/open/water/beach/deep, -/area/ruin/beach) +/turf/open/water/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) "bE" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/ruin/beach) -"ch" = ( -/obj/structure/flora/ausbushes/stalkybush, -/turf/open/water/beach, -/area/ruin/beach) -"cr" = ( -/obj/machinery/light/floor{ - pixel_y = 16 - }, +"bG" = ( +/obj/item/oar, +/obj/item/oar, +/obj/structure/rack, /turf/open/floor/wood/ebony, -/area/ruin/beach) +/area/overmap_encounter/planetoid/beachplanet/explored) +"bN" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/water/beach/deep, +/area/overmap_encounter/planetoid/beachplanet/explored) "dd" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood/walnut, /area/ruin/beach) -"dB" = ( -/mob/living/simple_animal/hostile/carp{ - bruteloss = 100 +"di" = ( +/obj/vehicle/ridden/lavaboat{ + dir = 8; + name = "boat" }, -/turf/open/water/beach, -/area/ruin/beach) -"dW" = ( +/turf/open/water/beach/deep, +/area/overmap_encounter/planetoid/beachplanet/explored) +"dp" = ( +/obj/effect/turf_decal/borderfloor/corner, +/obj/effect/turf_decal/siding/white/corner, +/turf/open/water/beach/deep, +/area/overmap_encounter/planetoid/beachplanet/explored) +"dq" = ( +/turf/open/floor/plasteel/stairs/wood, +/area/overmap_encounter/planetoid/beachplanet/explored) +"du" = ( +/obj/effect/turf_decal/weather/sand/corner, +/obj/structure/flora/ausbushes/reedbush, +/turf/open/water/beach/deep, +/area/overmap_encounter/planetoid/beachplanet/explored) +"dI" = ( /obj/effect/turf_decal/siding/wood{ dir = 8 }, @@ -62,16 +68,7 @@ dir = 8 }, /turf/open/water/beach/deep, -/area/ruin/beach) -"ep" = ( -/obj/effect/turf_decal/borderfloor/corner{ - dir = 4 - }, -/obj/effect/turf_decal/siding/white/corner{ - dir = 4 - }, -/turf/open/water/beach, -/area/ruin/beach) +/area/overmap_encounter/planetoid/beachplanet/explored) "eJ" = ( /obj/effect/turf_decal/siding/wood{ dir = 5 @@ -83,12 +80,6 @@ icon_state = "wood-broken2" }, /area/ruin/beach) -"eO" = ( -/obj/effect/turf_decal/spline/fancy/opaque/inteqbrown{ - dir = 8 - }, -/turf/open/water/beach/deep, -/area/ruin/beach) "eV" = ( /obj/structure/closet/crate/freezer, /obj/item/reagent_containers/food/snacks/fishmeat/carp, @@ -102,49 +93,38 @@ /obj/effect/turf_decal/corner/opaque/lightgrey/diagonal, /turf/open/floor/plastic, /area/ruin/beach) -"fh" = ( -/obj/effect/turf_decal/weather/sand/corner, -/turf/open/water/beach/deep, -/area/ruin/beach) "fo" = ( /obj/structure/chair/stool{ dir = 1 }, /turf/open/floor/carpet, /area/ruin/beach) -"fG" = ( -/obj/effect/turf_decal/weather/sand{ - dir = 1 +"fp" = ( +/mob/living/simple_animal/hostile/carp{ + bruteloss = 100 }, -/obj/effect/turf_decal/weather/sand/corner, -/obj/structure/flora/rock/asteroid, -/turf/open/water/beach, -/area/ruin/beach) -"fO" = ( -/obj/effect/turf_decal/weather/sand/corner{ - dir = 8 +/turf/open/water/beach/deep, +/area/overmap_encounter/planetoid/beachplanet/explored) +"fv" = ( +/obj/effect/turf_decal/weather/sand{ + dir = 4 }, -/obj/effect/turf_decal/spline/fancy/opaque/grey/corner{ +/obj/effect/turf_decal/spline/fancy/opaque/grey{ dir = 4 }, /turf/open/water/beach/deep, -/area/ruin/beach) +/area/overmap_encounter/planetoid/beachplanet/explored) "ge" = ( /turf/open/floor/wood/walnut{ icon_state = "wood-broken6" }, /area/ruin/beach) -"gu" = ( -/obj/structure/flora/ausbushes/stalkybush, -/obj/effect/turf_decal/weather/sand, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/structure/railing{ +"gm" = ( +/obj/effect/turf_decal/weather/sand/corner{ dir = 4 }, /turf/open/water/beach/deep, -/area/ruin/beach) +/area/overmap_encounter/planetoid/beachplanet/explored) "gz" = ( /obj/effect/turf_decal/corner/opaque/lightgrey/diagonal, /obj/machinery/atmospherics/pipe/heat_exchanging/junction{ @@ -154,14 +134,6 @@ /obj/machinery/light/dim/directional/east, /turf/open/floor/plastic, /area/ruin/beach) -"gT" = ( -/turf/open/floor/wood/ebony, -/area/ruin/beach) -"gZ" = ( -/obj/effect/turf_decal/borderfloor/corner, -/obj/effect/turf_decal/siding/white/corner, -/turf/open/water/beach, -/area/ruin/beach) "hd" = ( /obj/machinery/light/floor, /obj/machinery/porta_turret/syndicate/energy{ @@ -177,31 +149,42 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/carpet, /area/ruin/beach) -"hH" = ( -/obj/effect/turf_decal/spline/fancy/opaque/grey{ - dir = 1 - }, -/turf/open/floor/plating/asteroid/sand, -/area/ruin/beach) -"hK" = ( -/turf/open/water/beach, -/area/ruin/beach) -"hW" = ( -/obj/effect/turf_decal/weather/sand/corner, -/obj/effect/turf_decal/borderfloor/corner{ - dir = 1 +"hl" = ( +/obj/effect/turf_decal/borderfloor{ + dir = 4 }, -/obj/effect/turf_decal/siding/white/corner{ - dir = 1 +/obj/effect/turf_decal/siding/white{ + dir = 4 }, /turf/open/water/beach, -/area/ruin/beach) -"ic" = ( -/obj/effect/turf_decal/weather/sand{ +/area/overmap_encounter/planetoid/beachplanet/explored) +"hq" = ( +/obj/structure/flora/junglebush/b, +/turf/open/floor/plating/grass/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) +"hY" = ( +/obj/structure/railing/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ dir = 8 }, +/obj/structure/flora/bigplant, +/turf/open/floor/concrete/tiles, +/area/overmap_encounter/planetoid/beachplanet/explored) +"iH" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/open/floor/plating/asteroid/sand, +/area/overmap_encounter/planetoid/beachplanet/explored) +"iN" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, /turf/open/water/beach/deep, -/area/ruin/beach) +/area/overmap_encounter/planetoid/beachplanet/explored) "jz" = ( /obj/item/toy/plush/carpplushie/dehy_carp, /obj/item/toy/plush/carpplushie/dehy_carp, @@ -214,12 +197,11 @@ /obj/machinery/light/dim/directional/south, /turf/open/floor/plastic, /area/ruin/beach) -"jD" = ( -/obj/effect/turf_decal/weather/sand{ - dir = 1 - }, +"kg" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/structure/railing/corner, /turf/open/water/beach/deep, -/area/ruin/beach) +/area/overmap_encounter/planetoid/beachplanet/explored) "kj" = ( /obj/structure/closet/cabinet, /obj/item/pneumatic_cannon/speargun, @@ -227,15 +209,15 @@ /obj/item/kitchen/knife/hunting, /turf/open/floor/wood, /area/ruin/beach) -"kw" = ( -/obj/effect/turf_decal/siding/wideplating/corner{ +"kr" = ( +/obj/effect/turf_decal/weather/sand/corner{ dir = 1 }, -/obj/effect/turf_decal/spline/fancy/opaque/inteqbrown{ +/obj/effect/turf_decal/spline/fancy/opaque/grey/corner{ dir = 1 }, /turf/open/water/beach/deep, -/area/ruin/beach) +/area/overmap_encounter/planetoid/beachplanet/explored) "kC" = ( /obj/effect/turf_decal/siding/yellow{ dir = 1 @@ -259,6 +241,13 @@ }, /turf/open/floor/wood/walnut, /area/ruin/beach) +"ld" = ( +/obj/effect/turf_decal/siding/wideplating/corner{ + dir = 8 + }, +/obj/effect/turf_decal/spline/fancy/opaque/inteqbrown, +/turf/open/water/beach/deep, +/area/overmap_encounter/planetoid/beachplanet/explored) "ly" = ( /obj/effect/turf_decal/corner/opaque/lightgrey/diagonal, /obj/machinery/atmospherics/pipe/heat_exchanging/simple{ @@ -268,15 +257,55 @@ /obj/effect/decal/cleanable/cobweb/cobweb2, /turf/open/floor/plastic, /area/ruin/beach) -"mr" = ( -/obj/effect/turf_decal/borderfloor{ - dir = 4 +"lL" = ( +/obj/effect/turf_decal/weather/sand/corner{ + dir = 8 }, -/obj/effect/turf_decal/siding/white{ - dir = 4 +/turf/open/water/beach/deep, +/area/overmap_encounter/planetoid/beachplanet/explored) +"lX" = ( +/obj/effect/turf_decal/weather/sand{ + dir = 1 + }, +/obj/effect/turf_decal/weather/sand/corner, +/obj/structure/flora/rock/asteroid, +/turf/open/water/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) +"mh" = ( +/turf/open/floor/plating/asteroid/sand, +/area/overmap_encounter/planetoid/cave/explored) +"mj" = ( +/mob/living/simple_animal/hostile/carp/megacarp{ + dir = 8; + name = "Mother Carp"; + loot = list("/obj/item/clothing/suit/space/hardsuit/carp"); + faction = list("hostile","carp") + }, +/turf/open/floor/plating/asteroid/sand, +/area/overmap_encounter/planetoid/cave/explored) +"mq" = ( +/obj/item/ammo_box/c38_box, +/obj/structure/closet/crate/wooden, +/turf/open/floor/wood, +/area/ruin/beach) +"my" = ( +/obj/effect/turf_decal/weather/sand{ + dir = 5 }, /turf/open/water/beach/deep, +/area/overmap_encounter/planetoid/beachplanet/explored) +"mD" = ( +/obj/structure/table/wood, +/obj/machinery/light/small/directional/north, +/obj/item/gun/ballistic/shotgun/winchester, +/turf/open/floor/wood, /area/ruin/beach) +"mE" = ( +/obj/effect/turf_decal/weather/sand/corner{ + dir = 8 + }, +/turf/open/water/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) "mP" = ( /obj/effect/turf_decal/sand/plating, /obj/effect/turf_decal/siding/wood, @@ -291,6 +320,13 @@ dir = 8 }, /area/ruin/beach) +"nc" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/railing{ + layer = 3.3 + }, +/turf/open/water/beach/deep, +/area/overmap_encounter/planetoid/beachplanet/explored) "nn" = ( /obj/effect/turf_decal/siding/yellow{ dir = 1 @@ -299,19 +335,31 @@ icon_state = "wood-broken3" }, /area/ruin/beach) -"nv" = ( -/obj/effect/turf_decal/weather/sand/corner{ - dir = 8 +"ns" = ( +/turf/open/floor/concrete/tiles, +/area/overmap_encounter/planetoid/beachplanet/explored) +"ny" = ( +/obj/effect/turf_decal/borderfloor/corner{ + dir = 4 }, -/turf/open/water/beach, -/area/ruin/beach) -"nG" = ( -/obj/effect/turf_decal/weather/sand, -/obj/effect/turf_decal/weather/sand/corner{ - dir = 1 +/obj/effect/turf_decal/siding/white/corner{ + dir = 4 }, -/turf/open/water/beach, -/area/ruin/beach) +/turf/open/water/beach/deep, +/area/overmap_encounter/planetoid/beachplanet/explored) +"nR" = ( +/obj/structure/spawner/carp, +/turf/open/floor/plating/asteroid/sand, +/area/overmap_encounter/planetoid/cave/explored) +"om" = ( +/obj/effect/turf_decal/weather/sand{ + dir = 4 + }, +/obj/effect/turf_decal/spline/fancy/opaque/grey/corner{ + dir = 4 + }, +/turf/open/water/beach/deep, +/area/overmap_encounter/planetoid/beachplanet/explored) "ov" = ( /obj/effect/turf_decal/siding/yellow{ dir = 1 @@ -319,29 +367,31 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood/walnut, /area/ruin/beach) -"oE" = ( -/obj/machinery/light/small/directional/north, -/turf/open/floor/wood/ebony, -/area/ruin/beach) -"oH" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/structure/railing{ - dir = 8 - }, +"oI" = ( +/obj/structure/flora/ausbushes/reedbush, /turf/open/water/beach/deep, -/area/ruin/beach) -"oP" = ( -/obj/machinery/light/floor{ - pixel_y = 16; - pixel_x = -16 - }, -/turf/open/floor/wood/ebony, -/area/ruin/beach) +/area/overmap_encounter/planetoid/beachplanet/explored) "oS" = ( /turf/open/floor/wood, /area/ruin/beach) +"oY" = ( +/obj/structure/table/wood, +/obj/machinery/light/small/directional/north, +/obj/item/binoculars{ + pixel_x = -1; + layer = 2.9 + }, +/turf/open/floor/wood/ebony, +/area/overmap_encounter/planetoid/beachplanet/explored) +"pb" = ( +/obj/effect/turf_decal/borderfloor/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/white/corner{ + dir = 4 + }, +/turf/open/water/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) "pe" = ( /obj/effect/turf_decal/sand/plating, /obj/effect/turf_decal/siding/wood{ @@ -355,68 +405,55 @@ }, /turf/open/floor/wood/ebony, /area/ruin/beach) -"pC" = ( -/obj/effect/turf_decal/weather/sand/corner{ - dir = 4 +"pg" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 }, -/turf/open/water/beach, -/area/ruin/beach) -"pI" = ( -/turf/open/floor/plating/asteroid/sand, -/area/ruin/beach) -"pJ" = ( -/obj/structure/spacevine, -/turf/open/floor/plating/asteroid/sand, -/area/ruin/beach) -"qE" = ( -/obj/effect/turf_decal/weather/sand/corner{ +/obj/structure/railing/corner{ dir = 8 }, -/obj/effect/turf_decal/weather/sand/corner, -/turf/open/water/beach, -/area/ruin/beach) -"qQ" = ( +/turf/open/water/beach/deep, +/area/overmap_encounter/planetoid/beachplanet/explored) +"qh" = ( /obj/structure/table/wood, -/obj/item/storage/fancy/cigarettes/cigpack_carp{ - pixel_y = 7; - pixel_x = 9 - }, -/obj/item/lighter{ - pixel_y = -4 - }, -/obj/item/cigbutt{ - pixel_y = 3; - pixel_x = 5 +/obj/item/flashlight/lamp/green{ + pixel_y = 8 }, /turf/open/floor/wood/ebony, -/area/ruin/beach) -"ra" = ( -/obj/effect/turf_decal/weather/sand/corner{ - dir = 1 - }, -/turf/open/water/beach/deep, -/area/ruin/beach) -"ro" = ( -/obj/effect/turf_decal/weather/sand/corner{ - dir = 4 - }, -/obj/structure/flora/ausbushes/stalkybush, -/turf/open/water/beach/deep, -/area/ruin/beach) +/area/overmap_encounter/planetoid/beachplanet/explored) "rs" = ( /obj/machinery/deepfryer, /obj/effect/turf_decal/corner/opaque/pink/diagonal, /turf/open/floor/plastic, /area/ruin/beach) -"sp" = ( +"rt" = ( +/obj/effect/turf_decal/spline/fancy/opaque/grey{ + dir = 1 + }, +/turf/open/floor/plating/asteroid/sand, +/area/overmap_encounter/planetoid/beachplanet/explored) +"rG" = ( +/turf/open/water/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) +"rP" = ( +/obj/effect/turf_decal/borderfloor{ + dir = 8 + }, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/turf/open/water/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) +"rV" = ( /obj/effect/turf_decal/weather/sand{ - dir = 5 + dir = 1 }, -/obj/effect/turf_decal/spline/fancy/opaque/grey{ - dir = 5 +/obj/effect/turf_decal/weather/sand/corner{ + dir = 4 }, -/turf/open/water/beach/deep, -/area/ruin/beach) +/obj/structure/flora/rock/jungle, +/turf/open/water/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) "sz" = ( /obj/effect/turf_decal/corner/opaque/lightgrey/diagonal, /obj/machinery/atmospherics/pipe/heat_exchanging/simple{ @@ -430,19 +467,21 @@ /obj/structure/closet/secure_closet/freezer, /turf/open/floor/plastic, /area/ruin/beach) -"sA" = ( -/obj/structure/chair/plastic{ - dir = 8 - }, -/mob/living/simple_animal/hostile/pirate/ranged{ - faction = list("beach","pirate") - }, -/turf/open/floor/wood/ebony, -/area/ruin/beach) +"sG" = ( +/obj/effect/turf_decal/borderfloor, +/obj/effect/turf_decal/siding/white, +/turf/open/water/beach/deep, +/area/overmap_encounter/planetoid/beachplanet/explored) "sJ" = ( /obj/structure/flora/bigplant, /turf/open/floor/wood/walnut, /area/ruin/beach) +"sM" = ( +/obj/effect/turf_decal/weather/sand/corner{ + dir = 1 + }, +/turf/open/water/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) "sN" = ( /obj/structure/chair/sofa, /obj/machinery/light/small/directional/north{ @@ -453,10 +492,6 @@ /obj/item/grenade/clusterbuster/spawner_spesscarp, /turf/open/floor/carpet, /area/ruin/beach) -"sV" = ( -/obj/structure/spacevine, -/turf/open/water/beach/deep, -/area/ruin/beach) "tj" = ( /obj/effect/turf_decal/corner/opaque/lightgrey/diagonal, /obj/machinery/atmospherics/components/unary/portables_connector{ @@ -467,103 +502,32 @@ }, /turf/open/floor/plastic, /area/ruin/beach) -"tA" = ( -/obj/effect/turf_decal/weather/sand{ - dir = 9 - }, -/obj/effect/turf_decal/spline/fancy/opaque/grey{ - dir = 9 - }, +"tr" = ( +/obj/structure/flora/driftlog, /turf/open/water/beach/deep, -/area/ruin/beach) -"tH" = ( -/obj/effect/turf_decal/borderfloor{ - dir = 4 - }, -/obj/effect/turf_decal/siding/white{ - dir = 4 - }, -/turf/open/water/beach, -/area/ruin/beach) -"tV" = ( -/obj/effect/turf_decal/siding/wideplating/corner{ - dir = 4 - }, -/obj/effect/turf_decal/spline/fancy/opaque/inteqbrown{ - dir = 1 - }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"tQ" = ( +/obj/effect/turf_decal/weather/sand, /turf/open/water/beach/deep, -/area/ruin/beach) -"tX" = ( -/obj/structure/spacevine/dense, -/turf/open/floor/plating/asteroid/sand, -/area/ruin/beach) +/area/overmap_encounter/planetoid/beachplanet/explored) "ut" = ( /turf/closed/wall/mineral/wood, /area/ruin/beach) -"uC" = ( -/obj/structure/flora/ausbushes/stalkybush, -/turf/open/water/beach/deep, -/area/ruin/beach) -"uD" = ( -/obj/effect/turf_decal/borderfloor/corner{ - dir = 4 - }, -/obj/effect/turf_decal/siding/white/corner{ +"uM" = ( +/obj/structure/railing/wood{ dir = 4 }, -/turf/open/water/beach/deep, -/area/ruin/beach) -"uY" = ( /obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/effect/turf_decal/siding/wideplating/corner{ dir = 4 }, -/obj/effect/turf_decal/spline/fancy/opaque/inteqbrown{ - dir = 1 - }, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/water/beach/deep, -/area/ruin/beach) -"uZ" = ( -/obj/effect/turf_decal/borderfloor, -/obj/effect/turf_decal/siding/white, -/turf/open/water/beach/deep, -/area/ruin/beach) -"vc" = ( -/obj/effect/turf_decal/borderfloor{ - dir = 1 - }, -/obj/effect/turf_decal/siding/white{ - dir = 1 - }, -/turf/open/water/beach/deep, -/area/ruin/beach) -"vv" = ( -/obj/structure/flora/junglebush/b, -/turf/open/floor/plating/grass/beach, -/area/ruin/beach) -"vA" = ( -/obj/effect/turf_decal/borderfloor{ - dir = 8 - }, -/obj/effect/turf_decal/siding/white{ - dir = 8 - }, -/turf/open/water/beach, -/area/ruin/beach) +/obj/structure/flora/bigplant, +/turf/open/floor/concrete/tiles, +/area/overmap_encounter/planetoid/beachplanet/explored) "vD" = ( /obj/effect/turf_decal/corner/opaque/lightgrey/diagonal, /obj/machinery/atmospherics/components/unary/thermomachine/freezer/on/coldroom, /turf/open/floor/plastic, /area/ruin/beach) -"vL" = ( -/turf/open/floor/concrete/tiles, -/area/ruin/beach) "vM" = ( /obj/effect/turf_decal/corner/opaque/lightgrey/diagonal, /obj/machinery/atmospherics/pipe/heat_exchanging/simple{ @@ -573,13 +537,7 @@ /obj/item/kitchen/knife/butcher, /turf/open/floor/plastic, /area/ruin/beach) -"wu" = ( -/obj/effect/turf_decal/weather/sand{ - dir = 4 - }, -/turf/open/water/beach/deep, -/area/ruin/beach) -"wH" = ( +"wg" = ( /obj/effect/turf_decal/borderfloor/corner{ dir = 8 }, @@ -587,13 +545,35 @@ dir = 8 }, /turf/open/water/beach/deep, -/area/ruin/beach) -"xl" = ( +/area/overmap_encounter/planetoid/beachplanet/explored) +"wR" = ( /obj/effect/turf_decal/weather/sand{ - dir = 10 + dir = 8 + }, +/obj/effect/turf_decal/spline/fancy/opaque/grey{ + dir = 8 }, /turf/open/water/beach/deep, -/area/ruin/beach) +/area/overmap_encounter/planetoid/beachplanet/explored) +"xt" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/cigarettes/cigpack_carp{ + pixel_y = 7; + pixel_x = 9 + }, +/obj/item/lighter{ + pixel_y = -4 + }, +/obj/item/cigbutt{ + pixel_y = 3; + pixel_x = 5 + }, +/turf/open/floor/wood/ebony, +/area/overmap_encounter/planetoid/beachplanet/explored) +"xP" = ( +/obj/structure/spacevine/dense, +/turf/open/floor/plating/asteroid/sand, +/area/overmap_encounter/planetoid/cave/explored) "yo" = ( /obj/structure/table/wood/poker, /obj/item/kirbyplants{ @@ -608,25 +588,15 @@ }, /turf/open/floor/carpet, /area/ruin/beach) -"yy" = ( -/obj/effect/turf_decal/weather/sand{ - dir = 1 - }, -/obj/effect/turf_decal/weather/sand/corner{ - dir = 4 - }, -/obj/structure/flora/rock/jungle, -/turf/open/water/beach, -/area/ruin/beach) -"yD" = ( -/obj/effect/turf_decal/siding/wood/corner{ +"yK" = ( +/obj/effect/turf_decal/siding/wideplating/corner{ dir = 1 }, -/obj/structure/railing/corner{ +/obj/effect/turf_decal/spline/fancy/opaque/inteqbrown{ dir = 1 }, /turf/open/water/beach/deep, -/area/ruin/beach) +/area/overmap_encounter/planetoid/beachplanet/explored) "yL" = ( /obj/effect/turf_decal/siding/yellow/corner{ dir = 1 @@ -643,22 +613,26 @@ /obj/structure/table/wood, /turf/open/floor/wood, /area/ruin/beach) -"zc" = ( -/obj/structure/railing/wood{ - dir = 4 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/structure/flora/bigplant, -/turf/open/floor/concrete/tiles, -/area/ruin/beach) +"yV" = ( +/turf/open/floor/wood/ebony, +/area/overmap_encounter/planetoid/beachplanet/explored) "zq" = ( /obj/structure/table/wood/reinforced, /obj/item/reagent_containers/food/snacks/fishandchips, /obj/effect/turf_decal/corner/opaque/pink/diagonal, /turf/open/floor/plastic, /area/ruin/beach) +"zx" = ( +/obj/structure/flora/ausbushes/stalkybush, +/obj/effect/turf_decal/weather/sand, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/water/beach/deep, +/area/overmap_encounter/planetoid/beachplanet/explored) "zA" = ( /obj/structure/table/wood, /obj/item/reagent_containers/food/snacks/cubancarp{ @@ -674,50 +648,25 @@ }, /turf/open/floor/wood/walnut, /area/ruin/beach) -"zB" = ( -/obj/effect/turf_decal/siding/wideplating/corner, -/obj/effect/turf_decal/spline/fancy/opaque/inteqbrown, +"Af" = ( +/obj/structure/spacevine/dense, /turf/open/water/beach/deep, -/area/ruin/beach) -"Ap" = ( -/obj/effect/turf_decal/weather/sand/corner{ - dir = 4 - }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"AG" = ( /obj/effect/turf_decal/weather/sand{ - dir = 4 + dir = 1 }, -/turf/open/water/beach, -/area/ruin/beach) -"Ay" = ( +/turf/open/water/beach/deep, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Bb" = ( /obj/effect/turf_decal/weather/sand{ dir = 9 }, -/turf/open/water/beach/deep, -/area/ruin/beach) -"AF" = ( -/obj/machinery/light/small/directional/north, -/turf/open/floor/concrete/tiles, -/area/ruin/beach) -"AO" = ( -/obj/effect/turf_decal/weather/sand{ - dir = 8 +/obj/effect/turf_decal/spline/fancy/opaque/grey{ + dir = 1 }, /turf/open/water/beach, -/area/ruin/beach) -"AT" = ( -/obj/structure/flora/ausbushes/reedbush, -/turf/open/water/beach, -/area/ruin/beach) -"AY" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/structure/flora/junglebush/b, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/plating/grass/beach, -/area/ruin/beach) +/area/overmap_encounter/planetoid/beachplanet/explored) "Bg" = ( /obj/effect/turf_decal/corner/opaque/pink/diagonal, /mob/living/simple_animal/hostile/pirate/melee{ @@ -725,6 +674,29 @@ }, /turf/open/floor/plastic, /area/ruin/beach) +"Bo" = ( +/obj/effect/turf_decal/weather/sand/corner{ + dir = 8 + }, +/obj/effect/turf_decal/weather/sand/corner, +/turf/open/water/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Bu" = ( +/obj/effect/turf_decal/weather/sand{ + dir = 5 + }, +/obj/structure/flora/ausbushes/stalkybush, +/turf/open/water/beach/deep, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Bz" = ( +/obj/effect/turf_decal/weather/sand/corner{ + dir = 8 + }, +/obj/effect/turf_decal/spline/fancy/opaque/grey/corner{ + dir = 4 + }, +/turf/open/water/beach/deep, +/area/overmap_encounter/planetoid/beachplanet/explored) "BD" = ( /obj/structure/closet/crate/bin, /obj/effect/turf_decal/siding/yellow{ @@ -736,101 +708,120 @@ icon_state = "wood-broken5" }, /area/ruin/beach) -"Ch" = ( -/obj/effect/turf_decal/corner/opaque/pink/diagonal, -/obj/structure/sink/kitchen{ - dir = 4; - pixel_x = -11 - }, -/turf/open/floor/plastic, -/area/ruin/beach) -"CJ" = ( -/obj/structure/flora/ausbushes/stalkybush, +"BN" = ( /obj/effect/turf_decal/weather/sand{ - dir = 6 + dir = 9 + }, +/obj/effect/turf_decal/spline/fancy/opaque/grey{ + dir = 9 }, /turf/open/water/beach/deep, -/area/ruin/beach) -"CV" = ( -/obj/machinery/grill, +/area/overmap_encounter/planetoid/beachplanet/explored) +"BR" = ( +/obj/machinery/light/small/directional/east, +/turf/open/floor/wood/ebony, +/area/overmap_encounter/planetoid/beachplanet/explored) +"BW" = ( +/obj/machinery/light/small/directional/north, +/turf/open/floor/concrete/tiles, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Ch" = ( /obj/effect/turf_decal/corner/opaque/pink/diagonal, -/obj/effect/decal/cleanable/cobweb, +/obj/structure/sink/kitchen{ + dir = 4; + pixel_x = -11 + }, /turf/open/floor/plastic, /area/ruin/beach) -"Ds" = ( -/obj/effect/turf_decal/borderfloor/corner{ - dir = 1 - }, -/obj/effect/turf_decal/siding/white/corner{ +"Ci" = ( +/obj/effect/turf_decal/weather/sand{ dir = 1 }, -/turf/open/water/beach/deep, -/area/ruin/beach) -"Dz" = ( -/obj/effect/turf_decal/weather/sand{ - dir = 5 +/turf/open/water/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Cp" = ( +/obj/effect/turf_decal/weather/sand/corner{ + dir = 4 }, +/obj/structure/flora/ausbushes/stalkybush, /turf/open/water/beach/deep, -/area/ruin/beach) -"DB" = ( -/obj/structure/table/wood, -/obj/machinery/light/small/directional/north, -/obj/item/binoculars{ - pixel_x = -1; - layer = 2.9 +/area/overmap_encounter/planetoid/beachplanet/explored) +"Cr" = ( +/obj/machinery/light/floor{ + pixel_y = 16 }, /turf/open/floor/wood/ebony, +/area/overmap_encounter/planetoid/beachplanet/explored) +"CV" = ( +/obj/machinery/grill, +/obj/effect/turf_decal/corner/opaque/pink/diagonal, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plastic, /area/ruin/beach) -"DM" = ( -/turf/open/water/beach/deep, -/area/ruin/beach) -"DO" = ( +"DL" = ( /obj/effect/turf_decal/siding/wood{ dir = 4 }, +/obj/structure/flora/junglebush/b, /obj/structure/railing{ dir = 4 }, -/turf/open/water/beach/deep, -/area/ruin/beach) +/turf/open/floor/plating/grass/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) "DS" = ( /obj/machinery/light/small/directional/west, /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood/walnut, /area/ruin/beach) +"Eb" = ( +/obj/effect/turf_decal/borderfloor/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/white/corner{ + dir = 1 + }, +/turf/open/water/beach/deep, +/area/overmap_encounter/planetoid/beachplanet/explored) "Em" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood/walnut{ icon_state = "wood-broken7" }, /area/ruin/beach) -"Eq" = ( -/obj/structure/flora/ausbushes/reedbush, +"Ez" = ( +/obj/effect/turf_decal/weather/sand{ + dir = 9 + }, /turf/open/water/beach/deep, -/area/ruin/beach) +/area/overmap_encounter/planetoid/beachplanet/explored) +"Fq" = ( +/obj/effect/turf_decal/borderfloor{ + dir = 1 + }, +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/turf/open/water/beach/deep, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Fr" = ( +/turf/open/water/beach/deep, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Fz" = ( +/obj/structure/flora/ausbushes/stalkybush, +/turf/open/water/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) "FG" = ( /turf/template_noop, /area/template_noop) -"FI" = ( -/obj/effect/turf_decal/siding/wideplating/corner{ - dir = 8 - }, -/obj/effect/turf_decal/spline/fancy/opaque/inteqbrown, -/turf/open/water/beach/deep, -/area/ruin/beach) -"FK" = ( +"Ga" = ( /obj/effect/turf_decal/siding/wood{ - dir = 1 + dir = 8 }, /obj/structure/railing{ - dir = 1 + dir = 8 }, /turf/open/water/beach/deep, -/area/ruin/beach) -"FW" = ( -/obj/effect/turf_decal/weather/sand, -/turf/open/water/beach/deep, -/area/ruin/beach) +/area/overmap_encounter/planetoid/beachplanet/explored) "Gr" = ( /obj/machinery/processor, /obj/effect/turf_decal/corner/opaque/pink/diagonal, @@ -861,22 +852,6 @@ /obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/plastic, /area/ruin/beach) -"GL" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green{ - pixel_y = 8 - }, -/turf/open/floor/wood/ebony, -/area/ruin/beach) -"GM" = ( -/obj/effect/turf_decal/siding/wood/corner{ - dir = 8 - }, -/obj/structure/railing/corner{ - dir = 8 - }, -/turf/open/water/beach/deep, -/area/ruin/beach) "GP" = ( /obj/structure/chair/sofa/right, /obj/effect/decal/cleanable/cobweb, @@ -885,6 +860,15 @@ }, /turf/open/floor/carpet, /area/ruin/beach) +"Hb" = ( +/obj/effect/turf_decal/borderfloor{ + dir = 8 + }, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/turf/open/water/beach/deep, +/area/overmap_encounter/planetoid/beachplanet/explored) "He" = ( /obj/effect/turf_decal/corner/opaque/pink/diagonal, /obj/effect/decal/cleanable/blood/footprints{ @@ -907,6 +891,25 @@ }, /turf/open/floor/plasteel/showroomfloor, /area/ruin/beach) +"Hm" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wideplating/corner{ + dir = 4 + }, +/obj/effect/turf_decal/spline/fancy/opaque/inteqbrown{ + dir = 1 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/water/beach/deep, +/area/overmap_encounter/planetoid/beachplanet/explored) +"HF" = ( +/obj/structure/flora/junglebush/large, +/turf/open/floor/plating/grass/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) "HW" = ( /obj/effect/turf_decal/corner/opaque/pink/diagonal, /obj/effect/decal/cleanable/blood/footprints{ @@ -918,11 +921,6 @@ }, /turf/open/floor/plastic, /area/ruin/beach) -"In" = ( -/obj/effect/turf_decal/borderfloor/corner, -/obj/effect/turf_decal/siding/white/corner, -/turf/open/water/beach/deep, -/area/ruin/beach) "Iv" = ( /obj/effect/decal/cleanable/garbage{ pixel_y = -14 @@ -930,47 +928,48 @@ /obj/machinery/light/small/directional/west, /turf/open/floor/wood/walnut, /area/ruin/beach) -"IN" = ( -/obj/effect/turf_decal/borderfloor{ +"ID" = ( +/obj/effect/turf_decal/weather/sand/corner{ dir = 1 }, -/obj/effect/turf_decal/siding/white{ +/turf/open/water/beach/deep, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Jl" = ( +/obj/effect/turf_decal/siding/wideplating/corner, +/obj/effect/turf_decal/spline/fancy/opaque/inteqbrown, +/turf/open/water/beach/deep, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Kf" = ( +/obj/effect/turf_decal/siding/wood/corner{ dir = 1 }, -/turf/open/water/beach, -/area/ruin/beach) -"IV" = ( -/obj/structure/flora/ausbushes/stalkybush, -/obj/effect/turf_decal/spline/fancy/opaque/inteqbrown/corner{ - dir = 8 +/obj/structure/railing/corner{ + dir = 1 }, /turf/open/water/beach/deep, -/area/ruin/beach) -"Js" = ( -/obj/effect/turf_decal/weather/sand/corner{ - dir = 1 +/area/overmap_encounter/planetoid/beachplanet/explored) +"Kv" = ( +/obj/effect/turf_decal/weather/sand{ + dir = 5 }, -/obj/effect/turf_decal/weather/sand/corner{ - dir = 8 +/obj/effect/turf_decal/spline/fancy/opaque/grey{ + dir = 5 }, -/obj/structure/flora/rock/jungle, -/turf/open/water/beach, -/area/ruin/beach) -"JL" = ( -/mob/living/simple_animal/hostile/carp/megacarp{ - dir = 8; - name = "Mother Carp"; - loot = list("/obj/item/clothing/suit/space/hardsuit/carp"); - faction = list("hostile","carp") +/turf/open/water/beach/deep, +/area/overmap_encounter/planetoid/beachplanet/explored) +"KL" = ( +/obj/effect/turf_decal/siding/wideplating/corner{ + dir = 1 }, -/turf/open/floor/plating/asteroid/sand, -/area/ruin/beach) -"Kq" = ( -/mob/living/simple_animal/hostile/carp{ - bruteloss = 100 +/obj/effect/turf_decal/spline/fancy/opaque/inteqbrown{ + dir = 1 + }, +/obj/vehicle/ridden/lavaboat{ + dir = 4; + name = "boat" }, /turf/open/water/beach/deep, -/area/ruin/beach) +/area/overmap_encounter/planetoid/beachplanet/explored) "KW" = ( /obj/effect/turf_decal/sand/plating, /obj/effect/turf_decal/siding/wood, @@ -980,26 +979,31 @@ /obj/structure/curtain/cloth/grey, /turf/open/floor/wood/ebony, /area/ruin/beach) -"KY" = ( -/obj/effect/turf_decal/borderfloor{ +"KZ" = ( +/obj/effect/turf_decal/spline/fancy/opaque/inteqbrown{ dir = 8 }, -/obj/effect/turf_decal/siding/white{ - dir = 8 +/turf/open/water/beach/deep, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Lb" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 4; + layer = 3.1 }, /turf/open/water/beach/deep, -/area/ruin/beach) +/area/overmap_encounter/planetoid/beachplanet/explored) "Ly" = ( /obj/structure/closet/crate/bin, /obj/item/trash/can, /turf/open/floor/wood/walnut, /area/ruin/beach) -"LE" = ( -/obj/structure/table/wood, -/obj/machinery/light/small/directional/north, -/obj/item/gun/ballistic/shotgun/winchester/lethal, -/turf/open/floor/wood, -/area/ruin/beach) +"LK" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/open/floor/plating/asteroid/sand, +/area/overmap_encounter/planetoid/cave/explored) "LM" = ( /obj/structure/closet/crate/bin, /obj/item/reagent_containers/food/snacks/fishmeat/carp/imitation, @@ -1008,28 +1012,30 @@ /obj/effect/turf_decal/corner/opaque/pink/diagonal, /turf/open/floor/plastic, /area/ruin/beach) -"LP" = ( -/obj/structure/railing/wood{ - dir = 8 +"Mw" = ( +/turf/closed/mineral, +/area/overmap_encounter/planetoid/cave/explored) +"MI" = ( +/obj/structure/spacevine, +/turf/open/floor/plating/asteroid/sand, +/area/overmap_encounter/planetoid/cave/explored) +"NF" = ( +/obj/effect/turf_decal/weather/sand, +/obj/effect/turf_decal/weather/sand/corner{ + dir = 1 }, -/obj/effect/turf_decal/siding/wood{ - dir = 8 +/turf/open/water/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Oi" = ( +/obj/effect/turf_decal/weather/sand/corner{ + dir = 1 }, -/obj/structure/flora/bigplant, -/turf/open/floor/concrete/tiles, -/area/ruin/beach) -"Mn" = ( -/obj/effect/turf_decal/weather/sand{ - dir = 5 +/obj/effect/turf_decal/weather/sand/corner{ + dir = 8 }, -/obj/structure/flora/ausbushes/stalkybush, -/turf/open/water/beach/deep, -/area/ruin/beach) -"Nq" = ( -/obj/effect/turf_decal/siding/wood/corner, -/obj/structure/railing/corner, -/turf/open/water/beach/deep, -/area/ruin/beach) +/obj/structure/flora/rock/jungle, +/turf/open/water/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) "Ok" = ( /obj/effect/turf_decal/corner/opaque/pink/diagonal, /turf/open/floor/plastic, @@ -1037,6 +1043,15 @@ "Ol" = ( /turf/open/floor/carpet, /area/ruin/beach) +"Oo" = ( +/obj/structure/chair/plastic{ + dir = 8 + }, +/mob/living/simple_animal/hostile/pirate/ranged{ + faction = list("beach","pirate") + }, +/turf/open/floor/wood/ebony, +/area/overmap_encounter/planetoid/beachplanet/explored) "Os" = ( /obj/structure/table/wood/reinforced, /obj/effect/turf_decal/corner/opaque/pink/diagonal, @@ -1051,20 +1066,11 @@ /obj/machinery/light/dim/directional/east, /turf/open/floor/plastic, /area/ruin/beach) -"OE" = ( -/obj/effect/turf_decal/weather/sand/corner{ - dir = 4 - }, -/turf/open/water/beach/deep, -/area/ruin/beach) -"OO" = ( -/obj/structure/spacevine/dense, -/turf/open/water/beach/deep, -/area/ruin/beach) -"Pe" = ( -/obj/structure/spawner/carp, -/turf/open/floor/plating/asteroid/sand, -/area/ruin/beach) +"Ow" = ( +/obj/effect/turf_decal/borderfloor/corner, +/obj/effect/turf_decal/siding/white/corner, +/turf/open/water/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) "PB" = ( /obj/structure/closet/cabinet, /obj/item/pneumatic_cannon/speargun, @@ -1075,6 +1081,12 @@ }, /turf/open/floor/wood, /area/ruin/beach) +"PC" = ( +/obj/effect/turf_decal/weather/sand{ + dir = 10 + }, +/turf/open/water/beach/deep, +/area/overmap_encounter/planetoid/beachplanet/explored) "PM" = ( /obj/effect/turf_decal/siding/wood{ dir = 4 @@ -1085,15 +1097,14 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood/walnut, /area/ruin/beach) -"Qi" = ( -/obj/effect/turf_decal/weather/sand{ - dir = 1 - }, +"PR" = ( +/obj/structure/flora/ausbushes/reedbush, /turf/open/water/beach, -/area/ruin/beach) -"QO" = ( -/turf/closed/mineral, -/area/ruin/beach) +/area/overmap_encounter/planetoid/beachplanet/explored) +"QQ" = ( +/obj/effect/turf_decal/weather/sand/corner, +/turf/open/water/beach/deep, +/area/overmap_encounter/planetoid/beachplanet/explored) "QV" = ( /obj/structure/table/wood/reinforced, /obj/machinery/microwave{ @@ -1131,104 +1142,144 @@ }, /turf/open/floor/carpet, /area/ruin/beach) -"Sl" = ( -/obj/effect/turf_decal/siding/wood/corner{ +"RE" = ( +/obj/effect/turf_decal/weather/sand/corner{ dir = 4 }, -/obj/structure/railing/corner{ - dir = 4; - layer = 3.1 +/obj/effect/turf_decal/weather/sand{ + dir = 4 }, -/turf/open/water/beach/deep, -/area/ruin/beach) -"SC" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 8 +/turf/open/water/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) +"RR" = ( +/obj/machinery/light/small/directional/north, +/turf/open/floor/wood/ebony, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Sk" = ( +/turf/open/floor/plating/asteroid/sand, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Sv" = ( +/obj/effect/turf_decal/weather/sand/corner{ + dir = 4 }, -/obj/structure/flora/ausbushes/stalkybush, -/obj/structure/railing{ +/turf/open/water/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) +"SH" = ( +/obj/effect/turf_decal/weather/sand{ dir = 8 }, +/turf/open/water/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) +"SW" = ( +/obj/effect/turf_decal/weather/sand/corner, +/obj/effect/turf_decal/borderfloor/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/white/corner{ + dir = 1 + }, +/turf/open/water/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) +"SX" = ( +/obj/effect/turf_decal/borderfloor{ + dir = 4 + }, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, /turf/open/water/beach/deep, -/area/ruin/beach) -"SV" = ( -/obj/structure/flora/driftlog, -/turf/open/water/beach/deep, -/area/ruin/beach) -"Ta" = ( -/obj/structure/flora/ausbushes/ywflowers, -/turf/open/floor/plating/asteroid/sand, -/area/ruin/beach) +/area/overmap_encounter/planetoid/beachplanet/explored) "Ty" = ( /obj/structure/table/wood, /obj/effect/decal/cleanable/cobweb/cobweb2, /turf/open/floor/wood, /area/ruin/beach) -"TQ" = ( -/obj/structure/flora/rock/asteroid, -/turf/open/water/beach, -/area/ruin/beach) -"Ue" = ( +"TM" = ( /obj/effect/turf_decal/weather/sand{ - dir = 8 + dir = 4 }, -/obj/effect/turf_decal/spline/fancy/opaque/grey{ - dir = 8 +/turf/open/water/beach/deep, +/area/overmap_encounter/planetoid/beachplanet/explored) +"TP" = ( +/mob/living/simple_animal/hostile/carp{ + bruteloss = 100 + }, +/turf/open/water/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) +"TU" = ( +/obj/effect/turf_decal/siding/wideplating/corner{ + dir = 4 + }, +/obj/effect/turf_decal/spline/fancy/opaque/inteqbrown{ + dir = 1 }, /turf/open/water/beach/deep, -/area/ruin/beach) +/area/overmap_encounter/planetoid/beachplanet/explored) "Uj" = ( /obj/structure/table/wood/reinforced, /obj/machinery/reagentgrinder, /obj/effect/turf_decal/corner/opaque/pink/diagonal, /turf/open/floor/plastic, /area/ruin/beach) -"Ut" = ( -/obj/item/oar, -/obj/item/oar, -/obj/structure/rack, +"UC" = ( +/obj/structure/flora/ausbushes/stalkybush, +/obj/effect/turf_decal/spline/fancy/opaque/inteqbrown/corner{ + dir = 8 + }, +/turf/open/water/beach/deep, +/area/overmap_encounter/planetoid/beachplanet/explored) +"UZ" = ( +/obj/machinery/light/floor{ + pixel_y = 16; + pixel_x = -16 + }, /turf/open/floor/wood/ebony, -/area/ruin/beach) -"UE" = ( -/obj/effect/turf_decal/weather/sand/corner, -/obj/structure/flora/ausbushes/reedbush, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Vh" = ( +/obj/structure/chair/plastic, +/obj/item/cigbutt{ + pixel_y = 7; + pixel_x = 9; + layer = 2.9 + }, +/obj/item/cigbutt{ + pixel_y = 3; + pixel_x = -10; + layer = 2.9 + }, +/obj/item/cigbutt{ + pixel_y = -5; + pixel_x = 4; + layer = 2.9 + }, +/mob/living/simple_animal/hostile/pirate/ranged{ + faction = list("beach","pirate") + }, +/turf/open/floor/wood/ebony, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Vm" = ( +/obj/structure/flora/ausbushes/stalkybush, +/obj/effect/turf_decal/weather/sand{ + dir = 6 + }, /turf/open/water/beach/deep, -/area/ruin/beach) -"UH" = ( -/turf/open/floor/plasteel/stairs/wood, -/area/ruin/beach) -"UX" = ( -/obj/vehicle/ridden/lavaboat{ - dir = 8; - name = "boat" +/area/overmap_encounter/planetoid/beachplanet/explored) +"Vn" = ( +/obj/effect/turf_decal/spline/fancy/opaque/inteqbrown/corner{ + dir = 1 }, /turf/open/water/beach/deep, -/area/ruin/beach) +/area/overmap_encounter/planetoid/beachplanet/explored) "Vt" = ( /obj/item/nullrod/carp, /obj/structure/bed/dogbed, /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood/walnut, /area/ruin/beach) -"Vy" = ( -/obj/effect/turf_decal/weather/sand/corner{ - dir = 1 - }, -/turf/open/water/beach, -/area/ruin/beach) -"VQ" = ( -/obj/structure/flora/junglebush/large, -/turf/open/floor/plating/grass/beach, -/area/ruin/beach) -"Wb" = ( -/obj/effect/turf_decal/weather/sand{ - dir = 9 - }, -/obj/effect/turf_decal/spline/fancy/opaque/grey{ - dir = 1 - }, -/turf/open/water/beach, -/area/ruin/beach) +"VZ" = ( +/obj/structure/spacevine, +/turf/open/water/beach/deep, +/area/overmap_encounter/planetoid/beachplanet/explored) "Wk" = ( /obj/effect/turf_decal/corner/opaque/lightgrey/diagonal, /obj/machinery/atmospherics/pipe/heat_exchanging/junction, @@ -1247,92 +1298,48 @@ "WT" = ( /turf/open/floor/wood/walnut, /area/ruin/beach) -"WU" = ( +"WX" = ( /obj/effect/turf_decal/weather/sand/corner, /obj/effect/turf_decal/weather/sand/corner{ dir = 1 }, /turf/open/water/beach, -/area/ruin/beach) -"Xp" = ( -/obj/effect/turf_decal/siding/wood, -/obj/structure/railing{ - layer = 3.3 - }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Yf" = ( +/obj/structure/flora/ausbushes/stalkybush, /turf/open/water/beach/deep, -/area/ruin/beach) -"Xt" = ( -/obj/structure/chair/plastic, -/obj/item/cigbutt{ - pixel_y = 7; - pixel_x = 9; - layer = 2.9 - }, -/obj/item/cigbutt{ - pixel_y = 3; - pixel_x = -10; - layer = 2.9 - }, -/obj/item/cigbutt{ - pixel_y = -5; - pixel_x = 4; - layer = 2.9 - }, -/mob/living/simple_animal/hostile/pirate/ranged{ - faction = list("beach","pirate") - }, -/turf/open/floor/wood/ebony, -/area/ruin/beach) -"XA" = ( -/obj/effect/turf_decal/weather/sand{ - dir = 4 +/area/overmap_encounter/planetoid/beachplanet/explored) +"Yk" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 }, -/obj/effect/turf_decal/spline/fancy/opaque/grey/corner{ - dir = 4 +/obj/structure/flora/ausbushes/stalkybush, +/obj/structure/railing{ + dir = 8 }, /turf/open/water/beach/deep, -/area/ruin/beach) +/area/overmap_encounter/planetoid/beachplanet/explored) "Yu" = ( /turf/open/floor/wood/walnut{ icon_state = "wood-broken7" }, /area/ruin/beach) -"YJ" = ( -/obj/effect/turf_decal/spline/fancy/opaque/inteqbrown/corner{ - dir = 1 - }, -/turf/open/water/beach/deep, -/area/ruin/beach) -"Zq" = ( -/obj/effect/turf_decal/weather/sand/corner{ +"YL" = ( +/obj/effect/turf_decal/weather/sand{ dir = 8 }, /turf/open/water/beach/deep, -/area/ruin/beach) -"ZG" = ( -/obj/effect/turf_decal/siding/wideplating/corner{ - dir = 1 - }, -/obj/effect/turf_decal/spline/fancy/opaque/inteqbrown{ - dir = 1 - }, -/obj/vehicle/ridden/lavaboat{ - dir = 4; - name = "boat" - }, -/turf/open/water/beach/deep, -/area/ruin/beach) +/area/overmap_encounter/planetoid/beachplanet/explored) +"Zf" = ( +/obj/structure/flora/rock/asteroid, +/turf/open/water/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) "ZJ" = ( /mob/living/simple_animal/hostile/pirate/melee{ faction = list("beach","pirate") }, /turf/open/floor/wood, /area/ruin/beach) -"ZL" = ( -/obj/item/ammo_box/c38_box/hunting, -/obj/structure/closet/crate/wooden, -/turf/open/floor/wood, -/area/ruin/beach) "ZV" = ( /obj/effect/turf_decal/corner/opaque/pink/diagonal, /obj/effect/decal/cleanable/dirt, @@ -1365,10 +1372,10 @@ FG FG FG FG -hK -hK -hK -hK +rG +rG +rG +rG FG FG FG @@ -1405,15 +1412,15 @@ FG FG FG FG -hK -hK -hK -hK -hK -hK -hK -hK -hK +rG +rG +rG +rG +rG +rG +rG +rG +rG FG FG FG @@ -1445,18 +1452,18 @@ FG FG FG FG -hK -hK -hK -hK -hK -hK -hK -hK -hK -hK -AT -hK +rG +rG +rG +rG +rG +rG +rG +rG +rG +rG +PR +rG FG FG FG @@ -1484,22 +1491,22 @@ FG FG FG FG -hK -hK -hK -AT -hK -hK -DM -DM -DM -DM -DM -hK -hK -hK -hK -hK +rG +rG +rG +PR +rG +rG +Fr +Fr +Fr +Fr +Fr +rG +rG +rG +rG +rG FG FG FG @@ -1524,25 +1531,25 @@ FG FG FG FG -hK -hK -hK -hK -hK -hK -uC -DM -DM -DM -uC -DM -DM -DM -hK -hK -hK -hK -hK +rG +rG +rG +rG +rG +rG +Yf +Fr +Fr +Fr +Yf +Fr +Fr +Fr +rG +rG +rG +rG +rG FG FG FG @@ -1564,28 +1571,28 @@ FG FG FG FG -hK -hK -hK -hK -hK -DM -DM -DM -DM -DM -DM -DM -DM -DM -DM -In -mr -uD -hK -hK -hK -hK +rG +rG +rG +rG +rG +Fr +Fr +Fr +Fr +Fr +Fr +Fr +Fr +Fr +Fr +dp +SX +ny +rG +rG +rG +rG FG FG FG @@ -1605,29 +1612,29 @@ FG FG FG FG -hK -hK -hK -DM -DM -DM -SV -DM -DM -DM -DM -DM -DM -DM -DM -DM -uZ +rG +rG +rG +Fr +Fr +Fr +tr +Fr +Fr +Fr +Fr +Fr +Fr +Fr +Fr +Fr +sG hd -vc -DM -hK -hK -hK +Fq +Fr +rG +rG +rG FG FG FG @@ -1647,30 +1654,30 @@ FG FG FG FG -hK -hK -hK -DM -DM -DM -In -mr -uD -DM -DM -DM -DM -DM -DM -DM -wH -KY -Ds -DM -hK -hK -hK -hK +rG +rG +rG +Fr +Fr +Fr +dp +SX +ny +Fr +Fr +Fr +Fr +Fr +Fr +Fr +wg +Hb +Eb +Fr +rG +rG +rG +rG FG FG FG @@ -1687,33 +1694,33 @@ FG FG FG FG -hK -hK -hK -hK -DM -DM -DM -DM -uZ +rG +rG +rG +rG +Fr +Fr +Fr +Fr +sG hd -vc -DM -fh -wu -Zq -DM -Eq -DM -DM -DM -DM -DM -DM -hK -hK -hK -hK +Fq +Fr +QQ +TM +lL +Fr +oI +Fr +Fr +Fr +Fr +Fr +Fr +rG +rG +rG +rG FG FG "} @@ -1727,21 +1734,21 @@ FG FG FG FG -hK -hK -hK -DM -DM -DM -DM -DM -DM -DM -wH -KY -Ds -fh -CJ +rG +rG +rG +Fr +Fr +Fr +Fr +Fr +Fr +Fr +wg +Hb +Eb +QQ +Vm ut bE bE @@ -1749,13 +1756,13 @@ ut bE bE ut -DO -DO -Sl -DM -hK -hK -hK +iN +iN +Lb +Fr +rG +rG +rG FG FG "} @@ -1767,23 +1774,23 @@ FG FG FG FG -hK -hK -hK -hK -DM -DM -DM -Nq -DO -DO -DO -DO -DO -DO -DO -gu -AY +rG +rG +rG +rG +Fr +Fr +Fr +kg +iN +iN +iN +iN +iN +iN +iN +zx +DL ut GP Ol @@ -1791,14 +1798,14 @@ hh ov Vt ut -oE -qQ -FK -DM -hK -hK -hK -hK +RR +xt +bN +Fr +rG +rG +rG +rG FG "} (12,1,1) = {" @@ -1806,26 +1813,26 @@ FG FG FG FG -hK -hK -hK -dB -DM -DM -DM -DM -DM -DM -Xp -GL -gT -gT -gT -gT -gT -gT -gT -Ut +rG +rG +rG +TP +Fr +Fr +Fr +Fr +Fr +Fr +nc +qh +yV +yV +yV +yV +yV +yV +yV +bG ut sN yo @@ -1833,41 +1840,41 @@ fo nn dd KW -gT -Xt -FK -DM -hK -hK -hK -hK +yV +Vh +bN +Fr +rG +rG +rG +rG FG "} (13,1,1) = {" FG FG FG -hK -hK -hK -DM -DM -DM -sV -DM -DM -Eq -DM -Xp -sA -gT -gT -gT -gT -gT -aa -gT -gT +rG +rG +rG +Fr +Fr +Fr +VZ +Fr +Fr +oI +Fr +nc +Oo +yV +yV +yV +yV +yV +BR +yV +yV ut Rh ae @@ -1875,38 +1882,38 @@ Ol kC Yu KW -gT -gT -FK -DM -hK -hK -hK -hK +yV +yV +bN +Fr +rG +rG +rG +rG FG "} (14,1,1) = {" FG FG FG -hK -DM -DM -DM -DM -sV -OO -DM -DM -uC -DM -GM -oH -dW -gT -gT -uY -oH +rG +Fr +Fr +Fr +Fr +VZ +Af +Fr +Fr +Yf +Fr +pg +Ga +dI +yV +yV +Hm +Ga ut ut pe @@ -1917,38 +1924,38 @@ BD yL zA ut -DB -gT -FK -DM -DM -gZ -tH -ep -hK +oY +yV +bN +Fr +Fr +Ow +hl +pb +rG "} (15,1,1) = {" FG FG -hK -hK -DM -DM -DM -DM -DM -OO -sV -DM -DM -uC -DM -DM -FI -gT -gT -ZG -DM +rG +rG +Fr +Fr +Fr +Fr +Fr +Af +VZ +Fr +Fr +Yf +Fr +Fr +ld +yV +yV +KL +Fr ut CV ZV @@ -1959,38 +1966,38 @@ dd WT kM ut -SC -oH -yD -DM -DM -uZ +Yk +Ga +Kf +Fr +Fr +sG hd -IN -hK +bs +rG "} (16,1,1) = {" FG -hK -hK -DM -DM -DM -Kq -DM -DM -sV -OO -sV -DM -DM -DM -DM -zB -gT -oP -tV -DM +rG +rG +Fr +Fr +Fr +fp +Fr +Fr +VZ +Af +VZ +Fr +Fr +Fr +Fr +Jl +yV +UZ +TU +Fr bE Gr Ok @@ -2003,36 +2010,36 @@ ut ut ut ut -bf -fO -DM -wH -vA -hW -nv +fv +Bz +Fr +wg +rP +SW +mE "} (17,1,1) = {" FG -hK -hK -DM -DM -DM -DM -fh -wu -Zq -DM -sV -DM -DM -DM -DM -FI -gT -gT -kw -DM +rG +rG +Fr +Fr +Fr +Fr +QQ +TM +lL +Fr +VZ +Fr +Fr +Fr +Fr +ld +yV +yV +yK +Fr ut rs Ok @@ -2045,36 +2052,36 @@ Yu Iv Ly ut -AF -sp -XA -qE -nv -pC -Vy +BW +Kv +om +Bo +mE +Sv +sM "} (18,1,1) = {" FG -ch -hK -DM -DM -DM -Eq -QO -QO -QO -DM -DM -DM -DM -DM -UX -zB -gT -cr -tV -fh +Fz +rG +Fr +Fr +Fr +oI +Mw +Mw +Mw +Fr +Fr +Fr +Fr +Fr +di +Jl +yV +Cr +TU +QQ bE QV Ok @@ -2087,36 +2094,36 @@ dd WT Em ut -zc -vL -hH -yy -WU -nv -TQ +uM +ns +rt +rV +WX +mE +Zf "} (19,1,1) = {" -hK -ch -DM -DM -DM -UE -QO -QO -QO -QO -QO -Zq -DM -DM -DM -DM -FI -gT -gT -kw -FW +rG +Fz +Fr +Fr +Fr +du +Mw +Mw +Mw +Mw +Mw +lL +Fr +Fr +Fr +Fr +ld +yV +yV +yK +tQ ut Uj Os @@ -2129,79 +2136,79 @@ mV eJ PM mP -UH -vL -hH -fG -Ap -Js -hK +dq +ns +rt +lX +RE +Oi +rG "} (20,1,1) = {" -hK -hK -DM -DM -DM -QO -QO -QO -pJ -pI -QO -Mn -Zq -DM -DM -DM -IV -eO -eO -YJ -FW +rG +rG +Fr +Fr +Fr +Mw +Mw +Mw +MI +mh +Mw +Bu +lL +Fr +Fr +Fr +UC +KZ +KZ +Vn +tQ ut ut ut Hj ut ut -LE +mD ZJ oS oS oS ut -LP -vL -Wb -nG -pI -Qi -hK +hY +ns +Bb +NF +Sk +Ci +rG "} (21,1,1) = {" -hK -hK -DM -DM -DM -QO -QO -QO -Pe -pI -tX -Ta -Dz -Zq -DM -DM -DM -DM -DM -DM -OE -xl +rG +rG +Fr +Fr +Fr +Mw +Mw +Mw +nR +mh +xP +LK +my +lL +Fr +Fr +Fr +Fr +Fr +Fr +gm +PC ut vD Wk @@ -2209,41 +2216,41 @@ sz ut Ty oS -ZL +mq kj PB ut -AF -tA -aF -pC -AO -Vy +BW +BN +kr +Sv +SH +sM FG "} (22,1,1) = {" -hK -hK -DM -DM -uC -QO -QO -QO -pJ -JL -pJ -QO -pJ -Mn -Zq -DM -DM -DM -In -mr -uD -OE +rG +rG +Fr +Fr +Yf +Mw +Mw +Mw +MI +mj +MI +Mw +MI +Bu +lL +Fr +Fr +Fr +dp +SX +ny +gm ut vM Gt @@ -2255,178 +2262,178 @@ bE bE ut ut -Ue -aF -DM -hK -hK -hK +wR +kr +Fr +rG +rG +rG FG "} (23,1,1) = {" FG -hK -DM -DM -DM -fh -QO -QO -QO -pJ -pI -QO -QO -QO -jD -DM -DM -DM -uZ +rG +Fr +Fr +Fr +QQ +Mw +Mw +Mw +MI +mh +Mw +Mw +Mw +AG +Fr +Fr +Fr +sG hd -vc -fh +Fq +QQ ut ly gz tj ut -VQ -vv -Ay -ra -DM -DM -DM -DM -DM -hK -hK -hK +HF +hq +Ez +ID +Fr +Fr +Fr +Fr +Fr +rG +rG +rG FG "} (24,1,1) = {" FG -hK -hK -DM -DM -FW -QO -QO -QO -QO -QO -QO -QO -QO -jD -DM -DM -DM -wH -KY -Ds -FW +rG +rG +Fr +Fr +tQ +Mw +Mw +Mw +Mw +Mw +Mw +Mw +Mw +AG +Fr +Fr +Fr +wg +Hb +Eb +tQ ut ut ut ut ut -Ta -Ay -ra -In -mr -uD -DM -DM -DM -hK -hK -hK +iH +Ez +ID +dp +SX +ny +Fr +Fr +Fr +rG +rG +rG FG "} (25,1,1) = {" FG -hK -hK -DM -DM -ro -ic -xl -QO -QO -QO -QO -QO -QO -ra -DM -DM -DM -DM -DM -DM -OE -ic -ra -DM -OE -ic -ic -ra -DM -uZ +rG +rG +Fr +Fr +Cp +YL +PC +Mw +Mw +Mw +Mw +Mw +Mw +ID +Fr +Fr +Fr +Fr +Fr +Fr +gm +YL +ID +Fr +gm +YL +YL +ID +Fr +sG hd -vc -DM -DM -hK -hK -hK +Fq +Fr +Fr +rG +rG +rG FG FG "} (26,1,1) = {" FG FG -hK -Kq -DM -DM -DM -OE -ic -QO -QO -QO -QO -DM -DM -DM -DM -Eq -DM -Eq -DM -DM -DM -DM -DM -DM -DM -DM -DM -DM -wH -KY -Ds -hK -hK -hK -hK +rG +fp +Fr +Fr +Fr +gm +YL +Mw +Mw +Mw +Mw +Fr +Fr +Fr +Fr +oI +Fr +oI +Fr +Fr +Fr +Fr +Fr +Fr +Fr +Fr +Fr +Fr +wg +Hb +Eb +rG +rG +rG +rG FG FG FG @@ -2434,39 +2441,39 @@ FG (27,1,1) = {" FG FG -hK -DM -DM -DM -DM -DM -DM -DM -DM -Eq -DM -DM -DM -DM -DM -Eq -AT -hK -AT -DM -DM -DM -DM -DM -DM -DM -hK -hK -hK -hK -AT -hK -hK +rG +Fr +Fr +Fr +Fr +Fr +Fr +Fr +Fr +oI +Fr +Fr +Fr +Fr +Fr +oI +PR +rG +PR +Fr +Fr +Fr +Fr +Fr +Fr +Fr +rG +rG +rG +rG +PR +rG +rG FG FG FG @@ -2476,38 +2483,38 @@ FG (28,1,1) = {" FG FG -hK -hK -DM -DM -DM -DM -DM -DM -DM -DM -DM -DM -DM -DM -hK -hK -hK -hK -hK -hK -hK -DM -DM -hK -hK -hK -ch -hK -hK -hK -hK -hK +rG +rG +Fr +Fr +Fr +Fr +Fr +Fr +Fr +Fr +Fr +Fr +Fr +Fr +rG +rG +rG +rG +rG +rG +rG +Fr +Fr +rG +rG +rG +Fz +rG +rG +rG +rG +rG FG FG FG @@ -2519,35 +2526,35 @@ FG FG FG FG -hK -hK -hK -hK -DM -DM -Kq -DM -DM -hK -hK -hK -hK -hK -hK +rG +rG +rG +rG +Fr +Fr +fp +Fr +Fr +rG +rG +rG +rG +rG +rG FG FG -hK -hK -hK -AT -hK -hK -ch -hK -ch -hK -hK -hK +rG +rG +rG +PR +rG +rG +Fz +rG +Fz +rG +rG +rG FG FG FG @@ -2563,15 +2570,15 @@ FG FG FG FG -hK -hK -hK -hK -hK -hK -hK -hK -hK +rG +rG +rG +rG +rG +rG +rG +rG +rG FG FG FG @@ -2580,14 +2587,14 @@ FG FG FG FG -hK -hK -hK -hK -hK -hK -hK -hK +rG +rG +rG +rG +rG +rG +rG +rG FG FG FG diff --git a/_maps/RandomRuins/BeachRuins/beach_knights_rest.dmm b/_maps/RandomRuins/BeachRuins/beach_knights_rest.dmm index 53ffd17a3299..bc6875cf81c3 100644 --- a/_maps/RandomRuins/BeachRuins/beach_knights_rest.dmm +++ b/_maps/RandomRuins/BeachRuins/beach_knights_rest.dmm @@ -2,19 +2,19 @@ "ao" = ( /obj/structure/fermenting_barrel, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "aA" = ( /obj/structure/flora/ausbushes/ppflowers, /obj/structure/flora/ausbushes/ywflowers, /turf/open/floor/plating/grass/beach/lit{ smoothing_flags = 0 }, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "bV" = ( /obj/structure/flora/ausbushes/fullgrass, /obj/structure/flora/ausbushes/ywflowers, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "cv" = ( /obj/effect/turf_decal/siding/wood{ dir = 9 @@ -27,12 +27,12 @@ /turf/open/floor/plating/grass/beach/lit{ smoothing_flags = 0 }, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "dr" = ( /obj/structure/sink/puddle, /obj/item/reagent_containers/glass/bucket/wooden, /turf/open/floor/plating/dirt, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "dF" = ( /obj/structure/mineral_door/iron, /turf/open/floor/plasteel/stairs/medium{ @@ -45,14 +45,14 @@ /turf/open/floor/plating/grass/beach/lit{ smoothing_flags = 0 }, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "dK" = ( /obj/structure/flora/ausbushes/brflowers, /obj/structure/flora/ausbushes/ywflowers, /turf/open/floor/plating/grass/beach/lit{ smoothing_flags = 0 }, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "eF" = ( /obj/structure/railing{ dir = 4 @@ -67,7 +67,7 @@ "fw" = ( /mob/living/simple_animal/butterfly, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "fy" = ( /turf/open/floor/plating/grass/beach/lit, /area/ruin/beachplanet/knight) @@ -77,7 +77,7 @@ }, /obj/structure/flora/ausbushes/ywflowers, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "fC" = ( /obj/effect/turf_decal/stoneborder, /obj/structure/railing{ @@ -90,16 +90,16 @@ /obj/structure/flora/ausbushes/brflowers, /obj/structure/flora/ausbushes/sparsegrass, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "fR" = ( /obj/effect/turf_decal/stoneborder, /turf/open/floor/grass/fairy/beach, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "gf" = ( /obj/structure/flora/ausbushes/sparsegrass, /obj/structure/flora/ausbushes/lavendergrass, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "gw" = ( /obj/structure/flora/tree/chapel{ desc = "A true earthen oak tree. It stands high, like a proud guard"; @@ -108,16 +108,16 @@ /turf/open/floor/plating/grass/beach/lit{ smoothing_flags = 0 }, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "gC" = ( /obj/structure/flora/ausbushes/fullgrass, /obj/structure/flora/ausbushes/lavendergrass, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "gE" = ( /obj/structure/flora/ausbushes/lavendergrass, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "gO" = ( /obj/machinery/seed_extractor, /turf/open/floor/wood, @@ -127,12 +127,12 @@ dir = 1 }, /turf/open/floor/plating/dirt, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "gX" = ( /obj/machinery/hydroponics/soil, /obj/item/seeds/tomato, /turf/open/floor/plating/dirt, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "hk" = ( /obj/structure/railing, /turf/open/floor/plasteel/stairs{ @@ -153,7 +153,7 @@ dir = 1 }, /turf/open/floor/plating/dirt, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "iG" = ( /obj/structure/flora/ausbushes/ppflowers, /obj/structure/flora/ausbushes/brflowers, @@ -161,7 +161,10 @@ /turf/open/floor/plating/grass/beach/lit{ smoothing_flags = 0 }, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) +"ja" = ( +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "jm" = ( /obj/effect/turf_decal/stoneborder, /obj/structure/railing{ @@ -175,12 +178,12 @@ /turf/open/floor/plating/grass/beach/lit{ smoothing_flags = 0 }, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "jG" = ( /obj/structure/flora/ausbushes/sparsegrass, /obj/structure/flora/ausbushes/ywflowers, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "kb" = ( /obj/structure/chair/wood/wings{ dir = 8 @@ -194,7 +197,7 @@ /turf/open/floor/plating/grass/beach/lit{ smoothing_flags = 0 }, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "kD" = ( /obj/effect/turf_decal/siding/wood{ dir = 8 @@ -212,19 +215,19 @@ /turf/open/floor/plating/grass/beach/lit{ smoothing_flags = 0 }, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "kX" = ( /mob/living/simple_animal/butterfly, /turf/open/floor/plating/grass/beach/lit{ smoothing_flags = 0 }, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "lD" = ( /obj/machinery/hydroponics/soil, /obj/item/plant_analyzer, /obj/item/seeds/poppy/geranium, /turf/open/floor/plating/dirt, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "mx" = ( /turf/closed/wall/mineral/iron{ desc = "A wall with rough metal plating, it looks almost stonelike in composition." @@ -235,38 +238,38 @@ /obj/structure/flora/ausbushes/lavendergrass, /obj/structure/flora/ausbushes/brflowers, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "no" = ( /obj/structure/chair/pew{ dir = 8 }, /obj/structure/flora/ausbushes/sparsegrass, /turf/open/floor/plating/dirt, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "oo" = ( /obj/structure/flora/ausbushes/sunnybush{ name = "oak sapling" }, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "oF" = ( /obj/machinery/hydroponics/soil, /obj/item/seeds/wheat/oat, /turf/open/floor/plating/dirt, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "oP" = ( /obj/structure/flora/ausbushes/fullgrass, /obj/structure/flora/ausbushes/sparsegrass{ pixel_x = -1 }, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "pn" = ( /obj/item/shovel/spade, /turf/open/floor/plating/grass/beach/lit{ smoothing_flags = 0 }, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "pL" = ( /obj/structure/rack, /obj/effect/turf_decal/siding/wood{ @@ -281,7 +284,7 @@ /area/ruin/beachplanet/knight) "pN" = ( /turf/open/floor/plating/dirt, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "pT" = ( /obj/structure/railing{ dir = 4 @@ -302,7 +305,7 @@ /area/ruin/beachplanet/knight) "qJ" = ( /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "qV" = ( /obj/structure/table/wood, /obj/structure/curtain/cloth, @@ -314,34 +317,34 @@ /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "rv" = ( /obj/machinery/hydroponics/soil, /obj/item/seeds/poppy/lily/trumpet, /turf/open/floor/plating/dirt, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "si" = ( /obj/structure/chair/pew{ dir = 8 }, /turf/open/floor/plating/dirt, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "sD" = ( /obj/structure/destructible/tribal_torch/lit, /turf/open/floor/wood, /area/ruin/beachplanet/knight) "sG" = ( /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "tc" = ( /obj/structure/flora/ausbushes/brflowers, /obj/structure/flora/ausbushes/sparsegrass, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "tk" = ( /obj/structure/flora/ausbushes/sparsegrass, /turf/open/floor/grass/fairy/beach, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "tD" = ( /obj/structure/table/wood, /obj/item/flashlight/flare/torch, @@ -352,7 +355,7 @@ /obj/structure/flora/ausbushes/ywflowers, /obj/structure/flora/ausbushes/lavendergrass, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "uf" = ( /obj/structure/railing{ dir = 4 @@ -362,13 +365,13 @@ "uz" = ( /obj/structure/sink/puddle, /turf/open/floor/plating/dirt, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "ve" = ( /obj/effect/turf_decal/stoneborder, /turf/open/floor/plating/grass/beach/lit{ smoothing_flags = 0 }, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "vf" = ( /obj/structure/bookcase/manuals, /turf/open/floor/wood, @@ -380,26 +383,26 @@ /turf/open/floor/plating/grass/beach/lit{ smoothing_flags = 0 }, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "wm" = ( /turf/open/floor/grass/fairy/beach, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "wr" = ( /obj/structure/flora/ausbushes/sparsegrass, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "ww" = ( /obj/structure/flora/ausbushes/sparsegrass{ pixel_x = -1 }, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "wI" = ( /obj/machinery/hydroponics/soil, /obj/item/hatchet/wooden, /obj/item/seeds/poppy/lily/trumpet, /turf/open/floor/plating/dirt, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "xg" = ( /obj/structure/railing{ dir = 8 @@ -411,31 +414,31 @@ /turf/open/floor/plating/grass/beach/lit{ smoothing_flags = 0 }, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "xp" = ( /obj/structure/flora/ausbushes/ppflowers, /obj/structure/flora/ausbushes/sparsegrass, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "xq" = ( /obj/structure/chair/pew/left{ dir = 8 }, /turf/open/floor/plating/dirt, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "xI" = ( /obj/item/cultivator/rake, /turf/open/floor/plating/grass/beach/lit{ smoothing_flags = 0 }, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "xN" = ( /obj/structure/chair/pew/right{ dir = 4 }, /obj/structure/flora/ausbushes/sparsegrass, /turf/open/floor/plating/dirt, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "yc" = ( /obj/effect/turf_decal/siding/wood{ dir = 8 @@ -462,7 +465,7 @@ /turf/open/floor/plating/grass/beach/lit{ smoothing_flags = 0 }, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "zg" = ( /obj/structure/railing{ dir = 4 @@ -473,16 +476,16 @@ /turf/open/floor/plating/grass/beach/lit{ smoothing_flags = 0 }, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "zz" = ( /obj/structure/flora/ausbushes/ywflowers, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "zH" = ( /obj/machinery/hydroponics/soil, /obj/item/seeds/poppy/geranium, /turf/open/floor/plating/dirt, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "Al" = ( /obj/structure/flora/ausbushes/fullgrass, /obj/structure/flora/ausbushes/ppflowers, @@ -491,7 +494,7 @@ pixel_x = -1 }, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "AA" = ( /obj/structure/railing, /turf/open/floor/wood/ebony, @@ -501,13 +504,13 @@ dir = 1 }, /turf/open/floor/plating/dirt, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "AM" = ( /obj/structure/chair/pew{ dir = 4 }, /turf/open/floor/plating/dirt, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "Bk" = ( /obj/structure/closet/crate/grave/loot{ icon_state = "grave_lead"; @@ -518,7 +521,7 @@ desc = "The gold on the sword is tarnished, yet retains an human letter carved into it. R." }, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "Cb" = ( /obj/effect/turf_decal/siding/wood{ dir = 4 @@ -530,7 +533,7 @@ /obj/structure/flora/ausbushes/leafybush, /obj/structure/flora/ausbushes/ywflowers, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "CA" = ( /obj/structure/railing{ dir = 8 @@ -541,12 +544,12 @@ /turf/open/floor/plating/grass/beach/lit{ smoothing_flags = 0 }, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "Dg" = ( /obj/structure/flora/ausbushes/fullgrass, /obj/structure/flora/ausbushes/leafybush, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "Dh" = ( /obj/machinery/biogenerator, /obj/item/reagent_containers/glass/bucket/wooden, @@ -557,17 +560,17 @@ /obj/structure/flora/ausbushes/sparsegrass, /obj/structure/flora/ausbushes/brflowers, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "Eh" = ( /obj/structure/altar_of_gods, /obj/item/reagent_containers/food/snacks/grown/poppy/lily, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "Ej" = ( /obj/structure/flora/ausbushes/brflowers, /obj/structure/flora/ausbushes/lavendergrass, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "EH" = ( /obj/structure/table/wood, /obj/structure/bedsheetbin, @@ -580,35 +583,35 @@ /obj/structure/flora/ausbushes/ywflowers, /obj/structure/flora/ausbushes/ppflowers, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "Ft" = ( /obj/structure/flora/ausbushes/lavendergrass, /turf/open/floor/plating/grass/beach/lit{ smoothing_flags = 0 }, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "Gj" = ( /obj/machinery/hydroponics/soil, /obj/item/seeds/potato/sweet, /turf/open/floor/plating/dirt, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "Ha" = ( /obj/machinery/hydroponics/soil, /obj/item/seeds/wheat, /turf/open/floor/plating/dirt, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "HQ" = ( /obj/structure/flora/ausbushes/sparsegrass{ pixel_x = -1 }, /obj/structure/flora/ausbushes/ppflowers, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "If" = ( /obj/machinery/hydroponics/soil, /obj/item/seeds/poppy, /turf/open/floor/plating/dirt, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "Ih" = ( /obj/structure/railing{ dir = 1 @@ -619,41 +622,41 @@ /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "Jf" = ( /obj/machinery/hydroponics/soil, /obj/item/seeds/potato, /turf/open/floor/plating/dirt, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "JH" = ( /obj/structure/chair/pew/right{ dir = 8 }, /turf/open/floor/plating/dirt, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "JI" = ( /obj/structure/flora/ausbushes/fullgrass, /obj/structure/flora/ausbushes/ppflowers, /obj/structure/flora/ausbushes/ywflowers, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "KE" = ( /obj/item/storage/bag/plants, /turf/open/floor/plating/grass/beach/lit{ smoothing_flags = 0 }, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "KJ" = ( /obj/structure/flora/ausbushes/lavendergrass, /obj/structure/flora/ausbushes/brflowers, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "Mc" = ( /obj/structure/destructible/tribal_torch/lit, /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "Me" = ( /obj/structure/flora/ausbushes/fullgrass, /obj/structure/flora/ausbushes/ppflowers, @@ -661,20 +664,20 @@ pixel_x = -1 }, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "MR" = ( /obj/structure/railing/wood, /turf/open/floor/plating/grass/beach/lit{ smoothing_flags = 0 }, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "MT" = ( /mob/living/simple_animal/butterfly, /obj/structure/flora/ausbushes/sparsegrass, /turf/open/floor/plating/grass/beach/lit{ smoothing_flags = 0 }, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "Np" = ( /obj/structure/table/wood, /turf/open/floor/wood, @@ -682,7 +685,7 @@ "Nt" = ( /obj/structure/flora/ausbushes/ppflowers, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "PJ" = ( /obj/structure/table/wood, /obj/structure/curtain/cloth, @@ -691,13 +694,13 @@ /area/ruin/beachplanet/knight) "PK" = ( /turf/open/floor/concrete/slab_1, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "PT" = ( /obj/structure/flora/ausbushes/sparsegrass, /turf/open/floor/plating/grass/beach/lit{ smoothing_flags = 0 }, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "Qj" = ( /obj/structure/railing, /obj/structure/railing{ @@ -714,13 +717,13 @@ name = "oak tree" }, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "Qm" = ( /obj/item/reagent_containers/glass/bucket/wooden, /turf/open/floor/plating/grass/beach/lit{ smoothing_flags = 0 }, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "Qw" = ( /obj/structure/closet/cabinet{ name = "grower's cabinet" @@ -745,13 +748,13 @@ /obj/structure/flora/ausbushes/lavendergrass, /obj/structure/flora/ausbushes/ppflowers, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "QS" = ( /obj/machinery/hydroponics/soil, /obj/item/hatchet/wooden, /obj/item/seeds/poppy/lily, /turf/open/floor/plating/dirt, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "Ro" = ( /obj/effect/turf_decal/siding/wood{ dir = 1 @@ -765,23 +768,23 @@ /turf/open/floor/plating/grass/beach/lit{ smoothing_flags = 0 }, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "Sp" = ( /obj/machinery/hydroponics/soil, /obj/item/seeds/poppy/lily, /turf/open/floor/plating/dirt, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "Sz" = ( /obj/structure/flora/ausbushes/lavendergrass, /obj/structure/flora/ausbushes/fullgrass, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "SR" = ( /obj/structure/flora/ausbushes/fullgrass, /obj/structure/flora/ausbushes/lavendergrass, /obj/structure/flora/ausbushes/ywflowers, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "SV" = ( /obj/effect/turf_decal/siding/wood/corner{ dir = 4 @@ -792,19 +795,19 @@ /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "Tr" = ( /obj/structure/flora/ausbushes/fullgrass, /obj/structure/flora/ausbushes/ppflowers, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "Uo" = ( /obj/structure/flora/ausbushes/sparsegrass, /obj/structure/flora/ausbushes/lavendergrass, /turf/open/floor/plating/grass/beach/lit{ smoothing_flags = 0 }, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "Uy" = ( /obj/item/clothing/suit/hooded/chaplainsuit/monkhabit, /obj/item/clothing/suit/hooded/chaplainsuit/monkhabit, @@ -826,12 +829,12 @@ /turf/open/floor/plating/grass/beach/lit{ smoothing_flags = 0 }, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "UL" = ( /obj/structure/flora/ausbushes/ywflowers, /obj/structure/flora/ausbushes/brflowers, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "UQ" = ( /obj/effect/turf_decal/stoneborder, /obj/structure/railing{ @@ -843,7 +846,7 @@ "Vx" = ( /mob/living/simple_animal/butterfly, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "VF" = ( /turf/open/floor/wood, /area/ruin/beachplanet/knight) @@ -851,7 +854,7 @@ /obj/structure/flora/ausbushes/fullgrass, /obj/structure/flora/ausbushes/brflowers, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "WE" = ( /obj/structure/railing, /turf/open/floor/plasteel/stairs{ @@ -871,36 +874,36 @@ /obj/structure/flora/ausbushes/brflowers, /obj/structure/flora/ausbushes/ppflowers, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "Xw" = ( /obj/structure/flora/ausbushes/lavendergrass, /obj/structure/flora/ausbushes/brflowers, /turf/open/floor/plating/grass/beach/lit{ smoothing_flags = 0 }, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "Xz" = ( /mob/living/simple_animal/butterfly, /turf/open/floor/grass/fairy/beach, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "XF" = ( /obj/structure/flora/ausbushes/brflowers, /obj/structure/flora/ausbushes/ppflowers, /turf/open/floor/plating/grass/beach/lit{ smoothing_flags = 0 }, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "XL" = ( /turf/open/floor/plating/grass/beach/lit{ smoothing_flags = 0 }, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "Yq" = ( /obj/structure/flora/ausbushes/lavendergrass, /obj/structure/flora/ausbushes/fullgrass, /obj/structure/destructible/tribal_torch/lit, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "YC" = ( /turf/open/floor/plasteel/stairs, /area/ruin/beachplanet/knight) @@ -909,11 +912,11 @@ /turf/open/floor/plating/grass/beach/lit{ smoothing_flags = 0 }, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "Zf" = ( /obj/structure/flora/ausbushes/fullgrass, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "Zg" = ( /obj/structure/flora/ausbushes/ppflowers, /obj/structure/flora/ausbushes/brflowers, @@ -922,7 +925,7 @@ /turf/open/floor/plating/grass/beach/lit{ smoothing_flags = 0 }, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "ZE" = ( /obj/structure/table/wood, /obj/item/paper_bin, @@ -934,7 +937,7 @@ dir = 4 }, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/beachplanet/knight) +/area/overmap_encounter/planetoid/beachplanet/explored) "ZS" = ( /obj/structure/mineral_door/iron, /turf/open/floor/plasteel/stairs/medium{ @@ -962,7 +965,7 @@ hD hD hD hD -fy +ja hD hD hD @@ -993,7 +996,7 @@ hD hD "} (2,1,1) = {" -fy +ja hD hD hD @@ -1010,19 +1013,19 @@ hD hD hD hD -fy -fy +ja +ja hD -fy -fy -fy -fy -fy +ja +ja +ja +ja +ja hD hD -fy -fy -fy +ja +ja +ja hD hD hD @@ -1043,43 +1046,43 @@ hD hD "} (3,1,1) = {" -fy -fy +ja +ja hD hD -fy -fy +ja +ja hD hD hD hD hD -fy +ja Zf -fy -fy +ja +ja hD hD -fy -fy +ja +ja hD -fy +ja wm wm wm -fy +ja hD hD Zf Zf Zf -fy +ja hD hD hD hD Zf -fy +ja hD hD hD @@ -1094,40 +1097,40 @@ hD "} (4,1,1) = {" hD -fy +ja Zf Zf ww -fy -fy -fy -fy -fy -hD -fy -fy +ja +ja +ja +ja +ja +hD +ja +ja Zf Zf -fy -fy -fy -fy -fy -fy +ja +ja +ja +ja +ja +ja wm Zf Zf -fy -fy -fy -fy +ja +ja +ja +ja Zf Zf -fy -fy -fy -fy -fy +ja +ja +ja +ja +ja wm wm hD @@ -1145,7 +1148,7 @@ hD (5,1,1) = {" hD hD -fy +ja bV bV XL @@ -1161,13 +1164,13 @@ zg zg zg XL -fy -fy +ja +ja Zf Zf Zf -fy -fy +ja +ja XL zg zg @@ -1180,7 +1183,7 @@ zg zg XL wm -fy +ja hD hD hD @@ -1230,11 +1233,11 @@ Th rp ve wm -fy -fy -fy -fy -fy +ja +ja +ja +ja +ja hD hD hD @@ -1246,8 +1249,8 @@ hD hD hD hD -fy -fy +ja +ja XL Ih mx @@ -1281,11 +1284,11 @@ rp ve wm wm -fy -fy +ja +ja wm -fy -fy +ja +ja wm hD hD @@ -1296,8 +1299,8 @@ hD hD hD hD -fy -fy +ja +ja XL Ih mx @@ -1305,8 +1308,8 @@ Dh VF Qw mx -fy -fy +ja +ja mx mx mx @@ -1329,12 +1332,12 @@ SV mx rp ve -fy +ja wm Tr Zf wm -fy +ja Zf wm wm @@ -1346,8 +1349,8 @@ hD hD hD hD -fy -fy +ja +ja XL Ih mx @@ -1355,8 +1358,8 @@ gO VF VF qV -fy -fy +ja +ja XL QS dr @@ -1379,15 +1382,15 @@ Ro mx rp ve -fy -fy +ja +ja Tr -fy +ja wm -fy +ja Zf -fy -fy +ja +ja wm wm hD @@ -1405,8 +1408,8 @@ sD VF VF qV -fy -fy +ja +ja XL XL XL @@ -1430,24 +1433,24 @@ mx rp ve XL -fy +ja Tr -fy +ja wm -fy -fy +ja +ja gC -fy -fy +ja +ja wm hD "} (11,1,1) = {" hD hD -fy -fy -fy +ja +ja +ja XL Ih mx @@ -1479,25 +1482,25 @@ pL mx rp ve -fy -fy +ja +ja Zf -fy +ja wm -fy +ja Zf gC Zf -fy -fy +ja +ja hD "} (12,1,1) = {" hD -fy -fy -fy -fy +ja +ja +ja +ja XL Ih mx @@ -1532,22 +1535,22 @@ ve gE gE Zf -fy +ja wm -fy +ja bV SR bV Zf -fy +ja hD "} (13,1,1) = {" hD -fy -fy +ja +ja wm -fy +ja XL Ih Mc @@ -1556,7 +1559,7 @@ pN pN wm wm -fy +ja pn If If @@ -1579,7 +1582,7 @@ qJ mx rp ve -fy +ja gE gC Zf @@ -1588,13 +1591,13 @@ wm wr bV wr -fy -fy +ja +ja hD "} (14,1,1) = {" -fy -fy +ja +ja wm wm Zf @@ -1630,7 +1633,7 @@ mx rp ve Zf -fy +ja gE nc wr @@ -1638,13 +1641,13 @@ wm wm wr bV -fy -fy +ja +ja hD "} (15,1,1) = {" -fy -fy +ja +ja wm JI bV @@ -1656,7 +1659,7 @@ qJ qJ qJ kX -fy +ja jG Ql XF @@ -1679,9 +1682,9 @@ XL mx rp ve -fy +ja Tr -fy +ja KJ KJ wr @@ -1694,7 +1697,7 @@ hD "} (16,1,1) = {" hD -fy +ja Tr JI ww @@ -1729,22 +1732,22 @@ XL mx rp ve -fy +ja Tr -fy +ja fN tc VK -fy -fy +ja +ja wm wm -fy -fy +ja +ja "} (17,1,1) = {" hD -fy +ja ww ww ww @@ -1768,9 +1771,9 @@ cC XL XL XL -fy +ja gE -fy +ja wm wm qJ @@ -1779,25 +1782,25 @@ XL mx mx ve -fy -fy +ja +ja xp xp -fy +ja VK VK -fy -fy +ja +ja wm wm -fy +ja "} (18,1,1) = {" hD -fy +ja ww -fy -fy +ja +ja XL Ih Th @@ -1813,7 +1816,7 @@ qJ XL XL jG -fy +ja UL UL UL @@ -1821,7 +1824,7 @@ XL PT dG QI -fy +ja wm PT qJ @@ -1829,25 +1832,25 @@ XL mx QG XL -fy +ja Nt Nt -fy -fy -fy -fy -fy -fy -fy -wm -fy +ja +ja +ja +ja +ja +ja +ja +wm +ja "} (19,1,1) = {" hD hD ww bV -fy +ja XL Ih Th @@ -1862,7 +1865,7 @@ PT MT qJ XL -fy +ja XL XL XL @@ -1871,7 +1874,7 @@ PT ia XL QI -fy +ja wm PT Vx @@ -1888,9 +1891,9 @@ qJ pN qJ qJ -fy -fy -fy +ja +ja +ja "} (20,1,1) = {" hD @@ -1912,7 +1915,7 @@ wr qJ dK XL -fy +ja XL qJ qJ @@ -1921,7 +1924,7 @@ XL gU XL QI -fy +ja wm XL qJ @@ -1937,9 +1940,9 @@ qJ sG qJ qJ -fy -fy -fy +ja +ja +ja hD "} (21,1,1) = {" @@ -1956,9 +1959,9 @@ qJ UG UG oo -fy -fy -fy +ja +ja +ja gw Bk qJ @@ -1971,7 +1974,7 @@ XL gU PT gE -fy +ja wm XL qJ @@ -1988,8 +1991,8 @@ sG qJ Dg Tr -fy -fy +ja +ja hD "} (22,1,1) = {" @@ -2006,8 +2009,8 @@ qJ Ft gE zz -fy -fy +ja +ja Xn aA Sj @@ -2021,7 +2024,7 @@ XL gU XL gE -fy +ja wm wm XL @@ -2039,15 +2042,15 @@ qJ Tr Tr Zf -fy +ja hD "} (23,1,1) = {" hD hD hD -fy -fy +ja +ja XL Ih Th @@ -2057,8 +2060,8 @@ Ft gE gf wr -fy -fy +ja +ja Zg qJ XL @@ -2071,8 +2074,8 @@ XL AJ XL gE -fy -fy +ja +ja wm qJ qJ @@ -2095,9 +2098,9 @@ hD (24,1,1) = {" hD hD -fy -fy -fy +ja +ja +ja XL Ih Th @@ -2108,20 +2111,20 @@ XL wr wr Ql -fy +ja kX XL XL -fy -fy +ja +ja wr wr -fy +ja XL PT XL Zf -fy +ja Zf XL qJ @@ -2129,7 +2132,7 @@ sG mx QG ve -fy +ja sG qJ mx @@ -2138,16 +2141,16 @@ qV qV mx mx -fy +ja hD hD "} (25,1,1) = {" hD -fy -fy +ja +ja hD -fy +ja XL Ih Th @@ -2155,11 +2158,11 @@ mx qJ qJ wm -fy -fy +ja +ja wr -fy -fy +ja +ja zz PT PT @@ -2171,7 +2174,7 @@ UG zz fw Sz -fy +ja Sz Ft qJ @@ -2179,8 +2182,8 @@ qJ mx mx fR -fy -fy +ja +ja qJ mx VF @@ -2188,7 +2191,7 @@ VF kb ZE mx -fy +ja hD hD "} @@ -2197,18 +2200,18 @@ hD hD hD hD -fy +ja XL Ih Th mx qJ wm -fy -fy -fy -fy -fy +ja +ja +ja +ja +ja Dj Dj XL @@ -2222,7 +2225,7 @@ zz zz gE wm -fy +ja XL qJ XL @@ -2230,7 +2233,7 @@ mx rp fR wm -fy +ja qJ WZ VF @@ -2238,7 +2241,7 @@ VF VF Np mx -fy +ja hD hD "} @@ -2247,20 +2250,20 @@ hD hD hD fy -fy +ja XL Ih Th mx qJ wm -fy -fy -fy +ja +ja +ja zz zz Dj -fy +ja XL XL XL @@ -2268,11 +2271,11 @@ XL XL XL XL -fy -fy +ja +ja wm wm -fy +ja kX pN XL @@ -2280,7 +2283,7 @@ mx rp ve wm -fy +ja qJ mx vf @@ -2288,27 +2291,27 @@ tD sD Np mx -fy +ja hD hD "} (28,1,1) = {" hD -fy -fy -fy -fy +ja +ja +ja +ja XL Ih Th mx pN wm -fy +ja Ql -fy -fy -fy +ja +ja +ja gf gf gf @@ -2318,7 +2321,7 @@ wm wm QI QI -fy +ja Xz wm wm @@ -2330,7 +2333,7 @@ mx rp ve wm -fy +ja qJ mx mx @@ -2338,16 +2341,16 @@ mx mx mx mx -fy +ja hD hD "} (29,1,1) = {" hD -fy +ja wm wm -fy +ja XL Ih Th @@ -2355,14 +2358,14 @@ mx pN pN wm -fy -fy +ja +ja fw -fy +ja gf wr wr -fy +ja wm wm QI @@ -2371,7 +2374,7 @@ tc wm wm Ej -fy +ja Xw pN pN @@ -2380,24 +2383,24 @@ mx rp ve wm -fy -fy +ja +ja Zf -fy -fy -fy -fy -fy -fy +ja +ja +ja +ja +ja +ja hD hD "} (30,1,1) = {" hD -fy -fy +ja +ja wm -fy +ja XL Ih Mc @@ -2406,22 +2409,22 @@ pN pN wm wm -fy -fy -fy -fy +ja +ja +ja +ja wm wm -fy -fy -fy -fy +ja +ja +ja +ja wm -fy -fy +ja +ja KJ KJ -fy +ja Xw pN pN @@ -2429,12 +2432,12 @@ pN mx rp ve -fy +ja gE gE Zf -fy -fy +ja +ja hD hD hD @@ -2445,9 +2448,9 @@ hD (31,1,1) = {" hD hD -fy +ja wm -fy +ja XL Ih mx @@ -2462,14 +2465,14 @@ XL XL XL XL -fy +ja wm wm -fy -fy -fy -fy -fy +ja +ja +ja +ja +ja wm mx mx @@ -2482,9 +2485,9 @@ ve gE gE gC -fy -fy -fy +ja +ja +ja hD hD hD @@ -2495,9 +2498,9 @@ hD (32,1,1) = {" hD hD -fy +ja wm -fy +ja XL Ih mx @@ -2513,7 +2516,7 @@ qJ qJ yG gE -fy +ja wm wm ue @@ -2533,7 +2536,7 @@ gE gC gC gE -fy +ja hD hD hD @@ -2547,7 +2550,7 @@ hD hD bV wm -fy +ja XL Ih mx @@ -2555,7 +2558,7 @@ WX VF WX mx -fy +ja MR ao ao @@ -2564,13 +2567,13 @@ ao vm gE gE -fy +ja fw ue wm QI QI -fy +ja mx WE UQ @@ -2579,11 +2582,11 @@ pT mx rp ve -fy +ja Zf gE -fy -fy +ja +ja hD hD hD @@ -2605,22 +2608,22 @@ Uy VF WX mx -fy +ja MR ao ao ao ao vm -fy +ja gE gE -fy +ja ue wm QI -fy -fy +ja +ja mx ye eF @@ -2629,10 +2632,10 @@ kD mx rp ve -fy +ja Zf -fy -fy +ja +ja hD hD hD @@ -2679,9 +2682,9 @@ VF mx rp ve -fy -fy -fy +ja +ja +ja hD hD hD @@ -2729,9 +2732,9 @@ ZS mx rp ve -fy -fy -fy +ja +ja +ja hD hD hD @@ -2745,9 +2748,9 @@ hD (37,1,1) = {" hD hD -fy -fy -fy +ja +ja +ja XL Ih Th @@ -2779,9 +2782,9 @@ Th Th rp ve -fy -fy -fy +ja +ja +ja hD hD hD @@ -2795,7 +2798,7 @@ hD (38,1,1) = {" hD hD -fy +ja ww Zf XL @@ -2808,17 +2811,17 @@ CA CA CA XL -fy -fy -fy +ja +ja +ja wr Zf Zf Zf Zf -fy -fy -fy +ja +ja +ja XL CA CA @@ -2829,8 +2832,8 @@ CA CA CA XL -fy -fy +ja +ja hD hD hD @@ -2844,43 +2847,43 @@ hD "} (39,1,1) = {" hD -fy +ja ww Me Tr -fy -fy -fy +ja +ja +ja Tr Tr Zf Zf -fy -fy -fy -fy -fy -fy +ja +ja +ja +ja +ja +ja wr wr wr wr wr -fy -fy -fy -fy -fy -fy -fy -fy -fy -fy -fy +ja +ja +ja +ja +ja +ja +ja +ja +ja +ja +ja wm -fy -fy -fy +ja +ja +ja hD hD hD @@ -2894,42 +2897,42 @@ hD "} (40,1,1) = {" hD -fy +ja ww Tr -fy -fy -fy -fy -fy +ja +ja +ja +ja +ja Tr Tr Zf -fy -fy -fy +ja +ja +ja wm wm -fy -fy -fy -fy +ja +ja +ja +ja wm wm -fy -fy -fy -fy -fy -fy -fy -fy -fy -fy +ja +ja +ja +ja +ja +ja +ja +ja +ja +ja wm wm -fy -fy +ja +ja hD hD hD @@ -2943,33 +2946,33 @@ hD hD "} (41,1,1) = {" -fy -fy +ja +ja hD oP wm wm -fy +ja wm wm -fy +ja Tr Tr -fy -fy -fy +ja +ja +ja wm wm wm -fy -fy -fy -fy +ja +ja +ja +ja wm wm wm -fy -fy +ja +ja Zf Tr Tr @@ -2977,9 +2980,9 @@ wr wm wm wm -fy -fy -fy +ja +ja +ja hD hD hD @@ -2996,38 +2999,38 @@ hD hD hD hD -fy -fy +ja +ja wm wm -fy +ja wm -fy -fy -fy -fy -fy -fy -fy -fy -fy -fy +ja +ja +ja +ja +ja +ja +ja +ja +ja +ja Tr wr -fy +ja Tr -fy -fy -fy +ja +ja +ja Zf Tr Tr wr wr -fy -fy -fy -fy +ja +ja +ja +ja hD hD hD @@ -3047,36 +3050,36 @@ hD hD hD hD -fy +ja Zf HQ ES wm wm -fy -fy +ja +ja wm -fy -fy -fy -fy -fy +ja +ja +ja +ja +ja Tr Tr wr -fy +ja Tr Tr wr -fy +ja Tr Tr wr wr -fy -fy -fy -fy +ja +ja +ja +ja hD hD hD @@ -3104,21 +3107,21 @@ fB Zf wm wm -fy +ja wm -fy -fy -fy -fy -fy +ja +ja +ja +ja +ja Tr tk wr -fy +ja wr tk tk -fy +ja wr wr wr @@ -3148,10 +3151,10 @@ hD hD hD hD -fy -fy -fy -fy +ja +ja +ja +ja wm wm wm @@ -3159,17 +3162,17 @@ wm wr Tr Tr -fy +ja Tr Tr wr wm -fy +ja wm wm -fy -fy -fy +ja +ja +ja hD hD hD @@ -3201,11 +3204,11 @@ hD hD hD hD -fy -fy -fy -fy -fy +ja +ja +ja +ja +ja wr Tr Tr @@ -3213,13 +3216,13 @@ Tr wr wr wr -fy +ja wm wm -fy -fy -fy -fy +ja +ja +ja +ja hD hD hD @@ -3252,22 +3255,22 @@ hD hD hD hD -fy -fy -fy -fy +ja +ja +ja +ja wr wr Tr JI Tr -fy -fy -fy -fy -fy -fy -fy +ja +ja +ja +ja +ja +ja +ja hD hD hD @@ -3306,16 +3309,16 @@ hD hD hD hD -fy +ja ww jG JI Tr -fy -fy -fy -fy -fy +ja +ja +ja +ja +ja hD hD hD diff --git a/_maps/RandomRuins/BeachRuins/beach_ocean_town.dmm b/_maps/RandomRuins/BeachRuins/beach_ocean_town.dmm index 151248e75019..9ae962d8861a 100644 --- a/_maps/RandomRuins/BeachRuins/beach_ocean_town.dmm +++ b/_maps/RandomRuins/BeachRuins/beach_ocean_town.dmm @@ -6,12 +6,12 @@ /turf/open/floor/plating/dirt/dark{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "aj" = ( /obj/structure/flora/ausbushes/leafybush, /obj/structure/flora/ausbushes/ppflowers, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "ao" = ( /obj/structure/sink{ pixel_y = 15 @@ -26,7 +26,7 @@ dir = 5 }, /turf/open/water/beach, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "ar" = ( /obj/effect/turf_decal/siding/wood, /obj/machinery/light/small/directional/north, @@ -44,13 +44,13 @@ /obj/structure/flora/ausbushes/sparsegrass, /obj/structure/railing/wood, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "aD" = ( /obj/structure/railing/corner/wood{ dir = 8 }, /turf/open/water/beach, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "aK" = ( /obj/structure/table/wood, /obj/item/flashlight/lamp/bananalamp, @@ -81,7 +81,7 @@ /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "bb" = ( /obj/structure/closet/crate/bin, /turf/open/floor/carpet/green, @@ -100,7 +100,7 @@ /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "br" = ( /obj/structure/railing/wood{ dir = 10 @@ -111,7 +111,7 @@ /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "bs" = ( /obj/machinery/vending/cola/random, /turf/open/floor/plasteel/patterned/grid, @@ -126,12 +126,12 @@ /obj/structure/flora/ausbushes/lavendergrass, /obj/structure/flora/ausbushes/ppflowers, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "ca" = ( /obj/structure/flora/ausbushes/sparsegrass, /obj/structure/flora/ausbushes/ywflowers, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "cb" = ( /obj/effect/turf_decal/siding/wood{ dir = 6 @@ -142,14 +142,14 @@ /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "ce" = ( /obj/machinery/hydroponics/soil, /obj/item/seeds/grape, /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "ck" = ( /obj/structure/railing, /obj/effect/turf_decal/siding/thinplating/dark{ @@ -164,13 +164,13 @@ /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "ct" = ( /obj/structure/flora/ausbushes/fullgrass, /obj/structure/flora/ausbushes/sparsegrass, /obj/structure/flora/ausbushes/ppflowers, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "cx" = ( /obj/structure/railing{ dir = 8 @@ -223,7 +223,7 @@ /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "df" = ( /obj/structure/table, /turf/open/floor/wood, @@ -238,13 +238,13 @@ /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "dl" = ( /obj/structure/railing/corner/wood{ dir = 1 }, /turf/open/water/beach, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "dv" = ( /obj/structure/railing/corner/wood{ dir = 4 @@ -252,13 +252,13 @@ /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "dy" = ( /obj/effect/turf_decal/weather/sand{ dir = 8 }, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "dA" = ( /obj/effect/turf_decal/siding/thinplating/light{ dir = 4 @@ -281,7 +281,7 @@ /turf/open/floor/carpet/cyan{ baseturfs = /turf/open/floor/plating/beach/sand }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "dT" = ( /turf/open/floor/wood, /area/ruin/beach/oceantown) @@ -290,7 +290,7 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "dX" = ( /obj/structure/table/wood, /obj/item/storage/fancy/candle_box, @@ -303,7 +303,7 @@ /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "ed" = ( /obj/item/kirbyplants/random, /turf/open/floor/carpet/green, @@ -318,7 +318,7 @@ /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "ei" = ( /obj/structure/chair/stool/bar{ dir = 4 @@ -327,7 +327,7 @@ /area/ruin/beach/oceantown/bar) "ek" = ( /turf/open/floor/plating/grass/jungle, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "el" = ( /obj/structure/table, /obj/item/paper_bin/bundlenatural, @@ -348,7 +348,7 @@ /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "ev" = ( /turf/open/floor/wood{ light_range = 2 @@ -360,7 +360,7 @@ dir = 9 }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "eB" = ( /obj/effect/turf_decal/industrial/warning{ dir = 9 @@ -368,7 +368,7 @@ /turf/open/floor/concrete{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "eG" = ( /obj/structure/railing/corner{ dir = 8 @@ -380,7 +380,7 @@ dir = 1 }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "eK" = ( /obj/machinery/shower{ pixel_y = 15 @@ -391,7 +391,7 @@ "eM" = ( /obj/effect/turf_decal/siding/wood, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "eN" = ( /obj/structure/chair/sofa/corner{ dir = 1 @@ -404,7 +404,7 @@ }, /obj/effect/turf_decal/weather/sand, /turf/open/water/beach, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "fg" = ( /obj/machinery/door/airlock{ name = "Employees Only"; @@ -426,20 +426,20 @@ "fp" = ( /obj/structure/railing/wood, /turf/open/water/beach, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "fu" = ( /obj/effect/turf_decal/sand, /obj/effect/turf_decal/weather/sand{ dir = 5 }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "fv" = ( /obj/structure/flora/ausbushes/lavendergrass, /obj/structure/flora/ausbushes/leafybush, /obj/structure/flora/ausbushes/brflowers, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "fy" = ( /obj/structure/railing/corner/wood, /obj/effect/turf_decal/weather/sand{ @@ -448,7 +448,7 @@ /turf/open/floor/plating/dirt/dark{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "fz" = ( /obj/effect/turf_decal/siding/wood{ dir = 9 @@ -459,7 +459,7 @@ /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "fA" = ( /obj/effect/turf_decal/siding/wood{ dir = 4 @@ -467,7 +467,7 @@ /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "fC" = ( /obj/structure/table/wood, /turf/open/floor/carpet/green, @@ -478,7 +478,7 @@ dir = 8 }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "fG" = ( /obj/effect/turf_decal/siding/wood{ dir = 1 @@ -486,7 +486,7 @@ /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "fJ" = ( /obj/structure/chair/sofa/corner{ dir = 4 @@ -510,12 +510,16 @@ /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) +"gb" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "gd" = ( /obj/structure/flora/ausbushes/fullgrass, /obj/structure/flora/ausbushes/lavendergrass, /turf/open/floor/plating/grass, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "ge" = ( /obj/structure/table, /obj/structure/sink{ @@ -531,7 +535,7 @@ "gn" = ( /obj/structure/flora/ausbushes/leafybush, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "gp" = ( /obj/structure/table/wood, /obj/machinery/light/small/directional/west, @@ -546,7 +550,7 @@ }, /obj/effect/turf_decal/weather/sand, /turf/open/floor/plating, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "gv" = ( /obj/effect/turf_decal/industrial/warning{ dir = 1 @@ -554,7 +558,7 @@ /turf/open/floor/concrete{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "gA" = ( /obj/effect/turf_decal/siding/wood/corner{ dir = 4 @@ -565,11 +569,11 @@ /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "gN" = ( /obj/effect/turf_decal/siding/wood/corner, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "gX" = ( /obj/machinery/light/small/directional/west, /turf/open/floor/carpet, @@ -588,7 +592,7 @@ dir = 1 }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "hc" = ( /obj/machinery/autolathe, /turf/open/floor/plasteel/patterned/grid, @@ -598,11 +602,11 @@ dir = 4 }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "hu" = ( /obj/structure/flora/ausbushes/lavendergrass, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "hw" = ( /obj/structure/sign/poster/official/cleanliness{ pixel_y = 32; @@ -624,7 +628,7 @@ /turf/open/floor/carpet/orange{ baseturfs = /turf/open/floor/plating/beach/sand }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "hG" = ( /obj/machinery/light/small/directional/south, /turf/open/floor/wood, @@ -633,19 +637,19 @@ /obj/structure/flora/ausbushes/grassybush, /obj/structure/flora/ausbushes/brflowers, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "hM" = ( /obj/structure/flora/tree/palm{ icon_state = "palm2" }, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "hW" = ( /obj/structure/railing/wood{ dir = 1 }, /turf/open/water/beach, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "hY" = ( /obj/effect/turf_decal/industrial/warning{ dir = 4 @@ -653,11 +657,11 @@ /turf/open/floor/concrete{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "id" = ( /obj/structure/flora/ausbushes/genericbush, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "ie" = ( /obj/effect/turf_decal/siding/wood{ dir = 10 @@ -668,7 +672,7 @@ /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "ih" = ( /obj/structure/mineral_door/wood{ name = "Hotel" @@ -678,7 +682,7 @@ "ij" = ( /obj/item/chisel, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "im" = ( /obj/effect/turf_decal/siding/wood{ dir = 1 @@ -691,7 +695,7 @@ /obj/structure/flora/ausbushes/leafybush, /obj/structure/flora/ausbushes/ppflowers, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "io" = ( /obj/machinery/door/airlock/public/glass{ name = "Johann's Bar"; @@ -712,7 +716,7 @@ /turf/open/floor/plating/dirt/dark{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "ix" = ( /obj/structure/rack, /obj/effect/spawner/lootdrop/donut/slimejelly, @@ -728,21 +732,18 @@ /obj/structure/flora/ausbushes/leafybush, /turf/open/floor/plating/grass/beach/lit, /area/ruin/beach/oceantown) -"iM" = ( -/turf/template_noop, -/area/space) "iO" = ( /obj/structure/railing/corner/wood{ dir = 8 }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "iT" = ( /obj/structure/flora/tree/jungle{ icon_state = "tree5" }, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "iW" = ( /obj/machinery/door/airlock/public/glass{ name = "Grocery Store"; @@ -761,7 +762,11 @@ dir = 10 }, /turf/open/water/beach, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) +"jv" = ( +/obj/structure/flora/ausbushes/grassybush, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "jG" = ( /obj/structure/closet/secure_closet/freezer/fridge/open, /turf/open/floor/wood, @@ -772,26 +777,26 @@ /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "jQ" = ( /obj/structure/railing/corner/wood, /turf/open/water/beach, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "jY" = ( /obj/machinery/hydroponics/soil, /obj/item/seeds/tower, /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "kb" = ( /turf/open/floor/plating/grass, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "kd" = ( /obj/structure/flora/ausbushes/sparsegrass, /obj/structure/flora/ausbushes/lavendergrass, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "kf" = ( /obj/effect/turf_decal/siding/wood/end{ dir = 4 @@ -799,12 +804,12 @@ /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "kj" = ( /obj/structure/flora/ausbushes/fullgrass, /obj/structure/flora/ausbushes/lavendergrass, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "km" = ( /obj/structure/closet/athletic_mixed, /turf/open/floor/plasteel, @@ -812,7 +817,7 @@ "kn" = ( /obj/structure/flora/ausbushes/leafybush, /turf/open/floor/plating/grass, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "kp" = ( /obj/effect/turf_decal/siding/wood/corner{ dir = 8 @@ -843,7 +848,7 @@ dir = 4 }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "kG" = ( /obj/effect/turf_decal/siding/wood{ dir = 4 @@ -854,7 +859,7 @@ /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "kH" = ( /obj/machinery/vending/boozeomat{ set_obj_flags = "EMAGGED" @@ -874,11 +879,11 @@ /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "kN" = ( /obj/structure/railing/corner, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "kP" = ( /obj/effect/turf_decal/siding/thinplating/light{ dir = 6 @@ -916,14 +921,14 @@ icon_state = "tree3" }, /turf/open/floor/plating/grass/jungle, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "ly" = ( /obj/machinery/hydroponics/soil, /obj/item/seeds/tobacco, /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "lE" = ( /obj/machinery/door/airlock/public/glass{ name = "The 'Nutshack"; @@ -934,17 +939,17 @@ "lH" = ( /obj/effect/turf_decal/weather/sand/corner, /turf/open/water/beach, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "lL" = ( /obj/effect/turf_decal/weather/sand{ dir = 9 }, /turf/open/water/beach, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "lT" = ( /obj/structure/fluff/beach_umbrella/cap, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "lZ" = ( /obj/effect/turf_decal/weather/sand{ dir = 9 @@ -958,19 +963,19 @@ /turf/open/floor/carpet/blue{ baseturfs = /turf/open/floor/plating/beach/sand }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "mc" = ( /obj/structure/flora/ausbushes/sparsegrass, /obj/structure/flora/ausbushes/leafybush, /obj/structure/flora/ausbushes/ppflowers, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "mi" = ( /obj/effect/turf_decal/siding/wood, /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "mm" = ( /obj/effect/turf_decal/siding/wood{ dir = 9 @@ -982,7 +987,7 @@ /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "mr" = ( /obj/effect/turf_decal/weather/sand{ dir = 6 @@ -996,7 +1001,7 @@ /turf/open/floor/carpet/orange{ baseturfs = /turf/open/floor/plating/beach/sand }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "mt" = ( /obj/effect/turf_decal/industrial/stand_clear{ dir = 4 @@ -1004,7 +1009,7 @@ /turf/open/floor/concrete{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "mu" = ( /obj/structure/closet/crate/bin, /turf/open/floor/wood, @@ -1017,7 +1022,7 @@ /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "mJ" = ( /obj/structure/chair/sofa/right{ dir = 1 @@ -1029,12 +1034,12 @@ /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "mX" = ( /obj/structure/flora/ausbushes/fullgrass, /obj/structure/flora/ausbushes/sparsegrass, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "mY" = ( /obj/effect/turf_decal/corner/opaque/white/diagonal{ dir = 8 @@ -1049,7 +1054,7 @@ /obj/structure/flora/ausbushes/fullgrass, /obj/structure/flora/ausbushes/ppflowers, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "nj" = ( /obj/machinery/door/airlock/public/glass{ name = "Johann's Bar" @@ -1064,7 +1069,7 @@ dir = 6 }, /turf/open/water/beach, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "nL" = ( /obj/structure/railing/wood, /obj/effect/turf_decal/weather/sand{ @@ -1073,7 +1078,7 @@ /turf/open/floor/plating/dirt/dark{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "nM" = ( /obj/machinery/washing_machine, /turf/open/floor/plasteel, @@ -1084,7 +1089,7 @@ dir = 1 }, /turf/open/water/beach, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "nZ" = ( /obj/structure/railing{ dir = 8 @@ -1092,7 +1097,7 @@ /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "oc" = ( /obj/effect/turf_decal/siding/thinplating/light, /turf/open/floor/plasteel/white, @@ -1128,7 +1133,7 @@ "ox" = ( /obj/structure/flora/ausbushes/sparsegrass, /turf/open/floor/plating/grass/jungle, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "oz" = ( /obj/effect/turf_decal/weather/sand{ dir = 6 @@ -1139,7 +1144,7 @@ /turf/open/floor/carpet/cyan{ baseturfs = /turf/open/floor/plating/beach/sand }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "oF" = ( /obj/effect/turf_decal/weather/sand, /obj/effect/turf_decal/weather/sand, @@ -1147,7 +1152,7 @@ dir = 6 }, /turf/open/water/beach, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "oM" = ( /obj/structure/table, /obj/machinery/light/directional/west, @@ -1160,7 +1165,7 @@ /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "oT" = ( /turf/open/floor/carpet, /area/ruin/beach/oceantown) @@ -1168,20 +1173,20 @@ /obj/item/stack/sheet/mineral/sandstone, /obj/item/stack/sheet/mineral/sandstone, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "pm" = ( /obj/machinery/light/small/directional/east, /turf/open/floor/wood, /area/ruin/beach/oceantown) "pn" = ( /turf/open/water/beach, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "pq" = ( /obj/machinery/door/airlock/wood{ dir = 4 }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "pr" = ( /obj/effect/turf_decal/industrial/stand_clear{ dir = 1 @@ -1189,7 +1194,7 @@ /turf/open/floor/concrete{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "ps" = ( /obj/machinery/light/small/directional/west, /turf/open/floor/carpet/green, @@ -1211,7 +1216,7 @@ dir = 4 }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "pv" = ( /obj/effect/turf_decal/weather/sand{ dir = 6 @@ -1220,11 +1225,11 @@ dir = 5 }, /turf/open/water/beach, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "px" = ( /obj/structure/fluff/beach_umbrella, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "pB" = ( /obj/structure/flora/ausbushes/sparsegrass, /turf/open/floor/plating/grass/beach/lit, @@ -1235,7 +1240,7 @@ /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "qb" = ( /obj/effect/turf_decal/siding/thinplating/dark{ dir = 1 @@ -1250,30 +1255,30 @@ dir = 4 }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "qp" = ( /obj/effect/turf_decal/weather/sand, /turf/open/water/beach, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "qu" = ( /obj/structure/table/wood, /obj/item/reagent_containers/food/drinks/drinkingglass/filled/cola{ name = "Ocean Cola" }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "qw" = ( /turf/open/floor/plating/dirt/dark{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "qB" = ( /obj/effect/turf_decal/sand, /obj/effect/turf_decal/weather/sand{ dir = 4 }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "qW" = ( /obj/structure/chair/wood{ dir = 4 @@ -1296,7 +1301,7 @@ /turf/open/floor/concrete{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "rh" = ( /obj/effect/turf_decal/siding/wood{ dir = 1 @@ -1311,31 +1316,31 @@ /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "rl" = ( /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "ru" = ( /obj/machinery/hydroponics/soil, /obj/item/seeds/chanter, /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "ry" = ( /obj/structure/chair/stool/bar{ dir = 4 }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "rz" = ( /obj/structure/flora/tree/jungle{ icon_state = "tree10" }, /turf/open/floor/plating/grass, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "rH" = ( /obj/machinery/vending/boozeomat, /turf/open/floor/plasteel, @@ -1353,7 +1358,7 @@ /turf/open/floor/carpet/cyan{ baseturfs = /turf/open/floor/plating/beach/sand }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "rN" = ( /obj/structure/closet/secure_closet/freezer/meat, /obj/effect/turf_decal/siding/thinplating/light, @@ -1370,10 +1375,10 @@ dir = 4 }, /turf/open/water/beach, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "sa" = ( /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "sb" = ( /obj/structure/table, /obj/machinery/microwave, @@ -1388,7 +1393,7 @@ "sh" = ( /obj/item/toy/beach_ball, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "sj" = ( /obj/structure/chair/sofa/right{ dir = 4 @@ -1431,12 +1436,16 @@ }, /turf/open/floor/carpet/black, /area/ruin/beach/oceantown/bar) +"sD" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "sH" = ( /obj/structure/railing/wood, /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "sQ" = ( /obj/effect/turf_decal/weather/sand{ dir = 4 @@ -1444,7 +1453,7 @@ /turf/open/floor/plating/dirt/dark{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "sS" = ( /obj/machinery/light/small/directional/south, /turf/open/floor/wood, @@ -1457,7 +1466,7 @@ /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "sX" = ( /obj/structure/mineral_door/wood{ name = "Bedroom" @@ -1474,17 +1483,17 @@ "ti" = ( /obj/structure/flora/junglebush, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "tj" = ( /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "tr" = ( /turf/open/floor/concrete{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "tw" = ( /obj/structure/closet/secure_closet/personal/cabinet, /turf/open/floor/carpet, @@ -1499,7 +1508,7 @@ /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "tD" = ( /obj/structure/table, /obj/machinery/light/small/directional/south, @@ -1526,7 +1535,7 @@ /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "tW" = ( /obj/structure/table, /obj/item/seeds/grass, @@ -1547,12 +1556,12 @@ dir = 9 }, /turf/open/water/beach, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "ue" = ( /obj/structure/flora/ausbushes/fullgrass, /obj/structure/flora/ausbushes/ywflowers, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "uh" = ( /obj/structure/table/wood, /obj/machinery/chem_dispenser/drinks/fullupgrade{ @@ -1577,7 +1586,7 @@ dir = 8 }, /turf/open/water/beach/deep, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "uu" = ( /obj/structure/table/wood, /turf/open/floor/wood{ @@ -1597,7 +1606,7 @@ /obj/structure/flora/ausbushes/fullgrass, /obj/structure/flora/ausbushes/grassybush, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "uI" = ( /obj/machinery/hydroponics/soil, /obj/item/seeds/watermelon, @@ -1605,7 +1614,7 @@ /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "uV" = ( /obj/machinery/light/small/directional/east, /turf/open/floor/plasteel, @@ -1617,7 +1626,7 @@ /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "vf" = ( /obj/effect/turf_decal/siding/wood/corner{ dir = 8 @@ -1625,7 +1634,7 @@ /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "vp" = ( /obj/structure/railing/corner{ dir = 8 @@ -1638,7 +1647,7 @@ /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "vy" = ( /obj/machinery/pdapainter, /turf/open/floor/plasteel/patterned/grid, @@ -1646,14 +1655,14 @@ "vE" = ( /obj/structure/flora/ausbushes/brflowers, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "vF" = ( /obj/machinery/hydroponics/soil, /obj/item/seeds/wheat, /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "vI" = ( /obj/structure/table/wood, /turf/open/floor/carpet/green, @@ -1661,7 +1670,7 @@ "vL" = ( /obj/structure/table/wood, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "we" = ( /obj/effect/turf_decal/siding/thinplating/dark/corner, /turf/open/floor/plasteel/dark, @@ -1670,13 +1679,13 @@ /obj/structure/flora/ausbushes/leafybush, /obj/structure/flora/ausbushes/lavendergrass, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "wo" = ( /obj/effect/turf_decal/weather/sand{ dir = 4 }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "wt" = ( /obj/effect/turf_decal/weather/sand{ dir = 5 @@ -1690,7 +1699,7 @@ /turf/open/floor/carpet/orange{ baseturfs = /turf/open/floor/plating/beach/sand }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "wu" = ( /obj/effect/turf_decal/corner/opaque/white/diagonal{ dir = 8 @@ -1706,12 +1715,12 @@ "ww" = ( /obj/structure/statue/sandstone/assistant, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "wF" = ( /obj/structure/flora/ausbushes/fullgrass, /obj/structure/flora/ausbushes/brflowers, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "wH" = ( /obj/effect/turf_decal/siding/wood{ dir = 8 @@ -1722,7 +1731,7 @@ /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "wN" = ( /obj/structure/flora/ausbushes/reedbush, /obj/effect/turf_decal/weather/sand{ @@ -1732,22 +1741,22 @@ dir = 10 }, /turf/open/water/beach, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "wQ" = ( /obj/structure/flora/tree/jungle{ icon_state = "tree6" }, /turf/open/floor/plating/grass, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "wS" = ( /obj/structure/flora/ausbushes/lavendergrass, /obj/structure/flora/ausbushes/ppflowers, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "wZ" = ( /obj/item/stack/sheet/mineral/sandstone, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "xe" = ( /obj/machinery/door/airlock/public/glass{ name = "The 'Nutshack" @@ -1774,13 +1783,13 @@ /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "xp" = ( /obj/effect/turf_decal/weather/sand{ dir = 10 }, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "xu" = ( /obj/structure/table/wood, /obj/item/book/manual/ripley_build_and_repair, @@ -1792,7 +1801,7 @@ icon_state = "palm2" }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "xy" = ( /obj/machinery/light/directional/north, /turf/open/floor/plasteel, @@ -1803,13 +1812,13 @@ /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "xE" = ( /obj/structure/flora/tree/jungle/small{ icon_state = "tree1" }, /turf/open/floor/plating/grass/jungle, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "xF" = ( /obj/item/kirbyplants/random, /turf/open/floor/carpet/green, @@ -1830,7 +1839,7 @@ /turf/open/floor/plating/dirt/dark{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "xL" = ( /turf/open/floor/plasteel/dark, /area/ruin/beach/oceantown/bar) @@ -1841,13 +1850,13 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "yb" = ( /obj/structure/railing/wood{ dir = 6 }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "yc" = ( /obj/structure/rack, /obj/item/storage/box/drinkingglasses, @@ -1857,7 +1866,7 @@ /obj/structure/flora/ausbushes/leafybush, /obj/structure/flora/ausbushes/ywflowers, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "yu" = ( /obj/structure/table/wood, /obj/structure/sign/poster/contraband{ @@ -1889,7 +1898,7 @@ /turf/open/floor/concrete/pavement{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "yA" = ( /obj/structure/railing/corner{ dir = 8 @@ -1897,7 +1906,7 @@ /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "yD" = ( /obj/effect/turf_decal/corner/opaque/white/diagonal{ dir = 8 @@ -1917,7 +1926,7 @@ /turf/open/floor/concrete{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "yJ" = ( /obj/effect/turf_decal/weather/sand{ dir = 6 @@ -1931,14 +1940,14 @@ /turf/open/floor/carpet/orange{ baseturfs = /turf/open/floor/plating/beach/sand }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "yQ" = ( /obj/structure/railing/corner/wood, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "yS" = ( /turf/closed/wall/concrete, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "yX" = ( /obj/structure/railing/wood{ dir = 6 @@ -1949,7 +1958,7 @@ /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "zg" = ( /obj/structure/chair/stool/bar{ dir = 8 @@ -1990,13 +1999,13 @@ /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "zI" = ( /obj/structure/railing/wood{ dir = 4 }, /turf/open/water/beach, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "zM" = ( /obj/structure/railing/wood{ dir = 4 @@ -2004,7 +2013,7 @@ /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "zP" = ( /obj/structure/railing/wood, /obj/effect/turf_decal/weather/sand{ @@ -2013,7 +2022,7 @@ /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "zQ" = ( /obj/effect/turf_decal/siding/wood/corner{ dir = 1 @@ -2021,14 +2030,14 @@ /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "zU" = ( /obj/machinery/hydroponics/soil, /obj/item/seeds/banana, /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "zX" = ( /obj/machinery/biogenerator, /turf/open/floor/wood{ @@ -2060,7 +2069,7 @@ icon_state = "tree2" }, /turf/open/floor/plating/grass/jungle, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Ap" = ( /obj/structure/window{ dir = 4 @@ -2081,7 +2090,7 @@ /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "AD" = ( /obj/structure/table, /obj/structure/sink{ @@ -2102,13 +2111,13 @@ /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "AS" = ( /obj/effect/turf_decal/siding/wood{ dir = 8 }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "AY" = ( /obj/effect/turf_decal/corner/opaque/white/diagonal{ dir = 8 @@ -2149,12 +2158,12 @@ dir = 1 }, /turf/open/water/beach, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "BP" = ( /obj/structure/flora/ausbushes/lavendergrass, /obj/structure/flora/ausbushes/ywflowers, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "BV" = ( /obj/structure/filingcabinet, /turf/open/floor/plasteel/grimy, @@ -2168,25 +2177,25 @@ "BY" = ( /obj/structure/flora/ausbushes/sparsegrass, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Ca" = ( /obj/effect/turf_decal/weather/sand/corner{ dir = 4 }, /turf/open/water/beach, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Cc" = ( /obj/structure/flora/tree/jungle{ icon_state = "tree5" }, /turf/open/floor/plating/grass, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Cd" = ( /obj/structure/flora/ausbushes/lavendergrass, /obj/structure/flora/ausbushes/brflowers, /obj/structure/flora/ausbushes/fernybush, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Cf" = ( /obj/effect/turf_decal/siding/wood{ dir = 8 @@ -2208,7 +2217,7 @@ /turf/open/floor/plating/dirt/dark{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Cq" = ( /obj/effect/turf_decal/siding/wood{ dir = 5 @@ -2216,13 +2225,13 @@ /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Cv" = ( /obj/structure/reagent_dispensers/watertank/high, /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Cz" = ( /obj/structure/chair/office{ dir = 1 @@ -2253,7 +2262,7 @@ dir = 1 }, /turf/open/water/beach, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "CJ" = ( /obj/machinery/light/directional/south, /turf/open/floor/plasteel, @@ -2262,7 +2271,7 @@ /obj/structure/flora/ausbushes/sparsegrass, /obj/structure/railing/corner/wood, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "CT" = ( /obj/structure/rack, /obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, @@ -2284,7 +2293,7 @@ /turf/open/floor/carpet/cyan{ baseturfs = /turf/open/floor/plating/beach/sand }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "De" = ( /obj/structure/railing/wood, /obj/effect/turf_decal/weather/sand{ @@ -2293,7 +2302,7 @@ /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Dj" = ( /obj/effect/turf_decal/corner/opaque/white/diagonal{ dir = 8 @@ -2320,7 +2329,7 @@ /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Dy" = ( /obj/effect/turf_decal/weather/sand{ dir = 9 @@ -2331,7 +2340,7 @@ /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "DC" = ( /turf/open/floor/wood{ light_range = 2 @@ -2343,13 +2352,13 @@ /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "DE" = ( /obj/structure/railing/wood, /turf/open/floor/plating/dirt/dark{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "DK" = ( /obj/effect/turf_decal/industrial/warning, /obj/docking_port/stationary{ @@ -2360,7 +2369,7 @@ /turf/open/floor/concrete{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "DM" = ( /obj/effect/turf_decal/siding/thinplating/dark{ dir = 4 @@ -2371,11 +2380,11 @@ /obj/structure/flora/ausbushes/genericbush, /obj/structure/flora/ausbushes/ppflowers, /turf/open/floor/plating/grass/beach, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "DT" = ( /obj/structure/chair/plastic, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "DX" = ( /obj/effect/turf_decal/siding/thinplating/dark/corner{ dir = 1 @@ -2385,7 +2394,7 @@ "Eb" = ( /obj/structure/flora/ausbushes/lavendergrass, /turf/open/floor/plating/grass, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Ed" = ( /obj/machinery/shower{ pixel_y = 15 @@ -2401,14 +2410,14 @@ /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "En" = ( /obj/structure/railing/wood{ dir = 8 }, /obj/effect/turf_decal/weather/sand, /turf/open/water/beach, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Er" = ( /obj/effect/turf_decal/weather/sand{ dir = 6 @@ -2422,13 +2431,13 @@ /turf/open/floor/carpet/purple{ baseturfs = /turf/open/floor/plating/beach/sand }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Eu" = ( /obj/structure/chair/plastic{ dir = 8 }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Ew" = ( /obj/effect/turf_decal/siding/wood, /obj/effect/turf_decal/siding/wood{ @@ -2451,12 +2460,12 @@ dir = 8 }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "EC" = ( /obj/structure/flora/ausbushes/lavendergrass, /obj/structure/flora/ausbushes/brflowers, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "EH" = ( /obj/structure/chair/wood{ dir = 1 @@ -2468,20 +2477,20 @@ dir = 1; color = "#55391A" }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "EN" = ( /turf/open/floor/light, /area/ruin/beach/oceantown/bar) "EQ" = ( /obj/structure/flora/ausbushes/grassybush, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "ER" = ( /obj/structure/railing, /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "ES" = ( /obj/effect/turf_decal/weather/sand{ dir = 6 @@ -2490,7 +2499,7 @@ dir = 10 }, /turf/open/water/beach, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "EU" = ( /obj/structure/railing/wood, /obj/effect/turf_decal/weather/sand{ @@ -2499,7 +2508,7 @@ /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "FA" = ( /obj/effect/turf_decal/siding/wood{ dir = 8 @@ -2512,7 +2521,7 @@ icon_state = "tree9" }, /turf/open/floor/plating/grass, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "FF" = ( /obj/structure/flora/ausbushes/fullgrass, /turf/open/floor/plating/grass/beach/lit, @@ -2529,7 +2538,7 @@ /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "FM" = ( /obj/structure/table/wood, /obj/item/reagent_containers/food/drinks/drinkingglass{ @@ -2556,7 +2565,7 @@ /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "FT" = ( /obj/effect/turf_decal/siding/wood{ dir = 8 @@ -2571,7 +2580,7 @@ /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Ga" = ( /obj/effect/turf_decal/siding/wood/corner, /obj/effect/turf_decal/siding/wood/corner{ @@ -2580,7 +2589,7 @@ /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Gd" = ( /obj/structure/table, /obj/structure/window{ @@ -2601,7 +2610,7 @@ /turf/open/floor/concrete/pavement{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Gh" = ( /obj/machinery/light/small/directional/north, /turf/open/floor/carpet, @@ -2615,20 +2624,20 @@ /area/ruin/beach/oceantown/bar) "Gn" = ( /turf/open/water/beach/deep, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Go" = ( /obj/effect/turf_decal/weather/sand{ dir = 8 }, /turf/open/water/beach, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Gq" = ( /obj/machinery/hydroponics/soil, /obj/item/seeds/tea, /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Gt" = ( /obj/structure/railing{ dir = 4 @@ -2636,13 +2645,13 @@ /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "GA" = ( /obj/effect/turf_decal/siding/wood{ dir = 8 }, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "GE" = ( /obj/effect/turf_decal/road{ dir = 4 @@ -2650,7 +2659,7 @@ /turf/open/floor/concrete/pavement{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "GI" = ( /obj/effect/turf_decal/weather/sand{ dir = 9 @@ -2658,7 +2667,7 @@ /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "GJ" = ( /obj/structure/rack, /obj/item/storage/fancy/donut_box, @@ -2679,7 +2688,7 @@ /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "GU" = ( /obj/effect/turf_decal/siding/wood{ dir = 5 @@ -2690,7 +2699,7 @@ /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "GZ" = ( /obj/effect/turf_decal/siding/wood, /obj/structure/closet/crate/freezer, @@ -2712,7 +2721,7 @@ /obj/item/reagent_containers/food/snacks/sausage, /obj/item/reagent_containers/food/snacks/sausage, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Hi" = ( /obj/structure/railing/wood{ dir = 6 @@ -2720,12 +2729,17 @@ /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Hk" = ( /obj/effect/turf_decal/weather/sand, /obj/effect/turf_decal/weather/sand, /turf/open/water/beach, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) +"Ho" = ( +/turf/open/floor/wood{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) "Hp" = ( /obj/structure/table/wood, /obj/machinery/chem_dispenser/drinks/beer/fullupgrade{ @@ -2754,26 +2768,26 @@ /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Hz" = ( /obj/structure/flora/ausbushes/reedbush, /obj/effect/turf_decal/weather/sand{ dir = 9 }, /turf/open/water/beach, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "HA" = ( /obj/effect/turf_decal/weather/sand{ dir = 6 }, /turf/open/water/beach, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "HJ" = ( /obj/structure/chair/plastic{ dir = 1 }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "HO" = ( /obj/machinery/seed_extractor, /turf/open/floor/wood{ @@ -2786,26 +2800,26 @@ /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "HR" = ( /obj/structure/flora/tree/jungle{ icon_state = "tree3" }, /turf/open/floor/plating/grass, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "HW" = ( /obj/structure/table, /obj/item/stack/sheet/mineral/coal/ten, /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Ia" = ( /obj/structure/bonfire/prelit, /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Ib" = ( /obj/structure/fence{ dir = 4 @@ -2813,13 +2827,13 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Ie" = ( /obj/structure/railing/wood{ dir = 8 }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Ii" = ( /obj/effect/turf_decal/siding/wood{ dir = 8 @@ -2854,7 +2868,7 @@ /obj/structure/flora/ausbushes/ywflowers, /obj/structure/flora/ausbushes/sparsegrass, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Ip" = ( /obj/structure/table, /obj/structure/table, @@ -2881,7 +2895,7 @@ "IF" = ( /obj/structure/flora/ausbushes/sparsegrass, /turf/open/floor/plating/grass, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "IR" = ( /obj/structure/table/wood, /obj/machinery/chem_dispenser/drinks/beer{ @@ -2902,7 +2916,7 @@ /turf/open/floor/concrete{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "IZ" = ( /obj/structure/table, /obj/machinery/light/small/directional/north, @@ -2918,7 +2932,7 @@ /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Jl" = ( /obj/effect/turf_decal/corner/opaque/white/diagonal{ dir = 8 @@ -2933,18 +2947,18 @@ /turf/open/floor/concrete{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Jx" = ( /obj/structure/flora/ausbushes/fullgrass, /obj/structure/flora/ausbushes/sparsegrass, /obj/structure/flora/ausbushes/leafybush, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "JD" = ( /obj/structure/flora/ausbushes/grassybush, /obj/structure/flora/ausbushes/sparsegrass, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "JL" = ( /obj/structure/railing/wood{ dir = 5 @@ -2952,7 +2966,7 @@ /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "JQ" = ( /obj/structure/railing/wood, /obj/effect/turf_decal/weather/sand{ @@ -2961,14 +2975,14 @@ /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "JS" = ( /obj/machinery/hydroponics/soil, /obj/item/seeds/apple, /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "JT" = ( /turf/open/floor/plating/grass/beach/lit, /area/ruin/beach/oceantown/shop) @@ -3006,7 +3020,7 @@ /turf/open/floor/concrete{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Kk" = ( /obj/structure/railing/wood{ dir = 6 @@ -3015,21 +3029,21 @@ dir = 10 }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Kn" = ( /obj/machinery/hydroponics/soil, /obj/item/seeds/wheat/rice, /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Ko" = ( /obj/effect/turf_decal/siding/wood, /obj/structure/railing/wood, /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Kx" = ( /obj/effect/turf_decal/road/stripes, /obj/effect/turf_decal/road/stripes{ @@ -3038,7 +3052,7 @@ /turf/open/floor/concrete/pavement{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Kz" = ( /obj/effect/turf_decal/siding/wood/corner{ dir = 1 @@ -3049,7 +3063,7 @@ /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "KB" = ( /obj/machinery/light/directional/south, /turf/open/floor/plasteel/grimy, @@ -3064,7 +3078,7 @@ /turf/open/floor/carpet/cyan{ baseturfs = /turf/open/floor/plating/beach/sand }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "KD" = ( /obj/structure/closet/secure_closet/freezer/kitchen, /obj/effect/turf_decal/box, @@ -3078,7 +3092,7 @@ dir = 1 }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "KO" = ( /obj/structure/closet/secure_closet/personal/cabinet, /turf/open/floor/carpet, @@ -3098,7 +3112,7 @@ /obj/structure/flora/ausbushes/fullgrass, /obj/structure/flora/ausbushes/leafybush, /turf/open/floor/plating/grass, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "KT" = ( /obj/effect/turf_decal/weather/sand{ dir = 5 @@ -3109,14 +3123,14 @@ /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "KU" = ( /obj/machinery/hydroponics/soil, /obj/item/seeds/potato, /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Lc" = ( /obj/structure/table/wood, /obj/item/reagent_containers/food/snacks/cornuto{ @@ -3124,7 +3138,7 @@ desc = "you can't be quite sure how long this cornuto has sat in the sun. Yet it remains perfectly intact. No melting, no signs of damage. It beckons to you." }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Ln" = ( /obj/effect/turf_decal/siding/wood{ dir = 1 @@ -3146,7 +3160,7 @@ /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Lx" = ( /obj/structure/rack, /obj/item/reagent_containers/food/snacks/candiedapple, @@ -3169,7 +3183,7 @@ dir = 4 }, /turf/open/water/beach, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "LN" = ( /obj/effect/turf_decal/weather/sand{ dir = 6 @@ -3183,7 +3197,7 @@ /turf/open/floor/carpet/blue{ baseturfs = /turf/open/floor/plating/beach/sand }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "LR" = ( /obj/structure/sign/poster/official/here_for_your_safety{ pixel_y = -32 @@ -3202,6 +3216,9 @@ }, /turf/open/floor/plasteel/tech, /area/ruin/beach/oceantown) +"Mi" = ( +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "Mk" = ( /obj/machinery/door/airlock/public/glass{ name = "The 'Nutshack"; @@ -3216,7 +3233,7 @@ /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Mp" = ( /obj/effect/turf_decal/siding/wood{ dir = 5 @@ -3227,33 +3244,33 @@ /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Mq" = ( /obj/structure/flora/tree/jungle, /turf/open/floor/plating/grass, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Ms" = ( /obj/structure/flora/junglebush/large, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Mu" = ( /obj/effect/turf_decal/siding/wood/corner{ dir = 1 }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "ME" = ( /obj/structure/flora/tree/jungle{ icon_state = "tree7" }, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "MF" = ( /obj/structure/flora/ausbushes/fullgrass, /obj/structure/flora/ausbushes/sparsegrass, /obj/structure/flora/ausbushes/lavendergrass, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "MG" = ( /obj/structure/chair/office{ dir = 4 @@ -3271,7 +3288,7 @@ /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "MR" = ( /obj/effect/turf_decal/corner/opaque/white/diagonal{ dir = 8 @@ -3289,7 +3306,7 @@ /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "MY" = ( /obj/structure/table, /obj/item/book/manual/wiki/barman_recipes, @@ -3302,7 +3319,7 @@ /turf/open/floor/concrete{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Ni" = ( /obj/structure/table/wood, /obj/item/book/manual/wiki/medical_cloning, @@ -3325,7 +3342,7 @@ dir = 4 }, /turf/open/water/beach, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Nv" = ( /obj/effect/turf_decal/siding/wood/corner{ dir = 1 @@ -3338,7 +3355,7 @@ /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "NA" = ( /obj/structure/table/wood, /obj/item/reagent_containers/food/drinks/bottle/rum{ @@ -3352,7 +3369,7 @@ /turf/open/floor/plating/dirt/dark{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "ND" = ( /obj/effect/turf_decal/siding/wood/corner{ dir = 4 @@ -3362,7 +3379,7 @@ "NS" = ( /obj/item/shovel/spade, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "NT" = ( /obj/structure/fence{ dir = 9; @@ -3371,11 +3388,11 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "NV" = ( /obj/structure/flora/tree/palm, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "NX" = ( /obj/structure/rack, /obj/effect/spawner/lootdrop/donut/jelly, @@ -3392,7 +3409,7 @@ /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Of" = ( /obj/effect/turf_decal/siding/wood{ dir = 1 @@ -3428,18 +3445,18 @@ "OI" = ( /obj/structure/flora/ausbushes/ppflowers, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "OK" = ( /obj/effect/turf_decal/weather/sand{ dir = 10 }, /turf/open/water/beach, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "ON" = ( /obj/structure/flora/junglebush/large, /obj/structure/flora/junglebush, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "OP" = ( /obj/effect/turf_decal/weather/sand{ dir = 6 @@ -3457,12 +3474,12 @@ /turf/open/floor/carpet/blue{ baseturfs = /turf/open/floor/plating/beach/sand }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "OR" = ( /obj/structure/flora/ausbushes/grassybush, /obj/structure/flora/ausbushes/ppflowers, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "OT" = ( /obj/effect/turf_decal/corner/opaque/white/diagonal{ dir = 8 @@ -3528,7 +3545,7 @@ /turf/open/floor/carpet/purple{ baseturfs = /turf/open/floor/plating/beach/sand }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Pv" = ( /obj/structure/closet/crate/bin, /turf/open/floor/wood, @@ -3545,7 +3562,7 @@ /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "PE" = ( /obj/structure/chair/sofa/right, /turf/open/floor/wood, @@ -3560,25 +3577,25 @@ dir = 1 }, /turf/open/water/beach, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "PN" = ( /obj/structure/flora/ausbushes/reedbush, /turf/open/water/beach, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "PQ" = ( /turf/open/floor/plasteel/stairs{ dir = 4; color = "#55391A"; layer = 2.1 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Qd" = ( /obj/structure/railing/wood, /obj/effect/turf_decal/weather/sand{ dir = 8 }, /turf/open/water/beach, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Qf" = ( /obj/machinery/vending/snack/random, /turf/open/floor/plasteel/patterned/grid, @@ -3586,7 +3603,7 @@ "Qm" = ( /obj/structure/railing/wood, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Qo" = ( /obj/machinery/light/small/directional/north, /turf/open/floor/wood, @@ -3601,13 +3618,13 @@ /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "QA" = ( /obj/item/shovel/spade, /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "QI" = ( /obj/effect/turf_decal/siding/wood{ dir = 4 @@ -3618,7 +3635,7 @@ "QK" = ( /obj/structure/flora/ausbushes/ywflowers, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "QM" = ( /obj/machinery/door/airlock{ name = "Employees Only"; @@ -3630,7 +3647,7 @@ /obj/structure/flora/ausbushes/sparsegrass, /obj/structure/flora/ausbushes/leafybush, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Rm" = ( /obj/structure/chair/stool/bar{ dir = 8 @@ -3647,7 +3664,7 @@ /turf/open/floor/concrete/pavement{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Rz" = ( /obj/effect/turf_decal/siding/wood/corner{ dir = 1 @@ -3666,21 +3683,21 @@ }, /obj/effect/turf_decal/weather/sand/corner, /turf/open/water/beach, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "RQ" = ( /obj/machinery/hydroponics/soil, /obj/item/seeds/chili, /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "RS" = ( /obj/effect/turf_decal/siding/wood, /obj/effect/turf_decal/weather/sand, /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Sc" = ( /turf/open/floor/plasteel/grimy, /area/ruin/beach/oceantown/hotel) @@ -3695,7 +3712,7 @@ /obj/structure/flora/ausbushes/fullgrass, /obj/structure/flora/ausbushes/genericbush, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Sm" = ( /obj/machinery/light/directional/west, /turf/open/floor/wood, @@ -3711,7 +3728,7 @@ dir = 1 }, /turf/open/floor/plating, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Sv" = ( /obj/structure/chair/comfy/brown{ dir = 4 @@ -3728,7 +3745,7 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "SF" = ( /obj/structure/table, /obj/machinery/reagentgrinder, @@ -3743,7 +3760,7 @@ /turf/open/floor/plating/dirt/dark{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "SS" = ( /obj/structure/rack, /obj/effect/spawner/lootdrop/donut, @@ -3776,7 +3793,7 @@ name = "reeds" }, /turf/open/water/beach, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Tp" = ( /obj/structure/dresser, /turf/open/floor/carpet, @@ -3790,12 +3807,17 @@ /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Ts" = ( /obj/structure/flora/ausbushes/sparsegrass, /obj/structure/flora/ausbushes/fullgrass, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) +"Tu" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/leafybush, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "TA" = ( /obj/structure/railing/wood{ dir = 6 @@ -3806,14 +3828,14 @@ /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Uc" = ( /obj/effect/turf_decal/siding/thinplating/dark, /turf/open/floor/plasteel/dark, /area/ruin/beach/oceantown/bar) "Ud" = ( /turf/closed/wall/mineral/sandstone, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Un" = ( /obj/effect/spawner/structure/window, /obj/structure/curtain/cloth/grey, @@ -3833,14 +3855,14 @@ /obj/structure/flora/ausbushes/lavendergrass, /obj/structure/flora/ausbushes/palebush, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Us" = ( /obj/machinery/hydroponics/soil, /obj/item/seeds/lemon, /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Uu" = ( /obj/structure/table/wood, /turf/open/floor/carpet/black, @@ -3852,7 +3874,7 @@ /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "UA" = ( /obj/structure/chair/wood, /turf/open/floor/carpet/green, @@ -3867,7 +3889,7 @@ /turf/open/floor/carpet/cyan{ baseturfs = /turf/open/floor/plating/beach/sand }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "UH" = ( /obj/structure/chair/office{ dir = 1 @@ -3897,7 +3919,7 @@ /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "UU" = ( /obj/effect/turf_decal/road{ dir = 1 @@ -3905,7 +3927,7 @@ /turf/open/floor/concrete/pavement{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "UX" = ( /turf/closed/wall/mineral/wood/nonmetal, /area/ruin/beach/oceantown/shop) @@ -3924,14 +3946,14 @@ dir = 8 }, /turf/open/water/beach, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "VJ" = ( /obj/machinery/hydroponics/soil, /obj/item/seeds/coffee, /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "VK" = ( /obj/structure/fence{ dir = 5; @@ -3940,7 +3962,7 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "VP" = ( /obj/structure/rack, /obj/item/stack/sheet/mineral/coal/ten, @@ -3979,7 +4001,7 @@ desc = "A beachside closet. It's got enough cabinets for an entire town's worth of t-shirts and jeans." }, /turf/open/floor/plating, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "VU" = ( /obj/effect/turf_decal/siding/thinplating/dark{ dir = 8 @@ -4002,7 +4024,7 @@ dir = 8 }, /turf/open/water/beach, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "We" = ( /turf/open/floor/plasteel, /area/ruin/beach/oceantown/bar) @@ -4012,7 +4034,7 @@ dir = 1 }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Wl" = ( /turf/open/floor/plating/grass/beach/lit, /area/ruin/beach/oceantown) @@ -4021,7 +4043,7 @@ /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Wu" = ( /obj/effect/turf_decal/corner/opaque/white/diagonal{ dir = 8 @@ -4031,6 +4053,11 @@ }, /turf/open/floor/plasteel, /area/ruin/beach/oceantown/shop) +"Wv" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/ppflowers, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "Ww" = ( /obj/machinery/door/airlock{ name = "Employees Only" @@ -4062,7 +4089,7 @@ desc = "A beachside closet. It's got enough cabinets for an entire town's worth of t-shirts and jeans." }, /turf/open/floor/plating, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "WW" = ( /obj/effect/turf_decal/corner/opaque/white/diagonal{ dir = 8 @@ -4080,17 +4107,20 @@ /turf/open/floor/plating/dirt/dark{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Xc" = ( /obj/structure/railing/wood{ dir = 10 }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) +"Xk" = ( +/turf/closed/wall/mineral/wood/nonmetal, +/area/overmap_encounter/planetoid/beachplanet/explored) "Xs" = ( /obj/structure/chair/stool/bar, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Xv" = ( /obj/structure/flora/ausbushes/grassybush, /turf/open/floor/plating/grass/beach/lit, @@ -4101,7 +4131,7 @@ /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "XI" = ( /obj/structure/table/wood/fancy/black, /obj/item/reagent_containers/food/drinks/drinkingglass{ @@ -4113,7 +4143,7 @@ "XJ" = ( /obj/structure/flora/ausbushes/fullgrass, /turf/open/floor/plating/grass, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "XQ" = ( /obj/structure/rack, /obj/effect/spawner/lootdrop/donut/jelly, @@ -4147,20 +4177,20 @@ /turf/open/floor/plating/dirt/dark{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "XZ" = ( /obj/structure/flora/ausbushes/stalkybush{ name = "reeds" }, /obj/structure/flora/ausbushes/sparsegrass, /turf/open/water/beach, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Ya" = ( /obj/item/hatchet/wooden, /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Yv" = ( /obj/structure/sign/poster/contraband{ pixel_y = -32; @@ -4190,7 +4220,7 @@ /turf/open/floor/concrete{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "YA" = ( /obj/structure/rack, /obj/item/reagent_containers/food/snacks/canned/peaches, @@ -4205,7 +4235,7 @@ "YE" = ( /obj/structure/fluff/beach_umbrella/engine, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "YL" = ( /obj/effect/turf_decal/siding/wood{ dir = 10 @@ -4213,7 +4243,7 @@ /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "YU" = ( /turf/template_noop, /area/template_noop) @@ -4224,7 +4254,7 @@ }, /obj/structure/closet/crate/bin, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Zc" = ( /obj/structure/table/wood, /obj/machinery/light/small/directional/north, @@ -4240,7 +4270,7 @@ /obj/structure/flora/ausbushes/reedbush, /obj/effect/turf_decal/weather/sand, /turf/open/water/beach, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "Zo" = ( /turf/open/floor/wood, /area/ruin/beach/oceantown/hotel) @@ -4253,12 +4283,12 @@ /obj/structure/flora/ausbushes/leafybush, /obj/structure/flora/ausbushes/lavendergrass, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "ZB" = ( /obj/structure/flora/ausbushes/brflowers, /obj/structure/flora/ausbushes/sparsegrass, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "ZJ" = ( /obj/structure/rack, /obj/item/stack/sheet/metal/twenty, @@ -4279,7 +4309,7 @@ /turf/open/floor/concrete{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) "ZW" = ( /obj/structure/railing/corner/wood, /obj/effect/turf_decal/weather/sand{ @@ -4291,7 +4321,7 @@ /turf/open/floor/plating/dirt{ light_range = 2 }, -/area/ruin/beach/oceantown) +/area/overmap_encounter/planetoid/beachplanet/explored) (1,1,1) = {" qp @@ -4318,7 +4348,7 @@ NB zM zM dv -Wl +Mi YU YU YU @@ -4396,31 +4426,31 @@ sT YL JL zM -Wl +Mi YU YU YU -Wl +Mi ZB -Wl -Wl -Wl +Mi +Mi +Mi Io -Wl +Mi YU YU YU YU -Wl +Mi id -Wl +Mi rl rl rl rl qw -Wl -Wl +Mi +Mi YU YU YU @@ -4469,47 +4499,47 @@ BY dj sH fz -ev -ev +Ho +Ho xo YL id -Wl +Mi Wl Wl ZB -pB +gb rl rl rl Io Io -Wl +Mi YU YU QK QK -Wl +Mi vE -Wl -Wl -Wl -Wl +Mi +Mi +Mi +Mi rl rl -Wl -Wl -Wl -Wl +Mi +Mi +Mi +Mi QT -Wl -Wl -Wl -Wl -Wl -Wl -Wl -Wl +Mi +Mi +Mi +Mi +Mi +Mi +Mi +Mi YU YU YU @@ -4546,12 +4576,12 @@ BY sa JQ Cq -ev -ev +Ho +Ho mR AM -Wl -FF +Mi +sD UX UX UX @@ -4562,23 +4592,23 @@ UX UX UX JT -pB -pB +gb +gb QK xh xh xh -ev -ev -ev -ev -ev -ev -ev -ev -ev -ev -pB +Ho +Ho +Ho +Ho +Ho +Ho +Ho +Ho +Ho +Ho +gb ue QK rl @@ -4586,13 +4616,13 @@ rl rl qw rl -Wl -pB -pB +Mi +gb +gb YU -Wl -Wl -Wl +Mi +Mi +Mi hL YU YU @@ -4624,10 +4654,10 @@ sa fD Xc fG -ev +Ho mi -Wl -Wl +Mi +Mi uC UX kH @@ -4645,17 +4675,17 @@ rl xh zX ev -ev -ev +Ho +Ho ce ce -ev +Ho zD -ev +Ho Gq ly -ev -pB +Ho +gb uC mi Ru @@ -4664,15 +4694,15 @@ Ru Ru Ru fG -FF -FF -Wl +sD +sD +Mi HR rl rl -Wl -Wl -Wl +Mi +Mi +Mi YU YU YU @@ -4703,9 +4733,9 @@ yb fG mR AM -Wl -FF -iC +Mi +sD +Tu UX Pf Pf @@ -4716,24 +4746,24 @@ Yw wu CF Un -FF -FF +sD +sD rl xh tW ev -ev -ev +Ho +Ho Kn tU QA zU -ev +Ho RQ ru -ev -FF -FF +Ho +sD +sD mi Ru Ru @@ -4741,17 +4771,17 @@ GE Ru Ru fG -FF +sD wF -FF -Wl -Wl +sD +Mi +Mi qw rl rl -Wl -Wl -Wl +Mi +Mi +Mi YU YU "} @@ -4777,12 +4807,12 @@ sa sa Qm uW -ev +Ho mi -Wl -Wl +Mi +Mi wF -Wl +Mi aM Pf JY @@ -4793,24 +4823,24 @@ Tj yc AY Un -Wl +Mi wF qw xh HO ev -ev -ev +Ho +Ho xz vF -ev +Ho JS -ev +Ho fZ ri -ev +Ho wF -Wl +Mi mi Ru Ru @@ -4818,7 +4848,7 @@ Ru Ru Ru fG -iC +Tu xn xn xn @@ -4828,8 +4858,8 @@ xn xn xn rl -Wl -Wl +Mi +Mi YU "} (8,1,1) = {" @@ -4856,10 +4886,10 @@ Qm fG mR AM -Wl +Mi Sh -FF -Wl +sD +Mi UX Hu Ap @@ -4870,24 +4900,24 @@ Tj bs AY Un -pB -FF +gb +sD rl xh xh xh -ev -ev -ev -ev +Ho +Ho +Ho +Ho Cv Ws -ev +Ho MV -ev -ev -ev -ev +Ho +Ho +Ho +Ho mi Ru Ru @@ -4895,7 +4925,7 @@ GE Ru Ru fG -FF +sD xn VS oM @@ -4932,11 +4962,11 @@ sa zP fG mi -Wl -Wl -Wl -Xv -Wl +Mi +Mi +Mi +jv +Mi UX ZJ hc @@ -4947,23 +4977,23 @@ Tj CT AY Un -Wl -pB +Mi +gb rl rl -Wl -Wl -Wl -ev -Wl +Mi +Mi +Mi +Ho +Mi rl qw -Wl -Wl +Mi +Mi qw rl -ev -pB +Ho +gb QT mi Ru @@ -4983,7 +5013,7 @@ We xn rl rl -Wl +Mi YU "} (10,1,1) = {" @@ -5010,9 +5040,9 @@ SO fG mi hu -Wl -Wl -Wl +Mi +Mi +Mi gn UX Wu @@ -5024,22 +5054,22 @@ Dj yD XS Un -Wl -Wl +Mi +Mi qw rl -pB -pB -pB -ev -Xv +gb +gb +gb +Ho +jv OI -Wl +Mi rl rl rl -pB -ev +gb +Ho rl qw mi @@ -5049,7 +5079,7 @@ GE Ru Ru fG -Sy +Wv xn Kc dA @@ -5060,7 +5090,7 @@ We xn rl rl -Xv +jv YU "} (11,1,1) = {" @@ -5084,13 +5114,13 @@ sa BY Qm uW -ev +Ho mi hu -Wl +Mi Mq kb -Wl +Mi UX UX Jl @@ -5104,21 +5134,21 @@ UX rl rl rl -Wl -pB +Mi +gb ek mc -ev -ev +Ho +Ho Ya -ev -ev -ev -ev -ev +Ho +Ho +Ho +Ho +Ho Ws -ev -ev +Ho +Ho mi Ru Ru @@ -5126,7 +5156,7 @@ Ru Ru Ru fG -pB +gb xn Gk rH @@ -5135,9 +5165,9 @@ ei We We xn -Wl -Wl -Wl +Mi +Mi +Mi YU "} (12,1,1) = {" @@ -5149,26 +5179,26 @@ sa sa sa eM -xh +Xk hb sa sa sa GZ -xh +Xk hb sa Ms Qm fG -ev +Ho mi hu -Wl +Mi kb kb -Wl -Wl +Mi +Mi UX uy Sg @@ -5177,25 +5207,25 @@ WC Wu OH UX -Wl +Mi rl -Wl -Wl -Sy +Mi +Mi +Wv mX -FF +sD wF -ev +Ho pE pE -ev +Ho DD -ev +Ho Us Lr -ev -Wl -Wl +Ho +Mi +Mi mi Ru Ru @@ -5203,7 +5233,7 @@ GE Ru Ru fG -Wl +Mi xn We We @@ -5240,12 +5270,12 @@ Qm fG mR AM -Wl -Wl +Mi +Mi kb KS ue -FF +sD UX Un Un @@ -5254,25 +5284,25 @@ iW Un Un UX -Wl -Wl -Wl +Mi +Mi +Mi qw -pB +gb wF -Wl +Mi rl -ev +Ho Nw Nw MV VJ -ev +Ho uI jY -ev +Ho OI -Wl +Mi mi Ru Ru @@ -5280,7 +5310,7 @@ Ru Ru Ru fG -Wl +Mi xn zZ XI @@ -5316,39 +5346,39 @@ sa Qm fG mi -Wl -Wl +Mi +Mi uC -pB -Wl -Wl +gb +Mi +Mi wF -FF -Wl +sD +Mi hM PQ PQ hM -Wl +Mi id -Wl -Wl +Mi +Mi rl rl kj -FF +sD qw rl -ev +Ho jL KU Ws XC -ev +Ho AA jY -ev -Wl +Ho +Mi vE mi Ru @@ -5357,7 +5387,7 @@ GE Ru Ru fG -Xv +jv xn Rm zg @@ -5393,40 +5423,40 @@ sa Qm fG mi -Wl -Wl +Mi +Mi ue mX -pB -Wl +gb +Mi HR -FF -FF -Wl -ev -ev -Wl +sD +sD +Mi +Ho +Ho +Mi ek -Wl +Mi qw rl rl -Wl +Mi kj -Wl -rl -Wl -ev -ev -ev -ev -ev -ev -ev -ev -ev -ev -ev +Mi +rl +Mi +Ho +Ho +Ho +Ho +Ho +Ho +Ho +Ho +Ho +Ho +Ho mi Ru Ru @@ -5434,7 +5464,7 @@ Ru Ru Ru fG -Wl +Mi xn xL xL @@ -5472,38 +5502,38 @@ fG mi rl qw -Wl +Mi kj -Wl -Wl -Wl -Wl -Wl -Wl -ev -ev -Wl -Wl -Wl -Wl -Wl +Mi +Mi +Mi +Mi +Mi +Mi +Ho +Ho +Mi +Mi +Mi +Mi +Mi hu hu rl rl rl -Wl -ev -Wl -FF +Mi +Ho +Mi +sD wF rl rl qw -Wl -ev -ev -ev +Mi +Ho +Ho +Ho mi Ru Ru @@ -5511,7 +5541,7 @@ GE Ru Ru fG -Wl +Mi xn DM DM @@ -5549,38 +5579,38 @@ fG mi rl qw -pB +gb hu kj -Wl -Wl -ev -ev -ev -ev -ev -Wl -Wl +Mi +Mi +Ho +Ho +Ho +Ho +Ho +Mi +Mi rl rl rl qw rl rl -Wl +Mi rl -Wl -ev +Mi +Ho rl qw -FF +sD ni -Wl +Mi rl rl -ev -ev -ev +Ho +Ho +Ho mi Ru Ru @@ -5588,7 +5618,7 @@ Ru Ru Ru fG -Wl +Mi xn BC Sv @@ -5611,13 +5641,13 @@ sa sa sa eM -xh +Xk hb sa sa sa eM -xh +Xk hb oS nL @@ -5625,13 +5655,13 @@ uW zQ mi rl -ev -ev -ev -Wl -ev -ev -ev +Ho +Ho +Ho +Mi +Ho +Ho +Ho fA fA fA @@ -5658,13 +5688,13 @@ fA fA fA fA -ev +Ho Ge Ge Ge Ge Ge -ev +Ho QK xn Zr @@ -5699,11 +5729,11 @@ sa sa JQ fG -ev +Ho vf xo -ev -ev +Ho +Ho fA fA fA @@ -5742,7 +5772,7 @@ Ru Ru Ru fG -Wl +Mi xn VU VU @@ -5776,10 +5806,10 @@ BY BY Qm fG -ev -ev -ev -ev +Ho +Ho +Ho +Ho AM Ru Ru @@ -5819,7 +5849,7 @@ Ru Ru Ru fG -ev +Ho nj DM DM @@ -5831,7 +5861,7 @@ SY qb xn xn -iM +YU "} (21,1,1) = {" qp @@ -5896,7 +5926,7 @@ Ru Ru Ru fG -Wl +Mi xn Zr NA @@ -5929,9 +5959,9 @@ sa sa sa EJ -ev +Ho mi -Wl +Mi Cq mi Ru @@ -5973,7 +6003,7 @@ Ru Ru Ru fG -Wl +Mi xn xn xn @@ -6006,11 +6036,11 @@ sa sa sa EJ -ev +Ho mi -Wl -Wl -ev +Mi +Mi +Ho xo xo xo @@ -6052,13 +6082,13 @@ Ru fG rl rl -Wl -Xv -Wl +Mi +jv +Mi rl rl -Wl -Wl +Mi +Mi YU YU YU @@ -6083,17 +6113,17 @@ sa sa sa EJ -ev +Ho mi -Xv -Wl -pB -Wl -Wl -Wl -Wl -ev -ev +jv +Mi +gb +Mi +Mi +Mi +Mi +Ho +Ho xo xo xo @@ -6120,22 +6150,22 @@ xo xo xo xo -ev +Ho yz yz yz yz yz -ev +Ho rl qw rl -Wl -Wl +Mi +Mi rl qw rl -Wl +Mi YU YU YU @@ -6162,41 +6192,41 @@ sa Xc fG mi -Wl -Wl -pB -pB -iC +Mi +Mi +gb +gb +Tu uC -FF -Wl -Wl -Wl -Wl -Wl -Wl -Wl -Wl -Wl -Wl -Wl -Wl -Wl -Wl -rl -Wl -Wl -rl -rl -rl -rl -ev -ev -ev +sD +Mi +Mi +Mi +Mi +Mi +Mi +Mi +Mi +Mi +Mi +Mi +Mi +Mi +Mi +rl +Mi +Mi +rl +rl +rl +rl +Ho +Ho +Ho hu -Wl +Mi rl -Wl +Mi mi Ru Ru @@ -6210,10 +6240,10 @@ rl rl rl rl -Wl +Mi rl -Wl -Wl +Mi +Mi YU YU YU @@ -6239,41 +6269,41 @@ sa Qm fG mi -Wl -Wl +Mi +Mi ox -Wl -pB -Wl -Wl -FF -FF -FF -Wl +Mi +gb +Mi +Mi +sD +sD +sD +Mi rl qw rl -Wl -Wl -Wl +Mi +Mi +Mi vE rl rl -Wl +Mi rl rl -Wl -Wl +Mi +Mi ek -Wl -Wl -ev -ev -ev +Mi +Mi +Ho +Ho +Ho hu rl rl -Wl +Mi mi Ru Ru @@ -6281,16 +6311,16 @@ GE Ru Ru fG -Wl +Mi rl rl rl qw -Wl -Wl +Mi +Mi rl -Wl -Xv +Mi +jv YU YU YU @@ -6316,19 +6346,19 @@ sa yb fG mi -Wl -Wl +Mi +Mi rl qw rl -Wl -Wl -Wl -Wl -Wl -Wl -Wl -Wl +Mi +Mi +Mi +Mi +Mi +Mi +Mi +Mi rl rl rl @@ -6336,17 +6366,17 @@ vE rl iw rl -Wl +Mi PC rl rl -Wl -Wl +Mi +Mi rl rl -ev -ev -ev +Ho +Ho +Ho hu rl PC @@ -6358,17 +6388,17 @@ Ru Ru Ru fG -Xv +jv id rl rl rl Mq -Wl -Wl +Mi +Mi rl OI -Wl +Mi YU YU "} @@ -6391,9 +6421,9 @@ Hp xn xn uW -ev +Ho mi -Wl +Mi id rl rl @@ -6412,7 +6442,7 @@ rl rl rl rl -Wl +Mi xh xh xh @@ -6426,7 +6456,7 @@ LX xh xh xh -Wl +Mi rl mi Ru @@ -6435,12 +6465,12 @@ GE Ru Ru fG -Wl -Wl +Mi +Mi rl rl rl -Wl +Mi QK vE rl @@ -6468,9 +6498,9 @@ DC SF xn fG -ev +Ho mi -Wl +Mi id rl rl @@ -6484,12 +6514,12 @@ YC Tp tw YC -Wl -Wl +Mi +Mi qw rl -FF -FF +sD +sD xh gp xF @@ -6503,7 +6533,7 @@ lc Al sp xh -Wl +Mi rl mi Ru @@ -6512,27 +6542,27 @@ Ru Ru Ru fG -Wl -Wl +Mi +Mi rl -Wl -FF +Mi +sD uC ue QK qw rl -Wl +Mi YU YU "} (30,1,1) = {" pn fp -ev -ev -ev -ev +Ho +Ho +Ho +Ho hb sa ry @@ -6545,11 +6575,11 @@ DC Ex xn fG -ev +Ho mi -Wl +Mi uC -Wl +Mi rl YC Gh @@ -6561,11 +6591,11 @@ om KE lj YC -Wl +Mi rl rl rl -Wl +Mi wF xh FA @@ -6580,7 +6610,7 @@ cR gi qW cA -Wl +Mi rl mi Ru @@ -6590,26 +6620,26 @@ Ru Ru fG wQ -Wl +Mi qw wF -pB -pB -iC -FF -Wl -Wl -Wl +gb +gb +Tu +sD +Mi +Mi +Mi YU YU "} (31,1,1) = {" pn fp -ev -ev -ev -ev +Ho +Ho +Ho +Ho hb sa Lc @@ -6624,9 +6654,9 @@ xn fG mR AM -Wl -FF -Wl +Mi +sD +Mi qw YC iu @@ -6638,12 +6668,12 @@ YC Ac iu YC -Wl +Mi hu hu -Wl +Mi uC -FF +sD xh Ii xh @@ -6657,8 +6687,8 @@ cR gi vI cA -pB -Wl +gb +Mi mi Ru Ru @@ -6666,18 +6696,18 @@ Ru Ru Ru fG -Wl +Mi rl -Wl -Wl -pB +Mi +Mi +gb sa sa sa sa id -Wl -Wl +Mi +Mi YU "} (32,1,1) = {" @@ -6700,10 +6730,10 @@ xn xn fG mi -Wl -Wl -FF -FF +Mi +Mi +sD +sD rl YC YC @@ -6715,12 +6745,12 @@ YC YC YC YC -Wl +Mi hu wF -FF -Wl -Xv +sD +Mi +jv xh dT rh @@ -6735,7 +6765,7 @@ gi zv cA kd -Wl +Mi mi Ru Ru @@ -6743,18 +6773,18 @@ GE Ru Ru fG -Wl +Mi OI OI -Wl +Mi sa sa sa EQ sa sa -Wl -FF +Mi +sD wF "} (33,1,1) = {" @@ -6777,12 +6807,12 @@ xn xn fG mi -Wl -pB +Mi +gb ca -iC -FF -Wl +Tu +sD +Mi YC IZ tQ @@ -6791,13 +6821,13 @@ Zo Of tD YC -Wl +Mi hu -Wl +Mi rl rl -Wl -Wl +Mi +Mi xh FT Rz @@ -6811,7 +6841,7 @@ kp FA ZM xh -pB +gb kj mi Ru @@ -6831,8 +6861,8 @@ lL OK sa sa -Wl -FF +Mi +sD "} (34,1,1) = {" pn @@ -6854,12 +6884,12 @@ xn xn fG mi -pB -pB -pB -pB -pB -Wl +gb +gb +gb +gb +gb +Mi YC km tQ @@ -6868,10 +6898,10 @@ Zo Of nM YC -Wl -Wl -Wl -Wl +Mi +Mi +Mi +Mi rl PC qw @@ -6888,7 +6918,7 @@ dT df mu xh -FF +sD kj mi Ru @@ -6897,7 +6927,7 @@ GE Ru Ru fG -Wl +Mi sa sa sa @@ -6908,8 +6938,8 @@ pn pn OK sa -Wl -iC +Mi +Tu "} (35,1,1) = {" pn @@ -6931,11 +6961,11 @@ YW Qm fG mi -Wl -Wl +Mi +Mi qw rl -Wl +Mi YC YC YC @@ -6949,8 +6979,8 @@ YC rl rl rl -Wl -Wl +Mi +Mi rl xh xh @@ -6965,8 +6995,8 @@ cA cA xh xh -FF -pB +sD +gb mi Ru Ru @@ -6974,7 +7004,7 @@ Ru Ru Ru fG -Wl +Mi sa sa EQ @@ -6986,7 +7016,7 @@ PN qp BY sa -Wl +Mi "} (36,1,1) = {" pn @@ -7008,11 +7038,11 @@ yQ yb fG mi -Wl +Mi rl rl rl -Wl +Mi YC tw Tp @@ -7023,27 +7053,27 @@ YC Tp tw YC -Wl -Wl +Mi +Mi rl rl -Wl -Wl -Wl -Wl +Mi +Mi +Mi +Mi qw rl rl -pB -pB +gb +gb qw rl -Wl -Wl -Wl -Wl -Wl -pB +Mi +Mi +Mi +Mi +Mi +gb mi Ru Ru @@ -7051,7 +7081,7 @@ GE Ru Ru fG -Wl +Mi sa sa sa @@ -7063,7 +7093,7 @@ pn qp sa sa -Wl +Mi "} (37,1,1) = {" pn @@ -7086,10 +7116,10 @@ sT zQ vf YL -Wl +Mi rl qw -Wl +Mi YC Gh KE @@ -7100,27 +7130,27 @@ om KE lj YC -Wl -Xv +Mi +jv rl qw rl -Wl +Mi id xh xh xh Mm -FF -FF +sD +sD rl -Wl -Wl -Wl +Mi +Mi +Mi rl -Wl +Mi An -Wl +Mi mi Ru Ru @@ -7128,7 +7158,7 @@ Ru Ru Ru fG -Xv +jv sa sa sa @@ -7140,7 +7170,7 @@ pn PN OK EQ -Wl +Mi "} (38,1,1) = {" lH @@ -7164,9 +7194,9 @@ mR fA eh YL -Wl -Wl -Wl +Mi +Mi +Mi YC iu Ac @@ -7177,9 +7207,9 @@ YC Ac iu YC -Wl -Wl -Wl +Mi +Mi +Mi PC rl hu @@ -7188,16 +7218,16 @@ xh cE Zf rl -Wl +Mi rl rl -Wl -Wl +Mi +Mi rl rl rl rl -Wl +Mi mi Ru Ru @@ -7205,7 +7235,7 @@ GE Ru Ru fG -Wl +Mi sa sa lL @@ -7217,7 +7247,7 @@ pn pn HA sa -Wl +Mi "} (39,1,1) = {" qp @@ -7238,11 +7268,11 @@ Ez Qm fG mi -Wl +Mi Cq eh YL -Wl +Mi gn YC YC @@ -7254,27 +7284,27 @@ YC YC YC YC -Wl -Wl -Wl -pB -FF -Wl +Mi +Mi +Mi +gb +sD +Mi hu xh xh xh rl -Wl -Wl +Mi +Mi rl rl -Wl -pB -pB +Mi +gb +gb qw rl -Wl +Mi mi Ru Ru @@ -7282,7 +7312,7 @@ Ru Ru Ru fG -Wl +Mi sa sa PH @@ -7294,7 +7324,7 @@ PN qp sa sa -Wl +Mi "} (40,1,1) = {" qp @@ -7315,15 +7345,15 @@ yQ yb fG mi -Wl -Wl +Mi +Mi Cq eh YL -Wl -Wl -Wl -Wl +Mi +Mi +Mi +Mi YC Zo Zo @@ -7331,27 +7361,27 @@ oo Sc BV YC -Wl -Wl +Mi +Mi ek -pB -FF -Wl +gb +sD +Mi hu rl rl rl qw rl -Wl -Wl +Mi +Mi rl rl -pB +gb JD PC rl -Wl +Mi mi Ru Ru @@ -7359,7 +7389,7 @@ GE Ru Ru fG -Wl +Mi sa sa aq @@ -7370,8 +7400,8 @@ rR rR HA sa -Wl -Wl +Mi +Mi "} (41,1,1) = {" qp @@ -7390,11 +7420,11 @@ sa sa yb uW -ev +Ho mi -Wl -pB -Wl +Mi +gb +Mi Cq eh xo @@ -7405,14 +7435,14 @@ Im Zo Zo as -Cz -KB -YC -Wl -pB -FF -FF -pB +Cz +KB +YC +Mi +gb +sD +sD +gb yS dU dU @@ -7425,10 +7455,10 @@ dU dU dU yS -Wl -Wl +Mi +Mi rl -Wl +Mi mi Ru Ru @@ -7436,7 +7466,7 @@ Ru Ru Ru fG -Wl +Mi sa sa sa @@ -7448,7 +7478,7 @@ sa BY sa id -Wl +Mi "} (42,1,1) = {" qp @@ -7466,13 +7496,13 @@ BY sa sa EJ -ev +Ho mR AM -Wl -pB -pB -Wl +Mi +gb +gb +Mi Cq fA fA @@ -7485,11 +7515,11 @@ as Sc Sc YC -Wl -FF -FF -pB -pB +Mi +sD +sD +gb +gb Ib Ne tr @@ -7502,10 +7532,10 @@ ZP tr Ne Ib -Wl -Wl +Mi +Mi rl -Wl +Mi mi Ru Ru @@ -7513,7 +7543,7 @@ GE Ru Ru fG -Wl +Mi sa BY sa @@ -7522,10 +7552,10 @@ qp sa sa sa -Wl -Wl -Wl -Wl +Mi +Mi +Mi +Mi "} (43,1,1) = {" qp @@ -7543,18 +7573,18 @@ sa sa sa EJ -ev +Ho mi -Wl -Wl +Mi +Mi Cc -pB -pB -Wl -Wl -Wl -FF -Wl +gb +gb +Mi +Mi +Mi +sD +Mi YC Zo Zo @@ -7562,11 +7592,11 @@ YC QM YC YC -Wl -FF -pB +Mi +sD +gb qw -Wl +Mi Ib tr eB @@ -7579,10 +7609,10 @@ Kd yE tr SC -Wl +Mi rl qw -Xv +jv mi Ru Ru @@ -7590,18 +7620,18 @@ Ru Ru Ru fG -Wl -Wl +Mi +Mi sa sa EQ nT sa sa -Wl +Mi QK QK -Wl +Mi YU "} (44,1,1) = {" @@ -7620,17 +7650,17 @@ sa sa sa EJ -ev +Ho mi -Wl -Wl -Wl -Wl +Mi +Mi +Mi +Mi mX mX mX -FF -FF +sD +sD YC YC Zo @@ -7639,11 +7669,11 @@ Sm aO IA YC -Wl -Wl +Mi +Mi rl rl -Wl +Mi Ib pr gv @@ -7656,10 +7686,10 @@ tr Yy Jw Ib -Wl -Wl -Wl -Wl +Mi +Mi +Mi +Mi mi Ru Ru @@ -7667,14 +7697,14 @@ GE Ru Ru fG -Wl +Mi vE sa sa sa pv sa -Wl +Mi QK hL YU @@ -7701,12 +7731,12 @@ fG mi rl rl -Wl +Mi sa sa BY QT -pB +gb YC YC CC @@ -7716,11 +7746,11 @@ CC OU Tl Ph -Wl -Wl +Mi +Mi rl rl -Wl +Mi Ib tr gv @@ -7745,15 +7775,15 @@ Ru Ru fG id -Wl -Wl +Mi +Mi sa sa sa sa -Wl +Mi id -Wl +Mi YU YU YU @@ -7782,7 +7812,7 @@ sa sa wN sa -pB +gb YC YC Tl @@ -7793,11 +7823,11 @@ Tl Tl fC Ph -Wl -Wl +Mi +Mi rl qw -Wl +Mi Ib Ne gv @@ -7821,15 +7851,15 @@ GE Ru Ru fG -Wl +Mi ni ni -Wl +Mi sa sa -Wl -Wl -Wl +Mi +Mi +Mi YU YU YU @@ -7859,7 +7889,7 @@ BY lL qp sa -Wl +Mi YC ps Tl @@ -7870,11 +7900,11 @@ Tl Tl Tl Ph -Wl +Mi rl qw -Wl -Wl +Mi +Mi Ib tr gv @@ -7900,12 +7930,12 @@ Ru fG rl rl -Wl +Mi ni -Wl +Mi sa -Wl -Wl +Mi +Mi YU YU YU @@ -7947,11 +7977,11 @@ eN bb YC YC -Wl -Wl -Wl -Wl -Wl +Mi +Mi +Mi +Mi +Mi Ib pr gv @@ -7977,12 +8007,12 @@ Ru fG rl qw -Wl -Wl +Mi +Mi uC -FF -iC -Wl +sD +Tu +Mi YU YU YU @@ -8023,12 +8053,12 @@ fC mJ YC YC -Wl -Wl -FF -pB -pB -pB +Mi +Mi +sD +gb +gb +gb Ib tr gv @@ -8045,20 +8075,20 @@ cA Bl UN cA -ev +Ho yz yz yz yz yz -ev -Wl +Ho +Mi qw -Wl -Wl -FF +Mi +Mi +sD ue -Wl +Mi YU YU YU @@ -8083,15 +8113,15 @@ sa Qm fG mi -Wl -Wl +Mi +Mi sa sa aq HA sa sa -Wl +Mi YC Ph Ph @@ -8100,11 +8130,11 @@ Ph Ph YC sa -Wl +Mi id mX Jx -Xv +jv mX Ib Ne @@ -8130,11 +8160,11 @@ Ru Ru fG rl -Wl +Mi iT -Wl +Mi id -Wl +Mi YU YU YU @@ -8162,13 +8192,13 @@ fG mi QK QK -Wl +Mi sa sa BY sa -Wl -Wl +Mi +Mi sa aq pn @@ -8178,7 +8208,7 @@ Zj sa BY sa -Wl +Mi hu kd MF @@ -8206,10 +8236,10 @@ Ru Ru Ru fG -Wl -Wl +Mi +Mi rl -Wl +Mi YU YU YU @@ -8227,9 +8257,9 @@ KC dL sa sa -xh -xh -xh +Xk +Xk +Xk sa BY dj @@ -8237,7 +8267,7 @@ EU uW bj AM -Wl +Mi rl qw UT @@ -8245,7 +8275,7 @@ UT UT UT rl -Wl +Mi sa sa aq @@ -8255,10 +8285,10 @@ qp sa BY sa -Wl +Mi rl rl -Wl +Mi hu Ib pr @@ -8283,10 +8313,10 @@ Ru Ru Ru fG -Wl +Mi rl rl -Xv +jv YU YU YU @@ -8305,7 +8335,7 @@ oz sa sa Sp -xh +Xk gu sa sa @@ -8317,10 +8347,10 @@ rl rl qw rl -Wl +Mi ni -FF -Wl +sD +Mi rl qw sa @@ -8332,11 +8362,11 @@ Zj sa sa sa -Wl +Mi rl rl -Wl -Wl +Mi +Mi Ib tr gv @@ -8362,9 +8392,9 @@ Ru fG rl qw -Wl -Wl -Wl +Mi +Mi +Mi YU YU YU @@ -8382,7 +8412,7 @@ sa sa sa VT -xh +Xk WR sa sa @@ -8393,14 +8423,14 @@ mi rl rl rl -Wl +Mi Cc -FF +sD Ts -FF +sD rl rl -Wl +Mi sa sa sa @@ -8408,12 +8438,12 @@ aq HA BY sa -Wl -pB -Wl +Mi +gb +Mi rl qw -Wl +Mi Ib Ne gv @@ -8438,10 +8468,10 @@ Ru Ru fG rl -Wl +Mi gn rl -Wl +Mi YU YU YU @@ -8459,7 +8489,7 @@ sa sa sa Sp -xh +Xk gu sa BY @@ -8467,15 +8497,15 @@ Qm uW zQ mi -Wl +Mi rl -Wl -Wl +Mi +Mi ca -pB -pB -pB -Wl +gb +gb +gb +Mi rl rl hu @@ -8484,13 +8514,13 @@ sa sa sa sa -Wl -pB +Mi +gb ct mX PC rl -Wl +Mi Ib tr gv @@ -8503,22 +8533,22 @@ tr Yy tr NT -xh -Wl -Wl -FF -ev +Xk +Mi +Mi +sD +Ho Ge Ge Ge Ge Ge -ev -Wl -Wl +Ho +Mi +Mi rl qw -Wl +Mi YU YU YU @@ -8535,39 +8565,39 @@ sa sa EQ sa -xh -xh -xh +Xk +Xk +Xk sa sa Qm fG mR AM -Wl -Wl -FF +Mi +Mi +sD mX ca rl qw rl -pB +gb rl rl hu hu -Wl -FF -FF +Mi +sD +sD rl qw -pB -Sy +gb +Wv mX -Wl +Mi rl -Wl +Mi Ib pr gv @@ -8580,10 +8610,10 @@ tr Yy Jw Ib -Wl +Mi ni -FF -Xv +sD +jv mi Ru Ru @@ -8591,11 +8621,11 @@ Ru Ru Ru fG -Wl +Mi rl rl -Wl -FF +Mi +sD YU YU YU @@ -8620,31 +8650,31 @@ sa Qm fG mi -Wl -Wl -FF -FF -Wl -Wl +Mi +Mi +sD +sD +Mi +Mi PC rl -Wl -pB +Mi +gb rl rl ni ni -FF -Wl -FF -Wl +sD +Mi +sD +Mi rl rl -pB +gb mX -Wl +Mi rl -Wl +Mi Ib tr gv @@ -8657,10 +8687,10 @@ tr Yy tr Ib -FF +sD ni rl -Wl +Mi mi Ru Ru @@ -8668,10 +8698,10 @@ Ru Ru Ru fG -Wl +Mi qw rl -Wl +Mi ni YU YU @@ -8697,21 +8727,21 @@ yQ yb fG mi -Wl -Wl -Wl -Wl -Wl -Wl -rl -Wl -Sy -pB +Mi +Mi +Mi +Mi +Mi +Mi +rl +Mi +Wv +gb qw -Wl -pB +Mi +gb in -Wl +Mi xh xh xh @@ -8734,10 +8764,10 @@ tr Yy Ne Ib -Wl -Xv +Mi +jv rl -Wl +Mi mi Ru Ru @@ -8745,12 +8775,12 @@ GE Ru Ru fG -Wl +Mi rl rl DP ni -Wl +Mi YU YU YU @@ -8774,21 +8804,21 @@ yb uW zQ mi -Wl +Mi hu hu -Wl +Mi rz id -Wl +Mi hu kd rl rl -Wl -Wl -pB -Wl +Mi +Mi +gb +Mi xh gX oT @@ -8811,10 +8841,10 @@ tr Yy tr Ib -Wl -Wl +Mi +Mi qw -Wl +Mi mi Ru Ru @@ -8822,10 +8852,10 @@ Ru Ru Ru fG -Xv -Wl +jv +Mi GA -FF +sD uC gn YU @@ -8849,23 +8879,23 @@ yQ yb uW zQ -ev +Ho vf xo YL hu hu hu -Wl +Mi MF kd -Wl +Mi rl rl -Wl +Mi lk -pB -Wl +gb +Mi xh WO FI @@ -8888,7 +8918,7 @@ tr Yy Jw Ib -Wl +Mi OI OI aj @@ -8899,7 +8929,7 @@ GE Ru Ru fG -Wl +Mi xh xh cA @@ -8925,7 +8955,7 @@ BY Qm uW zQ -ev +Ho HQ kG gA @@ -8935,14 +8965,14 @@ hu hu hu kj -Wl +Mi rl rl -Wl -Wl -Wl -pB -Wl +Mi +Mi +Mi +gb +Mi xh xh xh @@ -8966,7 +8996,7 @@ rg tr Ib gn -Wl +Mi OI OR mi @@ -8976,7 +9006,7 @@ Ru Ru Ru fG -Wl +Mi xh ar UA @@ -9011,15 +9041,15 @@ mi hu hu kj -FF -Wl +sD +Mi rl rl -Wl +Mi XJ mX -pB -Wl +gb +Mi xh Ed VV @@ -9042,10 +9072,10 @@ mt tr Ne Ib -Wl -Wl -Wl -Wl +Mi +Mi +Mi +Mi mi Ru Ru @@ -9053,7 +9083,7 @@ GE Ru Ru fG -Wl +Mi xh cR gi @@ -9087,8 +9117,8 @@ MP mi hu kj -FF -Wl +sD +Mi rl qw rl @@ -9119,10 +9149,10 @@ dU dU dU yS -Wl -FF -Wl -Wl +Mi +sD +Mi +Mi mi Ru Ru @@ -9130,7 +9160,7 @@ Ru Ru Ru fG -ev +Ho Ew kp FA @@ -9163,43 +9193,43 @@ rl MP mi hu -Wl -Wl +Mi +Mi gn rl rl -Wl -Wl +Mi +Mi Eb kb kb rl kb XJ -Wl -Wl +Mi +Mi rl -Wl -Wl -Wl -Wl +Mi +Mi +Mi +Mi OI OI OI -Wl -Wl +Mi +Mi gn -Wl -Wl +Mi +Mi kb kb -Wl -Wl -Wl -FF -FF +Mi +Mi +Mi +sD +sD rl -Wl +Mi mi Ru Ru @@ -9207,7 +9237,7 @@ GE Ru Ru fG -Wl +Mi xh xu dT @@ -9240,7 +9270,7 @@ rl GU GM YL -Wl +Mi UX UX UX @@ -9256,27 +9286,27 @@ kb rl rl rl -Wl -Wl +Mi +Mi wQ gn -Wl +Mi wS hu -Wl -Xv -Wl -Wl -Wl +Mi +jv +Mi +Mi +Mi rl rl -Wl -FF -FF +Mi +sD +sD XJ rl rl -Wl +Mi mi Ru Ru @@ -9284,7 +9314,7 @@ Ru Ru Ru fG -Wl +Mi xh PE dT @@ -9306,7 +9336,7 @@ sa sa sa EJ -ev +Ho Ko rl rl @@ -9333,27 +9363,27 @@ rl kb rl rl -Wl -Wl -Wl +Mi +Mi +Mi kb kb gN hl hl kE -Wl -Wl -Wl +Mi +Mi +Mi qw rl -Wl +Mi ME -Wl +Mi rl qw kb -Wl +Mi mi Ru Ru @@ -9383,7 +9413,7 @@ sa sa sa EJ -ev +Ho Ko rl rl @@ -9393,7 +9423,7 @@ fv EC rl MP -ev +Ho UX xy tI @@ -9407,30 +9437,30 @@ kb rl rl rl -Wl -Wl -Xv -Wl -Wl -Wl +Mi +Mi +jv +Mi +Mi +Mi sa sa eM -ev -ev +Ho +Ho hb sa -Wl +Mi hu hu -Wl -Wl -Wl -Wl +Mi +Mi +Mi +Mi rl rl IF -pB +gb mi Ru Ru @@ -9438,7 +9468,7 @@ Ru Ru Ru fG -Wl +Mi xh te dT @@ -9460,7 +9490,7 @@ sa sa sa EJ -ev +Ho Oe wH ie @@ -9470,7 +9500,7 @@ hu hu rl MP -ev +Ho xe tI XQ @@ -9484,29 +9514,29 @@ kb kb kb rl -Wl +Mi kd -pB -Wl +gb +Mi sa BY sa sa eM -ev -ev +Ho +Ho hb sa sa -Xv +jv hu wS OI -Wl +Mi rl rl PC -Wl +Mi JD mi Ru @@ -9515,7 +9545,7 @@ GE Ru Ru fG -Wl +Mi xh dT sS @@ -9547,7 +9577,7 @@ rl wS rl MP -ev +Ho UX xy tI @@ -9557,34 +9587,34 @@ tI tI tI UX -Wl +Mi hu hu -Wl +Mi kd kd -Wl +Mi sa sa sa sa lL Qd -ev -ev +Ho +Ho hb BY sa -Wl -Wl +Mi +Mi hu -Wl +Mi rl rl -Wl -Wl -Wl -Wl +Mi +Mi +Mi +Mi mi Ru Ru @@ -9592,7 +9622,7 @@ Ru Ru Ru fG -Wl +Mi xh Al ND @@ -9634,12 +9664,12 @@ ix NX NX UX -Wl -Wl +Mi +Mi hu hu Zy -pB +gb sa sa sa @@ -9647,21 +9677,21 @@ Hz Wd pn fp -ev -ev +Ho +Ho jj sa sa sa -Wl -Wl -Wl -Wl -Wl +Mi +Mi +Mi +Mi +Mi hu -Wl +Mi rl -Wl +Mi mi Ru Ru @@ -9669,7 +9699,7 @@ GE Ru Ru fG -Wl +Mi xh xF im @@ -9711,12 +9741,12 @@ UX UX UX UX -Wl -Wl -Wl +Mi +Mi +Mi hu kd -Wl +Mi sa sa Hz @@ -9724,16 +9754,16 @@ PN Tm pn fp -ev -ev +Ho +Ho hW OK sa sa sa -Wl -FF -FF +Mi +sD +sD wf hu rl @@ -9778,20 +9808,20 @@ kI wH Kz mi -Wl -Wl -Wl +Mi +Mi +Mi rl rl rl -Wl -Wl -Wl -Wl +Mi +Mi +Mi +Mi QK -Wl -Wl -pB +Mi +Mi +gb kd sa sa @@ -9801,21 +9831,21 @@ Tm Tm pn fp -ev -ev +Ho +Ho hW pn OK BY sa -Wl +Mi QK ue kj -Wl +Mi qw -Wl -Wl +Mi +Mi mi Ru Ru @@ -9823,7 +9853,7 @@ GE Ru Ru fG -Wl +Mi xh xh xh @@ -9859,16 +9889,16 @@ hu hu hu id -Wl +Mi rl gn -Wl +Mi BP -Wl +Mi rl qw -Wl -Wl +Mi +Mi sa sa sa @@ -9885,13 +9915,13 @@ pn qp sa sa -Wl -Wl +Mi +Mi QK -FF -FF -Wl -Wl +sD +sD +Mi +Mi OI mi Ru @@ -9900,14 +9930,14 @@ rl rl Ru fG -Wl -FF -Wl -Wl +Mi +sD +Mi +Mi rl rl gn -Wl +Mi YU YU YU @@ -9931,21 +9961,21 @@ xK Xc fG mi -Wl -Wl +Mi +Mi ue kj -Wl +Mi rl qw -Wl +Mi hu BP hu rl -Wl -Wl -Wl +Mi +Mi +Mi sa sa lL @@ -9963,12 +9993,12 @@ pn OK sa sa -Wl -Xv -Wl -FF +Mi +jv +Mi +sD rl -Wl +Mi OI mi Ru @@ -9981,9 +10011,9 @@ OI OI uC Sh -FF -Wl -Wl +sD +Mi +Mi YU YU YU @@ -10009,20 +10039,20 @@ Qm fG vf YL -Wl +Mi kj hu rl qw rl rl -Wl +Mi hu rl qw -Wl +Mi gn -Wl +Mi sa BY aq @@ -10041,23 +10071,23 @@ qp sa sa sa -Wl -Wl -Wl +Mi +Mi +Mi rl wf aj -ev +Ho Ru rl rl rl Ru -ev -Wl +Ho +Mi rl qw -Wl +Mi YU YU YU @@ -10072,10 +10102,10 @@ YU ON sa sa -xh +Xk ep HW -xh +Xk sa sa BY @@ -10084,23 +10114,23 @@ sa sa Qm fG -ev +Ho mi -Wl +Mi kj -Wl -Wl +Mi +Mi PC -Wl -Wl -Wl +Mi +Mi +Mi rl rl -Wl -Wl +Mi +Mi YU -Xv -Wl +jv +Mi sa sa aq @@ -10119,7 +10149,7 @@ sa sa sa ek -Wl +Mi rl qw hu @@ -10130,11 +10160,11 @@ Ru rl Ru Ru -Wl +Mi rl rl rl -Wl +Mi YU YU YU @@ -10149,10 +10179,10 @@ YU sa sa sa -xh -xh -xh -xh +Xk +Xk +Xk +Xk sa sa sa @@ -10163,21 +10193,21 @@ Qm Mp FW AM -Wl +Mi wf -Wl +Mi hu -Wl -Wl +Mi +Mi YU YU -Wl -Wl -Wl +Mi +Mi +Mi YU YU -Wl -Wl +Mi +Mi sa sa sa @@ -10195,12 +10225,12 @@ BY sa sa kb -Wl -Wl +Mi +Mi rl hu hu -Wl +Mi hu qw Ru @@ -10210,8 +10240,8 @@ rl gn rl rl -Wl -Wl +Mi +Mi YU YU YU @@ -10239,9 +10269,9 @@ sa iO br kf -Wl -Wl -Wl +Mi +Mi +Mi YU YU YU @@ -10254,8 +10284,8 @@ YU YU YU YU -Wl -Wl +Mi +Mi sa sa sa @@ -10270,24 +10300,24 @@ HA sa sa sa -Wl -Wl -Wl +Mi +Mi +Mi OI -Wl +Mi hu -Wl +Mi xE -Wl +Mi rl Ru Ru Ru qw rl -Wl -Wl -Wl +Mi +Mi +Mi YU YU YU @@ -10317,7 +10347,7 @@ UT Ck cs id -Wl +Mi YU YU YU @@ -10332,8 +10362,8 @@ YU YU YU YU -Wl -Wl +Mi +Mi sa sa sa @@ -10346,11 +10376,11 @@ sa sa sa sa -Wl -Wl +Mi +Mi gn -Xv -Wl +jv +Mi wS hu YU @@ -10394,7 +10424,7 @@ rl rl QK yl -Wl +Mi YU YU YU @@ -10410,7 +10440,7 @@ YU YU YU YU -Wl +Mi dy xp sa @@ -10420,13 +10450,13 @@ sa BY sa sa -Wl -Xv -Wl -Wl -Wl -Wl -Wl +Mi +jv +Mi +Mi +Mi +Mi +Mi YU YU YU diff --git a/_maps/RandomRuins/BeachRuins/beach_pirate_crash.dmm b/_maps/RandomRuins/BeachRuins/beach_pirate_crash.dmm index f8475df61bc3..3cdd90e5e1cb 100644 --- a/_maps/RandomRuins/BeachRuins/beach_pirate_crash.dmm +++ b/_maps/RandomRuins/BeachRuins/beach_pirate_crash.dmm @@ -30,7 +30,7 @@ /turf/open/water/beach{ light_range = 0 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "aB" = ( /obj/structure/cable{ icon_state = "6-10" @@ -52,13 +52,13 @@ /turf/open/water/beach{ light_range = 0 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "bm" = ( /obj/effect/turf_decal/weather/sand{ dir = 6 }, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "bp" = ( /obj/effect/turf_decal/sand/plating, /obj/effect/turf_decal/weather/sand{ @@ -68,7 +68,7 @@ dir = 5 }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "bs" = ( /obj/effect/turf_decal/sand/plating, /obj/effect/turf_decal/weather/sand{ @@ -78,7 +78,7 @@ dir = 5 }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "by" = ( /obj/effect/turf_decal/sand/plating, /obj/effect/turf_decal/weather/sand{ @@ -94,7 +94,7 @@ dir = 6 }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "bD" = ( /obj/structure/cable{ icon_state = "4-8" @@ -103,7 +103,7 @@ icon_state = "2-9" }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "bH" = ( /obj/effect/turf_decal/sand/plating, /obj/effect/turf_decal/weather/sand{ @@ -113,12 +113,12 @@ dir = 5 }, /turf/open/floor/plating/asteroid/sand, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "bI" = ( /obj/item/pickaxe/improvised, /obj/structure/spacevine, /turf/open/floor/plating/asteroid/sand, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "cp" = ( /obj/machinery/smartfridge/drying_rack, /obj/effect/turf_decal/corner/opaque/black/diagonal, @@ -133,11 +133,11 @@ /turf/open/water/beach{ light_range = 0 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "da" = ( /obj/structure/flora/ausbushes/sunnybush, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "dt" = ( /obj/machinery/power/apc/auto_name/directional/north, /obj/structure/cable{ @@ -151,18 +151,18 @@ /area/ruin/beach/piratecrash) "dA" = ( /turf/open/floor/plating, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "dG" = ( /obj/structure/flora/rock/beach, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "dS" = ( /obj/effect/turf_decal/sand/plating, /obj/effect/turf_decal/weather/sand{ dir = 9 }, /turf/open/floor/plating/asteroid/sand, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "ep" = ( /obj/effect/decal/cleanable/glass, /turf/open/floor/plating, @@ -171,7 +171,7 @@ /obj/effect/turf_decal/weather/sand, /obj/structure/flora/ausbushes/reedbush, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "eN" = ( /obj/effect/turf_decal/sand/plating, /obj/effect/turf_decal/weather/sand{ @@ -181,7 +181,7 @@ dir = 10 }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "eO" = ( /obj/effect/turf_decal/sand/plating, /obj/effect/turf_decal/weather/sand{ @@ -191,7 +191,7 @@ dir = 10 }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "eU" = ( /obj/structure/grille, /obj/structure/cable{ @@ -200,7 +200,7 @@ /turf/open/floor/plating{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "fu" = ( /obj/structure/table/wood, /obj/structure/cable{ @@ -221,7 +221,7 @@ icon_state = "1-8" }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "gc" = ( /obj/structure/cable{ icon_state = "4-9" @@ -241,12 +241,12 @@ "gs" = ( /obj/structure/flora/rock/pile, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "gz" = ( /obj/effect/turf_decal/siding/wood, /obj/structure/railing/wood, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "gF" = ( /obj/structure/railing/corner{ dir = 1; @@ -268,7 +268,7 @@ dir = 1 }, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "gU" = ( /obj/structure/flora/ausbushes/stalkybush{ pixel_x = 7; @@ -283,7 +283,7 @@ dir = 1 }, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "hv" = ( /obj/effect/turf_decal/weather/sand{ dir = 5 @@ -300,7 +300,7 @@ /turf/open/floor/plating{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "hB" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating, @@ -314,11 +314,11 @@ dir = 5 }, /turf/open/floor/plating/asteroid/sand, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "ie" = ( /mob/living/simple_animal/beachcarp/perch, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "ig" = ( /obj/structure/cable{ icon_state = "1-6" @@ -352,7 +352,7 @@ "iG" = ( /obj/structure/spacevine, /turf/open/floor/plating, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "iP" = ( /obj/structure/cable{ icon_state = "4-10" @@ -374,7 +374,7 @@ pixel_y = 10 }, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "jp" = ( /obj/structure/grille, /obj/structure/cable{ @@ -383,18 +383,18 @@ /turf/open/floor/plating/rust{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "jE" = ( /mob/living/simple_animal/hostile/pirate/ranged{ environment_smash = 0; faction = list("pirate","mining") }, /turf/open/floor/plating/rust, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "jT" = ( /obj/structure/flora/ausbushes/ywflowers, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "jV" = ( /obj/effect/turf_decal/sand/plating, /obj/effect/turf_decal/weather/sand{ @@ -404,7 +404,7 @@ dir = 6 }, /turf/open/floor/plating/asteroid/sand, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "jZ" = ( /turf/open/floor/carpet/red, /area/ruin/beach/piratecrash) @@ -431,7 +431,7 @@ icon_state = "5-6" }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "lb" = ( /obj/structure/cable{ icon_state = "4-8" @@ -467,7 +467,7 @@ /turf/open/floor/plating/rust{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "lL" = ( /obj/item/paper/fluff{ pixel_x = -6 @@ -479,7 +479,7 @@ /area/ruin/beach/piratecrash) "lP" = ( /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "mb" = ( /obj/machinery/power/smes/engineering{ charge = 5e+006 @@ -496,7 +496,7 @@ "mq" = ( /obj/structure/flora/ausbushes/sparsegrass, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "mC" = ( /obj/item/paper/fluff{ pixel_x = -10; @@ -517,7 +517,7 @@ pixel_y = 10 }, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "nw" = ( /obj/structure/cable{ icon_state = "1-4" @@ -561,7 +561,7 @@ icon_state = "4-8" }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "oV" = ( /obj/structure/bed, /obj/structure/curtain/cloth/grey, @@ -633,20 +633,23 @@ "rd" = ( /turf/closed/wall/rust, /area/ruin/beach/piratecrash) +"rp" = ( +/turf/closed/wall/rust, +/area/overmap_encounter/planetoid/beachplanet/explored) "rR" = ( /obj/structure/flora/ausbushes/fullgrass, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "sA" = ( /obj/structure/flora/tree/jungle/small{ pixel_x = -25 }, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "sN" = ( /mob/living/simple_animal/beachcarp/salmon, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "sO" = ( /obj/structure/salvageable/autolathe, /turf/open/floor/wood{ @@ -668,7 +671,7 @@ /turf/open/water/beach{ light_range = 0 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "tp" = ( /obj/structure/cable{ icon_state = "4-10" @@ -722,7 +725,7 @@ "uV" = ( /obj/structure/flora/ausbushes/palebush, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "uZ" = ( /turf/open/floor/wood, /area/ruin/beach/piratecrash) @@ -741,7 +744,7 @@ dir = 5 }, /turf/open/floor/plating/asteroid/sand, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "vY" = ( /obj/effect/turf_decal/weather/sand{ dir = 4 @@ -749,7 +752,7 @@ /obj/structure/flora/ausbushes/reedbush, /obj/structure/spacevine, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "wy" = ( /obj/structure/cable{ icon_state = "4-9" @@ -762,7 +765,7 @@ dir = 6 }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "wG" = ( /obj/effect/turf_decal/weather/sand{ dir = 1 @@ -771,7 +774,7 @@ /turf/open/water/beach{ light_range = 0 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "wH" = ( /obj/structure/railing{ dir = 4 @@ -788,7 +791,7 @@ /turf/open/floor/plating{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "wV" = ( /obj/structure/flora/ausbushes/sparsegrass{ pixel_y = 2 @@ -797,7 +800,7 @@ icon_state = "4-8" }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "xw" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/dirt/dust, @@ -818,7 +821,7 @@ dir = 6 }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "xJ" = ( /obj/structure/cable{ icon_state = "1-2" @@ -832,7 +835,7 @@ /turf/open/floor/plating/rust{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "xN" = ( /obj/structure/flora/ausbushes/stalkybush{ pixel_x = -3; @@ -849,7 +852,7 @@ /turf/open/water/beach{ light_range = 0 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "xP" = ( /obj/machinery/door/airlock/external, /turf/open/floor/plating, @@ -860,7 +863,7 @@ pixel_y = -15 }, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "xU" = ( /obj/structure/railing/wood, /obj/effect/turf_decal/weather/sand{ @@ -868,21 +871,21 @@ }, /obj/effect/turf_decal/siding/wood, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "xW" = ( /obj/effect/turf_decal/sand/plating, /obj/effect/turf_decal/weather/sand{ dir = 9 }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "ys" = ( /obj/effect/turf_decal/sand/plating, /obj/effect/turf_decal/weather/sand{ dir = 5 }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "yw" = ( /obj/machinery/power/shuttle/engine/electric, /obj/structure/cable{ @@ -894,41 +897,41 @@ /turf/open/water/beach{ light_range = 0 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "zk" = ( /obj/structure/cable{ icon_state = "1-10" }, /turf/open/floor/plating/asteroid/sand, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "zl" = ( /obj/structure/flora/ausbushes/brflowers, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "zB" = ( /obj/effect/turf_decal/sand/plating, /obj/effect/turf_decal/weather/sand{ dir = 10 }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "zI" = ( /obj/effect/turf_decal/weather/sand{ dir = 4 }, /obj/structure/flora/ausbushes/reedbush, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "Ak" = ( /obj/effect/turf_decal/weather/sand, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "Bz" = ( /obj/structure/cable{ icon_state = "6-10" }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "Cf" = ( /obj/effect/turf_decal/weather/sand{ dir = 6 @@ -948,7 +951,7 @@ /turf/open/floor/plating{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "Cv" = ( /turf/closed/wall, /area/ruin/beach/piratecrash/storage) @@ -960,20 +963,20 @@ /turf/open/floor/plating{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Di" = ( /obj/structure/flora/tree/jungle/small, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Ed" = ( /obj/structure/flora/tree/jungle, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Er" = ( /obj/effect/turf_decal/weather/sand, /obj/structure/spacevine, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "Es" = ( /obj/structure/dresser, /turf/open/floor/wood, @@ -983,13 +986,13 @@ icon_state = "4-8" }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "Ev" = ( /obj/structure/flora/tree/jungle/small{ pixel_x = -45 }, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "EF" = ( /obj/effect/turf_decal/weather/sand{ dir = 1 @@ -1005,7 +1008,7 @@ /turf/open/water/beach{ light_range = 0 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "EK" = ( /obj/structure/fluff/broken_flooring{ dir = 8; @@ -1054,11 +1057,11 @@ /turf/open/floor/plating/rust{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "Fu" = ( /obj/structure/flora/tree/palm, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "FH" = ( /obj/structure/cable{ icon_state = "6-8" @@ -1070,7 +1073,7 @@ /area/ruin/beach/piratecrash/shuttle) "Gz" = ( /turf/closed/wall/rust, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "GA" = ( /obj/machinery/power/port_gen/pacman, /obj/effect/decal/cleanable/dirt/dust, @@ -1096,7 +1099,7 @@ icon_state = "5-8" }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "GP" = ( /obj/machinery/power/apc/auto_name/directional/north, /obj/structure/cable{ @@ -1108,7 +1111,7 @@ "GS" = ( /obj/structure/flora/rock/pile, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "GW" = ( /obj/structure/closet/crate, /obj/effect/turf_decal/box, @@ -1120,7 +1123,7 @@ "Hl" = ( /obj/structure/flora/rock/beach, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "Hq" = ( /obj/machinery/door/airlock/wood, /turf/open/floor/wood, @@ -1137,7 +1140,7 @@ pixel_y = 13 }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "Hy" = ( /obj/structure/railing{ dir = 8 @@ -1174,17 +1177,27 @@ /obj/structure/flora/ausbushes/fullgrass, /obj/structure/flora/ausbushes/stalkybush, /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "II" = ( /turf/closed/wall, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) +"Jm" = ( +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/cave/explored) +"Jv" = ( +/obj/structure/flora/rock/beach, +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/cave/explored) "Jz" = ( /mob/living/simple_animal/beachcarp/bass, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "JC" = ( /turf/open/floor/plating/grass/beach/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) +"Kc" = ( +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "Kj" = ( /obj/structure/table/wood, /obj/item/reagent_containers/food/snacks/meat/rawcrab{ @@ -1224,34 +1237,34 @@ dir = 4 }, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "LI" = ( /turf/open/floor/plating/asteroid/sand, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "LT" = ( /obj/structure/flora/ausbushes/grassybush, /obj/structure/cable{ icon_state = "4-8" }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "Mg" = ( /obj/structure/flora/ausbushes/sparsegrass, /turf/open/floor/plating/asteroid/sand, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "Ms" = ( /obj/structure/cable{ icon_state = "2-4" }, /turf/open/floor/plating/asteroid/sand, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "MH" = ( /turf/open/floor/plasteel/stairs{ color = "#A47449"; dir = 4; footstep = "wood" }, -/area/ruin/beach/piratecrash) +/area/overmap_encounter/planetoid/beachplanet/explored) "MJ" = ( /obj/structure/cable{ icon_state = "2-5" @@ -1270,7 +1283,7 @@ dir = 9 }, /turf/open/floor/plating/asteroid/sand, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "ML" = ( /obj/structure/rack, /obj/item/clothing/suit/pirate, @@ -1283,7 +1296,7 @@ "MO" = ( /obj/structure/flora/ausbushes/sunnybush, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "MS" = ( /obj/effect/decal/cleanable/glass, /obj/machinery/light/small/directional/east, @@ -1325,7 +1338,7 @@ /area/ruin/beach/piratecrash/shuttle) "NX" = ( /turf/closed/mineral/random/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "Ou" = ( /obj/structure/table, /obj/machinery/light/small/directional/east, @@ -1369,10 +1382,15 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating, /area/ruin/beach/piratecrash) +"PH" = ( +/turf/open/floor/wood{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) "PQ" = ( /obj/structure/spacevine/dense, /turf/open/floor/plating, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "PR" = ( /obj/structure/cable{ icon_state = "5-8" @@ -1390,7 +1408,7 @@ dir = 8 }, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/beachplanet/explored) "PV" = ( /obj/structure/cable{ icon_state = "6-8" @@ -1410,7 +1428,13 @@ /turf/open/water/beach{ light_range = 0 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) +"Ql" = ( +/obj/effect/turf_decal/weather/sand{ + dir = 8 + }, +/turf/open/water/beach, +/area/overmap_encounter/planetoid/cave/explored) "QG" = ( /obj/effect/turf_decal/box, /obj/structure/closet/crate, @@ -1421,6 +1445,9 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/rust, /area/ruin/beach/piratecrash/storage) +"RF" = ( +/turf/closed/wall, +/area/overmap_encounter/planetoid/cave/explored) "RR" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, @@ -1441,13 +1468,13 @@ dir = 10 }, /turf/open/floor/plating/asteroid/sand, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "SQ" = ( /obj/structure/cable{ icon_state = "1-2" }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "Tx" = ( /obj/effect/spawner/structure/window, /obj/structure/cable{ @@ -1479,14 +1506,14 @@ icon_state = "2-9" }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "Vc" = ( /mob/living/simple_animal/hostile/pirate/melee{ environment_smash = 0; faction = list("pirate","mining") }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "Vh" = ( /obj/structure/chair/wood{ dir = 4 @@ -1503,7 +1530,7 @@ "Vj" = ( /obj/structure/flora/ausbushes/leafybush, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "Vq" = ( /obj/item/storage/crayons{ pixel_y = -7 @@ -1517,7 +1544,7 @@ dir = 8 }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "VI" = ( /obj/machinery/power/shuttle/engine/electric, /obj/structure/cable{ @@ -1528,13 +1555,13 @@ "Wa" = ( /obj/structure/spacevine/dense, /turf/open/water/beach, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "Wc" = ( /obj/structure/cable{ icon_state = "6-8" }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "Wg" = ( /obj/structure/chair/comfy/shuttle, /obj/structure/cable{ @@ -1544,11 +1571,11 @@ /area/ruin/beach/piratecrash/shuttle) "Wn" = ( /turf/open/floor/plating/rust, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "WL" = ( /obj/structure/bonfire/prelit, /turf/open/floor/plating/asteroid/sand, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "YF" = ( /turf/closed/wall, /area/ruin/beach/piratecrash) @@ -1573,7 +1600,7 @@ icon_state = "4-10" }, /turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "Zq" = ( /obj/structure/closet/crate/wooden, /obj/item/coin/gold, @@ -1588,7 +1615,7 @@ /obj/item/storage/bag/money/vault, /obj/item/storage/bag/money/vault, /turf/open/floor/plating/asteroid/sand, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) (1,1,1) = {" NS @@ -1602,10 +1629,10 @@ NX NX NX NX -fZ -fZ -fZ -fZ +Kc +Kc +Kc +Kc NS NS NS @@ -1633,8 +1660,8 @@ NX NX JC JC -fZ -fZ +Kc +Kc NS NS NS @@ -1662,8 +1689,8 @@ NX NX JC Di -fZ -fZ +Kc +Kc NS NS NS @@ -1681,9 +1708,9 @@ NX NX NX NX -II +RF Gz -II +RF NX NX NX @@ -1691,9 +1718,9 @@ NX JC rR JC -fZ -fZ -fZ +Kc +Kc +Kc NS NS NS @@ -1708,8 +1735,8 @@ NX NX NX NX -II -II +RF +RF Wn EF Qj @@ -1719,10 +1746,10 @@ NX NX JC jT -fZ -fZ -fZ -fZ +Kc +Kc +Kc +Kc NS NS NS @@ -1736,7 +1763,7 @@ NX NX NX NX -II +RF Wn vS aU @@ -1749,9 +1776,9 @@ NX JC JC dG -fZ -fZ -fZ +Kc +Kc +Kc NS NS NS @@ -1778,9 +1805,9 @@ JC Ed jT GS -fZ -fZ -fZ +Kc +Kc +Kc NS NS NS @@ -1805,12 +1832,12 @@ Gz zl JC zl -fZ -fZ -fZ -fZ -fZ -fZ +Kc +Kc +Kc +Kc +Kc +Kc NS NS "} @@ -1827,18 +1854,18 @@ NX NX Wa ay -II -II -II +RF +RF +RF JC Iy da rR JC -fZ +Kc dG -fZ -fZ +Kc +Kc NS NS "} @@ -1856,18 +1883,18 @@ NX gs Wa Er -fZ +Jm Fi -fZ +Kc jT JC JC JC sA mq -fZ -fZ -fZ +Kc +Kc +Kc NS "} (11,1,1) = {" @@ -1875,9 +1902,9 @@ NS NX NX NX -II +RF NX -II +RF hT SL NX @@ -1886,16 +1913,16 @@ lP Ak Zp II -fZ -fZ -fZ +Kc +Kc +Kc zl JC JC JC xT -fZ -fZ +Kc +Kc NS "} (12,1,1) = {" @@ -1914,16 +1941,16 @@ gM eF Eu eU -fZ +Kc MH MH -fZ +Kc JC JC JC uV JC -fZ +Kc NS "} (13,1,1) = {" @@ -1941,18 +1968,18 @@ MJ wH ly ga -Gz +rp xU -KH -KH +PH +PH UK UK YF rd UK Iy -fZ -fZ +Kc +Kc "} (14,1,1) = {" NS @@ -1968,19 +1995,19 @@ zk LI gU lP -PT +Ql PT yw SJ -KH +PH UK OW uZ cp UK JC -fZ -fZ +Kc +Kc "} (15,1,1) = {" NS @@ -2008,7 +2035,7 @@ Kj YF JC JC -fZ +Kc "} (16,1,1) = {" NS @@ -2024,7 +2051,7 @@ mb Cv lP lP -Zc +Gz Zc GW ig @@ -2036,7 +2063,7 @@ af YF JC Di -fZ +Kc "} (17,1,1) = {" NS @@ -2064,7 +2091,7 @@ qn rd jT JC -fZ +Kc "} (18,1,1) = {" NS @@ -2091,8 +2118,8 @@ uZ uO YL rR -fZ -fZ +Kc +Kc "} (19,1,1) = {" NS @@ -2119,8 +2146,8 @@ uZ uO YL uV -fZ -fZ +Kc +Kc "} (20,1,1) = {" NS @@ -2146,9 +2173,9 @@ Fb tK uO UK -fZ -fZ -fZ +Kc +Kc +Kc "} (21,1,1) = {" NX @@ -2157,15 +2184,15 @@ NX NX NX NX -II -fZ +RF +Jm Eu -fZ +Jm gM lP lP bm -dG +Jv gz Vh nQ @@ -2174,8 +2201,8 @@ UK lb UK UK -fZ -fZ +Kc +Kc NS "} (22,1,1) = {" @@ -2193,7 +2220,7 @@ mH Hl eF la -fZ +Jm Hu aB KH @@ -2203,7 +2230,7 @@ ND ML YF dG -fZ +Kc NS "} (23,1,1) = {" @@ -2213,7 +2240,7 @@ NX NX NX Gz -fZ +Jm ys zB Vb @@ -2230,8 +2257,8 @@ UK PV Vi rd -fZ -fZ +Kc +Kc NS "} (24,1,1) = {" @@ -2244,12 +2271,12 @@ Cv HH HH bp -fZ -fZ +Jm +Jm jc -fZ +Jm wy -fZ +Jm UK UK UK @@ -2258,8 +2285,8 @@ UK jZ fu UK -fZ -fZ +Kc +Kc NS "} (25,1,1) = {" @@ -2271,11 +2298,11 @@ NX HH ad xP -fZ +Jm eO -fZ -fZ -fZ +Jm +Jm +Jm Eu by UK @@ -2286,9 +2313,9 @@ UK dt gn UK -fZ -fZ -fZ +Kc +Kc +Kc "} (26,1,1) = {" NS @@ -2315,8 +2342,8 @@ jZ qy pz JC -fZ -fZ +Kc +Kc "} (27,1,1) = {" NS @@ -2326,11 +2353,11 @@ NX NX NX NX -II +RF Gz NX bp -fZ +Jm eO Eu YL @@ -2344,7 +2371,7 @@ Ue pz rR GS -fZ +Kc "} (28,1,1) = {" NS @@ -2357,7 +2384,7 @@ NX NX NX NX -dG +Jv Vc ys GF @@ -2372,7 +2399,7 @@ Fc rd JC JC -fZ +Kc "} (29,1,1) = {" NS @@ -2386,7 +2413,7 @@ NX NX NX NX -fZ +Jm Bz wV UK @@ -2400,7 +2427,7 @@ YF rd JC jT -fZ +Kc "} (30,1,1) = {" NS @@ -2415,7 +2442,7 @@ NX NX NX Fu -dG +Jv bD SQ jp @@ -2427,8 +2454,8 @@ JC JC uV JC -fZ -fZ +Kc +Kc "} (31,1,1) = {" NS @@ -2439,13 +2466,13 @@ NS NS NS fZ -fZ -fZ +Kc +Kc II II -fZ +Jm LT -Gz +rp II JC JC @@ -2454,9 +2481,9 @@ JC JC Ev zl -fZ -fZ -fZ +Kc +Kc +Kc "} (32,1,1) = {" NS @@ -2468,22 +2495,22 @@ NS NS fZ dG -fZ -fZ -Gz +Kc +Kc +rp II Db -Gz -fZ -fZ +rp +Kc +Kc JC jT rR dG -fZ -fZ -fZ -fZ +Kc +Kc +Kc +Kc NS "} (33,1,1) = {" @@ -2495,20 +2522,20 @@ NS NS NS NS -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ +Kc +Kc +Kc +Kc +Kc +Kc +Kc +Kc +Kc +Kc +Kc +Kc +Kc +Kc NS NS NS diff --git a/_maps/RandomRuins/BeachRuins/beach_push_it.dmm b/_maps/RandomRuins/BeachRuins/beach_push_it.dmm deleted file mode 100644 index f4e648fe0a0c..000000000000 --- a/_maps/RandomRuins/BeachRuins/beach_push_it.dmm +++ /dev/null @@ -1,1106 +0,0 @@ -//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"aD" = ( -/obj/structure/table/glass, -/obj/item/research_notes/loot/medium, -/obj/item/research_notes/loot/small, -/turf/open/floor/light, -/area/ruin/powered) -"aR" = ( -/obj/structure/chair/sofa/left{ - dir = 1 - }, -/turf/open/floor/carpet/royalblue, -/area/ruin/powered) -"dd" = ( -/obj/structure/chair/sofa/left, -/obj/item/spacecash/bundle/c1000, -/turf/open/floor/carpet/royalblue, -/area/ruin/powered) -"ds" = ( -/mob/living/simple_animal/hostile/frontier/ranged/trooper, -/turf/open/floor/light, -/area/ruin/powered) -"gE" = ( -/obj/machinery/seed_extractor, -/turf/open/floor/plastic, -/area/ruin/powered) -"hh" = ( -/obj/structure/chair/sofa/left{ - dir = 1 - }, -/turf/open/floor/light, -/area/ruin/powered) -"hm" = ( -/obj/item/kirbyplants, -/turf/open/floor/light, -/area/ruin/powered) -"ie" = ( -/obj/item/storage/pill_bottle/floorpill/full, -/turf/open/floor/light, -/area/ruin/powered) -"kc" = ( -/obj/structure/chair/sofa/right, -/obj/item/research_notes/loot/medium, -/mob/living/simple_animal/hostile/frontier/ranged, -/turf/open/floor/plasteel/vaporwave, -/area/ruin/powered) -"kR" = ( -/obj/machinery/door/airlock/freezer, -/turf/open/floor/plastic, -/area/ruin/powered) -"lo" = ( -/obj/machinery/light/directional/south, -/mob/living/simple_animal/hostile/frontier/ranged, -/turf/open/floor/carpet/royalblue, -/area/ruin/powered) -"lC" = ( -/obj/structure/chair/sofa/corner{ - dir = 8 - }, -/mob/living/simple_animal/hostile/frontier, -/obj/machinery/light/directional/south, -/turf/open/floor/carpet/royalblue, -/area/ruin/powered) -"mf" = ( -/mob/living/simple_animal/hostile/frontier, -/turf/open/floor/carpet/blue, -/area/ruin/powered) -"mK" = ( -/obj/structure/chair/sofa/right{ - dir = 1 - }, -/turf/open/floor/carpet/royalblue, -/area/ruin/powered) -"nh" = ( -/obj/structure/closet/secure_closet/hydroponics, -/turf/open/floor/plastic, -/area/ruin/powered) -"nS" = ( -/obj/structure/chair/sofa/right{ - dir = 8 - }, -/turf/open/floor/carpet/royalblue, -/area/ruin/powered) -"pi" = ( -/obj/structure/chair/office/light, -/turf/open/floor/plastic, -/area/ruin/powered) -"pG" = ( -/turf/open/floor/plastic, -/area/ruin/powered) -"pY" = ( -/obj/item/clothing/head/chicken, -/turf/open/floor/carpet/cyan, -/area/ruin/powered) -"qg" = ( -/obj/machinery/hydroponics, -/obj/item/seeds/cannabis/ultimate, -/turf/open/floor/plastic, -/area/ruin/powered) -"rb" = ( -/obj/structure/chair/sofa/left{ - dir = 8 - }, -/turf/open/floor/carpet/royalblue, -/area/ruin/powered) -"rN" = ( -/obj/item/kirbyplants/random, -/obj/item/stack/sheet/mineral/diamond/five, -/turf/open/floor/carpet/royalblue, -/area/ruin/powered) -"se" = ( -/obj/item/kirbyplants/random, -/turf/open/floor/light, -/area/ruin/powered) -"sn" = ( -/turf/open/floor/carpet/blue, -/area/ruin/powered) -"sP" = ( -/mob/living/simple_animal/hostile/frontier/ranged/officer, -/turf/open/floor/light, -/area/ruin/powered) -"uC" = ( -/turf/open/floor/light, -/area/ruin/powered) -"ve" = ( -/obj/structure/table/glass, -/obj/machinery/chem_dispenser/drinks{ - dir = 8 - }, -/turf/open/floor/plasteel/vaporwave, -/area/ruin/powered) -"wm" = ( -/obj/machinery/door/airlock/wood, -/turf/open/floor/carpet/blue, -/area/ruin/powered) -"wG" = ( -/obj/machinery/door/airlock/wood, -/turf/open/floor/carpet/royalblue, -/area/ruin/powered) -"xr" = ( -/obj/structure/chair/office/light, -/mob/living/simple_animal/hostile/frontier, -/turf/open/floor/plastic, -/area/ruin/powered) -"xL" = ( -/obj/structure/chair/sofa, -/mob/living/simple_animal/hostile/frontier/ranged/trooper, -/turf/open/floor/carpet/royalblue, -/area/ruin/powered) -"yE" = ( -/obj/machinery/chem_master, -/turf/open/floor/plastic, -/area/ruin/powered) -"yG" = ( -/obj/structure/chair/sofa/right, -/turf/open/floor/carpet/royalblue, -/area/ruin/powered) -"zj" = ( -/obj/item/melee/baseball_bat, -/turf/open/floor/carpet/cyan, -/area/ruin/powered) -"BS" = ( -/obj/effect/mob_spawn/human/corpse/solgov/sonnensoldner, -/turf/open/floor/light, -/area/ruin/powered) -"Cm" = ( -/obj/structure/table/glass, -/obj/item/gun/ballistic/revolver/golden, -/obj/item/ammo_casing/a357, -/obj/item/ammo_casing/a357, -/obj/item/ammo_casing/a357, -/obj/item/ammo_casing/a357, -/obj/item/ammo_casing/a357, -/obj/item/ammo_casing/a357, -/turf/open/floor/carpet/royalblue, -/area/ruin/powered) -"Cs" = ( -/obj/structure/chair/sofa{ - dir = 1 - }, -/turf/open/floor/light, -/area/ruin/powered) -"CI" = ( -/turf/open/floor/carpet/royalblue, -/area/ruin/powered) -"CM" = ( -/obj/machinery/plantgenes/seedvault, -/obj/structure/table/reinforced, -/obj/item/research_notes/loot/big, -/turf/open/floor/plastic, -/area/ruin/powered) -"CX" = ( -/obj/structure/table/rolling, -/obj/item/storage/fancy/rollingpapers, -/obj/item/clothing/mask/cigarette/rollie/cannabis, -/obj/item/clothing/mask/cigarette/rollie/cannabis, -/obj/item/reagent_containers/pill/stimulant, -/turf/open/floor/carpet/royalblue, -/area/ruin/powered) -"Df" = ( -/obj/structure/chair/sofa/left, -/turf/open/floor/carpet/royalblue, -/area/ruin/powered) -"Dz" = ( -/mob/living/simple_animal/hostile/bear/russian, -/turf/open/floor/carpet/cyan, -/area/ruin/powered) -"Fr" = ( -/mob/living/simple_animal/hostile/frontier/ranged/officer, -/turf/open/floor/plastic, -/area/ruin/powered) -"GK" = ( -/obj/effect/spawner/structure/window/plasma/reinforced, -/turf/open/floor/carpet/blue, -/area/ruin/powered) -"Ha" = ( -/obj/structure/table/glass, -/obj/item/storage/box/donkpockets, -/turf/open/floor/plasteel/vaporwave, -/area/ruin/powered) -"IU" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/machinery/light/directional/south, -/turf/open/floor/plastic, -/area/ruin/powered) -"JH" = ( -/turf/open/floor/plasteel/vaporwave, -/area/ruin/powered) -"JQ" = ( -/obj/machinery/chem_heater, -/turf/open/floor/plastic, -/area/ruin/powered) -"Le" = ( -/obj/structure/chair/sofa/right{ - dir = 1 - }, -/turf/open/floor/light, -/area/ruin/powered) -"Mb" = ( -/mob/living/simple_animal/hostile/frontier/ranged/trooper, -/turf/open/floor/plastic, -/area/ruin/powered) -"Mz" = ( -/obj/machinery/light/directional/south, -/obj/structure/closet/crate/hydroponics, -/obj/item/seeds/cannabis/rainbow, -/obj/item/seeds/potato, -/obj/item/seeds/random, -/obj/item/seeds/random, -/obj/item/seeds/random, -/obj/item/seeds/galaxythistle, -/turf/open/floor/plastic, -/area/ruin/powered) -"MI" = ( -/obj/structure/chair/sofa/left, -/turf/open/floor/plasteel/vaporwave, -/area/ruin/powered) -"Nh" = ( -/obj/structure/table/glass, -/obj/machinery/microwave, -/turf/open/floor/plasteel/vaporwave, -/area/ruin/powered) -"Nr" = ( -/obj/machinery/chem_dispenser, -/obj/machinery/light/directional/south, -/turf/open/floor/plastic, -/area/ruin/powered) -"Oa" = ( -/obj/structure/chair/sofa/right, -/obj/item/spacecash/bundle/c1000, -/turf/open/floor/plasteel/vaporwave, -/area/ruin/powered) -"Ou" = ( -/mob/living/simple_animal/hostile/frontier/ranged, -/turf/open/floor/carpet/cyan, -/area/ruin/powered) -"Pq" = ( -/obj/structure/chair/sofa/right{ - dir = 4 - }, -/turf/open/floor/carpet/royalblue, -/area/ruin/powered) -"Px" = ( -/turf/open/floor/carpet/cyan, -/area/ruin/powered) -"QB" = ( -/obj/structure/chair/sofa/corner{ - dir = 1 - }, -/obj/machinery/light/directional/south, -/turf/open/floor/carpet/royalblue, -/area/ruin/powered) -"QN" = ( -/obj/item/book/manual/wiki/chemistry, -/turf/open/floor/plastic, -/area/ruin/powered) -"RJ" = ( -/obj/effect/spawner/structure/window/plasma/reinforced, -/turf/open/floor/carpet/royalblue, -/area/ruin/powered) -"RS" = ( -/turf/closed/wall/mineral/wood, -/area/ruin/powered) -"Sa" = ( -/obj/structure/table/glass, -/obj/item/spacecash/bundle/c1000, -/obj/item/spacecash/bundle/c1000, -/obj/item/spacecash/bundle/c200, -/obj/item/stack/medical/suture, -/obj/item/stack/medical/gauze, -/turf/open/floor/carpet/royalblue, -/area/ruin/powered) -"Sb" = ( -/obj/structure/chair/sofa/right, -/obj/item/lighter/greyscale, -/turf/open/floor/carpet/royalblue, -/area/ruin/powered) -"SI" = ( -/obj/item/kirbyplants/random, -/turf/open/floor/carpet/royalblue, -/area/ruin/powered) -"TB" = ( -/obj/machinery/light/directional/south, -/turf/open/floor/plastic, -/area/ruin/powered) -"TH" = ( -/obj/machinery/hydroponics, -/obj/item/seeds/cannabis, -/turf/open/floor/plastic, -/area/ruin/powered) -"TP" = ( -/obj/structure/table/glass, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, -/obj/item/reagent_containers/food/drinks/drinkingglass, -/obj/item/reagent_containers/food/drinks/drinkingglass, -/obj/item/reagent_containers/food/drinks/drinkingglass, -/obj/item/stack/medical/suture, -/turf/open/floor/plasteel/vaporwave, -/area/ruin/powered) -"Us" = ( -/obj/machinery/light/directional/south, -/turf/open/floor/carpet/royalblue, -/area/ruin/powered) -"Vb" = ( -/turf/template_noop, -/area/template_noop) -"Vw" = ( -/obj/machinery/door/airlock/wood{ - dir = 4 - }, -/turf/open/floor/carpet/cyan, -/area/ruin/powered) -"Wx" = ( -/obj/machinery/hydroponics, -/obj/item/seeds/cannabis/rainbow, -/turf/open/floor/plastic, -/area/ruin/powered) -"WU" = ( -/obj/machinery/jukebox/disco, -/turf/open/floor/light, -/area/ruin/powered) -"Xd" = ( -/obj/machinery/door/airlock/wood, -/turf/open/floor/carpet/cyan, -/area/ruin/powered) -"Xs" = ( -/obj/item/gun/ballistic/automatic/pistol/commander, -/turf/open/floor/light, -/area/ruin/powered) -"Xv" = ( -/obj/structure/salvageable/seed, -/turf/open/floor/plastic, -/area/ruin/powered) -"XC" = ( -/obj/machinery/hydroponics, -/obj/item/seeds/cannabis/death, -/turf/open/floor/plastic, -/area/ruin/powered) -"YD" = ( -/obj/item/surgicaldrill, -/turf/open/floor/light, -/area/ruin/powered) -"YT" = ( -/obj/machinery/door/airlock/wood{ - dir = 4 - }, -/turf/open/floor/carpet/royalblue, -/area/ruin/powered) -"YV" = ( -/obj/machinery/hydroponics, -/obj/item/seeds/cannabis/white, -/turf/open/floor/plastic, -/area/ruin/powered) -"Zo" = ( -/obj/item/reagent_containers/pill/happy, -/turf/open/floor/light, -/area/ruin/powered) -"Zp" = ( -/obj/machinery/light/directional/south, -/turf/open/floor/carpet/cyan, -/area/ruin/powered) -"ZH" = ( -/obj/structure/chair/sofa/left{ - dir = 4 - }, -/turf/open/floor/carpet/royalblue, -/area/ruin/powered) - -(1,1,1) = {" -RS -RS -RS -RS -RS -RS -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -"} -(2,1,1) = {" -RS -Nh -Ha -ZH -Pq -RS -RS -RS -RS -RS -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -"} -(3,1,1) = {" -RS -JH -JH -CI -lo -RS -Cm -ZH -QB -RS -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -"} -(4,1,1) = {" -RS -Oa -JH -CI -CI -RS -CI -Px -mK -RS -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -"} -(5,1,1) = {" -RS -MI -JH -CI -CI -wG -CI -Dz -CI -RS -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -"} -(6,1,1) = {" -RS -JH -JH -CI -Us -RS -rN -Px -Us -RS -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -"} -(7,1,1) = {" -RS -RS -RS -YT -RS -RS -RS -Vw -RS -RS -RS -RS -RS -RS -RS -RS -RS -Vb -Vb -Vb -Vb -Vb -"} -(8,1,1) = {" -Vb -RS -Px -Px -Px -RS -CI -Px -CI -CI -CI -CI -Us -RS -CI -CI -RS -RS -RS -RS -RS -RS -"} -(9,1,1) = {" -Vb -RS -Px -sn -Px -RJ -CI -Px -Px -Px -Px -Ou -CI -wG -CI -Us -RS -pG -pG -pG -yE -RS -"} -(10,1,1) = {" -RS -RS -Px -sn -Px -RJ -CI -CI -CI -CI -CI -CI -Us -RS -CI -CI -RS -pG -Fr -pi -Nr -RS -"} -(11,1,1) = {" -RS -Px -Px -sn -Zp -RS -RS -GK -GK -RS -RS -RS -RS -RS -CI -CI -RS -pG -pG -pG -JQ -RS -"} -(12,1,1) = {" -RS -Px -sn -mf -Px -RS -se -ds -uC -uC -uC -uC -hh -RS -Sb -CI -RS -pG -QN -pG -pG -RS -"} -(13,1,1) = {" -RS -zj -sn -sn -Px -RS -se -Zo -uC -sP -uC -uC -Cs -RS -xL -CI -RS -pG -pG -pG -TB -RS -"} -(14,1,1) = {" -RS -pY -sn -sn -Zp -RS -uC -uC -YD -uC -uC -ie -Le -RS -dd -Us -RS -Xv -pG -pG -CM -RS -"} -(15,1,1) = {" -Xd -Px -mf -sn -Px -wm -uC -uC -Zo -WU -Xs -uC -aD -RS -CX -CI -kR -pG -pG -xr -gE -RS -"} -(16,1,1) = {" -RS -Px -sn -sn -Zp -RS -uC -uC -uC -BS -uC -uC -hh -RS -yG -Us -RS -pG -pG -pG -Mz -RS -"} -(17,1,1) = {" -RS -Px -sn -sn -Px -RS -hm -uC -uC -uC -uC -uC -Cs -RS -xL -CI -RS -pG -TH -pG -XC -RS -"} -(18,1,1) = {" -RS -Px -sn -sn -Px -RS -se -uC -uC -uC -uC -uC -Le -RS -Df -CI -RS -Mb -pG -pG -pG -RS -"} -(19,1,1) = {" -RS -Px -Px -sn -Zp -RS -RS -GK -GK -RS -RS -RS -RS -RS -CI -CI -RS -pG -Wx -pG -qg -RS -"} -(20,1,1) = {" -RS -RS -Px -sn -Px -RJ -CI -CI -CI -CI -CI -CI -Us -RS -CI -CI -RS -pG -pG -pG -IU -RS -"} -(21,1,1) = {" -Vb -RS -Px -sn -Px -RJ -CI -Px -Px -Px -Px -Ou -CI -wG -CI -Us -RS -nh -YV -pG -TH -RS -"} -(22,1,1) = {" -Vb -RS -Px -Px -Px -RS -CI -Px -CI -CI -CI -CI -Us -RS -CI -CI -RS -RS -RS -RS -RS -RS -"} -(23,1,1) = {" -RS -RS -RS -YT -RS -RS -RS -Vw -RS -RS -RS -RS -RS -RS -RS -RS -RS -Vb -Vb -Vb -Vb -Vb -"} -(24,1,1) = {" -RS -JH -JH -CI -Us -RS -SI -Px -Us -RS -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -"} -(25,1,1) = {" -RS -kc -JH -CI -CI -wG -CI -Px -CI -RS -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -"} -(26,1,1) = {" -RS -MI -JH -CI -CI -RS -CI -Px -aR -RS -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -"} -(27,1,1) = {" -RS -JH -JH -CI -Us -RS -Sa -nS -lC -RS -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -"} -(28,1,1) = {" -RS -ve -TP -nS -rb -RS -RS -RS -RS -RS -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -"} -(29,1,1) = {" -RS -RS -RS -RS -RS -RS -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -Vb -"} diff --git a/_maps/RandomRuins/BeachRuins/beach_treasure_cove.dmm b/_maps/RandomRuins/BeachRuins/beach_treasure_cove.dmm index 7e941ad57cba..08967d4aa4d5 100644 --- a/_maps/RandomRuins/BeachRuins/beach_treasure_cove.dmm +++ b/_maps/RandomRuins/BeachRuins/beach_treasure_cove.dmm @@ -666,11 +666,11 @@ /obj/structure/table/reinforced{ color = "#c1b6a5" }, -/obj/item/ammo_box/c38_box/hunting{ +/obj/item/ammo_box/c38_box{ pixel_x = 10; pixel_y = 8 }, -/obj/item/ammo_box/c38_box/hunting{ +/obj/item/ammo_box/c38_box{ pixel_x = 10 }, /obj/structure/sign/poster/contraband/energy_swords{ diff --git a/_maps/RandomRuins/IceRuins/icemoon_hydroponics_lab.dmm b/_maps/RandomRuins/IceRuins/icemoon_hydroponics_lab.dmm index 21d1fdd4a1e5..96126bfbaf4e 100644 --- a/_maps/RandomRuins/IceRuins/icemoon_hydroponics_lab.dmm +++ b/_maps/RandomRuins/IceRuins/icemoon_hydroponics_lab.dmm @@ -284,7 +284,7 @@ /turf/open/floor/plating/snowed/temperatre{ initial_gas_mix = "ICEMOON_ATMOS" }, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "gC" = ( /obj/structure/table, /obj/item/seeds/berry{ @@ -1441,7 +1441,7 @@ "CD" = ( /obj/item/paper/crumpled/bloody/fluff/ruins/hydroponicslab, /turf/closed/mineral/snowmountain/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "CG" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/turf_decal/siding/wood{ @@ -1490,7 +1490,7 @@ /area/ruin/powered/hydroponicslab) "DV" = ( /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "Eb" = ( /obj/effect/turf_decal/corner_techfloor_grid, /obj/effect/turf_decal/techfloor/corner, @@ -2176,7 +2176,7 @@ /turf/open/floor/plating/snowed/temperatre{ initial_gas_mix = "ICEMOON_ATMOS" }, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "WK" = ( /obj/item/stack/cable_coil/yellow{ pixel_x = 4; @@ -2236,7 +2236,7 @@ /area/ruin/powered/hydroponicslab) "Zd" = ( /turf/closed/mineral/snowmountain/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "Zm" = ( /obj/effect/turf_decal/corner_techfloor_grid{ dir = 4 diff --git a/_maps/RandomRuins/IceRuins/icemoon_surface_corporate_rejects.dmm b/_maps/RandomRuins/IceRuins/icemoon_surface_corporate_rejects.dmm index 33d7fb5d8a49..677647192c0d 100644 --- a/_maps/RandomRuins/IceRuins/icemoon_surface_corporate_rejects.dmm +++ b/_maps/RandomRuins/IceRuins/icemoon_surface_corporate_rejects.dmm @@ -2055,7 +2055,7 @@ /obj/structure/table/glass, /obj/item/paper{ desc = "Standard Nanotrasen typeface for important documents."; - info = "Welcome to the NNTVS 'Not Nanotrasen Vault Station'! We are never happier to have people on board than when we get new arrivals ready to betray and renounce their allegiance to the coporate egregory known as Nanotrasen! "; + default_raw_text = "Welcome to the NNTVS 'Not Nanotrasen Vault Station'! We are never happier to have people on board than when we get new arrivals ready to betray and renounce their allegiance to the coporate egregory known as Nanotrasen! "; name = "Corporate Desertion and You!" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ diff --git a/_maps/RandomRuins/IceRuins/icemoon_surface_engioutpost.dmm b/_maps/RandomRuins/IceRuins/icemoon_surface_engioutpost.dmm index 457adbd6ba10..2dd6c4cbea84 100644 --- a/_maps/RandomRuins/IceRuins/icemoon_surface_engioutpost.dmm +++ b/_maps/RandomRuins/IceRuins/icemoon_surface_engioutpost.dmm @@ -1,49 +1,46 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE "aa" = ( /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin/unpowered) "ab" = ( /turf/open/floor/plating/snowed/smoothed/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "ac" = ( /obj/effect/mob_spawn/human/engineer/rig, /turf/open/floor/plating/snowed/smoothed/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "ad" = ( /obj/machinery/power/floodlight, /obj/structure/cable{ icon_state = "0-2" }, /turf/open/floor/plating/snowed/smoothed/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "ae" = ( /turf/closed/wall/r_wall, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "af" = ( /obj/structure/lattice, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "ag" = ( /obj/structure/cable, /turf/open/floor/plating/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "ah" = ( /obj/effect/decal/cleanable/blood, /turf/open/floor/plating/snowed/smoothed/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "ai" = ( /obj/item/disk/holodisk/ruin/snowengieruin, /turf/open/floor/plating/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "aj" = ( /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) -"ak" = ( -/turf/closed/wall/ice, -/area/icemoon/surface/outdoors) +/area/ruin) "al" = ( /turf/open/floor/plating/ice/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "am" = ( /obj/machinery/power/emitter, /obj/effect/turf_decal/industrial/warning/cee{ @@ -53,15 +50,15 @@ icon_state = "0-2" }, /turf/open/floor/plating/snowed/smoothed/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "an" = ( /obj/item/chair/plastic, /turf/open/floor/plating/snowed/smoothed/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "ao" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/snowed/smoothed/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "ap" = ( /obj/effect/turf_decal/industrial/warning{ dir = 1 @@ -70,7 +67,7 @@ icon_state = "4-8" }, /turf/open/floor/plating/snowed/smoothed/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "aq" = ( /obj/machinery/field/generator, /obj/effect/turf_decal/industrial/warning{ @@ -86,7 +83,7 @@ icon_state = "4-8" }, /turf/open/floor/plating/snowed/smoothed/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "ar" = ( /obj/effect/turf_decal/industrial/warning{ dir = 5 @@ -98,11 +95,11 @@ icon_state = "2-8" }, /turf/open/floor/plating/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "as" = ( /obj/effect/decal/cleanable/blood/tracks, /turf/open/floor/plating/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "at" = ( /obj/effect/turf_decal/industrial/warning{ dir = 4 @@ -111,12 +108,12 @@ icon_state = "1-2" }, /turf/open/floor/plating/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "au" = ( /obj/effect/decal/cleanable/blood/splatter, /obj/effect/decal/cleanable/blood/tracks, /turf/open/floor/plating/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "av" = ( /turf/template_noop, /area/template_noop) @@ -129,80 +126,80 @@ }, /obj/effect/turf_decal/corner/transparent/neutral/full, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "ax" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber, /turf/open/floor/engine/o2, -/area/icemoon/surface/outdoors) +/area/ruin) "ay" = ( /obj/machinery/atmospherics/components/unary/vent_pump/high_volume, /turf/open/floor/engine/o2, -/area/icemoon/surface/outdoors) +/area/ruin) "az" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber, /turf/open/floor/engine/n2, -/area/icemoon/surface/outdoors) +/area/ruin) "aA" = ( /obj/machinery/atmospherics/components/unary/vent_pump/high_volume, /turf/open/floor/engine/n2, -/area/icemoon/surface/outdoors) +/area/ruin) "aB" = ( /turf/closed/wall, -/area/icemoon/surface/outdoors) +/area/ruin) "aC" = ( /obj/effect/turf_decal/trimline/opaque/yellow/filled/line{ dir = 4 }, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "aD" = ( /obj/machinery/atmospherics/pipe/simple/cyan/visible, /obj/effect/turf_decal/atmos/oxygen, /turf/open/floor/engine/o2, -/area/icemoon/surface/outdoors) +/area/ruin) "aE" = ( /obj/machinery/atmospherics/pipe/simple/general/visible, /turf/open/floor/engine/o2, -/area/icemoon/surface/outdoors) +/area/ruin) "aF" = ( /obj/machinery/atmospherics/pipe/simple/cyan/visible, /obj/effect/turf_decal/atmos/nitrogen, /turf/open/floor/engine/n2, -/area/icemoon/surface/outdoors) +/area/ruin) "aG" = ( /obj/machinery/atmospherics/pipe/simple/general/visible, /turf/open/floor/engine/n2, -/area/icemoon/surface/outdoors) +/area/ruin) "aH" = ( /obj/effect/turf_decal/industrial/warning{ dir = 8 }, /turf/open/floor/plating/snowed/smoothed/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "aI" = ( /obj/item/pda/engineering{ note = "To-do: Check on singularity status. Get a pint at eat. Nag the research manager for RCDs." }, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "aJ" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/ice/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "aK" = ( /obj/effect/turf_decal/trimline/opaque/yellow/filled/line{ dir = 8 }, /obj/machinery/light/small/broken/directional/west, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "aL" = ( /obj/effect/turf_decal/trimline/opaque/yellow/filled/line{ dir = 4 }, /obj/machinery/light/small/directional/east, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "aM" = ( /obj/effect/spawner/structure/window/plasma/reinforced, /obj/machinery/atmospherics/pipe/simple/cyan/visible, @@ -211,7 +208,7 @@ }, /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating/airless, -/area/icemoon/surface/outdoors) +/area/ruin) "aN" = ( /obj/effect/spawner/structure/window/plasma/reinforced, /obj/machinery/atmospherics/pipe/simple/general/visible, @@ -223,10 +220,10 @@ }, /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating/airless, -/area/icemoon/surface/outdoors) +/area/ruin) "aO" = ( /turf/closed/wall/r_wall/rust, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "aP" = ( /obj/effect/turf_decal/corner/opaque/yellow{ dir = 1 @@ -239,12 +236,12 @@ }, /obj/structure/tank_dispenser/oxygen, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "aQ" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/firedoor/window, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "aR" = ( /obj/effect/turf_decal/trimline/opaque/yellow/filled/line{ dir = 8 @@ -253,14 +250,14 @@ dir = 6 }, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "aS" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 4 }, /obj/effect/turf_decal/corner/opaque/red/diagonal, /turf/open/floor/plasteel/white, -/area/icemoon/surface/outdoors) +/area/ruin) "aT" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 4 @@ -280,7 +277,7 @@ }, /obj/item/reagent_containers/food/drinks/coffee, /turf/open/floor/plasteel/white, -/area/icemoon/surface/outdoors) +/area/ruin) "aU" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 10 @@ -289,7 +286,7 @@ /obj/item/trash/plate, /obj/effect/turf_decal/corner/opaque/red/diagonal, /turf/open/floor/plasteel/white, -/area/icemoon/surface/outdoors) +/area/ruin) "aV" = ( /obj/machinery/atmospherics/pipe/simple/cyan/visible{ dir = 5 @@ -301,7 +298,7 @@ dir = 8 }, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "aW" = ( /obj/machinery/atmospherics/pipe/simple/general/visible, /obj/machinery/atmospherics/pipe/simple/cyan/visible{ @@ -311,7 +308,7 @@ dir = 1 }, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "aX" = ( /obj/machinery/atmospherics/pipe/manifold/cyan/visible{ dir = 1 @@ -325,7 +322,7 @@ /obj/machinery/light/small/directional/north, /obj/machinery/meter/atmos, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "aY" = ( /obj/machinery/atmospherics/components/trinary/mixer/flipped{ dir = 8 @@ -334,7 +331,7 @@ dir = 1 }, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "aZ" = ( /obj/machinery/atmospherics/pipe/simple/general/visible, /obj/machinery/atmospherics/pipe/simple/green/visible{ @@ -344,7 +341,7 @@ dir = 1 }, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "ba" = ( /obj/machinery/atmospherics/pipe/manifold/green/visible{ dir = 1 @@ -353,14 +350,14 @@ dir = 1 }, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "bb" = ( /obj/machinery/atmospherics/pipe/simple/green/visible{ dir = 10 }, /obj/machinery/meter/atmos, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "bc" = ( /obj/effect/turf_decal/industrial/warning{ dir = 8 @@ -369,11 +366,11 @@ icon_state = "1-2" }, /turf/open/floor/plating/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "bd" = ( /obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "be" = ( /obj/item/card/id{ access = list(200,204,11,12,10); @@ -384,19 +381,19 @@ registered_name = "George 'Plastic' Miller" }, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "bf" = ( /obj/effect/gibspawner/generic, /obj/effect/decal/cleanable/blood, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "bh" = ( /obj/structure/cable{ icon_state = "4-8" }, /turf/open/floor/plating/snowed/smoothed/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "bi" = ( /obj/machinery/door/airlock/engineering{ name = "The Singularity Engine"; @@ -408,7 +405,7 @@ /turf/open/floor/plasteel/dark{ initial_gas_mix = "ICEMOON_ATMOS" }, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "bj" = ( /obj/effect/turf_decal/corner/opaque/yellow{ dir = 1 @@ -424,7 +421,7 @@ }, /obj/effect/spawner/lootdrop/maintenance, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "bk" = ( /obj/structure/cable{ icon_state = "4-8" @@ -436,7 +433,7 @@ dir = 5 }, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "bl" = ( /obj/structure/cable{ icon_state = "4-8" @@ -454,7 +451,7 @@ /turf/open/floor/plasteel/dark{ initial_gas_mix = "ICEMOON_ATMOS" }, -/area/icemoon/surface/outdoors) +/area/ruin) "bm" = ( /obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{ dir = 8 @@ -472,7 +469,7 @@ dir = 10 }, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "bn" = ( /obj/structure/cable{ icon_state = "4-8" @@ -480,7 +477,7 @@ /obj/effect/turf_decal/corner/opaque/red/diagonal, /obj/machinery/holopad/emergency/engineering, /turf/open/floor/plasteel/white, -/area/icemoon/surface/outdoors) +/area/ruin) "bo" = ( /obj/structure/cable{ icon_state = "4-8" @@ -493,7 +490,7 @@ }, /obj/effect/turf_decal/corner/opaque/red/diagonal, /turf/open/floor/plasteel/white, -/area/icemoon/surface/outdoors) +/area/ruin) "bp" = ( /obj/structure/cable{ icon_state = "4-8" @@ -503,7 +500,7 @@ /obj/effect/turf_decal/corner/opaque/red/diagonal, /obj/effect/spawner/lootdrop/maintenance, /turf/open/floor/plasteel/white, -/area/icemoon/surface/outdoors) +/area/ruin) "bq" = ( /obj/structure/cable{ icon_state = "4-8" @@ -516,7 +513,7 @@ }, /obj/structure/catwalk/over/plated_catwalk, /turf/open/floor/plating/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "br" = ( /obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{ dir = 4 @@ -528,7 +525,7 @@ dir = 4 }, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "bs" = ( /obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{ dir = 8 @@ -542,7 +539,7 @@ /turf/open/floor/plasteel/dark{ initial_gas_mix = "ICEMOON_ATMOS" }, -/area/icemoon/surface/outdoors) +/area/ruin) "bt" = ( /obj/structure/cable{ icon_state = "4-8" @@ -552,7 +549,7 @@ }, /obj/machinery/meter/atmos/layer2, /turf/open/floor/plating/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "bu" = ( /obj/machinery/atmospherics/pipe/simple/supply/visible{ dir = 10 @@ -564,7 +561,7 @@ dir = 8 }, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "bv" = ( /obj/machinery/atmospherics/pipe/simple/general/visible, /obj/structure/cable{ @@ -573,7 +570,7 @@ /obj/machinery/meter/atmos, /obj/effect/turf_decal/corner/transparent/neutral/full, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "bw" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 1 @@ -583,7 +580,7 @@ }, /obj/effect/turf_decal/corner/transparent/neutral/full, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "bx" = ( /obj/machinery/atmospherics/pipe/simple/green/visible{ dir = 1 @@ -596,31 +593,31 @@ icon_state = "0-8" }, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "by" = ( /obj/item/stack/rods{ amount = 2 }, /obj/item/shard/plasma, /turf/open/floor/plating/snowed/smoothed/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "bz" = ( /obj/item/clothing/suit/space/hardsuit/engine, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "bA" = ( /obj/item/flashlight/flare, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "bB" = ( /obj/effect/turf_decal/industrial/warning{ dir = 4 }, /turf/open/floor/plating/snowed/smoothed/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "bC" = ( /turf/open/floor/plating/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "bD" = ( /obj/effect/decal/cleanable/robot_debris, /obj/effect/turf_decal/corner/opaque/yellow{ @@ -634,7 +631,7 @@ }, /obj/item/book/manual/wiki/engineering_singulo_tesla, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "bE" = ( /obj/effect/turf_decal/trimline/opaque/yellow/filled/line{ dir = 8 @@ -647,7 +644,7 @@ dir = 8 }, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "bF" = ( /obj/structure/cable{ icon_state = "1-2" @@ -658,7 +655,7 @@ }, /obj/structure/catwalk/over/plated_catwalk, /turf/open/floor/plating/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "bG" = ( /obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{ dir = 4 @@ -667,7 +664,7 @@ dir = 4 }, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "bH" = ( /obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{ dir = 8 @@ -681,7 +678,7 @@ /turf/open/floor/plasteel/dark{ initial_gas_mix = "ICEMOON_ATMOS" }, -/area/icemoon/surface/outdoors) +/area/ruin) "bI" = ( /obj/machinery/door/airlock/atmos{ name = "Atmospherics"; @@ -693,19 +690,19 @@ /turf/open/floor/plasteel/dark{ initial_gas_mix = "ICEMOON_ATMOS" }, -/area/icemoon/surface/outdoors) +/area/ruin) "bJ" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 4 }, /turf/open/floor/plating/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "bK" = ( /obj/machinery/atmospherics/pipe/layer_manifold{ dir = 4 }, /turf/open/floor/plating/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "bL" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 4 @@ -714,7 +711,7 @@ dir = 1 }, /turf/open/floor/plating/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "bM" = ( /obj/machinery/atmospherics/pipe/simple/supply/visible, /obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{ @@ -727,7 +724,7 @@ dir = 4 }, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "bN" = ( /obj/machinery/atmospherics/components/trinary/filter/flipped{ dir = 8 @@ -737,7 +734,7 @@ }, /obj/effect/turf_decal/corner/transparent/neutral/full, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "bO" = ( /obj/machinery/atmospherics/pipe/simple/dark/visible{ dir = 8 @@ -747,7 +744,7 @@ }, /obj/effect/turf_decal/corner/transparent/neutral/full, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "bP" = ( /obj/machinery/atmospherics/pipe/simple/dark/visible{ dir = 10 @@ -755,25 +752,25 @@ /obj/machinery/meter/atmos, /obj/effect/turf_decal/corner/transparent/neutral/full, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "bQ" = ( /obj/machinery/atmospherics/components/binary/pump, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "bR" = ( /obj/effect/spawner/structure/window/plasma, /turf/open/floor/plating/snowed/smoothed/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "bS" = ( /obj/structure/cable{ icon_state = "1-2" }, /turf/open/floor/plating/snowed/smoothed/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "bT" = ( /obj/item/pipe_dispenser, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "bU" = ( /obj/structure/sign/poster/official/build{ pixel_x = -32 @@ -789,22 +786,22 @@ dir = 1 }, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "bV" = ( /obj/effect/mob_spawn/human/corpse/assistant, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "bW" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ dir = 1 }, /obj/effect/turf_decal/corner/opaque/red/diagonal, /turf/open/floor/plasteel/white, -/area/icemoon/surface/outdoors) +/area/ruin) "bX" = ( /obj/effect/turf_decal/corner/opaque/red/diagonal, /turf/open/floor/plasteel/white, -/area/icemoon/surface/outdoors) +/area/ruin) "bY" = ( /obj/structure/cable{ icon_state = "1-2" @@ -815,7 +812,7 @@ }, /obj/effect/turf_decal/corner/opaque/red/diagonal, /turf/open/floor/plasteel/white, -/area/icemoon/surface/outdoors) +/area/ruin) "bZ" = ( /obj/structure/sign/poster/official/safety_internals{ pixel_x = 32 @@ -824,7 +821,7 @@ dir = 4 }, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "ca" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 1 @@ -833,7 +830,7 @@ dir = 1 }, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "cb" = ( /obj/item/flashlight, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ @@ -841,7 +838,7 @@ }, /obj/effect/turf_decal/corner/transparent/neutral/full, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "cc" = ( /obj/item/book/manual/wiki/atmospherics, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ @@ -849,7 +846,7 @@ }, /obj/effect/turf_decal/corner/transparent/neutral/full, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "cd" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 4 @@ -859,7 +856,7 @@ }, /obj/effect/turf_decal/corner/transparent/neutral/full, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "ce" = ( /obj/machinery/atmospherics/pipe/manifold/dark/visible{ dir = 4 @@ -870,21 +867,21 @@ /obj/effect/turf_decal/corner/transparent/neutral/full, /obj/effect/spawner/lootdrop/maintenance, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "cf" = ( /obj/machinery/atmospherics/pipe/simple/green/visible{ dir = 1 }, /obj/machinery/airalarm/directional/east, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "cg" = ( /obj/item/wallframe/apc, /obj/structure/cable{ icon_state = "4-8" }, /turf/open/floor/plating/snowed/smoothed/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "ch" = ( /obj/effect/turf_decal/trimline/opaque/yellow/filled/line{ dir = 10 @@ -897,12 +894,12 @@ dir = 1 }, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "ci" = ( /obj/machinery/light/broken/directional/south, /obj/effect/turf_decal/trimline/opaque/yellow/filled/line, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "cj" = ( /obj/structure/sign/poster/official/pda_ad{ pixel_y = -32 @@ -911,7 +908,7 @@ dir = 8 }, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "ck" = ( /obj/effect/turf_decal/industrial/warning{ dir = 1 @@ -920,7 +917,7 @@ icon_state = "4-8" }, /turf/open/floor/plating/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "cl" = ( /obj/effect/turf_decal/trimline/opaque/yellow/filled/line{ dir = 4 @@ -930,7 +927,7 @@ pixel_x = 32 }, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "cm" = ( /obj/machinery/atmospherics/pipe/simple/supply/visible{ dir = 5 @@ -939,21 +936,21 @@ pixel_x = -32 }, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "cn" = ( /obj/machinery/atmospherics/pipe/manifold4w/supply/visible, /obj/machinery/meter/atmos/distro_loop, /obj/effect/turf_decal/corner/transparent/neutral/full, /obj/effect/spawner/lootdrop/maintenance, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "co" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 8 }, /obj/effect/turf_decal/corner/transparent/neutral/full, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "cp" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ @@ -961,28 +958,28 @@ }, /obj/effect/turf_decal/corner/transparent/neutral/full, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "cq" = ( /obj/machinery/atmospherics/pipe/simple/green/visible{ dir = 6 }, /obj/effect/turf_decal/corner/transparent/neutral/full, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "cr" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 8 }, /obj/effect/turf_decal/corner/transparent/neutral/full, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "cs" = ( /obj/machinery/atmospherics/pipe/simple/green/visible{ dir = 1 }, /obj/machinery/light/dim/directional/east, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "ct" = ( /obj/machinery/door/airlock/engineering/glass{ name = "Production Room"; @@ -999,24 +996,24 @@ /turf/open/floor/plasteel/dark{ initial_gas_mix = "ICEMOON_ATMOS" }, -/area/icemoon/surface/outdoors) +/area/ruin) "cu" = ( /obj/structure/girder, /turf/open/floor/plating/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "cv" = ( /obj/machinery/atmospherics/components/unary/thermomachine/heater{ dir = 4 }, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "cw" = ( /obj/machinery/atmospherics/pipe/manifold/supply/visible{ dir = 4 }, /obj/effect/turf_decal/corner/transparent/neutral/full, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "cx" = ( /obj/machinery/atmospherics/pipe/manifold/green/visible, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ @@ -1024,19 +1021,19 @@ }, /obj/effect/turf_decal/corner/transparent/neutral/full, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "cy" = ( /obj/machinery/atmospherics/pipe/manifold4w/green/visible, /obj/effect/turf_decal/corner/transparent/neutral/full, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "cz" = ( /obj/machinery/atmospherics/pipe/simple/green/visible{ dir = 4 }, /obj/effect/turf_decal/corner/transparent/neutral/full, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "cA" = ( /obj/machinery/atmospherics/pipe/simple/green/visible{ dir = 4 @@ -1044,14 +1041,14 @@ /obj/machinery/atmospherics/components/binary/pump, /obj/effect/turf_decal/corner/transparent/neutral/full, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "cB" = ( /obj/machinery/atmospherics/pipe/simple/green/visible{ dir = 9 }, /obj/machinery/meter/atmos, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "cC" = ( /obj/effect/decal/cleanable/oil, /obj/effect/turf_decal/industrial/warning{ @@ -1061,21 +1058,21 @@ icon_state = "1-2" }, /turf/open/floor/plating/snowed/smoothed/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "cD" = ( /obj/effect/decal/cleanable/blood, /obj/effect/turf_decal/industrial/warning, /turf/open/floor/plating/snowed/smoothed/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "cE" = ( /obj/effect/turf_decal/industrial/warning, /turf/open/floor/plating/snowed/smoothed/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "cF" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/industrial/warning, /turf/open/floor/plating/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "cG" = ( /obj/machinery/field/generator, /obj/effect/turf_decal/industrial/warning{ @@ -1088,7 +1085,7 @@ icon_state = "1-2" }, /turf/open/floor/plating/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "cH" = ( /obj/effect/turf_decal/trimline/opaque/yellow/filled/line{ dir = 1 @@ -1099,7 +1096,7 @@ dir = 1 }, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "cI" = ( /obj/machinery/modular_computer/console/preset/civilian, /obj/effect/turf_decal/corner/transparent/neutral/three_quarters{ @@ -1108,7 +1105,7 @@ /turf/open/floor/plasteel/dark{ initial_gas_mix = "ICEMOON_ATMOS" }, -/area/icemoon/surface/outdoors) +/area/ruin) "cJ" = ( /obj/item/construction/rcd, /obj/structure/rack, @@ -1120,7 +1117,7 @@ /turf/open/floor/plasteel/dark{ initial_gas_mix = "ICEMOON_ATMOS" }, -/area/icemoon/surface/outdoors) +/area/ruin) "cK" = ( /obj/machinery/airalarm/directional/west, /obj/structure/table/reinforced, @@ -1131,7 +1128,7 @@ /turf/open/floor/plasteel/dark{ initial_gas_mix = "ICEMOON_ATMOS" }, -/area/icemoon/surface/outdoors) +/area/ruin) "cL" = ( /obj/structure/cable{ icon_state = "1-2" @@ -1143,7 +1140,7 @@ dir = 1 }, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "cM" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ dir = 8 @@ -1155,23 +1152,23 @@ /turf/open/floor/plasteel/dark{ initial_gas_mix = "ICEMOON_ATMOS" }, -/area/icemoon/surface/outdoors) +/area/ruin) "cN" = ( /obj/effect/turf_decal/industrial/warning/corner, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "cO" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 1 }, /obj/effect/turf_decal/industrial/warning, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "cP" = ( /obj/machinery/atmospherics/components/binary/pump, /obj/effect/turf_decal/industrial/warning, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "cQ" = ( /obj/effect/turf_decal/industrial/warning/corner, /obj/effect/turf_decal/industrial/warning/corner{ @@ -1179,14 +1176,14 @@ }, /obj/machinery/light/small/directional/south, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "cR" = ( /obj/machinery/atmospherics/pipe/simple/dark/visible{ dir = 6 }, /obj/effect/turf_decal/industrial/warning, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "cS" = ( /obj/machinery/atmospherics/pipe/simple/dark/visible{ dir = 9 @@ -1196,7 +1193,7 @@ }, /obj/machinery/meter/atmos, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "cT" = ( /obj/machinery/power/emitter{ dir = 1 @@ -1212,14 +1209,14 @@ icon_state = "0-4" }, /turf/open/floor/plating/ice/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "cU" = ( /obj/effect/mob_spawn/human/engineer/rig, /obj/structure/cable{ icon_state = "4-8" }, /turf/open/floor/plating/ice/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "cV" = ( /obj/machinery/vending/cigarette, /obj/effect/turf_decal/corner/transparent/neutral/half{ @@ -1228,11 +1225,11 @@ /turf/open/floor/plasteel/dark{ initial_gas_mix = "ICEMOON_ATMOS" }, -/area/icemoon/surface/outdoors) +/area/ruin) "cW" = ( /obj/effect/turf_decal/trimline/transparent/neutral/filled/line, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "cX" = ( /obj/effect/turf_decal/trimline/transparent/neutral/filled/line, /obj/structure/cable{ @@ -1243,7 +1240,7 @@ dir = 1 }, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "cY" = ( /obj/effect/turf_decal/corner/transparent/neutral/half{ dir = 8 @@ -1252,7 +1249,7 @@ /turf/open/floor/plasteel/dark{ initial_gas_mix = "ICEMOON_ATMOS" }, -/area/icemoon/surface/outdoors) +/area/ruin) "cZ" = ( /obj/effect/spawner/structure/window/plasma/reinforced, /obj/machinery/atmospherics/pipe/simple/supply/visible, @@ -1261,7 +1258,7 @@ }, /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating/airless, -/area/icemoon/surface/outdoors) +/area/ruin) "da" = ( /obj/effect/spawner/structure/window/plasma/reinforced, /obj/machinery/atmospherics/pipe/simple/brown/visible, @@ -1270,7 +1267,7 @@ }, /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating/airless, -/area/icemoon/surface/outdoors) +/area/ruin) "db" = ( /obj/effect/spawner/structure/window/plasma/reinforced, /obj/machinery/atmospherics/pipe/simple/dark/visible, @@ -1279,12 +1276,12 @@ }, /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating/airless, -/area/icemoon/surface/outdoors) +/area/ruin) "dc" = ( /obj/machinery/power/rad_collector, /obj/structure/cable, /turf/open/floor/plating/snowed/smoothed/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "dd" = ( /obj/effect/turf_decal/industrial/warning{ dir = 4 @@ -1296,7 +1293,7 @@ icon_state = "2-4" }, /turf/open/floor/plating/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "de" = ( /obj/machinery/rnd/production/circuit_imprinter/department, /obj/effect/turf_decal/corner/transparent/neutral/half{ @@ -1305,7 +1302,7 @@ /turf/open/floor/plasteel/dark{ initial_gas_mix = "ICEMOON_ATMOS" }, -/area/icemoon/surface/outdoors) +/area/ruin) "df" = ( /obj/machinery/rnd/production/protolathe/department/engineering, /obj/machinery/light/small/broken/directional/south, @@ -1318,7 +1315,7 @@ /turf/open/floor/plasteel/dark{ initial_gas_mix = "ICEMOON_ATMOS" }, -/area/icemoon/surface/outdoors) +/area/ruin) "dg" = ( /obj/machinery/autolathe, /obj/effect/turf_decal/corner/transparent/neutral/half{ @@ -1327,11 +1324,11 @@ /turf/open/floor/plasteel/dark{ initial_gas_mix = "ICEMOON_ATMOS" }, -/area/icemoon/surface/outdoors) +/area/ruin) "dh" = ( /obj/structure/sign/poster/contraband/grey_tide, /turf/closed/wall, -/area/icemoon/surface/outdoors) +/area/ruin) "di" = ( /obj/structure/cable{ icon_state = "1-2" @@ -1346,28 +1343,28 @@ /turf/open/floor/plasteel/dark{ initial_gas_mix = "ICEMOON_ATMOS" }, -/area/icemoon/surface/outdoors) +/area/ruin) "dj" = ( /turf/closed/wall/rust, -/area/icemoon/surface/outdoors) +/area/ruin) "dk" = ( /obj/machinery/atmospherics/pipe/simple/supply/visible, /turf/open/floor/engine/air, -/area/icemoon/surface/outdoors) +/area/ruin) "dl" = ( /obj/machinery/atmospherics/pipe/simple/general/visible, /obj/effect/turf_decal/atmos/air, /turf/open/floor/engine/air, -/area/icemoon/surface/outdoors) +/area/ruin) "dm" = ( /obj/machinery/atmospherics/pipe/simple/brown/visible, /turf/open/floor/engine/vacuum, -/area/icemoon/surface/outdoors) +/area/ruin) "dn" = ( /obj/machinery/atmospherics/pipe/simple/dark/visible, /obj/effect/turf_decal/atmos/mix, /turf/open/floor/engine/vacuum, -/area/icemoon/surface/outdoors) +/area/ruin) "do" = ( /obj/machinery/power/port_gen/pacman, /obj/effect/decal/cleanable/oil/streak, @@ -1375,25 +1372,25 @@ icon_state = "0-4" }, /turf/open/floor/plating/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "dp" = ( /obj/machinery/light/built/directional/south, /turf/open/floor/plating/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "dq" = ( /obj/item/tank/internals/plasma, /turf/open/floor/plating/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "dr" = ( /obj/machinery/power/floodlight, /obj/structure/cable, /obj/structure/cable, /turf/open/floor/plating/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "ds" = ( /obj/structure/tank_dispenser, /turf/open/floor/plating/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "dt" = ( /obj/effect/turf_decal/trimline/transparent/neutral/filled/line{ dir = 1 @@ -1407,7 +1404,7 @@ /turf/open/floor/plasteel/dark{ initial_gas_mix = "ICEMOON_ATMOS" }, -/area/icemoon/surface/outdoors) +/area/ruin) "du" = ( /obj/effect/turf_decal/trimline/transparent/neutral/filled/line{ dir = 1 @@ -1422,7 +1419,7 @@ /turf/open/floor/plasteel/dark{ initial_gas_mix = "ICEMOON_ATMOS" }, -/area/icemoon/surface/outdoors) +/area/ruin) "dv" = ( /obj/effect/turf_decal/trimline/transparent/neutral/filled/line{ dir = 1 @@ -1432,31 +1429,31 @@ /turf/open/floor/plasteel/dark{ initial_gas_mix = "ICEMOON_ATMOS" }, -/area/icemoon/surface/outdoors) +/area/ruin) "dw" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber{ dir = 1 }, /turf/open/floor/engine/air, -/area/icemoon/surface/outdoors) +/area/ruin) "dx" = ( /obj/machinery/atmospherics/components/unary/vent_pump/high_volume{ dir = 1 }, /turf/open/floor/engine/air, -/area/icemoon/surface/outdoors) +/area/ruin) "dy" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber{ dir = 1 }, /turf/open/floor/engine/vacuum, -/area/icemoon/surface/outdoors) +/area/ruin) "dz" = ( /obj/machinery/atmospherics/components/unary/vent_pump/high_volume{ dir = 1 }, /turf/open/floor/engine/vacuum, -/area/icemoon/surface/outdoors) +/area/ruin) "dA" = ( /obj/effect/turf_decal/trimline/transparent/neutral/filled/line, /obj/effect/turf_decal/weather/snow/corner{ @@ -1468,7 +1465,7 @@ /turf/open/floor/plasteel/dark{ initial_gas_mix = "ICEMOON_ATMOS" }, -/area/icemoon/surface/outdoors) +/area/ruin) "dB" = ( /obj/effect/turf_decal/trimline/transparent/neutral/filled/line, /obj/effect/turf_decal/weather/snow/corner, @@ -1478,7 +1475,7 @@ /turf/open/floor/plasteel/dark{ initial_gas_mix = "ICEMOON_ATMOS" }, -/area/icemoon/surface/outdoors) +/area/ruin) "dC" = ( /obj/effect/turf_decal/trimline/transparent/neutral/filled/line, /obj/effect/turf_decal/weather/snow/corner, @@ -1488,17 +1485,17 @@ /turf/open/floor/plasteel/dark{ initial_gas_mix = "ICEMOON_ATMOS" }, -/area/icemoon/surface/outdoors) +/area/ruin) "dD" = ( /obj/structure/girder, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "dE" = ( /obj/structure/door_assembly/door_assembly_eng, /turf/open/floor/plasteel/dark{ initial_gas_mix = "ICEMOON_ATMOS" }, -/area/icemoon/surface/outdoors) +/area/ruin) "em" = ( /obj/structure/cable{ icon_state = "4-8" @@ -1513,12 +1510,12 @@ /turf/open/floor/plasteel/dark{ initial_gas_mix = "ICEMOON_ATMOS" }, -/area/icemoon/surface/outdoors) +/area/ruin) "eS" = ( /obj/structure/chair/plastic, /obj/effect/turf_decal/corner/opaque/red/diagonal, /turf/open/floor/plasteel/white, -/area/icemoon/surface/outdoors) +/area/ruin) "fr" = ( /obj/structure/cable{ icon_state = "1-2" @@ -1528,19 +1525,19 @@ dir = 1 }, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "fE" = ( /obj/machinery/atmospherics/components/trinary/filter/flipped{ dir = 8 }, /obj/effect/turf_decal/corner/transparent/neutral/full, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "fU" = ( /obj/effect/turf_decal/trimline/opaque/yellow/filled/line, /obj/item/kirbyplants/random, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "gl" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 10 @@ -1549,7 +1546,7 @@ dir = 8 }, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "gJ" = ( /obj/structure/cable{ icon_state = "4-8" @@ -1558,13 +1555,13 @@ /obj/effect/turf_decal/corner/opaque/red/diagonal, /obj/item/stack/tape/industrial, /turf/open/floor/plasteel/white, -/area/icemoon/surface/outdoors) +/area/ruin) "he" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ dir = 1 }, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "hE" = ( /obj/machinery/atmospherics/pipe/simple/dark/visible{ dir = 8 @@ -1572,44 +1569,47 @@ /obj/effect/turf_decal/corner/transparent/neutral/full, /obj/item/stack/tape/industrial, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "hN" = ( /obj/machinery/portable_atmospherics/pump, /obj/effect/turf_decal/box, /turf/open/floor/plasteel/dark{ initial_gas_mix = "ICEMOON_ATMOS" }, -/area/icemoon/surface/outdoors) +/area/ruin) "iq" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) +"js" = ( +/turf/open/floor/plating/asteroid/snow/icemoon, +/area/overmap_encounter/planetoid/ice/explored) "jP" = ( /turf/open/floor/plasteel/dark{ initial_gas_mix = "ICEMOON_ATMOS" }, -/area/icemoon/surface/outdoors) +/area/ruin) "kp" = ( /obj/structure/cable{ icon_state = "0-8" }, /turf/open/floor/plating/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "kD" = ( /obj/machinery/power/rad_collector, /obj/structure/cable, /turf/open/floor/plating/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "lg" = ( /obj/effect/turf_decal/corner/transparent/neutral/full, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "rB" = ( /obj/structure/cable{ icon_state = "4-8" }, /turf/open/floor/plating/ice/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "rG" = ( /obj/structure/cable{ icon_state = "4-8" @@ -1619,11 +1619,17 @@ }, /obj/machinery/meter/atmos/distro_loop, /turf/open/floor/plating/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "sT" = ( /obj/machinery/pipedispenser, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) +"va" = ( +/turf/closed/wall/r_wall, +/area/ruin) +"vn" = ( +/turf/open/floor/plating/snowed/smoothed/icemoon, +/area/overmap_encounter/planetoid/ice/explored) "wA" = ( /obj/effect/spawner/structure/window/plasma/reinforced, /obj/machinery/atmospherics/pipe/simple/general/visible, @@ -1632,13 +1638,13 @@ }, /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating/airless, -/area/icemoon/surface/outdoors) +/area/ruin) "xG" = ( /obj/structure/cable{ icon_state = "4-8" }, /turf/open/floor/plating/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "zK" = ( /obj/machinery/power/emitter{ dir = 1 @@ -1654,14 +1660,17 @@ icon_state = "0-8" }, /turf/open/floor/plating/ice/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "zZ" = ( /obj/effect/turf_decal/trimline/opaque/yellow/filled/corner{ dir = 4 }, /obj/machinery/vending/cola/random, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) +"De" = ( +/turf/closed/wall, +/area/overmap_encounter/planetoid/ice/explored) "DH" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 1 @@ -1670,21 +1679,24 @@ dir = 1 }, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) +"Fc" = ( +/turf/closed/wall/ice, +/area/overmap_encounter/planetoid/ice/explored) "Fg" = ( /obj/effect/turf_decal/box, /obj/machinery/power/tesla_coil, /turf/open/floor/plasteel/dark{ initial_gas_mix = "ICEMOON_ATMOS" }, -/area/icemoon/surface/outdoors) +/area/ruin) "Fp" = ( /obj/structure/table/reinforced, /obj/effect/turf_decal/corner/opaque/red/diagonal, /obj/item/storage/belt/utility, /obj/item/lightreplacer, /turf/open/floor/plasteel/white, -/area/icemoon/surface/outdoors) +/area/ruin) "Gx" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ dir = 1 @@ -1693,14 +1705,14 @@ /obj/effect/turf_decal/corner/opaque/red/diagonal, /obj/item/storage/toolbox/drone, /turf/open/floor/plasteel/white, -/area/icemoon/surface/outdoors) +/area/ruin) "GX" = ( /obj/structure/cable{ icon_state = "4-8" }, /obj/effect/turf_decal/corner/opaque/red/diagonal, /turf/open/floor/plasteel/white, -/area/icemoon/surface/outdoors) +/area/ruin) "Ha" = ( /obj/structure/table/reinforced, /obj/machinery/microwave, @@ -1710,25 +1722,25 @@ /turf/open/floor/plasteel/dark{ initial_gas_mix = "ICEMOON_ATMOS" }, -/area/icemoon/surface/outdoors) +/area/ruin) "Jh" = ( /obj/item/stack/tape/industrial, /turf/open/floor/plating/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "Jq" = ( /obj/machinery/atmospherics/pipe/manifold/dark/visible{ dir = 4 }, /obj/effect/turf_decal/corner/transparent/neutral/full, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "JM" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 4 }, /obj/effect/turf_decal/corner/opaque/red/diagonal, /turf/open/floor/plasteel/white, -/area/icemoon/surface/outdoors) +/area/ruin) "LM" = ( /obj/structure/cable{ icon_state = "4-8" @@ -1737,7 +1749,7 @@ icon_state = "2-4" }, /turf/open/floor/plating/ice/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "Oz" = ( /obj/machinery/airalarm/directional/west, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ @@ -1747,14 +1759,14 @@ dir = 5 }, /turf/open/floor/plasteel/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "OH" = ( /obj/structure/chair/plastic{ dir = 8 }, /obj/effect/turf_decal/corner/opaque/red/diagonal, /turf/open/floor/plasteel/white, -/area/icemoon/surface/outdoors) +/area/ruin) "Pj" = ( /obj/machinery/door/airlock/atmos{ name = "Storage" @@ -1762,13 +1774,13 @@ /turf/open/floor/plasteel/dark{ initial_gas_mix = "ICEMOON_ATMOS" }, -/area/icemoon/surface/outdoors) +/area/ruin) "Pn" = ( /obj/structure/cable{ icon_state = "1-8" }, /turf/open/floor/plating/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "PU" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 4 @@ -1778,7 +1790,10 @@ }, /obj/effect/turf_decal/corner/opaque/red/diagonal, /turf/open/floor/plasteel/white, -/area/icemoon/surface/outdoors) +/area/ruin) +"Qj" = ( +/turf/closed/wall/ice, +/area/ruin) "Qx" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 4 @@ -1791,7 +1806,10 @@ }, /obj/effect/turf_decal/corner/opaque/red/diagonal, /turf/open/floor/plasteel/white, -/area/icemoon/surface/outdoors) +/area/ruin) +"QL" = ( +/turf/open/floor/plasteel/icemoon, +/area/overmap_encounter/planetoid/ice/explored) "Rj" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 4 @@ -1799,26 +1817,26 @@ /obj/structure/table/reinforced, /obj/effect/spawner/lootdrop/maintenance, /turf/open/floor/plasteel/white, -/area/icemoon/surface/outdoors) +/area/ruin) "RD" = ( /obj/effect/decal/cleanable/blood/tracks, /obj/item/stack/tape/industrial, /turf/open/floor/plating/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "UO" = ( /obj/machinery/space_heater, /obj/effect/turf_decal/box, /turf/open/floor/plasteel/dark{ initial_gas_mix = "ICEMOON_ATMOS" }, -/area/icemoon/surface/outdoors) +/area/ruin) "Xl" = ( /obj/machinery/portable_atmospherics/scrubber, /obj/effect/turf_decal/box, /turf/open/floor/plasteel/dark{ initial_gas_mix = "ICEMOON_ATMOS" }, -/area/icemoon/surface/outdoors) +/area/ruin) "XP" = ( /obj/structure/cable{ icon_state = "4-8" @@ -1827,7 +1845,7 @@ dir = 4 }, /turf/open/floor/plating/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin) "Ym" = ( /obj/effect/turf_decal/industrial/warning{ dir = 8 @@ -1836,7 +1854,7 @@ icon_state = "1-2" }, /turf/open/floor/plating/snowed/smoothed/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) (1,1,1) = {" av @@ -1863,14 +1881,14 @@ av (2,1,1) = {" av av -aa -ak -ab -ak -ab -ab -ab -aa +js +Fc +vn +Fc +vn +vn +vn +js by bR bR @@ -1886,20 +1904,20 @@ av av av av -aa +js ao -ab +vn al al -ab -ab -ab -ab -ab -ab +vn +vn +vn +vn +vn +vn al al -ab +vn do ae av @@ -1908,9 +1926,9 @@ av av av av -aa -aa -aa +js +js +js ao al al @@ -1921,9 +1939,9 @@ al al al al -ab +vn xG -ak +Fc av "} (5,1,1) = {" @@ -1931,14 +1949,14 @@ av av av av -aa -aa -aa +js +js +js aH aH bc bc -ab +vn Ym Ym cC @@ -1953,19 +1971,19 @@ av av av av -aa -aa -aa -aa -aa -aa -aa -aa +js +js +js +js +js +js +js +js af al cD rB -ab +vn bC aO av @@ -1975,15 +1993,15 @@ av aa av av -aa -aa -aa -aa -aa +js +js +js +js +js bd -aa -aa -aa +js +js +js af cE LM @@ -1994,40 +2012,40 @@ av "} (8,1,1) = {" av -ab -ab -aa -aa -aa -aa +vn +vn +js +js +js +js aI -aa +js be -aa -aa -aa +js +js +js af af LM ag bC -ak +Fc av "} (9,1,1) = {" av ac -ab -ab +vn +vn ap -aa -aa -aa -aa +js +js +js +js bf bz -aa -aa +js +js af af LM @@ -2038,24 +2056,24 @@ av "} (10,1,1) = {" av -ab -ab -ab +vn +vn +vn ap al -aa -aa -aa -aa -aa +js +js +js +js +js bT -aa +js af -ab +vn LM dc dq -ak +Fc av "} (11,1,1) = {" @@ -2066,46 +2084,46 @@ bS aq al al -aa -aa -aa +js +js +js bA -aa -aa +js +js af cE LM dc bC -ak +Fc av "} (12,1,1) = {" av -ab -ab -ab +vn +vn +vn ck al al aJ -aa -aa -aa -aa -aa -aa +js +js +js +js +js +js cF cU -ab +vn bC aO av "} (13,1,1) = {" av -ab -ab +vn +vn am ar at @@ -2126,36 +2144,36 @@ av "} (14,1,1) = {" av -ab +vn ah -ab +vn as au as RD as bh -ab -ab +vn +vn cg -ab -ab -ab -ab +vn +vn +vn +vn bC ae av "} (15,1,1) = {" av -ab +vn ai bC bC bC bC bC -ab +vn bh bC Jh @@ -2191,18 +2209,18 @@ ae av "} (17,1,1) = {" -aa -aa -aa -aa -aa -aa -aa -ae +js +js +js +js +js +js +js +va aP bj bD -ae +va av av av @@ -2213,18 +2231,18 @@ av av "} (18,1,1) = {" -aa -aa -aa -aa -aa -aa -aa -ae +js +js +js +js +js +js +js +va iq bk he -ae +va av av av @@ -2235,18 +2253,18 @@ av av "} (19,1,1) = {" -aa +js af -aa -aa -aa -ab -aB -ae +js +js +js +vn +De +va aQ bl aQ -ae +va aB aB aB @@ -2257,12 +2275,12 @@ av av "} (20,1,1) = {" -aa +js af af -aj -aa -aa +QL +js +js af aK aR @@ -2279,13 +2297,13 @@ av av "} (21,1,1) = {" -aa +js af -aj -aj +QL +QL af af -aj +QL bX aS GX @@ -2301,13 +2319,13 @@ av av "} (22,1,1) = {" -aa -aa -aa +js +js +js af -aj -aj -aj +QL +QL +QL Fp Rj gJ @@ -2323,13 +2341,13 @@ av av "} (23,1,1) = {" -aa -ab -aa +js +vn +js af -aj -aj -aj +QL +QL +QL bX aS bn @@ -2345,13 +2363,13 @@ ab av "} (24,1,1) = {" -aa -aa +js +js af -aj -ab -aj -aj +QL +vn +QL +QL eS aT bo @@ -2363,17 +2381,17 @@ cK cV aB dj -ak -ak +Qj +Qj "} (25,1,1) = {" av -aa +js af -aj -aj -aj -aj +QL +QL +QL +QL eS aU bp @@ -2386,16 +2404,16 @@ cW dh dt dA -ak +Qj "} (26,1,1) = {" av av af af -ab +vn an -aj +QL bX OH bq @@ -2414,10 +2432,10 @@ dD av av av -aa -aa -ab -ab +js +js +vn +vn aL aC br @@ -2437,21 +2455,21 @@ av av av av -ab -ab -ab +vn +vn +vn aB -ae +va bs bH -ae +va aB cu cu aB dj -ak -ak +Qj +Qj dj "} (29,1,1) = {" @@ -2459,14 +2477,14 @@ av av av av -ae +va Fg Fg Xl -ae +va em bI -ae +va av av av @@ -2474,21 +2492,21 @@ av av av av -ak +Qj "} (30,1,1) = {" av av av av -ae +va jP jP jP Pj bt bJ -ae +va av av av @@ -2496,25 +2514,25 @@ av av av av -ak +Qj "} (31,1,1) = {" av av av av -ae +va hN UO UO -ae +va XP bK -ae -ae -ae -ae -ae +va +va +va +va +va av av av @@ -2525,21 +2543,21 @@ av av av av -ae -ae -ae -ae -ae +va +va +va +va +va rG bL ca cm cv cN -ae -ae -ae -ae +va +va +va +va av "} (33,1,1) = {" @@ -2547,7 +2565,7 @@ av av av av -ae +va ax aD aM @@ -2561,7 +2579,7 @@ cO cZ dk dw -ae +va av "} (34,1,1) = {" @@ -2569,7 +2587,7 @@ av av av av -ae +va ay aE aN @@ -2583,7 +2601,7 @@ cP wA dl dx -ae +va av "} (35,1,1) = {" @@ -2591,10 +2609,10 @@ av av av av -ae -ae -ae -ae +va +va +va +va aX bw bO @@ -2602,10 +2620,10 @@ cb cp cx cQ -ae -ae -ae -ae +va +va +va +va av "} (36,1,1) = {" @@ -2613,7 +2631,7 @@ av av av av -ae +va az aF aM @@ -2627,7 +2645,7 @@ cO da dm dy -ae +va av "} (37,1,1) = {" @@ -2635,7 +2653,7 @@ av av av av -ae +va aA aG wA @@ -2649,7 +2667,7 @@ cR db dn dz -ae +va av "} (38,1,1) = {" @@ -2657,10 +2675,10 @@ av av av av -ae -ae -ae -ae +va +va +va +va ba bw bP @@ -2668,10 +2686,10 @@ ce Jq cA cS -ae -ae -ae -ae +va +va +va +va av "} (39,1,1) = {" @@ -2682,7 +2700,7 @@ av av av av -ae +va bb bx bQ @@ -2690,7 +2708,7 @@ cf cs cB sT -ae +va av av av @@ -2704,15 +2722,15 @@ av av av av -ae -ae -ae -ae -ae -ae -ae -ae -ae +va +va +va +va +va +va +va +va +va av av av diff --git a/_maps/RandomRuins/IceRuins/icemoon_underground_abandoned_newcops.dmm b/_maps/RandomRuins/IceRuins/icemoon_underground_abandoned_newcops.dmm index 285d4039f60f..bf034757b5a2 100644 --- a/_maps/RandomRuins/IceRuins/icemoon_underground_abandoned_newcops.dmm +++ b/_maps/RandomRuins/IceRuins/icemoon_underground_abandoned_newcops.dmm @@ -385,7 +385,7 @@ /area/template_noop) "rG" = ( /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/underground/explored) +/area/overmap_encounter/planetoid/ice/explored) "sf" = ( /obj/effect/turf_decal/corner/transparent/bar, /obj/effect/turf_decal/corner/transparent/bar{ @@ -617,7 +617,7 @@ picked_color = "Burgundy" }, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/underground/explored) +/area/overmap_encounter/planetoid/ice/explored) "Bo" = ( /obj/item/documents/syndicate, /obj/item/clothing/gloves/krav_maga/combatglovesplus, @@ -741,7 +741,7 @@ "FL" = ( /obj/structure/flora/bush, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/underground/explored) +/area/overmap_encounter/planetoid/ice/explored) "GU" = ( /obj/effect/turf_decal/corner/transparent/bar, /obj/effect/turf_decal/corner/transparent/bar{ @@ -1067,7 +1067,7 @@ "WV" = ( /obj/structure/flora/grass/both, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/underground/explored) +/area/overmap_encounter/planetoid/ice/explored) "WW" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, @@ -1093,7 +1093,7 @@ "Xn" = ( /obj/structure/flora/tree/pine, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/underground/explored) +/area/overmap_encounter/planetoid/ice/explored) "XN" = ( /obj/machinery/light/directional/south, /obj/effect/decal/cleanable/dirt, diff --git a/_maps/RandomRuins/IceRuins/icemoon_underground_abandoned_village.dmm b/_maps/RandomRuins/IceRuins/icemoon_underground_abandoned_village.dmm index 640d99043d4b..24dd5b6c31d7 100644 --- a/_maps/RandomRuins/IceRuins/icemoon_underground_abandoned_village.dmm +++ b/_maps/RandomRuins/IceRuins/icemoon_underground_abandoned_village.dmm @@ -12,11 +12,11 @@ "aZ" = ( /obj/structure/sign/poster/ripped, /turf/closed/wall/rust, -/area/icemoon/underground/explored) +/area/overmap_encounter/planetoid/cave/explored) "bY" = ( /obj/structure/flora/stump, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/underground/explored) +/area/overmap_encounter/planetoid/cave/explored) "cj" = ( /obj/structure/table, /obj/item/reagent_containers/food/snacks/fishandchips, @@ -40,7 +40,7 @@ "fD" = ( /obj/structure/bed, /obj/effect/decal/cleanable/blood/bubblegum, -/obj/item/bedsheet/random, +/obj/item/bedsheet/dorms, /turf/open/floor/wood, /area/ruin/powered) "fQ" = ( @@ -49,9 +49,6 @@ /obj/machinery/light/broken/directional/north, /turf/open/floor/holofloor/wood, /area/ruin/powered) -"gz" = ( -/turf/closed/mineral/random/snow, -/area/icemoon/underground/explored) "gG" = ( /obj/structure/table/wood, /obj/item/reagent_containers/food/snacks/sashimi{ @@ -70,7 +67,7 @@ "he" = ( /obj/structure/chair/sofa/left, /turf/closed/mineral/random/snow, -/area/icemoon/underground/explored) +/area/overmap_encounter/planetoid/cave/explored) "hD" = ( /obj/effect/decal/cleanable/blood/gibs/limb, /turf/open/floor/engine/cult, @@ -78,13 +75,13 @@ "hI" = ( /obj/item/reagent_containers/food/drinks/beer, /turf/open/floor/plating/ice/icemoon, -/area/icemoon/underground/explored) +/area/overmap_encounter/planetoid/cave/explored) "iz" = ( /obj/structure/fence/door/opened{ dir = 8 }, /turf/open/floor/plating/snowed/smoothed/icemoon, -/area/icemoon/underground/explored) +/area/overmap_encounter/planetoid/cave/explored) "jk" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, @@ -92,12 +89,12 @@ "kl" = ( /obj/structure/sign/poster/official/nanotrasen_logo, /turf/closed/wall, -/area/icemoon/underground/explored) +/area/overmap_encounter/planetoid/cave/explored) "ks" = ( /obj/structure/flora/rock/icy, /obj/effect/mob_spawn/human/corpse/assistant, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/underground/explored) +/area/overmap_encounter/planetoid/cave/explored) "la" = ( /obj/effect/decal/cleanable/blood/gibs/up, /obj/effect/mob_spawn/human/corpse/assistant, @@ -105,12 +102,12 @@ name = "Village Hunter" }, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/underground/explored) +/area/overmap_encounter/planetoid/cave/explored) "lg" = ( /obj/structure/flora/grass/both, /obj/effect/decal/remains/human, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/underground/explored) +/area/overmap_encounter/planetoid/cave/explored) "li" = ( /obj/structure/dresser, /obj/effect/decal/cleanable/glass, @@ -124,11 +121,11 @@ dir = 8 }, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/underground/explored) +/area/overmap_encounter/planetoid/cave/explored) "lr" = ( /obj/machinery/light/small/directional/east, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/underground/explored) +/area/overmap_encounter/planetoid/cave/explored) "mi" = ( /obj/effect/decal/remains/human, /mob/living/simple_animal/hostile/construct/juggernaut/hostile{ @@ -145,7 +142,7 @@ dir = 8 }, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/underground/explored) +/area/overmap_encounter/planetoid/cave/explored) "oB" = ( /obj/structure/table/wood, /obj/structure/bedsheetbin/empty, @@ -156,14 +153,14 @@ "oF" = ( /obj/structure/flora/rock/icy, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/underground/explored) +/area/overmap_encounter/planetoid/cave/explored) "pc" = ( /turf/open/floor/plating/asteroid/snow/ice/icemoon, -/area/icemoon/underground/explored) +/area/overmap_encounter/planetoid/cave/explored) "pj" = ( /obj/structure/flora/ausbushes/sparsegrass, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/underground/explored) +/area/overmap_encounter/planetoid/cave/explored) "pH" = ( /obj/structure/sign/poster/official/work_for_a_future, /turf/closed/wall/mineral/wood, @@ -171,7 +168,7 @@ "pI" = ( /obj/structure/flora/rock/pile/icy, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/underground/explored) +/area/overmap_encounter/planetoid/cave/explored) "pP" = ( /obj/structure/chair/sofa/left{ dir = 1 @@ -187,7 +184,7 @@ /area/ruin/powered) "rL" = ( /turf/closed/mineral/ice, -/area/icemoon/underground/explored) +/area/overmap_encounter/planetoid/cave/explored) "sG" = ( /obj/effect/decal/cleanable/vomit, /obj/structure/toilet{ @@ -214,7 +211,7 @@ dir = 8 }, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/underground/explored) +/area/overmap_encounter/planetoid/cave/explored) "tt" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/freezer, @@ -222,16 +219,16 @@ "tF" = ( /obj/structure/fence, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/underground/explored) +/area/overmap_encounter/planetoid/cave/explored) "tM" = ( /obj/structure/statue/snow/snowlegion{ desc = "An off-putting snowman, something about it gives you a sense of dread instead of holiday cheer." }, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/underground/explored) +/area/overmap_encounter/planetoid/cave/explored) "tN" = ( /turf/closed/mineral/random/snow, -/area/icemoon/underground/unexplored) +/area/overmap_encounter/planetoid/cave/explored) "tX" = ( /obj/structure/table/wood, /obj/structure/bedsheetbin, @@ -259,7 +256,7 @@ dir = 8 }, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/underground/explored) +/area/overmap_encounter/planetoid/cave/explored) "ut" = ( /obj/item/flashlight/lantern{ on = 1 @@ -271,7 +268,7 @@ /obj/effect/decal/cleanable/blood/drip, /obj/structure/fence/door, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/underground/explored) +/area/overmap_encounter/planetoid/cave/explored) "wo" = ( /obj/structure/closet/crate/trashcart, /obj/effect/decal/cleanable/dirt, @@ -297,7 +294,7 @@ /area/ruin/powered) "xc" = ( /turf/open/floor/plating/ice/icemoon, -/area/icemoon/underground/explored) +/area/overmap_encounter/planetoid/cave/explored) "xN" = ( /obj/structure/bed/dogbed{ pixel_y = 14 @@ -314,7 +311,7 @@ "yS" = ( /obj/effect/decal/cleanable/blood/drip, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/underground/explored) +/area/overmap_encounter/planetoid/cave/explored) "zR" = ( /obj/machinery/door/airlock/wood, /obj/effect/decal/cleanable/dirt, @@ -322,7 +319,7 @@ /area/ruin/powered) "zT" = ( /turf/open/floor/plating/snowed/smoothed/icemoon, -/area/icemoon/underground/explored) +/area/overmap_encounter/planetoid/cave/explored) "AM" = ( /obj/effect/decal/cleanable/blood/gibs/down, /obj/item/pickaxe, @@ -344,7 +341,7 @@ "Bq" = ( /obj/structure/flora/tree/pine, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/underground/explored) +/area/overmap_encounter/planetoid/cave/explored) "Cd" = ( /obj/structure/chair/comfy/brown{ dir = 8 @@ -360,7 +357,7 @@ "Dm" = ( /obj/structure/flora/grass/brown, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/underground/explored) +/area/overmap_encounter/planetoid/cave/explored) "DI" = ( /obj/structure/closet/emcloset, /obj/item/tank/internals/emergency_oxygen, @@ -373,7 +370,7 @@ "DM" = ( /obj/structure/flora/bush, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/underground/explored) +/area/overmap_encounter/planetoid/cave/explored) "Ed" = ( /obj/machinery/door/airlock/wood, /obj/effect/mapping_helpers/airlock/locked, @@ -382,7 +379,7 @@ /area/ruin/powered) "Ei" = ( /turf/closed/mineral/snowmountain/cavern/icemoon, -/area/icemoon/underground/explored) +/area/overmap_encounter/planetoid/cave/explored) "EF" = ( /obj/effect/decal/cleanable/blood/gibs/torso, /obj/effect/decal/remains/human, @@ -396,7 +393,7 @@ "FR" = ( /obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/plating/snowed/smoothed/icemoon, -/area/icemoon/underground/explored) +/area/overmap_encounter/planetoid/cave/explored) "Gr" = ( /obj/structure/closet/crate/trashcart, /obj/effect/decal/cleanable/dirt, @@ -457,14 +454,14 @@ /obj/machinery/light/small/broken/directional/east, /obj/structure/fluff/fokoff_sign, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/underground/explored) +/area/overmap_encounter/planetoid/cave/explored) "Kd" = ( /obj/structure/flora/grass/green, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/underground/explored) +/area/overmap_encounter/planetoid/cave/explored) "LZ" = ( /obj/structure/bed, -/obj/item/bedsheet/random, +/obj/item/bedsheet/dorms, /turf/open/floor/wood, /area/ruin/powered) "Nq" = ( @@ -476,7 +473,7 @@ /area/ruin/powered) "Og" = ( /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/underground/explored) +/area/overmap_encounter/planetoid/cave/explored) "Os" = ( /obj/structure/chair/comfy/brown{ dir = 4 @@ -510,7 +507,7 @@ }, /obj/structure/flora/grass/both, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/underground/explored) +/area/overmap_encounter/planetoid/cave/explored) "QR" = ( /turf/closed/wall/rust, /area/ruin/powered) @@ -523,7 +520,7 @@ "Rv" = ( /obj/structure/flora/grass/both, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/underground/explored) +/area/overmap_encounter/planetoid/cave/explored) "Si" = ( /obj/structure/mirror, /turf/closed/wall/mineral/wood, @@ -534,7 +531,7 @@ dir = 1 }, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/underground/explored) +/area/overmap_encounter/planetoid/cave/explored) "SN" = ( /turf/open/floor/plasteel/freezer, /area/ruin/powered) @@ -545,12 +542,12 @@ "Tc" = ( /obj/structure/flora/ausbushes/fullgrass, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/underground/explored) +/area/overmap_encounter/planetoid/cave/explored) "TW" = ( /obj/structure/flora/ausbushes/fullgrass, /obj/structure/flora/grass/both, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/underground/explored) +/area/overmap_encounter/planetoid/cave/explored) "UI" = ( /obj/machinery/washing_machine, /obj/effect/decal/cleanable/blood, @@ -565,7 +562,7 @@ dir = 4 }, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/underground/explored) +/area/overmap_encounter/planetoid/cave/explored) "WH" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/bed, @@ -574,13 +571,13 @@ /area/ruin/powered) "Ze" = ( /turf/closed/wall, -/area/icemoon/underground/explored) +/area/overmap_encounter/planetoid/cave/explored) "Zx" = ( /obj/structure/chair/wood{ dir = 4 }, /turf/open/floor/plating/ice/icemoon, -/area/icemoon/underground/explored) +/area/overmap_encounter/planetoid/cave/explored) "ZG" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/closet/cabinet, @@ -687,20 +684,20 @@ tN pc Og Og -gz +tN Ze rL ks rL Ze -gz -gz -gz -gz -gz -gz -gz -gz +tN +tN +tN +tN +tN +tN +tN +tN Tc pc pc @@ -717,23 +714,23 @@ Og Og Og Rv -gz -gz +tN +tN rL FR pI -gz -gz +tN +tN Vn Vn Vn -gz -gz -gz -gz -gz -gz -gz +tN +tN +tN +tN +tN +tN +tN pc Og Og @@ -746,14 +743,14 @@ pI Og Og bY -gz -gz -gz +tN +tN +tN pI zT zT zT -gz +tN Vn UI Vn @@ -763,8 +760,8 @@ wQ QR QR wQ -gz -gz +tN +tN Og Rv Og @@ -775,8 +772,8 @@ tN Og oF Og -gz -gz +tN +tN Vn Vn Vn @@ -793,8 +790,8 @@ DI SN wo wQ -gz -gz +tN +tN oF Og Og @@ -805,8 +802,8 @@ tN Og Og Og -gz -gz +tN +tN Vn cj sY @@ -824,8 +821,8 @@ tt Gr QR lg -gz -gz +tN +tN Og Og tN @@ -834,8 +831,8 @@ tN tN Og Og -gz -gz +tN +tN la Vn up @@ -854,8 +851,8 @@ SN QR QR Og -gz -gz +tN +tN Og Og tN @@ -864,8 +861,8 @@ tN tN Og Kd -gz -gz +tN +tN lo Ha li @@ -884,8 +881,8 @@ pV wQ Og Tc -gz -gz +tN +tN Og Og tN @@ -894,8 +891,8 @@ tN tN Og pc -gz -gz +tN +tN lo Vn Hx @@ -914,8 +911,8 @@ zT tg Bq Og -gz -gz +tN +tN Og Og tN @@ -924,8 +921,8 @@ tN tN Og pc -gz -gz +tN +tN lo Vn Vn @@ -944,9 +941,9 @@ zT Ws Og Og -gz -gz -gz +tN +tN +tN Og tN "} @@ -954,8 +951,8 @@ tN tN Og pc -gz -gz +tN +tN us Sk Qt @@ -974,18 +971,18 @@ Vn Vn Vn Vn -gz -gz -gz +tN +tN +tN pI tN "} (14,1,1) = {" tN Og -gz -gz -gz +tN +tN +tN Ei Bq pj @@ -1004,16 +1001,16 @@ Vn LZ AN Vn -gz -gz -gz +tN +tN +tN Og tN "} (15,1,1) = {" tN Og -gz +tN Vn Vn Vn @@ -1034,8 +1031,8 @@ zR cB GK Vn -gz -gz +tN +tN bY Og tN @@ -1043,7 +1040,7 @@ tN (16,1,1) = {" tN Og -gz +tN Vn EF hD @@ -1064,8 +1061,8 @@ Vn Vn Vn Vn -gz -gz +tN +tN Og Og tN @@ -1073,7 +1070,7 @@ tN (17,1,1) = {" tN Og -gz +tN Vn Cl PQ @@ -1094,8 +1091,8 @@ Og Gy sG Vn -gz -gz +tN +tN Og Og tN @@ -1103,7 +1100,7 @@ tN (18,1,1) = {" tN Og -gz +tN Vn mi AM @@ -1124,8 +1121,8 @@ Og Vn Vn Vn -gz -gz +tN +tN Og Og tN @@ -1133,7 +1130,7 @@ tN (19,1,1) = {" tN Og -gz +tN Vn Vn Vn @@ -1154,8 +1151,8 @@ Og Og Og Bq -gz -gz +tN +tN Og Dm tN @@ -1163,9 +1160,9 @@ tN (20,1,1) = {" tN Og -gz -gz -gz +tN +tN +tN he Vn xN @@ -1184,8 +1181,8 @@ Og Og Og Og -gz -gz +tN +tN Og Og tN @@ -1195,8 +1192,8 @@ tN Og Og pj -gz -gz +tN +tN Vn Vn Vn @@ -1213,9 +1210,9 @@ pj Og Og DM -gz -gz -gz +tN +tN +tN Og Og tN @@ -1225,10 +1222,10 @@ tN bY Og Og -gz -gz -gz -gz +tN +tN +tN +tN Bq Og Og @@ -1242,9 +1239,9 @@ xc pc pc Og -gz -gz -gz +tN +tN +tN bY Og Og @@ -1256,10 +1253,10 @@ tN pI Og Og -gz -gz -gz -gz +tN +tN +tN +tN DM Tc pc @@ -1270,10 +1267,10 @@ xc xc xc xc -gz -gz -gz -gz +tN +tN +tN +tN Og Og Og @@ -1288,21 +1285,21 @@ pc Og Og Og -gz -gz -gz -gz -gz -gz +tN +tN +tN +tN +tN +tN xc xc xc xc xc -gz -gz -gz -gz +tN +tN +tN +tN pI oF Og @@ -1318,20 +1315,20 @@ xc pc pc Og -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz +tN +tN +tN +tN +tN +tN +tN +tN +tN +tN +tN +tN +tN +tN Og Og Og @@ -1349,17 +1346,17 @@ pc oF Og pI -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz +tN +tN +tN +tN +tN +tN +tN +tN +tN +tN +tN pc Og Og diff --git a/_maps/RandomRuins/IceRuins/icemoon_underground_brazillianlab.dmm b/_maps/RandomRuins/IceRuins/icemoon_underground_brazillianlab.dmm index 5a7fd5ce660a..7fde87854827 100644 --- a/_maps/RandomRuins/IceRuins/icemoon_underground_brazillianlab.dmm +++ b/_maps/RandomRuins/IceRuins/icemoon_underground_brazillianlab.dmm @@ -53,7 +53,7 @@ "cr" = ( /obj/structure/barricade/sandbags, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "ct" = ( /mob/living/simple_animal/hostile/asteroid/whitesands/ranged/hunter{ faction = list("brazillian") @@ -126,20 +126,20 @@ /area/ruin/unpowered) "hr" = ( /turf/closed/wall/mineral/wood/nonmetal, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "ht" = ( /mob/living/simple_animal/hostile/asteroid/whitesands/ranged/hunter{ faction = list("brazillian") }, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "hA" = ( /obj/item/candle/tribal_torch{ name = "standing torch"; start_lit = 1 }, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "hO" = ( /obj/structure/flora/tree/jungle, /turf/open/floor/plating/grass/jungle{ @@ -149,7 +149,7 @@ "hR" = ( /obj/structure/flora/rock/icy, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "hT" = ( /obj/structure/flora/grass/jungle/b, /obj/item/cultivator/rake, @@ -172,7 +172,7 @@ "jn" = ( /obj/item/ammo_casing/spent, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "jy" = ( /obj/structure/chair/wood{ dir = 1 @@ -213,7 +213,7 @@ "lu" = ( /obj/structure/barricade/wooden/snowed, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "lA" = ( /obj/structure/table, /obj/item/weaponcrafting/stock{ @@ -239,7 +239,7 @@ dir = 1 }, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "mM" = ( /obj/effect/turf_decal/siding/wood{ dir = 9 @@ -339,7 +339,7 @@ /obj/structure/flora/tree/pine, /obj/structure/flora/tree/pine, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "qS" = ( /mob/living/simple_animal/hostile/asteroid/whitesands/survivor{ desc = "The greatest chef this side of the wastes."; @@ -394,7 +394,7 @@ "sE" = ( /obj/structure/flora/grass/green, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "te" = ( /obj/structure/reagent_dispensers/watertank, /turf/open/floor/plating/snowed/smoothed/icemoon, @@ -417,6 +417,10 @@ initial_gas_mix = "ICEMOON_ATMOS" }, /area/ruin/unpowered) +"vi" = ( +/obj/structure/flora/rock/pile, +/turf/open/floor/plating/asteroid/snow/icemoon, +/area/overmap_encounter/planetoid/cave/explored) "vH" = ( /obj/structure/flora/junglebush/b, /obj/item/reagent_containers/glass/bucket/wooden, @@ -466,7 +470,7 @@ "xg" = ( /obj/structure/flora/tree/pine, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "xu" = ( /obj/structure/bed, /obj/structure/curtain, @@ -488,7 +492,7 @@ "xK" = ( /obj/structure/statue/snow/snowman, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "xN" = ( /obj/structure/rack, /obj/effect/spawner/lootdrop/maintenance/three, @@ -529,7 +533,7 @@ "zi" = ( /obj/structure/flora/grass/both, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "zy" = ( /mob/living/simple_animal/hostile/asteroid/whitesands/survivor{ desc = " A wild-eyed figure, wearing tattered mining equipment and boasting a malformed body."; @@ -690,11 +694,11 @@ "Ex" = ( /obj/structure/flora/grass/brown, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "Fh" = ( /obj/structure/statue/snow/snowlegion, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "Gc" = ( /obj/machinery/pipedispenser, /turf/open/floor/plating/snowed/smoothed/icemoon, @@ -728,7 +732,12 @@ /area/ruin/unpowered) "Hb" = ( /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) +"HI" = ( +/turf/open/floor/wood{ + initial_gas_mix = "ICEMOON_ATMOS" + }, +/area/overmap_encounter/planetoid/cave/explored) "HV" = ( /obj/item/target/alien/anchored, /turf/open/floor/plating/snowed/smoothed/icemoon, @@ -860,10 +869,6 @@ initial_gas_mix = "ICEMOON_ATMOS" }, /area/ruin/unpowered) -"MJ" = ( -/obj/structure/barricade/sandbags, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/template_noop) "MM" = ( /obj/effect/decal/cleanable/blood/tracks{ dir = 4 @@ -895,7 +900,7 @@ faction = list("brazillian") }, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "NY" = ( /obj/structure/barricade/wooden/snowed, /turf/open/floor/plating/snowed/smoothed/icemoon, @@ -937,7 +942,7 @@ "Pu" = ( /obj/structure/flora/tree/pine/xmas, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "Qk" = ( /obj/structure/table/wood/reinforced, /obj/machinery/chem_dispenser/drinks/beer, @@ -994,7 +999,7 @@ "To" = ( /obj/structure/barricade/wooden/crude/snow, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "Tw" = ( /obj/item/candle/infinite{ pixel_x = 10; @@ -1084,7 +1089,7 @@ "VI" = ( /obj/structure/flora/rock/pile, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) +/area/ruin/unpowered) "VS" = ( /obj/structure/flora/grass/jungle/b, /turf/open/floor/plasteel/white{ @@ -1120,7 +1125,7 @@ dir = 1 }, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "XL" = ( /obj/structure/table/wood/reinforced, /obj/item/reagent_containers/food/drinks/drinkingglass{ @@ -1214,7 +1219,7 @@ "YV" = ( /obj/structure/flora/rock/pile/icy, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "YX" = ( /turf/open/floor/plating/grass/jungle{ initial_gas_mix = "ICEMOON_ATMOS" @@ -1324,7 +1329,7 @@ aW aW aW aW -MJ +cr Hb Hb NY @@ -1824,7 +1829,7 @@ aW Hb cr cr -VI +vi aW "} (19,1,1) = {" @@ -2447,7 +2452,7 @@ bq WH Br aW -WH +HI aW Hb Hb @@ -2478,7 +2483,7 @@ kX kX kX aW -WH +HI aW aW aW @@ -2490,7 +2495,7 @@ aW aW aW Hb -VI +vi Hb cr cr diff --git a/_maps/RandomRuins/IceRuins/icemoon_underground_drakelair.dmm b/_maps/RandomRuins/IceRuins/icemoon_underground_drakelair.dmm index d76deb49975b..4c8ccc99dfcb 100644 --- a/_maps/RandomRuins/IceRuins/icemoon_underground_drakelair.dmm +++ b/_maps/RandomRuins/IceRuins/icemoon_underground_drakelair.dmm @@ -27,11 +27,11 @@ "ci" = ( /obj/structure/stone_tile/slab/cracked, /turf/open/floor/grass/snow/basalt, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "ct" = ( /obj/structure/stone_tile/cracked, /turf/open/floor/grass/snow/basalt, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "cA" = ( /obj/structure/stone_tile/surrounding_tile/cracked{ dir = 1 @@ -41,7 +41,7 @@ dir = 4 }, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "dK" = ( /obj/item/spacecash/bundle/c1000, /turf/open/floor/mineral/gold, @@ -54,7 +54,7 @@ dir = 4 }, /turf/open/floor/grass/snow/basalt, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "dV" = ( /obj/structure/stone_tile/slab, /turf/open/indestructible/boss, @@ -67,7 +67,7 @@ dir = 10 }, /turf/open/floor/grass/snow/basalt, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "ex" = ( /obj/structure/stone_tile/surrounding_tile/cracked{ dir = 1 @@ -76,7 +76,7 @@ dir = 8 }, /turf/open/floor/grass/snow/basalt, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "eS" = ( /obj/structure/grille/indestructable, /turf/open/floor/plasteel/rockvault/sandstone, @@ -95,10 +95,10 @@ }, /obj/structure/stone_tile/center, /turf/open/floor/grass/snow/basalt, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "fY" = ( /turf/open/floor/grass/snow/basalt, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "gC" = ( /obj/item/storage/bag/quiver/empty, /turf/open/floor/mineral/gold, @@ -113,26 +113,21 @@ /area/ruin) "ie" = ( /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "if" = ( /obj/structure/flora/rock/icy, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) -"ih" = ( -/obj/item/coin/gold, -/obj/item/spacecash/bundle/c1000, -/turf/open/floor/mineral/gold, -/area/icemoon/underground/explored) +/area/overmap_encounter/planetoid/ice/explored) "iu" = ( /obj/structure/stone_tile/surrounding_tile/cracked{ dir = 8 }, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "iT" = ( /obj/structure/stone_tile/slab, /mob/living/simple_animal/hostile/megafauna/dragon/icemoon{ - loot = list(/obj/structure/closet/crate/necropolis/dragon, /obj/item/keycard/gatedrop/drakelair) + loot = list(/obj/structure/closet/crate/necropolis/dragon,/obj/item/keycard/gatedrop/drakelair) }, /turf/open/indestructible/boss, /area/ruin) @@ -149,7 +144,7 @@ dir = 6 }, /turf/open/floor/grass/snow/basalt, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "jQ" = ( /obj/structure/stone_tile/surrounding_tile/cracked{ dir = 8 @@ -161,11 +156,11 @@ dir = 1 }, /turf/open/floor/grass/snow/basalt, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "ka" = ( /obj/structure/flora/grass/brown, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "kd" = ( /obj/item/coin/gold, /obj/item/ammo_casing/caseless/arrow/ash, @@ -187,14 +182,14 @@ "li" = ( /obj/structure/stone_tile/slab, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "mx" = ( /obj/structure/stone_tile/block/cracked{ dir = 8 }, /obj/structure/stone_tile/cracked, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "nD" = ( /turf/closed/indestructible/riveted/uranium{ base_icon_state = "iron_wall"; @@ -207,7 +202,7 @@ dir = 1 }, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "rX" = ( /turf/closed/indestructible/riveted/uranium{ base_icon_state = "iron_wall"; @@ -223,7 +218,7 @@ dir = 4 }, /turf/open/floor/grass/snow/basalt, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "sm" = ( /obj/structure/stone_tile/slab/cracked, /obj/structure/fans/tiny/invisible, @@ -244,14 +239,14 @@ dir = 8 }, /turf/open/floor/grass/snow/basalt, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "tD" = ( /turf/template_noop, /area/template_noop) "tI" = ( /obj/structure/flora/tree/dead, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "uu" = ( /turf/open/floor/plasteel/rockvault/sandstone, /area/ruin/powered) @@ -275,7 +270,7 @@ dir = 4 }, /turf/open/floor/grass/snow/basalt, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "wl" = ( /obj/item/clothing/suit/armor/vest/capcarapace, /turf/open/floor/mineral/gold, @@ -298,8 +293,8 @@ }, /area/ruin/powered) "wX" = ( -/turf/closed/indestructible/rock/snow/ice/ore, -/area/icemoon/surface/outdoors) +/turf/closed/indestructible/rock/snow, +/area/overmap_encounter/planetoid/cave/explored) "xo" = ( /obj/structure/stone_tile/slab, /obj/structure/fans/tiny/invisible, @@ -342,7 +337,7 @@ icon = 'icons/turf/mining.dmi'; icon_state = "icerock" }, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "yL" = ( /obj/structure/stone_tile/block/cracked{ dir = 9 @@ -351,11 +346,11 @@ dir = 8 }, /turf/open/floor/grass/snow/basalt, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "Ai" = ( /obj/structure/stone_tile/cracked, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "Ax" = ( /obj/item/stack/sheet/mineral/gold/five, /turf/open/floor/mineral/gold, @@ -370,7 +365,7 @@ }, /obj/structure/stone_tile/surrounding_tile/cracked, /turf/open/floor/grass/snow/basalt, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "CN" = ( /obj/structure/stone_tile/cracked{ dir = 1 @@ -379,23 +374,23 @@ dir = 8 }, /turf/open/floor/grass/snow/basalt, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "CS" = ( /obj/structure/stone_tile/cracked{ dir = 8 }, /turf/open/floor/grass/snow/basalt, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "Dz" = ( /obj/structure/stone_tile/block/cracked{ dir = 8 }, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "DL" = ( /obj/structure/flora/rock/pile/icy, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "DM" = ( /obj/item/coin/gold, /obj/item/stack/sheet/mineral/gold/five, @@ -411,7 +406,7 @@ "FA" = ( /obj/structure/flora/grass/both, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "FF" = ( /obj/structure/bed/pod, /obj/item/flashlight/flare/torch, @@ -420,7 +415,7 @@ /area/ruin/powered) "Gb" = ( /turf/closed/mineral/snowmountain/cavern/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "Gh" = ( /obj/effect/decal/remains/human{ desc = "Some human remains, the only thing that could burn remains to a crisp like this is a plasmafire, or a dragon..." @@ -433,7 +428,7 @@ pixel_x = 20 }, /turf/open/floor/grass/snow/basalt, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "Gv" = ( /obj/machinery/door/keycard/gates/drakelair{ color = "#EFC51D" @@ -446,13 +441,13 @@ }, /obj/structure/stone_tile/cracked, /turf/open/floor/grass/snow/basalt, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "HL" = ( /obj/structure/stone_tile/cracked{ dir = 1 }, /turf/open/floor/grass/snow/basalt, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "IB" = ( /obj/structure/stone_tile/block/cracked{ dir = 1 @@ -463,7 +458,7 @@ "JL" = ( /obj/structure/flora/grass/green, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "JS" = ( /obj/item/stack/sheet/mineral/diamond, /turf/open/floor/mineral/gold, @@ -480,11 +475,11 @@ dir = 8 }, /turf/open/floor/grass/snow/basalt, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "Li" = ( /obj/structure/fluff/drake_statue, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "MA" = ( /obj/structure/stone_tile/cracked, /obj/structure/stone_tile/cracked{ @@ -509,7 +504,7 @@ }, /obj/structure/stone_tile/center, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "OF" = ( /obj/structure/flora/ash/fireblossom, /obj/structure/stone_tile/cracked{ @@ -519,7 +514,7 @@ dir = 8 }, /turf/open/floor/grass/snow/basalt, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "Pt" = ( /obj/machinery/button/door{ id = "ashdrake_cell1"; @@ -532,7 +527,7 @@ dir = 5 }, /turf/open/floor/grass/snow/basalt, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "QM" = ( /obj/item/coin/gold, /turf/open/floor/mineral/gold, @@ -540,13 +535,13 @@ "Sj" = ( /obj/structure/stone_tile/center, /turf/open/floor/grass/snow/basalt, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "SI" = ( /obj/structure/stone_tile/block/cracked{ dir = 6 }, /turf/open/floor/grass/snow/basalt, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "Tf" = ( /obj/item/coin/gold, /obj/item/borg/upgrade/modkit/cooldown, @@ -559,11 +554,11 @@ }, /obj/structure/stone_tile/surrounding_tile/cracked, /turf/open/floor/grass/snow/basalt, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "VO" = ( /obj/structure/stone_tile/slab, /turf/open/floor/grass/snow/basalt, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "Wb" = ( /obj/effect/gibspawner, /obj/item/clothing/head/crown, @@ -574,7 +569,7 @@ dir = 4 }, /turf/open/floor/grass/snow/basalt, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "WN" = ( /obj/machinery/door/airlock/gold/glass, /turf/open/floor/plasteel/rockvault/sandstone, @@ -602,7 +597,7 @@ dir = 4 }, /turf/open/floor/grass/snow/basalt, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "XG" = ( /obj/machinery/door/poddoor/gates/indestructible{ id = "ashdrake_cell2" @@ -618,7 +613,7 @@ dir = 4 }, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "YQ" = ( /obj/machinery/button/door{ id = "ashdrake_cell2"; @@ -638,13 +633,13 @@ dir = 1 }, /turf/open/floor/grass/snow/basalt, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "Zl" = ( /obj/structure/stone_tile/block/cracked{ dir = 1 }, /turf/open/floor/grass/snow/basalt, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) "Zp" = ( /obj/item/gun/ballistic/bow, /turf/open/floor/mineral/gold, @@ -660,7 +655,7 @@ dir = 4 }, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/surface/outdoors) +/area/overmap_encounter/planetoid/ice/explored) (1,1,1) = {" tD @@ -1022,7 +1017,7 @@ wX nD Fw Fw -ih +eU Ax QM EF @@ -1057,8 +1052,8 @@ Fw QM EF nD -rX -rX +nD +nD rX rX rX diff --git a/_maps/RandomRuins/IceRuins/icemoon_underground_hermit.dmm b/_maps/RandomRuins/IceRuins/icemoon_underground_hermit.dmm index f764fa860a2e..06f364c61fea 100644 --- a/_maps/RandomRuins/IceRuins/icemoon_underground_hermit.dmm +++ b/_maps/RandomRuins/IceRuins/icemoon_underground_hermit.dmm @@ -2,96 +2,96 @@ "bz" = ( /obj/item/flashlight/lantern, /turf/open/floor/grass/fairy, -/area/ruin/powered/shuttle) +/area/ruin/powered) "bW" = ( /obj/item/reagent_containers/glass/bucket/wooden, /turf/open/floor/plating, -/area/ruin/powered/shuttle) +/area/ruin/powered) "cI" = ( /turf/open/floor/plating, -/area/ruin/powered/shuttle) +/area/ruin/powered) "de" = ( /obj/item/flashlight/lantern, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/underground/explored) +/area/overmap_encounter/planetoid/cave/explored) "ec" = ( /obj/item/clothing/suit/hooded/wintercoat, /turf/open/floor/wood, -/area/ruin/powered/shuttle) +/area/ruin/powered) "ei" = ( /obj/machinery/hydroponics/soil, /turf/open/floor/grass/fairy, -/area/ruin/powered/shuttle) +/area/ruin/powered) "gr" = ( /turf/open/floor/grass/fairy, -/area/ruin/powered/shuttle) +/area/ruin/powered) "ha" = ( /obj/machinery/light/directional/west, /turf/open/floor/wood, -/area/ruin/powered/shuttle) +/area/ruin/powered) "hv" = ( /obj/structure/bonfire/prelit, /turf/open/floor/wood, -/area/ruin/powered/shuttle) +/area/ruin/powered) "hN" = ( /turf/open/floor/wood, -/area/ruin/powered/shuttle) +/area/ruin/powered) "ii" = ( /obj/effect/mob_spawn/human/hermit, /turf/open/floor/wood, -/area/ruin/powered/shuttle) +/area/ruin/powered) "lH" = ( /obj/structure/barricade/wooden/crude/snow, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/underground/explored) +/area/overmap_encounter/planetoid/cave/explored) "mN" = ( /turf/closed/wall/mineral/wood, -/area/ruin/powered/shuttle) +/area/ruin/powered) "oJ" = ( /obj/structure/sink, /turf/open/floor/plating, -/area/ruin/powered/shuttle) +/area/ruin/powered) "pI" = ( /obj/item/chair/wood/wings, /turf/open/floor/wood, -/area/ruin/powered/shuttle) +/area/ruin/powered) "sC" = ( /obj/item/gun/ballistic/rifle/boltaction, /obj/structure/table/wood, /obj/item/flashlight/lantern, /turf/open/floor/wood, -/area/ruin/powered/shuttle) +/area/ruin/powered) "sM" = ( /obj/structure/chair/comfy/beige, /obj/machinery/light/directional/west, /turf/open/floor/wood, -/area/ruin/powered/shuttle) +/area/ruin/powered) "wH" = ( /obj/item/tank/internals/emergency_oxygen/engi, /turf/open/floor/grass/fairy, -/area/ruin/powered/shuttle) +/area/ruin/powered) "EV" = ( /obj/item/storage/bag/plants/portaseeder, /obj/item/storage/firstaid/medical, /obj/item/storage/bag/ore, /obj/structure/table/wood, /turf/open/floor/grass/fairy, -/area/ruin/powered/shuttle) +/area/ruin/powered) "GU" = ( /obj/item/storage/toolbox/emergency, /turf/open/floor/plating, -/area/ruin/powered/shuttle) +/area/ruin/powered) "II" = ( /obj/item/paper/guides/jobs/hydroponics, /turf/open/floor/plating, -/area/ruin/powered/shuttle) +/area/ruin/powered) "JI" = ( /obj/machinery/door/airlock/wood{ name = "Frozen Shack" }, /obj/structure/fans/tiny/invisible, /turf/open/floor/wood, -/area/ruin/powered/shuttle) +/area/ruin/powered) "Oe" = ( /obj/item/seeds/plump, /obj/item/seeds/plump, @@ -100,51 +100,55 @@ /obj/structure/table/wood, /obj/item/reagent_containers/food/snacks/grown/mushroom/glowshroom, /turf/open/floor/plating, -/area/ruin/powered/shuttle) +/area/ruin/powered) "ON" = ( /obj/machinery/hydroponics/soil, /obj/machinery/light/directional/north, /turf/open/floor/grass/fairy, -/area/ruin/powered/shuttle) +/area/ruin/powered) "OU" = ( /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/underground/explored) +/area/overmap_encounter/planetoid/cave/explored) "QD" = ( /turf/template_noop, /area/template_noop) "Si" = ( /obj/structure/glowshroom/single, /turf/open/floor/plating, -/area/ruin/powered/shuttle) +/area/ruin/powered) "UL" = ( /obj/item/pickaxe/improvised, /obj/structure/table/wood, /obj/item/kitchen/knife/combat, /turf/open/floor/grass/fairy, -/area/ruin/powered/shuttle) +/area/ruin/powered) +"VF" = ( +/obj/structure/barricade/wooden/crude/snow, +/turf/open/floor/plating/asteroid/snow/icemoon, +/area/ruin/powered) "Wb" = ( /obj/structure/barricade/wooden/snowed, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/underground/explored) +/area/ruin/powered) "Wc" = ( /obj/structure/flora/tree/pine, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/underground/explored) +/area/overmap_encounter/planetoid/cave/explored) "WK" = ( /obj/machinery/portable_atmospherics/canister/oxygen, /turf/open/floor/grass/fairy, -/area/ruin/powered/shuttle) +/area/ruin/powered) "Xh" = ( /obj/structure/flora/tree/jungle/small, /turf/open/floor/grass/fairy, -/area/ruin/powered/shuttle) +/area/ruin/powered) "Yi" = ( /obj/item/shovel, /turf/open/floor/plating, -/area/ruin/powered/shuttle) +/area/ruin/powered) "YN" = ( /turf/closed/mineral/snowmountain/icemoon, -/area/icemoon/underground/explored) +/area/overmap_encounter/planetoid/cave/explored) (1,1,1) = {" QD @@ -229,7 +233,7 @@ YN YN OU OU -lH +VF YN OU OU diff --git a/_maps/RandomRuins/IceRuins/icemoon_underground_icecropolis.dmm b/_maps/RandomRuins/IceRuins/icemoon_underground_icecropolis.dmm deleted file mode 100644 index 529c6f52abcf..000000000000 --- a/_maps/RandomRuins/IceRuins/icemoon_underground_icecropolis.dmm +++ /dev/null @@ -1,9478 +0,0 @@ -//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"ab" = ( -/obj/structure/necropolis_gate, -/obj/structure/stone_tile/slab/cracked, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis/gold) -"ae" = ( -/obj/structure/fluff/fokoff_sign, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis, -/area/ruin/unpowered/icecropolis/outside) -"al" = ( -/obj/structure/stone_tile/slab, -/obj/structure/closet/crate/necropolis, -/obj/effect/spawner/lootdrop/snowdin/dungeonmisc, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis) -"aw" = ( -/obj/structure/reagent_dispensers/water_cooler, -/turf/open/floor/plasteel/icecropolis, -/area/ruin/unpowered/icecropolis/rusty) -"az" = ( -/mob/living/simple_animal/hostile/asteroid/gutlunch/guthen, -/obj/structure/stone_tile{ - dir = 4 - }, -/obj/structure/stone_tile{ - dir = 8 - }, -/obj/structure/stone_tile/block{ - dir = 4 - }, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis/reach) -"aE" = ( -/obj/structure/flora/grass/both, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/ruin/unpowered/icecropolis/outside) -"aM" = ( -/obj/structure/table, -/obj/item/circular_saw, -/obj/item/scalpel, -/obj/item/cautery, -/obj/item/hemostat, -/obj/item/retractor, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis/russia) -"aU" = ( -/obj/structure/spawner/lavaland/goliath, -/turf/open/indestructible/necropolis/air, -/area/ruin/unpowered/icecropolis) -"aV" = ( -/obj/structure/stone_tile/block/burnt{ - dir = 1 - }, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis) -"br" = ( -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis/reach) -"bs" = ( -/obj/item/rcd_ammo, -/turf/open/indestructible/necropolis/air, -/area/ruin/unpowered/icecropolis) -"bu" = ( -/obj/structure/closet/crate, -/obj/item/stack/marker_beacon/ten, -/obj/item/stack/sheet/mineral/wood, -/obj/item/stack/sheet/mineral/wood, -/obj/item/stack/sheet/mineral/wood, -/obj/item/stack/sheet/mineral/wood, -/obj/item/flashlight/flare, -/obj/item/flashlight/flare, -/obj/item/stack/sheet/bone, -/obj/item/stack/sheet/bone, -/obj/item/stack/sheet/animalhide/goliath_hide, -/obj/item/stack/sheet/animalhide/goliath_hide, -/obj/item/stack/sheet/sinew, -/obj/item/stack/sheet/sinew, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/reach) -"bz" = ( -/obj/structure/fence/corner{ - dir = 8 - }, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/reach) -"bC" = ( -/turf/open/floor/plating, -/area/ruin/unpowered/icecropolis/rusty) -"bJ" = ( -/obj/structure/stone_tile/center, -/obj/structure/stone_tile/surrounding, -/obj/effect/decal/remains/human, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis) -"bO" = ( -/obj/structure/bed/roller, -/obj/item/bedsheet/random, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis/reach) -"bR" = ( -/obj/structure/table/wood/reinforced, -/obj/item/trash/plate, -/obj/item/kitchen/fork, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis) -"bT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/storage/box/cups, -/obj/structure/table/wood/reinforced, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis) -"bU" = ( -/obj/structure/stone_tile/slab/cracked, -/mob/living/simple_animal/hostile/asteroid/gutlunch, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis/gold) -"cE" = ( -/obj/effect/mob_spawn/human/clown/corpse, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/reach) -"cF" = ( -/obj/structure/stone_tile/surrounding/cracked{ - dir = 8 - }, -/obj/structure/stone_tile/surrounding_tile{ - dir = 1 - }, -/turf/open/lava{ - initial_gas_mix = "ICEMOON_ATMOS" - }, -/area/ruin/unpowered/icecropolis/outside) -"cG" = ( -/obj/structure/stone_tile/surrounding/cracked{ - dir = 4 - }, -/obj/item/trash/can, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/ruin/unpowered/icecropolis/outside) -"df" = ( -/obj/item/trash/syndi_cakes, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/gold) -"dg" = ( -/obj/item/reagent_containers/glass/bottle/diethylamine, -/obj/item/reagent_containers/glass/bottle/diethylamine, -/obj/item/reagent_containers/glass/bottle/mutagen, -/obj/item/reagent_containers/glass/bottle/mutagen, -/turf/open/floor/plasteel/icecropolis, -/area/ruin/unpowered/icecropolis/rusty) -"di" = ( -/obj/structure/stone_tile/slab, -/obj/effect/decal/cleanable/blood, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis) -"dx" = ( -/mob/living/simple_animal/hostile/asteroid/hivelord/legion, -/turf/open/floor/plasteel/icecropolis, -/area/ruin/unpowered/icecropolis/rusty) -"dG" = ( -/obj/structure/girder/bronze, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis) -"dJ" = ( -/obj/item/seeds/tobacco, -/obj/item/seeds/tomato/blue, -/obj/item/seeds/cannabis, -/obj/item/seeds/wheat, -/turf/open/floor/plasteel/icecropolis, -/area/ruin/unpowered/icecropolis/rusty) -"dP" = ( -/obj/item/chair/wood/wings, -/obj/effect/decal/cleanable/dirt, -/obj/item/seeds/cotton/durathread, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis) -"dU" = ( -/obj/machinery/door/airlock/public, -/obj/structure/barricade/wooden/crude, -/turf/open/floor/plating, -/area/ruin/unpowered/icecropolis/rusty) -"dY" = ( -/obj/structure/fluff/broken_flooring, -/obj/structure/table/glass, -/turf/open/floor/plating, -/area/ruin/unpowered/icecropolis/rusty) -"ea" = ( -/obj/structure/flora/rock/icy, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/ruin/unpowered/icecropolis/outside) -"eB" = ( -/obj/structure/necropolis_gate, -/obj/structure/stone_tile/slab/cracked, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis/reach) -"eC" = ( -/obj/structure/stone_tile/block{ - dir = 1; - pixel_x = -16 - }, -/obj/structure/stone_tile/block{ - dir = 8; - pixel_y = 16 - }, -/obj/structure/stone_tile{ - dir = 4 - }, -/turf/open/lava, -/area/ruin/unpowered/icecropolis) -"eD" = ( -/obj/item/melee/baseball_bat/homerun, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/reach) -"eG" = ( -/mob/living/simple_animal/hostile/mining_drone/rockplanet{ - faction = list("mining") - }, -/turf/open/floor/plating, -/area/ruin/unpowered/icecropolis) -"eH" = ( -/obj/structure/stone_tile/block/burnt{ - dir = 4 - }, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis) -"eQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/glowshroom/single, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis) -"eU" = ( -/obj/structure/fence/door, -/obj/structure/barricade/wooden/crude, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis/russia) -"fg" = ( -/mob/living/simple_animal/hostile/asteroid/goliath/beast/ancient, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis) -"fh" = ( -/mob/living/simple_animal/hostile/big_legion{ - desc = "Hidden away with his sect of heretical brethren, he festers and awaits judgement from The Priest."; - health = 300; - loot = list(/obj/item/organ/regenerative_core/legion = 3, /obj/effect/mob_spawn/human/corpse/damaged/legioninfested = 5, /obj/effect/mob_spawn/human/corpse/damaged/legioninfested = 5, /obj/effect/mob_spawn/human/corpse/damaged/legioninfested = 5, /obj/item/keycard/gatedrop/heathen); - maxHealth = 300; - name = "The Heathen" - }, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis) -"fi" = ( -/obj/item/trash/candy, -/mob/living/simple_animal/hostile/asteroid/hivelord/legion, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis) -"fl" = ( -/obj/structure/table/wood/reinforced, -/obj/item/storage/box/donkpockets/donkpocketgondola, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis/reach) -"ft" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/ruin/unpowered/icecropolis/rusty) -"fx" = ( -/obj/structure/stone_tile, -/obj/structure/stone_tile{ - dir = 1 - }, -/obj/structure/stone_tile/block{ - dir = 8 - }, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis) -"fz" = ( -/obj/item/storage/firstaid/fire, -/obj/structure/closet/crate, -/obj/item/storage/firstaid/regular, -/obj/effect/spawner/lootdrop/snowdin/dungeonmid, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis/russia) -"fB" = ( -/obj/structure/stone_tile/slab, -/obj/structure/chair/pew/left{ - dir = 1 - }, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis) -"fE" = ( -/turf/open/lava{ - initial_gas_mix = "ICEMOON_ATMOS" - }, -/area/ruin/unpowered/icecropolis/outside) -"fK" = ( -/obj/structure/cable/blue{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/ruin/unpowered/icecropolis/rusty) -"fN" = ( -/turf/open/lava{ - initial_gas_mix = "ICEMOON_ATMOS" - }, -/area/ruin/unpowered/icecropolis) -"fR" = ( -/obj/structure/table/wood, -/obj/item/clothing/under/costume/gladiator/ash_walker, -/obj/item/clothing/under/costume/gladiator/ash_walker, -/obj/item/clothing/under/costume/gladiator/ash_walker, -/obj/item/clothing/under/costume/gladiator/ash_walker, -/obj/item/clothing/head/helmet/gladiator, -/obj/item/clothing/head/helmet/gladiator, -/obj/item/clothing/head/helmet/gladiator, -/obj/item/clothing/head/helmet/gladiator, -/obj/item/storage/belt/utility, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis/reach) -"fT" = ( -/obj/structure/elite_tumor, -/turf/open/indestructible/necropolis/air, -/area/ruin/unpowered/icecropolis) -"ge" = ( -/obj/structure/stone_tile/block{ - dir = 8 - }, -/obj/structure/stone_tile/block{ - dir = 4 - }, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis/reach) -"gh" = ( -/obj/structure/stone_tile/surrounding, -/obj/structure/stone_tile/center, -/mob/living/simple_animal/hostile/megafauna/dragon{ - crusher_loot = null; - desc = "High Priest of the Bloody Hallow. Fires burn in his name, crusades and holy word spread across the necropolis until it split and vanished. It was not meant to stay under the gaze of Legion, prospering in its own citadel of flesh and death."; - gps_name = "Holy Fire Signal"; - health = 2000; - loot = list(/obj/item/keycard/gatedrop/priest); - maxHealth = 2000; - name = "The Priest" - }, -/turf/open/lava, -/area/ruin/unpowered/icecropolis) -"gn" = ( -/obj/structure/stone_tile/block/burnt{ - dir = 4 - }, -/obj/structure/stone_tile/burnt{ - dir = 4 - }, -/obj/structure/stone_tile/burnt{ - dir = 8 - }, -/turf/open/lava{ - initial_gas_mix = "ICEMOON_ATMOS" - }, -/area/ruin/unpowered/icecropolis/outside) -"gr" = ( -/obj/structure/stone_tile, -/obj/structure/stone_tile/block{ - dir = 8 - }, -/obj/structure/stone_tile{ - dir = 1 - }, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis/reach) -"gs" = ( -/obj/structure/stone_tile/surrounding_tile, -/obj/structure/stone_tile{ - dir = 1 - }, -/obj/structure/stone_tile{ - dir = 8 - }, -/obj/structure/stone_tile{ - dir = 4 - }, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis/reach) -"gA" = ( -/obj/item/trash/raisins, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/gold) -"gF" = ( -/obj/structure/bonfire/prelit, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/reach) -"gM" = ( -/obj/structure/girder/bronze, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/gold) -"gV" = ( -/obj/structure/stone_tile/block/burnt{ - dir = 1 - }, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis/reach) -"gX" = ( -/obj/structure/stone_tile/slab/cracked, -/obj/effect/decal/cleanable/blood/gibs/old, -/obj/structure/closet/crate/necropolis/tendril, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis/gold) -"hb" = ( -/mob/living/simple_animal/hostile/asteroid/basilisk/watcher/icewing, -/turf/open/indestructible/necropolis/air, -/area/ruin/unpowered/icecropolis) -"hf" = ( -/mob/living/simple_animal/hostile/asteroid/gutlunch/gubbuck, -/obj/structure/stone_tile, -/obj/structure/stone_tile{ - dir = 1 - }, -/obj/structure/stone_tile/block{ - dir = 8 - }, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis/reach) -"hi" = ( -/obj/structure/table/optable, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis/russia) -"hs" = ( -/obj/structure/stone_tile/cracked{ - dir = 1 - }, -/obj/structure/stone_tile/cracked{ - dir = 8 - }, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis) -"hu" = ( -/obj/structure/stone_tile/slab/cracked, -/obj/structure/table/wood/fancy/red_gold, -/obj/item/fugu_gland, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis/gold) -"hw" = ( -/obj/item/trash/tray, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/gold) -"hy" = ( -/obj/structure/stone_tile, -/obj/structure/stone_tile/surrounding/cracked, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis/reach) -"hM" = ( -/obj/machinery/door/airlock/public, -/obj/structure/barricade/wooden/crude, -/turf/open/floor/plasteel/icecropolis, -/area/ruin/unpowered/icecropolis/rusty) -"hT" = ( -/turf/closed/wall/mineral/wood/nonmetal/icecropolis, -/area/ruin/unpowered/icecropolis/reach) -"ie" = ( -/turf/closed/wall/mineral/wood/nonmetal/icecropolis, -/area/ruin/unpowered/icecropolis) -"in" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/mineral/iron/icecropolis, -/area/ruin/unpowered/icecropolis/russia) -"iq" = ( -/obj/structure/table, -/obj/item/gps, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis/russia) -"it" = ( -/obj/structure/stone_tile/center, -/obj/structure/stone_tile/surrounding, -/obj/effect/decal/cleanable/blood/gibs/core, -/obj/effect/decal/remains/human, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis) -"iy" = ( -/obj/effect/decal/cleanable/dirt, -/mob/living/simple_animal/hostile/asteroid/hivelord/legion, -/obj/item/seeds/cotton, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis) -"iH" = ( -/obj/structure/stone_tile/surrounding_tile{ - dir = 8 - }, -/obj/structure/stone_tile{ - dir = 1 - }, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis/reach) -"iO" = ( -/obj/structure/bed/pod, -/obj/item/bedsheet/syndie, -/obj/effect/mob_spawn/human/corpse/charredskeleton, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/gold) -"iQ" = ( -/mob/living/simple_animal/hostile/asteroid/hivelord/legion, -/turf/open/indestructible/necropolis/air, -/area/ruin/unpowered/icecropolis) -"iR" = ( -/obj/item/toy/foamblade, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis) -"iS" = ( -/turf/open/floor/plating, -/area/ruin/unpowered/icecropolis) -"iV" = ( -/turf/closed/indestructible/riveted/boss, -/area/ruin/unpowered/icecropolis/reach) -"je" = ( -/turf/closed/mineral/random/high_chance/volcanic/icecropolis, -/area/ruin/unpowered/icecropolis) -"jK" = ( -/obj/structure/stone_tile/slab, -/obj/structure/table/wood/fancy/royalblue, -/obj/item/book/granter/spell/smoke/lesser, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis) -"jN" = ( -/obj/item/seeds/apple, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis) -"jR" = ( -/obj/machinery/door/keycard/gates/heathen, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis) -"jV" = ( -/turf/closed/indestructible/riveted/boss, -/area/ruin/unpowered/icecropolis) -"kp" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/indestructible/necropolis/air, -/area/ruin/unpowered/icecropolis) -"kC" = ( -/obj/structure/fluff/fokoff_sign, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/ruin/unpowered/icecropolis/outside) -"kD" = ( -/obj/structure/stone_tile/slab, -/obj/structure/chair/pew{ - dir = 1 - }, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis) -"kK" = ( -/obj/structure/closet/crate/medical, -/obj/item/reagent_containers/blood/random, -/obj/item/reagent_containers/blood/lizard, -/obj/item/reagent_containers/blood/lizard, -/obj/item/stack/sheet/cotton/cloth/ten, -/obj/item/storage/firstaid/brute, -/obj/item/storage/firstaid/medical, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/reach) -"kW" = ( -/obj/structure/stone_tile/slab/cracked, -/obj/effect/decal/cleanable/blood, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis/reach) -"li" = ( -/turf/closed/wall/rust/icecropolis, -/area/ruin/unpowered/icecropolis/rusty) -"ln" = ( -/obj/structure/bed/pod, -/obj/item/bedsheet/rainbow, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/gold) -"lr" = ( -/obj/effect/decal/cleanable/blood/footprints, -/obj/effect/decal/cleanable/blood, -/turf/open/indestructible/necropolis/air, -/area/ruin/unpowered/icecropolis) -"lB" = ( -/obj/structure/table, -/obj/item/ammo_casing/shotgun/improvised, -/obj/item/ammo_casing/shotgun/improvised, -/obj/item/ammo_casing/shotgun/improvised, -/obj/item/ammo_casing/shotgun/improvised, -/obj/item/ammo_casing/shotgun/buckshot, -/obj/item/ammo_casing/shotgun/buckshot, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis/russia) -"lH" = ( -/obj/structure/table/wood, -/obj/item/spear/bonespear, -/obj/item/spear/bonespear, -/obj/item/spear/bonespear, -/obj/item/melee/baseball_bat/bone, -/obj/item/melee/baseball_bat/bone, -/obj/item/melee/baseball_bat/bone, -/obj/item/kitchen/knife/combat/bone, -/obj/item/kitchen/knife/combat/bone, -/obj/item/kitchen/knife/combat/bone, -/obj/item/scythe, -/obj/item/scythe, -/obj/item/scythe, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis/reach) -"lZ" = ( -/mob/living/simple_animal/hostile/asteroid/basilisk/watcher/icewing, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis) -"mj" = ( -/obj/item/trash/boritos, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/gold) -"mk" = ( -/obj/item/stack/sheet/bone, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis) -"ml" = ( -/obj/structure/bed, -/obj/item/bedsheet/random, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis/russia) -"mo" = ( -/obj/structure/table/wood/reinforced, -/obj/item/clothing/head/collectable/tophat, -/obj/item/clothing/head/collectable/petehat, -/obj/item/clothing/head/lobsterhat, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis) -"mp" = ( -/obj/effect/mob_spawn/human/corpse/charredskeleton, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/gold) -"mu" = ( -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis/russia) -"mI" = ( -/obj/structure/stone_tile/slab, -/obj/structure/bookcase/manuals/medical, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis) -"mT" = ( -/obj/structure/windoor_assembly{ - dir = 4 - }, -/turf/open/floor/plasteel/icecropolis, -/area/ruin/unpowered/icecropolis/rusty) -"mU" = ( -/obj/structure/spawner/lavaland/legion, -/turf/open/indestructible/necropolis/air, -/area/ruin/unpowered/icecropolis) -"mX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/glowshroom/single, -/obj/item/seeds/bamboo, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis) -"mZ" = ( -/obj/structure/stone_tile/slab, -/obj/structure/bookcase/random/nonfiction, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis) -"na" = ( -/obj/machinery/door/keycard/gates/heathen, -/turf/open/indestructible/necropolis/air, -/area/ruin/unpowered/icecropolis) -"ng" = ( -/obj/structure/stone_tile/block/burnt, -/obj/structure/stone_tile/block{ - dir = 1 - }, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis/reach) -"nh" = ( -/obj/structure/stone_tile/surrounding/cracked{ - dir = 8 - }, -/obj/item/trash/plate, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/ruin/unpowered/icecropolis/outside) -"nr" = ( -/obj/item/clothing/head/festive{ - desc = "A festive party hat with the name 'timmy' scribbled on the front."; - name = "party hat" - }, -/obj/effect/decal/remains/human, -/obj/item/chair/wood/wings, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis) -"nC" = ( -/obj/structure/stone_tile/surrounding_tile, -/obj/structure/stone_tile{ - dir = 8 - }, -/obj/structure/stone_tile{ - dir = 1 - }, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis/gold) -"nE" = ( -/turf/closed/mineral/random/volcanic/icecropolis, -/area/ruin/unpowered/icecropolis) -"nS" = ( -/obj/item/melee/baton/cattleprod, -/turf/open/floor/plating, -/area/ruin/unpowered/icecropolis/rusty) -"ob" = ( -/obj/machinery/door/keycard/gates/gatekeeper, -/turf/open/indestructible/necropolis/air, -/area/ruin/unpowered/icecropolis) -"og" = ( -/obj/structure/stone_tile/block/burnt{ - dir = 1 - }, -/obj/structure/stone_tile/burnt{ - dir = 8 - }, -/obj/structure/stone_tile/burnt, -/turf/open/lava{ - initial_gas_mix = "ICEMOON_ATMOS" - }, -/area/ruin/unpowered/icecropolis/outside) -"oj" = ( -/obj/structure/stone_tile/slab, -/obj/structure/chair/pew, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis) -"op" = ( -/obj/structure/stone_tile/surrounding/cracked{ - dir = 4 - }, -/obj/structure/stone_tile/surrounding_tile{ - dir = 8 - }, -/turf/open/lava{ - initial_gas_mix = "ICEMOON_ATMOS" - }, -/area/ruin/unpowered/icecropolis/outside) -"oJ" = ( -/obj/structure/stone_tile/slab, -/obj/structure/bookcase/random/reference, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis) -"oQ" = ( -/obj/item/circuitboard/machine/smartfridge, -/turf/open/floor/plasteel/icecropolis, -/area/ruin/unpowered/icecropolis/rusty) -"oS" = ( -/mob/living/simple_animal/hostile/asteroid/hivelord/legion/crystal{ - color = "#880808"; - desc = "Disfigured and distorted, this fallen deacon of The Priest attones by guarding some holy entrance."; - health = 100; - maxHealth = 100; - name = "The Deacon" - }, -/turf/open/indestructible/necropolis/icecropolis, -/area/ruin/unpowered/icecropolis/outside) -"oT" = ( -/obj/structure/stone_tile/cracked{ - dir = 4 - }, -/obj/structure/stone_tile/cracked, -/obj/structure/stone_tile/cracked{ - dir = 8 - }, -/obj/structure/stone_tile/cracked{ - dir = 1 - }, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis) -"oZ" = ( -/obj/structure/stone_tile/block/burnt{ - dir = 8 - }, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis) -"pa" = ( -/obj/structure/stone_tile/block/burnt, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/ruin/unpowered/icecropolis/outside) -"ph" = ( -/obj/effect/mob_spawn/human/corpse/frontier/ranged/trooper, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis/russia) -"pm" = ( -/obj/structure/closet/crate, -/obj/item/gun/ballistic/shotgun/doublebarrel/improvised, -/obj/item/clothing/mask/russian_balaclava, -/obj/item/clothing/shoes/russian, -/obj/item/clothing/suit/armor/vest/russian, -/obj/item/clothing/head/helmet/rus_helmet, -/obj/item/clothing/under/pants/track, -/obj/item/clothing/under/color/black, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis/russia) -"pE" = ( -/obj/structure/stone_tile/slab, -/obj/projectile/bullet/reusable/arrow/bronze, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis/reach) -"pI" = ( -/turf/closed/mineral/volcanic/lava_land_surface, -/area/ruin/unpowered/icecropolis) -"pO" = ( -/obj/structure/stone_tile/cracked{ - dir = 4 - }, -/obj/structure/stone_tile/cracked, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis) -"pT" = ( -/obj/structure/stone_tile/slab, -/obj/structure/necropolis_gate, -/obj/effect/decal/cleanable/blood/footprints, -/obj/effect/decal/cleanable/blood, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis) -"pU" = ( -/obj/machinery/door/keycard/gates/gatekeeper, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis) -"pV" = ( -/obj/structure/closet/crate/radiation, -/obj/machinery/the_singularitygen, -/obj/item/toy/plush/beeplushie, -/obj/item/clothing/suit/hooded/bee_costume, -/obj/item/clothing/mask/rat/bee, -/obj/item/clothing/head/beekeeper_head, -/obj/item/clothing/suit/beekeeper_suit, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/reach) -"qe" = ( -/obj/structure/stone_tile/slab/cracked, -/obj/machinery/door/keycard/gates/bishop, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis/gold) -"qh" = ( -/obj/structure/stone_tile/slab, -/obj/effect/decal/cleanable/blood/footprints, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis) -"ql" = ( -/obj/structure/bed/pod, -/obj/item/bedsheet/wiz, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/gold) -"qA" = ( -/obj/effect/decal/cleanable/blood/gibs/core, -/turf/open/floor/mineral/gold, -/area/ruin/unpowered/icecropolis/gold) -"qC" = ( -/obj/structure/stone_tile{ - dir = 8 - }, -/obj/structure/stone_tile/block{ - dir = 1 - }, -/obj/structure/stone_tile, -/obj/structure/statue/bone/rib{ - color = "#880808"; - dir = 1 - }, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis) -"qQ" = ( -/obj/structure/stone_tile/slab/cracked, -/obj/effect/decal/cleanable/blood/gibs/old, -/mob/living/simple_animal/hostile/mimic/copy/ranged{ - faction = list("mimic","mining") - }, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis/gold) -"qV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/reagent_dispensers/water_cooler{ - name = "punch cooler"; - reagent_id = /datum/reagent/consumable/ethanol/bacchus_blessing - }, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis) -"re" = ( -/obj/structure/stone_tile/slab/cracked, -/obj/item/stack/sheet/mineral/gold/twenty, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis/gold) -"rh" = ( -/obj/structure/stone_tile{ - dir = 1 - }, -/obj/structure/stone_tile/block{ - dir = 8 - }, -/obj/structure/destructible/tribal_torch, -/turf/open/lava, -/area/ruin/unpowered/icecropolis) -"rq" = ( -/obj/structure/fluff/broken_flooring, -/mob/living/simple_animal/hostile/asteroid/hivelord/legion, -/turf/open/floor/plating, -/area/ruin/unpowered/icecropolis/rusty) -"rz" = ( -/obj/item/stack/tile/bronze, -/turf/open/indestructible/necropolis/air, -/area/ruin/unpowered/icecropolis) -"rE" = ( -/obj/structure/stone_tile/slab/cracked, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis) -"rM" = ( -/obj/machinery/door/airlock/glass_large, -/obj/structure/barricade/wooden/crude, -/turf/open/floor/plasteel/icecropolis, -/area/ruin/unpowered/icecropolis/rusty) -"rR" = ( -/obj/item/trash/semki, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/gold) -"rT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/trash/candy, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis) -"sa" = ( -/turf/closed/wall/mineral/iron/icecropolis, -/area/ruin/unpowered/icecropolis/russia) -"sH" = ( -/obj/structure/stone_tile/center{ - pixel_y = -16 - }, -/obj/structure/stone_tile/surrounding{ - pixel_y = -16 - }, -/obj/structure/stone_tile/block, -/obj/structure/bed/dogbed{ - anchored = 1; - color = "#888c8d"; - desc = "A very holy place to rest a weary body."; - name = "Holy Resting Place"; - pixel_y = -8 - }, -/turf/open/lava, -/area/ruin/unpowered/icecropolis) -"sM" = ( -/obj/structure/bed/pod, -/obj/item/bedsheet/yellow, -/obj/item/storage/pill_bottle/trophazole, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/gold) -"sO" = ( -/obj/structure/stone_tile{ - dir = 8 - }, -/obj/structure/stone_tile/block{ - dir = 4 - }, -/obj/structure/stone_tile{ - dir = 4 - }, -/obj/effect/decal/cleanable/blood, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis/reach) -"sT" = ( -/mob/living/simple_animal/hostile/megafauna/blood_drunk_miner/doom{ - desc = "The Lost Prophet, destined to wander the Bloody Hallow in a death stained rut."; - health = 300; - maxHealth = 300; - name = "The Lost Prophet"; - ranged_ignores_vision = 0 - }, -/turf/open/floor/plating, -/area/ruin/unpowered/icecropolis) -"sZ" = ( -/obj/structure/destructible/tribal_torch, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/reach) -"tq" = ( -/obj/structure/stone_tile/block{ - dir = 4; - pixel_y = -16 - }, -/obj/structure/stone_tile/block{ - pixel_x = 16 - }, -/obj/structure/stone_tile, -/turf/open/lava, -/area/ruin/unpowered/icecropolis) -"tv" = ( -/obj/structure/closet/crate/necropolis/tendril, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis) -"tA" = ( -/turf/open/indestructible/necropolis/air, -/area/ruin/unpowered/icecropolis) -"tB" = ( -/obj/item/cardboard_cutout/adaptive, -/obj/item/gun/magic/wand/nothing, -/obj/item/implanter/adrenalin, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis, -/area/ruin/unpowered/icecropolis/outside) -"tE" = ( -/obj/structure/mineral_door/wood, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis/reach) -"tO" = ( -/mob/living/simple_animal/hostile/asteroid/elite/broodmother{ - aggro_vision_range = 5; - desc = "The gatekeeper, a beast dedicated to guarding the wellbeing of its master."; - faction = list("mining"); - health = 300; - loot = list(/obj/item/crusher_trophy/broodmother_tongue, /obj/item/keycard/gatedrop/gatekeeper); - loot_drop = list(); - maxHealth = 200; - name = "The Gatekeeper" - }, -/turf/open/indestructible/necropolis/air, -/area/ruin/unpowered/icecropolis) -"tS" = ( -/obj/structure/stone_tile/surrounding_tile{ - dir = 8 - }, -/obj/structure/stone_tile, -/obj/structure/stone_tile{ - dir = 4 - }, -/obj/structure/stone_tile{ - dir = 1 - }, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis/reach) -"tW" = ( -/obj/structure/table/wood/fancy/red_gold, -/obj/item/reagent_containers/food/snacks/toastedsandwich, -/obj/item/reagent_containers/food/snacks/store/cake/birthday, -/obj/item/reagent_containers/food/snacks/store/bread/creamcheese, -/obj/item/reagent_containers/food/snacks/spaghetti/pastatomato, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/gold) -"tX" = ( -/obj/item/kitchen/knife/butcher, -/obj/structure/closet/secure_closet/freezer/fridge, -/obj/item/clothing/suit/apron/chef, -/obj/item/clothing/head/chefhat, -/obj/item/clothing/under/rank/civilian/chef/skirt, -/obj/item/reagent_containers/food/snacks/meat/slab/goliath, -/obj/item/reagent_containers/food/snacks/meat/slab/goliath, -/obj/item/reagent_containers/food/snacks/meat/slab/goliath, -/obj/item/reagent_containers/food/condiment/flour, -/obj/item/reagent_containers/food/condiment/flour, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/reach) -"um" = ( -/obj/structure/stone_tile/surrounding_tile{ - dir = 4 - }, -/obj/structure/stone_tile, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis/reach) -"uo" = ( -/obj/item/seeds/corn, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis) -"ur" = ( -/obj/structure/legionpike, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis, -/area/ruin/unpowered/icecropolis/outside) -"uC" = ( -/obj/structure/stone_tile, -/obj/structure/stone_tile{ - dir = 1 - }, -/obj/structure/stone_tile/block{ - dir = 8 - }, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis/reach) -"uE" = ( -/obj/structure/stone_tile/slab, -/obj/structure/table/wood/fancy/royalblue, -/obj/item/dragons_blood, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis) -"uF" = ( -/obj/structure/stone_tile/block{ - dir = 1 - }, -/turf/open/lava, -/area/ruin/unpowered/icecropolis) -"uL" = ( -/obj/item/radio/intercom/wideband/directional/east, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis/russia) -"uO" = ( -/obj/structure/table_frame, -/obj/item/table_bell/brass, -/turf/open/floor/plasteel/icecropolis, -/area/ruin/unpowered/icecropolis/rusty) -"uU" = ( -/mob/living/simple_animal/hostile/cult_demon{ - aggro_vision_range = 6; - desc = "A failed usurper of The Priest, too scared to match His might."; - faction = list("mining"); - name = "Ursurper"; - vision_range = 9 - }, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis/russia) -"va" = ( -/obj/structure/stone_tile/slab, -/obj/structure/closet/crate/necropolis, -/obj/effect/spawner/lootdrop/snowdin/dungeonlite, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis) -"vh" = ( -/obj/item/storage/box/disks_plantgene, -/turf/open/floor/plasteel/icecropolis, -/area/ruin/unpowered/icecropolis/rusty) -"vk" = ( -/obj/item/trash/can/food/beans, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/gold) -"vm" = ( -/obj/structure/table/glass, -/obj/item/stock_parts/cell/empty, -/obj/item/stock_parts/cell/empty, -/obj/item/stock_parts/cell/empty, -/obj/item/stock_parts/matter_bin, -/obj/item/stock_parts/matter_bin, -/obj/item/stock_parts/matter_bin, -/obj/item/stock_parts/scanning_module, -/obj/item/stock_parts/scanning_module, -/obj/item/stock_parts/scanning_module, -/obj/item/stock_parts/micro_laser, -/obj/item/stock_parts/micro_laser, -/obj/item/stock_parts/micro_laser, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/capacitor, -/obj/item/stock_parts/capacitor, -/obj/item/stock_parts/capacitor, -/obj/item/stack/cable_coil/random/five, -/turf/open/floor/plating, -/area/ruin/unpowered/icecropolis/rusty) -"vp" = ( -/obj/structure/stone_tile{ - dir = 8 - }, -/obj/structure/stone_tile/surrounding/cracked{ - dir = 4 - }, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis/reach) -"vv" = ( -/turf/closed/indestructible/riveted/boss, -/area/ruin/unpowered/icecropolis/outside) -"vz" = ( -/mob/living/simple_animal/hostile/asteroid/goliath/beast, -/turf/open/indestructible/necropolis/air, -/area/ruin/unpowered/icecropolis) -"vE" = ( -/obj/item/trash/candy, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/gold) -"vP" = ( -/obj/structure/stone_tile/slab/cracked, -/obj/structure/fluff/drake_statue, -/turf/open/lava{ - initial_gas_mix = "ICEMOON_ATMOS" - }, -/area/ruin/unpowered/icecropolis/outside) -"wa" = ( -/obj/effect/mob_spawn/human/corpse/frontier/ranged/trooper, -/obj/structure/toilet, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis/russia) -"wf" = ( -/mob/living/simple_animal/hostile/asteroid/goliath/beast, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis) -"wq" = ( -/obj/structure/stone_tile/surrounding/cracked, -/obj/structure/stone_tile/cracked, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis) -"ws" = ( -/obj/structure/stone_tile/surrounding/cracked{ - dir = 1 - }, -/obj/structure/stone_tile/surrounding_tile{ - dir = 4 - }, -/turf/open/lava{ - initial_gas_mix = "ICEMOON_ATMOS" - }, -/area/ruin/unpowered/icecropolis/outside) -"wt" = ( -/obj/structure/stone_tile/slab, -/obj/effect/decal/cleanable/blood/gibs/old, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis) -"ww" = ( -/obj/effect/mob_spawn/human/corpse/charredskeleton, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis, -/area/ruin/unpowered/icecropolis/outside) -"wy" = ( -/obj/item/shield/riot/roman, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/reach) -"wI" = ( -/obj/structure/stone_tile/slab, -/obj/structure/table/wood/fancy/royalblue, -/obj/item/gun/magic/staff/spellblade, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis) -"wO" = ( -/obj/structure/bed, -/obj/item/bedsheet/random, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis/reach) -"wP" = ( -/obj/structure/stone_tile/slab, -/obj/structure/bookcase/random/fiction, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis) -"xf" = ( -/obj/structure/cable/blue{ - icon_state = "0-2" - }, -/obj/machinery/power/apc/auto_name/directional/north, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis/russia) -"xx" = ( -/obj/structure/stone_tile/slab/cracked, -/obj/structure/table/wood/fancy/red_gold, -/obj/item/slapper, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis/gold) -"yg" = ( -/mob/living/simple_animal/hostile/cult_demon{ - aggro_vision_range = 6; - desc = "A failed usurper of The Priest, too scared to match His might."; - faction = list("mining"); - name = "Ursurper"; - vision_range = 9 - }, -/turf/open/indestructible/necropolis/air, -/area/ruin/unpowered/icecropolis) -"yj" = ( -/obj/structure/stone_tile/surrounding/cracked{ - dir = 8 - }, -/obj/structure/stone_tile{ - dir = 1 - }, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis/reach) -"yl" = ( -/obj/structure/fans/tiny/invisible, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis, -/area/ruin/unpowered/icecropolis/outside) -"yn" = ( -/obj/structure/closet/crate/necropolis, -/obj/item/reagent_containers/food/snacks/canned/peaches, -/obj/item/reagent_containers/food/snacks/sosjerky, -/obj/item/reagent_containers/food/snacks/sosjerky, -/obj/item/reagent_containers/food/snacks/sosjerky, -/obj/item/reagent_containers/food/snacks/sosjerky, -/obj/item/reagent_containers/food/snacks/sosjerky, -/obj/item/reagent_containers/food/drinks/dry_ramen, -/obj/item/reagent_containers/food/drinks/dry_ramen, -/obj/item/reagent_containers/food/drinks/dry_ramen, -/obj/item/reagent_containers/food/drinks/dry_ramen, -/obj/item/reagent_containers/food/drinks/dry_ramen, -/obj/item/reagent_containers/food/snacks/popcorn, -/obj/item/reagent_containers/food/snacks/popcorn, -/obj/item/reagent_containers/food/snacks/popcorn, -/obj/item/reagent_containers/food/snacks/popcorn, -/obj/item/reagent_containers/food/snacks/popcorn, -/obj/item/reagent_containers/food/drinks/soda_cans/cola, -/obj/item/reagent_containers/food/drinks/soda_cans/cola, -/obj/item/reagent_containers/food/drinks/soda_cans/cola, -/obj/item/reagent_containers/food/drinks/soda_cans/cola, -/obj/item/reagent_containers/food/drinks/soda_cans/cola, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/gold) -"yo" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/turf/open/floor/plasteel/icecropolis, -/area/ruin/unpowered/icecropolis/rusty) -"ys" = ( -/obj/structure/stone_tile/surrounding, -/obj/structure/stone_tile/center, -/obj/structure/stone_tile/center, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis/reach) -"yy" = ( -/obj/structure/stone_tile/block{ - pixel_x = 16 - }, -/obj/structure/stone_tile/block{ - dir = 1 - }, -/turf/open/lava, -/area/ruin/unpowered/icecropolis) -"yF" = ( -/obj/item/chair/wood/wings, -/obj/effect/decal/cleanable/dirt, -/obj/item/trash/candy, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis) -"yN" = ( -/obj/structure/stone_tile/block{ - dir = 4; - pixel_y = -16 - }, -/obj/structure/stone_tile{ - dir = 8 - }, -/turf/open/lava, -/area/ruin/unpowered/icecropolis) -"zb" = ( -/obj/structure/fence/door, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/reach) -"zg" = ( -/obj/structure/stone_tile/slab/cracked, -/obj/structure/stone_tile/slab/cracked, -/obj/effect/decal/cleanable/blood/old, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis/gold) -"zo" = ( -/obj/structure/stone_tile/surrounding_tile{ - dir = 1 - }, -/obj/structure/stone_tile, -/obj/structure/stone_tile{ - dir = 4 - }, -/obj/structure/stone_tile{ - dir = 8 - }, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis/reach) -"zp" = ( -/obj/structure/stone_tile/block/burnt, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis) -"zr" = ( -/obj/structure/stone_tile/slab/cracked, -/obj/structure/table/wood/fancy/red_gold, -/obj/item/reagent_containers/syringe{ - desc = "A serum left behind by the fabled Goldwalkers."; - list_reagents = list(/datum/reagent/mutationtoxin/ash = 15); - name = "GoldWalkers Blessing" - }, -/obj/item/reagent_containers/syringe{ - desc = "A serum left behind by the fabled Goldwalkers."; - list_reagents = list(/datum/reagent/mutationtoxin/ash = 15); - name = "GoldWalkers Blessing" - }, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis/gold) -"zu" = ( -/obj/structure/stone_tile/surrounding_tile{ - dir = 4 - }, -/obj/structure/stone_tile{ - dir = 8 - }, -/obj/structure/stone_tile{ - dir = 1 - }, -/obj/structure/stone_tile, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis/reach) -"zy" = ( -/obj/structure/fence{ - dir = 8 - }, -/obj/structure/barricade/wooden/crude, -/turf/open/indestructible/necropolis/air, -/area/ruin/unpowered/icecropolis/russia) -"zA" = ( -/obj/structure/stone_tile/slab, -/obj/item/circuitboard/machine/teleporter_station, -/obj/structure/table/wood/fancy/royalblue, -/obj/item/circuitboard/machine/teleporter_hub, -/obj/item/circuitboard/computer/teleporter, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis) -"zM" = ( -/obj/effect/decal/cleanable/blood/gibs/old, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis) -"zN" = ( -/obj/structure/table, -/obj/item/storage/toolbox/mechanical/old, -/obj/item/storage/toolbox/electrical, -/obj/item/multitool, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis/russia) -"zO" = ( -/obj/item/clothing/head/syndicatefake, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/reach) -"zR" = ( -/obj/structure/stone_tile/slab, -/obj/structure/chair/pew/left, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis) -"Ag" = ( -/obj/structure/stone_tile/slab, -/obj/structure/destructible/tribal_torch, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis) -"Ao" = ( -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/ruin/unpowered/icecropolis/outside) -"AP" = ( -/obj/structure/stone_tile{ - dir = 8 - }, -/obj/structure/stone_tile/block{ - dir = 8; - pixel_y = -16 - }, -/obj/structure/stone_tile/block{ - dir = 4 - }, -/obj/structure/showcase/machinery/tv{ - desc = "How else is The Preist supposed to keep up on the news?"; - name = "Holy Television" - }, -/turf/open/lava, -/area/ruin/unpowered/icecropolis) -"AX" = ( -/obj/structure/stone_tile, -/obj/structure/stone_tile{ - dir = 8 - }, -/obj/structure/stone_tile/block{ - dir = 1 - }, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis/reach) -"Be" = ( -/obj/item/clothing/under/costume/roman, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/reach) -"Bi" = ( -/obj/structure/destructible/tribal_torch, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis) -"Bk" = ( -/turf/open/chasm/lavaland{ - initial_gas_mix = "o2=22;n2=82;TEMP=293.15" - }, -/area/ruin/unpowered/icecropolis/rusty) -"Bl" = ( -/obj/effect/sliding_puzzle/lavaland, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis) -"Bs" = ( -/obj/structure/mineral_door/iron, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis/russia) -"Bw" = ( -/obj/structure/barricade/wooden, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis) -"BJ" = ( -/obj/structure/stone_tile/surrounding/cracked, -/obj/structure/stone_tile/surrounding_tile, -/turf/open/lava{ - initial_gas_mix = "ICEMOON_ATMOS" - }, -/area/ruin/unpowered/icecropolis/outside) -"BK" = ( -/obj/item/trash/candy, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/gold) -"BR" = ( -/obj/structure/barricade/wooden, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis, -/area/ruin/unpowered/icecropolis/outside) -"Ci" = ( -/obj/structure/barricade/wooden/crude, -/turf/open/floor/plating, -/area/ruin/unpowered/icecropolis/rusty) -"Cl" = ( -/obj/structure/stone_tile{ - dir = 1 - }, -/obj/structure/stone_tile/block, -/obj/structure/stone_tile{ - dir = 4 - }, -/obj/structure/statue/bone/rib{ - color = "#880808" - }, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis) -"Co" = ( -/obj/structure/stone_tile/slab, -/obj/structure/chair/pew/right, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis) -"Cp" = ( -/obj/structure/stone_tile/slab, -/obj/structure/table/wood/fancy/royalblue, -/obj/item/storage/book/bible, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis) -"CA" = ( -/obj/structure/stone_tile/block/burnt{ - dir = 4 - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/ruin/unpowered/icecropolis/outside) -"CF" = ( -/obj/structure/stone_tile/surrounding_tile{ - dir = 1 - }, -/obj/structure/stone_tile{ - dir = 4 - }, -/obj/structure/stone_tile, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis/gold) -"CN" = ( -/obj/structure/closet/crate/necropolis, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/reach) -"CO" = ( -/obj/structure/stone_tile/surrounding/cracked{ - dir = 1 - }, -/obj/effect/mob_spawn/human/corpse/charredskeleton, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/ruin/unpowered/icecropolis/outside) -"CQ" = ( -/obj/effect/spawner/lootdrop/snowdin/dungeonmid, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis) -"CY" = ( -/obj/structure/stone_tile/surrounding/cracked{ - dir = 4 - }, -/obj/structure/stone_tile/cracked{ - dir = 8 - }, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis) -"Dh" = ( -/obj/structure/barricade/wooden, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis/russia) -"Di" = ( -/obj/structure/stone_tile/slab, -/obj/item/statuebust, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis) -"Dk" = ( -/obj/structure/bed/pod, -/obj/item/bedsheet/cosmos, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/gold) -"Dq" = ( -/mob/living/simple_animal/hostile/netherworld/migo{ - desc = "The Missionary, carrying out the will of their bishop."; - faction = list("mining"); - name = "Missionary" - }, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/gold) -"Ds" = ( -/obj/machinery/iv_drip, -/obj/item/reagent_containers/food/drinks/waterbottle/large, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/reach) -"Dt" = ( -/obj/structure/stone_tile{ - dir = 8 - }, -/obj/structure/stone_tile{ - dir = 4 - }, -/obj/structure/stone_tile/block{ - dir = 4 - }, -/obj/effect/decal/cleanable/blood, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis) -"DJ" = ( -/obj/item/stack/sheet/bone, -/turf/open/indestructible/necropolis/air, -/area/ruin/unpowered/icecropolis) -"DN" = ( -/obj/structure/stone_tile/block{ - dir = 1 - }, -/obj/effect/decal/cleanable/blood/gibs/core, -/obj/effect/decal/cleanable/blood, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis) -"DR" = ( -/obj/structure/stone_tile/block/burnt{ - dir = 4 - }, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis/reach) -"DZ" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/reach) -"Ei" = ( -/obj/structure/chair/plastic{ - dir = 4 - }, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/reach) -"Eu" = ( -/turf/open/indestructible/necropolis/icecropolis, -/area/ruin/unpowered/icecropolis/outside) -"EE" = ( -/obj/structure/sink/puddle, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/reach) -"EK" = ( -/obj/item/kitchen/knife, -/obj/effect/decal/cleanable/dirt, -/obj/item/trash/candy, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis) -"EU" = ( -/obj/structure/barricade/wooden, -/turf/open/indestructible/necropolis/air, -/area/ruin/unpowered/icecropolis) -"EV" = ( -/obj/structure/cable/blue{ - icon_state = "0-8" - }, -/obj/machinery/power/apc/auto_name/directional/north, -/turf/open/floor/plating, -/area/ruin/unpowered/icecropolis/rusty) -"EX" = ( -/obj/structure/table/wood/reinforced, -/obj/effect/spawner/lootdrop/pizzaparty, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis) -"Ff" = ( -/obj/structure/stone_tile/slab/cracked, -/obj/effect/decal/cleanable/blood/gibs/old, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis/gold) -"Fj" = ( -/turf/open/indestructible/necropolis/air, -/area/ruin/unpowered/icecropolis/reach) -"Fk" = ( -/obj/effect/decal/remains/human, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis) -"Fq" = ( -/mob/living/simple_animal/hostile/asteroid/basilisk/watcher, -/turf/open/indestructible/necropolis/air, -/area/ruin/unpowered/icecropolis) -"Fx" = ( -/obj/structure/stone_tile/slab, -/obj/machinery/door/keycard/gates/priest, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis) -"FD" = ( -/mob/living/simple_animal/hostile/asteroid/basilisk/watcher, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis) -"FI" = ( -/obj/structure/closet/crate, -/obj/item/gun/ballistic/automatic/zip_pistol, -/obj/item/clothing/mask/russian_balaclava, -/obj/item/clothing/shoes/russian, -/obj/item/clothing/suit/armor/vest/russian, -/obj/item/clothing/head/helmet/rus_helmet, -/obj/item/clothing/under/color/black, -/obj/item/grenade/chem_grenade/cleaner, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis/russia) -"FK" = ( -/obj/item/spacecash/bundle/c1000, -/obj/item/spacecash/bundle/c1000, -/obj/item/spacecash/bundle/c1000, -/obj/item/clothing/mask/fakemoustache/italian, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/reach) -"FN" = ( -/obj/item/rcd_ammo, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis) -"FQ" = ( -/obj/structure/necropolis_gate, -/obj/structure/necropolis_arch, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis, -/area/ruin/unpowered/icecropolis/outside) -"FY" = ( -/obj/structure/stone_tile/slab, -/obj/effect/decal/remains/human, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis) -"Gc" = ( -/mob/living/simple_animal/hostile/asteroid/elite/herald{ - aggro_vision_range = 6; - desc = "This Bishop, twisted in its worship, brought holy word to some golden city of lore."; - faction = list("mining"); - health = 400; - loot = list(/obj/item/clothing/neck/cloak/herald_cloak, /obj/item/keycard/gatedrop/bishop); - loot_drop = list(); - maxHealth = 400; - name = "The Bishop"; - ranged_ignores_vision = 0 - }, -/turf/open/floor/mineral/gold, -/area/ruin/unpowered/icecropolis/gold) -"Gf" = ( -/obj/structure/table/wood/reinforced, -/obj/item/reagent_containers/glass/bottle/nutrient/ez, -/obj/item/reagent_containers/glass/bottle/nutrient/ez, -/obj/item/reagent_containers/glass/bottle/nutrient/ez, -/obj/item/reagent_containers/glass/bottle/nutrient/ez, -/obj/item/reagent_containers/glass/bottle/nutrient/l4z, -/obj/item/reagent_containers/glass/bottle/nutrient/l4z, -/obj/item/reagent_containers/glass/bottle/nutrient/l4z, -/obj/item/reagent_containers/glass/bottle/nutrient/l4z, -/obj/item/reagent_containers/glass/bottle/nutrient/rh, -/obj/item/reagent_containers/glass/bottle/nutrient/rh, -/obj/item/reagent_containers/glass/bottle/nutrient/rh, -/obj/item/reagent_containers/glass/bottle/nutrient/rh, -/obj/item/reagent_containers/spray/weedspray, -/obj/item/reagent_containers/spray/weedspray, -/obj/item/reagent_containers/spray/weedspray, -/obj/item/reagent_containers/glass/bottle/nutrient/ez, -/obj/item/reagent_containers/glass/bottle/nutrient/ez, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis/reach) -"Gr" = ( -/obj/item/implanter/sad_trombone, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/reach) -"Gt" = ( -/obj/structure/necropolis_gate, -/obj/structure/stone_tile/slab, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis) -"Gv" = ( -/obj/structure/curtain, -/obj/machinery/shower{ - dir = 1 - }, -/obj/item/soap/homemade, -/turf/open/floor/plasteel/icecropolis, -/area/ruin/unpowered/icecropolis/rusty) -"Gx" = ( -/obj/structure/closet/crate/necropolis, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis/reach) -"GF" = ( -/obj/structure/stone_tile, -/obj/structure/stone_tile{ - dir = 8 - }, -/obj/structure/stone_tile{ - dir = 4 - }, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis/gold) -"GP" = ( -/obj/structure/table/wood/reinforced, -/obj/item/reagent_containers/food/snacks/store/cake/birthday, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis) -"Hd" = ( -/obj/structure/stone_tile/surrounding/cracked{ - dir = 1 - }, -/obj/structure/stone_tile/cracked{ - dir = 4 - }, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis) -"He" = ( -/obj/structure/fluff/broken_flooring, -/obj/structure/mineral_door/wood, -/turf/open/floor/plating, -/area/ruin/unpowered/icecropolis/rusty) -"Hk" = ( -/obj/structure/stone_tile, -/obj/structure/stone_tile/block{ - dir = 4; - pixel_y = -16 - }, -/obj/structure/stone_tile/block{ - dir = 8 - }, -/obj/item/newspaper, -/obj/item/reagent_containers/food/drinks/coffee{ - pixel_x = -8; - pixel_y = -4 - }, -/obj/item/reagent_containers/food/snacks/donut/chaos{ - pixel_x = 6; - pixel_y = -4 - }, -/turf/open/lava, -/area/ruin/unpowered/icecropolis) -"Hq" = ( -/obj/item/stack/tile/bronze, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/gold) -"Hw" = ( -/obj/structure/fence, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/reach) -"Hz" = ( -/obj/structure/table/wood/reinforced, -/obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/lootdrop/pizzaparty, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis) -"HB" = ( -/obj/item/rcd_ammo, -/turf/open/floor/plating, -/area/ruin/unpowered/icecropolis/rusty) -"HC" = ( -/obj/structure/stone_tile/block/burnt, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis/reach) -"HN" = ( -/obj/item/malf_upgrade, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/reach) -"HO" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = 18 - }, -/obj/machinery/light/floor, -/mob/living/simple_animal/hostile/zombie{ - aggro_vision_range = 6; - faction = list("mining") - }, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis/russia) -"HQ" = ( -/obj/structure/stone_tile/slab, -/obj/structure/bookcase/manuals/engineering, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis) -"HW" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis) -"Ie" = ( -/obj/structure/fluff/broken_flooring, -/obj/structure/table/reinforced, -/turf/open/floor/plating, -/area/ruin/unpowered/icecropolis/rusty) -"Ik" = ( -/obj/structure/fluff/drake_statue, -/obj/structure/stone_tile/slab, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis/reach) -"Il" = ( -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis) -"Im" = ( -/obj/structure/table_frame, -/obj/item/reagent_containers/spray/cleaner, -/turf/open/floor/plating, -/area/ruin/unpowered/icecropolis/rusty) -"In" = ( -/obj/structure/stone_tile/slab, -/obj/effect/decal/cleanable/blood/gibs/core, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis) -"Iq" = ( -/obj/effect/decal/remains/human, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis) -"Ir" = ( -/obj/item/trash/plate, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/gold) -"IC" = ( -/obj/structure/flora/rock/pile/icy, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis, -/area/ruin/unpowered/icecropolis/outside) -"IE" = ( -/obj/item/trash/waffles, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/gold) -"IX" = ( -/obj/structure/stone_tile/slab/cracked, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis/gold) -"Jz" = ( -/obj/structure/stone_tile/block/burnt, -/obj/structure/stone_tile/burnt{ - dir = 4 - }, -/obj/structure/stone_tile/burnt{ - dir = 1 - }, -/turf/open/lava{ - initial_gas_mix = "ICEMOON_ATMOS" - }, -/area/ruin/unpowered/icecropolis/outside) -"JB" = ( -/mob/living/simple_animal/hostile/asteroid/gutlunch, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/reach) -"JF" = ( -/obj/structure/stone_tile/block{ - dir = 8; - pixel_y = 16 - }, -/obj/structure/stone_tile/block{ - dir = 4; - pixel_y = -16 - }, -/turf/open/lava, -/area/ruin/unpowered/icecropolis) -"JU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/storage/pill_bottle/trophazole, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis) -"JY" = ( -/obj/item/circuitboard/machine/autolathe, -/obj/structure/frame/machine, -/turf/open/floor/plating, -/area/ruin/unpowered/icecropolis/rusty) -"Ka" = ( -/obj/item/gun/magic/hook, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis) -"Kn" = ( -/obj/structure/reagent_dispensers/beerkeg, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/reach) -"Kq" = ( -/obj/structure/stone_tile/cracked{ - dir = 1 - }, -/obj/structure/stone_tile/cracked{ - dir = 8 - }, -/obj/structure/stone_tile/cracked{ - dir = 4 - }, -/obj/structure/stone_tile/cracked, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis) -"KA" = ( -/obj/structure/stone_tile, -/obj/structure/stone_tile{ - dir = 8 - }, -/obj/structure/stone_tile/block{ - dir = 1 - }, -/obj/effect/decal/remains/human, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis) -"KN" = ( -/obj/structure/table, -/obj/machinery/light/floor, -/obj/item/radio, -/obj/item/radio, -/obj/item/radio, -/obj/item/radio, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis/russia) -"KO" = ( -/obj/structure/stone_tile/slab, -/obj/structure/chair/pew/right{ - dir = 1 - }, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis) -"KS" = ( -/obj/structure/stone_tile/slab, -/obj/structure/mirror{ - pixel_y = 26 - }, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis) -"KW" = ( -/obj/item/trash/can, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/gold) -"KX" = ( -/obj/structure/girder/bronze, -/turf/open/indestructible/necropolis/air, -/area/ruin/unpowered/icecropolis) -"Le" = ( -/mob/living/simple_animal/hostile/zombie{ - aggro_vision_range = 6; - faction = list("mining") - }, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis/russia) -"Lp" = ( -/obj/structure/fluff/fokoff_sign, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis) -"Ls" = ( -/mob/living/simple_animal/hostile/asteroid/goliath/pup{ - a_intent = "help"; - desc = "A small goliath pup. Its tendrils have not yet fully grown. Someone, somehow, has managed to fit a large dog collar around its neck."; - environment_smash = 0; - faction = list("neutral","mining","ashwalker"); - mob_size = 2; - move_force = 1000; - move_resist = 1000; - name = "Pillar"; - pull_force = 1000 - }, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/reach) -"Lt" = ( -/obj/effect/mob_spawn/human/corpse/frontier/ranged/officer, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis/russia) -"Lx" = ( -/turf/open/floor/mineral/gold, -/area/ruin/unpowered/icecropolis/gold) -"LA" = ( -/obj/structure/stone_tile/surrounding/cracked, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/ruin/unpowered/icecropolis/outside) -"LH" = ( -/obj/structure/stone_tile/slab/cracked, -/obj/structure/table/wood/fancy/red_gold, -/obj/item/shield/adamantineshield, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis/gold) -"LL" = ( -/obj/structure/stone_tile/block/burnt{ - dir = 8 - }, -/obj/structure/bonfire/prelit, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/ruin/unpowered/icecropolis/outside) -"LM" = ( -/obj/structure/stone_tile/surrounding_tile{ - dir = 4 - }, -/obj/structure/stone_tile{ - dir = 1 - }, -/obj/structure/stone_tile{ - dir = 8 - }, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis/gold) -"LQ" = ( -/obj/structure/stone_tile/slab, -/obj/structure/chair/comfy/shuttle/bronze{ - dir = 8 - }, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis) -"LT" = ( -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/mineral/gold, -/area/ruin/unpowered/icecropolis/gold) -"LY" = ( -/obj/structure/fence{ - dir = 8 - }, -/obj/structure/barricade/wooden/crude, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis/russia) -"Mc" = ( -/obj/machinery/hydroponics/soil, -/obj/item/grown/cotton, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/reach) -"Mf" = ( -/obj/machinery/light/floor, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis/russia) -"Mh" = ( -/obj/structure/stone_tile/block{ - dir = 8; - pixel_y = 16 - }, -/obj/structure/stone_tile{ - dir = 1 - }, -/turf/open/lava, -/area/ruin/unpowered/icecropolis) -"Mw" = ( -/obj/structure/stone_tile/slab/cracked, -/obj/item/skub, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis/gold) -"MK" = ( -/obj/item/stack/sheet/mineral/gold/twenty, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/gold) -"MR" = ( -/obj/structure/legionnaire_bonfire, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis) -"MT" = ( -/obj/structure/stone_tile/cracked{ - dir = 1 - }, -/obj/structure/stone_tile/cracked{ - dir = 8 - }, -/obj/structure/stone_tile/cracked, -/obj/structure/stone_tile/cracked{ - dir = 4 - }, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis) -"MU" = ( -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/gold) -"MY" = ( -/obj/structure/stone_tile/slab/cracked, -/obj/effect/decal/cleanable/blood/gibs/core, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis/gold) -"Ne" = ( -/obj/structure/stone_tile/slab, -/obj/structure/displaycase/noalert{ - start_showpiece_type = /obj/item/stack/telecrystal/five - }, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis) -"NK" = ( -/obj/structure/bed/dogbed, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis/reach) -"NN" = ( -/obj/structure/table/wood/reinforced, -/obj/item/a_gift, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis) -"NS" = ( -/obj/structure/stone_tile/surrounding/cracked{ - dir = 8 - }, -/obj/structure/stone_tile/cracked{ - dir = 1 - }, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis) -"NU" = ( -/obj/structure/destructible/tribal_torch, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis/reach) -"Od" = ( -/mob/living/simple_animal/hostile/asteroid/hivelord/legion, -/turf/open/floor/plating, -/area/ruin/unpowered/icecropolis/rusty) -"Ol" = ( -/obj/structure/stone_tile/slab/cracked, -/obj/item/trash/sosjerky, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis/gold) -"Om" = ( -/obj/structure/stone_tile/slab/cracked, -/obj/structure/table/wood/fancy/red_gold, -/obj/item/clothing/suit/armor/heavy/adamantine, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis/gold) -"Os" = ( -/obj/structure/chair/comfy/shuttle/bronze{ - dir = 8 - }, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis/reach) -"OB" = ( -/obj/effect/decal/cleanable/blood/old, -/mob/living/simple_animal/hostile/netherworld/migo{ - desc = "The Missionary, carrying out the will of their bishop."; - faction = list("mining"); - name = "Missionary" - }, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/gold) -"OG" = ( -/obj/structure/flora/rock/pile/icy, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/ruin/unpowered/icecropolis/outside) -"OP" = ( -/obj/structure/stone_tile/slab, -/obj/structure/closet/crate/necropolis, -/obj/effect/spawner/lootdrop/snowdin/dungeonmid, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis) -"OX" = ( -/obj/structure/statue/bone/rib{ - color = "#880808"; - dir = 1 - }, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis, -/area/ruin/unpowered/icecropolis/outside) -"OY" = ( -/obj/structure/stone_tile{ - dir = 4 - }, -/obj/structure/stone_tile/block{ - dir = 4 - }, -/turf/open/lava, -/area/ruin/unpowered/icecropolis) -"Pa" = ( -/obj/effect/decal/cleanable/blood/gibs/old, -/turf/open/floor/mineral/gold, -/area/ruin/unpowered/icecropolis/gold) -"Ph" = ( -/obj/structure/stone_tile/surrounding/burnt, -/mob/living/simple_animal/hostile/asteroid/elite/legionnaire{ - desc = "Captain of the Holy Guard, a title few can hold without faulter."; - faction = list("mining"); - health = 300; - loot = list(/obj/item/crusher_trophy/legionnaire_spine, /obj/item/keycard/gatedrop/guard); - loot_drop = list(); - maxHealth = 300; - name = "Captain of the Holy Guard" - }, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis) -"Pl" = ( -/obj/structure/stone_tile/surrounding_tile{ - dir = 1 - }, -/obj/structure/stone_tile{ - dir = 8 - }, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis/reach) -"Pm" = ( -/obj/structure/stone_tile/slab, -/obj/effect/decal/cleanable/blood/gibs/body, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis) -"Pn" = ( -/obj/structure/reagent_dispensers/watertank/high, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis/reach) -"Pw" = ( -/obj/structure/stone_tile/slab, -/obj/structure/showcase, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis) -"PF" = ( -/obj/structure/stone_tile/block{ - dir = 4; - pixel_y = -16 - }, -/obj/structure/stone_tile/block{ - dir = 8; - pixel_y = 16 - }, -/turf/open/lava, -/area/ruin/unpowered/icecropolis) -"PI" = ( -/obj/item/chair/wood/wings, -/obj/effect/decal/cleanable/dirt, -/obj/item/storage/box/emptysandbags, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis) -"PK" = ( -/obj/structure/stone_tile, -/obj/structure/stone_tile{ - dir = 8 - }, -/obj/structure/stone_tile/block{ - dir = 1 - }, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis) -"PP" = ( -/obj/structure/stone_tile/block/burnt{ - dir = 1 - }, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/ruin/unpowered/icecropolis/outside) -"PV" = ( -/obj/item/guardiancreator/choose, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis) -"PW" = ( -/obj/structure/flora/tree/dead, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/ruin/unpowered/icecropolis/outside) -"PX" = ( -/obj/structure/stone_tile/slab/cracked, -/obj/item/trash/sosjerky, -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/ruin/unpowered/icecropolis/outside) -"PZ" = ( -/obj/effect/decal/cleanable/blood/gibs/core, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/gold) -"Qe" = ( -/obj/item/reagent_containers/glass/bottle/nutrient/ez, -/obj/item/reagent_containers/glass/bottle/nutrient/ez, -/obj/item/reagent_containers/glass/bottle/nutrient/ez, -/obj/item/reagent_containers/glass/bottle/nutrient/ez, -/turf/open/floor/plating, -/area/ruin/unpowered/icecropolis/rusty) -"Qf" = ( -/turf/open/lava, -/area/ruin/unpowered/icecropolis) -"Qi" = ( -/obj/effect/decal/cleanable/blood/gibs/old, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/gold) -"Qz" = ( -/obj/vehicle/ridden/atv{ - movedelay = 0; - name = "White Lightning" - }, -/obj/item/key, -/turf/open/indestructible/necropolis/air, -/area/ruin/unpowered/icecropolis) -"QK" = ( -/obj/structure/table, -/obj/item/stack/sheet/mineral/wood{ - amount = 20 - }, -/obj/item/stack/sheet/plasteel, -/obj/item/rcd_ammo, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis/russia) -"QN" = ( -/obj/structure/stone_tile/slab, -/obj/structure/stone_tile/slab, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis/reach) -"QQ" = ( -/obj/structure/stone_tile/slab, -/obj/structure/table/wood/fancy/royalblue, -/obj/item/gavelhammer, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis) -"QW" = ( -/obj/structure/stone_tile/slab, -/obj/structure/table/wood/fancy/royalblue, -/obj/item/gavelblock, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis) -"Ra" = ( -/obj/structure/fluff/drake_statue/falling, -/obj/structure/stone_tile/slab/cracked, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis/gold) -"Rn" = ( -/obj/structure/stone_tile/block/burnt{ - dir = 1 - }, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis/gold) -"Rp" = ( -/obj/structure/stone_tile/center, -/obj/structure/stone_tile/surrounding, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis) -"Rs" = ( -/obj/structure/bed/pod, -/obj/item/bedsheet/purple, -/obj/effect/decal/cleanable/blood/gibs/old, -/obj/item/rcd_ammo, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/gold) -"RO" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = 18 - }, -/mob/living/simple_animal/hostile/asteroid/hivelord/legion, -/turf/open/floor/plasteel/icecropolis, -/area/ruin/unpowered/icecropolis/rusty) -"RQ" = ( -/obj/structure/table/wood/reinforced, -/obj/item/seeds/lavaland/fern, -/obj/item/seeds/lavaland/fireblossom, -/obj/item/seeds/lavaland/porcini, -/obj/item/seeds/lavaland/polypore, -/obj/item/seeds/lavaland/cactus, -/obj/item/seeds/lavaland/cactus, -/obj/item/seeds/lavaland/cactus, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis/reach) -"RT" = ( -/obj/structure/stone_tile/center{ - pixel_x = -16; - pixel_y = 16 - }, -/obj/structure/stone_tile/block{ - dir = 8; - pixel_y = 16 - }, -/obj/structure/stone_tile/block{ - dir = 1 - }, -/turf/open/lava, -/area/ruin/unpowered/icecropolis) -"Sp" = ( -/obj/structure/mineral_door/iron, -/turf/open/indestructible/necropolis/air, -/area/ruin/unpowered/icecropolis) -"St" = ( -/obj/structure/stone_tile/block/burnt{ - dir = 8 - }, -/obj/structure/stone_tile/burnt, -/obj/structure/stone_tile/burnt{ - dir = 1 - }, -/turf/open/lava{ - initial_gas_mix = "ICEMOON_ATMOS" - }, -/area/ruin/unpowered/icecropolis/outside) -"Sy" = ( -/obj/structure/stone_tile{ - dir = 4 - }, -/obj/structure/stone_tile{ - dir = 8 - }, -/obj/structure/stone_tile/block{ - dir = 4 - }, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis/reach) -"SG" = ( -/obj/structure/stone_tile, -/obj/structure/stone_tile/block{ - dir = 1 - }, -/obj/structure/stone_tile{ - dir = 8 - }, -/obj/structure/statue/bone/rib{ - color = "#880808" - }, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis) -"SH" = ( -/obj/effect/decal/cleanable/blood/gibs/old, -/turf/closed/indestructible/riveted/boss, -/area/ruin/unpowered/icecropolis/gold) -"SN" = ( -/obj/structure/table/wood/reinforced, -/obj/item/reagent_containers/glass/bucket/wooden, -/obj/item/reagent_containers/glass/bucket/wooden, -/obj/item/storage/bag/plants, -/obj/item/storage/bag/plants, -/obj/item/plant_analyzer, -/obj/item/plant_analyzer, -/obj/item/shovel/spade, -/obj/item/shovel/spade, -/obj/item/reagent_containers/spray/plantbgone, -/obj/item/reagent_containers/spray/plantbgone, -/obj/item/cultivator/rake, -/obj/item/cultivator/rake, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis/reach) -"SY" = ( -/obj/structure/fence{ - dir = 8 - }, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/reach) -"Te" = ( -/obj/structure/stone_tile/slab, -/obj/structure/closet/cabinet{ - desc = "A wooden cabinet with an engraving stating, Things for Humanoids."; - name = "Things for Humanoids" - }, -/obj/item/stock_parts/cell/hyper/empty, -/obj/item/reagent_containers/food/drinks/bottle/cognac, -/obj/item/reagent_containers/food/condiment/mayonnaise, -/obj/item/reagent_containers/food/snacks/chocolatebar, -/obj/item/spacecash/bundle/c10, -/obj/item/tank/internals/emergency_oxygen/double, -/obj/item/tank/internals/plasmaman/belt, -/obj/item/toy/plush/plushvar, -/obj/item/toy/plush/among, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis) -"Tf" = ( -/obj/structure/stone_tile/slab, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis/reach) -"Tn" = ( -/obj/structure/bed/pod, -/obj/item/bedsheet/cult, -/obj/item/trash/candy, -/obj/item/trash/cheesie, -/obj/item/trash/pistachios, -/obj/item/trash/semki, -/obj/item/trash/sosjerky, -/obj/effect/decal/cleanable/blood/gibs/old, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/gold) -"To" = ( -/obj/structure/mineral_door/wood, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/reach) -"TC" = ( -/obj/item/clothing/head/helmet/roman/legionnaire, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/reach) -"TK" = ( -/obj/structure/closet/crate, -/obj/item/gun/ballistic/revolver/nagant, -/obj/item/clothing/mask/russian_balaclava, -/obj/item/clothing/shoes/russian, -/obj/item/clothing/suit/armor/vest/russian_coat, -/obj/item/clothing/head/helmet/rus_helmet, -/obj/item/clothing/under/color/black, -/obj/item/a_gift{ - desc = "A nicely wrapped present adressed to Yuri."; - name = "gift to Yuri" - }, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis/russia) -"TP" = ( -/obj/item/circuitboard/machine/hydroponics, -/turf/open/floor/plasteel/icecropolis, -/area/ruin/unpowered/icecropolis/rusty) -"Uj" = ( -/obj/structure/stone_tile/slab/cracked, -/obj/effect/decal/cleanable/blood/old, -/obj/item/stack/sheet/mineral/gold/twenty, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis/gold) -"Un" = ( -/obj/structure/table/wood, -/obj/item/pickaxe/improvised, -/obj/item/pickaxe/improvised, -/obj/item/pickaxe/improvised, -/obj/item/pickaxe, -/obj/item/storage/bag/ore, -/obj/item/storage/bag/ore, -/obj/item/storage/bag/ore, -/obj/item/flashlight/lantern, -/obj/item/flashlight/lantern, -/obj/item/flashlight/lantern, -/obj/item/shovel, -/obj/item/shovel, -/obj/item/shovel/spoon, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/reach) -"Ur" = ( -/obj/structure/fluff/broken_flooring, -/turf/open/floor/plating, -/area/ruin/unpowered/icecropolis/rusty) -"Ut" = ( -/obj/structure/cable/blue, -/obj/machinery/power/port_gen/pacman, -/obj/item/wrench/old, -/obj/item/stack/sheet/mineral/plasma/five, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis/russia) -"Ux" = ( -/obj/structure/mineral_door/iron, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis) -"UI" = ( -/turf/open/floor/plasteel/icecropolis, -/area/ruin/unpowered/icecropolis/rusty) -"UJ" = ( -/obj/structure/stone_tile/surrounding{ - pixel_x = 16; - pixel_y = -16 - }, -/obj/structure/stone_tile/block{ - dir = 4; - pixel_y = -16 - }, -/obj/structure/stone_tile/block, -/turf/open/lava, -/area/ruin/unpowered/icecropolis) -"Vk" = ( -/obj/structure/stone_tile/surrounding/cracked{ - dir = 1 - }, -/obj/structure/stone_tile{ - dir = 4 - }, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis/reach) -"Vq" = ( -/obj/structure/stone_tile/block, -/obj/structure/stone_tile{ - dir = 1 - }, -/obj/structure/stone_tile{ - dir = 4 - }, -/obj/structure/fluff/drake_statue/falling{ - color = "#880808"; - desc = "A towering basalt sculpture of a drake. It's old and decrepit, with THE PRIEST inscribed at its base."; - name = "Statue of The Priest"; - pixel_y = -16 - }, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis) -"Vx" = ( -/mob/living/simple_animal/hostile/asteroid/gutlunch, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/gold) -"VU" = ( -/obj/structure/stone_tile/slab, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis) -"VV" = ( -/turf/closed/indestructible/necropolis, -/area/ruin/unpowered/icecropolis) -"VX" = ( -/obj/effect/mob_spawn/human/corpse/charredskeleton, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis) -"We" = ( -/obj/structure/stone_tile/surrounding_tile, -/obj/structure/stone_tile{ - dir = 4 - }, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis/reach) -"Wi" = ( -/obj/structure/fans/tiny/invisible, -/obj/structure/necropolis_gate, -/turf/open/indestructible/necropolis/air, -/area/ruin/unpowered/icecropolis) -"Wo" = ( -/obj/structure/stone_tile/slab, -/obj/structure/bookcase/manuals, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis) -"Wt" = ( -/obj/structure/legionpike, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis) -"Wu" = ( -/obj/structure/table/wood/reinforced, -/obj/item/storage/bag/plants/portaseeder, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis/reach) -"Wz" = ( -/obj/structure/statue/bone/rib{ - color = "#880808" - }, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis, -/area/ruin/unpowered/icecropolis/outside) -"WN" = ( -/obj/structure/stone_tile/block, -/turf/open/lava, -/area/ruin/unpowered/icecropolis) -"WO" = ( -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis, -/area/ruin/unpowered/icecropolis/outside) -"WS" = ( -/obj/structure/stone_tile/slab, -/obj/item/statuebust/hippocratic, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis) -"WT" = ( -/obj/structure/stone_tile/slab/cracked, -/obj/item/trash/popcorn, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis/gold) -"WV" = ( -/obj/structure/stone_tile/center, -/obj/structure/stone_tile/surrounding, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis/reach) -"WW" = ( -/obj/structure/table/wood/reinforced, -/obj/item/seeds/tower, -/obj/item/seeds/glowshroom/glowcap, -/obj/item/seeds/lavaland/ember, -/obj/item/seeds/lavaland/inocybe, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis/reach) -"Xb" = ( -/obj/structure/lavaland/ash_walker, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis/reach) -"Xh" = ( -/obj/structure/stone_tile/slab/cracked, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis/reach) -"Xi" = ( -/obj/item/chair/wood/wings, -/obj/effect/decal/cleanable/dirt, -/obj/item/seeds/coffee, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis) -"Xm" = ( -/obj/structure/ore_box, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/reach) -"Xn" = ( -/obj/structure/stone_tile/slab, -/obj/structure/bookcase/manuals/research_and_development, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis) -"Xo" = ( -/obj/structure/stone_tile/surrounding, -/obj/structure/stone_tile/center, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis/reach) -"Xp" = ( -/obj/structure/stone_tile/block, -/obj/structure/stone_tile/surrounding{ - pixel_y = -16 - }, -/obj/structure/stone_tile/center{ - pixel_y = -16 - }, -/obj/structure/sacrificealtar{ - color = "#880808"; - desc = "An altar designed to perform blood sacrifice to The Priest."; - name = "Altar of the Priest"; - pixel_y = -16 - }, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis) -"Xr" = ( -/obj/structure/stone_tile/block{ - dir = 4 - }, -/obj/structure/stone_tile/block{ - dir = 8 - }, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis/reach) -"Xv" = ( -/obj/structure/stone_tile/block{ - dir = 1 - }, -/obj/structure/stone_tile/block/burnt, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis/reach) -"Xw" = ( -/mob/living/simple_animal/hostile/zombie{ - aggro_vision_range = 6; - faction = list("mining") - }, -/turf/open/indestructible/necropolis/air, -/area/ruin/unpowered/icecropolis) -"XA" = ( -/obj/structure/stone_tile/block/burnt{ - dir = 8 - }, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis/reach) -"XF" = ( -/obj/item/circuitboard/machine/plantgenes, -/turf/open/floor/plasteel/icecropolis, -/area/ruin/unpowered/icecropolis/rusty) -"XI" = ( -/obj/structure/stone_tile{ - dir = 4 - }, -/obj/structure/stone_tile/block, -/obj/structure/stone_tile{ - dir = 1 - }, -/obj/structure/statue/bone/rib{ - color = "#880808"; - dir = 1 - }, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis) -"XN" = ( -/obj/structure/stone_tile/slab, -/obj/structure/table/wood/fancy/royalblue, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis) -"XV" = ( -/obj/effect/spawner/lootdrop/snowdin/dungeonmid, -/turf/open/indestructible/necropolis/air, -/area/ruin/unpowered/icecropolis) -"XY" = ( -/obj/structure/stone_tile/block{ - dir = 1; - pixel_x = -16 - }, -/obj/structure/stone_tile/block, -/turf/open/lava, -/area/ruin/unpowered/icecropolis) -"Ym" = ( -/obj/structure/stone_tile{ - dir = 8 - }, -/obj/structure/stone_tile{ - dir = 4 - }, -/obj/structure/stone_tile/block{ - dir = 4 - }, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis) -"Ys" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/closet/crate/necropolis, -/obj/item/gun/energy/kinetic_accelerator, -/obj/item/borg/upgrade/modkit/cooldown, -/obj/item/borg/upgrade/modkit/damage, -/obj/item/borg/upgrade/modkit/indoors, -/obj/item/borg/upgrade/modkit/range, -/obj/item/borg/upgrade/modkit/trigger_guard, -/obj/item/rcd_ammo, -/obj/item/gps, -/turf/open/floor/plating, -/area/ruin/unpowered/icecropolis) -"YD" = ( -/obj/structure/closet/crate, -/obj/item/storage/toolbox/syndicate, -/obj/item/weldingtool/experimental, -/obj/item/construction/rcd/loaded, -/obj/item/clothing/head/collectable/welding, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/reach) -"YF" = ( -/obj/machinery/door/keycard/gates/guard, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis) -"YJ" = ( -/obj/structure/bed/pod, -/obj/item/bedsheet/red, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/gold) -"YV" = ( -/obj/structure/toilet, -/obj/item/clothing/head/collectable/welding, -/turf/open/floor/plasteel/icecropolis, -/area/ruin/unpowered/icecropolis/rusty) -"YW" = ( -/obj/item/chair/wood/wings, -/obj/effect/decal/cleanable/dirt, -/obj/item/toy/figure/clown, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis) -"YY" = ( -/obj/structure/stone_tile/slab, -/obj/structure/closet/crate/necropolis/dragon, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis) -"Za" = ( -/turf/template_noop, -/area/template_noop) -"Zb" = ( -/obj/structure/stone_tile/slab/cracked, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis/gold) -"Zd" = ( -/obj/item/trash/sosjerky, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/gold) -"Zf" = ( -/obj/structure/closet/crate, -/obj/item/clothing/mask/russian_balaclava, -/obj/item/clothing/shoes/russian, -/obj/item/clothing/suit/armor/vest/russian, -/obj/item/clothing/head/helmet/rus_helmet, -/obj/item/clothing/under/pants/track, -/obj/item/clothing/under/color/black, -/obj/item/kitchen/knife/combat/survival, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis/russia) -"Zh" = ( -/obj/item/circuitboard/machine/biogenerator, -/turf/open/floor/plating, -/area/ruin/unpowered/icecropolis/rusty) -"Zk" = ( -/obj/structure/stone_tile/block{ - dir = 1 - }, -/obj/structure/stone_tile, -/obj/structure/stone_tile{ - dir = 8 - }, -/obj/effect/decal/cleanable/blood/footprints, -/mob/living/simple_animal/hostile/asteroid/hivelord/legion{ - color = "#880808"; - desc = "Disfigured and distorted, this disciple of The Priest fell to temptation before shutting themselves away with their idol."; - health = 200; - loot = list(/obj/item/organ/regenerative_core/legion, /obj/item/keycard/gatedrop/disciple); - maxHealth = 200; - melee_damage_lower = 20; - melee_damage_type = "burn"; - melee_damage_upper = 20; - name = "The Disciple" - }, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis) -"Zm" = ( -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/reach) -"Zw" = ( -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/gold) -"Zz" = ( -/obj/structure/stone_tile/slab, -/obj/machinery/door/keycard/gates/disciple, -/turf/open/indestructible/boss/air, -/area/ruin/unpowered/icecropolis) -"ZA" = ( -/obj/machinery/hydroponics/soil, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/reach) -"ZE" = ( -/obj/structure/mineral_door/gold, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/gold) -"ZF" = ( -/obj/structure/stone_tile/block/burnt, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis/gold) -"ZG" = ( -/obj/structure/stone_tile{ - dir = 1 - }, -/obj/structure/stone_tile{ - dir = 4 - }, -/obj/structure/stone_tile/block, -/turf/open/lava/smooth, -/area/ruin/unpowered/icecropolis) -"ZH" = ( -/obj/structure/table/rolling, -/obj/item/reagent_containers/food/snacks/store/bread/meat, -/turf/open/floor/wood/icecropolis, -/area/ruin/unpowered/icecropolis/reach) -"ZM" = ( -/turf/closed/indestructible/riveted/boss, -/area/ruin/unpowered/icecropolis/gold) -"ZU" = ( -/turf/open/chasm/lavaland{ - initial_gas_mix = "o2=22;n2=82;TEMP=293.15" - }, -/area/ruin/unpowered/icecropolis/gold) -"ZW" = ( -/obj/structure/table/optable, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside, -/area/ruin/unpowered/icecropolis/reach) - -(1,1,1) = {" -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -"} -(2,1,1) = {" -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -"} -(3,1,1) = {" -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -"} -(4,1,1) = {" -Za -Za -Za -Za -Za -Za -Za -Za -CO -CA -cG -Za -Za -Za -Za -Za -Za -Za -Ao -Ao -Ao -Ao -Ao -Ao -Ao -Ao -Ao -Ao -Ao -Ao -Ao -Ao -Ao -Ao -Ao -Ao -Ao -Ao -Ao -Ao -Ao -Ao -Ao -Ao -Ao -Ao -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -"} -(5,1,1) = {" -Za -Za -Za -Za -Za -Za -Za -Za -pa -PX -PP -Za -Za -Za -Za -Za -Za -Za -Ao -fE -fE -fE -fE -fE -fE -fE -fE -fE -fE -fE -fE -fE -fE -fE -fE -fE -fE -fE -fE -fE -fE -fE -fE -fE -fE -Ao -Ao -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -"} -(6,1,1) = {" -Za -Za -Za -Za -Za -Za -Za -Za -nh -LL -LA -Za -Za -Ao -Ao -Ao -Ao -Ao -Ao -fE -jV -jV -jV -jV -jV -jV -jV -jV -jV -jV -jV -jV -jV -jV -jV -jV -jV -jV -jV -jV -jV -jV -jV -jV -fE -fE -Ao -Ao -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -"} -(7,1,1) = {" -Za -Za -Za -Za -Za -Za -Za -Za -Ao -Ao -Ao -Ao -Ao -Ao -fE -fE -fE -fE -fE -fE -jV -je -je -VV -Qf -Qf -Qf -Qf -Qf -Qf -Qf -Qf -Qf -Qf -Qf -Qf -Qf -Qf -Qf -Qf -Qf -Qf -Qf -jV -jV -fE -fE -Ao -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -"} -(8,1,1) = {" -Za -Za -Za -Za -Za -Za -Za -Za -Ao -Ao -Ao -Ao -PW -Ao -fE -jV -jV -jV -jV -jV -jV -nE -nE -VV -Qf -VV -VV -VV -VV -Bi -Il -Il -Il -Il -Il -Il -Il -Bi -VV -VV -VV -VV -Qf -Qf -jV -jV -fE -Ao -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -"} -(9,1,1) = {" -Za -Za -Za -Za -Za -Za -Za -Za -Ao -Ao -ea -Ao -Ao -Ao -fE -jV -je -je -je -je -je -je -je -VV -Qf -VV -uE -YY -VV -VU -Il -Il -Il -Bi -Il -Il -Il -VU -VV -Hk -rh -VV -Qf -Qf -Qf -jV -fE -Ao -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -"} -(10,1,1) = {" -Za -Za -Za -Za -Ao -Ao -Ao -Ao -Ao -Ao -Ao -Ao -Ao -Ao -fE -jV -je -EU -Ys -EU -tA -tA -KX -VV -Qf -VV -wI -VU -Fx -VU -VU -VU -tq -PF -Mh -VU -VU -VU -VU -sH -uF -VV -Qf -Qf -Qf -jV -fE -Ao -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -"} -(11,1,1) = {" -Za -Za -Za -Za -Ao -fE -fE -fE -fE -fE -fE -fE -fE -fE -fE -jV -je -Qz -EU -iS -iS -iS -tA -VV -Qf -VV -zA -VU -VV -VU -Il -Il -yy -gh -XY -Il -Il -VU -VV -AP -OY -VV -Qf -jV -jV -jV -fE -Ao -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -"} -(12,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -jV -jV -jV -jV -jV -jV -jV -jV -jV -je -EU -tA -iS -sT -iS -tA -VV -Qf -VV -VV -VV -VV -Bi -Il -Il -yN -JF -eC -Il -Il -Bi -VV -VV -VV -VV -fN -jV -fE -fE -fE -Ao -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -"} -(13,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -Mw -bU -Zb -ZM -gM -PZ -Zw -Zw -ZM -je -je -tA -eG -iS -eG -tA -VV -Qf -Qf -Qf -Il -Il -Il -Il -Il -Il -VU -Il -Il -Il -Il -Il -Il -Il -Il -fN -jV -fE -Ao -Ao -Ao -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -"} -(14,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -MY -Zb -Ff -ZM -Zw -Zw -Zd -mp -ZM -nE -nE -je -iS -iS -tA -tA -VV -VV -VV -VV -Il -Il -Il -Il -Il -Il -VU -VU -VU -VU -VU -Di -Pw -Il -Bi -jV -jV -Ao -Ao -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -"} -(15,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -ZU -ZU -ZU -ZM -Zw -vk -Zw -gA -ZM -nE -je -je -iS -iS -iS -iS -tA -je -je -VV -Il -Il -Il -Il -Il -Il -VU -Bi -Il -Il -VU -VU -VU -Il -Il -jV -Ao -Ao -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -"} -(16,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -ZU -ZU -ZU -ab -Zw -Dq -Zw -Zw -ZM -nE -nE -je -tA -tA -iS -iS -iS -je -VV -VV -Il -Il -Il -Il -Il -Bi -VU -Il -Il -Il -WS -Ne -VU -Il -Il -jV -fE -Ao -Ao -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -"} -(17,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -ZU -ZU -ZU -ZM -Zw -Zw -Zw -KW -ZM -je -nE -nE -tA -tA -tA -tA -iS -je -VV -Bi -Il -Il -VU -VU -VU -VU -VU -Il -Il -Il -Il -Il -VU -Il -Il -jV -fE -fE -Ao -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -"} -(18,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -Ff -zg -Zb -ZM -Zw -rR -Zw -Zw -ZM -je -nE -je -tA -iS -tA -tA -je -je -VV -Te -VU -VU -VU -Bi -Il -Il -Il -Il -Il -Il -Bi -VU -VU -VU -Bi -jV -jV -fE -Ao -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -"} -(19,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -re -Zb -bU -ZM -Zw -rR -MK -Qi -ZM -je -nE -je -tA -tA -iS -je -je -nE -VV -KS -UJ -uF -VU -VV -VV -VV -VV -VV -VV -wP -VU -VU -VU -VU -VU -wP -jV -fE -Ao -Ao -Ao -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -"} -(20,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -ZM -SH -ZM -ZM -Zw -rR -Zw -PZ -ZM -je -nE -je -je -tA -tA -je -je -nE -VV -VU -WN -RT -VU -VV -Il -Il -Il -Il -VV -mZ -VU -zR -jK -fB -VU -mZ -jV -fE -fE -fE -Ao -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -"} -(21,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -MK -Zw -MU -Zw -MU -KW -mp -Zw -ZM -ZM -ZM -ZM -je -EU -EU -je -nE -nE -VV -LQ -XN -LQ -VU -Gt -Il -Il -Il -Il -VV -oJ -VU -oj -QW -kD -VU -Wo -jV -jV -jV -fE -Ao -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -"} -(22,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -Zw -Zw -mj -rR -Zw -Zw -Zw -Dq -BK -Zw -Hq -ZM -je -EU -je -je -nE -je -VV -VV -VV -VV -VV -VV -Il -Il -Il -Il -VV -mZ -VU -oj -QQ -kD -VU -HQ -VV -KX -jV -fE -Ao -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -"} -(23,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -ZM -ZM -ZM -ZM -Qi -df -Zw -vE -Zw -Zw -Zw -ZM -je -tA -tA -tA -nE -nE -je -jV -jV -nE -nE -VV -VV -Il -Il -VV -VV -mI -VU -Co -Cp -KO -VU -Xn -VV -nE -jV -fE -Ao -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -"} -(24,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -zr -re -qQ -ZM -Zw -Zw -PZ -Zw -Zw -hw -Zw -ZM -nE -nE -je -EU -je -je -je -je -jV -je -nE -nE -VV -Bw -Bw -VV -VV -VV -VV -VV -VV -VV -VV -VV -VV -nE -jV -fE -Ao -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -"} -(25,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -LH -WT -Uj -ZM -Zw -Lx -Gc -LT -Lx -Lx -MU -ZM -je -nE -je -EU -EU -tA -je -nE -jV -nE -nE -Lp -Bw -Bw -Bw -Bw -Bw -Lp -Il -tA -tA -tA -tA -tA -tA -tA -jV -fE -Ao -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -"} -(26,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -Om -Ol -Zb -qe -MU -qA -nC -IX -CF -Lx -Zw -ZM -je -nE -nE -tA -tA -tA -je -nE -jV -nE -nE -Il -Il -Il -Il -Il -Il -Il -Il -tA -Xw -sa -FI -pm -sa -tA -jV -fE -Ao -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -"} -(27,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -hu -re -Zb -ZM -Zw -Lx -ZF -IX -Rn -Lx -Zw -ZM -je -je -nE -tA -tA -tA -je -je -jV -je -nE -je -tA -tA -tA -tA -tA -tA -tA -tA -tA -Mf -ml -ml -fz -tA -jV -fE -Ao -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -"} -(28,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -xx -gX -WT -ZM -Dq -Lx -IX -IX -IX -Lx -Zw -ZM -je -nE -nE -tA -tA -tA -tA -je -jV -jV -jV -jV -jV -jV -jV -jV -jV -jV -jV -jV -tA -mu -ml -ml -Mf -tA -jV -fE -Ao -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -"} -(29,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -ZM -ZM -ZM -ZM -Zw -Lx -ZF -Ra -Rn -Lx -Zw -ZM -ZM -nE -je -je -tA -Fq -tA -EU -jV -EU -tA -tA -tA -tA -zy -tA -tA -tA -tA -tA -tA -sa -TK -Zf -sa -tA -jV -fE -Ao -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -"} -(30,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -Tn -tW -Dk -ZM -Zw -Lx -IX -IX -IX -Pa -Zw -Zw -ZM -nE -je -je -tA -tA -tA -EU -Sp -EU -tA -in -mu -mu -LY -mu -ph -in -tA -tA -tA -tA -tA -tA -tA -tA -jV -fE -Ao -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -"} -(31,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -YJ -Vx -Zw -ZM -Zw -Lx -ZF -IX -Rn -Lx -Zw -Zw -ZE -je -nE -je -tA -tA -tA -EU -Sp -EU -tA -Mf -Lt -mu -LY -mu -mu -Mf -tA -tA -tA -tA -tA -tA -tA -Xw -jV -fE -Ao -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -"} -(32,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -iO -PZ -Qi -ZE -PZ -Lx -GF -IX -LM -Lx -Zw -Ir -ZE -je -nE -je -tA -tA -tA -EU -jV -EU -tA -mu -uU -Dh -LY -Dh -Le -mu -tA -tA -sa -Mf -hi -sa -tA -tA -jV -fE -Ao -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -"} -(33,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -sM -vE -Zw -ZE -Zw -Lx -Lx -Lx -Lx -Lx -rR -Zw -ZE -je -nE -je -tA -tA -tA -je -jV -tA -tA -mu -mu -Dh -eU -Dh -mu -mu -tA -tA -QK -Le -mu -lB -tA -tA -jV -fE -Ao -Ao -Ao -Ao -Za -Za -Za -Za -Za -Za -Za -Za -Za -"} -(34,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -Rs -MK -Zd -ZM -Zw -Zw -Zd -Qi -Zw -Zw -Zw -Zw -ZM -je -nE -je -tA -tA -je -je -jV -yg -tA -uU -mu -Dh -LY -Dh -mu -ph -tA -tA -zN -uL -mu -aM -tA -tA -jV -fE -Ao -Ao -PW -Ao -Ao -Ao -Za -Za -Za -Za -Za -Za -Za -"} -(35,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -ln -yn -ql -ZM -gM -IE -Zw -OB -ZM -ZM -ZM -ZM -ZM -je -nE -je -tA -tA -nE -nE -jV -tA -tA -Mf -mu -mu -LY -mu -mu -Mf -tA -Xw -sa -iq -KN -sa -tA -pI -jV -fE -Ao -Ao -Ao -Ao -aE -Ao -Ao -Za -Za -Za -Za -Za -Za -"} -(36,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -ZM -ZM -ZM -ZM -ZM -ZM -ZM -ZM -ZM -je -je -nE -nE -je -je -je -tA -tA -je -nE -jV -tA -tA -in -sa -Bs -sa -xf -Ut -in -tA -tA -tA -tA -tA -tA -tA -pI -jV -fE -Ao -ea -Ao -Ao -Ao -Ao -OG -Ao -Za -Za -Za -Za -Za -"} -(37,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -nE -nE -nE -je -je -je -je -je -je -nE -nE -je -nE -nE -je -je -tA -tA -je -nE -jV -tA -tA -sa -wa -HO -sa -tA -tA -tA -tA -jV -jV -jV -jV -jV -jV -jV -jV -vv -vv -vv -WO -WO -WO -Ao -Ao -Ao -Ao -Za -Za -Za -Za -"} -(38,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -nE -nE -je -je -tA -KX -je -je -nE -nE -je -je -je -nE -je -tA -tA -tA -je -nE -jV -jV -jV -jV -jV -jV -jV -jV -jV -jV -jV -jV -ur -ur -ur -ur -ur -ur -ur -ur -ur -vv -ws -St -op -WO -Ao -Ao -Ao -Ao -Za -Za -Za -"} -(39,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -nE -je -tA -tA -tA -tA -nE -nE -nE -je -tA -tA -je -je -je -tA -tA -tA -je -nE -je -je -je -je -je -jV -KX -nE -nE -nE -nE -jV -WO -WO -WO -WO -WO -WO -WO -WO -WO -vv -og -vP -Jz -WO -WO -WO -Ao -Ao -Ao -Ao -Za -"} -(40,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -nE -je -tA -je -je -je -nE -je -je -tA -tA -tA -tA -tA -tA -tA -tA -tA -tA -je -je -nE -nE -nE -nE -jV -nE -nE -nE -nE -nE -jV -WO -OX -WO -WO -OX -WO -WO -OX -WO -vv -cF -gn -BJ -WO -WO -WO -WO -Ao -Ao -kC -Ao -"} -(41,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -je -je -tA -je -je -nE -nE -je -tA -tA -tA -tA -tA -tA -Fq -tA -tA -tA -tA -tA -tA -tA -je -je -nE -jV -nE -nE -tA -tA -tA -jV -WO -WO -WO -Eu -Eu -WO -WO -WO -yl -vv -BR -BR -WO -WO -WO -ae -WO -WO -WO -Ao -Ao -"} -(42,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -je -je -tA -je -nE -je -nE -je -tA -tA -tA -tA -tA -tA -tA -tA -tA -tA -nE -nE -je -tA -je -KX -je -jV -nE -nE -tA -EU -jV -jV -WO -WO -Eu -WO -WO -Eu -WO -WO -WO -vv -WO -BR -WO -WO -WO -WO -WO -IC -WO -WO -Ao -"} -(43,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -je -je -tA -tA -je -je -je -tA -tA -tA -je -je -je -tA -je -je -je -tA -nE -nE -je -je -nE -je -nE -jV -nE -nE -tA -EU -tA -Wi -WO -Eu -Eu -oS -Eu -Eu -Eu -WO -WO -FQ -WO -BR -WO -WO -WO -WO -WO -WO -WO -WO -WO -"} -(44,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -je -jV -jV -jV -ob -ob -jV -jV -jV -tA -je -nE -je -nE -nE -je -je -je -nE -nE -nE -je -je -je -je -jV -nE -nE -tA -EU -jV -jV -WO -WO -Eu -WO -WO -Eu -WO -WO -WO -vv -WO -BR -WO -IC -WO -WO -WO -WO -WO -WO -WO -"} -(45,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -je -jV -tA -tA -tA -zM -tA -tA -jV -je -je -nE -nE -nE -nE -jV -jV -jV -jV -jV -jV -jV -jV -jV -jV -jV -nE -nE -tA -tA -tA -jV -WO -WO -WO -Eu -Eu -WO -WO -WO -yl -vv -BR -BR -WO -ae -WO -WO -WO -WO -Ao -Ao -Ao -"} -(46,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -je -jV -DJ -Il -Il -VX -Il -mk -jV -je -je -nE -nE -nE -je -jV -nE -tA -tA -vz -tA -tA -tA -tA -nE -nE -nE -tA -nE -tA -tA -jV -WO -Wz -WO -WO -Wz -WO -WO -Wz -WO -vv -ws -St -op -WO -WO -WO -Ao -kC -Ao -Ao -Ao -"} -(47,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -je -jV -jV -jV -Il -Il -jV -jV -jV -je -nE -nE -je -je -je -jV -nE -tA -tA -tA -tA -tA -tA -tA -tA -nE -tA -nE -nE -tA -nE -jV -WO -WO -WO -WO -WO -WO -WO -WO -WO -vv -og -vP -Jz -WO -WO -WO -Ao -Ao -Ao -Za -Za -"} -(48,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -jV -jV -XV -pU -tO -tA -ob -tv -jV -jV -jV -jV -jV -jV -jV -jV -nE -tA -tA -nE -nE -nE -nE -nE -nE -nE -nE -nE -nE -nE -nE -jV -ur -ur -ur -ur -ur -ur -ur -ur -ur -vv -cF -gn -BJ -WO -WO -WO -ea -Ao -Za -Za -Za -"} -(49,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -nE -jV -jV -jV -Il -tA -jV -jV -jV -nE -nE -nE -nE -nE -nE -jV -nE -tA -tA -nE -jV -jV -jV -jV -jV -jV -jV -jV -jV -jV -jV -jV -jV -jV -jV -jV -jV -jV -jV -vv -vv -vv -WO -WO -WO -Ao -Ao -Ao -Ao -Za -Za -Za -Za -"} -(50,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -nE -jV -tA -VX -Il -zM -tA -HW -jV -nE -nE -nE -nE -nE -nE -jV -nE -tA -tA -nE -jV -nE -nE -nE -nE -nE -nE -nE -jV -Wt -Il -Il -Il -Il -Il -Il -Il -Wt -jV -fE -Ao -Ao -Ao -Ao -Ao -OG -Ao -Ao -Za -Za -Za -Za -Za -"} -(51,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -nE -jV -rz -tA -tA -Il -tA -DJ -jV -nE -nE -nE -nE -je -nE -nE -nE -tA -nE -nE -nE -nE -nE -nE -nE -nE -nE -nE -jV -Il -oT -eH -rE -Il -rE -eH -Kq -Il -jV -fE -Ao -Ao -Ao -Ao -PW -Ao -Za -Za -Za -Za -Za -Za -Za -"} -(52,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -nE -jV -jV -jV -nE -nE -jV -jV -jV -tA -tA -tA -nE -nE -nE -nE -tA -tA -nE -nE -nE -nE -tA -tA -bs -nE -jV -jV -jV -Il -zp -pO -rE -MR -rE -hs -aV -Il -jV -fE -Ao -aE -Ao -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -"} -(53,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -nE -nE -KX -nE -nE -nE -nE -nE -tA -tA -iQ -tA -nE -nE -je -nE -tA -Fq -nE -nE -je -je -tA -aU -tA -nE -jV -PV -YF -Il -rE -rE -wq -Il -NS -rE -rE -FN -jV -fE -Ao -Ao -Ao -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -"} -(54,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -nE -nE -tA -nE -nE -tA -tA -tA -tA -tA -tA -tA -tA -tA -tA -tA -tA -tA -nE -nE -je -nE -tA -tA -nE -nE -jV -dG -YF -Il -Il -Il -Il -Ph -Il -Il -Il -Il -jV -fE -Ao -Ao -Ao -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -"} -(55,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -nE -nE -tA -tA -tA -tA -tA -tA -tA -tA -tA -tA -tA -tA -tA -tA -tA -tA -nE -je -je -nE -nE -nE -nE -nE -jV -CQ -YF -Il -rE -rE -CY -Il -Hd -rE -rE -Il -jV -fE -Ao -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -"} -(56,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -nE -nE -nE -nE -nE -nE -tA -tA -nE -nE -nE -nE -tA -tA -tA -tA -tA -nE -nE -je -nE -nE -nE -nE -nE -nE -jV -jV -jV -Il -zp -hs -rE -Il -rE -pO -aV -Il -jV -fE -Ao -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -"} -(57,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -nE -nE -nE -nE -nE -nE -tA -nE -nE -nE -nE -nE -nE -nE -nE -tA -tA -nE -nE -je -je -nE -tA -nE -nE -nE -je -je -jV -Il -MT -oZ -rE -Il -rE -oZ -oT -Il -jV -fE -Ao -Ao -Ao -Ao -Ao -Za -Za -Za -Za -Za -Za -Za -Za -"} -(58,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -nE -nE -nE -nE -nE -nE -nE -nE -nE -nE -nE -nE -nE -nE -tA -tA -tA -nE -je -je -je -nE -tA -nE -nE -nE -je -nE -jV -Wt -Il -Il -Il -Il -Il -Il -Il -Wt -jV -fE -fE -fE -fE -fE -Ao -Za -Za -Za -Za -Za -Za -Za -Za -"} -(59,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -jV -jV -jV -jV -jV -jV -jV -jV -jV -jV -jV -jV -jV -tA -tA -tA -tA -nE -nE -je -je -nE -tA -nE -nE -nE -nE -nE -jV -jV -jV -jV -Ux -Ux -Ux -jV -jV -jV -jV -jV -jV -jV -jV -fE -Ao -Ao -Ao -Za -Za -Za -Za -Za -Za -"} -(60,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -nE -nE -nE -nE -nE -nE -nE -nE -nE -nE -nE -nE -nE -tA -tA -tA -tA -nE -nE -je -je -nE -tA -nE -nE -nE -nE -nE -nE -nE -nE -Bw -Bw -Bw -Bw -Bw -nE -nE -nE -nE -nE -nE -jV -fE -fE -fE -Ao -Za -Za -Za -Za -Za -Za -"} -(61,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -nE -nE -nE -je -nE -je -je -je -je -je -nE -nE -nE -nE -tA -iQ -tA -nE -nE -je -je -nE -tA -tA -tA -tA -tA -tA -nE -nE -Il -tA -Il -Il -Il -nE -nE -nE -nE -nE -nE -nE -jV -jV -jV -fE -Ao -Za -Za -Za -Za -Za -Za -"} -(62,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -nE -nE -nE -nE -je -je -je -je -je -je -nE -nE -nE -tA -tA -tA -tA -nE -nE -nE -nE -nE -nE -tA -vz -tA -tA -tA -nE -nE -nE -nE -nE -nE -nE -nE -nE -je -je -je -je -nE -nE -nE -jV -fE -Ao -Ao -Ao -Za -Za -Za -Za -"} -(63,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -nE -nE -nE -nE -nE -nE -nE -nE -nE -nE -nE -nE -nE -nE -tA -tA -nE -nE -nE -tA -jV -jV -jV -jV -tA -nE -nE -nE -nE -je -nE -nE -nE -nE -nE -nE -nE -nE -nE -nE -nE -nE -nE -nE -jV -fE -fE -fE -Ao -Za -Za -Za -Za -"} -(64,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -nE -li -li -li -li -li -li -li -li -nE -nE -nE -nE -nE -nE -tA -nE -nE -nE -tA -jV -al -OP -jV -nE -nE -nE -nE -nE -je -je -nE -nE -nE -je -je -nE -nE -nE -ie -dP -mX -PI -ie -jV -jV -jV -fE -Ao -Za -Za -Za -Za -"} -(65,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -nE -li -ft -Zh -vh -li -UI -nS -li -li -li -li -li -nE -tA -tA -nE -nE -nE -tA -jV -Zz -Zz -jV -jV -jV -nE -nE -nE -nE -nE -je -je -nE -nE -nE -je -nE -nE -rT -yF -jN -Fk -YW -nE -nE -jV -fE -Ao -Za -Za -Za -Za -"} -(66,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -nE -li -TP -rq -dJ -li -UI -Ur -li -Od -Ie -Ur -li -li -tA -tA -nE -nE -nE -tA -jV -Pm -di -di -VU -jV -jV -nE -nE -nE -nE -nE -nE -nE -nE -nE -je -nE -nE -nE -nr -EX -GP -fi -nE -nE -jV -fE -Ao -Za -Za -Za -Za -"} -(67,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -nE -li -dg -Ur -dx -hM -dx -Ur -dU -bC -Ie -Ur -UI -li -tA -tA -nE -nE -nE -nE -jV -XI -Ym -Dt -qC -Ag -jV -nE -nE -tA -tA -tA -tA -tA -nE -nE -nE -nE -nE -nE -iR -Hz -mo -uo -nE -nE -jV -fE -Ao -Za -Za -Za -Za -"} -(68,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -nE -li -Qe -oQ -XF -li -bC -UI -li -Ur -yo -UI -bC -li -tA -tA -nE -nE -nE -nE -jV -ZG -Rp -bJ -KA -di -jV -tA -nE -nE -nE -nE -vz -tA -nE -tA -tA -nE -nE -bT -Iq -NN -bR -Iq -nE -nE -jV -fE -Ao -Za -Za -Za -Za -"} -(69,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -nE -li -li -li -li -li -bC -Ur -li -bC -uO -Ur -UI -rM -tA -tA -nE -je -nE -nE -jV -Vq -Xp -DN -Zk -qh -pT -lr -tA -nE -nE -nE -tA -tA -nE -nE -fg -nE -nE -qV -Xi -iy -EK -yF -nE -nE -jV -fE -Ao -Za -Za -Za -Za -"} -(70,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -je -je -je -je -Bk -Bk -Ur -dx -li -mT -Im -UI -UI -Ci -tA -tA -nE -je -nE -nE -jV -ZG -Rp -it -PK -FY -jV -kp -tA -nE -je -nE -nE -tA -nE -nE -Il -nE -nE -ie -JU -nE -eQ -ie -nE -nE -jV -fE -Ao -Za -Za -Za -Za -"} -(71,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -je -je -KX -je -Bk -Bk -Ur -bC -li -UI -Ur -bC -Ur -li -tA -tA -nE -je -nE -nE -jV -Cl -fx -fx -SG -Ag -jV -tA -tA -nE -je -nE -nE -tA -nE -nE -Il -nE -nE -nE -nE -nE -nE -nE -nE -nE -jV -fE -Ao -Za -Za -Za -Za -"} -(72,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -nE -li -li -li -li -li -bC -Ur -hM -UI -bC -UI -li -li -tA -tA -nE -nE -nE -nE -jV -di -In -VU -wt -jV -jV -tA -nE -nE -je -je -nE -tA -nE -nE -tA -tA -nE -nE -nE -nE -nE -nE -nE -nE -jV -fE -Ao -Za -Za -Za -Za -"} -(73,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -nE -li -fK -bC -bC -hM -UI -UI -li -aw -UI -dx -li -nE -hb -tA -nE -nE -nE -nE -jV -Zz -Zz -jV -jV -jV -nE -nE -nE -nE -nE -je -nE -tA -nE -nE -nE -tA -Il -Il -tA -tA -tA -Il -nE -nE -jV -fE -Ao -Za -Za -Za -Za -"} -(74,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -nE -li -EV -Ur -Od -li -li -He -li -li -li -li -li -nE -tA -tA -nE -nE -nE -nE -jV -va -va -jV -tA -tA -tA -nE -nE -Fq -tA -tA -tA -tA -nE -nE -nE -nE -nE -nE -nE -nE -nE -wf -Il -nE -jV -fE -Ao -Za -Za -Za -Za -"} -(75,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -nE -li -JY -UI -UI -li -YV -RO -Gv -li -nE -nE -nE -nE -tA -tA -nE -nE -nE -nE -jV -jV -jV -jV -tA -nE -nE -nE -nE -tA -tA -tA -nE -nE -nE -nE -nE -nE -nE -nE -nE -nE -tA -tA -Il -nE -jV -fE -Ao -Za -Za -Za -Za -"} -(76,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -nE -li -HB -vm -dY -li -li -li -li -li -nE -nE -nE -nE -tA -tA -nE -nE -nE -tA -nE -nE -nE -nE -tA -nE -nE -nE -nE -nE -tA -tA -nE -nE -nE -nE -nE -nE -nE -nE -nE -nE -nE -nE -tA -nE -jV -fE -Ao -Za -Za -Za -Za -"} -(77,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -nE -li -li -li -li -li -nE -nE -nE -nE -nE -nE -nE -nE -tA -tA -nE -nE -nE -tA -tA -tA -nE -nE -tA -nE -tA -tA -nE -nE -nE -nE -nE -nE -nE -tA -tA -tA -tA -tA -tA -nE -nE -nE -nE -nE -jV -fE -Ao -Za -Za -Za -Za -"} -(78,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -nE -nE -nE -nE -nE -nE -nE -nE -nE -nE -nE -nE -nE -tA -tA -tA -nE -nE -nE -tA -Fq -tA -tA -tA -tA -tA -tA -tA -nE -nE -nE -nE -nE -nE -nE -tA -tA -tA -tA -tA -tA -nE -nE -nE -nE -nE -jV -fE -Ao -Za -Za -Za -Za -"} -(79,1,1) = {" -Za -Za -Za -Za -Ao -fE -jV -jV -jV -nE -nE -je -je -je -nE -nE -nE -nE -tA -tA -hb -tA -tA -tA -tA -tA -tA -nE -nE -nE -nE -tA -nE -nE -tA -nE -nE -nE -nE -nE -nE -nE -tA -Il -Il -Bi -tA -tA -nE -nE -nE -je -nE -jV -fE -Ao -Za -Za -Za -Za -"} -(80,1,1) = {" -Za -Za -Za -Za -Ao -fE -fE -fE -jV -nE -je -je -nE -je -je -nE -nE -nE -nE -tA -tA -tA -tA -nE -nE -nE -nE -je -je -je -nE -tA -nE -nE -tA -tA -tA -vz -nE -nE -nE -tA -tA -tA -Il -Il -Il -tA -tA -tA -nE -nE -nE -jV -fE -Ao -Za -Za -Za -Za -"} -(81,1,1) = {" -Za -Za -Za -Za -Ao -Ao -Ao -fE -jV -nE -KX -nE -nE -nE -nE -nE -nE -nE -tA -tA -nE -nE -nE -nE -nE -nE -nE -nE -nE -je -nE -tA -nE -nE -nE -nE -nE -nE -nE -nE -nE -tA -tA -tA -Wt -Il -tA -Il -Wt -tA -nE -nE -nE -jV -fE -Ao -Za -Za -Za -Za -"} -(82,1,1) = {" -Za -Za -Za -Za -Za -Za -Ao -fE -jV -nE -nE -tA -nE -nE -nE -nE -nE -nE -tA -tA -nE -nE -nE -nE -nE -nE -nE -nE -nE -je -je -nE -nE -nE -nE -nE -je -je -nE -iV -iV -iV -iV -iV -Zm -Fj -Xo -Zm -Fj -iV -iV -iV -iV -iV -fE -Ao -Za -Za -Za -Za -"} -(83,1,1) = {" -Za -Za -Za -Za -Za -Za -Ao -fE -jV -nE -tA -Fq -tA -tA -nE -nE -nE -nE -tA -tA -nE -nE -nE -nE -nE -tA -tA -nE -nE -nE -nE -nE -nE -nE -je -je -je -nE -nE -iV -EE -Zm -gF -Zm -Zm -Zm -Xo -Zm -sZ -hT -Pn -SN -Wu -iV -fE -Ao -Za -Za -Za -Za -"} -(84,1,1) = {" -Za -Za -Za -Za -Za -Za -Ao -fE -jV -nE -nE -tA -fT -tA -nE -tA -tA -tA -tA -tA -tA -tA -nE -tA -tA -tA -tA -nE -jV -jV -jV -jV -jV -jV -jV -jV -jV -jV -jV -iV -Zm -Zm -Zm -Zm -Zm -Zm -Xo -Xo -Xo -tE -br -br -br -iV -fE -Ao -Za -Za -Za -Za -"} -(85,1,1) = {" -Za -Za -Za -Za -Za -Za -Ao -fE -jV -nE -nE -tA -tA -tA -nE -nE -tA -tA -tA -tA -nE -tA -nE -tA -mU -tA -nE -nE -jV -fE -fE -fE -fE -fE -fE -fE -fE -fE -fE -iV -Mc -Zm -ZA -Zm -Zm -Xo -Xo -Zm -Zm -hT -br -br -br -iV -fE -Ao -Za -Za -Za -Za -"} -(86,1,1) = {" -Za -Za -Za -Za -Za -Za -Ao -fE -jV -nE -nE -hb -tA -tA -nE -nE -nE -nE -tA -tA -nE -nE -nE -tA -tA -tA -nE -nE -jV -fE -iV -iV -iV -iV -iV -iV -iV -iV -ww -iV -ZA -Zm -ZA -Zm -Zm -Xo -Zm -Zm -Zm -iV -Gf -WW -RQ -iV -fE -Ao -Za -Za -Za -Za -"} -(87,1,1) = {" -Za -Za -Za -Za -Za -Za -Ao -fE -jV -nE -nE -tA -nE -nE -nE -je -nE -nE -nE -tA -tA -nE -nE -tA -tA -nE -je -nE -jV -fE -iV -YD -Zm -Zm -kK -Ds -ZW -iV -tB -iV -ZA -Zm -ZA -Zm -Xo -Xo -Zm -bz -Hw -iV -hT -iV -iV -iV -fE -Ao -Za -Za -Za -Za -"} -(88,1,1) = {" -Za -Za -Za -Za -Za -Za -Ao -fE -jV -nE -nE -nE -nE -nE -nE -je -je -nE -nE -tA -tA -tA -nE -nE -nE -je -je -nE -jV -fE -iV -Zm -cE -Zm -Zm -Zm -Zm -iV -iV -iV -ZA -Zm -ZA -Zm -DZ -Xo -Zm -SY -Zm -Zm -Zm -iV -fE -fE -fE -Ao -Za -Za -Za -Za -"} -(89,1,1) = {" -Za -Za -Za -Za -Za -Za -Ao -fE -jV -nE -nE -je -je -je -nE -nE -je -je -nE -tA -tA -nE -nE -je -je -je -nE -nE -jV -fE -iV -Zm -Gr -Zm -eD -Zm -Zm -hT -sZ -Zm -Zm -Zm -Zm -Zm -Zm -Xo -sZ -SY -Zm -Zm -Zm -iV -fE -Ao -Ao -Ao -Za -Za -Za -Za -"} -(90,1,1) = {" -Za -Za -Za -Za -Za -Za -Ao -fE -jV -nE -nE -nE -nE -nE -nE -nE -nE -je -nE -tA -iQ -nE -nE -je -je -nE -KX -nE -jV -fE -iV -Zm -Zm -Zm -TC -Zm -sZ -hT -Zm -Xo -Xo -Xo -Xo -Xo -Xo -Xo -Zm -SY -Zm -Zm -Zm -iV -fE -Ao -Za -Za -Za -Za -Za -Za -"} -(91,1,1) = {" -Za -Za -Za -Za -Za -Za -Ao -fE -jV -jV -jV -jV -jV -jV -nE -je -je -je -nE -tA -tA -nE -nE -nE -nE -nE -nE -nE -jV -fE -iV -bu -Zm -Be -wy -Zm -Zm -To -Xo -Xo -gs -DR -Tf -DR -zo -Xo -Zm -SY -Zm -JB -Zm -iV -fE -Ao -Za -Za -Za -Za -Za -Za -"} -(92,1,1) = {" -Za -Za -Za -Za -Za -Za -Ao -fE -jV -Ka -jR -tA -tA -jV -nE -nE -nE -nE -nE -tA -tA -nE -nE -Il -Il -FD -nE -nE -jV -fE -iV -Zm -Zm -zO -Zm -Zm -Zm -hT -Zm -Xo -HC -um -Tf -iH -gV -Xo -Xo -zb -Zm -Zm -Zm -iV -fE -Ao -Za -Za -Za -Za -Za -Za -"} -(93,1,1) = {" -Za -Za -Za -Za -Za -Za -Ao -fE -jV -jV -jV -Il -tA -jV -nE -nE -nE -nE -tA -tA -nE -nE -Il -Il -Il -Il -Il -nE -jV -fE -iV -Zm -Zm -pV -Zm -tX -Zm -hT -Zm -Xo -Tf -Tf -Ik -Tf -Tf -Xo -Zm -SY -Zm -JB -Zm -iV -fE -Ao -Za -Za -Za -Za -Za -Za -"} -(94,1,1) = {" -Za -Za -Za -Za -Za -Za -Ao -fE -jV -tA -Il -fh -tA -Ux -nE -nE -nE -tA -tA -tA -nE -nE -Il -tA -Il -Il -tA -nE -jV -fE -iV -Zm -iV -iV -iV -iV -iV -iV -Zm -Xo -HC -Pl -Tf -We -gV -Xo -Zm -SY -Zm -Zm -Zm -iV -fE -Ao -Za -Za -Za -Za -Za -Za -"} -(95,1,1) = {" -Za -Za -Za -Za -Za -Za -Ao -fE -jV -tA -tA -tA -tA -Ux -nE -nE -nE -nE -nE -tA -tA -nE -FD -Il -Bl -tA -Il -nE -jV -fE -iV -HN -iV -pE -Xh -QN -Tf -iV -sZ -Xo -tS -XA -Tf -XA -zu -Xo -Zm -hT -hT -iV -hT -iV -fE -Ao -Za -Za -Za -Za -Za -Za -"} -(96,1,1) = {" -Za -Za -Za -Za -Za -Za -Ao -fE -jV -jV -jV -tA -Il -jV -nE -nE -nE -nE -nE -nE -tA -tA -tA -tA -Il -tA -tA -nE -jV -fE -iV -Kn -iV -Sy -Sy -az -sO -iV -Zm -Xo -ys -Xo -Xo -Xo -Xo -Xo -Zm -hT -fl -Zm -bO -iV -fE -Ao -Za -Za -Za -Za -Za -Za -"} -(97,1,1) = {" -Za -Za -Za -Za -Za -Za -Ao -fE -jV -XV -na -tA -Il -jV -nE -nE -nE -nE -nE -nE -nE -nE -Il -tA -Il -Il -Il -nE -jV -fE -iV -FK -iV -Vk -ge -vp -AX -iV -Zm -Xo -Zm -DZ -WV -Zm -Ls -Xo -WV -To -Zm -Zm -NK -iV -fE -Ao -Za -Za -Za -Za -Za -Za -"} -(98,1,1) = {" -Za -Za -Za -Za -Za -Za -Ao -fE -jV -jV -jV -jV -jV -jV -jV -nE -nE -je -nE -nE -nE -nE -nE -Il -Il -lZ -nE -nE -jV -fE -iV -iV -iV -Xv -Xb -ng -AX -eB -Zm -Xo -Zm -Zm -WV -Zm -Zm -sZ -Zm -iV -NU -br -wO -iV -fE -Ao -Za -Za -Za -Za -Za -Za -"} -(99,1,1) = {" -Za -Za -Za -Za -Za -Za -Ao -fE -fE -fE -fE -fE -fE -fE -jV -nE -nE -nE -nE -nE -nE -nE -nE -nE -nE -nE -nE -nE -jV -fE -fE -fE -iV -yj -Xr -hy -AX -iV -Zm -Zm -hT -hT -tE -hT -iV -iV -Zm -iV -Ei -Zm -br -iV -fE -Ao -Za -Za -Za -Za -Za -Za -"} -(100,1,1) = {" -Za -Za -Za -Za -Za -Za -Ao -Ao -Ao -Ao -Ao -Ao -Ao -fE -jV -jV -jV -jV -jV -jV -jV -jV -jV -jV -jV -jV -jV -jV -jV -fE -fE -fE -iV -uC -hf -uC -gr -iV -sZ -Zm -iV -Zm -br -Zm -Un -iV -Zm -hT -ZH -Zm -CN -iV -fE -Ao -Za -Za -Za -Za -Za -Za -"} -(101,1,1) = {" -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Ao -fE -fE -fE -fE -fE -fE -fE -fE -fE -fE -fE -fE -fE -fE -fE -fE -fE -fE -fE -iV -kW -Xh -Tf -Tf -iV -Zm -Zm -hT -lH -fR -Xm -Xm -hT -Zm -iV -Os -Zm -Gx -iV -fE -Ao -Za -Za -Za -Za -Za -Za -"} -(102,1,1) = {" -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Ao -Ao -Ao -Ao -Ao -Ao -Ao -Ao -Ao -Ao -Ao -Ao -Ao -Ao -Ao -Ao -Ao -Ao -fE -fE -iV -iV -iV -iV -iV -iV -iV -iV -iV -iV -iV -iV -iV -iV -iV -iV -iV -iV -iV -iV -fE -Ao -Za -Za -Za -Za -Za -Za -"} -(103,1,1) = {" -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Ao -Ao -fE -fE -fE -fE -fE -fE -fE -fE -fE -fE -fE -fE -fE -fE -fE -fE -fE -fE -fE -fE -fE -fE -Ao -Za -Za -Za -Za -Za -Za -"} -(104,1,1) = {" -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Ao -Ao -Ao -Ao -Ao -Ao -Ao -Ao -Ao -Ao -Ao -Ao -Ao -Ao -Ao -Ao -Ao -Ao -Ao -Ao -Ao -Ao -Ao -Ao -Za -Za -Za -Za -Za -Za -"} -(105,1,1) = {" -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -Za -"} diff --git a/_maps/RandomRuins/IceRuins/icemoon_underground_oldstation.dmm b/_maps/RandomRuins/IceRuins/icemoon_underground_oldstation.dmm index 2fa47245eab9..1d6aaa0388d5 100644 --- a/_maps/RandomRuins/IceRuins/icemoon_underground_oldstation.dmm +++ b/_maps/RandomRuins/IceRuins/icemoon_underground_oldstation.dmm @@ -5,7 +5,7 @@ "ab" = ( /mob/living/simple_animal/hostile/asteroid/wolf, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/underground/unexplored) +/area/overmap_encounter/planetoid/ice/explored) "ad" = ( /turf/closed/wall/r_wall, /area/ruin/space/has_grav/ancientstation/deltaai) @@ -312,7 +312,7 @@ /area/ruin/space/has_grav/ancientstation) "bd" = ( /turf/template_noop, -/area/icemoon/underground/unexplored) +/area/space) "be" = ( /obj/structure/window/reinforced/spawner/north, /obj/structure/window/reinforced/spawner/west, @@ -320,7 +320,7 @@ /area/ruin/space/has_grav/ancientstation/deltaai) "bf" = ( /turf/open/floor/plating/icemoon, -/area/icemoon/underground/unexplored) +/area/overmap_encounter/planetoid/ice/explored) "bg" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/corner/opaque/blue{ @@ -765,7 +765,7 @@ "cs" = ( /obj/item/stack/rods, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/underground/unexplored) +/area/overmap_encounter/planetoid/ice/explored) "ct" = ( /obj/structure/sign/poster/official/science, /turf/closed/wall, @@ -1071,7 +1071,7 @@ "dF" = ( /obj/structure/lattice, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/underground/unexplored) +/area/overmap_encounter/planetoid/ice/explored) "dG" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, @@ -1651,7 +1651,7 @@ /turf/open/floor/plating/icemoon{ icon_state = "platingdmg1" }, -/area/icemoon/underground/unexplored) +/area/overmap_encounter/planetoid/ice/explored) "fg" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/corner/opaque/yellow{ @@ -2202,7 +2202,7 @@ "gY" = ( /mob/living/simple_animal/hostile/asteroid/hivelord/legion/snow, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/underground/unexplored) +/area/overmap_encounter/planetoid/ice/explored) "gZ" = ( /obj/structure/table, /obj/effect/decal/cleanable/dirt, @@ -3898,7 +3898,7 @@ /area/ruin/space/has_grav/ancientstation/atmo) "lg" = ( /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/underground/unexplored) +/area/overmap_encounter/planetoid/ice/explored) "li" = ( /obj/effect/spawner/structure/window/hollow/reinforced/end{ dir = 8 @@ -4054,14 +4054,14 @@ /turf/open/floor/plating/icemoon{ icon_state = "platingdmg2" }, -/area/icemoon/underground/unexplored) +/area/overmap_encounter/planetoid/ice/explored) "lI" = ( /obj/item/stack/rods, /obj/structure/window/reinforced, /turf/open/floor/plating/icemoon{ icon_state = "platingdmg2" }, -/area/icemoon/underground/unexplored) +/area/overmap_encounter/planetoid/ice/explored) "lJ" = ( /obj/effect/decal/cleanable/dirt, /obj/item/clothing/suit/space/nasavoid/old, @@ -4242,7 +4242,7 @@ /obj/effect/decal/cleanable/dirt, /obj/item/defibrillator, /obj/item/paper/fluff/ruins/oldstation/protosleep{ - info = "*Prototype Sleeper*

We have deliverted the lastest in medical technology to the medical bay for your use." + default_raw_text = "*Prototype Sleeper*

We have deliverted the lastest in medical technology to the medical bay for your use." }, /obj/machinery/power/apc{ dir = 1; @@ -5152,7 +5152,7 @@ "oR" = ( /obj/item/shard, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/underground/unexplored) +/area/overmap_encounter/planetoid/ice/explored) "oS" = ( /obj/effect/decal/cleanable/glass, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ @@ -5225,7 +5225,7 @@ icon_state = "small" }, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/underground/unexplored) +/area/overmap_encounter/planetoid/ice/explored) "pf" = ( /obj/structure/window/reinforced{ dir = 8 @@ -5437,7 +5437,7 @@ "qR" = ( /obj/effect/decal/cleanable/dirt, /turf/closed/mineral/random/snow, -/area/icemoon/underground/unexplored) +/area/overmap_encounter/planetoid/cave/explored) "qS" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/door/firedoor, @@ -5575,7 +5575,7 @@ /obj/structure/lattice, /obj/item/stack/rods, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/underground/unexplored) +/area/overmap_encounter/planetoid/ice/explored) "te" = ( /obj/machinery/door/airlock/maintenance_hatch{ dir = 4 @@ -5942,9 +5942,6 @@ /obj/item/clothing/suit/armor/vest/old, /turf/open/floor/plasteel, /area/ruin/space/has_grav/ancientstation/sec) -"we" = ( -/turf/closed/mineral/random/snow, -/area/ruin/space/has_grav/ancientstation) "wf" = ( /obj/structure/catwalk, /obj/structure/cable{ @@ -6080,7 +6077,7 @@ /area/ruin/space/has_grav/ancientstation/deltacorridor) "xT" = ( /turf/closed/mineral/random/snow, -/area/icemoon/underground/unexplored) +/area/overmap_encounter/planetoid/cave/explored) "xY" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/light/directional/west, @@ -7577,7 +7574,7 @@ dir = 8 }, /turf/open/floor/plating/icemoon, -/area/ruin/space/has_grav/ancientstation/atmo) +/area/overmap_encounter/planetoid/ice/explored) "Mh" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/light/directional/west, @@ -7914,9 +7911,6 @@ }, /turf/open/floor/plasteel, /area/ruin/space/has_grav/ancientstation/sec) -"Pp" = ( -/turf/open/floor/plating/asteroid/snow/icemoon, -/area/template_noop) "Pt" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/power/rad_collector, @@ -8075,7 +8069,7 @@ icon_state = "small" }, /turf/open/floor/plating/icemoon, -/area/icemoon/underground/unexplored) +/area/overmap_encounter/planetoid/ice/explored) "QZ" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, @@ -8144,6 +8138,9 @@ /obj/structure/table, /turf/open/floor/plasteel/white, /area/ruin/space/has_grav/ancientstation/proto) +"RT" = ( +/turf/open/floor/plating/icemoon, +/area/space) "RX" = ( /obj/machinery/door/airlock/external, /obj/effect/mapping_helpers/airlock/cyclelink_helper, @@ -8237,7 +8234,7 @@ /obj/item/stack/rods, /obj/structure/lattice, /turf/open/floor/plating/asteroid/snow/icemoon, -/area/icemoon/underground/unexplored) +/area/overmap_encounter/planetoid/ice/explored) "Tf" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, @@ -8457,7 +8454,7 @@ /obj/machinery/light/directional/east, /obj/structure/table/reinforced, /obj/item/paper/fluff/ruins/oldstation/protosing{ - info = "fucking uhhh tesla -I'll finish this later, Professor Fiddler"; + default_raw_text = "fucking uhhh tesla -I'll finish this later, Professor Fiddler"; name = "Tesla Generator" }, /turf/open/floor/plasteel/white, @@ -8502,7 +8499,7 @@ /turf/open/floor/plating/icemoon{ icon_state = "platingdmg3" }, -/area/icemoon/underground/unexplored) +/area/overmap_encounter/planetoid/ice/explored) "Wi" = ( /obj/machinery/door/airlock/science{ dir = 8 @@ -9029,7 +9026,7 @@ aa aa aa gY -UZ +xT md ch ch @@ -9176,9 +9173,9 @@ aa aa aa aa -UZ -UZ -UZ +xT +xT +xT ch zJ mV @@ -10289,7 +10286,7 @@ lg lg lg lg -Pp +lg lg "} (31,1,1) = {" @@ -10338,7 +10335,7 @@ lg lg lg lg -Pp +lg aa "} (32,1,1) = {" @@ -10726,7 +10723,7 @@ kO bN lr pm -we +xT xT xT xT @@ -10774,8 +10771,8 @@ bN bN bN pl -we -we +xT +xT xT xT xT @@ -10824,7 +10821,7 @@ kP bT kp pj -we +xT xT xT xT @@ -11237,8 +11234,8 @@ lg lg lg xT -we -we +xT +xT bN Go eJ @@ -11286,8 +11283,8 @@ lg lg xT xT -we -we +xT +xT bN bN eJ @@ -11335,8 +11332,8 @@ cs gY xT xT -we -we +xT +xT ci bL eJ @@ -11541,7 +11538,7 @@ lg lg lg dF -bf +RT dF lg lg @@ -11590,7 +11587,7 @@ lg lg lg dF -bf +RT dF dF dF @@ -11639,7 +11636,7 @@ xT lg lg dF -bf +RT dF lg lg @@ -11688,7 +11685,7 @@ xT xT lg dF -bf +RT dF lg lg diff --git a/_maps/RandomRuins/IceRuins/icemoon_underground_slimelab.dmm b/_maps/RandomRuins/IceRuins/icemoon_underground_slimelab.dmm index 701404ed3bac..0f812e83d41f 100644 --- a/_maps/RandomRuins/IceRuins/icemoon_underground_slimelab.dmm +++ b/_maps/RandomRuins/IceRuins/icemoon_underground_slimelab.dmm @@ -21,7 +21,7 @@ /area/ruin/powered/slimelab/lava) "al" = ( /turf/open/floor/plating/asteroid/iceberg, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "an" = ( /obj/machinery/light/small/directional/north, /obj/structure/spacevine, @@ -176,7 +176,7 @@ dir = 1 }, /turf/open/floor/plating/asteroid/icerock/cracked, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "cP" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 5 @@ -274,7 +274,7 @@ dir = 9 }, /turf/closed/wall/mineral/titanium/nodiagonal, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "dQ" = ( /obj/effect/turf_decal/corner/opaque/purple/diagonal{ dir = 4 @@ -519,7 +519,7 @@ pixel_y = 8 }, /turf/open/floor/plating/asteroid/icerock/smooth, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "gj" = ( /obj/machinery/door/firedoor/border_only{ dir = 1 @@ -607,7 +607,7 @@ dir = 1 }, /turf/open/floor/plating/snowed, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "hL" = ( /obj/machinery/hydroponics/soil, /obj/item/seeds/watermelon, @@ -865,7 +865,7 @@ dir = 4 }, /turf/open/floor/plating/snowed, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "kG" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ dir = 8 @@ -1145,7 +1145,7 @@ "mO" = ( /obj/structure/marker_beacon, /turf/open/floor/plating/snowed, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "mQ" = ( /obj/machinery/atmospherics/pipe/heat_exchanging/simple{ dir = 4 @@ -1449,7 +1449,7 @@ dir = 1 }, /turf/open/floor/plating/asteroid/icerock/smooth, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "qB" = ( /obj/structure/chair{ dir = 1 @@ -1666,7 +1666,7 @@ dir = 8 }, /turf/open/floor/plating/asteroid/icerock, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "th" = ( /obj/structure/closet/secure_closet/freezer/meat, /turf/open/floor/plasteel/patterned/grid, @@ -1735,7 +1735,7 @@ pixel_y = -23 }, /turf/open/floor/plating, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "tE" = ( /obj/effect/turf_decal/siding/blue, /obj/effect/turf_decal/siding/blue{ @@ -1797,7 +1797,7 @@ /area/ruin/powered/slimelab/lab) "uh" = ( /turf/closed/mineral/random/snow, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "uz" = ( /turf/open/floor/plasteel, /area/ruin/powered/slimelab/checkpoint) @@ -2082,7 +2082,7 @@ dir = 1 }, /turf/open/floor/plating/asteroid/icerock/smooth, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "xo" = ( /obj/machinery/conveyor{ dir = 4; @@ -2096,7 +2096,7 @@ dir = 4 }, /turf/open/floor/plating/snowed, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "xp" = ( /obj/effect/turf_decal/weather/dirt/corner{ dir = 4 @@ -2207,7 +2207,7 @@ dir = 1 }, /turf/open/floor/plating/snowed, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "xY" = ( /obj/effect/turf_decal/industrial/warning{ dir = 5 @@ -2323,7 +2323,7 @@ /turf/open/floor/plasteel/stairs/medium{ dir = 8 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "zi" = ( /obj/structure/disposalpipe/segment, /obj/effect/turf_decal/corner/opaque/purple/diagonal, @@ -2406,7 +2406,7 @@ /area/ruin/powered/slimelab/checkpoint) "zQ" = ( /turf/open/water, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "Aa" = ( /obj/machinery/door/firedoor/border_only{ dir = 8 @@ -2517,7 +2517,7 @@ /area/ruin/powered/slimelab/checkpoint) "Ba" = ( /turf/open/floor/plating/asteroid/icerock, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "Bf" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 8 @@ -2561,7 +2561,7 @@ /turf/open/floor/plasteel/tech/grid, /area/ruin/powered/slimelab/lava) "Bu" = ( -/obj/item/bedsheet/random, +/obj/item/bedsheet/dorms, /obj/structure/bed, /obj/structure/curtain, /obj/effect/mob_spawn/human/slime_rancher, @@ -2772,7 +2772,7 @@ "Dv" = ( /obj/structure/fence/door, /turf/open/floor/plating/asteroid/icerock, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "DC" = ( /obj/structure/cable{ icon_state = "4-8" @@ -2828,7 +2828,7 @@ }, /obj/effect/mob_spawn/slime, /turf/open/floor/plating/snowed, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "Em" = ( /turf/closed/wall/mineral/titanium/nodiagonal, /area/ruin/powered/slimelab/checkpoint) @@ -2983,7 +2983,7 @@ "FP" = ( /obj/structure/marker_beacon, /turf/open/floor/plating/asteroid/iceberg, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "Gu" = ( /obj/structure/flora/ausbushes/grassybush, /turf/open/floor/plating/grass/jungle, @@ -3051,7 +3051,7 @@ "HH" = ( /obj/machinery/atmospherics/pipe/simple/orange/visible, /turf/closed/wall/mineral/titanium/nodiagonal, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "HK" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 4 @@ -3067,7 +3067,7 @@ /area/ruin/powered/slimelab) "HL" = ( /turf/open/floor/plating/snowed, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "HQ" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 1; @@ -3081,7 +3081,7 @@ "HR" = ( /obj/structure/marker_beacon, /turf/open/floor/plating/asteroid/icerock, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "HY" = ( /obj/structure/closet/emcloset/anchored, /obj/effect/turf_decal/corner/opaque/green/diagonal, @@ -3390,7 +3390,7 @@ "Lc" = ( /obj/structure/chair/plastic, /turf/open/floor/plating/asteroid/icerock, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "Lk" = ( /obj/machinery/vending/coffee, /obj/effect/turf_decal/siding/wood{ @@ -3438,7 +3438,7 @@ /area/ruin/powered/slimelab/lab) "LG" = ( /turf/open/floor/plating/dirt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "LI" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, /obj/effect/decal/cleanable/dirt/dust, @@ -3504,14 +3504,14 @@ /area/ruin/powered/slimelab/checkpoint) "Mg" = ( /turf/open/floor/plating/asteroid/icerock/smooth, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "Ml" = ( /obj/machinery/conveyor{ dir = 4; id = "slimelab" }, /turf/open/floor/plating/snowed, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "Mu" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/white, @@ -3857,7 +3857,7 @@ /turf/open/floor/plasteel/stairs/medium{ dir = 4 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "PX" = ( /obj/effect/turf_decal/corner/opaque/purple/diagonal, /obj/structure/table, @@ -3898,14 +3898,14 @@ /obj/machinery/light_switch{ pixel_y = 25 }, -/obj/item/clothing/under/rank/rnd/scientist/xenobiologist, -/obj/item/clothing/under/rank/rnd/scientist/xenobiologist, -/obj/item/clothing/under/rank/rnd/scientist/xenobiologist, -/obj/item/clothing/under/rank/rnd/scientist/xenobiologist, -/obj/item/clothing/under/rank/rnd/scientist/xenobiologist/skirt, -/obj/item/clothing/under/rank/rnd/scientist/xenobiologist/skirt, -/obj/item/clothing/under/rank/rnd/scientist/xenobiologist/skirt, -/obj/item/clothing/under/rank/rnd/scientist/xenobiologist/skirt, +/obj/item/clothing/under/rank/rnd/scientist, +/obj/item/clothing/under/rank/rnd/scientist, +/obj/item/clothing/under/rank/rnd/scientist, +/obj/item/clothing/under/rank/rnd/scientist, +/obj/item/clothing/under/rank/rnd/scientist/skirt, +/obj/item/clothing/under/rank/rnd/scientist/skirt, +/obj/item/clothing/under/rank/rnd/scientist/skirt, +/obj/item/clothing/under/rank/rnd/scientist/skirt, /obj/item/clothing/shoes/laceup, /obj/item/clothing/shoes/laceup, /obj/item/clothing/shoes/laceup, @@ -3966,7 +3966,7 @@ name = "scrunkly polar bear" }, /turf/open/floor/plating/dirt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "Re" = ( /obj/effect/turf_decal/siding/wood{ dir = 8 @@ -4219,7 +4219,7 @@ /area/ruin/powered/slimelab) "Tx" = ( /turf/open/floor/plating/asteroid/icerock/cracked, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "Ty" = ( /obj/effect/turf_decal/corner/opaque/purple/diagonal, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ @@ -4259,7 +4259,7 @@ dir = 4 }, /turf/open/floor/plating/asteroid/icerock, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "TV" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, @@ -4283,7 +4283,7 @@ /turf/open/floor/plasteel/stairs/medium{ dir = 1 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "Ul" = ( /obj/structure/flora/junglebush/c, /turf/open/floor/plating/grass/jungle, @@ -4701,7 +4701,7 @@ /obj/effect/decal/cleanable/dirt/dust, /obj/machinery/cell_charger, /obj/item/paper{ - info = "I don't know how long we're gonna be asleep for, so I've gone ahead and turned off the atmospherics systems. When you get back up. Turn them on! The base won't work long without it." + default_raw_text = "I don't know how long we're gonna be asleep for, so I've gone ahead and turned off the atmospherics systems. When you get back up. Turn them on! The base won't work long without it." }, /turf/open/floor/plasteel, /area/ruin/powered/slimelab/lava) diff --git a/_maps/RandomRuins/JungleRuins/jungle_abandoned_library.dmm b/_maps/RandomRuins/JungleRuins/jungle_abandoned_library.dmm new file mode 100644 index 000000000000..d141676c0616 --- /dev/null +++ b/_maps/RandomRuins/JungleRuins/jungle_abandoned_library.dmm @@ -0,0 +1,4751 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"an" = ( +/obj/structure/flora/grass/jungle{ + pixel_x = -1; + pixel_y = 5 + }, +/turf/open/floor/plating/dirt/jungle, +/area/ruin/jungle) +"ay" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/fluff/paper/stack{ + max_integrity = 10; + pixel_y = -12; + pixel_x = -5; + dir = 4 + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"aW" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_y = 17; + pixel_x = 5 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 13; + pixel_y = 18 + }, +/obj/effect/decal/cleanable/blood/splatter{ + pixel_y = 15 + }, +/obj/item/ammo_casing/shotgun/buckshot{ + icon_state = "buckshot-spent"; + desc = "A 12 gauge buckshot shell. It is spent."; + projectile_type = null; + pixel_x = 6; + pixel_y = -1 + }, +/obj/item/ammo_casing/shotgun/buckshot{ + icon_state = "buckshot-spent"; + desc = "A 12 gauge buckshot shell. It is spent."; + projectile_type = null; + pixel_x = -7; + pixel_y = -9 + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"bi" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/decal/cleanable/blood{ + icon_state = "floor3" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/jungle) +"bo" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/rack, +/obj/item/toy/plush/lizardplushie{ + pixel_x = -3; + pixel_y = 9 + }, +/obj/item/toy/plush/snakeplushie{ + pixel_x = 6; + pixel_y = -3 + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"bs" = ( +/turf/open/floor/plastic, +/area/ruin/jungle) +"bC" = ( +/obj/structure/table/wood/fancy, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/item/storage/fancy/nugget_box{ + pixel_x = 5; + pixel_y = 9 + }, +/turf/open/floor/carpet/red, +/area/ruin/jungle) +"bF" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/mob/living/carbon/monkey/angry{ + faction = list("jungle") + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"bK" = ( +/obj/effect/decal/cleanable/glass, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/plating/grass/jungle, +/area/ruin/jungle) +"bN" = ( +/obj/structure/table/wood/fancy, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/item/book/manual/random{ + pixel_x = 4; + pixel_y = 11 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/carpet/red, +/area/ruin/jungle) +"bR" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/broken, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"ca" = ( +/obj/item/book/random{ + pixel_x = 8; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/jungle) +"cf" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/carpet/red, +/area/ruin/jungle) +"cl" = ( +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"cn" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/filingcabinet/chestdrawer, +/turf/open/floor/carpet/red, +/area/ruin/jungle) +"cs" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/wood{ + icon_state = "wood-broken4" + }, +/area/ruin/jungle) +"cO" = ( +/turf/open/floor/plating/grass/jungle, +/area/ruin/jungle) +"cP" = ( +/obj/structure/flora/tree/jungle, +/obj/structure/flora/grass/jungle{ + pixel_x = 6; + pixel_y = -15 + }, +/obj/structure/flora/grass/jungle{ + pixel_y = 7 + }, +/turf/open/floor/plating/grass/jungle, +/area/ruin/jungle) +"dh" = ( +/obj/effect/decal/cleanable/blood/splatter{ + pixel_y = -7 + }, +/turf/open/floor/wood/walnut, +/area/ruin/jungle) +"di" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/sign/poster/official/moth{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/broken{ + dir = 1 + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"dn" = ( +/obj/item/storage/book/bible{ + pixel_x = 6; + pixel_y = -6 + }, +/obj/item/gun/ballistic/automatic/pistol/no_mag{ + name = "bible gun"; + pixel_x = -7; + pixel_y = -8; + desc = "A small, easily concealable 10mm handgun. Has a threaded barrel for suppressors. Does not fire holy ammo." + }, +/obj/effect/turf_decal/siding/wood, +/obj/item/ammo_casing/c10mm{ + icon_state = "magnum-brass-nagant"; + projectile_type = null; + desc = "A 10mm bullet casing. It is spent."; + pixel_x = -1 + }, +/obj/item/ammo_casing/c10mm{ + icon_state = "magnum-brass-nagant"; + projectile_type = null; + desc = "A 10mm bullet casing. It is spent."; + pixel_x = 7; + pixel_y = -7 + }, +/turf/open/floor/plasteel/grimy, +/area/ruin/jungle) +"do" = ( +/obj/structure/barricade/wooden, +/obj/structure/spacevine/dense{ + name = "dense vines" + }, +/turf/open/floor/plating/grass/jungle, +/area/ruin/jungle) +"dq" = ( +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood, +/area/ruin/jungle) +"dC" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood{ + icon_state = "wood-broken" + }, +/area/ruin/jungle) +"dJ" = ( +/obj/structure/table/wood/fancy, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/item/reagent_containers/food/snacks/grown/apple{ + pixel_y = 12; + pixel_x = 4 + }, +/turf/open/floor/carpet/red, +/area/ruin/jungle) +"dV" = ( +/obj/machinery/door/airlock/wood, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood{ + icon_state = "floor3" + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/effect/mapping_helpers/airlock/locked, +/obj/structure/barricade/wooden/crude, +/turf/open/floor/wood, +/area/ruin/jungle) +"eo" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood{ + icon_state = "wood-broken6" + }, +/area/ruin/jungle) +"eN" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/plasteel/grimy, +/area/ruin/jungle) +"fe" = ( +/turf/open/floor/wood{ + icon_state = "wood-broken" + }, +/area/ruin/jungle) +"ff" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/decal/cleanable/blood/footprints{ + dir = 1; + pixel_x = -10; + pixel_y = 12 + }, +/obj/effect/decal/cleanable/blood/footprints{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/jungle) +"fi" = ( +/obj/effect/decal/cleanable/blood/tracks, +/obj/effect/decal/cleanable/blood{ + icon_state = "drip5"; + pixel_x = 18; + pixel_y = -1 + }, +/obj/effect/decal/cleanable/blood{ + icon_state = "drip5"; + pixel_x = -6; + pixel_y = 5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"fj" = ( +/obj/structure/fluff/paper/stack{ + max_integrity = 10; + dir = 8; + pixel_x = -26 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken" + }, +/area/ruin/jungle) +"fl" = ( +/obj/structure/table/wood/fancy, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/item/storage/bag/books{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/carpet/red, +/area/ruin/jungle) +"fm" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "floor2"; + pixel_x = 3; + pixel_y = -9 + }, +/obj/effect/decal/cleanable/blood{ + icon_state = "floor3"; + pixel_x = -4; + pixel_y = 3 + }, +/obj/effect/mob_spawn/human/corpse/assistant{ + name = "Curator"; + outfit = /datum/outfit/job/curator; + brute_damage = 400; + backpack_contents = null + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/jungle) +"fC" = ( +/obj/item/stack/sheet/mineral/wood{ + pixel_x = 5; + pixel_y = 5 + }, +/turf/open/floor/wood/walnut, +/area/ruin/jungle) +"fL" = ( +/obj/structure/flora/rock/jungle{ + pixel_x = -8; + pixel_y = -19 + }, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/plating/grass/jungle, +/area/ruin/jungle) +"fR" = ( +/obj/structure/chair/pew{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/plasteel/dark, +/area/ruin/jungle) +"gk" = ( +/obj/structure/grille/broken, +/obj/structure/spacevine/dense{ + name = "dense vines" + }, +/turf/open/floor/plating/dirt/jungle, +/area/ruin/jungle) +"gt" = ( +/obj/structure/sign/poster/contraband/hacking_guide{ + pixel_y = 32 + }, +/turf/open/floor/carpet/black, +/area/ruin/jungle) +"gL" = ( +/obj/structure/rack, +/obj/item/toy/katana, +/turf/open/floor/wood, +/area/ruin/jungle) +"gP" = ( +/obj/structure/table/wood/reinforced, +/obj/item/paper_bin{ + pixel_x = 6; + pixel_y = 4 + }, +/turf/open/floor/carpet/red, +/area/ruin/jungle) +"gQ" = ( +/obj/structure/sign/poster/official/get_your_legs{ + pixel_x = -32 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"gW" = ( +/obj/structure/fluff/paper/stack{ + max_integrity = 10; + dir = 6; + pixel_x = -9; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood/walnut, +/area/ruin/jungle) +"hb" = ( +/obj/structure/table/wood/fancy, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/item/storage/fancy/candle_box{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/structure/sign/warning/nosmoking{ + pixel_y = 32 + }, +/obj/structure/sign/poster/official/moth/smokey{ + pixel_x = 32 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/carpet/red, +/area/ruin/jungle) +"hj" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/carpet/red, +/area/ruin/jungle) +"hr" = ( +/obj/structure/table/wood/fancy, +/obj/item/toy/figure/curator{ + pixel_x = 8; + pixel_y = 9 + }, +/obj/item/toy/figure/paramedic{ + pixel_y = 1; + pixel_x = 6 + }, +/obj/item/trash/candle{ + pixel_x = -8; + pixel_y = 10 + }, +/obj/item/candle{ + pixel_x = -4 + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"hW" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"hY" = ( +/obj/structure/fluff/paper/stack{ + max_integrity = 10; + dir = 8; + pixel_y = 4; + pixel_x = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/jungle) +"iw" = ( +/obj/structure/fluff/paper/stack{ + max_integrity = 10; + dir = 8; + pixel_x = 2; + pixel_y = -9 + }, +/turf/open/floor/wood/walnut, +/area/ruin/jungle) +"iN" = ( +/obj/structure/fluff/paper/stack{ + max_integrity = 10; + dir = 10; + pixel_x = -17; + pixel_y = 4 + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"iQ" = ( +/obj/structure/bookcase/random/adult, +/turf/open/floor/wood, +/area/ruin/jungle) +"iU" = ( +/obj/effect/turf_decal/siding/wood/end{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/garbage{ + pixel_x = 3; + pixel_y = 2 + }, +/obj/structure/closet/crate/bin, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"jk" = ( +/obj/structure/grille/broken{ + icon_state = "brokenratvargrille" + }, +/obj/effect/decal/cleanable/glass{ + pixel_x = 5; + dir = 4 + }, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"jG" = ( +/obj/structure/sign/painting/library, +/turf/closed/wall/mineral/wood, +/area/ruin/jungle) +"jI" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/plating/dirt/jungle, +/area/ruin/jungle) +"ke" = ( +/obj/effect/decal/cleanable/blood/tracks, +/obj/effect/decal/cleanable/blood/footprints, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/jungle) +"km" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/plasteel/grimy, +/area/ruin/jungle) +"kw" = ( +/obj/machinery/light/broken, +/turf/open/floor/wood, +/area/ruin/jungle) +"kx" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"ky" = ( +/obj/structure/door_assembly/door_assembly_wood, +/obj/structure/barricade/wooden/crude, +/turf/open/floor/wood, +/area/ruin/jungle) +"kz" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/carpet/red, +/area/ruin/jungle) +"kD" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/item/book/manual/wiki/medical_cloning{ + pixel_x = 14 + }, +/obj/structure/fluff/paper/stack{ + max_integrity = 10; + dir = 8 + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"kE" = ( +/obj/effect/mob_spawn/human/corpse/assistant{ + name = "Chaplain"; + outfit = /datum/outfit/job/chaplain + }, +/obj/effect/decal/cleanable/blood{ + pixel_y = 14 + }, +/obj/effect/decal/cleanable/blood{ + icon_state = "floor4"; + pixel_x = -24 + }, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/light/broken{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/ruin/jungle) +"kF" = ( +/obj/structure/table/wood/fancy, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/carpet/red, +/area/ruin/jungle) +"kG" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/vending/cola/space_up, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/wood, +/area/ruin/jungle) +"kK" = ( +/obj/effect/turf_decal/siding/wood, +/obj/item/chair/wood{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood{ + icon_state = "floor3"; + pixel_x = -14; + pixel_y = 3 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood{ + icon_state = "wood-broken3" + }, +/area/ruin/jungle) +"kN" = ( +/obj/structure/flora/junglebush/c, +/turf/open/floor/plating/grass/jungle, +/area/ruin/jungle) +"kU" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood{ + icon_state = "wood-broken3" + }, +/area/ruin/jungle) +"kV" = ( +/obj/effect/decal/cleanable/plastic, +/obj/effect/decal/cleanable/blood{ + icon_state = "floor4"; + pixel_x = 13 + }, +/mob/living/simple_animal/hostile/gorilla{ + dir = 4 + }, +/turf/open/floor/carpet/red, +/area/ruin/jungle) +"la" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/generic, +/obj/machinery/light/broken, +/turf/open/floor/wood, +/area/ruin/jungle) +"lb" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood/walnut{ + icon_state = "wood-broken" + }, +/area/ruin/jungle) +"lg" = ( +/obj/effect/decal/cleanable/glass{ + dir = 1 + }, +/turf/open/floor/plating/grass/jungle, +/area/ruin/jungle) +"lh" = ( +/obj/structure/flora/grass/jungle{ + pixel_x = -8; + pixel_y = 10 + }, +/turf/open/floor/plating/grass/jungle, +/area/ruin/jungle) +"li" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/jungle) +"ln" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/vending/snack/green, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/jungle) +"lA" = ( +/obj/structure/table/wood, +/turf/open/floor/carpet/red, +/area/ruin/jungle) +"lB" = ( +/obj/structure/displaycase{ + start_showpiece_type = /obj/item/book_of_babel + }, +/obj/structure/spider/stickyweb, +/turf/open/floor/carpet/nanoweave, +/area/ruin/jungle) +"lD" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/mob_spawn/human/corpse/assistant{ + name = "Paramedic"; + outfit = /datum/outfit/job/paramedic; + backpack_contents = null + }, +/obj/effect/decal/cleanable/blood{ + icon_state = "floor3"; + pixel_x = -6; + pixel_y = -2 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/jungle) +"lM" = ( +/turf/closed/indestructible/wood, +/area/ruin/jungle) +"lY" = ( +/obj/structure/table/wood/reinforced, +/obj/item/storage/photo_album/library{ + pixel_x = -12 + }, +/obj/item/photo/old{ + pixel_x = 4 + }, +/turf/open/floor/carpet/red, +/area/ruin/jungle) +"mk" = ( +/obj/structure/flora/grass/jungle{ + pixel_x = 1; + pixel_y = -2 + }, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/plating/grass/jungle, +/area/ruin/jungle) +"mo" = ( +/obj/structure/flora/tree/jungle/small, +/turf/open/floor/plating/grass/jungle, +/area/ruin/jungle) +"mt" = ( +/obj/structure/flora/grass/jungle/b{ + pixel_x = -6; + pixel_y = -4 + }, +/turf/open/floor/plating/grass/jungle, +/area/ruin/jungle) +"mv" = ( +/obj/machinery/door/airlock/wood, +/turf/open/floor/plastic, +/area/ruin/jungle) +"mx" = ( +/obj/structure/bonfire/prelit, +/turf/open/floor/plating/grass/jungle, +/area/ruin/jungle) +"mz" = ( +/turf/open/floor/plating/dirt/jungle, +/area/ruin/jungle) +"mF" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/turf/open/floor/carpet/red, +/area/ruin/jungle) +"mG" = ( +/obj/structure/sign/departments/holy{ + pixel_y = 32 + }, +/turf/open/floor/wood/walnut, +/area/ruin/jungle) +"mK" = ( +/obj/effect/decal/cleanable/dirt/dust, +/mob/living/carbon/monkey/angry{ + faction = list("jungle") + }, +/turf/open/floor/wood/walnut, +/area/ruin/jungle) +"mP" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/paper/stack{ + max_integrity = 10; + dir = 8; + pixel_y = 4; + pixel_x = 1 + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"mS" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/structure/railing/wood, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"mV" = ( +/obj/structure/fluff/paper/stack{ + max_integrity = 10; + dir = 5; + pixel_y = 9; + pixel_x = -1 + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"mW" = ( +/obj/structure/bookcase, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"mX" = ( +/obj/structure/grille/broken, +/turf/open/floor/wood, +/area/ruin/jungle) +"na" = ( +/obj/structure/sign/poster/official/focus{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"ng" = ( +/obj/effect/turf_decal/chapel{ + dir = 4 + }, +/turf/open/floor/plasteel/mono/dark, +/area/ruin/jungle) +"nn" = ( +/obj/structure/showcase/cyborg, +/obj/effect/turf_decal/siding/brown{ + dir = 10 + }, +/obj/machinery/door/poddoor/shutters/indestructible{ + id = "library_shutters" + }, +/turf/open/floor/carpet/nanoweave, +/area/ruin/jungle) +"ns" = ( +/obj/structure/chair/pew{ + dir = 1 + }, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/plating/dirt/jungle, +/area/ruin/jungle) +"nu" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/spacevine/dense{ + name = "dense vines" + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"nw" = ( +/obj/structure/flora/junglebush/b, +/turf/open/floor/plating/grass/jungle, +/area/ruin/jungle) +"nJ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/wood/walnut, +/area/ruin/jungle) +"oc" = ( +/turf/open/floor/carpet/red, +/area/ruin/jungle) +"oe" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/broken{ + dir = 1 + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"of" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/red, +/area/ruin/jungle) +"on" = ( +/turf/open/floor/carpet/nanoweave, +/area/ruin/jungle) +"oq" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"oN" = ( +/obj/structure/fluff/paper/stack{ + max_integrity = 10; + pixel_y = 7; + pixel_x = -8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/jungle) +"oP" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 4 + }, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/carpet/nanoweave, +/area/ruin/jungle) +"oT" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/chair/wood, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/jungle) +"pk" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/fulltile, +/turf/open/floor/wood, +/area/ruin/jungle) +"pF" = ( +/obj/structure/table/wood/fancy, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/item/storage/box/papersack{ + icon_state = "paperbag_Heart_closed"; + pixel_x = 3; + pixel_y = 5 + }, +/turf/open/floor/carpet/red, +/area/ruin/jungle) +"pX" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/vomit/old{ + pixel_x = 3; + pixel_y = -14 + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"pY" = ( +/obj/structure/fluff/paper/stack{ + max_integrity = 10; + pixel_y = -16; + dir = 4; + pixel_x = 2 + }, +/turf/open/floor/wood/walnut, +/area/ruin/jungle) +"qg" = ( +/obj/structure/table/wood/fancy, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/item/reagent_containers/food/snacks/grilledcheese{ + pixel_x = 4; + pixel_y = 13 + }, +/obj/item/reagent_containers/food/drinks/soda_cans/cola{ + pixel_x = -7; + pixel_y = -4 + }, +/turf/open/floor/carpet/red, +/area/ruin/jungle) +"ql" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/open/floor/carpet/red, +/area/ruin/jungle) +"qm" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/item/ammo_casing/shotgun/buckshot{ + icon_state = "buckshot-spent"; + desc = "A 12 gauge buckshot shell. It is spent."; + projectile_type = null + }, +/obj/item/ammo_casing/shotgun/buckshot{ + icon_state = "buckshot-spent"; + desc = "A 12 gauge buckshot shell. It is spent."; + projectile_type = null; + pixel_x = -5; + pixel_y = -6 + }, +/obj/item/ammo_casing/shotgun/buckshot{ + icon_state = "buckshot-spent"; + desc = "A 12 gauge buckshot shell. It is spent."; + projectile_type = null; + pixel_x = 6; + pixel_y = -1 + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"qB" = ( +/obj/structure/flora/rock/jungle{ + pixel_x = -8; + pixel_y = -36 + }, +/obj/structure/flora/tree/jungle/small{ + pixel_x = -37 + }, +/turf/open/floor/plating/grass/jungle, +/area/ruin/jungle) +"rf" = ( +/obj/structure/fluff/paper/stack{ + max_integrity = 10; + pixel_x = 11; + pixel_y = -9; + dir = 1 + }, +/obj/structure/fluff/paper/stack{ + max_integrity = 10; + pixel_x = 2; + pixel_y = -9 + }, +/turf/open/floor/wood/walnut, +/area/ruin/jungle) +"rl" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/carpet/red, +/area/ruin/jungle) +"rE" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/fluff/paper/stack{ + max_integrity = 10; + dir = 9; + pixel_x = -9; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/broken{ + dir = 4 + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"rN" = ( +/obj/structure/chair/pew/left{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/plasteel/dark, +/area/ruin/jungle) +"rS" = ( +/obj/structure/flora/grass/jungle{ + pixel_x = 6; + pixel_y = 11 + }, +/turf/open/floor/plating/grass/jungle, +/area/ruin/jungle) +"rT" = ( +/turf/open/floor/wood{ + icon_state = "wood-broken2" + }, +/area/ruin/jungle) +"rU" = ( +/obj/structure/flora/junglebush/b{ + pixel_x = -13; + pixel_y = 3 + }, +/turf/open/floor/plating/grass/jungle, +/area/ruin/jungle) +"sd" = ( +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/wood{ + icon_state = "wood-broken6" + }, +/area/ruin/jungle) +"sg" = ( +/obj/effect/turf_decal/chapel{ + dir = 8 + }, +/turf/open/floor/plasteel/mono/dark, +/area/ruin/jungle) +"sj" = ( +/obj/effect/turf_decal/siding/wood/corner, +/turf/open/floor/wood{ + icon_state = "wood-broken2" + }, +/area/ruin/jungle) +"st" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/carpet/red, +/area/ruin/jungle) +"sL" = ( +/obj/item/stack/sheet/mineral/wood{ + pixel_x = 12; + pixel_y = 5 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken4" + }, +/area/ruin/jungle) +"tb" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"th" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 1 + }, +/obj/machinery/door/poddoor/shutters/indestructible{ + id = "library_shutters" + }, +/turf/open/floor/carpet/nanoweave, +/area/ruin/jungle) +"tk" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken3" + }, +/area/ruin/jungle) +"to" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/chair/stool{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ruin/jungle) +"tA" = ( +/obj/structure/fluff/paper/stack{ + max_integrity = 10; + dir = 5; + pixel_y = -1; + pixel_x = 1 + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"tO" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/light/broken{ + dir = 4 + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"ui" = ( +/obj/machinery/door/keycard/library, +/obj/effect/turf_decal/siding/brown{ + dir = 8 + }, +/turf/open/floor/carpet/nanoweave/beige, +/area/ruin/jungle) +"uk" = ( +/obj/structure/fluff/paper/stack{ + max_integrity = 10; + dir = 4; + pixel_y = 4; + pixel_x = -12 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood/walnut, +/area/ruin/jungle) +"uF" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/fluff/paper/stack{ + max_integrity = 10; + dir = 4; + pixel_y = -13; + pixel_x = 3 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/ruin/jungle) +"uI" = ( +/obj/structure/table/wood/fancy, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/carpet/red, +/area/ruin/jungle) +"uR" = ( +/obj/item/stack/sheet/mineral/wood{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/jungle) +"uU" = ( +/obj/structure/grille, +/obj/structure/spacevine/dense{ + name = "dense vines" + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"vb" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/destructible/tribal_torch/lit{ + pixel_y = 5 + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"vs" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood/walnut, +/area/ruin/jungle) +"vw" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/carpet/red, +/area/ruin/jungle) +"vz" = ( +/obj/structure/flora/junglebush/b{ + pixel_x = -1; + pixel_y = 7 + }, +/turf/open/floor/plating/grass/jungle, +/area/ruin/jungle) +"vA" = ( +/turf/open/floor/wood{ + icon_state = "wood-broken5" + }, +/area/ruin/jungle) +"vL" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/jungle) +"vS" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/item/book/manual/wiki/engineering_guide{ + pixel_x = -6; + pixel_y = 9 + }, +/obj/structure/fluff/paper/stack{ + max_integrity = 10; + dir = 4; + pixel_y = -7; + pixel_x = 8 + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"vT" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood/walnut{ + icon_state = "wood-broken7" + }, +/area/ruin/jungle) +"vV" = ( +/obj/item/book/random{ + pixel_x = -3; + pixel_y = -1 + }, +/obj/structure/fluff/paper/stack{ + max_integrity = 10; + dir = 5; + pixel_y = -1; + pixel_x = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/jungle) +"vZ" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/jungle) +"wa" = ( +/turf/open/floor/carpet/red_gold, +/area/ruin/jungle) +"we" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood{ + icon_state = "wood-broken2" + }, +/area/ruin/jungle) +"wp" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken2" + }, +/area/ruin/jungle) +"wq" = ( +/obj/effect/decal/cleanable/dirt/dust, +/mob/living/carbon/monkey/angry{ + faction = list("jungle") + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"wr" = ( +/obj/structure/rack, +/obj/item/toy/plush/hornet/gay{ + pixel_x = -5; + pixel_y = 9 + }, +/obj/item/toy/windupToolbox{ + pixel_y = -6; + pixel_x = 5 + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"wv" = ( +/obj/item/clothing/neck/stethoscope{ + pixel_x = -8; + pixel_y = -6 + }, +/obj/item/mecha_parts/mecha_equipment/drill{ + pixel_x = 9; + pixel_y = 10; + name = "broken thermal drill"; + desc = "The tip of this drill seems to have been dulled." + }, +/turf/open/floor/carpet/black, +/area/ruin/jungle) +"wx" = ( +/turf/open/floor/wood{ + icon_state = "wood-broken6" + }, +/area/ruin/jungle) +"wD" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"wQ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/fluff/paper/stack{ + max_integrity = 10; + dir = 9; + pixel_x = -2 + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"xd" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken" + }, +/area/ruin/jungle) +"xf" = ( +/turf/open/floor/wood, +/area/ruin/jungle) +"xi" = ( +/obj/structure/table/wood/reinforced, +/turf/open/floor/carpet/red, +/area/ruin/jungle) +"xp" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/spacevine{ + name = "vines" + }, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/carpet/red, +/area/ruin/jungle) +"yh" = ( +/obj/item/kirbyplants{ + pixel_x = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"yv" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/item/chair/wood{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/jungle) +"yG" = ( +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/plasteel/grimy, +/area/ruin/jungle) +"yJ" = ( +/obj/effect/decal/cleanable/blood/tracks{ + dir = 5 + }, +/obj/effect/decal/cleanable/blood{ + icon_state = "bloodyhands_left" + }, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"zB" = ( +/obj/structure/table/wood/fancy, +/obj/item/toy/figure/cargotech{ + pixel_x = -10; + pixel_y = 12 + }, +/obj/item/toy/figure/secofficer{ + pixel_x = -5; + pixel_y = -1 + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"zD" = ( +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/plasteel/grimy, +/area/ruin/jungle) +"zE" = ( +/obj/effect/turf_decal/chapel, +/obj/item/chair/stool{ + dir = 1 + }, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/plasteel/mono/dark, +/area/ruin/jungle) +"zH" = ( +/obj/item/stack/sheet/mineral/wood{ + pixel_x = -4; + pixel_y = 5 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken" + }, +/area/ruin/jungle) +"zI" = ( +/obj/structure/flora/grass/jungle/b{ + pixel_x = 12; + pixel_y = 2 + }, +/turf/open/floor/plating/grass/jungle, +/area/ruin/jungle) +"Ad" = ( +/obj/structure/table/wood/fancy, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/item/candle{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/carpet/red, +/area/ruin/jungle) +"Aj" = ( +/obj/structure/fluff/paper/stack{ + max_integrity = 10; + dir = 10; + pixel_x = 9; + pixel_y = 1 + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"Ax" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "floor6"; + pixel_x = 7 + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"AA" = ( +/obj/effect/mob_spawn/human/corpse/assistant{ + oxy_damage = 200; + name = "Dungeon Master"; + outfit = /datum/outfit/job/curator/dungeonmaster; + backpack_contents = null + }, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/jungle) +"AJ" = ( +/obj/structure/flora/junglebush/large{ + pixel_y = -6 + }, +/turf/open/floor/plating/grass/jungle, +/area/ruin/jungle) +"AT" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/item/book/manual/wiki/plumbing{ + pixel_y = 7; + pixel_x = 5 + }, +/obj/structure/fluff/paper/stack{ + max_integrity = 10; + pixel_y = -1; + pixel_x = 12; + dir = 10 + }, +/obj/structure/fluff/paper/stack{ + max_integrity = 10; + pixel_y = 17; + pixel_x = -2; + dir = 1 + }, +/obj/structure/fluff/paper/stack{ + max_integrity = 10; + pixel_y = -5; + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/jungle) +"AU" = ( +/obj/item/stack/sheet/mineral/wood{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/jungle) +"Bb" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/broken{ + dir = 4 + }, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/ruin/jungle) +"Bk" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/item/ammo_casing/shotgun/buckshot{ + icon_state = "buckshot-spent"; + desc = "A 12 gauge buckshot shell. It is spent."; + projectile_type = null; + pixel_x = -4; + pixel_y = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/jungle) +"Bl" = ( +/obj/structure/flora/grass/jungle{ + pixel_x = -8 + }, +/turf/open/floor/plating/grass/jungle, +/area/ruin/jungle) +"Br" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/plating/dirt/jungle, +/area/ruin/jungle) +"Bx" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/destructible/tribal_torch/lit{ + pixel_y = 5 + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"By" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/fluff/paper/stack{ + max_integrity = 10; + pixel_y = 13 + }, +/obj/structure/fluff/paper/stack{ + max_integrity = 10; + pixel_y = 1; + pixel_x = -8; + dir = 5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/jungle) +"BF" = ( +/turf/open/floor/plasteel/stairs/left{ + color = "#A47449" + }, +/area/ruin/jungle) +"BJ" = ( +/obj/structure/sign/poster/official/foam_force_ad{ + pixel_y = -32 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/jungle) +"BL" = ( +/obj/structure/bookcase/random/nonfiction, +/turf/open/floor/wood, +/area/ruin/jungle) +"BR" = ( +/obj/item/stack/sheet/mineral/wood{ + pixel_x = -4; + pixel_y = 5 + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"BT" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/mob_spawn/human/corpse/assistant{ + name = "Security Officer"; + outfit = /datum/outfit/job/security; + backpack_contents = null + }, +/obj/item/melee/baton{ + pixel_x = 3; + pixel_y = 17 + }, +/obj/effect/decal/cleanable/blood{ + pixel_y = -6; + pixel_x = -6 + }, +/obj/effect/decal/cleanable/blood{ + icon_state = "floor2"; + pixel_x = 5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/jungle) +"Cv" = ( +/obj/effect/turf_decal/chapel, +/obj/structure/chair/stool{ + dir = 1 + }, +/turf/open/floor/plasteel/mono/dark, +/area/ruin/jungle) +"CF" = ( +/obj/structure/fluff/paper/stack{ + max_integrity = 10; + dir = 9; + pixel_y = 9; + pixel_x = 10 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/jungle) +"CG" = ( +/obj/structure/table/wood/fancy, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/carpet/red, +/area/ruin/jungle) +"Dr" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"DK" = ( +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/plating/grass/jungle, +/area/ruin/jungle) +"DL" = ( +/obj/item/flashlight/flare/torch{ + pixel_x = -13; + pixel_y = 7 + }, +/obj/item/flashlight/flare/torch{ + pixel_x = -7; + pixel_y = -2 + }, +/turf/open/floor/plating/dirt/jungle, +/area/ruin/jungle) +"DM" = ( +/obj/structure/flora/grass/jungle{ + pixel_x = 6; + pixel_y = -15 + }, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/plating/grass/jungle, +/area/ruin/jungle) +"Ef" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/jungle) +"Eu" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/stack/sheet/mineral/wood{ + pixel_x = 11; + pixel_y = -9 + }, +/turf/open/floor/wood/walnut, +/area/ruin/jungle) +"EE" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/broken, +/mob/living/carbon/monkey/angry{ + faction = list("jungle") + }, +/turf/open/floor/wood{ + icon_state = "wood-broken3" + }, +/area/ruin/jungle) +"EL" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"EO" = ( +/obj/effect/mob_spawn/human/corpse/assistant{ + name = "Curator"; + outfit = /datum/outfit/job/curator; + brute_damage = 400; + backpack_contents = null + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/blood{ + icon_state = "floor3" + }, +/turf/open/floor/carpet/red, +/area/ruin/jungle) +"ES" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/siding/wood, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/plasteel/grimy, +/area/ruin/jungle) +"EW" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood{ + icon_state = "wood-broken6" + }, +/area/ruin/jungle) +"EY" = ( +/obj/structure/sign/poster/official/cleanliness{ + pixel_x = -32 + }, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plastic, +/area/ruin/jungle) +"Fc" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood/walnut{ + icon_state = "wood-broken2" + }, +/area/ruin/jungle) +"Fi" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/dirt/jungle, +/area/ruin/jungle) +"Fm" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/plating/dirt/jungle, +/area/ruin/jungle) +"Fv" = ( +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/wood/walnut{ + icon_state = "wood-broken" + }, +/area/ruin/jungle) +"Fx" = ( +/obj/effect/decal/cleanable/blood/tracks{ + dir = 4 + }, +/obj/item/ammo_casing/c10mm{ + icon_state = "magnum-brass-nagant"; + projectile_type = null; + desc = "A 10mm bullet casing. It is spent."; + pixel_x = 7; + pixel_y = -7 + }, +/obj/item/melee/curator_whip{ + pixel_x = -2; + pixel_y = 4 + }, +/mob/living/simple_animal/hostile/gorilla, +/turf/open/floor/wood, +/area/ruin/jungle) +"Gc" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/carpet/red_gold, +/area/ruin/jungle) +"Gd" = ( +/obj/structure/flora/grass/jungle{ + pixel_x = 12; + pixel_y = 6 + }, +/turf/open/floor/plating/grass/jungle, +/area/ruin/jungle) +"Gh" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/light/broken{ + dir = 4 + }, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/wood{ + icon_state = "wood-broken6" + }, +/area/ruin/jungle) +"Gp" = ( +/obj/structure/fluff/paper/stack{ + max_integrity = 10; + dir = 5; + pixel_x = 7; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood/walnut, +/area/ruin/jungle) +"Gr" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/effect/mob_spawn/human/corpse/syndicatesoldier, +/obj/effect/decal/cleanable/blood{ + icon_state = "floor3"; + pixel_x = -19; + pixel_y = 3 + }, +/obj/effect/decal/cleanable/blood{ + pixel_y = 14; + pixel_x = 7 + }, +/turf/open/floor/carpet/red_gold, +/area/ruin/jungle) +"Ha" = ( +/obj/structure/flora/rock/jungle{ + pixel_x = -8 + }, +/turf/open/floor/plating/grass/jungle, +/area/ruin/jungle) +"Hb" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_y = 11; + pixel_x = 11 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/trash/can{ + pixel_y = 11; + pixel_x = 11 + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"Hj" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/vending/coffee, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/wood, +/area/ruin/jungle) +"Hm" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/mob/living/carbon/monkey/angry{ + faction = list("jungle") + }, +/turf/open/floor/carpet/red_gold, +/area/ruin/jungle) +"Hp" = ( +/obj/structure/safe, +/obj/item/codespeak_manual, +/obj/item/keycard/library, +/obj/item/key/displaycase, +/obj/structure/spider/stickyweb, +/turf/open/floor/carpet/black, +/area/ruin/jungle) +"Hq" = ( +/obj/structure/fluff/paper/stack{ + max_integrity = 10; + pixel_y = 17; + pixel_x = -2; + dir = 4 + }, +/turf/open/floor/wood/walnut, +/area/ruin/jungle) +"HH" = ( +/obj/structure/bookcase, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood, +/area/ruin/jungle) +"HI" = ( +/obj/structure/table/wood/fancy, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/item/toy/cards/deck/cas{ + pixel_x = -3; + pixel_y = 12 + }, +/obj/item/toy/cards/deck/cas/black{ + pixel_y = 3; + pixel_x = 3 + }, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/carpet/red, +/area/ruin/jungle) +"Ic" = ( +/obj/effect/decal/cleanable/blood/footprints{ + dir = 4 + }, +/obj/structure/destructible/tribal_torch/lit, +/turf/open/floor/wood, +/area/ruin/jungle) +"If" = ( +/obj/structure/fluff/paper/stack{ + max_integrity = 10; + dir = 5; + pixel_y = -2; + pixel_x = -6 + }, +/obj/structure/fluff/paper/stack{ + max_integrity = 10; + pixel_y = 12; + pixel_x = 6 + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"Ik" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/item/book/manual/wiki/telescience{ + pixel_y = 11; + pixel_x = -4 + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"Iv" = ( +/obj/structure/table/wood/fancy, +/obj/item/storage/pill_bottle/dice{ + pixel_x = -3; + pixel_y = 8 + }, +/obj/item/dice/d20{ + pixel_x = 12; + pixel_y = 2 + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"IM" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/fluff/paper/stack{ + max_integrity = 10; + pixel_y = -14; + dir = 5; + pixel_x = -4 + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"Jd" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/jungle) +"Jn" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/fluff/paper/stack{ + max_integrity = 10; + pixel_y = -12; + pixel_x = -5; + dir = 1 + }, +/obj/structure/fluff/paper/stack{ + max_integrity = 10; + pixel_y = 15; + dir = 9; + pixel_x = 1 + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"Jo" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/machinery/shower{ + dir = 4; + pixel_y = 8 + }, +/turf/open/floor/plastic, +/area/ruin/jungle) +"Jp" = ( +/obj/structure/fluff/paper/stack{ + max_integrity = 10; + dir = 10; + pixel_y = -3; + pixel_x = -3 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/jungle) +"Jr" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood{ + icon_state = "wood-broken4" + }, +/area/ruin/jungle) +"Js" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"Jw" = ( +/obj/structure/fluff/paper/stack{ + max_integrity = 10; + pixel_y = -23; + dir = 10; + pixel_x = 5 + }, +/turf/open/floor/wood/walnut, +/area/ruin/jungle) +"Jy" = ( +/obj/structure/fluff/paper/stack{ + max_integrity = 10; + dir = 9; + pixel_x = -2 + }, +/turf/open/floor/wood/walnut, +/area/ruin/jungle) +"JA" = ( +/obj/structure/bookcase/manuals/medical, +/turf/open/floor/wood, +/area/ruin/jungle) +"JE" = ( +/obj/structure/flora/rock/pile/largejungle{ + pixel_x = -29; + pixel_y = 2 + }, +/turf/open/floor/plating/grass/jungle, +/area/ruin/jungle) +"JH" = ( +/obj/effect/mob_spawn/human/corpse/assistant{ + oxy_damage = 200 + }, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plastic, +/area/ruin/jungle) +"JL" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/turf/open/floor/carpet/red_gold, +/area/ruin/jungle) +"JM" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken6" + }, +/area/ruin/jungle) +"JY" = ( +/obj/structure/flora/rock/pile/largejungle{ + pixel_x = -29; + pixel_y = -18 + }, +/turf/open/floor/plating/grass/jungle, +/area/ruin/jungle) +"Kj" = ( +/obj/effect/turf_decal/chapel{ + dir = 1 + }, +/turf/open/floor/plasteel/mono/dark, +/area/ruin/jungle) +"Kr" = ( +/obj/effect/decal/cleanable/dirt/dust, +/mob/living/carbon/monkey/angry{ + faction = list("jungle") + }, +/turf/open/floor/carpet/red, +/area/ruin/jungle) +"Kw" = ( +/obj/machinery/holopad/emergency/curator, +/obj/effect/turf_decal/siding/wood/end, +/turf/open/floor/wood, +/area/ruin/jungle) +"Kx" = ( +/obj/structure/flora/grass/jungle{ + pixel_x = 6; + pixel_y = -15 + }, +/turf/open/floor/plating/grass/jungle, +/area/ruin/jungle) +"Kz" = ( +/obj/structure/table/wood/fancy, +/obj/item/pizzabox/margherita{ + pixel_y = 10 + }, +/obj/item/pizzabox/pineapple{ + pixel_y = 13; + pixel_x = -1 + }, +/obj/item/pizzabox/meat{ + pixel_y = 16; + pixel_x = 1 + }, +/obj/item/storage/cans/sixbeer{ + pixel_y = 13; + pixel_x = 1 + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"KA" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/jungle) +"KL" = ( +/obj/structure/barricade/wooden, +/obj/structure/spacevine/dense{ + name = "dense vines" + }, +/turf/open/floor/plating/dirt/jungle, +/area/ruin/jungle) +"KR" = ( +/obj/effect/mob_spawn/human/corpse/cargo_tech{ + backpack_contents = null + }, +/obj/effect/decal/cleanable/blood{ + icon_state = "floor4"; + pixel_x = -21; + pixel_y = 7 + }, +/obj/effect/decal/cleanable/blood{ + icon_state = "floor6"; + pixel_x = 7 + }, +/obj/effect/decal/cleanable/blood{ + icon_state = "floor7"; + pixel_y = -8; + pixel_x = -9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood/walnut, +/area/ruin/jungle) +"KS" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/fluff/paper/stack{ + max_integrity = 10; + pixel_y = 13 + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"KX" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/item/ammo_casing/c10mm{ + icon_state = "magnum-brass-nagant"; + projectile_type = null; + desc = "A 10mm bullet casing. It is spent."; + pixel_x = 3; + pixel_y = 5 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/ruin/jungle) +"Lh" = ( +/obj/structure/fluff/paper/stack{ + max_integrity = 10; + dir = 6; + pixel_y = -1; + pixel_x = -1 + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"Lv" = ( +/obj/structure/bookcase/manuals/engineering, +/turf/open/floor/wood, +/area/ruin/jungle) +"LA" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/jungle) +"LQ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/table/wood, +/turf/open/floor/carpet/red, +/area/ruin/jungle) +"LZ" = ( +/obj/effect/turf_decal/siding/wood/end{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"Mb" = ( +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/plasteel/stairs/right{ + color = "#A47449" + }, +/area/ruin/jungle) +"Me" = ( +/obj/structure/flora/grass/jungle, +/turf/open/floor/plating/grass/jungle, +/area/ruin/jungle) +"Mf" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/fluff/paper/stack{ + max_integrity = 10; + dir = 10; + pixel_y = -13; + pixel_x = 18 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/jungle) +"Mg" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/fluff/paper/stack{ + max_integrity = 10; + dir = 8; + pixel_x = -4; + pixel_y = 4 + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"Mh" = ( +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/machinery/door/airlock/wood/glass, +/obj/structure/sign/departments/restroom{ + pixel_x = -32 + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"Ml" = ( +/obj/structure/showcase/cyborg/old, +/obj/effect/turf_decal/siding/brown{ + dir = 6 + }, +/obj/machinery/door/poddoor/shutters/indestructible{ + id = "library_shutters" + }, +/turf/open/floor/carpet/nanoweave, +/area/ruin/jungle) +"Mn" = ( +/obj/structure/table/wood/fancy, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/carpet/red, +/area/ruin/jungle) +"Mp" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/carpet/red, +/area/ruin/jungle) +"Mx" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ruin/jungle) +"MD" = ( +/obj/structure/flora/junglebush/large, +/turf/open/floor/plating/grass/jungle, +/area/ruin/jungle) +"ME" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/jungle) +"MI" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 6 + }, +/obj/item/stack/sheet/mineral/wood{ + pixel_x = 11; + pixel_y = 5 + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"MP" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/decal/cleanable/shreds{ + pixel_y = 4; + pixel_x = -8 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken" + }, +/area/ruin/jungle) +"MQ" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/railing/wood, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"MT" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood/walnut{ + icon_state = "wood-broken3" + }, +/area/ruin/jungle) +"MU" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/fluff/paper/stack{ + max_integrity = 10; + dir = 9; + pixel_y = 4; + pixel_x = 1 + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"MV" = ( +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/machinery/door/airlock/wood/glass, +/turf/open/floor/wood, +/area/ruin/jungle) +"MY" = ( +/obj/structure/table/wood/fancy, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/item/storage/fancy/cigarettes/cigpack_robust{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/item/storage/fancy/cigarettes/cigpack_robust{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/clothing/mask/cigarette/robust{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/lighter{ + pixel_y = -10; + pixel_x = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/carpet/red, +/area/ruin/jungle) +"Nf" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/vending/games, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/jungle) +"Nt" = ( +/obj/structure/closet/wardrobe/curator{ + populate = 0 + }, +/obj/item/storage/box/hero/astronaut, +/obj/item/storage/box/hero/carphunter, +/obj/item/storage/box/hero/ghostbuster, +/obj/item/storage/box/hero/scottish, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"Nw" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/fluff/paper/stack{ + max_integrity = 10; + dir = 4; + pixel_x = -4; + pixel_y = 4 + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"NB" = ( +/obj/structure/flora/grass/jungle{ + pixel_x = -4; + pixel_y = -2 + }, +/turf/open/floor/plating/grass/jungle, +/area/ruin/jungle) +"NC" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood/footprints, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/jungle) +"NI" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/shreds{ + pixel_x = 9; + pixel_y = 12 + }, +/turf/open/floor/carpet/red, +/area/ruin/jungle) +"NK" = ( +/obj/machinery/photocopier, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/red, +/area/ruin/jungle) +"NN" = ( +/obj/structure/flora/tree/jungle, +/turf/open/floor/plating/grass/jungle, +/area/ruin/jungle) +"NS" = ( +/obj/structure/table/wood/reinforced, +/obj/machinery/computer/bookmanagement, +/turf/open/floor/carpet/red, +/area/ruin/jungle) +"NV" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood{ + icon_state = "floor7"; + pixel_y = -1; + pixel_x = -8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/wood, +/area/ruin/jungle) +"NX" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/light/broken{ + dir = 1 + }, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/plasteel/grimy, +/area/ruin/jungle) +"NY" = ( +/turf/template_noop, +/area/template_noop) +"Oa" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood{ + icon_state = "wood-broken2" + }, +/area/ruin/jungle) +"Oi" = ( +/obj/item/book/manual{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/jungle) +"Oj" = ( +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/plating/dirt/jungle, +/area/ruin/jungle) +"Ou" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood/walnut{ + icon_state = "wood-broken4" + }, +/area/ruin/jungle) +"Oz" = ( +/obj/structure/showcase/machinery/microwave, +/obj/structure/table/wood, +/obj/effect/turf_decal/siding/brown{ + dir = 9 + }, +/obj/machinery/door/poddoor/shutters/indestructible{ + id = "library_shutters" + }, +/turf/open/floor/carpet/nanoweave, +/area/ruin/jungle) +"OO" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/plating/dirt/jungle, +/area/ruin/jungle) +"OY" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"Pf" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood{ + icon_state = "wood-broken5" + }, +/area/ruin/jungle) +"Ps" = ( +/obj/structure/fluff/hedge, +/turf/open/floor/wood, +/area/ruin/jungle) +"Pt" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"Pu" = ( +/obj/item/paper/crumpled/bloody{ + default_raw_text = "Those damn bastards came and shot up the place. I refused to give them my knowledge. I don't have much longer. Keep it safe, please..."; + pixel_x = 8; + pixel_y = 4; + desc = "A hastily written note." + }, +/obj/effect/decal/cleanable/blood/splatter{ + pixel_x = 4; + pixel_y = -8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/wood, +/area/ruin/jungle) +"Pv" = ( +/obj/structure/flora/grass/jungle/b, +/turf/open/floor/plating/grass/jungle, +/area/ruin/jungle) +"Pw" = ( +/obj/effect/decal/cleanable/glass{ + dir = 8 + }, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/plating/dirt/jungle, +/area/ruin/jungle) +"Py" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken5" + }, +/area/ruin/jungle) +"Pz" = ( +/obj/structure/table/wood/fancy, +/obj/structure/fluff/paper/stack{ + max_integrity = 10; + dir = 10; + pixel_x = -5; + pixel_y = 4; + name = "scattered character sheets"; + desc = "It seems like character sheets for the latest Pathfinder 13e." + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"PJ" = ( +/obj/structure/table/wood/fancy, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/carpet/red, +/area/ruin/jungle) +"PW" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/item/book/manual/wiki/robotics_cyborgs{ + pixel_x = -5; + pixel_y = 4 + }, +/obj/structure/fluff/paper/stack{ + max_integrity = 10; + dir = 8; + pixel_x = 12 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood{ + icon_state = "wood-broken4" + }, +/area/ruin/jungle) +"Qd" = ( +/obj/structure/fluff/paper/stack{ + max_integrity = 10; + dir = 4; + pixel_x = -12; + pixel_y = -1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/jungle) +"Qy" = ( +/obj/item/ammo_casing/shotgun/buckshot{ + icon_state = "buckshot-spent"; + desc = "A 12 gauge buckshot shell. It is spent."; + projectile_type = null; + pixel_x = -5; + pixel_y = -6 + }, +/turf/open/floor/wood/walnut, +/area/ruin/jungle) +"QF" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/red, +/area/ruin/jungle) +"QV" = ( +/obj/effect/decal/cleanable/blood/footprints{ + dir = 1; + pixel_x = 3 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/ruin/jungle) +"Rh" = ( +/obj/item/rack_parts, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/plating/grass/jungle, +/area/ruin/jungle) +"Rs" = ( +/obj/structure/fluff/paper/stack{ + max_integrity = 10; + dir = 8; + pixel_y = 8; + pixel_x = -9 + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"Ru" = ( +/obj/structure/bookcase/random/religion, +/turf/open/floor/wood, +/area/ruin/jungle) +"Rv" = ( +/obj/effect/decal/cleanable/dirt/dust, +/mob/living/carbon/monkey/angry{ + faction = list("jungle") + }, +/turf/open/floor/plating/dirt/jungle, +/area/ruin/jungle) +"RH" = ( +/obj/structure/flora/rock/jungle{ + pixel_x = -13 + }, +/turf/open/floor/plating/dirt/jungle, +/area/ruin/jungle) +"RK" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/light/broken{ + dir = 1 + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"Sa" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/fluff/paper/stack{ + max_integrity = 10; + dir = 1; + pixel_y = -13; + pixel_x = 3 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/jungle) +"Sf" = ( +/obj/structure/rack, +/obj/item/toy/gun, +/turf/open/floor/wood, +/area/ruin/jungle) +"Sg" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/sign/poster/official/soft_cap_pop_art{ + pixel_x = 32 + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"Si" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/jungle) +"Sq" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood{ + icon_state = "wood-broken6" + }, +/area/ruin/jungle) +"Su" = ( +/obj/structure/fluff/paper/stack{ + max_integrity = 10; + dir = 5; + pixel_x = -1; + pixel_y = 6 + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"Sv" = ( +/obj/structure/barricade/wooden, +/obj/structure/spacevine/dense{ + name = "dense vines" + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"Sy" = ( +/obj/structure/chair/pew/right{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/plasteel/dark, +/area/ruin/jungle) +"SB" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/broken{ + dir = 1 + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"SN" = ( +/obj/item/book/manual/wiki/research_and_development{ + pixel_y = 5; + pixel_x = -5 + }, +/turf/open/floor/wood/walnut, +/area/ruin/jungle) +"SV" = ( +/obj/structure/fluff/paper/stack{ + max_integrity = 10; + pixel_x = -9; + pixel_y = -6 + }, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"Tb" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/broken{ + dir = 8 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken2" + }, +/area/ruin/jungle) +"Tm" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"TA" = ( +/obj/item/kirbyplants{ + pixel_x = -8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/ruin/jungle) +"TC" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/closed/mineral/random/jungle, +/area/ruin/jungle) +"TE" = ( +/obj/structure/bookcase/manuals/research_and_development, +/turf/open/floor/wood, +/area/ruin/jungle) +"TH" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"TW" = ( +/obj/machinery/light/broken, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/plating/dirt/jungle, +/area/ruin/jungle) +"TX" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"TY" = ( +/obj/structure/flora/grass/jungle{ + pixel_x = -14; + pixel_y = 11 + }, +/turf/open/floor/plating/dirt/jungle, +/area/ruin/jungle) +"Us" = ( +/obj/item/toy/plush/moth{ + pixel_x = 5; + pixel_y = -6; + name = "librarian moth plushie" + }, +/obj/item/reagent_containers/food/drinks/mug/coco{ + pixel_x = -9; + pixel_y = -8 + }, +/obj/item/clothing/glasses/regular{ + pixel_x = 6; + pixel_y = -2; + name = "reading glasses" + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"Ut" = ( +/turf/open/floor/wood/walnut, +/area/ruin/jungle) +"Uw" = ( +/obj/structure/chair/pew/right{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/plasteel/dark, +/area/ruin/jungle) +"UH" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/jungle) +"Vd" = ( +/obj/effect/turf_decal/siding/wood, +/obj/item/stack/medical/gauze{ + pixel_x = -5; + pixel_y = 6 + }, +/turf/open/floor/carpet/red_gold, +/area/ruin/jungle) +"Vf" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "floor4"; + pixel_x = 13 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/broken{ + dir = 1 + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"Vt" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"Vu" = ( +/turf/closed/wall/mineral/wood, +/area/ruin/jungle) +"VM" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/paper/stack{ + max_integrity = 10; + dir = 9; + pixel_x = -2 + }, +/turf/open/floor/wood/walnut, +/area/ruin/jungle) +"VP" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood{ + icon_state = "wood-broken" + }, +/area/ruin/jungle) +"VW" = ( +/obj/structure/bookcase, +/turf/open/floor/wood, +/area/ruin/jungle) +"Wh" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/structure/railing/wood, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"Wl" = ( +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood{ + icon_state = "wood-broken5" + }, +/area/ruin/jungle) +"Wm" = ( +/obj/item/ammo_casing/c10mm{ + icon_state = "magnum-brass-nagant"; + projectile_type = null; + desc = "A 10mm bullet casing. It is spent."; + pixel_x = 7; + pixel_y = -7 + }, +/obj/item/ammo_casing/c10mm{ + icon_state = "magnum-brass-nagant"; + projectile_type = null; + desc = "A 10mm bullet casing. It is spent."; + pixel_x = -4; + pixel_y = -6 + }, +/obj/item/ammo_casing/c10mm{ + icon_state = "magnum-brass-nagant"; + projectile_type = null; + desc = "A 10mm bullet casing. It is spent."; + pixel_x = 2 + }, +/turf/open/floor/wood/walnut, +/area/ruin/jungle) +"Wn" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood/walnut{ + icon_state = "wood-broken5" + }, +/area/ruin/jungle) +"Wq" = ( +/obj/structure/chair/pew/left{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/ruin/jungle) +"Wt" = ( +/obj/structure/altar_of_gods, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/plasteel/grimy, +/area/ruin/jungle) +"WD" = ( +/obj/structure/showcase/machinery/cloning_pod, +/obj/effect/turf_decal/siding/brown{ + dir = 5 + }, +/obj/machinery/door/poddoor/shutters/indestructible{ + id = "library_shutters" + }, +/turf/open/floor/carpet/nanoweave, +/area/ruin/jungle) +"WL" = ( +/turf/closed/mineral/random/jungle, +/area/ruin/jungle) +"WM" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/decal/cleanable/blood/splatter{ + pixel_x = 8; + pixel_y = 7 + }, +/obj/machinery/light/broken, +/turf/open/floor/wood, +/area/ruin/jungle) +"Xk" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/carpet/red, +/area/ruin/jungle) +"Xm" = ( +/obj/effect/turf_decal/chapel{ + dir = 8 + }, +/obj/structure/chair/stool{ + dir = 1 + }, +/turf/open/floor/plasteel/mono/dark, +/area/ruin/jungle) +"Xv" = ( +/obj/structure/closet/wardrobe/chaplain_black{ + populate = 0 + }, +/obj/item/ammo_box/magazine/m10mm, +/obj/item/ammo_box/magazine/m10mm, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/plasteel/grimy, +/area/ruin/jungle) +"XL" = ( +/obj/machinery/bookbinder, +/obj/effect/decal/cleanable/wrapping, +/turf/open/floor/carpet/red, +/area/ruin/jungle) +"XP" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/fluff/paper/stack{ + max_integrity = 10; + dir = 9; + pixel_x = -1; + pixel_y = -6 + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"XQ" = ( +/obj/structure/sign/poster/official/pda_ad{ + pixel_x = -32 + }, +/obj/machinery/light/broken{ + dir = 8 + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"XV" = ( +/obj/structure/fluff/paper/stack{ + max_integrity = 10; + pixel_x = 3; + pixel_y = 10; + dir = 1 + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"XY" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/item/book/manual/wiki/infections{ + pixel_x = 2; + pixel_y = 10 + }, +/obj/item/book/manual/wiki/medicine{ + pixel_x = -3; + pixel_y = -9 + }, +/obj/structure/fluff/paper/stack{ + max_integrity = 10; + dir = 9; + pixel_x = 3; + pixel_y = -7 + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"Yc" = ( +/turf/open/floor/wood/walnut{ + icon_state = "wood-broken5" + }, +/area/ruin/jungle) +"Yv" = ( +/obj/structure/table/wood/fancy, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/item/toy/plush/among{ + pixel_x = 11; + pixel_y = 4 + }, +/obj/item/clothing/glasses/regular{ + pixel_x = -2; + pixel_y = -2; + name = "reading glasses" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/carpet/red, +/area/ruin/jungle) +"YO" = ( +/obj/machinery/button/door{ + dir = 4; + pixel_x = -14; + pixel_y = -1; + id = "library_shutters"; + name = "Shutters Button" + }, +/obj/effect/decal/cleanable/plastic, +/turf/open/floor/carpet/nanoweave, +/area/ruin/jungle) +"YP" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/table/wood, +/obj/item/candle{ + pixel_x = -4 + }, +/turf/open/floor/carpet/red, +/area/ruin/jungle) +"YT" = ( +/obj/effect/turf_decal/chapel{ + dir = 4 + }, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/plasteel/mono/dark, +/area/ruin/jungle) +"YU" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/structure/spacevine{ + name = "vines" + }, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/carpet/red, +/area/ruin/jungle) +"YZ" = ( +/obj/machinery/vending/wardrobe/curator_wardrobe, +/obj/structure/spacevine{ + name = "vines" + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"Za" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/fluff/paper/stack{ + max_integrity = 10; + dir = 6; + pixel_y = 4; + pixel_x = 1 + }, +/turf/open/floor/wood, +/area/ruin/jungle) +"Zb" = ( +/obj/structure/table/wood/reinforced, +/obj/item/reagent_containers/food/drinks/coffee{ + pixel_x = -13; + pixel_y = 10 + }, +/turf/open/floor/carpet/red, +/area/ruin/jungle) +"Zf" = ( +/obj/structure/flora/junglebush/c{ + pixel_x = 5; + pixel_y = 2 + }, +/turf/open/floor/plating/grass/jungle, +/area/ruin/jungle) +"Zq" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 8 + }, +/obj/machinery/light/dim{ + dir = 8 + }, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/carpet/nanoweave, +/area/ruin/jungle) +"Zw" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown, +/obj/structure/sign/poster/official/sgt{ + pixel_y = 32 + }, +/obj/structure/spider/stickyweb, +/turf/open/floor/carpet/black, +/area/ruin/jungle) +"ZJ" = ( +/obj/effect/turf_decal/siding/brown, +/obj/machinery/door/poddoor/shutters/indestructible{ + id = "library_shutters" + }, +/turf/open/floor/carpet/nanoweave, +/area/ruin/jungle) +"ZN" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/jungle) +"ZQ" = ( +/obj/structure/fluff/paper/stack{ + max_integrity = 10; + dir = 6; + pixel_y = 1; + pixel_x = -11 + }, +/turf/open/floor/wood, +/area/ruin/jungle) + +(1,1,1) = {" +NY +NY +NY +WL +NY +NY +NY +NY +NY +NY +NY +WL +NY +WL +NY +WL +WL +WL +WL +WL +WL +WL +WL +NY +NY +NY +WL +NY +WL +WL +WL +mz +NY +NY +NY +"} +(2,1,1) = {" +NY +NY +WL +WL +WL +NY +NY +WL +WL +WL +NY +WL +WL +NY +NY +WL +WL +WL +WL +WL +WL +WL +WL +WL +WL +WL +WL +WL +WL +WL +WL +mz +NY +NY +NY +"} +(3,1,1) = {" +NY +NY +WL +WL +WL +WL +WL +WL +WL +WL +NY +WL +WL +WL +WL +WL +WL +WL +WL +WL +WL +WL +WL +WL +WL +WL +WL +WL +WL +mz +mz +mz +Zf +NY +NY +"} +(4,1,1) = {" +NY +WL +WL +WL +WL +Vu +Vu +Vu +Vu +WL +WL +WL +Vu +pk +pk +Vu +Vu +Vu +KL +KL +Vu +WL +Vu +Vu +pk +pk +Vu +Vu +Fm +Oj +mz +mz +Kx +cO +cO +"} +(5,1,1) = {" +NY +WL +WL +WL +WL +Vu +Zw +Hp +Vu +WL +WL +WL +WL +bN +Ad +Tb +gQ +cl +PJ +Mn +Vu +Vu +Vu +pF +qg +dJ +bC +Fm +Fm +Vu +Vu +mz +Me +cP +cO +"} +(6,1,1) = {" +WL +WL +WL +WL +WL +Vu +gt +wv +Vu +Vu +WL +WL +WL +YU +xp +xf +UH +Pt +Mp +cf +vA +XQ +xf +mF +st +st +Xk +Fm +Pt +VW +Vu +mz +cO +cO +Pv +"} +(7,1,1) = {" +WL +WL +WL +WL +Vu +Vu +Pu +wp +Vu +cl +sd +Pt +Pt +Pt +Pt +UH +UH +UH +UH +UH +xf +mV +Rs +Lh +xf +Pf +cl +Pt +Pt +VW +Vu +mz +rU +Bl +cO +"} +(8,1,1) = {" +NY +WL +WL +WL +Vu +VW +fm +UH +Vu +na +Pt +xf +VW +iN +VW +Lv +JA +TE +fj +CF +VW +iQ +iQ +VW +iQ +eo +UH +Pt +cl +VW +Vu +mz +NN +cO +cO +"} +(9,1,1) = {" +NY +NY +WL +WL +WL +VW +Fx +Pt +Vu +Vf +Ax +oq +Mg +Nw +XP +vS +XY +kD +oq +LA +By +AT +PW +wQ +Ik +bF +oq +hW +Pt +VW +Vu +DK +cO +JY +cO +"} +(10,1,1) = {" +WL +WL +WL +WL +WL +WL +yJ +fi +dV +ke +MI +Ut +gW +Ou +iw +rf +Gp +vs +uk +VM +vs +Ou +vs +vs +vs +Ut +vs +nJ +EL +Pt +do +fL +DK +Me +cO +"} +(11,1,1) = {" +NY +NY +WL +WL +WL +WL +sd +Pt +Vu +bi +Wm +Qy +vs +vs +mK +vs +vs +SN +vs +vT +Fm +Fm +Fm +Fm +lb +vs +vs +Ut +wD +bR +Vu +Vu +Vu +mt +cO +"} +(12,1,1) = {" +NY +NY +WL +WL +WL +Vu +YZ +Nt +Vu +cs +Ut +vs +Ut +Jd +KA +KA +KA +EW +AU +OY +WL +WL +WL +Fm +OY +Dr +KA +KA +ME +Pt +Sf +bo +pk +mz +mo +"} +(13,1,1) = {" +NY +WL +WL +WL +WL +WL +Vu +Vu +Vu +Vu +vs +vs +Tm +UH +Ps +Ps +Ps +Ps +Ps +Oj +WL +WL +WL +WL +Fm +jG +fe +UH +UH +Oa +UH +dC +pk +cO +Gd +"} +(14,1,1) = {" +WL +WL +WL +WL +WL +WL +EY +Jo +Vu +Hj +vs +lb +qm +QV +ff +BT +LA +Bk +tk +Vt +Fm +WL +WL +jI +Fm +oq +yh +ZN +UH +wq +gL +wr +pk +mz +zI +"} +(15,1,1) = {" +WL +WL +WL +WL +WL +WL +JH +bs +Vu +Nf +vs +vs +pX +Ic +WM +lM +lM +lM +SB +Bx +Fm +Fm +Fm +Fm +xi +xi +xi +Ef +kw +Vu +Vu +Vu +Vu +Ha +cO +"} +(16,1,1) = {" +NY +WL +WL +WL +WL +WL +WL +mv +Vu +oe +Ut +vs +yv +Kz +Hb +Oz +Zq +nn +Ef +dq +Fi +Fi +TX +Wl +cn +XL +xi +Ef +UH +Sv +LZ +mS +DK +vz +cO +"} +(17,1,1) = {" +NY +NY +NY +WL +WL +WL +WL +nu +Mh +vZ +vs +Eu +AA +Iv +Sq +th +on +ZJ +Ef +dq +Ut +Fi +TX +vZ +Kr +oc +xi +Ef +Pf +Vu +Vu +MQ +MD +mx +kN +"} +(18,1,1) = {" +NY +NY +WL +WL +WL +WL +WL +nu +MV +vZ +vs +Ut +NV +hr +Jr +th +lB +ZJ +Ef +vZ +Yc +vs +Ef +vZ +Kw +of +gP +we +UH +UH +ky +Js +BF +DL +mz +"} +(19,1,1) = {" +WL +WL +WL +WL +WL +WL +WL +WL +Vu +di +vs +dh +oT +zB +lD +th +YO +ZJ +TX +UH +fC +vs +Ef +vZ +kV +NI +Zb +VP +UH +Vu +Vu +Js +Mb +Oj +mz +"} +(20,1,1) = {" +WL +WL +WL +WL +WL +WL +WL +xf +Vu +ln +Wn +KR +NC +Pz +kK +WD +oP +Ml +MP +vZ +Ut +MT +TX +vZ +EO +NK +lY +Ef +BJ +Vu +iU +Wh +mk +DM +mz +"} +(21,1,1) = {" +NY +WL +WL +WL +WL +WL +cl +Us +Vu +kG +vs +vs +Ef +Si +la +lM +ui +lM +RK +vb +Ut +vs +zH +vZ +xi +NS +xi +TX +EE +Vu +Vu +Vu +Vu +mz +mz +"} +(22,1,1) = {" +NY +NY +WL +NY +WL +Vu +Vu +Vu +Vu +Vu +mG +vs +Ef +UH +tb +Py +OY +OY +jI +Fm +WL +nJ +li +vL +wp +Dr +TA +ME +UH +Oj +Rh +lg +jk +RH +cO +"} +(23,1,1) = {" +NY +NY +NY +NY +WL +Vu +km +Mx +to +Wq +Ut +vs +li +UH +Ps +Ps +Ps +WL +WL +WL +Fv +nJ +vs +Ef +xf +jG +rT +kU +xf +Vt +qB +bK +DK +Bl +nw +"} +(24,1,1) = {" +NY +NY +NY +WL +WL +Vu +zD +Kj +sg +fR +vs +Ut +Ut +li +LA +oq +kx +Br +TC +WL +Fm +vs +Ut +li +UH +LA +Fi +LA +wx +Oj +Pw +bK +mX +cO +cO +"} +(25,1,1) = {" +NY +WL +WL +WL +Vu +Vu +kE +ng +Cv +Sy +vT +vs +vs +Ut +Ut +vs +Fc +nJ +Fm +Fm +vs +vs +Ut +Ut +Fm +Fm +Fm +Ut +BR +TW +Vu +Vu +Vu +cO +NN +"} +(26,1,1) = {" +WL +WL +WL +WL +WL +Wt +dn +LQ +Hm +JL +Ut +Ut +Ut +vs +vs +vs +Ut +Hq +Rv +Jy +pY +Jw +Ut +Fi +Fm +WL +Fm +Fm +wD +Vt +Vu +mz +mz +cO +NB +"} +(27,1,1) = {" +NY +WL +NY +WL +Vu +yG +eN +lA +wa +Vd +KX +Dr +MU +Dr +Za +uF +Sa +Mf +KS +Dr +Jn +ay +IM +OY +WL +WL +WL +OO +xd +HH +Vu +mz +TY +Kx +cO +"} +(28,1,1) = {" +NY +NY +NY +WL +Sv +Xv +eN +YP +Gc +Gr +aW +Aj +VW +sL +If +VW +BL +vV +Oi +oN +VW +Ru +Ru +Fm +WL +WL +WL +Fm +Fi +HH +Vu +mz +NN +rS +AJ +"} +(29,1,1) = {" +NY +WL +WL +WL +WL +Vu +NX +Kj +Xm +rN +xf +XV +mP +UH +uR +hY +Su +BL +ZQ +Qd +UH +ca +Fi +Fm +Fm +WL +WL +WL +Fm +HH +Vu +mz +lh +JE +Me +"} +(30,1,1) = {" +NY +NY +WL +WL +WL +Vu +eN +YT +zE +ns +SV +sj +LA +ql +QF +UH +Jp +tA +hj +kz +JM +tO +oq +rl +vw +WL +WL +Fm +Bb +mW +Vu +mz +an +mz +NY +"} +(31,1,1) = {" +NY +WL +WL +WL +WL +WL +ES +Oj +Oj +Uw +Gh +TH +Vu +Yv +fl +rE +Sg +Oj +HI +kF +Vu +Vu +Vu +hb +MY +CG +uI +Vu +Vu +Vu +Vu +WL +WL +WL +WL +"} +(32,1,1) = {" +NY +WL +WL +WL +WL +Vu +Vu +WL +Vu +Vu +Vu +KL +Vu +uU +WL +Vu +Vu +WL +WL +gk +Vu +NY +Vu +Vu +pk +pk +Vu +Vu +WL +WL +WL +WL +WL +WL +WL +"} +(33,1,1) = {" +NY +WL +WL +WL +WL +WL +WL +WL +WL +WL +WL +WL +WL +WL +WL +WL +WL +WL +WL +WL +WL +WL +WL +WL +WL +WL +WL +WL +WL +WL +WL +WL +WL +WL +WL +"} +(34,1,1) = {" +NY +WL +WL +WL +WL +WL +WL +NY +WL +WL +WL +WL +WL +WL +WL +NY +WL +WL +WL +WL +WL +WL +WL +WL +WL +WL +WL +WL +WL +WL +WL +WL +WL +WL +WL +"} +(35,1,1) = {" +NY +NY +WL +WL +NY +NY +WL +WL +WL +NY +WL +WL +WL +WL +NY +NY +WL +WL +WL +WL +WL +WL +WL +NY +NY +WL +WL +NY +WL +WL +WL +WL +WL +WL +NY +"} +(36,1,1) = {" +NY +NY +NY +NY +NY +NY +NY +NY +NY +NY +NY +NY +WL +NY +NY +NY +NY +NY +WL +WL +NY +NY +NY +NY +NY +NY +NY +NY +NY +NY +NY +NY +NY +NY +NY +"} diff --git a/_maps/RandomRuins/JungleRuins/jungle_bombed_starport.dmm b/_maps/RandomRuins/JungleRuins/jungle_bombed_starport.dmm index 8e3fecaab778..d33b5f21f9ef 100644 --- a/_maps/RandomRuins/JungleRuins/jungle_bombed_starport.dmm +++ b/_maps/RandomRuins/JungleRuins/jungle_bombed_starport.dmm @@ -7,7 +7,11 @@ /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) +"af" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/overmap_encounter/planetoid/jungle/explored) "ah" = ( /obj/effect/decal/cleanable/shreds, /obj/effect/decal/cleanable/dirt/dust, @@ -15,7 +19,7 @@ /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland1" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "ai" = ( /obj/structure/cable{ icon_state = "1-8" @@ -25,7 +29,7 @@ desc = "Upon closer examination, it's dirt, compacted down by much walking"; light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "aj" = ( /turf/open/floor/mineral/plastitanium{ icon_state = "plastitanium_dam2" @@ -37,7 +41,7 @@ /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "an" = ( /obj/structure/door_assembly, /obj/structure/spider/stickyweb, @@ -49,11 +53,11 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "aq" = ( /obj/effect/decal/cleanable/vomit/old, /turf/open/floor/mineral/plastitanium, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "ar" = ( /obj/machinery/power/floodlight{ anchored = 1; @@ -66,7 +70,7 @@ icon_state = "0-8" }, /turf/open/floor/plating, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "av" = ( /obj/structure/spider/stickyweb, /turf/open/floor/wood{ @@ -79,14 +83,14 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "ay" = ( /obj/effect/decal/cleanable/insectguts, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "aC" = ( /obj/structure/spacevine/dense, /turf/open/floor/plating/dirt/dark{ @@ -94,7 +98,7 @@ desc = "Upon closer examination, it's dirt, compacted down by much walking"; light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "aF" = ( /obj/structure/girder, /turf/open/floor/plating{ @@ -107,7 +111,7 @@ /turf/open/floor/plating{ icon_state = "platingdmg1" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "aK" = ( /obj/structure/spacevine, /turf/open/floor/plasteel, @@ -127,28 +131,28 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "aU" = ( /obj/structure/spider/stickyweb, /obj/structure/spacevine, /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "aW" = ( /turf/open/floor/plating/dirt/dark{ name = "beaten path"; desc = "Upon closer examination, it's dirt, compacted down by much walking"; light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "aX" = ( /obj/structure/spacevine, /obj/structure/spider/stickyweb, /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "aZ" = ( /obj/structure/reagent_dispensers/watertank, /turf/open/floor/vault, @@ -156,7 +160,7 @@ "bb" = ( /obj/item/stack/sheet/metal, /turf/open/floor/plating/rust, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "bf" = ( /obj/structure/railing{ dir = 8 @@ -174,24 +178,24 @@ "bj" = ( /obj/structure/closet/secure_closet/freezer/kitchen, /turf/open/floor/plating/rust, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "bk" = ( /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland0" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "bo" = ( /obj/machinery/telecomms/processor, /turf/open/floor/mineral/plastitanium{ icon_state = "plastitanium_dam2" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "bp" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland2" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "br" = ( /obj/structure/spacevine, /obj/structure/flora/grass/jungle, @@ -199,7 +203,7 @@ /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "bs" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 8 @@ -214,20 +218,20 @@ /turf/open/floor/plating{ icon_state = "platingdmg2" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "bw" = ( /obj/structure/railing{ dir = 8 }, /turf/open/floor/plating/rust, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "bz" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/structure/flora/junglebush, /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "bB" = ( /obj/effect/turf_decal/industrial/stand_clear{ dir = 8 @@ -237,13 +241,13 @@ dir = 8 }, /turf/open/floor/plating, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "bE" = ( /obj/item/stack/ore/salvage/scrapmetal/five, /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "bF" = ( /turf/open/floor/mineral/plastitanium, /area/ruin/jungle/starport) @@ -260,7 +264,7 @@ /turf/open/floor/concrete/reinforced{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "bI" = ( /obj/structure/spacevine/dense, /obj/structure/cable{ @@ -274,7 +278,7 @@ desc = "Upon closer examination, it's dirt, compacted down by much walking"; light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "bM" = ( /obj/effect/decal/cleanable/blood/drip, /obj/structure/cable{ @@ -290,10 +294,10 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "bR" = ( /turf/closed/wall/concrete/reinforced, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "bS" = ( /obj/effect/turf_decal/borderfloor{ dir = 1 @@ -302,14 +306,14 @@ anchored = 1 }, /turf/open/floor/plating, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "cd" = ( /obj/structure/spacevine, /mob/living/simple_animal/hostile/poison/giant_spider/hunter, /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "cg" = ( /obj/structure/sign/syndicate{ pixel_x = 32 @@ -317,33 +321,33 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "ci" = ( /obj/effect/decal/cleanable/shreds, /obj/item/stack/sheet/metal, /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "cj" = ( /obj/structure/reagent_dispensers/foamtank, /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "ck" = ( /obj/structure/flora/grass/jungle, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "cs" = ( /obj/effect/turf_decal/box/corners, /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "ct" = ( /obj/structure/railing{ dir = 6 @@ -351,24 +355,24 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "cB" = ( /turf/open/floor/plasteel/stairs{ dir = 1 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "cC" = ( /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "cI" = ( /obj/effect/decal/cleanable/ash/large, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland1" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "cJ" = ( /obj/structure/spacevine, /obj/structure/flora/grass/jungle, @@ -377,19 +381,19 @@ /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "cK" = ( /obj/machinery/atmospherics/components/unary/shuttle/heater{ dir = 8 }, /turf/open/floor/plating/rust, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "cN" = ( /obj/item/stack/cable_coil/cut/red, /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "cO" = ( /obj/structure/cable{ icon_state = "1-2" @@ -405,7 +409,7 @@ /obj/effect/decal/cleanable/shreds, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plasteel, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "cQ" = ( /obj/machinery/shower{ dir = 4; @@ -428,7 +432,7 @@ /turf/open/floor/plating{ icon_state = "platingdmg2" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "cV" = ( /obj/structure/railing/corner, /obj/structure/railing{ @@ -437,7 +441,7 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "cW" = ( /obj/machinery/computer/security{ dir = 4 @@ -453,19 +457,19 @@ desc = "Upon closer examination, it's dirt, compacted down by much walking"; light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "dk" = ( /obj/structure/spider/stickyweb, /mob/living/simple_animal/hostile/poison/giant_spider/tarantula, /turf/open/floor/plasteel, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "dl" = ( /obj/structure/spacevine/dense, /obj/structure/flora/grass/jungle, /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "dm" = ( /obj/effect/turf_decal/arrows{ dir = 8 @@ -474,7 +478,7 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "dp" = ( /obj/item/stack/cable_coil/cut/red, /obj/effect/decal/cleanable/glass, @@ -483,7 +487,7 @@ /turf/open/floor/mineral/plastitanium{ icon_state = "plastitanium_dam2" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "dw" = ( /obj/structure/spider/stickyweb, /turf/open/floor/plating{ @@ -495,7 +499,7 @@ /obj/item/stack/sheet/mineral/plastitanium, /obj/item/stack/sheet/mineral/plastitanium, /turf/open/floor/plating/rust, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "dB" = ( /obj/structure/table, /obj/structure/spider/stickyweb, @@ -512,7 +516,7 @@ /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "dJ" = ( /obj/structure/cable{ icon_state = "6-9" @@ -523,7 +527,7 @@ desc = "Upon closer examination, it's dirt, compacted down by much walking"; light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "dP" = ( /turf/closed/wall/mineral/plastitanium/nodiagonal, /area/ruin/jungle/starport) @@ -533,17 +537,17 @@ }, /obj/structure/spider/stickyweb, /turf/open/floor/plating/rust, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "dR" = ( /turf/open/floor/plasteel/stairs/right, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "dT" = ( /obj/structure/spacevine/dense, /obj/structure/flora/junglebush/b, /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "dU" = ( /obj/effect/decal/cleanable/molten_object, /obj/effect/radiation{ @@ -555,13 +559,13 @@ light_color = "#a0ad20"; light_range = 3 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "dY" = ( /obj/structure/flora/grass/jungle, /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "dZ" = ( /obj/structure/table/wood, /obj/item/book/manual/wiki/engineering_guide, @@ -583,17 +587,17 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "ej" = ( /obj/structure/railing, /turf/open/water/jungle, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "ek" = ( /obj/effect/decal/cleanable/glass, /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "em" = ( /obj/structure/cable{ icon_state = "6-9" @@ -601,7 +605,7 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "eo" = ( /obj/effect/turf_decal/industrial/traffic{ dir = 8 @@ -610,7 +614,7 @@ /turf/open/floor/concrete{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "eq" = ( /obj/structure/railing{ dir = 8 @@ -618,7 +622,7 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "er" = ( /obj/structure/flora/tree/jungle/small{ icon_state = "tree4" @@ -626,19 +630,19 @@ /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "es" = ( /obj/structure/flora/grass/jungle/b, /obj/structure/flora/junglebush/large, /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "eu" = ( /obj/structure/spider/stickyweb, /obj/machinery/light/broken/directional/south, /turf/open/floor/plasteel, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "ev" = ( /obj/machinery/light/directional/west, /turf/open/floor/mineral/plastitanium, @@ -660,7 +664,7 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "eK" = ( /obj/structure/window/plasma/reinforced{ dir = 1 @@ -681,7 +685,7 @@ /turf/open/floor/concrete/reinforced{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "eR" = ( /obj/structure/table, /obj/item/toy/eightball, @@ -693,7 +697,7 @@ /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland9" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "fi" = ( /obj/machinery/door/airlock{ dir = 4 @@ -710,7 +714,7 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "fs" = ( /obj/structure/railing{ dir = 4 @@ -719,12 +723,12 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "fu" = ( /obj/structure/spider/stickyweb, /obj/effect/decal/cleanable/shreds, /turf/open/floor/plating/rust, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "fv" = ( /obj/machinery/computer/crew{ dir = 4 @@ -739,7 +743,7 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "fA" = ( /obj/structure/door_assembly, /obj/structure/barricade/wooden/crude, @@ -753,24 +757,24 @@ dir = 9 }, /turf/open/water/jungle, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "fO" = ( /obj/effect/decal/cleanable/oil, /turf/open/floor/concrete/reinforced{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "fP" = ( /obj/item/chair, /obj/structure/spider/stickyweb, /turf/open/floor/plating/rust, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "fS" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plasteel/stairs/right{ dir = 4 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "fV" = ( /obj/structure/rack, /obj/effect/spawner/lootdrop/donkpockets, @@ -778,7 +782,7 @@ /obj/effect/spawner/lootdrop/donkpockets, /obj/effect/spawner/lootdrop/donkpockets, /turf/open/floor/plasteel/dark, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "fW" = ( /obj/effect/turf_decal/industrial/warning/corner{ dir = 4 @@ -799,87 +803,92 @@ /obj/effect/decal/remains/human, /obj/machinery/light/broken/directional/east, /turf/open/floor/plating/rust, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "fY" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/structure/spacevine/dense, /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "gb" = ( /obj/structure/railing{ dir = 10 }, /turf/open/floor/plating/rust, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "ge" = ( /obj/effect/decal/cleanable/ash/large, /obj/structure/spacevine, /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland8" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "gg" = ( /obj/effect/decal/cleanable/ash/large, /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "gh" = ( /mob/living/simple_animal/hostile/poison/giant_spider/hunter, /turf/open/floor/plating/grass{ desc = "A patch of grass. It looks well manicured"; light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "gj" = ( /obj/structure/railing{ dir = 6 }, /turf/open/water/jungle, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "gk" = ( /obj/effect/decal/cleanable/cobweb, /turf/open/floor/plasteel, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "gl" = ( /obj/item/chair, /obj/structure/spider/stickyweb, /turf/open/floor/plasteel, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) +"gn" = ( +/obj/structure/spider/stickyweb, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/overmap_encounter/planetoid/jungle/explored) "go" = ( /obj/structure/spider/stickyweb, /obj/machinery/atmospherics/pipe/simple/orange/hidden, /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "gs" = ( /obj/structure/flora/grass/jungle, /obj/structure/flora/junglebush, /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "gt" = ( /obj/effect/decal/cleanable/oil, /obj/structure/spacevine, /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "gw" = ( /obj/effect/decal/cleanable/ash/large, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland4" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "gx" = ( /obj/effect/decal/cleanable/ash, /turf/open/floor/plating/rust, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "gA" = ( /obj/item/ammo_casing/caseless/rocket{ desc = "An 84mm high explosive rocket. Looks like they'd fit into a launcher" @@ -888,7 +897,7 @@ /turf/open/floor/plating{ icon_state = "platingdmg2" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "gE" = ( /obj/structure/cable{ icon_state = "2-9" @@ -896,20 +905,20 @@ /turf/open/floor/concrete/reinforced{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "gI" = ( /obj/structure/railing, /turf/open/floor/plasteel/stairs{ dir = 8 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "gJ" = ( /obj/structure/spacevine, /obj/effect/turf_decal/weather/dirt{ dir = 5 }, /turf/open/water/jungle, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "gK" = ( /obj/structure/railing/corner{ dir = 8 @@ -918,26 +927,26 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "gM" = ( /obj/effect/decal/cleanable/oil, /obj/structure/railing, /turf/open/floor/concrete/reinforced{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "gQ" = ( /obj/structure/flora/rock, /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland8" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "gZ" = ( /obj/structure/chair{ dir = 4 }, /turf/open/floor/plasteel, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "ha" = ( /obj/structure/flora/tree/jungle{ icon_state = "tree9" @@ -945,7 +954,7 @@ /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "hb" = ( /obj/machinery/atmospherics/components/unary/portables_connector{ dir = 4 @@ -984,7 +993,7 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "hl" = ( /obj/structure/railing{ dir = 4 @@ -993,14 +1002,14 @@ /turf/open/floor/concrete/reinforced{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "ho" = ( /obj/structure/girder/displaced, /obj/structure/spider/stickyweb, /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "hq" = ( /obj/structure/railing{ dir = 2 @@ -1009,11 +1018,11 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "hr" = ( /obj/structure/table/reinforced, /turf/open/floor/plating/rust, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "hs" = ( /obj/effect/turf_decal/industrial/warning{ dir = 4 @@ -1022,7 +1031,7 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "ht" = ( /obj/structure/toilet{ dir = 8 @@ -1037,7 +1046,7 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "hv" = ( /obj/structure/spider/stickyweb, /obj/structure/spacevine/dense, @@ -1046,19 +1055,19 @@ desc = "Upon closer examination, it's dirt, compacted down by much walking"; light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "hw" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "hB" = ( /obj/structure/railing{ dir = 8 }, /turf/open/floor/plasteel/stairs/left, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "hC" = ( /obj/item/stack/cable_coil/cut/red, /obj/effect/decal/cleanable/dirt/dust, @@ -1067,7 +1076,7 @@ desc = "Upon closer examination, it's dirt, compacted down by much walking"; light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "hE" = ( /obj/structure/cable{ icon_state = "4-8" @@ -1082,7 +1091,7 @@ pixel_x = -23 }, /turf/open/water/jungle, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "hJ" = ( /obj/machinery/vending/games, /obj/machinery/light/broken/directional/south, @@ -1109,20 +1118,20 @@ dir = 4 }, /turf/open/floor/plating/rust, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "hT" = ( /obj/effect/decal/cleanable/plastic, /obj/effect/decal/cleanable/glass, /turf/open/floor/plating{ icon_state = "platingdmg3" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "hV" = ( /obj/effect/turf_decal/industrial/stand_clear{ dir = 8 }, /turf/open/floor/plating, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "hW" = ( /obj/machinery/computer/mech_bay_power_console{ dir = 8 @@ -1135,14 +1144,14 @@ /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "hY" = ( /obj/structure/flora/rock/jungle, /obj/structure/spider/stickyweb, /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "ib" = ( /obj/item/stack/sheet/metal, /mob/living/simple_animal/hostile/poison/giant_spider/hunter, @@ -1165,6 +1174,11 @@ }, /turf/open/floor/engine/hull, /area/ruin/jungle/starport) +"ij" = ( +/obj/structure/spider/stickyweb, +/mob/living/simple_animal/hostile/poison/giant_spider/nurse, +/turf/open/floor/plasteel, +/area/overmap_encounter/planetoid/jungle/explored) "ik" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/spacevine, @@ -1175,7 +1189,7 @@ name = "Door mat"; desc = "Don't forget to get the dirt off you before going in!" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "in" = ( /obj/structure/railing{ dir = 1 @@ -1184,7 +1198,10 @@ /turf/open/floor/plasteel/stairs{ dir = 8 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) +"io" = ( +/turf/closed/wall/mineral/plastitanium, +/area/overmap_encounter/planetoid/jungle/explored) "iq" = ( /obj/structure/railing{ dir = 10 @@ -1195,7 +1212,7 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "is" = ( /obj/structure/railing{ dir = 10 @@ -1206,7 +1223,7 @@ }, /obj/structure/spacevine/dense, /turf/open/floor/plating/dirt, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "iu" = ( /obj/structure/table{ name = "officer's table"; @@ -1214,7 +1231,7 @@ }, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plasteel, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "iz" = ( /obj/structure/spider/stickyweb, /turf/open/floor/plasteel/grimy, @@ -1225,51 +1242,51 @@ /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "iE" = ( /obj/effect/turf_decal/industrial/warning{ dir = 8 }, /turf/open/floor/plating, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "iH" = ( /obj/effect/decal/cleanable/glass/plasma, /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "iJ" = ( /obj/structure/railing, /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "iL" = ( /obj/machinery/computer/mech_bay_power_console{ dir = 4 }, /turf/open/floor/vault, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "iN" = ( /obj/structure/table/reinforced, /obj/structure/spider/stickyweb, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plasteel/dark, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "iO" = ( /obj/structure/spider/stickyweb, /mob/living/simple_animal/hostile/poison/giant_spider/tarantula, /turf/open/floor/concrete/reinforced{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "iU" = ( /obj/structure/spider/stickyweb, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "iW" = ( /obj/effect/turf_decal/box/corners{ dir = 8 @@ -1277,14 +1294,14 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "iX" = ( /obj/structure/spacevine/dense, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "jc" = ( /obj/structure/railing/corner, /obj/effect/decal/cleanable/oil, @@ -1292,14 +1309,18 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "jd" = ( /obj/structure/spacevine, /obj/structure/flora/grass/jungle, /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) +"je" = ( +/obj/effect/decal/cleanable/glass, +/turf/open/floor/plating/rust, +/area/overmap_encounter/planetoid/jungle/explored) "jf" = ( /obj/structure/table, /obj/item/toy/clockwork_watch, @@ -1316,7 +1337,7 @@ /obj/structure/spider/stickyweb, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plasteel, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "jn" = ( /obj/effect/turf_decal/box/corners{ dir = 1 @@ -1324,38 +1345,43 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "jo" = ( /turf/open/floor/plasteel/stairs/right{ dir = 1 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "jq" = ( /obj/structure/spacevine, /obj/structure/flora/rock/jungle, /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "jt" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plasteel, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "jw" = ( /obj/structure/spider/stickyweb, /obj/machinery/light/broken/directional/east, /turf/open/floor/plasteel, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) +"jx" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/overmap_encounter/planetoid/jungle/explored) "jE" = ( /obj/structure/spider/stickyweb, /obj/structure/spacevine/dense, /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "jH" = ( /turf/open/floor/plasteel/stairs/left, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "jK" = ( /obj/structure/chair/office{ dir = 1 @@ -1366,14 +1392,14 @@ /obj/structure/table_frame, /obj/structure/spider/stickyweb, /turf/open/floor/plating/rust, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "jQ" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/generic, /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland3" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "jR" = ( /obj/structure/chair/office{ dir = 8 @@ -1385,7 +1411,7 @@ /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland1" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "jU" = ( /obj/structure/cable{ icon_state = "4-8" @@ -1396,7 +1422,7 @@ desc = "Upon closer examination, it's dirt, compacted down by much walking"; light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "jV" = ( /obj/effect/turf_decal/industrial/warning{ dir = 8 @@ -1404,7 +1430,7 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "jX" = ( /obj/structure/spacevine, /obj/structure/flora/rock/jungle, @@ -1413,7 +1439,7 @@ desc = "Upon closer examination, it's dirt, compacted down by much walking"; light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "jZ" = ( /obj/structure/railing, /obj/structure/railing{ @@ -1422,7 +1448,7 @@ /turf/open/floor/plasteel/stairs{ dir = 4 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "kc" = ( /obj/effect/turf_decal/arrows{ dir = 8 @@ -1430,7 +1456,7 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "kf" = ( /turf/open/floor/plating/rust, /area/ruin/jungle/starport) @@ -1458,20 +1484,24 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "kr" = ( /obj/structure/spacevine, /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland2" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) +"kC" = ( +/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, +/turf/open/floor/plating, +/area/overmap_encounter/planetoid/jungle/explored) "kD" = ( /obj/structure/spider/stickyweb, /mob/living/simple_animal/hostile/poison/giant_spider/hunter/viper, /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "kE" = ( /obj/machinery/door/airlock/glass{ dir = 4; @@ -1479,12 +1509,12 @@ }, /obj/structure/barricade/wooden/crude, /turf/open/floor/plating/rust, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "kF" = ( /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland8" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "kI" = ( /obj/structure/cable{ icon_state = "1-2" @@ -1494,7 +1524,7 @@ desc = "Upon closer examination, it's dirt, compacted down by much walking"; light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "kN" = ( /obj/structure/spacevine, /turf/open/floor/mineral/plastitanium, @@ -1506,7 +1536,7 @@ /turf/open/floor/concrete/reinforced{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "kQ" = ( /obj/effect/radiation{ rad_power = 66; @@ -1516,14 +1546,14 @@ /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland2" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "kS" = ( /obj/structure/rack, /obj/item/storage/box/lights/mixed, /obj/item/storage/box/lights/mixed, /obj/item/storage/box/lights/mixed, /turf/open/floor/plasteel/dark, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "kV" = ( /obj/effect/turf_decal/industrial/stand_clear{ dir = 8 @@ -1531,14 +1561,14 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "kW" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/remains/human, /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "la" = ( /obj/structure{ desc = "A devastating strike weapon of times past. The mountings seem broken now."; @@ -1552,47 +1582,47 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "lf" = ( /obj/structure/spacevine/dense, /mob/living/simple_animal/hostile/poison/giant_spider/tarantula, /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "lg" = ( /obj/machinery/door/airlock{ dir = 4 }, /obj/structure/barricade/wooden/crude, /turf/open/floor/plasteel/tech/techmaint, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "lh" = ( /obj/structure/railing/corner, /obj/structure/spacevine, /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "li" = ( /obj/structure/door_assembly, /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "lj" = ( /obj/structure/railing/corner{ dir = 8 }, /obj/structure/spacevine/dense, /turf/open/floor/plating/dirt, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "lk" = ( /obj/effect/decal/cleanable/insectguts, /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland8" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "lm" = ( /obj/structure/girder/displaced, /obj/structure/spacevine, @@ -1612,23 +1642,27 @@ /turf/open/floor/plating{ icon_state = "platingdmg2" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "lt" = ( /obj/effect/turf_decal/borderfloor/corner{ dir = 4 }, /obj/structure/spacevine, /turf/open/floor/plating, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "lE" = ( /obj/effect/decal/remains/human, /turf/open/floor/plasteel, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "lF" = ( /obj/machinery/processor, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/rust, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) +"lG" = ( +/obj/structure/spider/stickyweb, +/turf/open/floor/plasteel, +/area/overmap_encounter/planetoid/jungle/explored) "lI" = ( /obj/structure/reagent_dispensers/water_cooler, /turf/open/floor/mineral/plastitanium, @@ -1637,7 +1671,7 @@ /obj/item/rack_parts, /obj/structure/girder/displaced, /turf/open/floor/plating/rust, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "lO" = ( /obj/structure/spacevine, /obj/structure/spider/stickyweb, @@ -1645,18 +1679,18 @@ /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "lQ" = ( /obj/effect/turf_decal/industrial/stand_clear{ dir = 8 }, /obj/structure/railing, /turf/open/floor/plating, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "lR" = ( /obj/structure/mecha_wreckage/ripley/firefighter, /turf/open/floor/vault, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "lS" = ( /obj/structure/spacevine, /obj/structure/spider/stickyweb, @@ -1665,24 +1699,24 @@ /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "lW" = ( /obj/item/stack/sheet/mineral/plastitanium, /obj/item/stack/sheet/mineral/plastitanium, /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "lX" = ( /obj/machinery/power/shuttle/engine/fueled/plasma{ dir = 8 }, /turf/open/floor/engine/hull, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "lY" = ( /obj/machinery/door/airlock/glass, /turf/open/floor/plasteel/tech/techmaint, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "ma" = ( /obj/structure/railing{ dir = 1 @@ -1690,7 +1724,7 @@ /turf/open/floor/concrete/reinforced{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "mb" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/structure/cable{ @@ -1699,7 +1733,7 @@ /turf/open/floor/concrete/reinforced{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "md" = ( /obj/structure/closet/firecloset/full{ anchored = 1 @@ -1712,7 +1746,7 @@ /turf/open/floor/concrete/reinforced{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "mh" = ( /obj/structure/spacevine, /obj/structure/flora/rock/jungle, @@ -1720,13 +1754,13 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "mi" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plasteel/stairs/medium{ dir = 4 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "mn" = ( /obj/item/ammo_casing/caseless/rocket{ desc = "An 84mm high explosive rocket. Looks like they'd fit into a launcher" @@ -1734,33 +1768,33 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "mo" = ( /obj/machinery/suit_storage_unit/industrial/atmos_firesuit, /obj/item/watertank/atmos, /turf/open/floor/vault, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "mp" = ( /obj/effect/decal/cleanable/insectguts, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating{ icon_state = "platingdmg1" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "mr" = ( /obj/effect/turf_decal/arrows{ dir = 8 }, /obj/structure/spacevine, /turf/open/floor/plating/rust, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "ms" = ( /obj/structure/flora/rock/jungle, /obj/structure/flora/grass/jungle, /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "mv" = ( /obj/structure/spider/stickyweb, /mob/living/simple_animal/hostile/poison/giant_spider/nurse, @@ -1777,27 +1811,27 @@ /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland2" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "mK" = ( /obj/structure/railing, /obj/structure/spacevine, /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "mP" = ( /obj/item/watertank/atmos, /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "mQ" = ( /obj/structure/flora/rock/jungle, /obj/structure/flora/grass/jungle/b, /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "mX" = ( /obj/machinery/atmospherics/components/unary/shuttle/heater{ dir = 8 @@ -1806,7 +1840,7 @@ dir = 4 }, /turf/open/floor/plating/rust, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "na" = ( /obj/effect/turf_decal/industrial/traffic/corner{ dir = 1 @@ -1814,7 +1848,7 @@ /turf/open/floor/concrete{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "ng" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 1 @@ -1830,7 +1864,11 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) +"nh" = ( +/obj/structure/table, +/turf/open/floor/plating, +/area/overmap_encounter/planetoid/jungle/explored) "ni" = ( /obj/structure/table, /obj/machinery/light/broken/directional/north, @@ -1848,7 +1886,12 @@ dir = 8 }, /turf/open/floor/plasteel/stairs/old, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) +"nt" = ( +/obj/structure/door_assembly, +/obj/structure/barricade/wooden/crude, +/turf/open/floor/plating/rust, +/area/overmap_encounter/planetoid/jungle/explored) "nz" = ( /obj/structure/sign/syndicate{ pixel_y = -32 @@ -1856,7 +1899,7 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "nD" = ( /obj/effect/turf_decal/number/zero{ pixel_x = -7; @@ -1878,7 +1921,7 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "nF" = ( /turf/open/floor/mineral/plastitanium, /area/ruin/jungle/starport/tower) @@ -1895,7 +1938,7 @@ /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "nM" = ( /obj/structure/chair{ dir = 4 @@ -1913,14 +1956,14 @@ desc = "Upon closer examination, it's dirt, compacted down by much walking"; light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "nP" = ( /obj/structure/spider/stickyweb, /mob/living/simple_animal/hostile/poison/giant_spider/hunter, /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "nQ" = ( /obj/effect/turf_decal/box/corners{ dir = 4 @@ -1929,19 +1972,19 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "nV" = ( /obj/effect/decal/cleanable/vomit/old, /obj/structure/spider/stickyweb, /obj/item/stack/ore/salvage/scrapmetal/five, /turf/open/floor/mineral/plastitanium, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "nW" = ( /obj/structure/flora/rock/pile, /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland4" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "nY" = ( /obj/structure/table/rolling, /obj/item/ammo_casing/caseless/rocket{ @@ -1975,7 +2018,7 @@ pixel_y = 5 }, /turf/open/floor/vault, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "of" = ( /obj/structure/cable{ icon_state = "2-4" @@ -1991,7 +2034,7 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "ok" = ( /obj/structure/spacevine, /mob/living/simple_animal/hostile/poison/giant_spider/hunter, @@ -2000,13 +2043,13 @@ desc = "Upon closer examination, it's dirt, compacted down by much walking"; light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "on" = ( /obj/structure/railing, /turf/open/floor/plasteel/stairs/old{ dir = 8 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "oq" = ( /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/vault, @@ -2016,13 +2059,13 @@ /turf/open/floor/plating{ icon_state = "platingdmg1" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "ot" = ( /obj/item/stack/ore/salvage/scrapmetal/five, /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "ou" = ( /obj/effect/decal/cleanable/shreds, /obj/effect/decal/cleanable/dirt/dust, @@ -2030,7 +2073,7 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "ox" = ( /turf/open/floor/plasteel/stairs{ dir = 1 @@ -2045,7 +2088,7 @@ /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland_dug" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "oA" = ( /turf/open/floor/wood, /area/ruin/jungle/starport) @@ -2055,7 +2098,7 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "oF" = ( /obj/structure/flora/tree/jungle/small{ icon_state = "tree5" @@ -2063,7 +2106,7 @@ /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "oI" = ( /obj/machinery/portable_atmospherics/canister/toxins, /turf/open/floor/mineral/plastitanium/red, @@ -2074,7 +2117,7 @@ /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "oW" = ( /obj/structure/railing/corner{ dir = 8 @@ -2083,19 +2126,19 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "oY" = ( /obj/effect/decal/cleanable/blood/old, /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "pa" = ( /obj/structure/catwalk/over/plated_catwalk, /obj/structure/spider/stickyweb, /obj/machinery/atmospherics/pipe/simple/orange/hidden, /turf/open/floor/plating, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "pf" = ( /obj/structure/spacevine, /obj/effect/decal/cleanable/dirt/dust, @@ -2104,7 +2147,7 @@ desc = "Upon closer examination, it's dirt, compacted down by much walking"; light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "ph" = ( /obj/structure/cable{ icon_state = "4-10" @@ -2114,21 +2157,21 @@ desc = "Upon closer examination, it's dirt, compacted down by much walking"; light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "pl" = ( /obj/effect/turf_decal/arrows, /obj/structure/spacevine, /turf/open/floor/concrete{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "po" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/structure/spacevine, /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "px" = ( /obj/effect/turf_decal/box/corners{ dir = 4 @@ -2136,25 +2179,25 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "py" = ( /obj/effect/decal/cleanable/shreds, /turf/open/floor/plasteel, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "pB" = ( /obj/effect/decal/cleanable/oil, /obj/structure/spacevine/dense, /turf/open/floor/concrete/reinforced{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "pC" = ( /obj/effect/turf_decal/industrial/stand_clear{ dir = 4 }, /obj/structure/spacevine, /turf/open/floor/plating, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "pE" = ( /obj/structure/railing{ dir = 6 @@ -2162,7 +2205,7 @@ /turf/open/floor/concrete/reinforced{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "pG" = ( /obj/machinery/atmospherics/components/unary/shuttle/heater{ dir = 4 @@ -2177,13 +2220,13 @@ /obj/structure/spider/stickyweb, /obj/effect/decal/cleanable/shreds, /turf/open/floor/plating, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "pJ" = ( /obj/structure/flora/tree/jungle/small, /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "pK" = ( /turf/open/floor/wood{ icon_state = "wood-broken2" @@ -2194,7 +2237,7 @@ /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland3" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "pM" = ( /obj/structure/table, /turf/open/floor/plating, @@ -2209,14 +2252,14 @@ /obj/structure/table/reinforced, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plasteel/dark, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "qb" = ( /obj/structure/flora/junglebush/b, /obj/structure/flora/grass/jungle, /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "qf" = ( /obj/effect/turf_decal/industrial/warning{ dir = 4 @@ -2224,20 +2267,20 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "qh" = ( /obj/structure/spacevine/dense, /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "qi" = ( /obj/structure/spider/stickyweb, /obj/effect/decal/cleanable/glass, /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "qm" = ( /obj/structure/railing{ dir = 4 @@ -2246,7 +2289,7 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "qn" = ( /obj/structure/railing{ dir = 4 @@ -2254,13 +2297,13 @@ /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "qs" = ( /obj/structure/railing, /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "qt" = ( /obj/structure/door_assembly, /obj/structure/cable{ @@ -2295,7 +2338,7 @@ /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "qC" = ( /obj/structure/catwalk/over/plated_catwalk, /obj/structure/cable{ @@ -2303,20 +2346,20 @@ }, /obj/machinery/atmospherics/pipe/manifold4w/orange/hidden, /turf/open/floor/plating, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "qE" = ( /obj/effect/decal/cleanable/shreds, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "qH" = ( /obj/machinery/atmospherics/pipe/simple/orange/hidden, /turf/open/floor/plasteel/stairs/medium{ dir = 1 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "qI" = ( /obj/structure/closet, /turf/open/floor/plating{ @@ -2336,7 +2379,7 @@ /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland8" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "qO" = ( /obj/structure/railing/corner{ dir = 8 @@ -2344,7 +2387,7 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "qP" = ( /obj/structure/rack, /obj/item/ammo_casing/caseless/rocket{ @@ -2370,7 +2413,7 @@ "qR" = ( /obj/effect/decal/cleanable/shreds, /turf/closed/wall, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "qT" = ( /obj/structure/railing{ dir = 10 @@ -2379,7 +2422,7 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "ra" = ( /obj/item/stack/cable_coil/cut/red, /turf/open/floor/plating{ @@ -2391,11 +2434,11 @@ dir = 1 }, /turf/open/floor/plating/rust, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "rc" = ( /obj/item/chair, /turf/open/floor/plasteel, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "rd" = ( /obj/machinery/mech_bay_recharge_port{ dir = 2 @@ -2418,14 +2461,14 @@ desc = "Upon closer examination, it's dirt, compacted down by much walking"; light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "rj" = ( /obj/effect/decal/cleanable/oil, /obj/structure/railing/corner, /turf/open/floor/concrete/reinforced{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "rl" = ( /obj/structure/spider/stickyweb, /obj/structure/spider/cocoon, @@ -2439,7 +2482,7 @@ "rn" = ( /obj/structure/table_frame, /turf/open/floor/plasteel, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "ro" = ( /obj/structure/curtain, /obj/effect/decal/cleanable/dirt/dust, @@ -2452,13 +2495,17 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) +"rr" = ( +/obj/item/stack/ore/salvage/scrapmetal/five, +/turf/open/floor/plating/rust, +/area/overmap_encounter/planetoid/jungle/explored) "rt" = ( /obj/structure/spacevine, /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland3" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "rv" = ( /obj/structure/chair{ dir = 4 @@ -2474,14 +2521,14 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "rz" = ( /obj/effect/decal/cleanable/ash/large, /obj/structure/spacevine, /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "rA" = ( /obj/effect/radiation{ rad_power = 66; @@ -2491,19 +2538,19 @@ /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland_dug" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "rB" = ( /obj/effect/decal/cleanable/glass, /obj/effect/decal/cleanable/shreds, /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "rG" = ( /obj/item/stack/cable_coil/cut/red, /obj/effect/decal/cleanable/shreds, /turf/open/floor/plasteel, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "rH" = ( /obj/effect/turf_decal/industrial/warning/corner{ dir = 1 @@ -2511,13 +2558,13 @@ /turf/open/floor/concrete{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "rI" = ( /obj/structure/railing, /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "rJ" = ( /obj/structure/chair{ dir = 1 @@ -2529,17 +2576,14 @@ /obj/structure/frame/machine, /obj/item/circuitboard/machine/telecomms/receiver, /turf/open/floor/plating/dirt/jungle/wasteland, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "rM" = ( /obj/effect/decal/cleanable/ash/large, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland8" }, -/area/ruin/jungle/starport) -"rN" = ( -/turf/template_noop, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "rV" = ( /obj/structure/railing{ dir = 4 @@ -2549,34 +2593,34 @@ /turf/open/floor/concrete/reinforced{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "rX" = ( /obj/structure/sink/kitchen{ dir = 8; pixel_x = 11 }, /turf/open/floor/plasteel, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "rY" = ( /obj/structure/spider/stickyweb, /obj/structure/flora/grass/jungle/b, /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "rZ" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/glass, /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "sc" = ( /mob/living/simple_animal/hostile/poison/giant_spider/hunter, /turf/open/floor/concrete{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "sd" = ( /obj/structure/table/reinforced, /obj/item/paper_bin, @@ -2596,11 +2640,11 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "sr" = ( /obj/effect/turf_decal/weather/dirt, /turf/open/water/jungle, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "st" = ( /obj/effect/decal/cleanable/ash/large, /obj/effect/decal/cleanable/glass, @@ -2608,7 +2652,7 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "su" = ( /obj/structure/railing{ dir = 2 @@ -2617,14 +2661,14 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "sv" = ( /obj/effect/decal/cleanable/shreds, /obj/structure/spacevine, /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "sy" = ( /obj/structure/railing, /obj/structure/railing{ @@ -2633,7 +2677,7 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "sC" = ( /obj/structure/cable{ icon_state = "4-8" @@ -2647,7 +2691,7 @@ /turf/open/floor/concrete/reinforced{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "sF" = ( /obj/structure/closet/wardrobe/black, /turf/open/floor/plating{ @@ -2663,11 +2707,11 @@ /obj/structure/door_assembly, /obj/structure/spider/stickyweb, /turf/open/floor/plating, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "sM" = ( /obj/item/stack/cable_coil/cut/red, /turf/open/floor/plating/dirt, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "sP" = ( /obj/structure/flora/tree/jungle{ icon_state = "tree8" @@ -2676,7 +2720,7 @@ /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "sQ" = ( /obj/structure/railing{ dir = 4 @@ -2685,17 +2729,17 @@ dir = 5 }, /turf/open/floor/plating, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "sT" = ( /obj/item/stack/cable_coil/cut/red, /turf/open/floor/plating/rust, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "sU" = ( /obj/structure/flora/rock, /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland2" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "sW" = ( /obj/structure/sign/syndicate{ pixel_x = -32 @@ -2703,7 +2747,7 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "sX" = ( /obj/effect/decal/cleanable/glass, /turf/open/floor/plating/dirt/dark{ @@ -2711,13 +2755,13 @@ desc = "Upon closer examination, it's dirt, compacted down by much walking"; light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "sY" = ( /obj/structure/girder/displaced, /turf/open/floor/plating{ icon_state = "platingdmg2" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "tb" = ( /obj/structure/table/reinforced, /obj/item/binoculars, @@ -2737,7 +2781,7 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "tf" = ( /obj/structure/cable{ icon_state = "4-8" @@ -2749,13 +2793,13 @@ desc = "Upon closer examination, it's dirt, compacted down by much walking"; light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "tg" = ( /obj/item/stack/cable_coil/cut/red, /turf/open/floor/concrete/reinforced{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "th" = ( /obj/structure/railing{ dir = 6 @@ -2766,13 +2810,13 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "tk" = ( /obj/structure/rack, /obj/item/mecha_parts/mecha_equipment/extinguisher, /obj/item/mecha_parts/mecha_equipment/hydraulic_clamp, /turf/open/floor/vault, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "to" = ( /obj/structure/chair/comfy/brown, /turf/open/floor/wood, @@ -2782,7 +2826,7 @@ /obj/effect/decal/cleanable/glass, /mob/living/simple_animal/hostile/poison/giant_spider/hunter, /turf/open/floor/plating/rust, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "tt" = ( /obj/structure/cable{ icon_state = "6-8" @@ -2792,38 +2836,38 @@ desc = "Upon closer examination, it's dirt, compacted down by much walking"; light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "tv" = ( /obj/effect/decal/cleanable/shreds, /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland1" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "tx" = ( /obj/structure/flora/rock/pile, /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland1" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "tz" = ( /obj/structure/spider/stickyweb, /turf/open/floor/concrete/reinforced{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "tA" = ( /obj/effect/decal/cleanable/insectguts, /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "tB" = ( /obj/structure/spacevine, /obj/effect/turf_decal/weather/dirt{ dir = 9 }, /turf/open/water/jungle, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "tC" = ( /obj/structure/railing/corner, /obj/structure/spacevine, @@ -2831,18 +2875,18 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "tE" = ( /obj/effect/decal/cleanable/glass, /turf/open/floor/plating{ icon_state = "platingdmg2" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "tI" = ( /obj/structure/spider/stickyweb, /mob/living/simple_animal/hostile/poison/giant_spider/hunter, /turf/open/floor/mineral/plastitanium, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "tJ" = ( /obj/item/stack/ore/salvage/scrapmetal/five, /turf/open/floor/plasteel, @@ -2851,7 +2895,7 @@ /obj/structure/spider/stickyweb, /mob/living/simple_animal/hostile/poison/giant_spider/hunter, /turf/open/floor/plasteel, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "tM" = ( /obj/structure/cable{ icon_state = "4-8" @@ -2870,13 +2914,13 @@ /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "tO" = ( /obj/structure/spacevine, /turf/open/floor/plating{ icon_state = "platingdmg2" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "tQ" = ( /obj/machinery/atmospherics/components/binary/valve{ dir = 1 @@ -2891,7 +2935,7 @@ icon_state = "1-2" }, /turf/open/floor/plating, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "tR" = ( /obj/effect/radiation{ rad_power = 180; @@ -2903,52 +2947,52 @@ light_color = "#a0ad20"; light_range = 3 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "tW" = ( /obj/structure/spacevine, /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "ud" = ( /obj/structure/spacevine/dense, /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "ue" = ( /obj/effect/turf_decal/weather/dirt{ dir = 10 }, /turf/open/water/jungle, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "uh" = ( /obj/structure/flora/grass/jungle, /obj/structure/flora/junglebush/large, /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "ui" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland9" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "uk" = ( /obj/structure/spacevine/dense, /obj/effect/turf_decal/weather/dirt{ dir = 5 }, /turf/open/water/jungle, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "uq" = ( /obj/structure/spider/stickyweb, /obj/structure/spider/cocoon, /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "ur" = ( /obj/structure/table, /obj/item/stack/sheet/metal, @@ -2979,13 +3023,13 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "uB" = ( /obj/effect/turf_decal/weather/dirt{ dir = 4 }, /turf/open/water/jungle, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "uC" = ( /obj/structure/spider/stickyweb, /obj/structure/spacevine, @@ -2997,19 +3041,19 @@ /obj/structure/spacevine/dense, /obj/effect/turf_decal/weather/dirt, /turf/open/water/jungle, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "uJ" = ( /obj/structure/railing{ dir = 10 }, /turf/open/floor/plating, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "uL" = ( /obj/structure/spacevine, /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland5" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "uN" = ( /obj/structure/spacevine/dense, /obj/structure/flora/grass/jungle, @@ -3017,12 +3061,15 @@ /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "uQ" = ( /obj/structure/cable, /obj/structure/spider/stickyweb, /turf/open/floor/plating/rust, /area/ruin/jungle/starport) +"uR" = ( +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/overmap_encounter/planetoid/jungle/explored) "uT" = ( /obj/machinery/shower{ dir = 4; @@ -3042,17 +3089,17 @@ }, /obj/item/stack/cable_coil/cut/red, /turf/open/floor/plasteel, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "uY" = ( /obj/structure/spacevine, /turf/open/floor/plating/rust, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "vf" = ( /obj/structure/flora/tree/jungle, /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "vi" = ( /obj/structure/railing{ dir = 8 @@ -3061,31 +3108,31 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "vj" = ( /obj/structure/frame/machine, /turf/open/floor/plating/dirt/jungle/wasteland, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "vk" = ( /obj/effect/decal/cleanable/ash, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "vm" = ( /obj/effect/turf_decal/weather/dirt{ dir = 1 }, /turf/open/water/jungle, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "vo" = ( /obj/structure/spacevine, /obj/structure/spacevine, /turf/open/floor/concrete{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "vp" = ( /obj/effect/turf_decal/industrial/warning/corner{ dir = 8 @@ -3093,19 +3140,19 @@ /turf/open/floor/concrete{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "vq" = ( /obj/structure/flora/rock/pile, /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland7" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "vt" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland4" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "vu" = ( /obj/item/ammo_casing/caseless/rocket{ desc = "An 84mm high explosive rocket. Looks like they'd fit into a launcher" @@ -3116,19 +3163,19 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "vw" = ( /obj/structure/spider/stickyweb, /turf/open/floor/mineral/plastitanium{ icon_state = "plastitanium_dam5" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "vz" = ( /obj/effect/decal/cleanable/ash/large, /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland2" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "vB" = ( /mob/living/simple_animal/hostile/poison/giant_spider/hunter, /obj/structure{ @@ -3142,7 +3189,7 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "vD" = ( /obj/structure/cable{ icon_state = "1-2" @@ -3160,7 +3207,7 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "vK" = ( /obj/structure/girder/displaced, /turf/open/floor/plating{ @@ -3173,7 +3220,7 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "vM" = ( /obj/structure/catwalk/over/plated_catwalk, /obj/structure/cable{ @@ -3184,7 +3231,7 @@ dir = 4 }, /turf/open/floor/plating, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "vQ" = ( /obj/effect/turf_decal/arrows{ dir = 8 @@ -3193,7 +3240,7 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "vR" = ( /obj/structure/railing/corner{ dir = 8 @@ -3202,7 +3249,7 @@ /turf/open/floor/concrete/reinforced{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "vV" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/remains/human, @@ -3222,7 +3269,7 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "wc" = ( /obj/structure/cable{ icon_state = "1-2" @@ -3244,36 +3291,36 @@ }, /obj/structure/spider/stickyweb, /turf/open/floor/plasteel, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "wg" = ( /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "wi" = ( /obj/effect/turf_decal/atmos/plasma, /obj/effect/turf_decal/industrial/warning{ dir = 1 }, /turf/open/floor/plating, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "wk" = ( /obj/structure/chair{ dir = 4 }, /obj/structure/spider/stickyweb, /turf/open/floor/plating/rust, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "wl" = ( /obj/structure/spacevine, /turf/closed/wall/concrete/reinforced, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "wm" = ( /obj/structure/flora/rock, /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "ws" = ( /obj/item/stack/sheet/mineral/plastitanium, /obj/item/stack/sheet/mineral/plastitanium, @@ -3281,7 +3328,7 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "wy" = ( /obj/structure/spider/stickyweb, /turf/open/floor/wood, @@ -3294,7 +3341,7 @@ /turf/open/floor/concrete/reinforced{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "wB" = ( /obj/structure/spider/stickyweb, /turf/open/floor/plasteel, @@ -3304,7 +3351,7 @@ /obj/structure/spider/stickyweb, /obj/machinery/light/broken/directional/west, /turf/open/floor/plasteel, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "wG" = ( /obj/structure/cable{ icon_state = "4-8" @@ -3315,7 +3362,7 @@ /turf/open/floor/plasteel/stairs/medium{ dir = 4 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "wH" = ( /obj/structure/girder/displaced, /turf/open/floor/plating/rust, @@ -3324,12 +3371,12 @@ /obj/effect/decal/cleanable/ash/large, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/rust, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "wK" = ( /obj/structure/table/reinforced, /obj/machinery/microwave, /turf/open/floor/plasteel/dark, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "wN" = ( /obj/effect/turf_decal/industrial/warning{ dir = 4 @@ -3338,7 +3385,7 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "wP" = ( /obj/structure/rack, /obj/item/mecha_parts/mecha_equipment/extinguisher, @@ -3351,7 +3398,7 @@ dir = 8 }, /turf/open/water/jungle, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "wT" = ( /obj/structure/cable{ icon_state = "4-8" @@ -3362,7 +3409,7 @@ /turf/open/floor/plasteel/stairs/medium{ dir = 8 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "wW" = ( /obj/item/ammo_casing/caseless/rocket{ desc = "An 84mm high explosive rocket. Looks like they'd fit into a launcher" @@ -3384,28 +3431,28 @@ }, /obj/structure/rack, /turf/open/floor/vault, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "wX" = ( /obj/effect/decal/cleanable/ash/large, /obj/structure/flora/rock/pile, /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland1" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "wZ" = ( /obj/structure/flora/rock/pile, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland2" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "xb" = ( /obj/structure/spacevine, /obj/structure/spacevine, /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "xg" = ( /obj/machinery/power/smes, /obj/structure/cable{ @@ -3421,12 +3468,12 @@ dir = 9 }, /turf/open/water/jungle, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "xj" = ( /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland5" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "xl" = ( /obj/structure/chair{ dir = 1 @@ -3435,15 +3482,15 @@ /obj/structure/spider/stickyweb, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plasteel, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "xm" = ( /obj/machinery/light/broken/directional/west, /turf/open/floor/plasteel, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "xn" = ( /obj/item/stack/cable_coil/cut/red, /turf/open/floor/plasteel, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "xo" = ( /obj/structure/spider/stickyweb, /turf/open/floor/plating{ @@ -3463,13 +3510,13 @@ /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland9" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "xt" = ( /obj/structure/spacevine, /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "xu" = ( /obj/structure/cable{ icon_state = "0-4" @@ -3482,7 +3529,7 @@ /obj/effect/turf_decal/atmos/plasma, /obj/structure/spacevine, /turf/open/floor/plating/rust, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "xE" = ( /obj/structure/bed/pod, /obj/structure/curtain, @@ -3496,21 +3543,25 @@ /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) +"xJ" = ( +/obj/structure/spider/stickyweb, +/turf/open/floor/plating/rust, +/area/overmap_encounter/planetoid/jungle/explored) "xQ" = ( /obj/effect/decal/cleanable/shreds, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "xZ" = ( /obj/structure/flora/grass/jungle/b, /obj/structure/flora/grass/jungle/b, /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "ya" = ( /obj/structure/window/plasma/reinforced/plastitanium, /obj/machinery/door/poddoor{ @@ -3529,14 +3580,14 @@ desc = "Upon closer examination, it's dirt, compacted down by much walking"; light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "yc" = ( /obj/structure/spider/stickyweb, /obj/structure/spider/cocoon, /obj/effect/decal/cleanable/ash, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/rust, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "yd" = ( /obj/effect/decal/cleanable/vomit/old, /obj/effect/decal/remains/human, @@ -3546,14 +3597,14 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "yh" = ( /obj/item/stack/cable_coil/cut/red, /obj/structure/spacevine/dense, /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "yi" = ( /obj/structure/spider/stickyweb, /obj/item/stack/cable_coil/cut/red, @@ -3562,34 +3613,44 @@ desc = "Upon closer examination, it's dirt, compacted down by much walking"; light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "yj" = ( /obj/item/stack/ore/salvage/scrapmetal/five, /obj/structure/spider/stickyweb, /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "yp" = ( /turf/open/floor/plating/dirt, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "yq" = ( /obj/structure/chair, /obj/item/stack/sheet/metal, /turf/open/floor/plasteel, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "yt" = ( /obj/effect/turf_decal/weather/dirt, /obj/effect/turf_decal/weather/dirt{ dir = 1 }, /turf/open/water/jungle, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) +"yv" = ( +/obj/structure/spider/stickyweb, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/overmap_encounter/planetoid/jungle/explored) "yw" = ( /obj/item/chair, /obj/machinery/light/directional/west, /turf/open/floor/plasteel, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) +"yx" = ( +/obj/structure/tank_dispenser/oxygen, +/turf/open/floor/vault, +/area/overmap_encounter/planetoid/jungle/explored) "yA" = ( /obj/structure/spider/stickyweb, /turf/open/floor/plasteel/tech/techmaint, @@ -3598,26 +3659,26 @@ /obj/item/stack/sheet/mineral/plastitanium, /obj/item/stack/ore/salvage/scrapmetal/five, /turf/open/water/jungle, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "yH" = ( /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "yJ" = ( /obj/structure/chair{ dir = 8 }, /obj/effect/decal/cleanable/insectguts, /turf/open/floor/plating/rust, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "yM" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/structure/spacevine, /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland1" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "yQ" = ( /obj/structure/table/rolling, /turf/open/floor/vault, @@ -3627,11 +3688,11 @@ /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland4" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "zc" = ( /obj/structure/table/reinforced, /turf/open/floor/plasteel/dark, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "ze" = ( /obj/structure/railing{ dir = 10 @@ -3640,7 +3701,7 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "zi" = ( /obj/structure{ desc = "A formerly deadly laser cannon, now stuck rusting on a fightercraft."; @@ -3653,21 +3714,21 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "zk" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/glass/plasma, /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "zn" = ( /obj/effect/turf_decal/weather/dirt{ dir = 1 }, /obj/effect/turf_decal/weather/dirt, /turf/open/water/jungle, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "zo" = ( /obj/effect/decal/cleanable/glass, /obj/effect/decal/cleanable/glass, @@ -3676,7 +3737,7 @@ /turf/open/floor/plating{ icon_state = "platingdmg2" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "zr" = ( /obj/machinery/shower{ dir = 4; @@ -3705,7 +3766,10 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) +"zG" = ( +/turf/open/floor/plating/rust, +/area/overmap_encounter/planetoid/jungle/explored) "zI" = ( /obj/structure/railing{ dir = 1 @@ -3714,7 +3778,7 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "zJ" = ( /obj/structure/railing{ dir = 4 @@ -3723,7 +3787,7 @@ /turf/open/floor/concrete/reinforced{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "zK" = ( /obj/structure/window/plasma/reinforced{ dir = 1 @@ -3739,7 +3803,7 @@ "zT" = ( /obj/structure/spacevine, /turf/open/floor/plating, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "zV" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/machinery/light/broken/directional/north, @@ -3750,11 +3814,15 @@ /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Ab" = ( /obj/effect/decal/cleanable/glass, /turf/open/floor/plasteel, /area/ruin/jungle/starport) +"Ae" = ( +/obj/structure/girder/displaced, +/turf/open/floor/plating/rust, +/area/overmap_encounter/planetoid/jungle/explored) "Af" = ( /obj/effect/decal/cleanable/glass, /obj/effect/decal/cleanable/glass, @@ -3762,35 +3830,35 @@ /turf/open/floor/mineral/plastitanium{ icon_state = "plastitanium_dam2" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Ai" = ( /obj/structure/spider/stickyweb, /turf/open/floor/mineral/plastitanium, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Aj" = ( /obj/structure/railing, /obj/effect/decal/cleanable/oil, /turf/open/floor/concrete/reinforced{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Ak" = ( /turf/open/floor/plasteel/stairs{ dir = 8 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Am" = ( /obj/structure/railing{ dir = 1 }, /turf/open/floor/plating/rust, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Aq" = ( /obj/machinery/telecomms/broadcaster, /turf/open/floor/mineral/plastitanium{ icon_state = "plastitanium_dam2" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "As" = ( /obj/structure/sign/syndicate{ anchored = 0 @@ -3798,7 +3866,7 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "At" = ( /obj/structure/railing, /obj/structure/spacevine, @@ -3808,19 +3876,19 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Av" = ( /obj/effect/decal/cleanable/ash/large, /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland5" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Ax" = ( /obj/structure/cable{ icon_state = "4-8" }, /turf/open/floor/mineral/plastitanium, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Az" = ( /obj/structure/cable{ icon_state = "0-4" @@ -3835,7 +3903,7 @@ icon_state = "4-8" }, /turf/open/floor/plating/rust, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "AD" = ( /obj/effect/decal/cleanable/molten_object, /obj/effect/decal/cleanable/dirt/dust, @@ -3846,18 +3914,18 @@ /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland2" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "AF" = ( /obj/structure/spacevine/dense, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "AG" = ( /obj/machinery/autolathe, /turf/open/floor/vault, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "AH" = ( /obj/structure/rack, /obj/item/reagent_containers/food/snacks/canned/beans, @@ -3870,12 +3938,12 @@ /obj/item/reagent_containers/food/snacks/canned/beans, /obj/item/reagent_containers/food/snacks/canned/beans, /turf/open/floor/plating/rust, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "AO" = ( /turf/open/floor/plasteel/stairs{ dir = 4 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "AQ" = ( /obj/structure/spider/stickyweb, /turf/open/floor/plating/rust, @@ -3885,7 +3953,7 @@ /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland7" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "AX" = ( /obj/structure/spider/stickyweb, /obj/structure/spider/cocoon{ @@ -3906,45 +3974,45 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Bi" = ( /obj/structure/cable{ icon_state = "4-8" }, /turf/open/floor/plating, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Bk" = ( /obj/structure/spacevine, /turf/open/floor/concrete/reinforced{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Bm" = ( /obj/structure/spacevine, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Bp" = ( /obj/structure/railing, /obj/structure/spacevine, /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Bs" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland5" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Bt" = ( /obj/structure/spacevine, /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland9" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Bx" = ( /turf/closed/wall/rust, /area/ruin/jungle/starport) @@ -3956,18 +4024,18 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Bz" = ( /obj/structure/flora/rock, /obj/structure/spacevine, /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "BC" = ( /obj/item/rack_parts, /turf/open/floor/plating/rust, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "BD" = ( /turf/closed/wall/mineral/plastitanium/nodiagonal, /area/ruin/jungle/starport/tower) @@ -3977,13 +4045,13 @@ dir = 1 }, /turf/open/floor/plating, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "BH" = ( /obj/effect/turf_decal/weather/dirt{ dir = 6 }, /turf/open/water/jungle, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "BK" = ( /obj/structure/bed, /obj/structure/curtain/cloth/fancy, @@ -3999,18 +4067,18 @@ /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "BQ" = ( /turf/open/floor/plasteel/stairs/right{ dir = 4 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "BR" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Cd" = ( /obj/machinery/door/airlock/glass, /turf/open/floor/plating{ @@ -4023,7 +4091,7 @@ dir = 6 }, /turf/open/water/jungle, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Co" = ( /obj/structure/closet, /obj/item/clothing/under/syndicate/aclfgrunt, @@ -4042,29 +4110,29 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Cu" = ( /turf/open/floor/plating{ icon_state = "platingdmg3" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Cv" = ( /obj/effect/turf_decal/industrial/stand_clear{ dir = 4 }, /turf/open/floor/plating, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Cy" = ( /obj/effect/decal/cleanable/shreds, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/rust, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Cz" = ( /obj/effect/decal/cleanable/plastic, /turf/open/floor/concrete{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "CF" = ( /obj/structure/cable{ icon_state = "4-8" @@ -4081,13 +4149,13 @@ dir = 5 }, /turf/open/water/jungle, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "CO" = ( /obj/structure/flora/junglebush, /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "CP" = ( /obj/structure/spider/stickyweb, /obj/structure/spider/cocoon{ @@ -4106,7 +4174,7 @@ /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "CV" = ( /obj/structure/cable{ icon_state = "0-8" @@ -4124,21 +4192,21 @@ /obj/structure/spacevine, /obj/effect/turf_decal/weather/dirt, /turf/open/water/jungle, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Da" = ( /obj/structure/chair{ dir = 4 }, /obj/effect/decal/cleanable/glass, /turf/open/floor/plasteel, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "De" = ( /obj/structure/flora/rock, /obj/structure/spacevine, /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland1" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Df" = ( /obj/structure/chair{ dir = 1 @@ -4146,26 +4214,26 @@ /obj/effect/decal/cleanable/ash, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plasteel, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Dg" = ( /obj/structure/frame/computer{ dir = 4 }, /turf/open/floor/mineral/plastitanium, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Dh" = ( /obj/structure/flora/grass/jungle/b, /obj/structure/flora/grass/jungle, /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Dj" = ( /obj/structure/frame/computer, /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Dk" = ( /obj/structure/door_assembly/door_assembly_eng, /turf/open/floor/plating/dirt/dark{ @@ -4173,7 +4241,7 @@ desc = "Upon closer examination, it's dirt, compacted down by much walking"; light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Dm" = ( /obj/machinery/atmospherics/pipe/manifold/orange{ dir = 8 @@ -4187,7 +4255,7 @@ /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland7" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Dq" = ( /obj/structure/catwalk/over/plated_catwalk, /obj/effect/decal/cleanable/dirt/dust, @@ -4196,7 +4264,7 @@ }, /obj/machinery/atmospherics/pipe/simple/orange/hidden, /turf/open/floor/plating, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Dr" = ( /obj/effect/turf_decal/industrial/warning{ dir = 8 @@ -4213,14 +4281,14 @@ "Dw" = ( /obj/item/chair, /turf/open/floor/plating/rust, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Dz" = ( /obj/structure/railing, /obj/structure/spacevine/dense, /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "DA" = ( /obj/structure/flora/tree/jungle/small{ icon_state = "tree3" @@ -4228,11 +4296,11 @@ /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "DD" = ( /obj/structure/railing, /turf/open/floor/plating/dirt, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "DG" = ( /obj/structure/railing/corner{ dir = 8 @@ -4244,7 +4312,7 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "DH" = ( /obj/item/wallframe/apc, /obj/structure/spider/stickyweb, @@ -4252,7 +4320,7 @@ /area/ruin/jungle/starport) "DI" = ( /turf/open/floor/plasteel/stairs, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "DL" = ( /obj/structure/rack, /obj/item/reagent_containers/food/drinks/waterbottle/large, @@ -4270,7 +4338,7 @@ /obj/item/reagent_containers/food/drinks/waterbottle/large, /obj/item/reagent_containers/food/drinks/waterbottle/large, /turf/open/floor/plasteel/dark, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "DM" = ( /obj/structure/railing{ dir = 8 @@ -4280,7 +4348,7 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "DO" = ( /obj/structure/catwalk/over/plated_catwalk, /obj/structure/cable{ @@ -4288,13 +4356,13 @@ }, /obj/machinery/atmospherics/pipe/simple/orange/hidden, /turf/open/floor/plating, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "DQ" = ( /obj/structure/spacevine/dense, /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "DR" = ( /obj/structure/toilet{ dir = 8 @@ -4307,19 +4375,19 @@ /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "DX" = ( /obj/structure/flora/rock/jungle, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "DY" = ( /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland3" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Ea" = ( /obj/structure/railing{ dir = 8 @@ -4336,13 +4404,13 @@ /turf/open/floor/concrete/reinforced{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Ef" = ( /obj/effect/turf_decal/borderfloor/corner{ dir = 4 }, /turf/open/floor/plating/rust, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Eg" = ( /obj/structure/window/plasma/reinforced{ dir = 8 @@ -4363,7 +4431,7 @@ /obj/effect/decal/cleanable/glass, /obj/structure/spider/stickyweb, /turf/open/floor/plasteel, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Em" = ( /obj/effect/turf_decal/weather/dirt{ dir = 4 @@ -4372,19 +4440,19 @@ dir = 8 }, /turf/open/water/jungle, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "En" = ( /obj/effect/turf_decal/arrows, /obj/effect/decal/cleanable/glass, /turf/open/floor/concrete{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Eq" = ( /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland6" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Eu" = ( /obj/effect/turf_decal/borderfloor{ dir = 1 @@ -4393,12 +4461,12 @@ dir = 4 }, /turf/open/floor/plating, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "ED" = ( /obj/structure/reagent_dispensers/water_cooler, /obj/machinery/light/broken/directional/north, /turf/open/floor/plasteel, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "EE" = ( /obj/structure/flora/grass/jungle/b, /obj/structure/flora/grass/jungle, @@ -4406,13 +4474,13 @@ /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "EG" = ( /obj/effect/decal/cleanable/oil, /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "EH" = ( /obj/structure/table, /obj/structure/spacevine, @@ -4423,17 +4491,17 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "EJ" = ( /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland4" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "EK" = ( /obj/effect/decal/cleanable/glass, /mob/living/simple_animal/hostile/poison/giant_spider/tarantula, /turf/open/floor/mineral/plastitanium, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "EM" = ( /obj/effect/turf_decal/industrial/warning{ dir = 4 @@ -4454,18 +4522,18 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "EQ" = ( /obj/structure/spacevine, /mob/living/simple_animal/hostile/poison/giant_spider/nurse, /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "ET" = ( /obj/effect/decal/cleanable/glass, /turf/open/floor/vault, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "EU" = ( /obj/effect/turf_decal/industrial/stand_clear{ dir = 4 @@ -4474,7 +4542,7 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "EV" = ( /obj/structure/table, /obj/item/toy/cards/deck/syndicate, @@ -4495,14 +4563,14 @@ /turf/open/floor/plasteel/stairs{ dir = 8 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Fg" = ( /obj/structure/spacevine, /obj/effect/turf_decal/weather/dirt{ dir = 6 }, /turf/open/water/jungle, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Fk" = ( /obj/item/stack/sheet/metal, /obj/item/stack/sheet/metal, @@ -4510,7 +4578,7 @@ /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Fq" = ( /obj/structure/rack, /obj/item/stack/sheet/metal/twenty, @@ -4518,14 +4586,14 @@ /obj/item/stack/sheet/glass/twenty, /obj/item/stack/sheet/glass/twenty, /turf/open/floor/plasteel/dark, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Fs" = ( /obj/structure/spider/stickyweb, /obj/structure/spacevine/dense, /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Ft" = ( /obj/machinery/door/poddoor{ id = "jbs3" @@ -4538,52 +4606,52 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "FA" = ( /obj/item/stack/cable_coil/cut/red, /turf/open/floor/mineral/plastitanium{ icon_state = "plastitanium_dam4" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "FK" = ( /obj/item/shard, /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "FM" = ( /obj/machinery/light/broken/directional/west, /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "FP" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/structure/flora/grass/jungle, /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "FQ" = ( /obj/structure/spacevine/dense, /obj/structure/flora/rock/jungle, /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "FY" = ( /obj/structure/flora/rock, /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland9" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Gb" = ( /obj/structure/spacevine, /obj/effect/turf_decal/weather/dirt{ dir = 1 }, /turf/open/water/jungle, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Gc" = ( /obj/structure/frame/computer{ anchored = 1; @@ -4605,7 +4673,7 @@ /turf/open/floor/concrete/reinforced{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Gl" = ( /obj/effect/turf_decal/industrial/traffic{ dir = 8 @@ -4613,11 +4681,11 @@ /turf/open/floor/concrete{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Gm" = ( /obj/effect/decal/cleanable/shreds, /turf/open/floor/plating/rust, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Gr" = ( /obj/structure/railing{ dir = 9 @@ -4625,7 +4693,7 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Gs" = ( /obj/effect/decal/remains/human, /obj/item/clothing/suit/fire/atmos, @@ -4634,18 +4702,18 @@ /turf/open/floor/plating{ icon_state = "platingdmg1" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Gt" = ( /obj/structure/barricade/wooden/crude, /turf/open/floor/plating/rust, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Gx" = ( /obj/structure/spacevine/dense, /obj/structure/spider/stickyweb, /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Gy" = ( /obj/structure/flora/grass/jungle, /obj/structure/flora/junglebush/b, @@ -4653,13 +4721,13 @@ /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Gz" = ( /obj/structure/spacevine/dense, /turf/open/floor/concrete{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "GA" = ( /obj/structure/spider/stickyweb, /turf/open/floor/wood{ @@ -4681,7 +4749,7 @@ }, /obj/item/shard, /turf/open/floor/plasteel/stairs/left, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "GI" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/structure/cable{ @@ -4693,13 +4761,13 @@ desc = "Upon closer examination, it's dirt, compacted down by much walking"; light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "GJ" = ( /obj/effect/turf_decal/weather/dirt{ dir = 8 }, /turf/open/water/jungle, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "GK" = ( /obj/structure/cable{ icon_state = "4-8" @@ -4710,7 +4778,7 @@ desc = "Upon closer examination, it's dirt, compacted down by much walking"; light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "GL" = ( /obj/structure/railing{ dir = 1 @@ -4718,11 +4786,11 @@ /turf/open/floor/plasteel/stairs{ dir = 8 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "GP" = ( /obj/structure/reagent_dispensers/water_cooler, /turf/open/floor/plasteel, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "GS" = ( /obj/effect/decal/remains/human, /turf/open/floor/mineral/plastitanium, @@ -4744,18 +4812,18 @@ dir = 4 }, /turf/open/floor/plating, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "GX" = ( /obj/effect/decal/cleanable/oil, /obj/structure/spacevine/dense, /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "GY" = ( /obj/structure/spacevine/dense, /turf/open/water/jungle, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "GZ" = ( /obj/effect/turf_decal/box/corners{ dir = 1 @@ -4764,7 +4832,7 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Ha" = ( /obj/structure/chair/office{ dir = 4 @@ -4782,13 +4850,13 @@ /obj/structure/spacevine/dense, /obj/structure/spacevine, /turf/open/floor/plating, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Hi" = ( /obj/item/stack/ore/salvage/scrapmetal/five, /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Hj" = ( /obj/structure/catwalk/over/plated_catwalk, /obj/structure/cable{ @@ -4801,18 +4869,18 @@ dir = 4 }, /turf/open/floor/plating, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Ho" = ( /obj/structure/railing{ dir = 8 }, /turf/open/floor/plating, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Hp" = ( /obj/structure/spacevine, /obj/structure/spider/stickyweb, /turf/open/floor/plating/dirt, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Hq" = ( /obj/effect/radiation{ rad_power = 66; @@ -4824,7 +4892,7 @@ light_color = "#a0ad20"; light_range = 3 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Hr" = ( /obj/structure/railing/corner{ dir = 8 @@ -4833,7 +4901,7 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Hs" = ( /obj/structure/table, /obj/item/wallframe/apc, @@ -4847,14 +4915,14 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Hx" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/structure/girder/displaced, /turf/open/floor/plating{ icon_state = "platingdmg2" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Hz" = ( /obj/effect/turf_decal/industrial/traffic/corner{ dir = 8 @@ -4862,14 +4930,14 @@ /turf/open/floor/concrete{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "HB" = ( /obj/structure/spacevine, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/concrete/reinforced{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "HF" = ( /obj/structure/cable{ icon_state = "4-8" @@ -4877,7 +4945,7 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "HG" = ( /obj/structure/table/reinforced, /obj/item/radio/intercom/directional/east, @@ -4890,12 +4958,12 @@ /turf/open/floor/concrete/reinforced{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "HM" = ( /obj/structure/spider/stickyweb, /obj/effect/decal/cleanable/shreds, /turf/open/floor/plasteel, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "HT" = ( /obj/effect/turf_decal/box/corners{ dir = 8 @@ -4904,7 +4972,7 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "HW" = ( /obj/effect/decal/cleanable/glass, /turf/open/floor/plating/rust, @@ -4913,7 +4981,7 @@ /obj/structure/catwalk/over/plated_catwalk, /obj/machinery/atmospherics/pipe/simple/orange/hidden, /turf/open/floor/plating, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "HZ" = ( /obj/machinery/portable_atmospherics/canister/oxygen, /turf/open/floor/mineral/plastitanium, @@ -4932,14 +5000,14 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Ii" = ( /obj/structure/flora/junglebush/b, /obj/structure/flora/junglebush/c, /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Ij" = ( /obj/effect/turf_decal/industrial/traffic/corner{ dir = 4 @@ -4947,13 +5015,16 @@ /turf/open/floor/concrete{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) +"Ik" = ( +/turf/closed/wall/rust, +/area/overmap_encounter/planetoid/jungle/explored) "Il" = ( /obj/structure/railing/corner, /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Im" = ( /obj/structure/railing{ dir = 5 @@ -4962,7 +5033,7 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Io" = ( /obj/structure/chair/comfy/shuttle{ name = "Grav Couch"; @@ -4976,7 +5047,7 @@ /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland5" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "It" = ( /obj/structure/spacevine/dense, /obj/structure/flora/junglebush/large, @@ -4984,14 +5055,14 @@ /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Iy" = ( /obj/effect/turf_decal/arrows, /obj/structure/spacevine/dense, /turf/open/floor/concrete{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "ID" = ( /obj/item/stack/ore/salvage/scrapmetal/five, /turf/open/floor/plating/rust, @@ -5003,20 +5074,20 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "IG" = ( /obj/effect/decal/cleanable/shreds, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "II" = ( /obj/structure/flora/grass/jungle/b, /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "IL" = ( /obj/machinery/atmospherics/pipe/manifold/orange{ dir = 4 @@ -5027,16 +5098,19 @@ "IN" = ( /obj/effect/decal/cleanable/glass, /turf/open/floor/mineral/plastitanium, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "IQ" = ( /turf/open/floor/plating, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) +"IR" = ( +/turf/open/floor/mineral/plastitanium, +/area/overmap_encounter/planetoid/jungle/explored) "IU" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating{ icon_state = "platingdmg2" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "IW" = ( /obj/structure/cable{ icon_state = "2-4" @@ -5049,7 +5123,7 @@ desc = "Upon closer examination, it's dirt, compacted down by much walking"; light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "IY" = ( /obj/structure/table/rolling, /turf/open/floor/mineral/plastitanium, @@ -5060,7 +5134,7 @@ /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Jd" = ( /obj/item/stack/cable_coil/cut/red, /turf/open/floor/plating/dirt/dark{ @@ -5068,7 +5142,7 @@ desc = "Upon closer examination, it's dirt, compacted down by much walking"; light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Je" = ( /obj/structure/railing{ dir = 10 @@ -5079,66 +5153,66 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Jj" = ( /turf/open/floor/plasteel/stairs/left{ dir = 8 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Jn" = ( /obj/structure/spacevine, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Jo" = ( /obj/structure/spacevine, /turf/open/water/jungle, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Js" = ( /obj/structure/flora/tree/jungle/small, /obj/structure/flora/grass/jungle/b, /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Jt" = ( /obj/structure/spacevine/dense, /turf/open/floor/plating{ icon_state = "platingdmg3" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Ju" = ( /obj/effect/turf_decal/borderfloor{ dir = 4 }, /turf/open/floor/plating, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "JA" = ( /obj/structure/chair/comfy/shuttle{ name = "Grav Couch"; dir = 8 }, /turf/open/floor/mineral/plastitanium, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "JB" = ( /obj/effect/turf_decal/industrial/warning/corner, /turf/open/floor/concrete{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "JC" = ( /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "JG" = ( /obj/effect/turf_decal/borderfloor/corner{ dir = 1 }, /turf/open/floor/plating, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "JH" = ( /obj/structure{ desc = "A devastating strike weapon of times past. The mountings seem broken now."; @@ -5153,13 +5227,13 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "JI" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland3" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "JK" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/structure/spacevine/dense, @@ -5167,7 +5241,7 @@ /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "JL" = ( /obj/machinery/atmospherics/components/unary/portables_connector, /turf/open/floor/mineral/plastitanium, @@ -5178,7 +5252,7 @@ /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "JO" = ( /obj/structure/railing{ dir = 4 @@ -5187,7 +5261,7 @@ /turf/open/floor/concrete/reinforced{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "JP" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/structure/cable{ @@ -5199,13 +5273,13 @@ /turf/open/floor/concrete/reinforced{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "JQ" = ( /obj/effect/decal/cleanable/ash/large, /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland0" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "JR" = ( /obj/item/radio/intercom/directional/north{ pixel_y = 24 @@ -5217,7 +5291,7 @@ "JT" = ( /obj/structure/reagent_dispensers/beerkeg, /turf/open/floor/plasteel/dark, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "JU" = ( /obj/effect/turf_decal/industrial/traffic/corner{ dir = 8 @@ -5225,7 +5299,7 @@ /turf/open/floor/plating{ icon_state = "platingdmg2" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "JX" = ( /obj/effect/decal/cleanable/vomit/old, /turf/open/floor/mineral/plastitanium, @@ -5237,14 +5311,14 @@ /turf/open/floor/concrete{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Km" = ( /obj/structure/spider/stickyweb, /obj/item/stack/ore/salvage/scrapmetal/five, /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Ko" = ( /obj/structure/closet/firecloset/full{ anchored = 1 @@ -5255,21 +5329,21 @@ }, /obj/item/geiger_counter, /turf/open/floor/plating, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Kq" = ( /obj/effect/turf_decal/industrial/stand_clear{ dir = 8 }, /obj/structure/spacevine/dense, /turf/open/floor/plating, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Ks" = ( /obj/structure/railing/corner, /obj/structure/spacevine, /turf/open/floor/concrete/reinforced{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Kv" = ( /obj/effect/decal/cleanable/ash/large, /obj/effect/decal/cleanable/dirt/dust, @@ -5277,7 +5351,11 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) +"Kw" = ( +/obj/structure/girder, +/turf/open/floor/plating/rust, +/area/overmap_encounter/planetoid/jungle/explored) "Kz" = ( /obj/machinery/atmospherics/components/unary/portables_connector{ dir = 4 @@ -5298,14 +5376,14 @@ dir = 8 }, /turf/open/floor/plating, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "KM" = ( /obj/effect/turf_decal/box/corners, /obj/structure/spacevine, /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "KO" = ( /obj/structure/cable{ icon_state = "0-4" @@ -5320,7 +5398,7 @@ desc = "Upon closer examination, it's dirt, compacted down by much walking"; light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "KS" = ( /obj/effect/turf_decal/industrial/stand_clear{ dir = 8 @@ -5329,25 +5407,25 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "KT" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/generic, /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "KU" = ( /obj/structure/flora/rock/pile, /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland6" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "KW" = ( /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland7" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "La" = ( /turf/open/floor/wood{ icon_state = "wood-broken7" @@ -5357,20 +5435,20 @@ /turf/open/floor/plasteel/stairs/left{ dir = 1 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Lj" = ( /obj/structure/spacevine, /obj/effect/turf_decal/weather/dirt{ dir = 10 }, /turf/open/water/jungle, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Ll" = ( /obj/structure/railing/corner, /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Lo" = ( /turf/closed/wall/mineral/plastitanium, /area/ruin/jungle/starport/plasma) @@ -5389,12 +5467,12 @@ /turf/open/floor/concrete/reinforced{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Lt" = ( /obj/structure/spider/stickyweb, /obj/structure/spider/cocoon, /turf/open/floor/plating/rust, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Lv" = ( /obj/structure/railing{ dir = 8 @@ -5407,13 +5485,13 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "LA" = ( /obj/structure/flora/junglebush/b, /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "LC" = ( /obj/structure/tank_dispenser/oxygen, /turf/open/floor/vault, @@ -5424,19 +5502,25 @@ /turf/open/floor/concrete/reinforced{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "LG" = ( /obj/structure/railing/corner{ dir = 8 }, /turf/open/water/jungle, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) +"LH" = ( +/obj/structure/girder/displaced, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/overmap_encounter/planetoid/jungle/explored) "LI" = ( /obj/machinery/atmospherics/pipe/manifold/orange{ dir = 8 }, /turf/open/floor/plating/rust, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "LM" = ( /obj/structure/closet, /obj/item/clothing/suit/aclf, @@ -5453,7 +5537,7 @@ /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland6" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "LP" = ( /obj/machinery/atmospherics/pipe/simple/orange/hidden{ dir = 9 @@ -5465,20 +5549,20 @@ /turf/open/floor/plating{ icon_state = "platingdmg2" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "LU" = ( /obj/item/geiger_counter, /obj/effect/decal/cleanable/blood/old, /turf/open/floor/concrete{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "LV" = ( /obj/structure/table, /obj/structure/spider/stickyweb, /obj/effect/decal/cleanable/glass, /turf/open/floor/plating, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "LW" = ( /obj/structure/closet/emcloset/anchored, /obj/structure/railing{ @@ -5487,7 +5571,7 @@ /turf/open/floor/concrete/reinforced{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "LX" = ( /obj/structure/spider/stickyweb, /turf/open/floor/plating/dirt/dark{ @@ -5495,7 +5579,7 @@ desc = "Upon closer examination, it's dirt, compacted down by much walking"; light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Mc" = ( /obj/structure/railing, /obj/effect/decal/cleanable/oil, @@ -5503,14 +5587,14 @@ /turf/open/floor/concrete/reinforced{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Mf" = ( /obj/structure/spacevine, /obj/machinery/light/directional/west, /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Mh" = ( /obj/structure/table, /obj/item/radio/intercom/directional/south, @@ -5525,7 +5609,7 @@ /turf/open/floor/concrete{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Mr" = ( /turf/open/floor/plating{ icon_state = "platingdmg1" @@ -5535,23 +5619,23 @@ /obj/effect/decal/remains/human, /obj/structure/spider/stickyweb, /turf/open/floor/mineral/plastitanium, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Mz" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/structure/spacevine, /turf/open/floor/plating/rust, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "MC" = ( /obj/structure/spider/stickyweb, /obj/machinery/atmospherics/pipe/simple/orange/hidden, /turf/open/floor/plasteel/stairs/medium, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "MD" = ( /obj/effect/decal/cleanable/shreds, /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "MG" = ( /obj/effect/turf_decal/arrows{ dir = 4 @@ -5559,34 +5643,34 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "MI" = ( /obj/structure/railing, /obj/item/stack/ore/salvage/scrapmetal/five, /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "MJ" = ( /obj/structure/railing/corner, /turf/open/floor/concrete/reinforced{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "MK" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "MN" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/turf_decal/weather/dirt{ dir = 9 }, /turf/open/water/jungle, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "MQ" = ( /obj/structure/extinguisher_cabinet/directional/north, /turf/open/floor/mineral/plastitanium, @@ -5597,13 +5681,13 @@ /turf/open/floor/plating{ icon_state = "platingdmg3" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "MT" = ( /obj/structure/spider/stickyweb, /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "MX" = ( /obj/structure/curtain, /obj/structure/spider/stickyweb, @@ -5614,7 +5698,7 @@ /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland0" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Na" = ( /obj/effect/decal/remains/human, /obj/structure/spider/stickyweb, @@ -5623,13 +5707,13 @@ desc = "Upon closer examination, it's dirt, compacted down by much walking"; light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Nc" = ( /obj/structure/spacevine, /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Nd" = ( /obj/structure/spider/stickyweb, /obj/structure/spacevine, @@ -5640,7 +5724,7 @@ dir = 4 }, /turf/open/floor/plating/rust, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Nh" = ( /obj/structure/filingcabinet, /obj/item/gun/ballistic/automatic/pistol, @@ -5655,12 +5739,12 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Nm" = ( /obj/structure/table/reinforced, /obj/structure/spider/stickyweb, /turf/open/floor/plasteel/dark, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Nt" = ( /obj/structure/cable{ icon_state = "0-2" @@ -5679,18 +5763,18 @@ light_color = "#a0ad20"; light_range = 3 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "NB" = ( /obj/effect/turf_decal/arrows, /turf/open/floor/concrete{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "NC" = ( /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland2" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "NE" = ( /obj/structure/railing{ dir = 10 @@ -5699,34 +5783,34 @@ dir = 6 }, /turf/open/water/jungle, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "NL" = ( /obj/structure/cable{ icon_state = "1-2" }, /turf/open/floor/plasteel/stairs/medium, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "NM" = ( /obj/item/stack/cable_coil/cut/red, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/concrete/reinforced{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "NN" = ( /obj/structure/spider/stickyweb, /turf/open/floor/plating/grass{ desc = "A patch of grass. It looks well manicured"; light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "NU" = ( /obj/structure/flora/grass/jungle/b, /obj/structure/flora/junglebush, /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "NZ" = ( /obj/structure/railing{ dir = 10 @@ -5734,7 +5818,7 @@ /turf/open/floor/concrete/reinforced{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Ob" = ( /obj/structure/railing{ dir = 8 @@ -5753,12 +5837,12 @@ dir = 5 }, /turf/open/water/jungle, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Oj" = ( /obj/structure/reagent_dispensers/watertank, /obj/structure/spider/stickyweb, /turf/open/floor/vault, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Ok" = ( /obj/structure/spacevine/dense, /obj/structure/poddoor_assembly{ @@ -5770,7 +5854,7 @@ /obj/structure/spider/stickyweb, /mob/living/simple_animal/hostile/poison/giant_spider/nurse/midwife, /turf/open/floor/plasteel, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Op" = ( /mob/living/simple_animal/hostile/poison/giant_spider/hunter/viper, /obj/structure/spider/cocoon, @@ -5783,7 +5867,7 @@ /obj/structure/table, /obj/structure/spider/stickyweb, /turf/open/floor/plating, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Ox" = ( /obj/structure/table/reinforced, /obj/item/radio/intercom/wideband/directional/east, @@ -5796,7 +5880,7 @@ /turf/open/floor/concrete{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "OA" = ( /obj/structure/cable{ icon_state = "5-10" @@ -5809,14 +5893,18 @@ desc = "Upon closer examination, it's dirt, compacted down by much walking"; light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "OC" = ( /obj/structure/flora/grass/jungle, /obj/structure/flora/junglebush/c, /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) +"OG" = ( +/obj/structure/rack, +/turf/open/floor/vault, +/area/overmap_encounter/planetoid/jungle/explored) "OI" = ( /turf/open/floor/mineral/plastitanium/red, /area/ruin/jungle/starport/tower) @@ -5826,7 +5914,7 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "OM" = ( /obj/machinery/power/shuttle/engine/fueled/plasma{ dir = 4 @@ -5842,7 +5930,7 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "OT" = ( /obj/effect/radiation{ rad_power = 66; @@ -5852,7 +5940,7 @@ /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland_dug" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "OW" = ( /obj/item/stack/ore/salvage/scrapmetal/five, /turf/open/floor/plating, @@ -5866,7 +5954,7 @@ /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland8" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Pf" = ( /obj/machinery/power/terminal, /obj/structure/cable, @@ -5889,11 +5977,11 @@ /turf/open/floor/plating{ icon_state = "platingdmg3" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Pq" = ( /obj/effect/decal/cleanable/ash, /turf/open/floor/plasteel, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Pw" = ( /obj/structure/table/reinforced, /obj/item/pen{ @@ -5935,7 +6023,7 @@ dir = 9 }, /turf/open/water/jungle, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "PO" = ( /obj/item/ammo_casing/caseless/rocket{ desc = "An 84mm high explosive rocket. Looks like they'd fit into a launcher"; @@ -5971,7 +6059,7 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "PS" = ( /obj/structure/railing{ dir = 10 @@ -5979,7 +6067,7 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "PT" = ( /obj/effect/turf_decal/weather/dirt{ dir = 9 @@ -5988,7 +6076,7 @@ dir = 10 }, /turf/open/water/jungle, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "PU" = ( /obj/structure/cable{ icon_state = "4-8" @@ -5996,7 +6084,7 @@ /turf/open/floor/plasteel/stairs{ dir = 4 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "PV" = ( /obj/structure/closet, /obj/item/clothing/shoes/combat, @@ -6017,18 +6105,18 @@ /turf/open/floor/plating{ icon_state = "platingdmg2" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "PZ" = ( /obj/structure/railing/corner, /turf/open/water/jungle, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Qc" = ( /obj/effect/decal/cleanable/glass, /obj/structure/spider/stickyweb, /turf/open/floor/mineral/plastitanium{ icon_state = "plastitanium_dam4" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Qe" = ( /obj/structure/railing{ dir = 1 @@ -6037,14 +6125,14 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Qh" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/structure/spacevine, /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland0" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Qi" = ( /obj/structure/flora/tree/jungle{ icon_state = "tree2" @@ -6052,7 +6140,7 @@ /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Qq" = ( /obj/machinery/atmospherics/components/unary/tank/toxins{ dir = 8 @@ -6065,7 +6153,7 @@ }, /obj/machinery/suit_storage_unit/open, /turf/open/floor/plating, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Qs" = ( /obj/machinery/light/directional/north, /turf/open/floor/mineral/plastitanium, @@ -6074,23 +6162,23 @@ /obj/structure/closet/secure_closet/freezer/fridge, /obj/machinery/light/broken/directional/south, /turf/open/floor/plasteel/dark, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Qw" = ( /obj/machinery/atmospherics/pipe/simple/orange/hidden, /turf/open/floor/plasteel/stairs/medium, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Qx" = ( /obj/effect/turf_decal/atmos/plasma, /obj/structure/railing/corner{ dir = 1 }, /turf/open/floor/plating, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "QB" = ( /obj/item/rack_parts, /obj/structure/rack, /turf/open/floor/plasteel/dark, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "QE" = ( /turf/closed/wall/mineral/plastitanium, /area/ruin/jungle/starport) @@ -6102,7 +6190,7 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "QM" = ( /obj/structure/spacevine, /obj/structure/flora/junglebush/b, @@ -6110,7 +6198,7 @@ /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "QO" = ( /obj/machinery/suit_storage_unit/industrial/atmos_firesuit, /obj/item/watertank/atmos, @@ -6125,14 +6213,14 @@ dir = 6 }, /turf/open/water/jungle, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "QQ" = ( /obj/effect/decal/cleanable/ash/large, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland2" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "QR" = ( /obj/effect/turf_decal/weather/dirt{ dir = 6 @@ -6141,7 +6229,7 @@ dir = 5 }, /turf/open/water/jungle, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "QV" = ( /obj/machinery/power/apc/auto_name/directional/east{ start_charge = 0 @@ -6154,7 +6242,7 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "QZ" = ( /obj/structure/spider/stickyweb, /obj/item/stack/ore/salvage/scrapmetal/five, @@ -6165,12 +6253,12 @@ /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Rb" = ( /obj/effect/decal/cleanable/ash, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/rust, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Rc" = ( /obj/structure/closet, /obj/effect/decal/cleanable/dirt/dust, @@ -6185,7 +6273,7 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Rn" = ( /obj/structure/table/reinforced, /obj/item/folder, @@ -6199,7 +6287,7 @@ /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Rq" = ( /obj/machinery/power/smes, /obj/structure/cable{ @@ -6215,7 +6303,7 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Rt" = ( /obj/structure/railing{ dir = 8 @@ -6223,45 +6311,45 @@ /turf/open/floor/concrete/reinforced{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Ry" = ( /obj/structure/flora/rock/jungle, /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "RB" = ( /obj/structure/cable{ icon_state = "2-5" }, /turf/open/floor/plating/dirt, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "RF" = ( /obj/structure/chair{ dir = 4 }, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plasteel, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "RH" = ( /obj/machinery/light/broken/directional/east, /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "RL" = ( /obj/effect/decal/cleanable/ash, /obj/structure/spacevine, /turf/open/floor/plating{ icon_state = "platingdmg3" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "RM" = ( /obj/structure/spacevine/dense, /turf/open/floor/concrete/reinforced{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "RN" = ( /obj/structure/railing/corner{ dir = 1 @@ -6269,7 +6357,7 @@ /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "RT" = ( /obj/structure/catwalk/over/plated_catwalk, /obj/structure/cable{ @@ -6280,7 +6368,7 @@ dir = 4 }, /turf/open/floor/plating/rust, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "RX" = ( /obj/effect/decal/cleanable/oil, /obj/effect/turf_decal/arrows{ @@ -6289,7 +6377,7 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Sc" = ( /obj/effect/turf_decal/industrial/stand_clear{ dir = 8 @@ -6298,7 +6386,7 @@ dir = 4 }, /turf/open/floor/plating, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Sd" = ( /obj/structure/closet, /obj/machinery/light/broken/directional/east, @@ -6331,18 +6419,18 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Sh" = ( /obj/structure/spacevine, /turf/open/floor/concrete{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Si" = ( /obj/effect/decal/cleanable/ash, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plasteel, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Sl" = ( /obj/structure/rack, /turf/open/floor/vault, @@ -6368,19 +6456,19 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "St" = ( /obj/structure/railing{ dir = 4 }, /turf/open/floor/plasteel/stairs/right, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Su" = ( /obj/structure/spider/stickyweb, /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Sv" = ( /turf/open/floor/vault, /area/ruin/jungle/starport) @@ -6391,7 +6479,7 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Sx" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/structure/cable{ @@ -6402,18 +6490,18 @@ desc = "Upon closer examination, it's dirt, compacted down by much walking"; light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Sy" = ( /obj/structure/catwalk/over/plated_catwalk, /obj/structure/spacevine/dense, /obj/machinery/atmospherics/pipe/simple/orange/hidden, /turf/open/floor/plating/rust, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "SA" = ( /turf/open/floor/plating{ icon_state = "platingdmg2" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "SC" = ( /obj/structure/flora/tree/jungle/small{ icon_state = "tree1" @@ -6421,7 +6509,7 @@ /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "SD" = ( /turf/open/floor/mineral/plastitanium{ icon_state = "plastitanium_dam5" @@ -6437,7 +6525,7 @@ desc = "Upon closer examination, it's dirt, compacted down by much walking"; light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "SK" = ( /obj/structure/catwalk/over/plated_catwalk, /obj/structure/cable{ @@ -6448,7 +6536,7 @@ dir = 4 }, /turf/open/floor/plating, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "SL" = ( /obj/structure/spacevine, /obj/effect/decal/cleanable/dirt/dust, @@ -6460,7 +6548,7 @@ desc = "Upon closer examination, it's dirt, compacted down by much walking"; light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "SN" = ( /obj/structure/railing{ dir = 2 @@ -6469,13 +6557,13 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "SQ" = ( /obj/structure/railing, /turf/open/floor/plasteel/stairs{ dir = 4 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "SS" = ( /obj/structure/bed/pod, /obj/structure/curtain, @@ -6485,14 +6573,14 @@ /obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/ash, /turf/open/floor/plating/rust, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "SU" = ( /obj/structure/railing, /obj/structure/spider/stickyweb, /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "SY" = ( /obj/effect/turf_decal/industrial/warning{ dir = 4 @@ -6502,7 +6590,7 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "SZ" = ( /obj/structure/railing{ dir = 6 @@ -6511,11 +6599,11 @@ /turf/open/floor/concrete/reinforced{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Tc" = ( /obj/effect/decal/cleanable/cobweb/cobweb2, /turf/open/floor/plasteel, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Td" = ( /obj/machinery/atmospherics/components/binary/valve{ dir = 1 @@ -6534,14 +6622,14 @@ /turf/open/floor/concrete/reinforced{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Tg" = ( /obj/effect/decal/cleanable/glass, /obj/structure/spider/stickyweb, /obj/item/stack/cable_coil/cut/red, /obj/machinery/light/broken/directional/west, /turf/open/floor/plasteel, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Tj" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 1 @@ -6558,21 +6646,21 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Tk" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/structure/spacevine, /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Tm" = ( /obj/structure/railing, /obj/structure/spacevine, /turf/open/floor/concrete/reinforced{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Tn" = ( /obj/machinery/washing_machine, /obj/effect/decal/cleanable/dirt/dust, @@ -6582,7 +6670,7 @@ /obj/item/chair, /obj/item/stack/cable_coil/cut/red, /turf/open/floor/plating/rust, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Tr" = ( /obj/structure/spider/stickyweb, /obj/effect/decal/cleanable/dirt/dust, @@ -6593,11 +6681,11 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Tv" = ( /obj/structure/spacevine/dense, /turf/open/floor/plating/dirt, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Tw" = ( /obj/structure/railing{ dir = 4 @@ -6605,7 +6693,7 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Tx" = ( /obj/effect/decal/cleanable/molten_object/large, /obj/effect/radiation{ @@ -6617,19 +6705,19 @@ light_color = "#a0ad20"; light_range = 3 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Tz" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/concrete/reinforced{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "TC" = ( /obj/effect/decal/cleanable/glass, /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "TF" = ( /obj/structure/table/reinforced, /obj/item/folder, @@ -6645,19 +6733,19 @@ /turf/open/floor/concrete/reinforced{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "TM" = ( /obj/structure/spacevine, /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "TQ" = ( /obj/effect/decal/cleanable/insectguts, /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "TV" = ( /obj/effect/decal/cleanable/molten_object, /obj/effect/radiation{ @@ -6667,7 +6755,7 @@ /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland2" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "TW" = ( /obj/structure/spider/stickyweb, /obj/item/stack/sheet/metal, @@ -6681,7 +6769,7 @@ /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Uc" = ( /obj/structure/spacevine, /obj/structure/salvageable/autolathe, @@ -6696,7 +6784,7 @@ "Uf" = ( /obj/structure/girder/displaced, /turf/open/floor/mineral/plastitanium, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Ug" = ( /obj/structure/chair{ dir = 8 @@ -6708,7 +6796,7 @@ /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland2" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Uj" = ( /turf/open/floor/plasteel/grimy, /area/ruin/jungle/starport) @@ -6720,40 +6808,40 @@ /turf/open/floor/plating{ icon_state = "platingdmg2" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Ul" = ( /obj/structure/table, /obj/structure/spider/stickyweb, /turf/open/floor/plating{ icon_state = "platingdmg1" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Um" = ( /obj/structure/cable{ icon_state = "4-8" }, /obj/structure/spacevine/dense, /turf/open/floor/plating/rust, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Uo" = ( /obj/structure/railing, /obj/effect/turf_decal/weather/dirt{ dir = 6 }, /turf/open/water/jungle, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Uq" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/vomit/old, /turf/open/floor/plating/rust, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Uu" = ( /obj/effect/decal/cleanable/oil, /obj/structure/spacevine, /turf/open/floor/concrete/reinforced{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Uv" = ( /obj/structure/catwalk/over/plated_catwalk, /obj/structure/cable{ @@ -6769,7 +6857,7 @@ dir = 9 }, /turf/open/floor/plating, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Ux" = ( /obj/structure/spider/stickyweb, /mob/living/simple_animal/hostile/poison/giant_spider/nurse, @@ -6787,13 +6875,13 @@ }, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/rust, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "UD" = ( /obj/structure/spacevine/dense, /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "UE" = ( /turf/template_noop, /area/template_noop) @@ -6809,17 +6897,17 @@ dir = 9 }, /turf/open/water/jungle, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "UJ" = ( /obj/item/stack/sheet/mineral/plastitanium, /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "UM" = ( /obj/effect/decal/cleanable/generic, /turf/open/floor/plasteel, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "UO" = ( /obj/structure/flora/tree/jungle{ icon_state = "tree6" @@ -6827,37 +6915,42 @@ /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "UP" = ( /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland1" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "UY" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating{ icon_state = "platingdmg1" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "UZ" = ( /obj/effect/decal/cleanable/ash/large, /obj/effect/decal/cleanable/glass, /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) +"Va" = ( +/obj/structure/spider/stickyweb, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel, +/area/overmap_encounter/planetoid/jungle/explored) "Vb" = ( /obj/effect/decal/cleanable/glass, /turf/open/floor/concrete{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Vg" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland1" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Vh" = ( /obj/item/stack/sheet/metal, /turf/open/floor/plasteel, @@ -6867,7 +6960,7 @@ /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Vl" = ( /obj/machinery/atmospherics/pipe/manifold/orange/visible{ dir = 4 @@ -6884,7 +6977,7 @@ /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland_dug" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Vq" = ( /obj/structure/railing{ dir = 8 @@ -6894,17 +6987,17 @@ desc = "Upon closer examination, it's dirt, compacted down by much walking"; light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Vu" = ( /obj/structure/frame/machine, /turf/open/floor/vault, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Vw" = ( /turf/open/floor/plating/grass{ desc = "A patch of grass. It looks well manicured"; light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Vz" = ( /obj/structure/spider/stickyweb, /obj/item/radio/intercom/directional/east, @@ -6917,7 +7010,7 @@ /turf/open/floor/concrete/reinforced{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "VB" = ( /obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, /turf/open/floor/plating, @@ -6927,13 +7020,13 @@ /turf/open/floor/plating/dirt/jungle/wasteland{ icon_state = "wasteland8" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "VD" = ( /obj/item/clothing/under/syndicate/aclfgrunt, /turf/open/floor/plating{ icon_state = "platingdmg3" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "VI" = ( /obj/structure/spacevine, /obj/structure/cable{ @@ -6942,16 +7035,16 @@ /turf/open/floor/concrete/reinforced{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "VL" = ( /obj/effect/turf_decal/atmos/plasma, /turf/open/floor/plating, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "VM" = ( /turf/open/floor/plasteel/stairs/left{ dir = 4 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "VO" = ( /obj/structure/spider/stickyweb, /obj/structure/spider/cocoon{ @@ -6960,7 +7053,7 @@ /turf/open/floor/plating{ icon_state = "platingdmg3" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "VQ" = ( /obj/structure/cable{ icon_state = "4-8" @@ -6971,14 +7064,14 @@ desc = "Upon closer examination, it's dirt, compacted down by much walking"; light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "VS" = ( /obj/structure/flora/grass/jungle, /obj/structure/flora/grass/jungle/b, /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Wb" = ( /obj/structure/catwalk/over/plated_catwalk, /obj/effect/decal/cleanable/dirt/dust, @@ -6987,7 +7080,7 @@ }, /obj/machinery/atmospherics/pipe/simple/orange/hidden, /turf/open/floor/plating, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Wf" = ( /obj/structure/closet/firecloset/full{ anchored = 1 @@ -7000,7 +7093,7 @@ /turf/open/floor/concrete/reinforced{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Wl" = ( /obj/structure/sink{ pixel_y = 17 @@ -7018,7 +7111,7 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Wo" = ( /turf/closed/wall, /area/ruin/jungle/starport) @@ -7029,7 +7122,7 @@ /turf/open/floor/concrete/reinforced{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Wr" = ( /obj/structure/cable{ icon_state = "1-10" @@ -7039,25 +7132,25 @@ desc = "Upon closer examination, it's dirt, compacted down by much walking"; light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Ws" = ( /obj/structure/spacevine, /obj/effect/turf_decal/weather/dirt{ dir = 4 }, /turf/open/water/jungle, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Wy" = ( /turf/open/floor/plasteel/stairs/right{ dir = 8 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Wz" = ( /obj/structure/flora/rock/jungle, /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "WE" = ( /obj/structure/cable{ icon_state = "1-6" @@ -7073,12 +7166,12 @@ desc = "Upon closer examination, it's dirt, compacted down by much walking"; light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "WF" = ( /obj/item/chair, /obj/machinery/light/directional/north, /turf/open/floor/plasteel, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "WG" = ( /obj/structure/flora/rock/jungle, /obj/structure/flora/grass/jungle, @@ -7086,7 +7179,10 @@ /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) +"WI" = ( +/turf/open/floor/plasteel, +/area/overmap_encounter/planetoid/jungle/explored) "WK" = ( /obj/effect/turf_decal/weather/dirt{ dir = 10 @@ -7095,18 +7191,18 @@ dir = 6 }, /turf/open/water/jungle, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "WM" = ( /obj/item/geiger_counter, /obj/effect/decal/cleanable/blood/old, /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "WN" = ( /obj/structure/spacevine, /turf/open/floor/plating/dirt, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "WQ" = ( /obj/machinery/door/airlock/hatch, /obj/structure/spider/stickyweb, @@ -7123,7 +7219,7 @@ /obj/effect/decal/cleanable/shreds, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plasteel, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "WU" = ( /obj/machinery/door/airlock/glass{ name = "Flight Control" @@ -7149,7 +7245,7 @@ /obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/generic, /turf/open/floor/plasteel, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Xd" = ( /obj/effect/turf_decal/industrial/traffic{ dir = 4 @@ -7163,7 +7259,7 @@ /turf/open/floor/concrete/reinforced{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Xg" = ( /obj/effect/decal/cleanable/glass, /obj/effect/decal/remains/human, @@ -7176,7 +7272,7 @@ /turf/open/floor/plating{ icon_state = "platingdmg1" }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Xj" = ( /obj/effect/turf_decal/industrial/warning/corner{ dir = 1 @@ -7186,7 +7282,7 @@ }, /obj/machinery/light/directional/north, /turf/open/floor/plating, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Xk" = ( /obj/structure/spider/stickyweb, /turf/open/floor/plating{ @@ -7196,14 +7292,14 @@ "Xl" = ( /obj/structure/spider/stickyweb, /turf/open/floor/vault, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Xn" = ( /obj/structure/spacevine, /obj/structure/spacevine, /turf/open/floor/concrete/reinforced{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Xo" = ( /obj/effect/turf_decal/industrial/warning/corner{ dir = 4 @@ -7211,7 +7307,7 @@ /turf/open/floor/concrete{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Xq" = ( /obj/structure/girder, /turf/open/floor/plating/rust, @@ -7229,7 +7325,7 @@ /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Xu" = ( /obj/structure/catwalk/over/plated_catwalk, /obj/structure/cable{ @@ -7239,7 +7335,7 @@ dir = 4 }, /turf/open/floor/plating, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Xz" = ( /obj/structure/table, /turf/open/floor/plasteel/grimy, @@ -7265,7 +7361,7 @@ light_color = "#a0ad20"; light_range = 3 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "XC" = ( /obj/effect/decal/remains/human, /obj/effect/decal/cleanable/vomit/old, @@ -7282,19 +7378,19 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "XM" = ( /obj/structure/railing, /turf/open/floor/concrete/reinforced{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "XT" = ( /obj/machinery/atmospherics/pipe/simple/orange/hidden, /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "XU" = ( /obj/effect/turf_decal/industrial/traffic/corner{ dir = 8 @@ -7303,13 +7399,13 @@ /turf/open/floor/concrete{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "XW" = ( /obj/effect/turf_decal/borderfloor{ dir = 1 }, /turf/open/floor/plating, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "XX" = ( /obj/structure/closet, /obj/structure/spider/stickyweb, @@ -7329,26 +7425,26 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Yb" = ( /obj/item/chair, /obj/structure/spider/stickyweb, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plasteel, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Yc" = ( /obj/structure/flora/junglebush, /obj/structure/flora/grass/jungle, /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Yf" = ( /obj/structure/girder/displaced, /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Yj" = ( /obj/structure/spider/stickyweb, /turf/open/floor/plating, @@ -7374,7 +7470,7 @@ desc = "Upon closer examination, it's dirt, compacted down by much walking"; light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Yr" = ( /obj/structure/table/reinforced, /turf/open/floor/mineral/plastitanium/red, @@ -7386,7 +7482,7 @@ desc = "Upon closer examination, it's dirt, compacted down by much walking"; light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Yu" = ( /obj/structure/flora/tree/jungle{ icon_state = "tree10" @@ -7394,7 +7490,7 @@ /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Yv" = ( /obj/structure/railing{ dir = 5 @@ -7402,7 +7498,7 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Yx" = ( /obj/structure/cable{ icon_state = "4-8" @@ -7413,7 +7509,7 @@ "Yy" = ( /obj/item/stack/sheet/mineral/plastitanium, /turf/open/water/jungle, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "YA" = ( /obj/machinery/blackbox_recorder, /turf/open/floor/mineral/plastitanium/red, @@ -7423,7 +7519,11 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) +"YE" = ( +/obj/effect/decal/cleanable/glass, +/turf/open/floor/plasteel, +/area/overmap_encounter/planetoid/jungle/explored) "YG" = ( /obj/machinery/power/shuttle/engine/fueled/plasma{ dir = 8; @@ -7432,7 +7532,7 @@ /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "YI" = ( /obj/structure/spider/stickyweb, /mob/living/simple_animal/hostile/poison/giant_spider/hunter, @@ -7450,13 +7550,13 @@ /turf/open/floor/concrete/reinforced{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "YO" = ( /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "YR" = ( /obj/structure/closet, /obj/structure/spider/stickyweb, @@ -7469,7 +7569,7 @@ /turf/open/floor/plating/grass/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "YU" = ( /obj/structure/cable{ icon_state = "5-8" @@ -7480,11 +7580,11 @@ desc = "Upon closer examination, it's dirt, compacted down by much walking"; light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "YZ" = ( /obj/structure/spacevine/dense, /turf/open/floor/plating/rust, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Zc" = ( /obj/structure/cable{ icon_state = "6-9" @@ -7495,7 +7595,7 @@ desc = "Upon closer examination, it's dirt, compacted down by much walking"; light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Ze" = ( /obj/structure/railing{ dir = 8 @@ -7504,7 +7604,7 @@ dir = 4 }, /turf/open/floor/plasteel/stairs, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Zf" = ( /obj/structure/cable{ icon_state = "4-8" @@ -7512,11 +7612,11 @@ /turf/open/floor/concrete/reinforced{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Zh" = ( /obj/structure/spider/stickyweb, /turf/open/floor/plating/dirt, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Zk" = ( /obj/structure/spacevine/dense, /obj/structure/cable{ @@ -7527,13 +7627,13 @@ desc = "Upon closer examination, it's dirt, compacted down by much walking"; light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Zo" = ( /obj/structure/spider/stickyweb, /obj/effect/decal/cleanable/dirt/dust, /obj/machinery/light/broken/directional/east, /turf/open/floor/plasteel, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "Zr" = ( /obj/machinery/door/airlock/external, /turf/open/floor/plating, @@ -7545,27 +7645,35 @@ /turf/open/floor/plating/dirt/jungle{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) +"Zw" = ( +/obj/machinery/door/airlock/glass, +/obj/structure/barricade/wooden/crude, +/turf/open/floor/plating/rust, +/area/overmap_encounter/planetoid/jungle/explored) "Zz" = ( /obj/effect/decal/cleanable/vomit/old, /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "ZC" = ( /obj/effect/turf_decal/box/corners, /obj/structure/spacevine/dense, /turf/open/floor/concrete/slab_1{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "ZJ" = ( /obj/structure/spacevine, /mob/living/simple_animal/hostile/poison/giant_spider/hunter, /turf/open/floor/concrete{ light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) +"ZS" = ( +/turf/closed/wall, +/area/overmap_encounter/planetoid/jungle/explored) "ZT" = ( /obj/structure/window/plasma/reinforced/plastitanium, /obj/machinery/door/poddoor{ @@ -7581,10 +7689,10 @@ desc = "Upon closer examination, it's dirt, compacted down by much walking"; light_range = 2 }, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) "ZW" = ( /turf/open/water/jungle, -/area/ruin/jungle/starport) +/area/overmap_encounter/planetoid/jungle/explored) (1,1,1) = {" UE @@ -7605,7 +7713,6 @@ UE UE UE UE -rN UE UE UE @@ -7617,7 +7724,8 @@ UE UE UE UE -rN +UE +UE dY dY UE @@ -7682,18 +7790,18 @@ UE UE UE UE -rN -rN -rN -rN -rN -rN -rN -rN -rN -rN -rN -rN +UE +UE +UE +UE +UE +UE +UE +UE +UE +UE +UE +UE TM tW dY @@ -7756,10 +7864,10 @@ UE UE UE UE -rN -rN -rN -rN +UE +UE +UE +UE ZW ZW ZW @@ -7830,10 +7938,10 @@ UE UE UE UE -rN -rN -rN -rN +UE +UE +UE +UE Jo ZW ZW @@ -7906,8 +8014,8 @@ UE UE UE UE -rN -rN +UE +UE ZW ZW Jo @@ -7981,9 +8089,9 @@ UE UE UE UE -rN -rN -rN +UE +UE +UE ZW ZW uB @@ -8058,7 +8166,7 @@ UE UE UE UE -rN +UE ZW ZW ZW @@ -8133,9 +8241,9 @@ UE UE UE UE -rN -rN -rN +UE +UE +UE ZW ZW ZW @@ -8210,7 +8318,7 @@ UE UE UE UE -rN +UE ZW ZW ZW @@ -8286,8 +8394,8 @@ UE UE UE UE -rN -rN +UE +UE ZW ZW ZW @@ -8362,8 +8470,8 @@ UE UE UE UE -rN -rN +UE +UE ZW ZW ZW @@ -8438,8 +8546,8 @@ UE UE UE UE -rN -rN +UE +UE ZW ZW uB @@ -8514,8 +8622,8 @@ UE UE UE UE -rN -rN +UE +UE ZW PZ hG @@ -8591,7 +8699,7 @@ UE UE UE UE -rN +UE ZW ZW ej @@ -9625,7 +9733,7 @@ jV jV jV Nc -kf +zG MI sQ GL @@ -9703,7 +9811,7 @@ Mq Hi uY TM -Mr +jx JU eo eo @@ -9783,7 +9891,7 @@ wg wg wg JC -HW +je En Mq Mq @@ -9938,7 +10046,7 @@ KW UP yd UZ -kf +zG Vb Mq Mq @@ -10007,7 +10115,7 @@ Sh Mq Mq Mq -Mr +jx wg KU Eq @@ -10092,7 +10200,7 @@ DY bk gg wg -HW +je Gz Mq Sh @@ -10169,7 +10277,7 @@ pL wg wg qh -kf +zG Gz Sh Sh @@ -10244,7 +10352,7 @@ uY wg TM TM -Mr +jx YZ Iy Gz @@ -10288,8 +10396,8 @@ Tf Tf Tf Mq -kf -kf +zG +zG Mq Mq Mq @@ -10364,10 +10472,10 @@ bR Tf Tf Tf -kf +zG wg wg -kf +zG Mq Mq Mq @@ -10395,8 +10503,8 @@ Mq Mq Mq Mq -kf -kf +zG +zG Mq Sh Sh @@ -10552,7 +10660,7 @@ cU Gm hT MR -kf +zG Kb Ij Mq @@ -10630,7 +10738,7 @@ Sw wb ST IG -kf +zG eq aS aS @@ -10756,9 +10864,9 @@ XM cC jn cC -VB -VB -VB +kC +kC +kC GX vG Bp @@ -10833,9 +10941,9 @@ XM cC EG cC -VB +kC Dg -VB +kC ud gt Bp @@ -10853,7 +10961,7 @@ XM cC cj Zz -vK +LH mP Rj bk @@ -10863,7 +10971,7 @@ DY JI BR oY -kn +af BR wg wg @@ -10910,9 +11018,9 @@ XM cC cC cC -VB +kC JA -VB +kC Su cC iJ @@ -10987,8 +11095,8 @@ XM cC cC cC -QE -bF +io +IR Ts Su cC @@ -11017,7 +11125,7 @@ DY gg SA Pi -kf +zG BR hw yH @@ -11063,10 +11171,10 @@ Bk XM cC cC -kf -Xq +zG +Kw iE -QE +io vB Su OJ @@ -11139,12 +11247,12 @@ DD Bk Tm cC -kf +zG bE -kf +zG Qr -dP -QE +uR +io Su Hr hB @@ -11160,10 +11268,10 @@ Tf Ld cC cC -QE +io cC -kn -Mr +af +jx wg wg EI @@ -11215,7 +11323,7 @@ yH DD Bk XM -kf +zG wg EJ wg @@ -11237,7 +11345,7 @@ HX qH ef hi -VB +kC LI MK BR @@ -11298,8 +11406,8 @@ OT bE cC cK -dP -QE +uR +io Ll St Tf @@ -11313,17 +11421,17 @@ tz iO jo cC -QE -QE +io +io mX wg zk Mz uY -kn +af bv Cu -kf +zG yH hw Wz @@ -11372,9 +11480,9 @@ XM EG px wg -kf -QE -kf +zG +io +zG cC cs iJ @@ -11393,13 +11501,13 @@ cC cC cC lX -QE +io iH gt xt su XW -Mr +jx XM qn yH @@ -11456,7 +11564,7 @@ cC oC ct JC -kf +zG wg wg ma @@ -11470,7 +11578,7 @@ Sg px cC cC -QE +io YG cC KM @@ -11501,9 +11609,9 @@ yH wg wg yH -dP -QE -dP +uR +io +uR MT MT vm @@ -11531,7 +11639,7 @@ bR bR bR bR -kf +zG SA Bk TM @@ -11577,11 +11685,11 @@ wg yH BR yH -dP -dP +uR +uR Aq -Xq -dP +Kw +uR wg vm yD @@ -11654,11 +11762,11 @@ Bx Wo BN Wz -Xq +Kw bo yp yp -QE +io xi ZW Yy @@ -11731,11 +11839,11 @@ se Wo hw sM -Xq +Kw yp rA JQ -Xq +Kw wg Oi Jo @@ -11812,7 +11920,7 @@ RB DY Av vj -Xq +Kw wg wg vm @@ -11886,10 +11994,10 @@ Bx aW GI dy -Xq +Kw rK -Xq -Xq +Kw +Kw MT UH ZW @@ -11963,9 +12071,9 @@ Wo UJ hw aW -Xq -Xq -Xq +Kw +Kw +Kw MT yj ZW @@ -11995,8 +12103,8 @@ Tf Tz Tz Tz -kn -kn +af +af Tf Tf Xu @@ -12225,17 +12333,17 @@ iq Zf LD Gr -dP -QE -QE -QE +uR +io +io +io tI Ax aq -QE -QE -QE -dP +io +io +io +uR Bg Tz BR @@ -12301,9 +12409,9 @@ Gr By Zf Tz -dP -QE -LC +uR +io +yx AG Xl Mu @@ -12312,8 +12420,8 @@ Ai iL Vu lR -QE -dP +io +uR Tf BR BR @@ -12378,19 +12486,19 @@ RN qs Zf Tf -QE -Sl +io +OG mn lr Qc dp Nc -Xk +yv vw Ai -bF +IR tk -QE +io Tf Tz Nl @@ -12455,7 +12563,7 @@ wg qs Zf Tf -QE +io ek Af zo @@ -12467,31 +12575,31 @@ CS nV Ai mo -QE +io Bk Bk Nl yH yH -Wo -Wo -Wo -Wo -Wo -Wo +ZS +ZS +ZS +ZS +ZS +ZS lg -Wo +ZS lg -Wo -Wo -Wo -Wo -fA -Wo -Wo -Wo -Xq -Xq +ZS +ZS +ZS +ZS +nt +ZS +ZS +ZS +Kw +Kw TM wg Wo @@ -12532,7 +12640,7 @@ kQ qs Zf Tf -QE +io gA Uk MD @@ -12544,31 +12652,31 @@ EK IN Ai Oj -QE +io Tf Bk zI yH tW -Wo +ZS gk rc yw rc -wB +lG El Tg -Ab -Se +YE +WI Pq xm lE -wB -wB +lG +lG wE bb -kf -Wo +zG +ZS TM wg Wo @@ -12609,8 +12717,8 @@ wg qs Zf Tf -dP -QE +uR +io SA wg wX @@ -12620,22 +12728,22 @@ sv ET nY wW -QE -dP +io +uR Tf Tf zI TM tW -Wo +ZS rc -Se +WI gZ -wB +lG uW -HW -HW -HW +je +je +je Da Da RF @@ -12643,9 +12751,9 @@ jt py dk HM -AQ -AQ -Wo +xJ +xJ +ZS wg wg Wo @@ -12687,42 +12795,42 @@ qs Zf Tf Nl -dP -QE -QE +uR +io +io DY nW VC rB -QE -QE -QE -dP +io +io +io +uR qs Tf Tf Nl wg yH -Wo +ZS ED lE pI Ul -pM +nh UY wJ -kf +zG LV Ou Ou -kn +af Pq yq cP xl eu -Wo +ZS wg dY dY @@ -12781,7 +12889,7 @@ AO Nl wg wg -Wo +ZS rc xn aG @@ -12797,9 +12905,9 @@ Gm jt lE iu -Tr -Pg -Wo +gn +Va +ZS TM TM tW @@ -12869,14 +12977,14 @@ BR ay wg Cy -kn +af py Pq WS iu Df -Pg -Wo +Va +ZS wg wg vf @@ -12935,8 +13043,8 @@ aW wg wm wg -Wo -Se +ZS +WI fP TQ QX @@ -12948,12 +13056,12 @@ BR BR xQ Gm -Se +WI gl -Pg +Va jt Xc -Wo +ZS wg dY wg @@ -13012,7 +13120,7 @@ aW aW aW aW -PG +Zw Tp sT wg @@ -13023,14 +13131,14 @@ Dn bp gg BR -kf +zG yc -Se -mv +WI +ij jl Xc jt -Wo +ZS dY dY wg @@ -13089,9 +13197,9 @@ aC wg qh wg -Wo -Se -HW +ZS +WI +je tE wg QX @@ -13104,10 +13212,10 @@ wk On rc zc -wB +lG iN pT -Wo +ZS LA wg wg @@ -13133,7 +13241,7 @@ UE (73,1,1) = {" UE UE -Mr +jx Cu SA AQ @@ -13166,9 +13274,9 @@ aW qh qh tW -Wo +ZS GP -wB +lG LV Rp wg @@ -13178,10 +13286,10 @@ jS wg BR Ul -wB -wB +lG +lG zc -Se +WI jt Si Gt @@ -13210,7 +13318,7 @@ UE (74,1,1) = {" UE UE -kf +zG uY uC wB @@ -13243,9 +13351,9 @@ aW qh UD tW -Wo -Se -AQ +ZS +WI +xJ Lt iD wg @@ -13255,13 +13363,13 @@ EN wg SA yJ -Se -Se +WI +WI hr jt jt lF -Wo +ZS wg aW TM @@ -13320,7 +13428,7 @@ TM TM tW dY -Wo +ZS WF py fu @@ -13330,25 +13438,25 @@ kW wg BR Rb -kn +af jt -wB +lG jP Nm Si UM Qv -Wo +ZS wg ZU TM YZ Jt Nc -Bx -Wo -Bx -Wo +Ik +ZS +Ik +ZS Vi dE zw @@ -13397,35 +13505,35 @@ aW wg wg yH -Wo +ZS Dw rn -Se +WI VO qi -AQ -kn +xJ +af mp -Se +WI rn Yb -Tr -Pg +gn +Va Nm -Se -Se +WI +WI bj -Wo +ZS wg aW wg DQ SA -vK -wH +LH +Ae Fq Fq -Bx +Ik wg wg wg @@ -13474,17 +13582,17 @@ ZU wg wg yH -Wo +ZS Tc -Se +WI fX -Se -Xk -wB +WI +yv +lG jw -Se +WI jt -Pg +Va Zo tL rc @@ -13492,17 +13600,17 @@ zc rX zc wK -Wo +ZS wg ZU ZU Cu sY lL -ID -Se -Se -Wo +rr +WI +WI +ZS wg yH yH @@ -13551,35 +13659,35 @@ TM TM wg wg -Wo -Wo -Wo -Wo -Wo +ZS +ZS +ZS +ZS +ZS qR -AQ -Wo +xJ +ZS kE -Wo -Wo -Wo -Wo -Wo -Wo -Wo -Wo -Wo -Wo +ZS +ZS +ZS +ZS +ZS +ZS +ZS +ZS +ZS +ZS wg jX wg -Wo +ZS BC kS -Se +WI AH DL -Wo +ZS yH yH ms @@ -13651,12 +13759,12 @@ TM ZU aC lY -Se -kf -Se -kf -Se -Bx +WI +zG +WI +zG +WI +Ik yH CO Dh @@ -13727,13 +13835,13 @@ LA TM qh aC -Bx +Ik fV QB bj fV JT -Wo +ZS yH EE dY @@ -13804,13 +13912,13 @@ Ra nP MT LX -Wo -Wo -Wo -Bx -Wo -Bx -Wo +ZS +ZS +ZS +Ik +ZS +Ik +ZS WG EE wg @@ -14603,7 +14711,7 @@ Xq kf Xq Bx -kf +zG wg qh qh diff --git a/_maps/RandomRuins/JungleRuins/jungle_botany.dmm b/_maps/RandomRuins/JungleRuins/jungle_botany.dmm index 1276dfe8b2aa..6888c97fc9a6 100644 --- a/_maps/RandomRuins/JungleRuins/jungle_botany.dmm +++ b/_maps/RandomRuins/JungleRuins/jungle_botany.dmm @@ -176,7 +176,7 @@ /obj/structure/flora/ausbushes/sparsegrass, /obj/structure/spacevine, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/powered) +/area/overmap_encounter/planetoid/jungle/explored) "nS" = ( /obj/structure/cable{ icon_state = "1-4" @@ -260,7 +260,7 @@ /obj/structure/flora/ausbushes/sparsegrass, /obj/structure/flora/grass/jungle, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/powered) +/area/overmap_encounter/planetoid/jungle/explored) "uM" = ( /obj/structure/cable{ icon_state = "1-2" @@ -299,7 +299,7 @@ "wU" = ( /obj/structure/flora/ausbushes/grassybush, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/powered) +/area/overmap_encounter/planetoid/jungle/explored) "yr" = ( /obj/structure/cable{ icon_state = "4-8" @@ -341,7 +341,7 @@ /obj/structure/flora/grass/jungle, /obj/structure/spacevine, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/powered) +/area/overmap_encounter/planetoid/jungle/explored) "Aq" = ( /obj/structure/table, /obj/item/paper_bin, @@ -442,7 +442,7 @@ "HQ" = ( /obj/structure/flora/ausbushes/sparsegrass, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/powered) +/area/overmap_encounter/planetoid/jungle/explored) "Ia" = ( /obj/machinery/hydroponics/constructable, /obj/structure/spacevine, @@ -519,6 +519,11 @@ /obj/structure/girder/reinforced, /turf/open/floor/plating, /area/ruin/powered) +"NE" = ( +/obj/structure/grille/broken, +/obj/structure/spacevine, +/turf/open/floor/plating, +/area/overmap_encounter/planetoid/jungle/explored) "OT" = ( /obj/machinery/door/airlock, /obj/effect/decal/cleanable/blood/footprints, @@ -606,7 +611,7 @@ "Sh" = ( /obj/structure/flora/grass/jungle, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/powered) +/area/overmap_encounter/planetoid/jungle/explored) "Ss" = ( /obj/machinery/power/terminal{ dir = 1 @@ -751,7 +756,7 @@ aM Vn Aq Qc -Pp +NE nJ "} (3,1,1) = {" @@ -765,8 +770,8 @@ OX fM TV Pq -Pp -Pp +NE +NE "} (4,1,1) = {" ZU diff --git a/_maps/RandomRuins/JungleRuins/jungle_demon.dmm b/_maps/RandomRuins/JungleRuins/jungle_demon.dmm index e375a1a0d12c..950fe8863dc4 100644 --- a/_maps/RandomRuins/JungleRuins/jungle_demon.dmm +++ b/_maps/RandomRuins/JungleRuins/jungle_demon.dmm @@ -28,7 +28,7 @@ "dt" = ( /obj/effect/mob_spawn/human/corpse/assistant, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "dV" = ( /obj/effect/decal/cleanable/cobweb/cobweb2, /obj/effect/decal/cleanable/dirt, @@ -36,7 +36,7 @@ /area/ruin/powered) "eO" = ( /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "fm" = ( /obj/effect/decal/cleanable/blood/gibs/old, /turf/open/floor/plasteel/dark, @@ -48,11 +48,11 @@ resize = 1.25 }, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "fv" = ( /obj/structure/flora/junglebush/large, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "fL" = ( /obj/effect/decal/cleanable/dirt, /mob/living/simple_animal/hostile/cult_demon, @@ -91,7 +91,7 @@ /area/ruin/powered) "iB" = ( /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "iC" = ( /obj/structure/chair/office, /obj/effect/decal/cleanable/dirt, @@ -138,14 +138,14 @@ }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "mY" = ( /turf/template_noop, /area/template_noop) "nC" = ( /obj/structure/fluff/fokoff_sign, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "nJ" = ( /obj/structure/filingcabinet/chestdrawer, /turf/open/floor/plasteel/dark, @@ -163,13 +163,13 @@ "pE" = ( /obj/structure/flora/tree/jungle/small, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "qD" = ( /obj/structure/fence{ dir = 8 }, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "qE" = ( /obj/effect/decal/cleanable/glass, /turf/open/floor/plasteel/dark, @@ -177,7 +177,7 @@ "rc" = ( /obj/structure/closet/crate/grave/loot, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "rx" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/blood/gibs/old, @@ -201,7 +201,7 @@ }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "sK" = ( /obj/structure/chair/office/light{ dir = 8 @@ -263,7 +263,7 @@ "wS" = ( /obj/structure/flora/tree/jungle, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "xe" = ( /mob/living/simple_animal/hostile/cult_demon, /turf/open/floor/plasteel/dark, @@ -271,7 +271,7 @@ "xK" = ( /obj/structure/bonfire/prelit, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "xY" = ( /obj/structure/reagent_dispensers/watertank/high, /turf/open/floor/plasteel/dark, @@ -294,7 +294,7 @@ "AI" = ( /obj/structure/flora/grass/jungle, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "AU" = ( /obj/structure/table/reinforced, /obj/item/storage/box/drinkingglasses, @@ -311,7 +311,7 @@ "Dd" = ( /obj/effect/decal/remains/human, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "DC" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/glass, @@ -323,7 +323,7 @@ "Ew" = ( /obj/structure/flora/junglebush/c, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "EY" = ( /turf/closed/wall/rust, /area/ruin/powered) @@ -390,25 +390,25 @@ "Ir" = ( /obj/structure/flora/junglebush/b, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "Jx" = ( /obj/structure/fence, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "JB" = ( /obj/structure/fence{ dir = 4 }, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "JI" = ( /obj/effect/mob_spawn/human/corpse/pirate, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "KA" = ( /obj/structure/flora/junglebush, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "KV" = ( /obj/machinery/light/floor, /obj/effect/decal/cleanable/dirt, @@ -433,14 +433,14 @@ "LV" = ( /obj/structure/flora/rock/jungle, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "LW" = ( /turf/open/floor/plasteel/dark, /area/ruin/powered) "Mk" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "Mq" = ( /obj/structure/table/reinforced, /obj/item/pen/survival, @@ -483,11 +483,11 @@ "NU" = ( /obj/structure/ore_box, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "OU" = ( /obj/effect/mob_spawn/human/corpse/cargo_tech, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "Pe" = ( /obj/effect/decal/cleanable/ash, /obj/effect/decal/cleanable/dirt, @@ -538,7 +538,7 @@ "SV" = ( /obj/structure/closet/crate/trashcart, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "Ta" = ( /obj/structure/closet/secure_closet/engineering_electrical, /obj/effect/decal/cleanable/greenglow, @@ -593,7 +593,7 @@ "XB" = ( /obj/effect/decal/remains/xeno, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "XS" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/dark, @@ -606,7 +606,7 @@ "YL" = ( /obj/structure/flora/rock/jungle, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "YX" = ( /obj/effect/decal/cleanable/cobweb, /obj/effect/decal/cleanable/dirt, diff --git a/_maps/RandomRuins/JungleRuins/jungle_interceptor.dmm b/_maps/RandomRuins/JungleRuins/jungle_interceptor.dmm index b7f68ec298ca..37e5d8547fc1 100644 --- a/_maps/RandomRuins/JungleRuins/jungle_interceptor.dmm +++ b/_maps/RandomRuins/JungleRuins/jungle_interceptor.dmm @@ -25,11 +25,11 @@ icon_state = "lattice-14" }, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "ak" = ( /obj/item/stack/ore/salvage/scraptitanium, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "ao" = ( /obj/structure/grille/broken, /obj/effect/decal/cleanable/dirt, @@ -47,7 +47,7 @@ "au" = ( /obj/structure/flora/ausbushes/sparsegrass, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "ax" = ( /obj/structure/spacevine, /turf/closed/wall/mineral/titanium/nodiagonal, @@ -55,7 +55,7 @@ "aG" = ( /obj/structure/lattice, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "aJ" = ( /obj/structure/spacevine, /turf/closed/wall/mineral/titanium/nodiagonal, @@ -75,7 +75,7 @@ "aU" = ( /obj/item/stack/cable_coil/cut/orange, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "aX" = ( /obj/structure/cable, /obj/machinery/door/poddoor/shutters/preopen{ @@ -84,7 +84,7 @@ }, /obj/structure/frame/machine, /turf/open/floor/plating/airless, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "aZ" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /obj/structure/cable/orange{ @@ -111,11 +111,11 @@ /obj/structure/grille, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "bd" = ( /obj/effect/turf_decal/industrial/outline/yellow, /turf/open/floor/plasteel/tech/techmaint, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "be" = ( /obj/structure/catwalk/over, /obj/machinery/door/window/northleft, @@ -137,7 +137,7 @@ /obj/structure/catwalk/over/plated_catwalk/dark, /obj/machinery/light/small/broken/directional/west, /turf/open/floor/plating, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "bh" = ( /obj/structure/flora/junglebush/large, /turf/open/floor/plating/grass/jungle/lit, @@ -146,7 +146,7 @@ /obj/structure/spacevine, /obj/structure/flora/ausbushes/sparsegrass, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "bo" = ( /obj/item/stack/cable_coil/cut/orange, /obj/structure/flora/junglebush, @@ -173,11 +173,11 @@ "bA" = ( /obj/structure/spacevine, /turf/closed/wall/mineral/titanium, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "bC" = ( /obj/structure/flora/junglebush/b, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "bD" = ( /obj/machinery/mass_driver{ dir = 1; @@ -189,16 +189,16 @@ "bI" = ( /obj/effect/decal/cleanable/robot_debris/gib, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "bK" = ( /obj/structure/flora/tree/jungle, /obj/structure/spacevine, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "bL" = ( /obj/effect/decal/cleanable/glass, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "bN" = ( /obj/structure/lattice{ icon_state = "lattice-127" @@ -216,7 +216,7 @@ }, /obj/machinery/light/broken/directional/east, /turf/open/floor/plating/rust, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "bQ" = ( /obj/effect/turf_decal/corner/opaque/orange/bordercee{ dir = 1 @@ -253,7 +253,7 @@ name = "External Shutters" }, /turf/open/floor/plating, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "bV" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 8 @@ -280,12 +280,12 @@ "cg" = ( /obj/structure/flora/ausbushes/fernybush, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "cj" = ( /obj/structure/grille/broken, /obj/effect/decal/cleanable/glass, /turf/open/floor/plating, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "cl" = ( /obj/effect/turf_decal/corner/opaque/lime/border{ dir = 5 @@ -345,7 +345,7 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "cJ" = ( /obj/structure/cable/orange{ icon_state = "0-8" @@ -358,7 +358,7 @@ }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/tech/techmaint, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "cK" = ( /obj/structure/cable{ icon_state = "0-2" @@ -382,7 +382,7 @@ /area/ruin/jungle/interceptor/starhall) "cL" = ( /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "cN" = ( /obj/effect/turf_decal/corner_steel_grid{ dir = 9 @@ -395,18 +395,18 @@ /obj/structure/flora/ausbushes/grassybush, /obj/structure/spacevine, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "cT" = ( /obj/effect/decal/cleanable/plastic, /obj/item/stack/ore/salvage/scrapmetal, /turf/open/floor/pod/dark, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "cV" = ( /obj/machinery/airalarm/directional/east, /obj/effect/decal/cleanable/robot_debris/gib, /obj/structure/flora/junglebush/large, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "cX" = ( /obj/structure/chair/stool/bar{ dir = 1 @@ -427,21 +427,21 @@ /obj/structure/flora/ausbushes/sparsegrass, /obj/structure/spacevine, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "df" = ( /obj/structure/lattice, /obj/item/stack/cable_coil/cut/orange, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "dj" = ( /obj/structure/flora/junglebush/large, /obj/structure/spacevine, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "ds" = ( /obj/structure/flora/ausbushes/grassybush, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "dv" = ( /obj/structure/closet/wall/blue{ dir = 4; @@ -464,7 +464,7 @@ "dy" = ( /obj/structure/flora/tree/jungle/small, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "dA" = ( /obj/structure/cable/green{ icon_state = "2-8" @@ -514,7 +514,7 @@ "dQ" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/dirt/dark, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "dW" = ( /obj/structure/cable/orange{ icon_state = "0-4" @@ -545,11 +545,11 @@ }, /obj/structure/flora/junglebush/large, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "en" = ( /obj/item/stack/ore/salvage/scraptitanium, /turf/open/floor/plating/dirt/dark, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "ez" = ( /obj/item/stack/cable_coil/cut/orange, /obj/effect/decal/cleanable/plastic, @@ -558,7 +558,7 @@ "eC" = ( /obj/item/shard, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "eD" = ( /obj/structure/cable/yellow{ icon_state = "2-8" @@ -569,11 +569,11 @@ /obj/structure/catwalk/over, /obj/structure/spacevine, /turf/open/floor/plating/rust, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "eE" = ( /obj/structure/flora/ausbushes/fullgrass, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "eG" = ( /obj/item/restraints/handcuffs/cable, /obj/effect/turf_decal/corner/transparent/bar/three_quarters{ @@ -595,7 +595,7 @@ /obj/item/stack/ore/salvage/scrapmetal, /obj/structure/spacevine, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "eR" = ( /obj/structure/girder, /obj/structure/spacevine, @@ -661,7 +661,7 @@ /obj/structure/spacevine/dense, /obj/structure/flora/tree/jungle, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "fl" = ( /obj/effect/turf_decal/industrial/outline/yellow, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ @@ -691,7 +691,7 @@ "fu" = ( /obj/structure/girder/displaced, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "fw" = ( /obj/effect/turf_decal/corner/opaque/blue/half{ dir = 8 @@ -737,7 +737,7 @@ /obj/machinery/firealarm/directional/east, /obj/structure/spacevine, /turf/open/floor/plasteel/tech/techmaint, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "fR" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ dir = 8 @@ -746,7 +746,7 @@ dir = 5 }, /turf/open/floor/plasteel/tech/techmaint, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "fV" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 9 @@ -796,11 +796,11 @@ /obj/item/stack/ore/salvage/scrapmetal, /obj/structure/spacevine, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "ge" = ( /obj/item/stack/ore/salvage/scrapmetal, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "gf" = ( /obj/structure/chair, /obj/effect/turf_decal/corner/opaque/bottlegreen/border{ @@ -830,7 +830,7 @@ }, /obj/effect/decal/remains/human, /turf/open/floor/plating, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "gt" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 5 @@ -840,7 +840,7 @@ icon_state = "1-2" }, /turf/open/floor/plating, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "gx" = ( /obj/structure/bed, /obj/item/bedsheet/blue, @@ -892,7 +892,7 @@ /obj/item/flashlight/seclite, /obj/effect/decal/cleanable/blood/old, /turf/open/floor/plating, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "gG" = ( /obj/effect/turf_decal/corner/opaque/blue{ dir = 6 @@ -917,18 +917,18 @@ "gR" = ( /obj/effect/decal/remains/robot, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "gU" = ( /obj/effect/turf_decal/industrial/outline/yellow, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/tech/techmaint, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "hh" = ( /obj/structure/lattice{ icon_state = "lattice-143" }, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "hi" = ( /obj/structure/grille/broken, /obj/effect/decal/cleanable/dirt, @@ -943,12 +943,12 @@ "hv" = ( /obj/effect/decal/cleanable/oil, /turf/open/floor/pod/dark, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "hw" = ( /obj/structure/frame/machine, /obj/item/stack/cable_coil/cut/orange, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "hx" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 8 @@ -964,7 +964,7 @@ "hy" = ( /obj/structure/flora/ausbushes/sparsegrass, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "hC" = ( /obj/effect/spawner/structure/window/shuttle, /obj/structure/spacevine, @@ -983,7 +983,7 @@ /obj/structure/spacevine, /obj/machinery/light/broken/directional/north, /turf/open/floor/plating, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "hE" = ( /obj/effect/turf_decal/corner/opaque/blue/full, /obj/structure/frame/machine, @@ -1039,7 +1039,7 @@ "hS" = ( /obj/item/stack/cable_coil/cut/red, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "hV" = ( /obj/effect/turf_decal/corner/opaque/bottlegreen/border{ dir = 10 @@ -1090,7 +1090,7 @@ /obj/item/stack/cable_coil/cut/green, /obj/item/stack/ore/salvage/scrapmetal, /turf/open/floor/plating/rust, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "ig" = ( /turf/closed/wall/mineral/titanium/nodiagonal, /area/ruin/jungle/interceptor/afthall) @@ -1141,7 +1141,7 @@ /area/ruin/jungle/interceptor/starhall) "iw" = ( /turf/open/floor/plating/dirt/dark, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "iy" = ( /obj/structure/cable{ icon_state = "0-2" @@ -1163,11 +1163,11 @@ "iC" = ( /obj/structure/flora/ausbushes/fernybush, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "iO" = ( /obj/structure/spacevine/dense, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "iQ" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, @@ -1194,7 +1194,7 @@ }, /obj/structure/cable, /turf/open/floor/plating/airless, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "jf" = ( /obj/item/roller{ pixel_x = 5 @@ -1254,12 +1254,12 @@ }, /obj/structure/cable, /turf/open/floor/plating/rust, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "jF" = ( /obj/effect/decal/cleanable/dirt, /obj/item/stack/cable_coil/cut/yellow, /turf/open/floor/plating/rust, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "jG" = ( /obj/structure/flora/junglebush/c, /turf/open/floor/plating/grass/jungle, @@ -1302,7 +1302,7 @@ /obj/effect/decal/cleanable/plastic, /obj/structure/spacevine, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "jT" = ( /obj/structure/cable/green{ icon_state = "1-8" @@ -1350,7 +1350,7 @@ "kE" = ( /obj/structure/spacevine/dense, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "kL" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, @@ -1367,7 +1367,7 @@ icon_state = "1-8" }, /turf/open/floor/plating/rust, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "kP" = ( /obj/structure/chair, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ @@ -1403,13 +1403,17 @@ }, /turf/open/floor/plating/dirt/jungle/dark/lit, /area/ruin/jungle/interceptor/starlaunchertwo) +"lj" = ( +/obj/structure/flora/junglebush/c, +/turf/open/floor/plating/grass/jungle/lit, +/area/space) "ll" = ( /obj/structure/flora/junglebush/c, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "lm" = ( /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "lp" = ( /obj/structure/lattice{ icon_state = "lattice-139" @@ -1478,7 +1482,7 @@ }, /obj/structure/spacevine, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "ma" = ( /obj/structure/grille, /turf/open/floor/plating/rust, @@ -1512,19 +1516,19 @@ /obj/structure/frame/machine, /obj/structure/spacevine, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "mz" = ( /obj/structure/lattice{ icon_state = "lattice-143" }, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "mA" = ( /obj/structure/lattice{ icon_state = "lattice-21" }, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "mH" = ( /obj/structure/catwalk/over/plated_catwalk/dark, /obj/structure/cable/green{ @@ -1535,7 +1539,7 @@ /area/ruin/jungle/interceptor/starhall) "mM" = ( /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "mU" = ( /obj/structure/closet/wall/blue{ dir = 4; @@ -1567,10 +1571,10 @@ }, /obj/effect/decal/cleanable/shreds, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "ne" = ( /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "nf" = ( /obj/structure/cable/orange{ icon_state = "1-2" @@ -1582,7 +1586,7 @@ /obj/effect/decal/cleanable/dirt, /obj/structure/spacevine, /turf/open/floor/plating/rust, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "nr" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ dir = 8 @@ -1592,7 +1596,7 @@ }, /obj/structure/chair, /turf/open/floor/plasteel/tech/techmaint, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "nw" = ( /obj/structure/table/reinforced, /obj/item/radio/intercom/wideband/directional/east, @@ -1605,7 +1609,7 @@ "ny" = ( /obj/structure/grille, /turf/open/floor/plating/rust, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "nA" = ( /obj/machinery/door/poddoor/shutters/preopen{ id = "bridgeshutters"; @@ -1622,7 +1626,7 @@ /obj/effect/decal/cleanable/robot_debris/gib, /obj/effect/decal/cleanable/plastic, /turf/open/floor/pod/dark, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "nE" = ( /obj/machinery/button/door{ dir = 4; @@ -1632,7 +1636,7 @@ pixel_y = -1 }, /turf/open/floor/plating/rust, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "nF" = ( /obj/effect/spawner/structure/window/shuttle, /obj/machinery/door/poddoor/shutters/preopen{ @@ -1647,11 +1651,11 @@ icon_state = "tree2" }, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "nO" = ( /obj/effect/decal/cleanable/plastic, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "nW" = ( /obj/effect/turf_decal/corner/opaque/blue/bordercorner{ dir = 1 @@ -1668,7 +1672,7 @@ dir = 8 }, /turf/open/floor/plating, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "nZ" = ( /turf/open/floor/plasteel/stairs/medium{ dir = 1 @@ -1738,7 +1742,7 @@ "oJ" = ( /obj/structure/lattice, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "oM" = ( /obj/machinery/power/port_gen/pacman, /obj/structure/cable/yellow{ @@ -1746,7 +1750,7 @@ }, /obj/structure/spacevine, /turf/open/floor/plasteel/tech/grid, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "oT" = ( /obj/structure/catwalk/over/plated_catwalk/dark, /obj/structure/cable/green{ @@ -1799,7 +1803,7 @@ icon_state = "lattice-3" }, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "pq" = ( /obj/effect/turf_decal/corner_steel_grid{ dir = 10 @@ -1834,11 +1838,11 @@ /obj/structure/grille/broken, /obj/item/shard, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "px" = ( /obj/structure/catwalk/over, /turf/open/floor/plating/rust, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "py" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, @@ -1876,15 +1880,15 @@ /obj/structure/spacevine, /obj/item/stack/ore/salvage/scraptitanium, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "pJ" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/tech/techmaint, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "pM" = ( /obj/item/stack/cable_coil/cut/yellow, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "pO" = ( /obj/effect/turf_decal/corner/opaque/yellow/full, /obj/structure/frame/computer{ @@ -1897,7 +1901,7 @@ /obj/item/shard, /obj/structure/flora/junglebush/large, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "pX" = ( /turf/open/floor/plating/rust, /area/ruin/jungle/interceptor/afthall) @@ -1906,7 +1910,7 @@ /obj/structure/girder, /obj/structure/girder, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "qa" = ( /obj/machinery/door/airlock/public/glass{ dir = 4 @@ -2002,7 +2006,7 @@ "qw" = ( /obj/structure/flora/ausbushes/grassybush, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "qx" = ( /obj/machinery/deepfryer, /obj/effect/turf_decal/corner/opaque/bottlegreen/border{ @@ -2021,7 +2025,7 @@ "qG" = ( /obj/structure/spacevine/dense, /turf/closed/wall/mineral/titanium/nodiagonal, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "qH" = ( /obj/machinery/door/airlock/maintenance_hatch{ name = "Janitor's Closet" @@ -2034,14 +2038,14 @@ "qJ" = ( /obj/effect/spawner/structure/window/shuttle, /turf/open/floor/plating, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "qS" = ( /obj/structure/lattice{ icon_state = "lattice-139" }, /obj/item/stack/cable_coil/cut/yellow, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "qY" = ( /obj/effect/turf_decal/siding/wood{ dir = 1 @@ -2070,7 +2074,7 @@ "ri" = ( /obj/item/stack/cable_coil/cut/yellow, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "rp" = ( /obj/effect/turf_decal/corner/opaque/purple/three_quarters{ icon_state = "borderfloor_white"; @@ -2083,14 +2087,14 @@ "rq" = ( /obj/effect/decal/cleanable/robot_debris/gib, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "rs" = ( /obj/structure/lattice{ icon_state = "lattice-127" }, /obj/effect/decal/cleanable/glass, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "rx" = ( /obj/structure/cable/orange{ icon_state = "1-2" @@ -2127,11 +2131,11 @@ "rO" = ( /obj/effect/decal/cleanable/plastic, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "rQ" = ( /obj/item/stack/ore/salvage/scrapmetal, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "rU" = ( /obj/structure/closet/emcloset/wall{ dir = 8; @@ -2154,16 +2158,16 @@ /obj/structure/spacevine/dense, /obj/structure/spacevine, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "sa" = ( /obj/structure/grille/broken, /obj/effect/decal/cleanable/glass, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "sc" = ( /obj/structure/frame/machine, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "sd" = ( /obj/machinery/power/shuttle/engine/electric{ dir = 1 @@ -2203,7 +2207,7 @@ /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/glass, /turf/open/floor/plating/rust, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "sB" = ( /turf/open/floor/plating/rust, /area/ruin/jungle/interceptor/bridge) @@ -2237,11 +2241,11 @@ "sV" = ( /obj/item/shard, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "sX" = ( /obj/structure/flora/rock/jungle, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "tf" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /obj/structure/cable/orange{ @@ -2250,7 +2254,7 @@ /obj/structure/catwalk/over/plated_catwalk/dark, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /turf/open/floor/plating, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "th" = ( /obj/effect/turf_decal/corner_steel_grid{ dir = 10 @@ -2288,7 +2292,7 @@ "ty" = ( /obj/item/shard, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "tz" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -2312,7 +2316,7 @@ /obj/structure/grille/broken, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/rust, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "tF" = ( /obj/structure/lattice{ icon_state = "lattice-127" @@ -2359,12 +2363,12 @@ dir = 1 }, /turf/open/floor/plasteel/tech/techmaint, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "ud" = ( /obj/item/stack/ore/salvage/scraptitanium, /obj/structure/flora/ausbushes/sparsegrass, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "uf" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -2411,7 +2415,7 @@ /obj/effect/decal/cleanable/ash, /obj/effect/decal/cleanable/ash/large, /turf/open/floor/plasteel/tech/techmaint, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "uv" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/girder, @@ -2446,16 +2450,16 @@ }, /obj/item/shard, /turf/open/floor/plasteel/tech/techmaint, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "uJ" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/girder, /turf/open/floor/plating/rust, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "uN" = ( /obj/structure/flora/junglebush, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "uR" = ( /obj/structure/table/wood, /obj/structure/window/reinforced/spawner{ @@ -2512,11 +2516,11 @@ /obj/item/stack/ore/salvage/scrapmetal, /obj/structure/spacevine/dense, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/cave/explored) "vl" = ( /obj/structure/spacevine, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "vs" = ( /obj/structure/girder, /turf/open/floor/plating/rust, @@ -2551,7 +2555,7 @@ id = "portlauncheroneshutters" }, /turf/open/floor/plating, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "vF" = ( /obj/effect/spawner/structure/window/shuttle, /obj/machinery/door/poddoor/shutters/preopen{ @@ -2572,10 +2576,10 @@ }, /obj/structure/spacevine, /turf/open/floor/plating, -/area/ruin/jungle/interceptor/starhall) +/area/overmap_encounter/planetoid/jungle/explored) "vL" = ( /turf/open/floor/plating, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "vN" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, @@ -2604,7 +2608,7 @@ icon_state = "lattice-23" }, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "wg" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ dir = 4 @@ -2640,23 +2644,23 @@ /obj/item/clothing/shoes/jackboots, /obj/effect/decal/cleanable/blood/old, /turf/open/floor/plating, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "wv" = ( /obj/effect/decal/cleanable/plastic, /obj/structure/flora/ausbushes/sparsegrass, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "wz" = ( /obj/item/stack/cable_coil/cut/green, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "wD" = ( /obj/effect/turf_decal/corner/opaque/orange/border{ dir = 8 }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/tech/techmaint, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "wG" = ( /obj/machinery/button/door{ dir = 8; @@ -2667,10 +2671,10 @@ }, /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating/rust, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "wH" = ( /turf/open/floor/plating/rust, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "wI" = ( /obj/machinery/power/terminal, /obj/structure/cable/orange{ @@ -2686,7 +2690,7 @@ /obj/effect/decal/cleanable/dirt, /obj/machinery/light/small/broken/directional/west, /turf/open/floor/plating, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "wJ" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /obj/structure/cable/orange{ @@ -2795,7 +2799,7 @@ "xn" = ( /obj/structure/lattice, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "xr" = ( /obj/effect/turf_decal/corner/opaque/blue/half{ dir = 4 @@ -2809,7 +2813,7 @@ icon_state = "lattice-139" }, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "xA" = ( /obj/structure/chair/stool/bar{ dir = 1 @@ -2842,6 +2846,10 @@ /obj/machinery/light/broken/directional/east, /turf/open/floor/plasteel/white, /area/ruin/jungle/interceptor/porthall) +"xT" = ( +/obj/structure/girder, +/turf/open/floor/plating/dirt/jungle/dark/lit, +/area/overmap_encounter/planetoid/cave/explored) "xY" = ( /obj/structure/cable/yellow{ icon_state = "1-4" @@ -2851,7 +2859,7 @@ }, /obj/structure/spacevine, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "yc" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ dir = 8 @@ -2876,7 +2884,6 @@ }, /obj/machinery/light/small/broken/directional/south, /obj/effect/decal/remains/human, -/obj/item/clothing/under/rank/civilian/janitor/sanitation_tech, /obj/item/clothing/head/soft/purple, /obj/item/reagent_containers/glass/bucket, /turf/open/floor/plating/rust, @@ -2887,7 +2894,7 @@ icon_state = "lattice-3" }, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "ym" = ( /obj/machinery/mineral/ore_redemption{ input_dir = 2; @@ -2901,11 +2908,11 @@ "yn" = ( /obj/structure/grille/broken, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "yp" = ( /obj/item/stack/cable_coil/cut/green, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "ys" = ( /obj/structure/cable/orange{ icon_state = "0-8" @@ -2940,7 +2947,7 @@ /obj/item/shard, /obj/structure/grille, /turf/open/floor/plating, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "yA" = ( /obj/structure/chair/stool/bar{ dir = 4 @@ -2969,7 +2976,7 @@ "yH" = ( /obj/item/shard, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "yZ" = ( /obj/effect/turf_decal/corner_steel_grid/full, /obj/item/kirbyplants/dead, @@ -2998,7 +3005,7 @@ name = "External Shutters" }, /turf/open/floor/plating, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "zd" = ( /obj/structure/grille, /turf/open/floor/plating, @@ -3010,11 +3017,11 @@ name = "Port Podbay Blast Door" }, /turf/open/floor/plating, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "zm" = ( /obj/structure/flora/tree/jungle, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "zq" = ( /obj/machinery/mass_driver{ dir = 1; @@ -3046,7 +3053,7 @@ }, /obj/effect/decal/cleanable/robot_debris/gib, /turf/open/floor/pod/dark, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "zu" = ( /obj/structure/cable/orange{ icon_state = "0-4" @@ -3070,18 +3077,18 @@ icon_state = "0-2" }, /turf/open/floor/plating/rust, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "zR" = ( /obj/structure/lattice{ icon_state = "lattice-159" }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Ac" = ( /obj/effect/turf_decal/industrial/warning, /obj/structure/spacevine, /turf/open/floor/pod/dark, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Ah" = ( /obj/item/restraints/handcuffs/cable, /obj/item/flashlight/seclite, @@ -3113,7 +3120,7 @@ icon_state = "lattice-21" }, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Ar" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ @@ -3125,12 +3132,12 @@ /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/oil, /turf/open/floor/plasteel/tech/techmaint, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Ax" = ( /obj/structure/spacevine, /obj/structure/flora/tree/jungle/small, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Ay" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 6 @@ -3161,7 +3168,7 @@ /obj/structure/flora/junglebush/b, /obj/structure/spacevine, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "AP" = ( /turf/closed/wall/mineral/titanium, /area/ruin/jungle/interceptor/afthall) @@ -3190,7 +3197,7 @@ icon_state = "lattice-4" }, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Bc" = ( /obj/machinery/power/terminal, /obj/effect/turf_decal/industrial/warning{ @@ -3205,7 +3212,7 @@ "Be" = ( /obj/structure/girder, /turf/open/floor/plating, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Bg" = ( /obj/item/storage/bag/trash, /obj/item/reagent_containers/spray/cleaner{ @@ -3252,7 +3259,7 @@ dir = 1 }, /turf/open/floor/plating/rust, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "By" = ( /obj/structure/cable/green{ icon_state = "4-10" @@ -3276,7 +3283,7 @@ "BH" = ( /obj/effect/decal/cleanable/glass, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "BM" = ( /obj/effect/turf_decal/corner/opaque/bottlegreen/border{ dir = 8 @@ -3321,7 +3328,7 @@ "Cg" = ( /obj/structure/flora/ausbushes/sparsegrass, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Ch" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 8 @@ -3338,14 +3345,14 @@ /obj/structure/flora/junglebush/c, /obj/structure/spacevine, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Cj" = ( /obj/machinery/mass_driver{ dir = 1; id = "portlauncherone" }, /turf/open/floor/plating, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Cn" = ( /obj/effect/turf_decal/industrial/warning/fulltile, /obj/machinery/door/poddoor/shutters{ @@ -3420,7 +3427,7 @@ /obj/structure/flora/ausbushes/fernybush, /obj/structure/flora/ausbushes/grassybush, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "CR" = ( /obj/structure/spacevine, /obj/machinery/power/emitter/energycannon{ @@ -3461,11 +3468,11 @@ }, /obj/machinery/airalarm/directional/west, /turf/open/floor/plating, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Dg" = ( /obj/structure/flora/rock/jungle, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Dn" = ( /obj/structure/cable/green{ icon_state = "2-8" @@ -3492,7 +3499,7 @@ "Dw" = ( /obj/structure/flora/junglebush/large, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Dx" = ( /obj/machinery/disposal/bin, /obj/structure/disposalpipe/trunk{ @@ -3524,7 +3531,7 @@ /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "DG" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, /obj/machinery/firealarm/directional/north, @@ -3565,11 +3572,11 @@ "DX" = ( /obj/structure/grille/broken, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Eb" = ( /obj/structure/flora/junglebush/c, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Ef" = ( /obj/effect/turf_decal/industrial/outline/yellow, /obj/structure/reagent_dispensers/fueltank, @@ -3586,20 +3593,20 @@ "Ez" = ( /obj/structure/flora/rock/pile/largejungle, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "EJ" = ( /obj/structure/lattice{ icon_state = "lattice-3" }, /obj/item/stack/ore/salvage/scraptitanium, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "EK" = ( /obj/structure/lattice{ icon_state = "lattice-8" }, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "EL" = ( /obj/structure/cable/orange{ icon_state = "2-4" @@ -3623,7 +3630,7 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /obj/machinery/firealarm/directional/east, /turf/open/floor/plating/rust, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "EY" = ( /obj/structure/chair/office/light{ dir = 8 @@ -3684,7 +3691,7 @@ "FE" = ( /obj/structure/spacevine, /turf/closed/wall/mineral/titanium/nodiagonal, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "FO" = ( /obj/structure/cable/orange{ icon_state = "1-2" @@ -3697,11 +3704,11 @@ dir = 2 }, /turf/open/floor/plating, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "FQ" = ( /obj/structure/grille/broken, /turf/open/floor/plating/rust, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "FT" = ( /obj/structure/cable/orange{ icon_state = "1-2" @@ -3744,7 +3751,7 @@ "Gi" = ( /obj/structure/flora/ausbushes/leafybush, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Gj" = ( /obj/structure/grille/broken, /turf/open/floor/plating, @@ -3784,11 +3791,11 @@ }, /obj/structure/catwalk/over/plated_catwalk/dark, /turf/open/floor/plating, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "GM" = ( /obj/machinery/light/small/broken/directional/east, /turf/open/floor/plating, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "GT" = ( /obj/machinery/power/terminal, /obj/effect/turf_decal/industrial/warning{ @@ -3804,13 +3811,13 @@ "GU" = ( /obj/effect/turf_decal/industrial/warning/fulltile, /turf/open/floor/plating, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "GW" = ( /obj/structure/lattice{ icon_state = "lattice-4" }, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "GX" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, @@ -3889,21 +3896,21 @@ /area/ruin/jungle/interceptor/porthall) "Hv" = ( /turf/closed/wall/mineral/titanium, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "HA" = ( /obj/structure/lattice{ icon_state = "lattice-39" }, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "HB" = ( /obj/structure/flora/junglebush/large, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "HD" = ( /obj/effect/decal/cleanable/plastic, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "HE" = ( /obj/effect/spawner/structure/window/shuttle, /obj/machinery/door/poddoor/shutters/preopen{ @@ -4045,7 +4052,7 @@ icon_state = "lattice-3" }, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "IN" = ( /obj/machinery/processor, /obj/effect/turf_decal/corner/opaque/bottlegreen/border{ @@ -4073,7 +4080,7 @@ /obj/item/stack/cable_coil/cut/red, /obj/structure/flora/junglebush/b, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Je" = ( /obj/structure/table/wood, /obj/machinery/door/firedoor/border_only, @@ -4091,7 +4098,7 @@ }, /obj/effect/decal/cleanable/blood/old, /turf/open/floor/plating, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Jl" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /obj/structure/cable/orange{ @@ -4106,7 +4113,7 @@ /obj/machinery/firealarm/directional/west, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Jm" = ( /obj/effect/turf_decal/industrial/warning/fulltile, /obj/machinery/door/poddoor/shutters{ @@ -4114,6 +4121,10 @@ }, /turf/open/floor/plating/rust, /area/ruin/jungle/interceptor/starlauncherone) +"Jt" = ( +/obj/structure/flora/rock/pile/largejungle, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/cave/explored) "Jw" = ( /obj/structure/grille/broken, /obj/effect/decal/cleanable/dirt, @@ -4123,7 +4134,7 @@ /obj/structure/spacevine, /obj/structure/spacevine/dense, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "JA" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, @@ -4144,7 +4155,7 @@ dir = 1 }, /turf/open/floor/plasteel/tech/techmaint, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "JK" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/girder, @@ -4154,7 +4165,7 @@ "JL" = ( /obj/item/stack/ore/salvage/scrapmetal, /turf/open/floor/pod/dark, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "JN" = ( /obj/structure/chair/stool/bar{ dir = 4 @@ -4194,7 +4205,7 @@ /obj/structure/girder, /obj/structure/spacevine, /turf/open/floor/plating, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Kc" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ dir = 1 @@ -4234,7 +4245,7 @@ "Kr" = ( /obj/effect/decal/cleanable/glass, /turf/open/floor/plating/rust, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Kt" = ( /obj/effect/turf_decal/corner/opaque/blue/diagonal{ dir = 4 @@ -4306,7 +4317,7 @@ "KY" = ( /obj/structure/girder/displaced, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "KZ" = ( /obj/structure/cable/green{ icon_state = "0-8" @@ -4345,7 +4356,7 @@ "Lh" = ( /obj/structure/spacevine, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Ln" = ( /obj/effect/turf_decal/corner/opaque/blue/border, /obj/item/stack/ore/salvage/scrapmetal, @@ -4367,7 +4378,7 @@ /obj/effect/decal/cleanable/plastic, /obj/structure/spacevine, /turf/open/floor/pod/dark, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Ly" = ( /obj/structure/cable/orange{ icon_state = "1-2" @@ -4471,7 +4482,7 @@ "Mn" = ( /obj/effect/decal/remains/human, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Ms" = ( /obj/structure/grille/broken, /obj/item/shard, @@ -4493,7 +4504,7 @@ "Mw" = ( /obj/structure/girder, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "MA" = ( /obj/item/clothing/under/rank/prisoner, /obj/item/clothing/under/rank/prisoner, @@ -4538,11 +4549,11 @@ /obj/effect/decal/cleanable/dirt, /obj/structure/frame/machine, /turf/open/floor/plasteel/tech/techmaint, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "MO" = ( /obj/item/stack/ore/salvage/scrapmetal, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "MP" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /obj/structure/cable/orange{ @@ -4578,7 +4589,7 @@ /obj/structure/flora/ausbushes/sparsegrass, /obj/structure/flora/tree/jungle, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Ni" = ( /turf/closed/wall/mineral/titanium/nodiagonal, /area/ruin/jungle/interceptor/starlauncherone) @@ -4647,7 +4658,7 @@ icon_state = "lattice-23" }, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "NV" = ( /obj/structure/window/reinforced/spawner, /obj/structure/frame/computer{ @@ -4672,7 +4683,7 @@ "NZ" = ( /obj/structure/flora/junglebush/b, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Oc" = ( /obj/effect/turf_decal/industrial/warning, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ @@ -4682,14 +4693,14 @@ icon_state = "1-4" }, /turf/open/floor/plating/rust, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Oh" = ( /obj/structure/lattice{ icon_state = "lattice-47" }, /obj/item/stack/cable_coil/cut/orange, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Ok" = ( /obj/structure/chair, /turf/open/floor/plasteel/white, @@ -4706,11 +4717,11 @@ }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Os" = ( /obj/effect/decal/remains/human, /turf/open/floor/plating/rust, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Ot" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -4805,11 +4816,11 @@ }, /obj/effect/decal/cleanable/generic, /turf/open/floor/plasteel/tech/techmaint, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "OK" = ( /obj/structure/flora/ausbushes/leafybush, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "OL" = ( /obj/machinery/power/terminal, /obj/structure/cable/orange{ @@ -4821,11 +4832,11 @@ /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "OM" = ( /obj/item/stack/cable_coil/cut/yellow, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "OO" = ( /obj/item/shard, /turf/open/floor/plasteel/stairs/left, @@ -4844,15 +4855,15 @@ /area/ruin/jungle/interceptor/starhall) "OQ" = ( /turf/closed/wall/mineral/titanium/nodiagonal, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "OR" = ( /obj/structure/girder, /turf/open/floor/plating/rust, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "OU" = ( /obj/structure/grille/broken, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "OW" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ @@ -4860,7 +4871,7 @@ }, /obj/item/stack/cable_coil/cut/orange, /turf/open/floor/plating/rust, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Pd" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 9 @@ -4917,7 +4928,7 @@ "PS" = ( /obj/effect/decal/cleanable/plastic, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "PU" = ( /obj/effect/spawner/structure/window/shuttle, /turf/open/floor/plating, @@ -4928,7 +4939,7 @@ }, /obj/structure/catwalk/over/plated_catwalk/dark, /turf/open/floor/plating, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Qd" = ( /obj/item/scalpel{ pixel_y = 12 @@ -4949,24 +4960,24 @@ "Qo" = ( /obj/effect/decal/cleanable/robot_debris, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Qp" = ( /obj/structure/grille/broken, /obj/structure/spacevine/dense, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Qq" = ( /obj/item/stack/ore/salvage/scraptitanium, /obj/effect/decal/cleanable/glass, /turf/open/floor/plating, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Qr" = ( /obj/structure/cable/orange{ icon_state = "0-2" }, /obj/structure/spacevine, /turf/open/floor/plating/rust, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Qs" = ( /obj/machinery/door/airlock/security, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, @@ -4980,12 +4991,12 @@ }, /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Qt" = ( /obj/structure/girder, /obj/structure/spacevine/dense, /turf/open/floor/plating/rust, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Qw" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ dir = 8 @@ -4996,7 +5007,7 @@ /obj/item/light/bulb/broken, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/tech/techmaint, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Qz" = ( /obj/structure/lattice{ icon_state = "lattice-12" @@ -5011,7 +5022,7 @@ /obj/structure/grille/broken, /obj/structure/spacevine, /turf/open/floor/plating/rust, -/area/ruin/jungle/interceptor/starhall) +/area/overmap_encounter/planetoid/jungle/explored) "QH" = ( /obj/effect/turf_decal/siding/wood/corner{ dir = 4 @@ -5108,7 +5119,7 @@ /obj/effect/decal/remains/human, /obj/effect/decal/cleanable/blood/old, /turf/open/floor/plating/rust, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "RG" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ dir = 4 @@ -5128,7 +5139,7 @@ icon_state = "lattice-1" }, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "RT" = ( /obj/effect/turf_decal/industrial/warning{ dir = 1 @@ -5136,7 +5147,7 @@ /obj/machinery/light/small/broken/directional/west, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/tech/techmaint, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "RV" = ( /obj/item/shard, /turf/open/floor/plating/dirt/jungle, @@ -5174,7 +5185,7 @@ /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/oil, /turf/open/floor/plasteel/tech/techmaint, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "So" = ( /turf/closed/wall/mineral/titanium, /area/ruin/jungle/interceptor/starlaunchertwo) @@ -5211,17 +5222,17 @@ "Ss" = ( /obj/structure/girder/displaced, /turf/open/floor/pod/dark, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "St" = ( /obj/structure/flora/tree/jungle/small, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Sy" = ( /obj/structure/catwalk/over, /obj/machinery/door/firedoor/border_only, /obj/item/stack/ore/salvage/scraptitanium, /turf/open/floor/plating, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Sz" = ( /obj/structure/cable/orange{ icon_state = "1-8" @@ -5236,7 +5247,7 @@ "SC" = ( /obj/effect/decal/cleanable/ash/large, /turf/open/floor/plating/rust, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "SD" = ( /obj/machinery/door/airlock/engineering, /obj/structure/cable/green{ @@ -5330,12 +5341,12 @@ "SU" = ( /obj/structure/flora/tree/jungle, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "SW" = ( /obj/structure/grille, /obj/item/shard, /turf/open/floor/plating, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Tb" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ @@ -5359,7 +5370,7 @@ "Tq" = ( /obj/structure/flora/junglebush, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Tw" = ( /turf/closed/wall/mineral/titanium/nodiagonal, /area/ruin/jungle/interceptor/starlaunchertwo) @@ -5373,11 +5384,11 @@ /obj/item/stack/ore/salvage/scraptitanium, /obj/item/stack/cable_coil/cut/yellow, /turf/open/floor/plating/rust, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "TG" = ( /obj/structure/flora/tree/jungle/small, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "TI" = ( /turf/open/floor/plasteel/stairs/right, /area/ruin/jungle/interceptor/afthall) @@ -5401,7 +5412,7 @@ /obj/effect/decal/cleanable/oil, /obj/structure/spacevine, /turf/open/floor/plasteel/tech/techmaint, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "TX" = ( /obj/structure/closet/secure_closet/engineering_welding{ req_access = null @@ -5411,7 +5422,7 @@ }, /obj/effect/decal/cleanable/cobweb, /turf/open/floor/plasteel/tech/techmaint, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "TZ" = ( /obj/structure/cable/yellow{ icon_state = "0-8" @@ -5431,7 +5442,7 @@ /obj/structure/catwalk/over, /obj/structure/spacevine, /turf/open/floor/plating, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Ua" = ( /obj/item/stack/ore/salvage/scrapmetal, /turf/open/floor/plating/rust, @@ -5449,7 +5460,7 @@ }, /obj/item/stack/ore/salvage/scraptitanium, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Uf" = ( /obj/machinery/door/airlock/public/glass, /obj/structure/cable/orange{ @@ -5488,7 +5499,7 @@ "Ut" = ( /obj/structure/flora/junglebush/large, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Uu" = ( /obj/structure/spacevine, /turf/closed/wall/mineral/titanium, @@ -5499,7 +5510,7 @@ }, /obj/structure/flora/ausbushes/leafybush, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "UB" = ( /obj/machinery/door/window/eastright{ dir = 1; @@ -5524,7 +5535,7 @@ }, /obj/structure/spacevine, /turf/open/floor/plasteel/tech/techmaint, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "UI" = ( /obj/structure/table/wood, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ @@ -5576,13 +5587,13 @@ "UR" = ( /obj/structure/girder/displaced, /turf/open/floor/plating/dirt, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "UU" = ( /obj/item/stack/ore/salvage/scrapmetal, /obj/item/shard, /obj/effect/decal/cleanable/glass, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "UW" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -5620,7 +5631,7 @@ }, /obj/structure/catwalk/over, /turf/open/floor/plating, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Vc" = ( /obj/structure/cable/green{ icon_state = "0-2" @@ -5629,11 +5640,11 @@ /obj/structure/frame/machine, /obj/item/circuitboard/machine/smes, /turf/open/floor/plasteel/tech/grid, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Vi" = ( /obj/structure/girder/displaced, /turf/open/floor/plating/rust, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Vm" = ( /obj/structure/table/reinforced, /obj/machinery/cell_charger, @@ -5669,11 +5680,11 @@ dir = 8 }, /turf/open/floor/plating, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Vy" = ( /obj/effect/decal/cleanable/glass, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "VC" = ( /obj/structure/bed, /obj/item/bedsheet/blue, @@ -5706,7 +5717,7 @@ /obj/item/stack/ore/salvage/scraptitanium, /obj/structure/girder/displaced, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "VK" = ( /obj/effect/turf_decal/industrial/warning, /obj/structure/cable/green{ @@ -5719,7 +5730,7 @@ /obj/effect/decal/cleanable/ash, /obj/effect/decal/cleanable/ash/large, /turf/open/floor/plasteel/tech/techmaint, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "VO" = ( /obj/structure/chair/comfy/shuttle{ dir = 1 @@ -5762,7 +5773,7 @@ /obj/structure/flora/ausbushes/sparsegrass, /obj/structure/flora/ausbushes/leafybush, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Wc" = ( /obj/effect/spawner/structure/window/shuttle, /obj/machinery/door/poddoor/shutters/preopen{ @@ -5771,7 +5782,7 @@ dir = 4 }, /turf/open/floor/plating, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "We" = ( /obj/structure/cable/orange{ icon_state = "2-8" @@ -5835,7 +5846,7 @@ /obj/effect/decal/cleanable/blood/old, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/tech/techmaint, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Wx" = ( /obj/effect/turf_decal/corner/opaque/blue/bordercorner{ dir = 8 @@ -5850,12 +5861,12 @@ /obj/structure/grille/broken, /obj/effect/decal/cleanable/glass, /turf/open/floor/plating/rust, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "WB" = ( /obj/structure/spacevine/dense, /obj/item/stack/ore/salvage/scraptitanium, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "WC" = ( /obj/structure/table, /obj/machinery/chem_dispenser/drinks, @@ -5872,7 +5883,7 @@ /obj/structure/spacevine, /obj/item/stack/ore/salvage/scrapmetal, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "WW" = ( /obj/effect/turf_decal/corner/opaque/bottlegreen/bordercorner{ dir = 4 @@ -5886,7 +5897,7 @@ dir = 4 }, /turf/open/floor/plating/rust, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Xd" = ( /obj/structure/window/reinforced/spawner, /obj/effect/turf_decal/corner/opaque/lime/border, @@ -5907,7 +5918,7 @@ icon_state = "lattice-137" }, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Xj" = ( /obj/effect/spawner/structure/window/shuttle, /turf/open/floor/plating, @@ -5929,7 +5940,7 @@ /obj/effect/decal/cleanable/dirt, /obj/structure/girder, /turf/open/floor/plating/rust, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Xt" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ dir = 1 @@ -5958,7 +5969,7 @@ "Xy" = ( /obj/structure/lattice, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "XB" = ( /obj/structure/cable/orange{ icon_state = "1-2" @@ -6023,7 +6034,7 @@ "XY" = ( /obj/structure/frame/machine, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Ya" = ( /obj/structure/catwalk/over/plated_catwalk/dark, /obj/machinery/door/airlock/maintenance{ @@ -6086,7 +6097,7 @@ /obj/effect/decal/cleanable/plastic, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/tech/techmaint, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Yl" = ( /obj/structure/cable/orange{ icon_state = "1-2" @@ -6111,16 +6122,10 @@ }, /obj/structure/catwalk/over, /obj/structure/catwalk/over, -/obj/item/clothing/under/rank/engineering/engineer/telecomm_specialist{ - name = "Engineering Specialist Jumpsuit" - }, -/obj/item/clothing/under/rank/engineering/engineer/telecomm_specialist{ - name = "Engineering Specialist Jumpsuit" - }, /obj/item/clothing/accessory/armband/engine, /obj/item/clothing/accessory/armband/engine, /turf/open/floor/plating/rust, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Yq" = ( /obj/structure/cable/orange{ icon_state = "1-10" @@ -6153,7 +6158,7 @@ }, /obj/effect/decal/cleanable/shreds, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "YM" = ( /obj/structure/cable/orange{ icon_state = "0-8" @@ -6169,7 +6174,7 @@ }, /obj/item/radio/intercom/directional/east, /turf/open/floor/plating/rust, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "YN" = ( /obj/effect/turf_decal/corner/opaque/blue/border{ dir = 4 @@ -6197,6 +6202,9 @@ }, /turf/open/floor/plating, /area/ruin/jungle/interceptor/starhall) +"YV" = ( +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/cave/explored) "YX" = ( /obj/structure/girder, /obj/item/shard, @@ -6204,7 +6212,7 @@ /area/ruin/jungle/interceptor/afthall) "YY" = ( /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "YZ" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, @@ -6219,11 +6227,11 @@ /obj/structure/flora/ausbushes/sparsegrass, /obj/structure/flora/junglebush/c, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Zc" = ( /obj/structure/flora/ausbushes/grassybush, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Ze" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -6249,7 +6257,7 @@ "Zl" = ( /obj/item/stack/ore/salvage/scraptitanium, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Zm" = ( /obj/effect/spawner/structure/window/shuttle, /obj/structure/disposalpipe/segment, @@ -6265,12 +6273,12 @@ }, /obj/effect/decal/cleanable/robot_debris, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Zp" = ( /obj/structure/flora/junglebush/b, /obj/structure/flora/ausbushes/sparsegrass, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "Zt" = ( /obj/structure/frame/computer{ anchored = 1; @@ -6281,7 +6289,7 @@ /area/ruin/jungle/interceptor/bridge) "Zx" = ( /turf/closed/mineral/random/jungle, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/cave/explored) "ZB" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 4 @@ -6308,7 +6316,7 @@ "ZO" = ( /obj/structure/flora/junglebush/b, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle/interceptor/crashsite) +/area/overmap_encounter/planetoid/jungle/explored) "ZU" = ( /obj/effect/decal/cleanable/robot_debris/gib, /obj/effect/decal/cleanable/cobweb/cobweb2, @@ -7503,7 +7511,7 @@ Zx Zx Zx Zx -Mw +xT St ak Ez @@ -8156,7 +8164,7 @@ vl Mn vl vl -XE +Hv QE vI DM @@ -8197,7 +8205,7 @@ Zx Zx Zx Zx -cL +YV vl iO iO @@ -8249,8 +8257,8 @@ Zx Zx Zx Zx -cL -Ez +YV +Jt zm vl iO @@ -8640,7 +8648,7 @@ cL vl vl cL -ll +lj gQ UY XC diff --git a/_maps/RandomRuins/JungleRuins/jungle_medtech_outbreak.dmm b/_maps/RandomRuins/JungleRuins/jungle_medtech_outbreak.dmm index 022e5a8b1d7b..7aa1aa7bfd2c 100644 --- a/_maps/RandomRuins/JungleRuins/jungle_medtech_outbreak.dmm +++ b/_maps/RandomRuins/JungleRuins/jungle_medtech_outbreak.dmm @@ -7,7 +7,7 @@ /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "ap" = ( /obj/structure/cable{ icon_state = "1-2" @@ -17,7 +17,7 @@ /area/ship/science) "ar" = ( /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "aF" = ( /obj/effect/turf_decal/industrial/warning{ dir = 6 @@ -35,7 +35,7 @@ "bk" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/dirt/jungle/wasteland/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "bm" = ( /obj/structure/railing{ dir = 9 @@ -92,7 +92,7 @@ dir = 10 }, /obj/item/paper/pamphlet{ - info = "

Welcome at MedTech Ltd.!


MedTech is a professional chemical and pharmaceutical manufacturing company with a leading position in the galactinc market.

Our goal is to provide all relevant medical and industrial chemicals to every customer in the galaxy within a short time, and at a affordable price. We achieve this goal by diversifying our manufacturing sites across the all frontiers and by sourcing all raw materials locally.

Special orders are avalible now!

Buy our products or visit one of our manufacturing plants today!


MedTech Ltd. takes no liability for any misuse or side effects of their products including diarrhea, dizziness, heart issues (palpitations, irregular heartbeats), death, and all other forms of possible pre- and post-mortem agony.

"; + default_raw_text = "

Welcome at MedTech Ltd.!


MedTech is a professional chemical and pharmaceutical manufacturing company with a leading position in the galactinc market.

Our goal is to provide all relevant medical and industrial chemicals to every customer in the galaxy within a short time, and at a affordable price. We achieve this goal by diversifying our manufacturing sites across the all frontiers and by sourcing all raw materials locally.

Special orders are avalible now!

Buy our products or visit one of our manufacturing plants today!


MedTech Ltd. takes no liability for any misuse or side effects of their products including diarrhea, dizziness, heart issues (palpitations, irregular heartbeats), death, and all other forms of possible pre- and post-mortem agony.

"; name = "MedTech flyer"; pixel_x = 6; pixel_y = 3 @@ -138,7 +138,7 @@ "dO" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "dR" = ( /obj/effect/turf_decal/corner/opaque/mauve{ dir = 4 @@ -171,7 +171,7 @@ /area/ship/crew/office) "ek" = ( /turf/open/floor/plating/dirt/jungle/wasteland/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "eo" = ( /obj/effect/decal/cleanable/blood/tracks{ dir = 6 @@ -275,12 +275,12 @@ "fC" = ( /obj/structure/flora/ausbushes/sparsegrass, /turf/open/floor/grass, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "fG" = ( /obj/structure/flora/ausbushes/sparsegrass, /obj/structure/flora/grass/jungle, /turf/open/floor/grass, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "gj" = ( /obj/structure/railing, /turf/open/floor/plasteel/stairs/right{ @@ -334,7 +334,7 @@ dir = 9 }, /turf/open/floor/grass, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "gQ" = ( /obj/effect/decal/cleanable/blood/tracks{ dir = 8 @@ -344,7 +344,7 @@ dir = 8 }, /turf/open/floor/plating/dirt/jungle/wasteland/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "gY" = ( /obj/effect/decal/cleanable/blood/gibs/up, /obj/effect/decal/cleanable/blood/bubblegum, @@ -357,29 +357,29 @@ pixel_y = -5 }, /turf/open/floor/plating/dirt/jungle/wasteland/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "hv" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/item/paper/crumpled/bloody{ desc = "written hastly on a blood stained peace of paper."; - info = "They breached all the doors, I am the last one, its over for me.."; + default_raw_text = "They breached all the doors, I am the last one, its over for me.."; name = "MedTech chmist's last note"; pixel_x = 15; pixel_y = 1 }, /turf/open/floor/plating/dirt/jungle/wasteland/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "hB" = ( /obj/effect/decal/cleanable/blood/splatter, /obj/effect/decal/cleanable/blood/tracks{ dir = 8 }, /turf/open/floor/plating/dirt/jungle/wasteland/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "hF" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/item/paper{ - info = "

Export expectations

By the end of the month facility No.475-24 is expected to provide the following amounts of medicine to be ready for export:

  1. 300u of Perfluorodecalin
  2. 270u of Thializid
  3. 50 Burnpatches
  4. 65 Synthflesh patches
  5. 275u of atropine

Production is to be proceeded with imidiately.

"; + default_raw_text = "

Export expectations

By the end of the month facility No.475-24 is expected to provide the following amounts of medicine to be ready for export:

  1. 300u of Perfluorodecalin
  2. 270u of Thializid
  3. 50 Burnpatches
  4. 65 Synthflesh patches
  5. 275u of atropine

Production is to be proceeded with imidiately.

"; name = "Export orders"; pixel_x = 4; pixel_y = 5 @@ -534,7 +534,7 @@ /obj/effect/turf_decal/box/corners, /obj/machinery/light/floor, /turf/open/floor/plating/dirt/jungle/wasteland/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "jI" = ( /obj/effect/decal/cleanable/blood/bubblegum, /turf/open/floor/plasteel/white, @@ -568,7 +568,7 @@ "jS" = ( /obj/structure/chair/plastic, /turf/open/floor/grass, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "kp" = ( /obj/structure/chair/office/light, /obj/effect/decal/cleanable/blood/gibs/core, @@ -655,7 +655,7 @@ dir = 8 }, /turf/open/floor/plating/dirt/jungle/wasteland/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "kM" = ( /obj/effect/turf_decal/corner/opaque/green{ dir = 9 @@ -681,7 +681,7 @@ /obj/structure/flora/grass/jungle, /obj/structure/flora/ausbushes/grassybush, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "kT" = ( /obj/effect/gibspawner/human, /obj/effect/decal/cleanable/blood/bubblegum, @@ -749,7 +749,7 @@ pixel_y = -13 }, /turf/open/floor/plating/dirt/jungle/wasteland/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "mf" = ( /obj/effect/decal/cleanable/blood/bubblegum, /obj/effect/decal/fakelattice, @@ -864,7 +864,7 @@ "nr" = ( /obj/structure/flora/ausbushes/sparsegrass, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "nx" = ( /obj/effect/turf_decal/industrial/warning/corner{ dir = 8 @@ -891,7 +891,7 @@ "nQ" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/dirt/jungle/wasteland/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "nS" = ( /obj/effect/decal/cleanable/blood/tracks{ dir = 8 @@ -975,7 +975,7 @@ /obj/effect/decal/cleanable/dirt/dust, /obj/item/shovel, /turf/open/floor/plating/dirt/jungle/wasteland/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "oR" = ( /obj/effect/turf_decal/industrial/warning/dust{ dir = 10 @@ -1037,7 +1037,7 @@ "pQ" = ( /obj/structure/flora/grass/jungle, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "pT" = ( /obj/structure/sign/poster/contraband/mothpill, /turf/closed/wall/r_wall, @@ -1133,7 +1133,7 @@ /obj/structure/flora/grass/jungle, /obj/structure/flora/ausbushes/sparsegrass, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "rJ" = ( /obj/effect/turf_decal/corner/opaque/green{ dir = 5 @@ -1167,7 +1167,7 @@ /obj/structure/flora/ausbushes/grassybush, /obj/structure/flora/ausbushes/grassybush, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "sE" = ( /obj/machinery/light/broken/directional/north, /obj/effect/gibspawner/generic, @@ -1304,7 +1304,7 @@ /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/dirt/jungle/wasteland/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "vo" = ( /obj/effect/turf_decal/corner/opaque/green{ dir = 10 @@ -1405,7 +1405,7 @@ "wU" = ( /obj/structure/flora/ausbushes/grassybush, /turf/open/floor/grass, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "xa" = ( /obj/machinery/power/port_gen/pacman, /obj/effect/decal/cleanable/dirt/dust, @@ -1442,7 +1442,7 @@ /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "xw" = ( /obj/effect/turf_decal/industrial/warning/corner{ dir = 1 @@ -1459,7 +1459,7 @@ }, /obj/machinery/light/floor, /turf/open/floor/plating/dirt/jungle/wasteland/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "xG" = ( /obj/item/ammo_casing{ dir = 8; @@ -1468,12 +1468,12 @@ }, /obj/effect/decal/cleanable/blood/tracks, /turf/open/floor/grass, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "xN" = ( /obj/structure/flora/grass/jungle, /obj/structure/flora/tree/jungle, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "xO" = ( /obj/effect/decal/cleanable/blood/gibs/up, /turf/open/floor/plasteel/tech, @@ -1482,7 +1482,7 @@ /obj/structure/flora/ausbushes/sparsegrass, /obj/structure/flora/ausbushes/grassybush, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "ya" = ( /turf/open/floor/plasteel/white, /area/ship/science/storage) @@ -1502,7 +1502,7 @@ /obj/effect/decal/cleanable/blood/bubblegum, /obj/item/paper/crumpled/fluff{ desc = "Written as with a dying hand.."; - info = "I bolted down my door to keep them out for w while, one of them got me in the arm. I hope the response unit will arrive soon..."; + default_raw_text = "I bolted down my door to keep them out for w while, one of them got me in the arm. I hope the response unit will arrive soon..."; name = "Hastly scribbled note" }, /turf/open/floor/wood, @@ -1532,11 +1532,11 @@ }, /obj/machinery/light/floor, /turf/open/floor/plating/dirt/jungle/wasteland/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "yW" = ( /obj/structure/closet/crate/grave/loot, /turf/open/floor/plating/dirt/jungle/wasteland/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "yZ" = ( /obj/effect/decal/cleanable/blood/bubblegum, /turf/open/floor/plating/catwalk_floor, @@ -1552,7 +1552,7 @@ /obj/structure/flora/grass/jungle, /obj/structure/flora/grass/jungle, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "zm" = ( /obj/structure/table/wood/reinforced, /obj/item/flashlight/lamp/green{ @@ -1650,13 +1650,13 @@ "Ba" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "Bb" = ( /obj/structure/flora/ausbushes/sparsegrass, /obj/structure/flora/grass/jungle, /obj/structure/flora/tree/jungle, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "Bc" = ( /obj/effect/turf_decal/industrial/warning/corner{ dir = 1 @@ -1676,7 +1676,7 @@ }, /obj/item/paper/crumpled/bloody{ desc = "written hastly on a blood stained peace of paper."; - info = "Hilbert welded himself in maintainance from the inside. Perhaps a death from starvation is better than the fate that awaits us when the doors bust..."; + default_raw_text = "Hilbert welded himself in maintainance from the inside. Perhaps a death from starvation is better than the fate that awaits us when the doors bust..."; name = "Office clerks last note"; pixel_x = -13; pixel_y = -6 @@ -1701,14 +1701,14 @@ /obj/structure/flora/grass/jungle, /obj/structure/flora/grass/jungle, /turf/open/floor/grass, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "BJ" = ( /obj/structure/flora/ausbushes/sparsegrass, /obj/structure/flora/grass/jungle, /obj/structure/flora/grass/jungle, /obj/structure/flora/ausbushes/grassybush, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "BO" = ( /obj/structure/table/reinforced, /obj/machinery/computer{ @@ -1778,7 +1778,7 @@ dir = 8 }, /turf/open/floor/plating/dirt/jungle/wasteland/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "Cz" = ( /turf/closed/wall/r_wall, /area/ship/medical) @@ -1821,7 +1821,7 @@ /obj/structure/flora/ausbushes/sparsegrass, /obj/item/ammo_casing, /turf/open/floor/grass, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "Dq" = ( /obj/effect/turf_decal/trimline/opaque/blue/filled/line{ dir = 8 @@ -1901,7 +1901,7 @@ dir = 6 }, /turf/open/floor/plating/dirt/jungle/wasteland/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "Ei" = ( /obj/machinery/door/airlock/research{ name = "Chemical Factory"; @@ -1916,7 +1916,7 @@ }, /obj/machinery/light/floor, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "Er" = ( /turf/closed/wall/r_wall, /area/ship/science) @@ -1951,7 +1951,7 @@ dir = 8 }, /turf/open/floor/plating/dirt/jungle/wasteland/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "FB" = ( /turf/closed/wall, /area/ship/medical) @@ -1981,7 +1981,7 @@ }, /obj/item/ammo_box/magazine/m45/ap, /turf/open/floor/plating/dirt/jungle/wasteland/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "FX" = ( /obj/machinery/photocopier, /obj/effect/turf_decal/box, @@ -2274,7 +2274,7 @@ dir = 8 }, /turf/open/floor/grass, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "Kl" = ( /obj/effect/turf_decal/siding/wideplating/dark{ dir = 4 @@ -2293,7 +2293,7 @@ /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "Kn" = ( /obj/structure/cable{ icon_state = "1-2" @@ -2445,7 +2445,7 @@ /obj/effect/decal/cleanable/blood/splatter, /obj/item/weldingtool/experimental, /turf/open/floor/grass, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "MF" = ( /obj/effect/turf_decal/corner/opaque/green{ dir = 9 @@ -2514,7 +2514,7 @@ /obj/structure/flora/ausbushes/sparsegrass, /obj/structure/flora/tree/jungle/small, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "NK" = ( /obj/effect/turf_decal/corner/opaque/green{ dir = 9 @@ -2579,7 +2579,7 @@ /area/ship/science/storage) "Oy" = ( /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "OX" = ( /obj/effect/turf_decal/trimline/opaque/mauve/filled/warning{ dir = 4 @@ -2686,7 +2686,7 @@ /obj/structure/flora/ausbushes/sparsegrass, /obj/structure/flora/grass/jungle, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "Qc" = ( /turf/open/floor/plasteel/white, /area/ship/medical) @@ -2820,7 +2820,7 @@ }, /obj/effect/decal/cleanable/blood/bubblegum, /turf/open/floor/plating/dirt/jungle/wasteland/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "Rr" = ( /obj/effect/turf_decal/corner/opaque/mauve{ dir = 5 @@ -2832,7 +2832,7 @@ /area/ship/hallway) "RC" = ( /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "RF" = ( /obj/effect/turf_decal/corner/opaque/blue{ dir = 10 @@ -2860,7 +2860,7 @@ /obj/effect/decal/cleanable/blood/bubblegum, /obj/item/paper/crumpled/bloody{ desc = "This is probably a document you were not supposed to see"; - info = "

TOP SECRET - EYES ONLY!

Pricing reqest

The Syndicate is interested to place an order for several hundred units of a chemical known as romerol. Hereby a request is placed to set a pricetag for such an order.

A small sample of the regent in question has been attached for testing purposes.

The contents of this document is to be treated highly confidential, any suspicion that informatin cantained in this letter has been forwarded will be met with recogninzing MedTech Ltd. as a enemy side of the conflict by The Syndicate.

We are lookig forward for a reply that will ensure our long-term cooperation.


Death to Nanotrasen!

The Syndicate

TOP SECRET - EYES ONLY!

"; + default_raw_text = "

TOP SECRET - EYES ONLY!

Pricing reqest

The Syndicate is interested to place an order for several hundred units of a chemical known as romerol. Hereby a request is placed to set a pricetag for such an order.

A small sample of the regent in question has been attached for testing purposes.

The contents of this document is to be treated highly confidential, any suspicion that informatin cantained in this letter has been forwarded will be met with recogninzing MedTech Ltd. as a enemy side of the conflict by The Syndicate.

We are lookig forward for a reply that will ensure our long-term cooperation.


Death to Nanotrasen!

The Syndicate

TOP SECRET - EYES ONLY!

"; name = "Top Secret Syndicate Romerol price request" }, /turf/open/floor/carpet/blue, @@ -2868,7 +2868,7 @@ "Sh" = ( /obj/structure/flora/grass/jungle, /turf/open/floor/grass, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "Sj" = ( /obj/effect/turf_decal/industrial/warning/dust{ dir = 4 @@ -2923,7 +2923,7 @@ /obj/structure/flora/grass/jungle, /obj/effect/decal/cleanable/blood/tracks, /turf/open/floor/grass, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "SN" = ( /obj/effect/turf_decal/corner/opaque/mauve{ dir = 6 @@ -2942,15 +2942,15 @@ /obj/structure/flora/ausbushes/sparsegrass, /obj/structure/flora/tree/jungle/small, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "SQ" = ( /obj/structure/flora/tree/jungle/small, /turf/open/floor/grass, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "SU" = ( /obj/structure/flora/tree/jungle/small, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "SV" = ( /obj/effect/turf_decal/corner/opaque/green{ dir = 5 @@ -3093,7 +3093,7 @@ dir = 10 }, /obj/item/paper/pamphlet{ - info = "

Welcome at MedTech Ltd.!


MedTech is a professional chemical and pharmaceutical manufacturing company with a leading position in the galactinc market.

Our goal is to provide all relevant medical and industrial chemicals to every customer in the galaxy within a short time, and at a affordable price. We achieve this goal by diversifying our manufacturing sites across the all frontiers and by sourcing all raw materials locally.

Special orders are avalible now!

Buy our products or visit one of our manufacturing plants today!


MedTech Ltd. takes no liability for any misuse or side effects of their products including diarrhea, dizziness, heart issues (palpitations, irregular heartbeats), death, and all other forms of possible pre- and post-mortem agony.

"; + default_raw_text = "

Welcome at MedTech Ltd.!


MedTech is a professional chemical and pharmaceutical manufacturing company with a leading position in the galactinc market.

Our goal is to provide all relevant medical and industrial chemicals to every customer in the galaxy within a short time, and at a affordable price. We achieve this goal by diversifying our manufacturing sites across the all frontiers and by sourcing all raw materials locally.

Special orders are avalible now!

Buy our products or visit one of our manufacturing plants today!


MedTech Ltd. takes no liability for any misuse or side effects of their products including diarrhea, dizziness, heart issues (palpitations, irregular heartbeats), death, and all other forms of possible pre- and post-mortem agony.

"; name = "MedTech flyer"; pixel_x = -5; pixel_y = 3 @@ -3112,7 +3112,7 @@ /obj/structure/flora/grass/jungle, /obj/structure/flora/ausbushes/grassybush, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "Vt" = ( /obj/effect/turf_decal/corner/opaque/green{ dir = 9 @@ -3181,7 +3181,7 @@ "VM" = ( /obj/structure/flora/ausbushes/grassybush, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "VY" = ( /obj/effect/turf_decal/corner/opaque/mauve{ dir = 5 @@ -3197,7 +3197,7 @@ /obj/structure/flora/grass/jungle, /obj/structure/flora/grass/jungle, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "Wo" = ( /obj/machinery/door/airlock/research{ name = "Administrative office"; @@ -3215,7 +3215,7 @@ /obj/structure/flora/ausbushes/sparsegrass, /obj/structure/flora/tree/jungle, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "Wx" = ( /obj/effect/turf_decal/trimline/opaque/mauve/filled/warning, /obj/effect/turf_decal/siding/wideplating/dark/corner{ @@ -3327,10 +3327,10 @@ "Yd" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "Yj" = ( /turf/open/floor/grass, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "Yn" = ( /obj/effect/turf_decal/industrial/warning{ dir = 9 @@ -3349,7 +3349,7 @@ /obj/structure/flora/ausbushes/grassybush, /obj/structure/flora/ausbushes/grassybush, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "Yu" = ( /obj/effect/turf_decal/corner/opaque/blue{ dir = 5 @@ -3396,7 +3396,7 @@ /obj/structure/flora/grass/jungle, /obj/structure/flora/tree/jungle/small, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "Zc" = ( /obj/effect/turf_decal/corner/opaque/green{ dir = 9 @@ -3462,7 +3462,7 @@ /obj/structure/flora/ausbushes/sparsegrass, /obj/structure/flora/ausbushes/grassybush, /turf/open/floor/grass, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "ZU" = ( /turf/closed/wall/r_wall, /area/ship/bridge) diff --git a/_maps/RandomRuins/JungleRuins/jungle_nest.dmm b/_maps/RandomRuins/JungleRuins/jungle_nest.dmm index cea6edd03958..2783fc59549b 100644 --- a/_maps/RandomRuins/JungleRuins/jungle_nest.dmm +++ b/_maps/RandomRuins/JungleRuins/jungle_nest.dmm @@ -6,366 +6,367 @@ dir = 8 }, /turf/open/floor/plating/dirt, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "aW" = ( /obj/structure/alien/weeds, /obj/structure/bed/nest, /obj/item/storage/bag/books, /turf/open/floor/plating/dirt, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "bB" = ( /obj/structure/alien/weeds, /obj/structure/mecha_wreckage/seraph, /turf/open/floor/plating/dirt, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "ce" = ( /obj/structure/alien/weeds, /obj/effect/mob_spawn/human/corpse/cargo_tech, /obj/effect/decal/cleanable/blood/old, /turf/open/floor/plating/dirt, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "cj" = ( /obj/structure/alien/weeds, /obj/item/clothing/head/crown, /turf/open/floor/plating/dirt, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "cO" = ( /obj/structure/alien/weeds, /obj/structure/barricade/wooden, /turf/open/floor/plating/dirt, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "dj" = ( /obj/structure/alien/weeds, /obj/structure/alien/weeds/node, /obj/effect/decal/cleanable/blood/old, /turf/open/floor/plating/dirt, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "eA" = ( /obj/structure/flora/ausbushes/pointybush, /turf/open/floor/plating/dirt/jungle, -/area/ruin/powered) +/area/overmap_encounter/planetoid/jungle/explored) "eB" = ( /obj/structure/flora/ausbushes/reedbush, /turf/open/floor/plating/dirt/jungle, -/area/ruin/powered) +/area/overmap_encounter/planetoid/jungle/explored) "eG" = ( /obj/structure/alien/weeds, /obj/structure/bed/nest, /turf/open/floor/plating/dirt, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "fj" = ( /obj/structure/alien/weeds, /obj/structure/mecha_wreckage/ripley, /turf/open/floor/plating/dirt, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "fZ" = ( /obj/structure/flora/ausbushes/grassybush, /turf/open/floor/plating/dirt/jungle, -/area/ruin/powered) +/area/overmap_encounter/planetoid/jungle/explored) "gU" = ( /obj/structure/alien/weeds, /obj/effect/decal/remains/xeno, /turf/open/floor/plating/dirt, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "hu" = ( /obj/structure/alien/weeds, /obj/structure/alien/weeds/node, /obj/machinery/vending/boozeomat, /turf/open/floor/plating/dirt, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) +"ia" = ( +/obj/structure/alien/weeds, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/cave/explored) "iF" = ( /turf/closed/mineral/random/jungle, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "jI" = ( /obj/structure/alien/resin/wall, /turf/closed/mineral/random/jungle, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "kd" = ( /obj/structure/alien/resin/membrane, /obj/structure/alien/weeds, /turf/open/floor/plating/dirt, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "lh" = ( /obj/structure/alien/weeds, /obj/structure/sink/oil_well, /turf/open/floor/plating/dirt, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "lS" = ( /obj/structure/alien/weeds, /obj/structure/bed/nest, /obj/item/clothing/glasses/night, /turf/open/floor/plating/dirt, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "mW" = ( /obj/structure/alien/weeds, /obj/effect/decal/cleanable/xenoblood/xgibs/larva/body, /turf/open/floor/plating/dirt, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "nn" = ( /obj/structure/barricade/wooden, /turf/open/floor/plating/dirt, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "oB" = ( /obj/effect/decal/cleanable/xenoblood/xgibs/larva/body, /turf/open/floor/plating/dirt/jungle, -/area/ruin/powered) +/area/overmap_encounter/planetoid/jungle/explored) "oX" = ( /obj/structure/alien/weeds, /obj/structure/alien/egg, /obj/item/toy/toy_xeno, /turf/open/floor/plating/dirt, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "qK" = ( /obj/structure/flora/junglebush, /turf/open/floor/plating/dirt/jungle, -/area/ruin/powered) +/area/overmap_encounter/planetoid/jungle/explored) "rY" = ( /obj/structure/alien/weeds, /obj/structure/table/wood/fancy, /obj/item/reagent_containers/food/drinks/bottle/fernet, /obj/item/reagent_containers/food/drinks/bottle/champagne, /turf/open/floor/plating/dirt, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "sw" = ( /obj/structure/alien/resin/wall, /turf/open/floor/plating/dirt/jungle, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "tZ" = ( /obj/effect/decal/cleanable/xenoblood, /turf/open/floor/plating/dirt/jungle, -/area/ruin/powered) +/area/overmap_encounter/planetoid/jungle/explored) "ul" = ( /obj/structure/alien/weeds, /obj/structure/bed/nest, /obj/item/storage/box/alienhandcuffs, /turf/open/floor/plating/dirt, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "uo" = ( /obj/structure/alien/weeds, /obj/effect/mob_spawn/human/corpse/assistant, /obj/structure/bed/nest, /obj/effect/decal/cleanable/blood/old, /turf/open/floor/plating/dirt, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "uR" = ( /obj/effect/decal/cleanable/xenoblood/xgibs/up, /turf/open/floor/plating/dirt/jungle, -/area/ruin/powered) +/area/overmap_encounter/planetoid/jungle/explored) "vg" = ( /obj/structure/alien/weeds, /obj/structure/bed/nest, /obj/item/clothing/under/costume/mech_suit/blue, /turf/open/floor/plating/dirt, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "vt" = ( /obj/structure/alien/resin/wall, /turf/open/floor/plating/grass, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "vW" = ( /obj/structure/alien/weeds, /obj/structure/bed/nest, /obj/item/mecha_parts/mecha_equipment/weapon/energy/plasma, /turf/open/floor/plating/dirt, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "wc" = ( /obj/structure/alien/weeds, /obj/structure/alien/egg, /turf/open/floor/plating/dirt, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "wg" = ( /obj/structure/alien/weeds, /obj/effect/decal/cleanable/blood/old, /turf/open/floor/plating/dirt, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "wl" = ( /obj/structure/alien/weeds, /obj/effect/decal/cleanable/xenoblood/xgibs/torso, /turf/open/floor/plating/dirt, -/area/ruin/powered) +/area/overmap_encounter/planetoid/jungle/explored) "wt" = ( /obj/structure/alien/weeds, /obj/structure/alien/resin/wall, /obj/structure/sign/poster/contraband/lusty_xenomorph, /turf/open/floor/plating/grass, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "xY" = ( /obj/structure/alien/weeds, /obj/effect/mob_spawn/human/corpse/assistant, /obj/structure/bed/nest, /turf/open/floor/plating/dirt, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "ya" = ( /obj/effect/decal/cleanable/xenoblood/xgibs/larva, /turf/open/floor/plating/dirt/jungle, -/area/ruin/powered) +/area/overmap_encounter/planetoid/jungle/explored) "yF" = ( /obj/structure/alien/weeds, /obj/structure/alien/resin/wall, /turf/open/floor/plating/grass, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "yG" = ( /obj/structure/alien/weeds, /mob/living/simple_animal/hostile/alien/maid, /turf/open/floor/plating/dirt, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "yV" = ( /obj/structure/alien/resin/wall, /obj/structure/alien/weeds, /turf/closed/mineral/random/jungle, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "zi" = ( /obj/structure/alien/resin/wall, /obj/structure/alien/weeds, /turf/open/floor/plating/dirt/jungle, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "zv" = ( /obj/structure/alien/weeds, /turf/open/floor/plating/dirt/jungle, -/area/ruin/powered) +/area/overmap_encounter/planetoid/jungle/explored) "zy" = ( /obj/structure/alien/resin/wall, /obj/structure/alien/weeds, /turf/open/floor/plating/grass, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "zz" = ( /obj/structure/alien/weeds, /obj/effect/decal/remains/xeno/larva, /turf/open/floor/plating/dirt, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "AC" = ( /obj/structure/alien/weeds, /obj/structure/barricade/wooden/crude, /turf/open/floor/plating/dirt, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "AE" = ( /obj/structure/alien/weeds, /obj/structure/bed/nest, /obj/item/clothing/head/helmet/riot, /obj/item/shield/riot, /turf/open/floor/plating/dirt, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "AI" = ( /obj/structure/alien/weeds, /obj/structure/alien/weeds/node, /turf/open/floor/plating/dirt, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "Du" = ( /obj/structure/alien/weeds, /obj/effect/mob_spawn/human/corpse/nanotrasensoldier, /obj/structure/bed/nest, /turf/open/floor/plating/dirt, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "DP" = ( /obj/structure/alien/resin/wall, /obj/structure/sign/poster/contraband/backdoor_xeno_babes_6, /turf/open/floor/plating/grass, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "Ee" = ( /obj/structure/alien/weeds, /obj/structure/bed/nest, /obj/item/kitchen/knife/combat/survival, /turf/open/floor/plating/dirt, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "EC" = ( /obj/structure/alien/weeds, /obj/structure/bed/nest, /obj/effect/spawner/lootdrop/maintenance/two, /turf/open/floor/plating/dirt, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "Fe" = ( /obj/structure/alien/weeds, /obj/structure/bed/nest, /obj/item/cartridge, /obj/item/clothing/under/rank/civilian/curator, /turf/open/floor/plating/dirt, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "FA" = ( /obj/structure/alien/weeds, /obj/structure/bed/nest, /obj/item/clothing/head/helmet/space/eva, /turf/open/floor/plating/dirt, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "Gk" = ( /obj/structure/alien/weeds, /mob/living/simple_animal/hostile/alien/sentinel, /obj/effect/decal/cleanable/blood/old, /turf/open/floor/plating/dirt, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "Gt" = ( /obj/structure/alien/weeds, /obj/structure/alien/resin/membrane, /turf/open/floor/plating/dirt, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "Hh" = ( /obj/structure/alien/weeds, /mob/living/simple_animal/hostile/alien/drone, /turf/open/floor/plating/dirt, -/area/ruin/powered) -"Hs" = ( -/turf/closed/mineral/random/jungle, -/area/ruin) +/area/overmap_encounter/planetoid/cave/explored) "Hz" = ( /obj/structure/alien/weeds, /obj/structure/alien/egg/burst, /turf/open/floor/plating/dirt, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "II" = ( /turf/open/floor/plating/dirt/jungle, -/area/ruin/powered) +/area/overmap_encounter/planetoid/jungle/explored) "KR" = ( /obj/structure/alien/weeds, /obj/structure/table/wood/fancy, /obj/machinery/dish_drive, /turf/open/floor/plating/dirt, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "Lg" = ( /obj/structure/alien/weeds, /obj/structure/alien/resin/membrane, /turf/open/floor/plating/grass, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "Lh" = ( /obj/structure/alien/weeds, /mob/living/simple_animal/hostile/alien/queen/large, /turf/open/floor/plating/dirt, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "MJ" = ( /obj/structure/alien/weeds, /obj/effect/decal/remains/human, /turf/open/floor/plating/dirt, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "Ne" = ( /obj/structure/alien/weeds, /obj/structure/alien/weeds/node, /mob/living/simple_animal/hostile/alien, /turf/open/floor/plating/dirt, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "NK" = ( /obj/structure/alien/weeds, /obj/item/bodypart/chest/larva, /turf/open/floor/plating/dirt, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "RG" = ( /obj/structure/alien/weeds, /turf/closed/mineral/random/jungle, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "TS" = ( /obj/structure/alien/weeds, /obj/structure/bed/nest, /obj/item/mecha_parts/mecha_equipment/drill/diamonddrill, /turf/open/floor/plating/dirt, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "TY" = ( /obj/structure/flora/junglebush/large, /turf/open/floor/plating/dirt/jungle, -/area/ruin/powered) +/area/overmap_encounter/planetoid/jungle/explored) "UV" = ( /obj/structure/alien/weeds, /turf/open/floor/plating/dirt, -/area/ruin/powered) +/area/overmap_encounter/planetoid/jungle/explored) "VK" = ( /obj/structure/flora/tree/jungle/small, /turf/open/floor/plating/dirt/jungle, -/area/ruin/powered) +/area/overmap_encounter/planetoid/jungle/explored) "VT" = ( /obj/structure/alien/weeds, /obj/structure/table/wood/fancy, @@ -373,18 +374,18 @@ dir = 8 }, /turf/open/floor/plating/dirt, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "Wb" = ( /turf/template_noop, /area/template_noop) "Wj" = ( /obj/structure/flora/tree/jungle, /turf/open/floor/plating/dirt/jungle, -/area/ruin/powered) +/area/overmap_encounter/planetoid/jungle/explored) "Yq" = ( /obj/structure/flora/ausbushes/stalkybush, /turf/open/floor/plating/dirt/jungle, -/area/ruin/powered) +/area/overmap_encounter/planetoid/jungle/explored) (1,1,1) = {" Wb @@ -458,10 +459,10 @@ Wb iF vt wc -UV -UV -UV -UV +ia +ia +ia +ia vg zy zv @@ -478,8 +479,8 @@ wc AI fj ce -UV -UV +ia +ia zy zy zy @@ -492,9 +493,9 @@ Wb iF sw vt -UV +ia Lh -UV +ia yF Gt yF @@ -510,10 +511,10 @@ iF iF vt mW -UV -UV +ia +ia yF -UV +ia yF dj Du @@ -547,9 +548,9 @@ vt oX yF yF -UV +ia yF -UV +ia zy vt UV @@ -564,7 +565,7 @@ vt yF yF EC -UV +ia yF Gt zy @@ -578,12 +579,12 @@ Wb iF iF vt -UV +ia gU AI -UV -UV -UV +ia +ia +ia kd AC wl @@ -612,10 +613,10 @@ Wb iF vt uo -UV -UV -UV -UV +ia +ia +ia +ia bB vW zy @@ -629,9 +630,9 @@ Wb iF DP FA -UV +ia Hh -UV +ia wg xY yF @@ -646,13 +647,13 @@ Wb iF sw Ee -UV +ia AI -UV -UV +ia +ia TS yF -UV +ia Ne eG zy @@ -669,7 +670,7 @@ yF yF yF yF -UV +ia MJ ul yV @@ -681,12 +682,12 @@ Wb iF jI vt -UV -UV -UV -UV -UV -UV +ia +ia +ia +ia +ia +ia zy vt jI @@ -706,7 +707,7 @@ wt yF zy iF -Hs +iF Wb "} (20,1,1) = {" @@ -717,9 +718,9 @@ Wb iF iF vt -UV -UV -UV +ia +ia +ia KR zy iF diff --git a/_maps/RandomRuins/JungleRuins/jungle_paradise.dmm b/_maps/RandomRuins/JungleRuins/jungle_paradise.dmm index d9b2ccc65b42..1983657dbc1f 100644 --- a/_maps/RandomRuins/JungleRuins/jungle_paradise.dmm +++ b/_maps/RandomRuins/JungleRuins/jungle_paradise.dmm @@ -8,7 +8,7 @@ dir = 8 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "af" = ( /obj/structure/railing{ color = "#A47449"; @@ -16,7 +16,7 @@ }, /obj/structure/flora/junglebush/c, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "ag" = ( /obj/effect/turf_decal/siding/wood{ dir = 1 @@ -30,31 +30,25 @@ pixel_y = 2 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "ai" = ( /obj/structure/flora/junglebush/c{ pixel_x = 16; pixel_y = 6 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "aj" = ( -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/obj/machinery/power/apc/auto_name/directional/south{ - start_charge = 0 - }, /obj/effect/turf_decal/siding/wood/corner, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/mine) +/area/overmap_encounter/planetoid/cave/explored) "ak" = ( /obj/effect/turf_decal/weather/dirt{ dir = 5 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "al" = ( /obj/structure/flora/ausbushes/reedbush{ pixel_x = -5; @@ -64,16 +58,16 @@ dir = 4 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "as" = ( /obj/structure/spacevine, /obj/structure/fence/cut/large, /turf/open/floor/plating, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "au" = ( /obj/structure/fluff/fokoff_sign, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "av" = ( /obj/machinery/biogenerator, /turf/open/floor/pod, @@ -84,12 +78,12 @@ }, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "az" = ( /turf/open/floor/plating{ icon_state = "platingdmg3" }, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "aC" = ( /obj/structure/lattice/catwalk, /obj/machinery/door/airlock/highsecurity, @@ -111,7 +105,7 @@ pixel_y = 14 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "aL" = ( /obj/structure/flora/rock/pile/largejungle{ pixel_x = -14; @@ -119,24 +113,24 @@ }, /obj/machinery/light/dim/directional/south, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "aM" = ( /obj/effect/decal/cleanable/dirt, /turf/open/water/jungle, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "aW" = ( /obj/structure/spacevine, /obj/structure/fence{ dir = 1 }, /turf/open/floor/plating/rust, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "aX" = ( /obj/effect/turf_decal/siding/wood{ dir = 10 }, /turf/open/floor/wood, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "aY" = ( /turf/open/floor/plasteel/stairs{ barefootstep = "woodbarefoot"; @@ -144,7 +138,7 @@ dir = 1; footstep = "wood" }, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "ba" = ( /turf/open/floor/plating/rust, /area/ruin/jungle/paradise/comms) @@ -169,11 +163,11 @@ /obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/mineral/plastitanium/red/brig, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "bh" = ( /obj/item/clothing/under/rank/civilian/cookjorts, /turf/closed/mineral/random/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "bj" = ( /turf/closed/wall/mineral/wood, /area/ruin/jungle/paradise/power) @@ -182,7 +176,7 @@ dir = 4 }, /turf/open/floor/plating/dirt/dark, -/area/ruin/jungle/paradise/mine) +/area/overmap_encounter/planetoid/cave/explored) "bo" = ( /obj/effect/turf_decal/weather/dirt{ dir = 10 @@ -192,7 +186,7 @@ pixel_y = 24 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "bp" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt/dust, @@ -206,7 +200,7 @@ dir = 4 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "bs" = ( /obj/effect/turf_decal/siding/wood{ dir = 9 @@ -214,20 +208,20 @@ /turf/open/floor/wood{ icon_state = "wood-broken5" }, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "bt" = ( /obj/machinery/vending/wallmed{ name = "Emergency NanoMed"; use_power = 0 }, /turf/closed/wall/mineral/titanium/nodiagonal, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "bv" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/mineral/titanium/blue{ icon_state = "titanium_dam2" }, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "by" = ( /obj/structure/railing{ color = "#A47449"; @@ -238,7 +232,7 @@ dir = 1 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "bz" = ( /obj/structure/railing{ color = "#A47449"; @@ -248,20 +242,20 @@ dir = 8 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "bC" = ( /obj/effect/turf_decal/siding/wood/corner{ dir = 1 }, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/mine) +/area/overmap_encounter/planetoid/cave/explored) "bD" = ( /obj/structure/flora/ausbushes/sparsegrass{ pixel_x = -5; pixel_y = 9 }, /turf/open/floor/plating/grass/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/cave/explored) "bE" = ( /obj/effect/turf_decal/siding/wood, /obj/structure/cable/yellow{ @@ -270,14 +264,14 @@ /obj/machinery/light/directional/south, /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "bF" = ( /obj/structure/flora/rock/jungle{ pixel_x = 15; pixel_y = 5 }, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "bJ" = ( /obj/structure/flora/ausbushes/reedbush{ pixel_x = -3; @@ -288,11 +282,11 @@ pixel_y = 1 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "bN" = ( /obj/structure/flora/ausbushes/sunnybush, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "bR" = ( /obj/structure/table/reinforced, /obj/effect/turf_decal/techfloor{ @@ -309,7 +303,7 @@ }, /obj/effect/turf_decal/weather/dirt, /turf/open/floor/plating/dirt/jungle/wasteland, -/area/ruin/jungle/paradise/mine) +/area/overmap_encounter/planetoid/cave/explored) "bV" = ( /obj/effect/turf_decal/techfloor{ dir = 9 @@ -323,7 +317,7 @@ "bW" = ( /obj/structure/extinguisher_cabinet/directional/north, /turf/closed/wall/mineral/titanium/nodiagonal, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "bX" = ( /obj/effect/turf_decal/weather/dirt{ dir = 4 @@ -333,7 +327,7 @@ pixel_y = 5 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "bY" = ( /obj/effect/decal/cleanable/glass, /obj/effect/decal/cleanable/leaper_sludge, @@ -342,7 +336,7 @@ pixel_y = 11 }, /turf/open/floor/plating/dirt/dark, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "cc" = ( /obj/structure/fence/door/opened, /turf/open/floor/plating/grass/jungle, @@ -353,7 +347,7 @@ }, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/wood, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "cg" = ( /obj/structure/chair/office, /turf/open/floor/plasteel/tech, @@ -364,7 +358,7 @@ pixel_y = -5 }, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/cave/explored) "cm" = ( /obj/structure/flora/junglebush/large{ pixel_x = -10; @@ -375,11 +369,11 @@ pixel_y = 9 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "cp" = ( /mob/living/simple_animal/sloth, /turf/open/floor/pod/dark, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/cave/explored) "cr" = ( /obj/structure/lattice/catwalk, /obj/structure/cable/yellow{ @@ -397,19 +391,19 @@ dir = 8 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "ct" = ( /obj/structure/flora/ausbushes/sparsegrass{ pixel_y = 13 }, /turf/open/floor/plating/grass/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/cave/explored) "cv" = ( /obj/effect/decal/cleanable/vomit/old{ pixel_y = 13 }, /turf/open/floor/mineral/titanium, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "cy" = ( /obj/effect/turf_decal/siding/wood/corner{ dir = 1 @@ -419,7 +413,7 @@ }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "cz" = ( /obj/effect/turf_decal/industrial/warning, /turf/open/floor/pod, @@ -427,7 +421,7 @@ "cC" = ( /obj/mecha/working/ripley/mining, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/mine) +/area/overmap_encounter/planetoid/cave/explored) "cG" = ( /obj/effect/turf_decal/siding/wood{ dir = 8 @@ -437,18 +431,21 @@ pixel_y = 13 }, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/mine) +/area/overmap_encounter/planetoid/cave/explored) "cI" = ( /obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/mine) +/area/overmap_encounter/planetoid/cave/explored) "cJ" = ( /obj/structure/spacevine, /obj/structure/lattice{ icon_state = "lattice-8" }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "cP" = ( /obj/machinery/computer/telecomms/server{ dir = 1 @@ -462,7 +459,7 @@ dir = 5 }, /turf/open/floor/wood, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "cS" = ( /obj/effect/turf_decal/weather/dirt{ dir = 1 @@ -471,13 +468,13 @@ /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "cU" = ( /obj/structure/lattice/clockwork{ icon_state = "lattice-5" }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "cX" = ( /obj/structure/rack, /obj/item/crowbar, @@ -487,7 +484,7 @@ /obj/item/stack/cable_coil, /obj/machinery/light/broken/directional/west, /turf/open/floor/plasteel, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "da" = ( /obj/structure/flora/rock/jungle{ pixel_x = -19; @@ -498,7 +495,7 @@ pixel_y = 4 }, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "df" = ( /obj/structure/railing{ color = "#A47449"; @@ -508,21 +505,21 @@ dir = 1 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "dg" = ( /obj/effect/turf_decal/siding/wood/corner{ dir = 1 }, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/mine) +/area/overmap_encounter/planetoid/cave/explored) "dh" = ( /obj/structure/flora/junglebush/b{ pixel_x = -1; pixel_y = 7 }, /turf/open/floor/plating/grass/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "di" = ( /obj/effect/turf_decal/weather/dirt{ dir = 4 @@ -539,7 +536,7 @@ icon_state = "crystal" }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "do" = ( /obj/effect/turf_decal/weather/dirt{ dir = 4 @@ -549,13 +546,13 @@ pixel_y = 15 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "dr" = ( /obj/effect/turf_decal/weather/dirt{ dir = 5 }, /turf/open/floor/plating/dirt/jungle/wasteland, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "dv" = ( /obj/effect/turf_decal/box/corners, /obj/structure/closet/crate/freezer/blood, @@ -582,7 +579,7 @@ /obj/effect/decal/cleanable/dirt, /obj/structure/spacevine, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "dz" = ( /turf/closed/wall/mineral/wood, /area/ruin/jungle/paradise/comms) @@ -592,7 +589,7 @@ pixel_y = 7 }, /turf/open/floor/plating/grass/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "dI" = ( /obj/effect/turf_decal/techfloor{ dir = 8 @@ -625,26 +622,26 @@ /obj/effect/turf_decal/sand/plating, /obj/structure/spacevine/dense, /turf/open/floor/plating, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "dR" = ( /obj/structure/flora/rock/pile/largejungle{ pixel_x = -33; pixel_y = 7 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "dU" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/light/broken/directional/east, /turf/open/floor/plasteel, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "dW" = ( /obj/structure/lattice{ icon_state = "lattice-137" }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "dX" = ( /obj/effect/turf_decal/siding/wood{ dir = 8 @@ -654,7 +651,7 @@ }, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/wood, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "dY" = ( /obj/effect/turf_decal/box/corners, /obj/structure/mopbucket, @@ -670,7 +667,7 @@ /turf/open/floor/plating{ icon_state = "platingdmg3" }, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "eb" = ( /obj/structure/cable/yellow{ icon_state = "5-9" @@ -679,53 +676,56 @@ dir = 6 }, /turf/open/floor/wood, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "eg" = ( /obj/structure/flora/grass/jungle{ pixel_x = -9; pixel_y = 12 }, /turf/open/floor/plating/grass/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/cave/explored) "ei" = ( /obj/effect/spawner/lootdrop/glowstick, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/mine) +/area/overmap_encounter/planetoid/cave/explored) "el" = ( /obj/structure/railing/corner{ color = "#A47449" }, /obj/effect/turf_decal/weather/dirt/corner, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "em" = ( /obj/structure/barricade/wooden, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "en" = ( /obj/structure/lattice{ icon_state = "lattice-12" }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "ep" = ( /obj/structure/flora/rock/jungle{ pixel_x = 16; pixel_y = 4 }, /turf/open/floor/plating/grass/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "er" = ( /obj/structure/sign/warning/nosmoking, /turf/closed/wall/mineral/titanium, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) +"es" = ( +/turf/open/floor/plating/dirt/jungle, +/area/overmap_encounter/planetoid/cave/explored) "ew" = ( /obj/effect/turf_decal/weather/dirt{ dir = 6 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "ex" = ( /obj/structure/cable{ icon_state = "1-2" @@ -738,12 +738,15 @@ /obj/effect/decal/cleanable/glass, /obj/structure/spacevine, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "eA" = ( /obj/effect/turf_decal/sand/plating, /obj/structure/spacevine/dense, /turf/open/floor/plating, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) +"eC" = ( +/turf/open/water/jungle, +/area/overmap_encounter/planetoid/cave/explored) "eD" = ( /obj/effect/turf_decal/weather/dirt{ dir = 5 @@ -751,7 +754,7 @@ /obj/structure/flora/rock/jungle, /obj/structure/flora/grass/jungle/b, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "eE" = ( /obj/effect/turf_decal/weather/dirt{ dir = 4 @@ -761,7 +764,7 @@ pixel_y = -5 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "eG" = ( /obj/effect/mob_spawn/human/scientist, /obj/effect/decal/cleanable/vomit/old, @@ -774,21 +777,21 @@ "eK" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "eL" = ( /obj/effect/turf_decal/weather/dirt{ dir = 1 }, /obj/structure/flora/ausbushes/reedbush, /turf/open/water/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "eV" = ( /obj/structure/flora/grass/jungle/b{ pixel_x = -9; pixel_y = 17 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "eX" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/concrete/slab_2, @@ -798,20 +801,20 @@ /obj/item/kitchen/knife/butcher, /obj/item/clothing/gloves/butchering, /turf/open/floor/pod/dark, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/cave/explored) "fh" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/turf_decal/sand, /obj/structure/spacevine, /turf/open/floor/plating, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "fj" = ( /obj/effect/decal/cleanable/glass{ dir = 8; pixel_x = -9 }, /turf/open/floor/mineral/titanium, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "fm" = ( /obj/structure/flora/rock{ icon_state = "basalt2"; @@ -819,7 +822,7 @@ pixel_y = 13 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "fn" = ( /obj/structure/grille/broken, /obj/effect/decal/cleanable/glass, @@ -829,7 +832,7 @@ /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "fr" = ( /obj/structure/flora/rock/jungle{ pixel_x = -8; @@ -837,7 +840,7 @@ }, /obj/structure/flora/grass/jungle/b, /turf/open/floor/plating/grass/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "fs" = ( /obj/effect/turf_decal/siding/wood{ dir = 4 @@ -847,19 +850,19 @@ }, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/wood, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "fv" = ( /obj/structure/flora/rock/pile{ pixel_x = 12 }, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "fw" = ( /obj/structure/closet/crate/miningcar, /obj/item/resonator, /obj/item/t_scanner/adv_mining_scanner/lesser, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/mine) +/area/overmap_encounter/planetoid/cave/explored) "fz" = ( /obj/effect/turf_decal/siding/wood{ dir = 6 @@ -868,7 +871,7 @@ icon_state = "8-9" }, /turf/open/floor/wood, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "fA" = ( /obj/structure/flora/junglebush/b, /obj/structure/railing{ @@ -882,7 +885,7 @@ dir = 6 }, /turf/open/floor/plating/dirt/jungle/wasteland, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "fD" = ( /obj/structure/flora/ausbushes/fullgrass{ pixel_x = 6; @@ -893,19 +896,19 @@ dir = 10 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "fE" = ( /obj/structure/flora/rock/jungle{ pixel_y = 10 }, /turf/open/floor/plating/grass/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "fJ" = ( /obj/effect/turf_decal/weather/dirt/corner{ dir = 4 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "fL" = ( /obj/effect/turf_decal/siding/wood{ dir = 1 @@ -914,7 +917,7 @@ icon_state = "6-10" }, /turf/open/floor/wood, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "fM" = ( /obj/effect/turf_decal/siding/wood, /obj/effect/decal/cleanable/dirt/dust, @@ -929,11 +932,11 @@ pixel_y = -16 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "fR" = ( /mob/living/simple_animal/hostile/rat, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "fT" = ( /obj/item/stack/ore/glass{ amount = 30; @@ -960,7 +963,7 @@ pixel_y = 14 }, /turf/open/floor/pod/light, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/cave/explored) "fV" = ( /obj/structure/flora/rock{ icon_state = "basalt2"; @@ -968,7 +971,7 @@ pixel_y = 11 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "fW" = ( /turf/open/floor/plasteel/tech/grid, /area/ruin/jungle/paradise/cargo) @@ -978,7 +981,7 @@ pixel_y = 13 }, /turf/open/floor/plating/grass/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/cave/explored) "fY" = ( /obj/effect/turf_decal/siding/wood{ dir = 6 @@ -986,7 +989,7 @@ /obj/structure/bed{ icon_state = "dirty_mattress" }, -/obj/item/bedsheet/random, +/obj/item/bedsheet/dorms, /obj/effect/decal/cleanable/dirt, /obj/structure/railing{ color = "#A47449"; @@ -1013,13 +1016,13 @@ pixel_y = 16 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "gd" = ( /obj/effect/turf_decal/siding/wood{ dir = 5 }, /turf/open/floor/wood, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "gg" = ( /obj/structure/flora/grass/jungle/b{ pixel_x = -11; @@ -1031,16 +1034,16 @@ }, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "gh" = ( /obj/effect/turf_decal/sand, /obj/structure/spacevine, /turf/open/floor/plating, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "gi" = ( /obj/effect/spawner/structure/window/shuttle, /turf/open/floor/plating, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "gn" = ( /turf/open/floor/plasteel/tech, /area/ruin/jungle/paradise/comms) @@ -1050,7 +1053,7 @@ /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/wood, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "gs" = ( /obj/structure/rack, /obj/item/seeds/soya, @@ -1066,7 +1069,7 @@ }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "gx" = ( /obj/effect/turf_decal/weather/dirt{ dir = 1 @@ -1077,7 +1080,7 @@ dir = 1; footstep = "wood" }, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/cave/explored) "gz" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/pod/dark, @@ -1124,14 +1127,14 @@ name = "vines" }, /turf/closed/wall/mineral/titanium, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "gT" = ( /obj/structure/flora/junglebush{ pixel_x = -16; pixel_y = -14 }, /turf/open/floor/plating/grass/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "gU" = ( /obj/effect/turf_decal/weather/dirt{ dir = 9 @@ -1140,13 +1143,7 @@ icon_state = "lattice-6" }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) -"ha" = ( -/obj/effect/turf_decal/weather/dirt{ - dir = 5 - }, -/turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "hc" = ( /obj/machinery/suit_storage_unit/mining, /obj/effect/turf_decal/industrial/warning{ @@ -1167,14 +1164,14 @@ dir = 5 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "he" = ( /obj/structure/flora/ausbushes/stalkybush{ pixel_x = 17; pixel_y = 7 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "hh" = ( /obj/effect/turf_decal/techfloor{ dir = 6 @@ -1191,7 +1188,7 @@ pixel_y = 8 }, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "ho" = ( /obj/structure/railing{ color = "#A47449" @@ -1204,13 +1201,13 @@ }, /obj/effect/turf_decal/weather/dirt, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "hp" = ( /obj/structure/flora/rock/jungle, /obj/structure/flora/grass/jungle/b, /obj/machinery/light/dim/directional/east, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "hr" = ( /obj/structure/flora/ausbushes/stalkybush{ pixel_x = 16; @@ -1220,7 +1217,7 @@ dir = 8 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "ht" = ( /obj/structure/flora/rock/jungle{ pixel_x = 7; @@ -1231,13 +1228,13 @@ dir = 8 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "hy" = ( /obj/effect/decal/cleanable/greenglow, /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/dirt/jungle/wasteland, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "hB" = ( /obj/item/stack/rods{ pixel_x = 9; @@ -1245,7 +1242,7 @@ }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/mine) +/area/overmap_encounter/planetoid/cave/explored) "hF" = ( /obj/structure/shuttle/engine/heater{ dir = 8 @@ -1254,7 +1251,7 @@ dir = 4 }, /turf/open/floor/plating/rust, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "hG" = ( /obj/structure/railing{ color = "#A47449"; @@ -1262,14 +1259,14 @@ }, /obj/effect/turf_decal/weather/dirt, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "hH" = ( /obj/effect/turf_decal/siding/wood{ dir = 1 }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "hM" = ( /obj/structure/cable/yellow{ icon_state = "1-2" @@ -1278,12 +1275,12 @@ /turf/open/floor/concrete/slab_3, /area/ruin/jungle/paradise/construction) "hN" = ( +/obj/effect/turf_decal/siding/wood, /obj/structure/cable/yellow{ - icon_state = "4-10" + icon_state = "1-10" }, -/obj/effect/turf_decal/siding/wood, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/mine) +/area/overmap_encounter/planetoid/cave/explored) "hO" = ( /obj/effect/turf_decal/industrial/warning{ dir = 8 @@ -1299,9 +1296,6 @@ }, /turf/open/floor/plasteel, /area/ruin/jungle/paradise/cargo) -"hV" = ( -/turf/open/floor/plating/grass/jungle, -/area/ruin/jungle/paradise/shuttle) "hW" = ( /turf/open/floor/plating{ icon_state = "panelscorched" @@ -1311,18 +1305,18 @@ /obj/effect/decal/cleanable/dirt, /obj/machinery/light/small/broken/directional/east, /turf/open/floor/plasteel, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "hY" = ( /obj/effect/decal/cleanable/greenglow, /turf/open/floor/plating/ashplanet/wateryrock, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "ib" = ( /obj/effect/turf_decal/siding/wood{ dir = 8 }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "id" = ( /obj/effect/turf_decal/weather/dirt{ dir = 5 @@ -1332,11 +1326,11 @@ pixel_y = 11 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "ie" = ( /obj/structure/extinguisher_cabinet/directional/north, /turf/closed/wall/mineral/titanium, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "ik" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/glass{ @@ -1348,16 +1342,16 @@ pixel_y = 10 }, /turf/open/floor/mineral/titanium, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "in" = ( /obj/structure/chair/comfy/shuttle, /obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/insectguts, /turf/open/floor/mineral/titanium/blue, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "ip" = ( /turf/closed/wall/mineral/wood, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/cave/explored) "iq" = ( /obj/machinery/light/directional/west{ light_color = "#e8eaff" @@ -1371,7 +1365,7 @@ dir = 1 }, /turf/open/floor/plating, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "iu" = ( /obj/structure/railing{ color = "#A47449"; @@ -1381,7 +1375,7 @@ dir = 8 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "iH" = ( /obj/structure/railing{ color = "#A47449"; @@ -1391,7 +1385,7 @@ dir = 8 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "iL" = ( /obj/effect/turf_decal/weather/dirt{ dir = 5 @@ -1400,7 +1394,7 @@ dir = 10 }, /turf/open/floor/plating/dirt/jungle/wasteland, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "iM" = ( /obj/effect/turf_decal/weather/dirt{ dir = 5 @@ -1410,7 +1404,7 @@ pixel_y = 12 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "iN" = ( /obj/effect/turf_decal/siding/wood{ dir = 5 @@ -1434,12 +1428,12 @@ }, /obj/structure/flora/grass/jungle/b, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "iR" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/structure/spacevine/dense, /turf/open/floor/plating/rust, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "iT" = ( /obj/effect/turf_decal/siding/wood{ dir = 4 @@ -1452,7 +1446,7 @@ dir = 4; layer = 3.9 }, -/obj/item/bedsheet/random, +/obj/item/bedsheet/dorms, /obj/structure/cable/yellow{ icon_state = "1-9" }, @@ -1499,14 +1493,14 @@ dir = 4 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "iY" = ( /obj/structure/flora/grass/jungle{ pixel_x = -4; pixel_y = -2 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "iZ" = ( /obj/structure/cable/yellow{ icon_state = "1-10" @@ -1524,7 +1518,10 @@ pixel_x = -12 }, /turf/open/floor/plating/grass/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) +"jd" = ( +/turf/open/floor/plating/dirt/jungle, +/area/overmap_encounter/planetoid/jungle/explored) "je" = ( /obj/structure/flora/ausbushes/reedbush{ pixel_x = -4; @@ -1534,7 +1531,7 @@ dir = 1 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "jf" = ( /obj/structure/railing{ color = "#A47449"; @@ -1547,7 +1544,7 @@ pixel_x = 16 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/cave/explored) "ji" = ( /obj/effect/turf_decal/weather/dirt{ dir = 10 @@ -1559,26 +1556,26 @@ /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "jl" = ( /turf/open/floor/wood, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "jq" = ( /obj/structure/chair/office{ dir = 1 }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/mineral/titanium/blue, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "jr" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/mineral/titanium, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "jt" = ( /obj/structure/spacevine/dense, /obj/structure/spacevine/dense, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "ju" = ( /obj/effect/turf_decal/siding/wood{ dir = 4 @@ -1589,13 +1586,13 @@ /obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/wood, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "jw" = ( /obj/effect/decal/cleanable/robot_debris/limb, /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "jz" = ( /turf/open/floor/concrete/slab_2, /area/ruin/jungle/paradise/construction) @@ -1608,11 +1605,11 @@ "jF" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/mineral/titanium/blue, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "jH" = ( /obj/structure/floodlight_frame, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "jI" = ( /obj/effect/turf_decal/siding/wood{ dir = 1 @@ -1624,7 +1621,7 @@ /turf/open/floor/wood{ icon_state = "wood-broken" }, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "jK" = ( /obj/structure/rack, /obj/item/tank/internals/oxygen/red, @@ -1632,7 +1629,7 @@ /obj/item/clothing/mask/gas, /obj/item/clothing/head/hardhat/red, /turf/open/floor/plasteel, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "jO" = ( /obj/structure/table, /obj/item/paper_bin{ @@ -1643,7 +1640,7 @@ name = "Station Intercom (General)" }, /turf/open/floor/mineral/titanium/blue, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "jQ" = ( /obj/effect/turf_decal/techfloor{ dir = 4 @@ -1659,13 +1656,13 @@ dir = 5 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "jW" = ( /obj/machinery/shower{ pixel_y = 15 }, /turf/open/floor/plating/catwalk_floor, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/cave/explored) "jX" = ( /obj/structure/cable/yellow{ icon_state = "6-10" @@ -1675,11 +1672,11 @@ "jY" = ( /obj/structure/flora/stump, /turf/open/floor/plating/grass/jungle, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "jZ" = ( /obj/structure/spacevine/dense, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "ka" = ( /obj/effect/turf_decal/siding/wood{ dir = 8 @@ -1687,7 +1684,7 @@ /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "kb" = ( /obj/effect/turf_decal/industrial/caution{ dir = 4 @@ -1704,7 +1701,7 @@ pixel_y = -15 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "kf" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/item/reagent_containers/glass/bottle{ @@ -1712,13 +1709,13 @@ pixel_y = 9 }, /turf/open/floor/mineral/titanium/white, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "kk" = ( /obj/machinery/computer/communications{ dir = 4 }, /turf/open/floor/mineral/titanium/blue, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "kn" = ( /obj/structure/railing{ color = "#A47449"; @@ -1728,7 +1725,7 @@ dir = 6 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "kp" = ( /obj/effect/turf_decal/techfloor/corner{ dir = 1 @@ -1741,7 +1738,7 @@ "kq" = ( /obj/structure/flora/tree/jungle, /turf/open/floor/plating/grass/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "ks" = ( /obj/effect/mob_spawn/human/corpse, /obj/effect/decal/cleanable/blood{ @@ -1749,7 +1746,7 @@ pixel_y = -11 }, /turf/open/floor/plating/grass/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "kw" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plasteel, @@ -1763,7 +1760,7 @@ dir = 6 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "kC" = ( /obj/structure/lattice/catwalk, /obj/structure/cable/yellow{ @@ -1776,22 +1773,22 @@ icon_state = "door_closed" }, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "kI" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/girder, /turf/open/floor/plating{ icon_state = "platingdmg3" }, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "kJ" = ( /obj/structure/sign/departments/medbay/alt, /turf/closed/wall/mineral/titanium, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "kK" = ( /obj/structure/firelock_frame/window, /turf/open/floor/plating/dirt/jungle/wasteland, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "kP" = ( /obj/structure/lattice/catwalk, /obj/structure/cable/yellow{ @@ -1806,7 +1803,7 @@ }, /obj/structure/flora/ausbushes/ppflowers, /turf/open/floor/plating/grass/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/cave/explored) "kV" = ( /obj/effect/turf_decal/industrial/warning{ dir = 4 @@ -1825,7 +1822,7 @@ pixel_y = -6 }, /turf/open/floor/plating/dirt/jungle/wasteland, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "kZ" = ( /obj/structure/railing{ color = "#A47449"; @@ -1835,7 +1832,7 @@ dir = 9 }, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "la" = ( /obj/structure/table/reinforced, /obj/item/stack/cable_coil/green{ @@ -1872,7 +1869,7 @@ /turf/open/floor/mineral/titanium/blue{ icon_state = "titanium_dam2" }, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "lo" = ( /obj/structure/chair/comfy/shuttle, /obj/effect/turf_decal/sand, @@ -1881,7 +1878,7 @@ name = "vines" }, /turf/open/floor/mineral/titanium/blue, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "lp" = ( /obj/structure/railing/corner{ color = "#A47449"; @@ -1891,7 +1888,7 @@ dir = 1 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "lq" = ( /obj/structure/table, /obj/machinery/recharger{ @@ -1901,13 +1898,13 @@ use_power = 0 }, /turf/open/floor/mineral/titanium/blue, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "lr" = ( /obj/structure/spacevine/dense, /obj/structure/spacevine/dense, /obj/structure/barricade/wooden/crude, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "lw" = ( /obj/effect/turf_decal/weather/dirt, /turf/open/floor/plasteel/stairs{ @@ -1915,7 +1912,7 @@ color = "#A47449"; footstep = "wood" }, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/cave/explored) "lx" = ( /obj/machinery/hydroponics/soil, /obj/item/reagent_containers/food/snacks/grown/berries, @@ -1929,7 +1926,7 @@ icon_state = "lattice-141" }, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "lB" = ( /obj/effect/turf_decal/industrial/warning{ dir = 1 @@ -1944,12 +1941,12 @@ dir = 9 }, /turf/open/floor/wood, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "lH" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/structure/spacevine, /turf/open/floor/mineral/titanium/white, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "lQ" = ( /obj/effect/turf_decal/siding/wood{ dir = 4 @@ -1958,24 +1955,24 @@ /turf/open/floor/wood{ icon_state = "wood-broken6" }, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "lV" = ( /obj/structure/flora/grass/jungle{ pixel_x = 6; pixel_y = 11 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "lW" = ( /obj/structure/flora/ausbushes/reedbush{ pixel_x = 2; pixel_y = 6 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/cave/explored) "lX" = ( /turf/closed/wall/rust, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "lZ" = ( /obj/effect/turf_decal/weather/dirt{ dir = 10 @@ -1984,7 +1981,7 @@ dir = 1 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "mb" = ( /obj/machinery/telecomms/receiver, /obj/effect/turf_decal/techfloor{ @@ -2019,7 +2016,7 @@ pixel_y = -14 }, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "mf" = ( /obj/structure/frame/computer{ anchored = 1; @@ -2037,7 +2034,7 @@ pixel_y = 1 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "mi" = ( /obj/structure/flora/grass/jungle, /obj/structure/flora/rock/pile/largejungle{ @@ -2045,7 +2042,7 @@ pixel_y = -24 }, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "mk" = ( /obj/machinery/porta_turret/syndicate/pod{ dir = 6; @@ -2070,18 +2067,12 @@ dir = 4 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "mr" = ( /obj/machinery/light/directional/north, /obj/structure/radioactive/stack, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/shuttle) -"ms" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/turf/open/floor/wood, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/cave/explored) "mt" = ( /obj/machinery/mineral/unloading_machine{ dir = 1; @@ -2095,14 +2086,14 @@ /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/mine) +/area/overmap_encounter/planetoid/cave/explored) "mw" = ( /obj/effect/decal/cleanable/cobweb/cobweb2, /obj/effect/decal/cleanable/insectguts, /obj/effect/decal/cleanable/shreds, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "mx" = ( /obj/structure/lattice/clockwork{ icon_state = "lattice-12" @@ -2111,13 +2102,13 @@ dir = 1 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "mz" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "mA" = ( /obj/machinery/light/small/directional/west, /obj/structure/cable{ @@ -2129,7 +2120,7 @@ /obj/item/stack/ore/salvage/scrapmetal/five, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "mC" = ( /obj/machinery/light/directional/east, /obj/effect/decal/cleanable/dirt, @@ -2149,7 +2140,7 @@ /obj/item/folder/blue, /obj/structure/extinguisher_cabinet/directional/west, /turf/open/floor/mineral/titanium/blue, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "mO" = ( /obj/structure/frame/computer{ anchored = 1; @@ -2157,7 +2148,7 @@ }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/mineral/titanium/blue, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "mQ" = ( /obj/structure/flora/grass/jungle/b, /obj/structure/girder{ @@ -2165,7 +2156,7 @@ icon_state = "crystal" }, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "mW" = ( /obj/machinery/hydroponics/soil, /obj/item/seeds/berry, @@ -2183,7 +2174,7 @@ dir = 8 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "nb" = ( /obj/structure/railing{ color = "#A47449"; @@ -2191,7 +2182,7 @@ }, /obj/effect/turf_decal/weather/dirt, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "nf" = ( /obj/item/radio/intercom/directional/south{ name = "Station Intercom (General)" @@ -2201,7 +2192,7 @@ }, /obj/machinery/light/broken/directional/south, /turf/open/floor/mineral/titanium/blue, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "ng" = ( /obj/effect/turf_decal/siding/wood/corner{ dir = 1 @@ -2211,7 +2202,7 @@ }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "nh" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/item/reagent_containers/syringe/contraband{ @@ -2219,14 +2210,14 @@ pixel_y = -2 }, /turf/open/floor/mineral/titanium/white, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "nl" = ( /obj/effect/turf_decal/weather/dirt{ dir = 8 }, /obj/effect/turf_decal/weather/dirt/corner, /turf/open/water/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "nm" = ( /obj/structure/flora/grass/jungle/b{ pixel_x = -1; @@ -2240,7 +2231,7 @@ pixel_y = 20 }, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "np" = ( /obj/effect/turf_decal/siding/wood{ dir = 1 @@ -2251,7 +2242,7 @@ /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "nr" = ( /obj/effect/turf_decal/weather/dirt{ dir = 8 @@ -2261,7 +2252,7 @@ pixel_y = 1 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "ns" = ( /obj/structure/table/reinforced, /obj/item/soap{ @@ -2269,7 +2260,7 @@ pixel_y = 3 }, /turf/open/floor/pod/dark, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/cave/explored) "nt" = ( /obj/effect/decal/cleanable/blood/tracks{ dir = 8 @@ -2280,20 +2271,17 @@ /turf/open/floor/mineral/titanium/blue{ icon_state = "titanium_dam3" }, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "nw" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/concrete/slab_2, /area/ruin/jungle/paradise/construction) -"nx" = ( -/turf/open/water/jungle, -/area/ruin/jungle/paradise/shuttle) "ny" = ( /obj/structure/chair/wood{ dir = 1 }, /turf/open/floor/wood/walnut, -/area/ruin/jungle/paradise/dorms) +/area/overmap_encounter/planetoid/cave/explored) "nD" = ( /obj/structure/flora/grass/jungle{ pixel_x = -8; @@ -2304,7 +2292,7 @@ pixel_y = 6 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "nF" = ( /obj/effect/turf_decal/siding/wood{ dir = 6 @@ -2312,10 +2300,10 @@ /obj/machinery/light/directional/east, /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/cave/explored) "nG" = ( /turf/open/floor/wood/walnut, -/area/ruin/jungle/paradise/dorms) +/area/overmap_encounter/planetoid/cave/explored) "nH" = ( /obj/effect/turf_decal/weather/dirt{ dir = 8 @@ -2325,14 +2313,14 @@ pixel_y = 16 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "nI" = ( /obj/effect/turf_decal/siding/wood{ dir = 4 }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "nK" = ( /obj/structure/flora/rock/pile{ pixel_x = -17 @@ -2342,7 +2330,7 @@ pixel_y = 4 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "nL" = ( /obj/structure/railing{ color = "#A47449"; @@ -2353,7 +2341,7 @@ pixel_y = 12 }, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "nP" = ( /obj/effect/turf_decal/weather/dirt{ dir = 9 @@ -2361,7 +2349,7 @@ /turf/open/floor/plating{ icon_state = "platingdmg1" }, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "nR" = ( /obj/structure/railing{ dir = 8 @@ -2373,7 +2361,7 @@ dir = 8 }, /turf/open/floor/wood, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "nT" = ( /obj/structure/flora/rock/pile/largejungle{ pixel_x = -26; @@ -2381,7 +2369,7 @@ }, /obj/structure/flora/ausbushes/ywflowers, /turf/open/floor/plating/grass/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/cave/explored) "nU" = ( /obj/structure/flora/ausbushes/stalkybush{ pixel_x = -3; @@ -2394,26 +2382,26 @@ dir = 1 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "nW" = ( /obj/effect/turf_decal/siding/wood, /obj/effect/turf_decal/siding/wood/corner{ dir = 1 }, /turf/open/floor/wood, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "nX" = ( /obj/structure/girder/displaced, /obj/structure/spacevine, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "nZ" = ( /obj/structure/chair/office, /obj/structure/spacevine{ name = "vines" }, /turf/open/floor/mineral/titanium/blue, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "or" = ( /obj/effect/turf_decal/siding/wood{ dir = 8 @@ -2421,7 +2409,7 @@ /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/wood, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "os" = ( /obj/structure/spacevine, /obj/structure/spacevine/dense, @@ -2429,7 +2417,7 @@ dir = 1 }, /turf/open/floor/plating/rust, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "ox" = ( /obj/effect/turf_decal/weather/dirt{ dir = 5 @@ -2438,11 +2426,11 @@ /turf/open/floor/plating{ icon_state = "platingdmg2" }, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "oD" = ( /obj/structure/flora/tree/jungle/small, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "oE" = ( /obj/structure/flora/tree/jungle, /obj/structure/flora/rock/jungle{ @@ -2450,7 +2438,7 @@ pixel_y = 13 }, /turf/open/floor/plating/grass/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "oF" = ( /obj/effect/decal/cleanable/dirt, /turf/closed/wall/concrete, @@ -2465,14 +2453,10 @@ /turf/open/floor/wood{ icon_state = "wood-broken" }, -/area/ruin/jungle/paradise/darkmisc) -"oH" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/mine) +/area/overmap_encounter/planetoid/cave/explored) "oL" = ( /turf/closed/mineral/random/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "oM" = ( /obj/effect/turf_decal/industrial/warning{ dir = 4 @@ -2510,23 +2494,23 @@ dir = 4 }, /turf/open/floor/mineral/titanium/blue, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "oS" = ( /obj/effect/turf_decal/siding/wood{ dir = 1 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/mine) +/area/overmap_encounter/planetoid/cave/explored) "oU" = ( /obj/structure/firelock_frame/border{ dir = 4 }, /turf/open/floor/mineral/titanium, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "oV" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood/walnut, -/area/ruin/jungle/paradise/dorms) +/area/overmap_encounter/planetoid/cave/explored) "oW" = ( /obj/structure/grille/broken, /obj/effect/turf_decal/weather/dirt{ @@ -2535,7 +2519,7 @@ /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "oX" = ( /obj/structure/flora/rock/jungle{ pixel_x = 6; @@ -2546,14 +2530,14 @@ pixel_y = 7 }, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "oY" = ( /obj/structure/chair/comfy/shuttle{ dir = 1 }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/mineral/titanium/blue, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "pa" = ( /obj/item/stack/sheet/bone{ pixel_x = -13; @@ -2561,7 +2545,7 @@ }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/mine) +/area/overmap_encounter/planetoid/cave/explored) "pd" = ( /obj/effect/turf_decal/box/corners{ dir = 4 @@ -2580,27 +2564,27 @@ /turf/open/floor/plating{ icon_state = "platingdmg3" }, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "pi" = ( /obj/structure/flora/grass/jungle{ pixel_x = -17; pixel_y = 9 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "pj" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/weather/dirt{ dir = 9 }, /turf/open/floor/plating/rust, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "pp" = ( /obj/structure/geyser/random, /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/dirt/jungle/wasteland, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "pq" = ( /obj/item/stack/ore/salvage/scrapuranium/five{ pixel_x = -8; @@ -2614,11 +2598,11 @@ /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "pr" = ( /obj/effect/turf_decal/weather/dirt, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "pt" = ( /obj/item/stack/ore/salvage/scrapplasma/five{ pixel_x = 8; @@ -2631,7 +2615,7 @@ /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "pu" = ( /obj/structure/kitchenspike, /obj/effect/turf_decal/steeldecal/steel_decals10{ @@ -2652,7 +2636,7 @@ }, /obj/effect/decal/cleanable/cobweb/cobweb2, /turf/open/floor/pod/light, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/cave/explored) "pv" = ( /obj/effect/turf_decal/siding/wood{ dir = 9 @@ -2661,7 +2645,7 @@ icon_state = "6-8" }, /turf/open/floor/wood, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "px" = ( /obj/effect/turf_decal/siding/wood/corner{ dir = 1 @@ -2671,7 +2655,7 @@ }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "pA" = ( /turf/open/floor/plasteel, /area/ruin/jungle/paradise/construction) @@ -2683,12 +2667,12 @@ /obj/structure/barricade/wooden, /obj/structure/spacevine, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "pJ" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plasteel, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "pK" = ( /obj/effect/turf_decal/techfloor/corner{ dir = 8 @@ -2705,7 +2689,7 @@ /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "pO" = ( /obj/structure/flora/rock/jungle{ pixel_y = 20 @@ -2716,7 +2700,7 @@ pixel_y = -5 }, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "pP" = ( /obj/structure/railing{ color = "#A47449" @@ -2726,20 +2710,20 @@ dir = 6 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/cave/explored) "pR" = ( /obj/structure/flora/junglebush/large{ pixel_x = -18; pixel_y = 9 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "pV" = ( /obj/effect/turf_decal/weather/dirt{ dir = 8 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "pX" = ( /obj/structure/punji_sticks, /obj/structure/flora/grass/jungle{ @@ -2750,7 +2734,7 @@ pixel_y = -12 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "pY" = ( /obj/structure/bodycontainer/morgue{ dir = 2 @@ -2772,7 +2756,7 @@ /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "qf" = ( /obj/effect/turf_decal/weather/dirt{ dir = 6 @@ -2781,20 +2765,20 @@ dir = 8 }, /turf/open/floor/plating/dirt/jungle/wasteland, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "qj" = ( /obj/effect/turf_decal/weather/dirt{ dir = 5 }, /obj/effect/turf_decal/weather/dirt, /turf/open/floor/plating/dirt/jungle/wasteland, -/area/ruin/jungle/paradise/mine) +/area/overmap_encounter/planetoid/cave/explored) "ql" = ( /obj/structure/chair/office, /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, /turf/open/floor/mineral/titanium/blue, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "qo" = ( /obj/structure/rack, /obj/item/clothing/under/costume/mech_suit/white, @@ -2810,7 +2794,7 @@ /obj/structure/spacevine, /obj/structure/barricade/wooden/crude, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "qt" = ( /obj/effect/turf_decal/sand, /obj/structure/spacevine, @@ -2819,7 +2803,7 @@ dir = 1 }, /turf/open/floor/plating, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "qx" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt/dust, @@ -2828,19 +2812,19 @@ pixel_y = -13 }, /turf/open/floor/mineral/titanium/blue, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "qz" = ( /obj/effect/turf_decal/siding/wood{ dir = 4 }, /turf/open/floor/wood, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "qE" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/mineral/titanium/blue{ icon_state = "titanium_dam1" }, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "qH" = ( /turf/open/floor/pod/dark, /area/ruin/jungle/paradise/dorms) @@ -2856,12 +2840,12 @@ pixel_y = 11 }, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/mine) +/area/overmap_encounter/planetoid/cave/explored) "qP" = ( /obj/structure/girder, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/mineral/titanium, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "qX" = ( /obj/structure/table/optable, /obj/machinery/defibrillator_mount/loaded{ @@ -2879,7 +2863,7 @@ "re" = ( /obj/structure/spacevine, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/mine) +/area/overmap_encounter/planetoid/cave/explored) "rf" = ( /obj/effect/turf_decal/techfloor{ dir = 10 @@ -2921,7 +2905,7 @@ pixel_y = 11 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "rn" = ( /obj/effect/turf_decal/siding/wood, /obj/structure/cable/yellow{ @@ -2929,12 +2913,12 @@ }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "ro" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/greenglow, /turf/open/floor/plating/ashplanet/wateryrock, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "rp" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/security/glass{ @@ -2943,27 +2927,27 @@ }, /obj/effect/mapping_helpers/airlock/abandoned, /turf/open/floor/mineral/plastitanium/red/brig, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "rq" = ( /obj/effect/turf_decal/weather/dirt{ dir = 6 }, /turf/open/floor/plating/foam, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "ru" = ( /obj/structure/flora/grass/jungle/b{ pixel_x = -1; pixel_y = -2 }, /turf/open/floor/plating/grass/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "rw" = ( /obj/structure/flora/rock/pile/largejungle{ pixel_x = -14; pixel_y = -22 }, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "rz" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt/dust, @@ -2972,7 +2956,7 @@ "rE" = ( /obj/structure/destructible/tribal_torch, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "rF" = ( /obj/structure/chair/comfy/shuttle{ dir = 4 @@ -2980,13 +2964,13 @@ /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/cobweb, /turf/open/floor/mineral/plastitanium/red/brig, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "rL" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/mineral/titanium/blue{ icon_state = "titanium_dam2" }, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "rO" = ( /obj/structure/table, /obj/item/scalpel{ @@ -3002,21 +2986,17 @@ }, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/mineral/titanium, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "rS" = ( /obj/effect/turf_decal/siding/wood/end{ dir = 8 }, /turf/open/floor/wood, -/area/ruin/jungle/paradise/darkmisc) -"rT" = ( -/obj/structure/spacevine/dense, -/turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "rW" = ( /obj/structure/spacevine/dense, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "rX" = ( /obj/effect/turf_decal/weather/dirt{ dir = 8 @@ -3024,7 +3004,7 @@ /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "sc" = ( /turf/template_noop, /area/template_noop) @@ -3035,13 +3015,13 @@ dir = 10 }, /turf/open/floor/mineral/titanium/blue, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "se" = ( /obj/structure/frame/machine, /obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/greenglow, /turf/open/floor/mineral/titanium/white, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "sg" = ( /obj/effect/turf_decal/weather/dirt{ dir = 8 @@ -3052,7 +3032,7 @@ pixel_y = 2 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "sj" = ( /obj/effect/turf_decal/siding/wood{ dir = 4 @@ -3062,16 +3042,12 @@ }, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/wood, -/area/ruin/jungle/paradise/darkmisc) -"sk" = ( -/obj/structure/spacevine, -/turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "sl" = ( /obj/structure/flora/rock/pile, /obj/structure/flora/grass/jungle/b, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "sm" = ( /obj/effect/turf_decal/techfloor{ dir = 10 @@ -3094,7 +3070,7 @@ "st" = ( /obj/structure/flora/stump, /turf/open/floor/plating/grass/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "su" = ( /obj/effect/turf_decal/steeldecal/steel_decals6{ dir = 9 @@ -3107,7 +3083,7 @@ pixel_y = 9 }, /turf/closed/wall/mineral/wood, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/cave/explored) "sy" = ( /obj/structure/ore_box, /turf/open/floor/concrete/slab_4, @@ -3116,7 +3092,7 @@ /turf/open/floor/mineral/titanium/blue{ icon_state = "titanium_dam4" }, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "sA" = ( /obj/structure/frame/machine, /obj/effect/turf_decal/techfloor{ @@ -3152,7 +3128,7 @@ icon_state = "6-10" }, /turf/open/floor/wood, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "sG" = ( /obj/structure/railing{ color = "#A47449"; @@ -3162,7 +3138,7 @@ dir = 1 }, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "sJ" = ( /obj/effect/turf_decal/steeldecal/steel_decals9, /obj/structure/rack, @@ -3187,19 +3163,19 @@ pixel_y = 13 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "sS" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating{ icon_state = "platingdmg2" }, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "sV" = ( /obj/effect/turf_decal/siding/wood{ dir = 1 }, /turf/open/floor/wood, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "sY" = ( /obj/structure/rack, /obj/item/storage/toolbox/electrical{ @@ -3215,7 +3191,7 @@ }, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plasteel, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "ta" = ( /obj/machinery/light/directional/north, /obj/item/storage/box/bodybags{ @@ -3223,7 +3199,7 @@ pixel_y = 5 }, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "tb" = ( /obj/effect/turf_decal/siding/wood{ dir = 10 @@ -3231,7 +3207,7 @@ /obj/structure/bed{ icon_state = "dirty_mattress" }, -/obj/item/bedsheet/random, +/obj/item/bedsheet/dorms, /obj/structure/cable/yellow{ icon_state = "0-5" }, @@ -3263,20 +3239,21 @@ /turf/open/floor/wood{ icon_state = "wood-broken5" }, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "tj" = ( /obj/effect/turf_decal/sand/plating, /turf/open/floor/plating/rust, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) +"tm" = ( +/obj/effect/turf_decal/weather/dirt{ + dir = 5 + }, +/turf/open/water/jungle, +/area/overmap_encounter/planetoid/cave/explored) "tu" = ( /obj/structure/closet/emcloset, /turf/open/floor/mineral/titanium/blue, -/area/ruin/jungle/paradise/shuttle) -"ty" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "tB" = ( /obj/effect/turf_decal/industrial/warning{ dir = 1 @@ -3289,7 +3266,7 @@ /obj/structure/spacevine, /obj/structure/spacevine/dense, /turf/open/floor/plating/rust, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "tG" = ( /obj/effect/mob_spawn/human/engineer, /obj/effect/decal/cleanable/vomit/old{ @@ -3307,7 +3284,7 @@ dir = 4 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "tI" = ( /obj/effect/turf_decal/industrial/warning{ dir = 4 @@ -3326,11 +3303,11 @@ pixel_y = 3 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "tL" = ( /obj/structure/flora/ausbushes/sparsegrass, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "tO" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/sand, @@ -3339,7 +3316,7 @@ dir = 1 }, /turf/open/floor/plating, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "uh" = ( /obj/structure/railing/corner{ dir = 1 @@ -3359,7 +3336,7 @@ pixel_y = 9 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "uk" = ( /obj/structure/railing{ color = "#A47449"; @@ -3369,7 +3346,7 @@ dir = 4 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "ul" = ( /obj/effect/turf_decal/techfloor{ dir = 4 @@ -3389,7 +3366,7 @@ pixel_y = 6 }, /turf/open/floor/wood, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "uu" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/spacevine/dense, @@ -3397,11 +3374,7 @@ dir = 1 }, /turf/open/floor/plating, -/area/ruin/jungle/paradise/misc) -"uv" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/jungle/explored) "uw" = ( /obj/structure/rack, /obj/item/shovel, @@ -3422,7 +3395,7 @@ /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "uB" = ( /obj/structure/radioactive{ pixel_x = 7; @@ -3430,26 +3403,26 @@ }, /obj/effect/decal/cleanable/cobweb, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "uE" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/turf_decal/sand/plating, /obj/structure/spacevine, /turf/open/floor/plating, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "uF" = ( /obj/structure/girder/displaced, /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "uG" = ( /obj/structure/flora/ausbushes/sparsegrass{ pixel_x = 12; pixel_y = 16 }, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "uH" = ( /obj/machinery/hydroponics/soil, /turf/open/floor/plating/grass/jungle, @@ -3459,7 +3432,7 @@ dir = 8 }, /turf/open/floor/mineral/titanium/blue, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "uN" = ( /obj/structure/cable/yellow{ icon_state = "6-10" @@ -3475,11 +3448,11 @@ /obj/machinery/light/broken/directional/east, /obj/effect/decal/cleanable/dirt, /turf/open/floor/mineral/plastitanium/red/brig, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "uR" = ( /obj/effect/turf_decal/siding/wood, /turf/open/floor/wood, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "uV" = ( /obj/effect/turf_decal/weather/dirt{ dir = 10 @@ -3489,7 +3462,7 @@ pixel_y = -3 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "uW" = ( /obj/effect/turf_decal/siding/wood/corner, /obj/structure/railing/corner{ @@ -3511,7 +3484,7 @@ pixel_y = -3 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "vj" = ( /obj/effect/turf_decal/weather/dirt{ dir = 10 @@ -3522,15 +3495,11 @@ dir = 8; footstep = "wood" }, -/area/ruin/jungle/paradise/darkmisc) -"vk" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "vl" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plasteel, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "vo" = ( /obj/effect/turf_decal/industrial/warning{ dir = 4 @@ -3551,7 +3520,7 @@ dir = 1 }, /turf/open/floor/plating/dirt/jungle/wasteland, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "vs" = ( /obj/structure/flora/tree/jungle/small, /turf/open/floor/plating/grass/jungle, @@ -3561,7 +3530,7 @@ dir = 8 }, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/mine) +/area/overmap_encounter/planetoid/cave/explored) "vw" = ( /obj/effect/decal/cleanable/blood/tracks{ dir = 8 @@ -3570,7 +3539,7 @@ start_charge = 0 }, /turf/open/floor/mineral/titanium/blue, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "vA" = ( /obj/structure/flora/rock/jungle{ pixel_x = 9; @@ -3585,19 +3554,19 @@ }, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "vD" = ( /obj/effect/decal/cleanable/plasma, /obj/machinery/light/broken/directional/west, /turf/open/floor/mineral/titanium/blue, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "vE" = ( /obj/item/stack/rods{ pixel_x = -9; pixel_y = 1 }, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/mine) +/area/overmap_encounter/planetoid/cave/explored) "vG" = ( /obj/effect/turf_decal/siding/wood{ dir = 8 @@ -3606,10 +3575,7 @@ icon_state = "5-6" }, /turf/open/floor/wood, -/area/ruin/jungle/paradise/misc) -"vH" = ( -/turf/open/floor/plating/dirt/dark, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "vL" = ( /obj/effect/turf_decal/weather/dirt{ dir = 8 @@ -3619,11 +3585,11 @@ pixel_y = 15 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "vP" = ( /obj/structure/flora/junglebush/large, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "vT" = ( /obj/structure/cable/yellow{ icon_state = "6-9" @@ -3645,33 +3611,33 @@ pixel_y = 17 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "vX" = ( /obj/machinery/light/directional/north, /turf/open/floor/pod, /area/ruin/jungle/paradise/misc) +"wa" = ( +/turf/closed/wall/mineral/wood, +/area/overmap_encounter/planetoid/jungle/explored) "wj" = ( /obj/structure/railing/corner{ color = "#A47449"; dir = 1 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "wo" = ( /turf/open/floor/pod/dark, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/cave/explored) "wq" = ( /obj/effect/turf_decal/industrial/warning, /obj/effect/turf_decal/spline/fancy/opaque/black, /turf/open/floor/pod/light, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/cave/explored) "ws" = ( /obj/effect/decal/cleanable/cobweb/cobweb2, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/shuttle) -"wv" = ( -/turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "wA" = ( /obj/machinery/door/airlock/command{ name = "Emergency Recovery Airlock"; @@ -3681,7 +3647,7 @@ /obj/machinery/door/firedoor, /obj/effect/mapping_helpers/airlock/abandoned, /turf/open/floor/plasteel, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "wB" = ( /obj/structure/railing{ color = "#A47449" @@ -3695,7 +3661,7 @@ pixel_y = 6 }, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/cave/explored) "wD" = ( /obj/machinery/computer/mech_bay_power_console{ dir = 1 @@ -3722,7 +3688,7 @@ "wH" = ( /obj/effect/turf_decal/weather/dirt, /turf/open/water/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "wJ" = ( /obj/effect/turf_decal/siding/wood{ dir = 6 @@ -3747,17 +3713,17 @@ /obj/structure/spacevine/dense, /obj/structure/barricade/wooden/crude, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "wN" = ( /obj/effect/decal/cleanable/garbage, /turf/open/floor/mineral/titanium, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "wS" = ( /mob/living/simple_animal/hostile/asteroid/hivelord/legion/crystal, /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/ashplanet/wateryrock, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "wT" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/flora/grass/jungle/b{ @@ -3765,17 +3731,14 @@ pixel_y = 21 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/mine) -"wV" = ( -/turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "wZ" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/ashplanet/wateryrock, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "xb" = ( /turf/closed/wall/mineral/titanium/nodiagonal, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "xc" = ( /turf/open/floor/plasteel/stairs{ barefootstep = "woodbarefoot"; @@ -3794,14 +3757,14 @@ pixel_y = 1 }, /turf/open/floor/plating/grass/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "xl" = ( /obj/structure/spacevine{ name = "vines" }, /obj/item/stack/rods, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "xm" = ( /obj/effect/turf_decal/siding/wood/corner, /obj/structure/cable/yellow{ @@ -3814,7 +3777,7 @@ /turf/open/floor/wood{ icon_state = "wood-broken5" }, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "xn" = ( /obj/structure/lattice{ icon_state = "lattice-12" @@ -3823,7 +3786,7 @@ name = "vines" }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "xq" = ( /obj/machinery/conveyor_switch/oneway{ id = "mining_internal"; @@ -3841,18 +3804,18 @@ }, /obj/machinery/light/dim/directional/west, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "xw" = ( /obj/effect/decal/cleanable/blood{ icon_state = "drip1" }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "xy" = ( /obj/structure/chair/comfy/shuttle, /obj/effect/turf_decal/sand, /turf/open/floor/mineral/titanium/blue, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "xA" = ( /obj/structure/flora/ausbushes/sparsegrass, /obj/structure/flora/ausbushes/sparsegrass{ @@ -3860,7 +3823,7 @@ pixel_y = -13 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "xD" = ( /obj/structure/flora/tree/jungle/small, /obj/structure/flora/grass/jungle{ @@ -3868,7 +3831,7 @@ pixel_y = -1 }, /turf/open/floor/plating/grass/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "xG" = ( /obj/effect/turf_decal/techfloor/corner, /obj/effect/turf_decal/techfloor/corner{ @@ -3886,17 +3849,17 @@ }, /mob/living/simple_animal/hostile/carp, /turf/open/water/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "xI" = ( /obj/structure/flora/tree/jungle/small, /obj/structure/spacevine, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "xK" = ( /obj/effect/turf_decal/siding/wood, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/wood, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "xN" = ( /obj/effect/turf_decal/industrial/warning{ dir = 8 @@ -3914,7 +3877,7 @@ dir = 10 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "xP" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/dirt, @@ -3922,19 +3885,19 @@ /obj/structure/spacevine, /obj/structure/spacevine/dense, /turf/open/floor/plating, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "xR" = ( /obj/structure/flora/rock/pile, /obj/structure/flora/grass/jungle/b, /turf/open/floor/plating/grass/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "xS" = ( /obj/item/stack/rods{ pixel_x = -9; pixel_y = 1 }, /turf/open/floor/mineral/titanium/blue, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "xW" = ( /obj/structure/flora/grass/jungle{ pixel_x = 9; @@ -3944,33 +3907,33 @@ dir = 5 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/cave/explored) "xY" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/turf_decal/sand, /obj/structure/spacevine, /obj/structure/spacevine/dense, /turf/open/floor/plating, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "yd" = ( /obj/structure/flora/tree/jungle, /obj/structure/flora/rock/jungle{ icon_state = "busha2" }, /turf/open/floor/plating/grass/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "ye" = ( /turf/open/floor/plating{ icon_state = "platingdmg1" }, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "yf" = ( /obj/machinery/light/directional/south, /obj/effect/turf_decal/siding/wood/corner{ dir = 1 }, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/mine) +/area/overmap_encounter/planetoid/cave/explored) "yj" = ( /obj/structure/flora/rock/jungle{ pixel_x = -1; @@ -3981,7 +3944,7 @@ pixel_y = 9 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "yo" = ( /turf/closed/mineral/random/jungle, /area/ruin/jungle/paradise/comms) @@ -4017,21 +3980,21 @@ dir = 1 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "yz" = ( /obj/structure/flora/ausbushes/fullgrass{ pixel_x = 1; pixel_y = 11 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "yB" = ( /obj/item/flashlight/lantern{ pixel_x = 12; pixel_y = -2 }, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/mine) +/area/overmap_encounter/planetoid/cave/explored) "yH" = ( /obj/machinery/power/port_gen/pacman, /obj/structure/cable, @@ -4043,7 +4006,7 @@ /turf/open/floor/plating{ icon_state = "platingdmg3" }, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "yJ" = ( /obj/effect/turf_decal/siding/wood{ dir = 1 @@ -4052,17 +4015,17 @@ /turf/open/floor/wood{ icon_state = "wood-broken3" }, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "yK" = ( /mob/living/simple_animal/hostile/asteroid/hivelord/legion/crystal, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "yS" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/girder, /turf/open/floor/plasteel, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "yV" = ( /obj/effect/decal/cleanable/vomit/old{ pixel_x = -6; @@ -4074,31 +4037,35 @@ /obj/machinery/door/airlock/survival_pod/glass, /turf/open/floor/pod/dark, /area/ruin/jungle/paradise/med) +"yZ" = ( +/obj/structure/flora/tree/jungle/small, +/turf/open/floor/plating/grass/jungle, +/area/overmap_encounter/planetoid/jungle/explored) "zc" = ( /obj/machinery/light/directional/east, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "ze" = ( /obj/structure/girder, /turf/open/floor/plating/foam, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "zf" = ( /obj/effect/turf_decal/weather/dirt{ dir = 10 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "zg" = ( /obj/structure/flora/tree/jungle/small{ pixel_x = -36 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "zh" = ( /obj/structure/flora/ausbushes/sparsegrass, /obj/structure/flora/ausbushes/brflowers, /turf/open/floor/plating/grass/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/cave/explored) "zk" = ( /obj/effect/turf_decal/siding/wood/corner{ dir = 4 @@ -4108,7 +4075,7 @@ }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/cave/explored) "zo" = ( /obj/effect/turf_decal/siding/wood/corner, /obj/structure/cable/yellow{ @@ -4116,31 +4083,31 @@ }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "zp" = ( /obj/effect/turf_decal/weather/dirt{ dir = 5 }, /obj/structure/flora/ausbushes/stalkybush, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "zq" = ( /obj/structure/flora/rock/pile/largejungle{ pixel_x = -10 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "zt" = ( /obj/structure/flora/grass/jungle/b, /turf/closed/mineral/random/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "zw" = ( /obj/effect/turf_decal/weather/dirt{ dir = 9 }, /obj/structure/flora/rock/pile/largejungle, /turf/open/water/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "zz" = ( /obj/machinery/light/directional/east, /obj/effect/decal/cleanable/robot_debris{ @@ -4157,24 +4124,24 @@ dir = 6 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "zF" = ( /turf/open/floor/plating/dirt/dark, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "zG" = ( /obj/structure/flora/rock/pile/largejungle{ pixel_x = -1; pixel_y = -3 }, /turf/open/floor/plating/grass/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "zH" = ( /obj/item/retractor{ pixel_x = -1; pixel_y = 7 }, /turf/open/floor/mineral/titanium/white, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "zK" = ( /obj/structure/railing{ color = "#A47449"; @@ -4184,19 +4151,19 @@ dir = 4 }, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "zM" = ( /obj/structure/lattice/clockwork{ icon_state = "lattice-137" }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "zN" = ( /obj/effect/turf_decal/sand, /obj/effect/decal/cleanable/dirt/dust, /obj/item/stack/ore/salvage/scraptitanium, /turf/open/floor/mineral/titanium/blue, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "zP" = ( /obj/structure/flora/rock/pile/largejungle{ pixel_x = 11; @@ -4207,14 +4174,14 @@ pixel_y = -6 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "zR" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/spacevine{ name = "vines" }, /turf/open/floor/mineral/titanium/blue, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "zS" = ( /obj/machinery/light/dim/directional/west, /obj/structure/table/reinforced, @@ -4241,10 +4208,10 @@ "zU" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/mine) +/area/overmap_encounter/planetoid/cave/explored) "zW" = ( /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "zX" = ( /obj/structure/flora/grass/jungle/b{ pixel_x = 14; @@ -4252,7 +4219,7 @@ }, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "Ae" = ( /obj/structure/railing{ color = "#A47449"; @@ -4262,18 +4229,18 @@ dir = 5 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "Ag" = ( /obj/effect/decal/cleanable/cobweb, /obj/effect/decal/cleanable/blood/drip, /obj/effect/decal/cleanable/blood/old, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/dirt/dark, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Ah" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/mineral/titanium, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Ak" = ( /obj/structure/railing/corner{ color = "#A47449"; @@ -4290,18 +4257,17 @@ }, /obj/structure/flora/ausbushes/stalkybush, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) -"Am" = ( -/obj/effect/decal/cleanable/greenglow, -/turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) +"Al" = ( +/turf/open/floor/plating/grass/jungle, +/area/overmap_encounter/planetoid/jungle/explored) "An" = ( /obj/structure/flora/grass/jungle/b{ pixel_x = -3; pixel_y = 8 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "Ar" = ( /obj/structure/flora/rock/jungle{ pixel_x = 1; @@ -4311,7 +4277,7 @@ dir = 4 }, /turf/open/floor/plating/dirt/jungle/wasteland, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "As" = ( /obj/effect/turf_decal/weather/dirt{ dir = 4 @@ -4320,7 +4286,7 @@ dir = 1 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "Ax" = ( /obj/effect/turf_decal/weather/dirt{ dir = 6 @@ -4328,25 +4294,25 @@ /turf/open/floor/mineral/titanium/blue{ icon_state = "titanium_dam5" }, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Az" = ( /turf/open/water/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "AA" = ( /obj/structure/lattice{ icon_state = "lattice-3" }, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "AB" = ( /obj/machinery/light/directional/south, /turf/open/floor/plating/grass/jungle, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "AL" = ( /obj/structure/spacevine, /obj/structure/spacevine/dense, /turf/open/floor/plating, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "AM" = ( /obj/structure/table/reinforced, /obj/item/reagent_containers/glass/bowl{ @@ -4376,7 +4342,7 @@ "AN" = ( /obj/structure/flora/junglebush/large, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "AS" = ( /obj/effect/turf_decal/box/corners{ dir = 1 @@ -4405,33 +4371,33 @@ pixel_y = 4 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "AX" = ( /obj/effect/decal/cleanable/dirt, /obj/item/stack/rods, /turf/open/floor/mineral/titanium, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Ba" = ( /obj/structure/flora/rock/pile/largejungle, /turf/open/floor/plating/dirt/jungle/wasteland, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "Be" = ( /obj/machinery/light/broken/directional/east, /turf/open/floor/mineral/titanium/blue, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Bg" = ( /obj/effect/turf_decal/weather/dirt/corner{ dir = 8 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "Bh" = ( /obj/structure/flora/grass/jungle/b{ pixel_x = -6; pixel_y = 15 }, /turf/open/floor/plating/grass/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "Bl" = ( /obj/effect/turf_decal/weather/dirt{ dir = 10 @@ -4441,7 +4407,7 @@ pixel_y = 8 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "Bm" = ( /obj/structure/railing/corner{ color = "#A47449"; @@ -4452,36 +4418,39 @@ pixel_y = -1 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "Br" = ( /obj/item/stack/ore/salvage/scraptitanium, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Bu" = ( /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Bv" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/mine) +/area/overmap_encounter/planetoid/cave/explored) "By" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/mineral/titanium/blue{ icon_state = "titanium_dam4" }, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "BA" = ( /obj/structure/flora/ausbushes/stalkybush, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "BB" = ( /obj/structure/flora/ausbushes/reedbush, /obj/structure/railing{ color = "#A47449" }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "BE" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/spacevine, @@ -4491,13 +4460,13 @@ icon_state = "crystal" }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "BG" = ( /turf/closed/wall/mineral/titanium, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "BJ" = ( /turf/open/floor/mineral/titanium/blue, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "BK" = ( /obj/effect/turf_decal/weather/dirt, /obj/effect/turf_decal/weather/dirt, @@ -4505,11 +4474,11 @@ dir = 1 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "BN" = ( /obj/structure/flora/rock/jungle, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "BU" = ( /obj/effect/turf_decal/steeldecal, /turf/open/floor/plasteel/tech, @@ -4523,22 +4492,22 @@ }, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/wood, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "BX" = ( /obj/effect/turf_decal/siding/wood, /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "Ca" = ( /obj/effect/decal/cleanable/greenglow/ecto, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Cc" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/structure/spacevine/dense, /turf/open/floor/plating, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Cf" = ( /obj/effect/turf_decal/industrial/warning{ dir = 4 @@ -4555,7 +4524,7 @@ dir = 10 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/cave/explored) "Cm" = ( /obj/effect/turf_decal/weather/dirt{ dir = 5 @@ -4563,7 +4532,7 @@ /turf/open/floor/plating{ icon_state = "platingdmg3" }, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Co" = ( /obj/structure/shuttle/engine/propulsion{ dir = 8 @@ -4575,7 +4544,7 @@ dir = 9 }, /turf/open/floor/plating/airless, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Cp" = ( /obj/effect/turf_decal/techfloor{ dir = 8 @@ -4591,13 +4560,13 @@ /obj/structure/barricade/wooden/crude, /obj/structure/sign/warning/xeno_mining, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "Cr" = ( /obj/effect/turf_decal/siding/wood{ dir = 8 }, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/mine) +/area/overmap_encounter/planetoid/cave/explored) "Cv" = ( /obj/structure/flora/stump, /obj/structure/flora/grass/jungle{ @@ -4605,10 +4574,10 @@ pixel_y = -15 }, /turf/open/floor/plating/grass/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "Cw" = ( /turf/open/floor/plating/dirt/jungle/wasteland, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "Cz" = ( /obj/structure/cable/yellow{ icon_state = "2-5" @@ -4639,7 +4608,7 @@ pixel_y = 18 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "CF" = ( /obj/structure/cable/yellow{ icon_state = "2-5" @@ -4652,10 +4621,7 @@ "CL" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, -/area/ruin/jungle/paradise/shuttle) -"CM" = ( -/turf/closed/mineral/random/jungle, -/area/ruin/jungle/paradise/mine) +/area/overmap_encounter/planetoid/cave/explored) "CP" = ( /obj/structure/table, /obj/machinery/recharger{ @@ -4664,27 +4630,27 @@ use_power = 0 }, /turf/open/floor/mineral/plastitanium/red/brig, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "CR" = ( /obj/structure/flora/ausbushes/sparsegrass{ pixel_x = 11; pixel_y = -5 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "CT" = ( /obj/structure/spacevine, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "CU" = ( /obj/structure/lattice{ icon_state = "lattice-137" }, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "CX" = ( /turf/open/floor/plating/dirt/jungle/wasteland, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Da" = ( /obj/structure/frame/machine, /obj/machinery/light/small/broken/directional/east, @@ -4692,17 +4658,17 @@ pixel_x = -5 }, /turf/open/floor/mineral/titanium, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Db" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/dirt/dark, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Dc" = ( /obj/structure/lattice{ icon_state = "lattice-139" }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Dd" = ( /obj/machinery/computer/operating, /obj/effect/turf_decal/techfloor{ @@ -4716,7 +4682,7 @@ }, /obj/structure/flora/ausbushes/stalkybush, /turf/open/water/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "Dl" = ( /obj/machinery/light/directional/west, /obj/structure/frame/computer{ @@ -4733,7 +4699,7 @@ }, /obj/structure/lattice/catwalk, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "Dr" = ( /obj/structure/chair/office{ dir = 8 @@ -4749,7 +4715,7 @@ name = "vines" }, /turf/open/floor/plating, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Dy" = ( /obj/structure/cable/yellow, /obj/machinery/power/apc/auto_name/directional/west{ @@ -4768,10 +4734,10 @@ pixel_y = -11 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "DI" = ( /turf/closed/wall/concrete, -/area/ruin/jungle/paradise/mine) +/area/overmap_encounter/planetoid/cave/explored) "DM" = ( /obj/structure/railing{ color = "#A47449"; @@ -4784,11 +4750,11 @@ dir = 5 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/cave/explored) "DN" = ( /obj/structure/flora/ausbushes/lavendergrass, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "DO" = ( /obj/structure/flora/ausbushes/reedbush{ pixel_x = 5; @@ -4798,7 +4764,7 @@ color = "#A47449" }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "DS" = ( /obj/machinery/ntnet_relay, /obj/effect/turf_decal/techfloor{ @@ -4824,7 +4790,7 @@ pixel_y = 7 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "DW" = ( /obj/effect/turf_decal/box/corners{ dir = 8 @@ -4852,7 +4818,7 @@ /obj/effect/decal/cleanable/dirt, /obj/machinery/suit_storage_unit/security, /turf/open/floor/plasteel, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "DZ" = ( /obj/structure/closet/crate, /obj/item/stack/sheet/mineral/gold/five, @@ -4872,19 +4838,19 @@ dir = 1 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "Ef" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating{ icon_state = "platingdmg3" }, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Ei" = ( /obj/effect/turf_decal/weather/dirt/corner{ dir = 8 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "Ej" = ( /obj/structure/closet/crate/solarpanel_small, /turf/open/floor/plasteel/tech/grid, @@ -4895,19 +4861,19 @@ pixel_y = -9 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "Eo" = ( /obj/structure/flora/rock/pile/largejungle{ pixel_x = -52 }, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/cave/explored) "Ep" = ( /obj/structure/lattice/clockwork{ icon_state = "lattice-10" }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "Ev" = ( /obj/structure/railing{ dir = 8 @@ -4917,15 +4883,11 @@ }, /turf/open/floor/pod/dark, /area/ruin/jungle/paradise/power) -"Ex" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/shuttle) "Ey" = ( /obj/effect/turf_decal/sand/plating, /obj/structure/spacevine/dense, /turf/open/floor/plating/foam, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Ez" = ( /obj/machinery/suit_storage_unit/mining, /obj/effect/turf_decal/industrial/warning, @@ -4952,7 +4914,7 @@ pixel_y = 6 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "EE" = ( /obj/effect/turf_decal/weather/dirt{ dir = 8 @@ -4961,24 +4923,24 @@ pixel_y = 10 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "EL" = ( /obj/effect/turf_decal/weather/dirt{ dir = 9 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "EO" = ( /obj/effect/turf_decal/sand, /turf/open/floor/mineral/titanium, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "EP" = ( /obj/structure/spacevine, /obj/structure/fence{ dir = 1 }, /turf/open/floor/plating, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "ET" = ( /obj/structure/cable/yellow{ icon_state = "5-6" @@ -4998,18 +4960,18 @@ "EV" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "EW" = ( /obj/structure/chair/comfy/shuttle, /turf/open/floor/mineral/titanium/blue, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "EZ" = ( /obj/structure/frame/computer{ anchored = 1; dir = 4 }, /turf/open/floor/mineral/plastitanium/red/brig, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Fa" = ( /obj/item/stack/ore/salvage/scrapuranium/five{ pixel_x = 5; @@ -5017,14 +4979,14 @@ }, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Fb" = ( /obj/structure/flora/grass/jungle/b{ pixel_x = 6; pixel_y = -4 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "Fh" = ( /obj/item/shard{ pixel_x = 18; @@ -5032,23 +4994,26 @@ }, /obj/structure/spacevine, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) +"Fi" = ( +/turf/open/floor/plating/grass/jungle, +/area/overmap_encounter/planetoid/cave/explored) "Fj" = ( /turf/open/floor/mineral/plastitanium/red/brig, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Fm" = ( /obj/structure/flora/ausbushes/sparsegrass{ pixel_x = 9; pixel_y = -11 }, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "Fo" = ( /obj/effect/turf_decal/siding/wood{ dir = 8 }, /turf/open/floor/wood, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "Fq" = ( /obj/structure/flora/ausbushes/sparsegrass{ pixel_x = -6; @@ -5059,7 +5024,7 @@ pixel_y = 13 }, /turf/open/floor/plating/grass/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/cave/explored) "Fv" = ( /obj/structure/closet/crate/wooden, /obj/effect/turf_decal/industrial/warning, @@ -5079,11 +5044,7 @@ icon_state = "crystal" }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) -"Fx" = ( -/obj/structure/spacevine, -/turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/mine) +/area/overmap_encounter/planetoid/cave/explored) "FD" = ( /obj/effect/turf_decal/siding/wood{ dir = 10 @@ -5092,7 +5053,7 @@ icon_state = "4-5" }, /turf/open/floor/wood, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "FE" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/concrete/slab_3, @@ -5101,11 +5062,11 @@ /obj/structure/flora/tree/jungle, /obj/structure/spacevine, /turf/open/floor/plating/grass/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "FI" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/mineral/plastitanium/red/brig, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "FM" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/item/reagent_containers/syringe/oxandrolone{ @@ -5113,7 +5074,7 @@ pixel_y = -7 }, /turf/open/floor/mineral/titanium/white, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "FN" = ( /obj/structure/railing{ color = "#A47449"; @@ -5123,7 +5084,7 @@ dir = 8 }, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "FO" = ( /obj/effect/turf_decal/weather/dirt{ dir = 10 @@ -5133,17 +5094,13 @@ pixel_y = 27 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "FQ" = ( /obj/structure/lattice/clockwork{ icon_state = "lattice-3" }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) -"FU" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "FW" = ( /obj/effect/turf_decal/industrial/caution{ dir = 4 @@ -5162,13 +5119,13 @@ dir = 8 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "FZ" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/structure/spacevine, /obj/structure/fence/cut/large, /turf/open/floor/plating, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "Ga" = ( /obj/structure/cable/yellow{ icon_state = "1-6" @@ -5187,7 +5144,7 @@ "Gf" = ( /obj/structure/girder, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Gg" = ( /obj/structure/girder/displaced, /obj/effect/turf_decal/weather/dirt{ @@ -5196,19 +5153,19 @@ /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Gi" = ( /obj/machinery/vending/wallmed{ name = "Emergency NanoMed"; use_power = 0 }, /turf/closed/wall/mineral/titanium, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Gq" = ( /obj/structure/spacevine, /obj/structure/spacevine/dense, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Gt" = ( /obj/effect/decal/cleanable/dirt, /obj/item/stack/ore/diamond{ @@ -5235,7 +5192,7 @@ pixel_y = 28 }, /turf/open/floor/mineral/titanium, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "GA" = ( /obj/effect/turf_decal/siding/wood, /obj/structure/cable/yellow{ @@ -5245,14 +5202,14 @@ /turf/open/floor/wood{ icon_state = "wood-broken5" }, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "GB" = ( /obj/structure/flora/grass/jungle/b{ pixel_x = -2; pixel_y = 21 }, /turf/closed/mineral/random/jungle, -/area/ruin/jungle/paradise/mine) +/area/overmap_encounter/planetoid/cave/explored) "GG" = ( /obj/structure/lattice{ icon_state = "lattice-12" @@ -5263,11 +5220,11 @@ }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "GH" = ( /obj/structure/reagent_dispensers/peppertank, /turf/closed/wall/mineral/titanium, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "GO" = ( /obj/machinery/hydroponics/soil, /obj/item/seeds/berry/poison, @@ -5280,7 +5237,7 @@ pixel_y = -39 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "GX" = ( /obj/structure/flora/rock/jungle, /obj/structure/flora/grass/jungle/b{ @@ -5292,7 +5249,7 @@ pixel_y = 10 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "Hb" = ( /obj/machinery/conveyor{ dir = 8; @@ -5311,20 +5268,20 @@ "Hf" = ( /obj/structure/shuttle/engine/propulsion, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Hh" = ( /obj/structure/barricade/wooden, /obj/structure/spacevine/dense, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "Hk" = ( /obj/structure/flora/ausbushes/ppflowers, /turf/open/floor/plating/grass/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/cave/explored) "Hm" = ( /obj/effect/turf_decal/weather/dirt, /turf/open/floor/plating/dirt/jungle/wasteland, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Hn" = ( /obj/structure/flora/grass/jungle/b{ pixel_x = 15 @@ -5334,11 +5291,11 @@ pixel_y = 3 }, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "Ho" = ( /obj/structure/girder/displaced, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Hv" = ( /turf/open/floor/mech_bay_recharge_floor, /area/ruin/jungle/paradise/construction) @@ -5346,23 +5303,23 @@ /obj/structure/flora/ausbushes/reedbush, /obj/effect/turf_decal/weather/dirt, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "Hy" = ( /obj/structure/spacevine, /obj/structure/barricade/wooden/crude, /obj/structure/sign/warning, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/mine) +/area/overmap_encounter/planetoid/cave/explored) "HC" = ( /turf/open/floor/plating/ashplanet/wateryrock, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "HE" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/glass, /obj/structure/spacevine, /obj/structure/spacevine/dense, /turf/open/floor/plating, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "HG" = ( /obj/machinery/door/airlock/command/glass{ name = "Cockpit"; @@ -5372,12 +5329,12 @@ /obj/machinery/door/firedoor, /obj/effect/mapping_helpers/airlock/abandoned, /turf/open/floor/mineral/titanium, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "HL" = ( /obj/effect/turf_decal/sand/plating, /obj/structure/spacevine, /turf/open/floor/plating/rust, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "HN" = ( /obj/machinery/mecha_part_fabricator, /obj/effect/turf_decal/techfloor{ @@ -5388,7 +5345,7 @@ "HP" = ( /obj/structure/flora/ausbushes/sparsegrass, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "HQ" = ( /obj/machinery/conveyor{ id = "mining_internal" @@ -5406,7 +5363,7 @@ pixel_y = -4 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "HW" = ( /obj/effect/turf_decal/weather/dirt{ dir = 8 @@ -5416,7 +5373,10 @@ pixel_y = 16 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) +"Id" = ( +/turf/open/floor/plating/dirt/jungle/dark, +/area/overmap_encounter/planetoid/cave/explored) "If" = ( /obj/structure/cable/yellow{ icon_state = "1-8" @@ -5436,7 +5396,7 @@ pixel_y = 6 }, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "Ik" = ( /turf/closed/wall/mineral/wood, /area/ruin/jungle/paradise/dorms) @@ -5445,7 +5405,7 @@ dir = 1 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "Ir" = ( /obj/structure/flora/grass/jungle{ pixel_x = 3; @@ -5456,7 +5416,7 @@ pixel_y = 6 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "Iu" = ( /obj/effect/turf_decal/weather/dirt{ dir = 5 @@ -5464,25 +5424,32 @@ /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Iw" = ( /turf/closed/mineral/random/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) +"Iz" = ( +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/machinery/power/floodlight, +/turf/open/floor/plating/dirt/jungle, +/area/overmap_encounter/planetoid/cave/explored) "IA" = ( /obj/structure/flora/grass/jungle/b{ pixel_y = 19 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "IE" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/blood/old, /turf/open/floor/plasteel, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "IH" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "IJ" = ( /obj/structure/flora/ausbushes/fullgrass, /obj/structure/flora/grass/jungle/b{ @@ -5490,11 +5457,11 @@ pixel_y = -2 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "IT" = ( /obj/machinery/light/broken/directional/south, /turf/open/floor/mineral/titanium/blue, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "IW" = ( /obj/structure/closet/crate/miningcar, /obj/item/research_notes/loot/medium{ @@ -5510,8 +5477,11 @@ pixel_y = -4 }, /obj/item/flashlight/pen, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/mine) +/area/overmap_encounter/planetoid/cave/explored) "IX" = ( /obj/effect/turf_decal/weather/dirt{ dir = 1 @@ -5525,38 +5495,32 @@ pixel_y = -5 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/misc) -"Jc" = ( -/turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/jungle/explored) "Jg" = ( /obj/structure/flora/grass/jungle{ pixel_x = 24; pixel_y = 2 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "Jh" = ( /obj/structure/spacevine, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "Ji" = ( /obj/effect/turf_decal/weather/dirt{ dir = 10 }, /turf/open/floor/plating/dirt/jungle/wasteland, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Jl" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/mineral/titanium/blue, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Jo" = ( /obj/effect/decal/cleanable/greenglow, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/darkmisc) -"Jq" = ( -/turf/open/floor/plating/dirt/jungle/wasteland, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "Js" = ( /obj/structure/flora/grass/jungle{ pixel_x = 12; @@ -5567,11 +5531,11 @@ pixel_y = 17 }, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "Jt" = ( /mob/living/simple_animal/hostile/asteroid/hivelord/legion/crystal, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "Ju" = ( /obj/effect/turf_decal/box/corners{ dir = 8 @@ -5597,20 +5561,20 @@ color = "#A47449" }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "Jz" = ( /obj/structure/railing{ color = "#A47449" }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "JA" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/sand, /obj/structure/spacevine/dense, /turf/open/floor/plating/rust, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "JD" = ( /obj/effect/turf_decal/weather/dirt{ dir = 5 @@ -5624,7 +5588,7 @@ pixel_y = 19 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "JM" = ( /obj/machinery/light/dim/directional/west, /obj/structure/cable/yellow{ @@ -5641,20 +5605,20 @@ dir = 4 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "JX" = ( /obj/effect/decal/cleanable/blood/gibs/up, /obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/dirt/jungle/wasteland, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Ka" = ( /obj/effect/turf_decal/siding/wood{ dir = 8 }, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/wood, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "Kh" = ( /obj/structure/lattice/catwalk, /obj/effect/decal/cleanable/cobweb/cobweb2, @@ -5671,7 +5635,7 @@ pixel_x = 3 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "Ko" = ( /obj/effect/turf_decal/weather/dirt{ dir = 9 @@ -5681,12 +5645,12 @@ dir = 10 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "Kp" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/mineral/plastitanium/red/brig, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Kq" = ( /obj/structure/closet/wardrobe/botanist, /turf/open/floor/plating/dirt/jungle, @@ -5701,14 +5665,14 @@ }, /obj/effect/decal/cleanable/blood/old, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "Ku" = ( /obj/structure/flora/junglebush/large{ pixel_x = -27; pixel_y = -15 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "KB" = ( /obj/structure/rack, /obj/item/seeds/chili{ @@ -5729,16 +5693,13 @@ }, /turf/open/floor/plating/grass/jungle, /area/ruin/jungle/paradise/misc) -"KC" = ( -/turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/darkmisc) "KE" = ( /obj/effect/turf_decal/weather/dirt{ dir = 1 }, /obj/effect/turf_decal/weather/dirt, /turf/open/floor/plating/dirt/jungle/wasteland, -/area/ruin/jungle/paradise/mine) +/area/overmap_encounter/planetoid/cave/explored) "KG" = ( /obj/structure/flora/rock/jungle{ pixel_x = -15 @@ -5747,13 +5708,13 @@ dir = 5 }, /turf/open/floor/plating/dirt/jungle/wasteland, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "KL" = ( /obj/effect/turf_decal/weather/dirt{ dir = 10 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "KO" = ( /obj/effect/turf_decal/weather/dirt{ dir = 9 @@ -5763,25 +5724,25 @@ pixel_y = 10 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "KP" = ( /obj/structure/sink/puddle, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/cave/explored) "KQ" = ( /obj/structure/chair/comfy/shuttle{ dir = 4 }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "KR" = ( /obj/structure/flora/grass/jungle{ pixel_x = -1; pixel_y = 7 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "KW" = ( /obj/structure/chair/greyscale{ dir = 1 @@ -5804,7 +5765,7 @@ pixel_y = 7 }, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/cave/explored) "La" = ( /obj/structure/closet/secure_closet/freezer/meat, /obj/structure/cable/yellow{ @@ -5826,15 +5787,15 @@ }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/mineral/plastitanium/red/brig, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Lg" = ( /obj/structure/table_frame, /turf/open/floor/mineral/plastitanium/red/brig, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Ls" = ( /obj/effect/turf_decal/sand, /turf/open/floor/mineral/titanium/blue, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Lu" = ( /obj/effect/turf_decal/weather/dirt{ dir = 9 @@ -5842,7 +5803,7 @@ /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Lv" = ( /obj/structure/table/reinforced, /obj/item/book/manual/wiki/tcomms{ @@ -5870,7 +5831,7 @@ pixel_y = -14 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "Lx" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/dirt/dust, @@ -5879,13 +5840,13 @@ dir = 1 }, /turf/open/floor/plating/rust, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "Ly" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/sand/plating, /obj/structure/spacevine, /turf/open/floor/plating, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Lz" = ( /obj/effect/decal/cleanable/plasma, /turf/open/floor/plasteel/tech, @@ -5893,13 +5854,13 @@ "LA" = ( /obj/machinery/light/directional/north, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "LB" = ( /obj/structure/lattice{ icon_state = "lattice-12" }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "LC" = ( /obj/effect/turf_decal/industrial/warning/corner{ dir = 4 @@ -5913,7 +5874,7 @@ /obj/effect/turf_decal/sand, /obj/structure/spacevine, /turf/open/floor/plating/rust, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "LE" = ( /obj/structure/mineral_door/wood, /obj/structure/cable/yellow{ @@ -5940,7 +5901,7 @@ /turf/open/floor/plating{ icon_state = "platingdmg1" }, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "LL" = ( /obj/structure/girder{ icon = 'icons/effects/32x64.dmi'; @@ -5950,24 +5911,24 @@ dir = 1 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "LN" = ( /obj/effect/turf_decal/siding/wood, /obj/structure/cable/yellow{ icon_state = "5-9" }, /turf/open/floor/wood, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "LO" = ( /obj/effect/turf_decal/siding/wood, /turf/open/floor/plating/dirt/dark, -/area/ruin/jungle/paradise/mine) +/area/overmap_encounter/planetoid/cave/explored) "LP" = ( /obj/effect/decal/cleanable/plasma, /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "LQ" = ( /obj/structure/bed/roller, /obj/effect/turf_decal/techfloor, @@ -5984,37 +5945,37 @@ }, /obj/structure/flora/grass/jungle/b, /turf/open/water/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "LS" = ( /obj/structure/closet/body_bag, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "LT" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/turf_decal/sand/plating, /obj/structure/spacevine/dense, /turf/open/floor/plating, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "LW" = ( /obj/structure/flora/ausbushes/stalkybush, /obj/effect/turf_decal/weather/dirt/corner{ dir = 1 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "LX" = ( /obj/structure/flora/junglebush{ pixel_x = -10 }, /turf/open/floor/plating/grass/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "LZ" = ( /obj/effect/turf_decal/siding/wood, /obj/effect/turf_decal/siding/wood{ dir = 1 }, /turf/open/floor/wood, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "Mb" = ( /obj/effect/turf_decal/weather/dirt, /obj/structure/flora/ausbushes/stalkybush{ @@ -6026,14 +5987,14 @@ pixel_y = 8 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "Mj" = ( /obj/structure/flora/ausbushes/stalkybush{ pixel_x = 11; pixel_y = -5 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "Mn" = ( /obj/machinery/smartfridge/bloodbank/preloaded, /turf/closed/wall/mineral/titanium/survival/nodiagonal, @@ -6044,7 +6005,7 @@ pixel_y = 15 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "Mr" = ( /obj/structure/flora/rock/pile/largejungle{ pixel_x = -32; @@ -6060,7 +6021,7 @@ dir = 1 }, /turf/open/floor/mineral/titanium/blue, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Mu" = ( /obj/structure/flora/ausbushes/sparsegrass, /obj/structure/flora/rock/jungle{ @@ -6075,14 +6036,14 @@ pixel_y = -11 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "Mx" = ( /obj/structure/flora/junglebush/large{ pixel_x = -12; pixel_y = -3 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "MC" = ( /obj/structure/flora/rock/pile/largejungle, /obj/effect/turf_decal/weather/dirt/corner, @@ -6090,7 +6051,7 @@ dir = 1 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "MD" = ( /obj/structure/flora/grass/jungle{ pixel_x = -14; @@ -6105,17 +6066,17 @@ pixel_y = 10 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "MK" = ( /obj/structure/flora/tree/jungle/small, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "MM" = ( /obj/structure/lattice{ icon_state = "lattice-141" }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "MP" = ( /obj/structure/table/reinforced, /obj/item/flashlight/lamp{ @@ -6157,23 +6118,20 @@ /turf/open/floor/plating/airless{ icon_state = "panelscorched" }, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "MR" = ( /obj/structure/table, /obj/item/storage/toolbox/emergency{ pixel_y = 3 }, /turf/open/floor/mineral/titanium/blue, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "MS" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, /obj/effect/turf_decal/siding/wood/corner{ dir = 8 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/mine) +/area/overmap_encounter/planetoid/cave/explored) "MV" = ( /obj/structure/flora/rock/pile, /obj/structure/flora/ausbushes/fullgrass{ @@ -6181,7 +6139,7 @@ pixel_y = 12 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "MW" = ( /obj/structure/railing{ dir = 4 @@ -6214,10 +6172,10 @@ pixel_y = -1 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "Ni" = ( /turf/open/floor/plating/ashplanet/rocky, -/area/ruin/jungle/paradise/mine) +/area/overmap_encounter/planetoid/cave/explored) "Nj" = ( /obj/machinery/telecomms/server/presets, /obj/effect/turf_decal/techfloor{ @@ -6238,13 +6196,13 @@ }, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/wood, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "Nn" = ( /obj/effect/turf_decal/weather/dirt/corner{ dir = 1 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "Nq" = ( /obj/structure/punji_sticks, /obj/structure/flora/junglebush{ @@ -6252,7 +6210,7 @@ pixel_y = -9 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "Nv" = ( /obj/structure/fence{ dir = 4 @@ -6265,7 +6223,7 @@ /turf/open/floor/mineral/titanium/blue{ icon_state = "titanium_dam5" }, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "NB" = ( /obj/effect/turf_decal/weather/dirt{ dir = 4 @@ -6273,12 +6231,12 @@ /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "NC" = ( /obj/effect/turf_decal/sand/plating, /obj/structure/spacevine/dense, /turf/open/floor/plating/rust, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "ND" = ( /obj/structure/cable/yellow{ icon_state = "1-2" @@ -6292,7 +6250,7 @@ }, /obj/effect/turf_decal/weather/dirt, /turf/open/floor/pod/dark, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/cave/explored) "NQ" = ( /obj/structure/flora/junglebush/large{ pixel_x = -6; @@ -6300,11 +6258,11 @@ }, /obj/structure/punji_sticks, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "NS" = ( /obj/effect/turf_decal/weather/dirt/corner, /turf/open/water/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "NV" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt/dust, @@ -6315,14 +6273,14 @@ icon_state = "lattice-14" }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Oa" = ( /obj/structure/flora/rock/pile/largejungle{ pixel_x = -28; pixel_y = -12 }, /turf/open/floor/plating/grass/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "Ob" = ( /obj/machinery/light/broken/directional/west, /obj/structure/table_frame, @@ -6331,20 +6289,20 @@ pixel_y = -4 }, /turf/open/floor/mineral/titanium, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Oc" = ( /obj/structure/flora/rock/pile/largejungle{ pixel_x = -29; pixel_y = -18 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "Oh" = ( /obj/structure/barricade/wooden, /obj/structure/spacevine, /obj/structure/sign/warning/xeno_mining, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "Oi" = ( /obj/structure/railing/corner{ dir = 8 @@ -6369,14 +6327,14 @@ }, /obj/effect/turf_decal/sand, /turf/open/floor/mineral/titanium/blue, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "On" = ( /obj/effect/turf_decal/siding/wood{ dir = 1 }, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/mine) +/area/overmap_encounter/planetoid/cave/explored) "Oo" = ( /obj/effect/turf_decal/weather/dirt{ dir = 6 @@ -6388,7 +6346,7 @@ /obj/structure/barricade/wooden, /obj/structure/sign/warning, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "Op" = ( /obj/structure/flora/junglebush/large{ pixel_x = -22; @@ -6399,17 +6357,17 @@ pixel_y = -15 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "Oq" = ( /obj/structure/spacevine{ name = "vines" }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Os" = ( /mob/living/simple_animal/hostile/rat, /turf/open/floor/plating/grass/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "Oz" = ( /obj/structure/table, /obj/item/folder/red{ @@ -6427,7 +6385,7 @@ pixel_y = 4 }, /turf/open/floor/mineral/plastitanium/red/brig, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "OC" = ( /obj/structure/girder, /turf/open/floor/plasteel/tech, @@ -6438,13 +6396,13 @@ dir = 1 }, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "OE" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/turf_decal/sand, /obj/structure/spacevine, /turf/open/floor/plating/rust, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "OI" = ( /obj/structure/cable/yellow{ icon_state = "4-10" @@ -6454,7 +6412,7 @@ "OJ" = ( /obj/effect/turf_decal/weather/dirt/corner, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "OK" = ( /obj/effect/turf_decal/weather/dirt{ dir = 6 @@ -6464,13 +6422,13 @@ pixel_y = -18 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "OL" = ( /obj/effect/turf_decal/weather/dirt{ dir = 1 }, /turf/open/floor/wood, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "ON" = ( /obj/structure/flora/ausbushes/sparsegrass{ pixel_x = -2; @@ -6482,7 +6440,7 @@ }, /obj/structure/destructible/tribal_torch, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "OP" = ( /obj/machinery/mech_bay_recharge_port, /turf/open/floor/plating, @@ -6497,7 +6455,7 @@ dir = 4 }, /turf/open/floor/pod/light, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/cave/explored) "OT" = ( /obj/machinery/mineral/processing_unit{ dir = 1 @@ -6509,13 +6467,13 @@ dir = 1 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "OY" = ( /obj/structure/railing/corner{ color = "#A47449" }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "Pa" = ( /turf/open/floor/plating/dirt/jungle, /area/ruin/jungle/paradise/misc) @@ -6525,7 +6483,7 @@ dir = 8 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "Pe" = ( /obj/effect/mob_spawn/human/miner/old, /obj/effect/decal/cleanable/vomit/old{ @@ -6534,11 +6492,11 @@ }, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/mine) +/area/overmap_encounter/planetoid/cave/explored) "Pj" = ( /obj/item/stack/ore/salvage/scrapplasma/five, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Pn" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/structure/spacevine, @@ -6546,7 +6504,7 @@ dir = 1 }, /turf/open/floor/plating, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "Pq" = ( /obj/structure/shuttle/engine/heater{ dir = 8 @@ -6558,18 +6516,18 @@ dir = 8 }, /turf/open/floor/plating/rust, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Pr" = ( /obj/structure/closet/crate/large, /obj/item/stack/sheet/mineral/wood/fifty, /turf/open/floor/plating{ icon_state = "platingdmg3" }, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Ps" = ( /obj/effect/decal/cleanable/cobweb, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Pt" = ( /obj/structure/lattice/clockwork{ icon_state = "lattice-3" @@ -6578,19 +6536,22 @@ dir = 1 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "Pu" = ( /obj/structure/floodlight_frame, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "PA" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/structure/flora/grass/jungle/b{ pixel_x = 5; pixel_y = 14 }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/mine) +/area/overmap_encounter/planetoid/cave/explored) "PF" = ( /obj/structure/flora/rock/pile/largejungle{ pixel_x = 2; @@ -6605,7 +6566,7 @@ pixel_y = -6 }, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "PG" = ( /obj/effect/turf_decal/sand, /obj/structure/spacevine, @@ -6613,7 +6574,7 @@ dir = 1 }, /turf/open/floor/plating, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "PH" = ( /obj/machinery/hydroponics/soil, /obj/item/reagent_containers/food/snacks/grown/ambrosia, @@ -6626,14 +6587,14 @@ }, /obj/effect/turf_decal/weather/dirt/corner, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "PK" = ( /obj/effect/decal/remains/xeno, /obj/effect/decal/cleanable/blood/splatter, /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/dirt/jungle/wasteland, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "PL" = ( /obj/structure/cable/yellow{ icon_state = "5-6" @@ -6645,7 +6606,7 @@ color = "#A47449" }, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/cave/explored) "PN" = ( /obj/structure/flora/rock/pile/largejungle{ pixel_x = -7; @@ -6653,25 +6614,25 @@ }, /obj/structure/flora/ausbushes/fullgrass, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "PY" = ( /obj/machinery/light/broken/directional/north, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "PZ" = ( /obj/structure/flora/tree/jungle, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "Qa" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/suit_storage_unit/open, /turf/open/floor/plasteel, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Qe" = ( /obj/effect/decal/cleanable/molten_object, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/dirt/jungle/wasteland, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Qh" = ( /obj/item/mecha_ammo/lmg, /obj/structure/table/reinforced, @@ -6691,16 +6652,16 @@ /area/ruin/jungle/paradise/dorms) "Qu" = ( /turf/closed/wall/r_wall/rust, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "Qv" = ( /obj/structure/spacevine, /obj/structure/punji_sticks, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "Qz" = ( /obj/structure/punji_sticks, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "QD" = ( /obj/machinery/porta_turret/syndicate/pod{ dir = 10; @@ -6715,7 +6676,7 @@ initial_gas_mix = "o2=0.01;n2=0.01;TEMP=293.15"; luminosity = 2 }, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "QG" = ( /obj/structure/cable/yellow{ icon_state = "5-9" @@ -6735,7 +6696,7 @@ pixel_y = -5 }, /turf/open/floor/plating/grass/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "QM" = ( /obj/effect/turf_decal/siding/wood, /obj/structure/cable/yellow{ @@ -6745,24 +6706,24 @@ /turf/open/floor/wood{ icon_state = "wood-broken7" }, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "QR" = ( /obj/structure/flora/grass/jungle{ pixel_x = -17; pixel_y = 14 }, /turf/open/floor/plating/grass/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "QS" = ( /obj/structure/flora/grass/jungle/b, /turf/open/floor/plating/ashplanet/wateryrock, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "QT" = ( /obj/effect/turf_decal/weather/dirt{ dir = 6 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "QW" = ( /obj/structure/rack, /obj/item/storage/bag/plants, @@ -6792,7 +6753,7 @@ }, /obj/structure/lattice/catwalk, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "Rc" = ( /obj/machinery/door/airlock/medical/glass{ name = "Escape Shuttle Infirmary" @@ -6800,11 +6761,15 @@ /obj/machinery/door/firedoor, /obj/effect/mapping_helpers/airlock/locked, /turf/open/floor/mineral/titanium/white, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) +"Re" = ( +/obj/structure/flora/junglebush/large, +/turf/open/floor/plating/dirt/jungle/dark, +/area/overmap_encounter/planetoid/cave/explored) "Ri" = ( /obj/machinery/light/directional/south, /turf/open/floor/plating/ashplanet/rocky, -/area/ruin/jungle/paradise/mine) +/area/overmap_encounter/planetoid/cave/explored) "Rn" = ( /obj/item/wirerod{ pixel_x = 7; @@ -6818,7 +6783,7 @@ /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Rv" = ( /turf/open/floor/plating/grass/jungle, /area/ruin/jungle/paradise/misc) @@ -6839,10 +6804,13 @@ /obj/effect/decal/remains/robot, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Rz" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/mine) +/area/overmap_encounter/planetoid/cave/explored) "RG" = ( /obj/effect/turf_decal/industrial/warning, /obj/effect/turf_decal/spline/fancy/opaque/black, @@ -6852,7 +6820,7 @@ pixel_y = 6 }, /turf/open/floor/pod/light, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/cave/explored) "RI" = ( /obj/structure/flora/ausbushes/reedbush{ pixel_x = -11; @@ -6866,17 +6834,17 @@ dir = 4 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "RM" = ( /turf/open/floor/mineral/titanium, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "RU" = ( /obj/structure/flora/rock/pile/largejungle{ pixel_x = -23; pixel_y = -2 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "RV" = ( /obj/structure/flora/ausbushes/reedbush{ pixel_x = -20; @@ -6886,7 +6854,7 @@ dir = 4 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "RZ" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, @@ -6900,14 +6868,14 @@ dir = 1 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "Se" = ( /obj/structure/flora/ausbushes/sparsegrass, /turf/open/floor/plating/grass/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "Sf" = ( /turf/open/floor/plating/rust, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Sg" = ( /obj/effect/turf_decal/siding/wood/corner{ dir = 4 @@ -6918,7 +6886,7 @@ /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "Sh" = ( /obj/effect/turf_decal/weather/dirt{ dir = 4 @@ -6928,7 +6896,7 @@ pixel_y = 7 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "Sn" = ( /obj/structure/catwalk/over, /turf/open/floor/plating/rust, @@ -6940,28 +6908,28 @@ pixel_y = -11 }, /turf/open/floor/plating/grass/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "Su" = ( /mob/living/simple_animal/hostile/rat, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "Sw" = ( /obj/item/stack/rods{ pixel_x = 2; pixel_y = 9 }, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/mine) +/area/overmap_encounter/planetoid/cave/explored) "Sx" = ( /obj/structure/lattice/clockwork{ icon_state = "lattice-12" }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "Sy" = ( /obj/machinery/anomalous_crystal/helpers, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "SB" = ( /obj/machinery/conveyor{ dir = 8; @@ -6991,7 +6959,7 @@ pixel_y = 18 }, /turf/open/floor/plating/grass/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "SG" = ( /obj/effect/turf_decal/weather/dirt{ dir = 1 @@ -7008,7 +6976,7 @@ dir = 1 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "SK" = ( /obj/effect/turf_decal/weather/dirt{ dir = 1 @@ -7019,7 +6987,7 @@ /obj/structure/barricade/wooden, /obj/structure/sign/warning, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "SM" = ( /obj/structure/ore_box, /turf/open/floor/plasteel/tech/grid, @@ -7030,11 +6998,11 @@ pixel_y = -4 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "SV" = ( /obj/structure/flora/junglebush/large, /turf/open/floor/plating/grass/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "SW" = ( /obj/effect/turf_decal/techfloor/corner{ dir = 4 @@ -7049,7 +7017,7 @@ }, /obj/structure/flora/junglebush, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "Tj" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/spacevine{ @@ -7059,13 +7027,13 @@ /turf/open/floor/plating{ icon_state = "platingdmg3" }, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Tm" = ( /obj/structure/lattice{ icon_state = "lattice-12" }, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "To" = ( /obj/structure/flora/rock/jungle{ pixel_x = -19; @@ -7076,7 +7044,7 @@ pixel_y = 5 }, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "Ts" = ( /obj/structure/flora/rock/pile/largejungle{ pixel_x = -7; @@ -7090,7 +7058,7 @@ pixel_y = 0 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "Tt" = ( /obj/structure/chair/comfy/shuttle{ dir = 1 @@ -7099,18 +7067,18 @@ dir = 8 }, /turf/open/floor/mineral/titanium/blue, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Tw" = ( /obj/structure/chair/office{ dir = 8 }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/mineral/titanium/blue, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "TG" = ( /obj/effect/turf_decal/weather/dirt, /turf/open/floor/plating/rust, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "TI" = ( /obj/effect/turf_decal/industrial/warning{ dir = 6 @@ -7135,26 +7103,26 @@ dir = 9 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "TR" = ( /obj/structure/lattice{ icon_state = "lattice-78" }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "TS" = ( /obj/structure/spacevine, /obj/structure/lattice{ icon_state = "lattice-78" }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "TW" = ( /obj/structure/spacevine, /obj/structure/punji_sticks, /turf/open/floor/plating/grass/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "TX" = ( /obj/effect/decal/cleanable/oil{ icon_state = "floor6" @@ -7166,7 +7134,7 @@ dir = 8 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "Ue" = ( /obj/item/stack/ore/salvage/scrapmetal/five, /obj/effect/turf_decal/weather/dirt{ @@ -7175,21 +7143,21 @@ /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Uf" = ( /obj/item/stack/ore/salvage/scraptitanium, /obj/structure/spacevine, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Ug" = ( /obj/structure/flora/rock/pile/largejungle, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "Ul" = ( /obj/effect/turf_decal/sand/plating, /obj/structure/spacevine, /turf/open/floor/plating, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Um" = ( /obj/structure/catwalk/over, /turf/open/floor/plating{ @@ -7199,17 +7167,17 @@ "Uq" = ( /obj/machinery/status_display/evac, /turf/closed/wall/mineral/titanium, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Uu" = ( /turf/open/floor/plating, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Ux" = ( /obj/structure/railing{ color = "#A47449"; dir = 9 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "Uz" = ( /obj/structure/railing{ color = "#A47449"; @@ -7220,7 +7188,7 @@ pixel_y = -9 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "UA" = ( /obj/effect/turf_decal/siding/wood{ dir = 8 @@ -7228,7 +7196,7 @@ /obj/structure/bed{ icon_state = "dirty_mattress" }, -/obj/item/bedsheet/random, +/obj/item/bedsheet/dorms, /turf/open/floor/wood/walnut, /area/ruin/jungle/paradise/dorms) "UC" = ( @@ -7238,13 +7206,13 @@ /obj/structure/barricade/wooden, /obj/structure/spacevine/dense, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "UH" = ( /obj/item/stack/ore/salvage/scrapbluespace/five{ pixel_x = -4 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "UI" = ( /obj/effect/turf_decal/siding/wood, /obj/structure/cable/yellow{ @@ -7252,14 +7220,14 @@ }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "UJ" = ( /obj/machinery/light/broken/directional/east, /obj/structure/frame/computer{ anchored = 1 }, /turf/open/floor/mineral/titanium/blue, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "UK" = ( /obj/structure/flora/rock/pile/largejungle{ pixel_x = -25; @@ -7270,7 +7238,7 @@ pixel_y = -2 }, /turf/open/floor/plating/grass/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "UN" = ( /obj/structure/flora/rock/pile, /obj/structure/flora/grass/jungle{ @@ -7282,7 +7250,7 @@ pixel_y = -27 }, /turf/open/floor/plating/dirt/jungle/wasteland, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "UP" = ( /obj/effect/turf_decal/weather/dirt{ dir = 9 @@ -7292,7 +7260,7 @@ pixel_y = 7 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "UU" = ( /obj/structure/flora/ausbushes/fullgrass{ pixel_x = -1; @@ -7303,7 +7271,7 @@ pixel_y = 14 }, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "Vf" = ( /obj/structure/railing/corner{ color = "#A47449"; @@ -7321,11 +7289,11 @@ pixel_y = -11 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "Vg" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/dirt/jungle/wasteland, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Vi" = ( /obj/effect/turf_decal/siding/wood, /obj/effect/decal/cleanable/dirt, @@ -7361,7 +7329,7 @@ }, /obj/item/reagent_containers/syringe/contraband, /turf/open/floor/mineral/titanium, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Vq" = ( /obj/structure/flora/grass/jungle/b{ pixel_x = 21; @@ -7373,13 +7341,13 @@ }, /obj/structure/flora/ausbushes/fullgrass, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "Vw" = ( /obj/structure/flora/tree/jungle/small{ pixel_x = -36 }, /turf/open/floor/plating/grass/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "Vx" = ( /obj/structure/cable/yellow{ icon_state = "1-2" @@ -7396,20 +7364,20 @@ }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "VE" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/structure/spacevine, /obj/structure/spacevine/dense, /turf/open/floor/plating, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "VF" = ( /obj/structure/railing{ color = "#A47449"; dir = 8 }, /turf/open/floor/plating/dirt/jungle/wasteland, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "VI" = ( /obj/structure/table, /obj/item/storage/firstaid/toxin, @@ -7418,7 +7386,7 @@ pixel_y = 3 }, /turf/open/floor/mineral/titanium, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "VJ" = ( /obj/effect/turf_decal/siding/wood/corner{ dir = 8 @@ -7430,7 +7398,7 @@ /turf/open/floor/wood{ icon_state = "wood-broken3" }, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "VK" = ( /turf/closed/wall/mineral/titanium/survival/nodiagonal, /area/ruin/jungle/paradise/med) @@ -7444,7 +7412,7 @@ }, /obj/structure/barricade/wooden/crude, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "VQ" = ( /obj/effect/turf_decal/weather/dirt{ dir = 1 @@ -7452,16 +7420,16 @@ /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "VV" = ( /obj/effect/spawner/lootdrop/glowstick, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/mine) +/area/overmap_encounter/planetoid/cave/explored) "VW" = ( /obj/effect/spawner/structure/window/shuttle, /obj/machinery/door/firedoor/window, /turf/open/floor/plating, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "VZ" = ( /obj/item/stack/sheet/bone{ pixel_x = 6; @@ -7469,7 +7437,7 @@ }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/mine) +/area/overmap_encounter/planetoid/cave/explored) "Wa" = ( /obj/structure/railing/corner{ color = "#A47449" @@ -7478,7 +7446,7 @@ dir = 8 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "Wc" = ( /obj/structure/table, /obj/item/storage/firstaid/fire, @@ -7487,11 +7455,11 @@ pixel_y = 3 }, /turf/open/floor/mineral/titanium, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Wg" = ( /obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "Wi" = ( /obj/structure/flora/grass/jungle/b{ pixel_x = -15; @@ -7502,11 +7470,11 @@ pixel_y = -8 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "Wo" = ( /obj/structure/closet/body_bag, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Wp" = ( /obj/structure/flora/ausbushes/stalkybush{ pixel_x = 4; @@ -7516,11 +7484,11 @@ dir = 4 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "Wr" = ( /obj/structure/bonfire/prelit, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/cave/explored) "Ws" = ( /obj/effect/turf_decal/siding/wood/corner{ dir = 8 @@ -7533,19 +7501,19 @@ icon_state = "2-5" }, /turf/open/floor/wood, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "Wt" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/spacevine, /obj/structure/fence/cut/large, /turf/open/floor/plating/rust, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "Wy" = ( /obj/structure/lattice{ icon_state = "lattice-4" }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "WB" = ( /obj/structure/chair/plastic{ dir = 8 @@ -7561,11 +7529,11 @@ pixel_y = 19 }, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "WD" = ( /obj/structure/flora/rock/pile/largejungle, /turf/open/floor/plating/grass/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "WF" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/item/hemostat{ @@ -7577,13 +7545,13 @@ pixel_y = 9 }, /turf/open/floor/mineral/titanium/white, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "WG" = ( /obj/structure/girder, /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "WL" = ( /obj/effect/turf_decal/siding/wood{ dir = 4 @@ -7592,7 +7560,7 @@ icon_state = "9-10" }, /turf/open/floor/wood, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "WM" = ( /obj/structure/flora/ausbushes/fullgrass{ pixel_x = -7; @@ -7602,7 +7570,7 @@ pixel_x = 5 }, /turf/open/floor/plating/grass/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/cave/explored) "WN" = ( /obj/structure/cable/yellow{ icon_state = "1-2" @@ -7627,11 +7595,11 @@ /obj/structure/flora/tree/jungle, /obj/structure/spacevine, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "WT" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/wood, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "WV" = ( /obj/effect/turf_decal/siding/wood{ dir = 1 @@ -7640,19 +7608,19 @@ /turf/open/floor/wood{ icon_state = "wood-broken4" }, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "WX" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/dirt/dust, /obj/item/cautery, /turf/open/floor/mineral/titanium/white, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "WY" = ( /obj/effect/turf_decal/weather/dirt{ dir = 9 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "WZ" = ( /obj/structure/closet/crate/freezer, /obj/item/reagent_containers/food/snacks/meat/slab/chicken, @@ -7663,7 +7631,7 @@ /obj/item/reagent_containers/food/snacks/meat/slab/spider, /obj/item/reagent_containers/food/snacks/meat/slab/spider, /turf/open/floor/pod/dark, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/cave/explored) "Xd" = ( /obj/structure/flora/ausbushes/stalkybush, /obj/structure/flora/ausbushes/stalkybush{ @@ -7671,7 +7639,7 @@ pixel_y = -8 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "Xh" = ( /obj/machinery/light/directional/south, /turf/open/floor/plating/dirt/jungle, @@ -7683,7 +7651,7 @@ /turf/open/floor/plating/airless{ icon_state = "panelscorched" }, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Xn" = ( /obj/effect/turf_decal/industrial/warning{ dir = 8 @@ -7708,19 +7676,16 @@ /obj/item/stack/ore/salvage/scraptitanium, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Xw" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/dirt/jungle/wasteland, -/area/ruin/jungle/paradise/darkmisc) -"Xy" = ( -/turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "XD" = ( /obj/structure/table/reinforced, /turf/open/floor/pod/dark, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/cave/explored) "XF" = ( /obj/structure/cable/yellow{ icon_state = "4-8" @@ -7737,7 +7702,7 @@ pixel_y = -6 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "XJ" = ( /obj/structure/flora/ausbushes/fullgrass{ pixel_x = 11; @@ -7748,20 +7713,20 @@ dir = 10 }, /turf/open/floor/plating/dirt/jungle/wasteland, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "XK" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "XM" = ( /obj/structure/flora/rock/jungle{ pixel_x = -1; pixel_y = 5 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "XO" = ( /obj/effect/turf_decal/siding/wood{ dir = 4 @@ -7772,7 +7737,7 @@ /turf/open/floor/wood{ icon_state = "wood-broken4" }, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "XP" = ( /obj/effect/turf_decal/techfloor{ dir = 10 @@ -7790,14 +7755,14 @@ "XT" = ( /obj/structure/frame/machine, /turf/open/floor/mineral/plastitanium/red/brig, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "XU" = ( /obj/structure/flora/junglebush/large{ pixel_x = -31; pixel_y = -6 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "XY" = ( /obj/structure/flora/rock/pile/largejungle{ pixel_x = -18; @@ -7808,20 +7773,20 @@ pixel_y = -22 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "Yb" = ( /obj/effect/decal/remains/human, /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Yh" = ( /obj/structure/fence{ dir = 1 }, /obj/structure/spacevine/dense, /turf/open/floor/plating, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "Yi" = ( /obj/machinery/processor, /turf/open/floor/pod/dark, @@ -7831,13 +7796,13 @@ /turf/open/floor/plating{ icon_state = "platingdmg3" }, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Yo" = ( /obj/effect/turf_decal/weather/dirt{ dir = 1 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "Ys" = ( /obj/effect/turf_decal/weather/dirt{ dir = 8 @@ -7850,11 +7815,11 @@ pixel_x = 10 }, /turf/open/water/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "Yu" = ( /obj/structure/flora/grass/jungle, /turf/open/floor/plating/grass/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "Yw" = ( /obj/structure/chair/comfy/shuttle, /obj/effect/turf_decal/sand, @@ -7863,7 +7828,7 @@ dir = 5 }, /turf/open/floor/mineral/titanium/blue, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Yx" = ( /obj/effect/turf_decal/industrial/warning{ dir = 4 @@ -7886,7 +7851,7 @@ dir = 5 }, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "YC" = ( /obj/effect/turf_decal/industrial/hatch/yellow, /obj/effect/decal/cleanable/dirt/dust, @@ -7904,7 +7869,7 @@ dir = 8 }, /turf/open/floor/plating/dirt/jungle/wasteland, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "YO" = ( /obj/structure/mineral_door/wood, /turf/open/floor/wood/walnut, @@ -7915,7 +7880,7 @@ /obj/effect/decal/cleanable/robot_debris/old, /obj/structure/spacevine, /turf/open/floor/plating, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "YS" = ( /obj/effect/turf_decal/siding/wood{ dir = 8 @@ -7923,7 +7888,7 @@ /turf/open/floor/wood{ icon_state = "wood-broken7" }, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "YT" = ( /obj/effect/decal/cleanable/blood/gibs/up, /obj/effect/decal/cleanable/blood{ @@ -7932,14 +7897,14 @@ }, /obj/machinery/light/broken/directional/west, /turf/open/floor/mineral/titanium/blue, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "YU" = ( /obj/structure/flora/ausbushes/fullgrass{ pixel_x = -7; pixel_y = 2 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "YV" = ( /obj/structure/catwalk/over, /turf/open/floor/plating{ @@ -7951,7 +7916,7 @@ pixel_y = 5 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "Za" = ( /obj/structure/railing/corner{ dir = 4 @@ -7966,21 +7931,21 @@ icon_state = "lattice-139" }, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Zd" = ( /obj/effect/turf_decal/siding/wood, /obj/structure/cable/yellow{ icon_state = "4-9" }, /turf/open/floor/wood, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "Ze" = ( /obj/structure/flora/rock/jungle{ pixel_x = 11; pixel_y = 14 }, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "Zg" = ( /obj/structure/spacevine{ name = "vines" @@ -7991,18 +7956,18 @@ /turf/open/floor/plating{ icon_state = "platingdmg2" }, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "Zj" = ( /obj/structure/flora/grass/jungle{ pixel_x = -7; pixel_y = -6 }, /turf/open/floor/plating/grass/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "Zk" = ( /obj/structure/spacevine, /turf/open/floor/plating/grass/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "Zm" = ( /obj/machinery/conveyor{ dir = 10; @@ -8026,7 +7991,7 @@ /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/mineral/titanium/blue, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "ZA" = ( /obj/structure/flora/rock/pile/largejungle{ pixel_x = -53; @@ -8039,7 +8004,7 @@ pixel_y = 13 }, /turf/open/floor/plating/dirt/jungle/dark, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "ZB" = ( /obj/effect/decal/cleanable/glass{ dir = 8; @@ -8049,14 +8014,14 @@ /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "ZD" = ( /turf/open/floor/plasteel/stairs{ barefootstep = "woodbarefoot"; color = "#A47449"; footstep = "wood" }, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "ZF" = ( /obj/structure/punji_sticks{ pixel_x = -4 @@ -8065,11 +8030,11 @@ pixel_x = -11 }, /turf/open/floor/plating/grass/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "ZK" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/dirt/jungle, -/area/ruin/jungle/paradise/mine) +/area/overmap_encounter/planetoid/cave/explored) "ZL" = ( /obj/effect/turf_decal/weather/dirt{ dir = 6 @@ -8077,7 +8042,7 @@ /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) "ZP" = ( /obj/structure/frame/machine, /obj/effect/turf_decal/techfloor{ @@ -8092,13 +8057,13 @@ "ZR" = ( /mob/living/simple_animal/hostile/carp, /turf/open/water/jungle, -/area/ruin/jungle/paradise/misc) +/area/overmap_encounter/planetoid/jungle/explored) "ZT" = ( /obj/structure/geyser/random, /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/ashplanet/wateryrock, -/area/ruin/jungle/paradise/darkmisc) +/area/overmap_encounter/planetoid/cave/explored) "ZV" = ( /turf/closed/wall/concrete, /area/ruin/jungle/paradise/construction) @@ -8107,7 +8072,7 @@ /obj/machinery/door/firedoor/window, /obj/structure/spacevine/dense, /turf/open/floor/plating, -/area/ruin/jungle/paradise/shuttle) +/area/overmap_encounter/planetoid/cave/explored) (1,1,1) = {" sc @@ -8657,28 +8622,28 @@ sc Iw Iw bY -nx +eC Db Iw Iw Iw Iw sc -Rv -Rv -vs -Pa -Rv -Rv +Al +Al +yZ +jd +Al +Al kq -Rv +Al Zk TW -Rv -Rv +Al +Al FH Zk -Rv +Al sc Iw Iw @@ -8725,29 +8690,29 @@ sc Iw Iw JX -nx -vH +eC +zF Iw Iw Iw Iw -Rv -Pa +Al +jd CT WQ Qv CT CT -Rv +Al CT FH Zk Zk CT -Pa +jd Zk TW -Rv +Al Iw Iw Iw @@ -8793,24 +8758,24 @@ sc Iw Iw PK -nx -nx +eC +eC Vg Iw Iw Iw -Rv -Rv +Al +Al TW -Rv -Rv -Pa +Al +Al +jd CT CT CT -Pa +jd xI -Rv +Al Zk Qv CT @@ -8862,7 +8827,7 @@ Iw Iw Iw Iw -nx +eC hy Vg Iw @@ -8930,8 +8895,8 @@ Iw Iw Iw Iw -nx -nx +eC +eC Qe Iw Iw @@ -9000,11 +8965,11 @@ Iw Iw mw aM -nx +eC Iw -wV -wV -wV +Id +Id +Id ez OE YR @@ -9068,25 +9033,25 @@ Iw Iw Iw Ry -nx +eC kF -wv -wV -wV -wV -wv -wv -wv -wv +es +Id +Id +Id +es +es +es +es vr Hm -wv -hV -hV -hV +es +Fi +Fi +Fi Sf jY -hV +Fi Iw Iw VK @@ -9117,11 +9082,11 @@ sc sc sc sc -Rv -Rv +Al +Al kq -Rv -Rv +Al +Al sc sc sc @@ -9139,21 +9104,21 @@ Iw Ca Iw Iw -Am -wV -wV -wv -wv +Jo +Id +Id +es +es jH -wv +es dr Hm -wv -wv +es +es jY -hV -hV -hV +Fi +Fi +Fi AB lX Iw @@ -9180,19 +9145,19 @@ Iw Iw Iw Iw -Rv -Rv -Rv +Al +Al +Al kq -Rv -Rv -Rv -Rv -Rv -Rv -Rv -Rv -Rv +Al +Al +Al +Al +Al +Al +Al +Al +Al sc sc sc @@ -9208,21 +9173,21 @@ Iw Iw Iw Iw -wV -wv +Id +es Wy -wv -wv -wv -wv +es +es +es +es dr YN qf -wv -hV -hV -hV -hV +es +Fi +Fi +Fi +Fi Iw Iw VK @@ -9248,20 +9213,20 @@ Iw Iw Iw Iw -Rv -Pa -Pa -Rv -Rv -Pa -Pa +Al +jd +jd +Al +Al +jd +jd zW -Pa -Rv -Rv +jd +Al +Al kq -Rv -Rv +Al +Al sc sc "} @@ -9276,21 +9241,21 @@ Iw Iw Iw Pu -wV -wv +Id +es LB -wv -wv -wv +es +es +es iL -wv -wv +es +es Co -wv +es Hf -wv -wv -hV +es +es +Fi Iw Iw VK @@ -9319,17 +9284,17 @@ Iw Iw tL AN -Pa -Pa -Pa +jd +jd +jd zg -Pa +jd zW -Pa -Pa -Pa -Rv -Rv +jd +jd +jd +Al +Al sc sc "} @@ -9343,11 +9308,11 @@ Iw Iw Iw Ps -wV -wV -wv +Id +Id +es LB -wv +es Oq Oq pj @@ -9356,8 +9321,8 @@ BG hF MQ Xm -wv -wv +es +es jH Iw Iw @@ -9395,9 +9360,9 @@ zf Op CR zW -Pa -Pa -Rv +jd +jd +Al kq sc "} @@ -9411,9 +9376,9 @@ Iw Iw lX ta -wV -wV -wv +Id +Id +es oW BG BG @@ -9425,12 +9390,12 @@ BG BG CX Ji -wv -wv +es +es Iw Iw Iw -Jc +es aY pv Fo @@ -9439,7 +9404,7 @@ YS sD WT dX -ms +Fo vG nW Nv @@ -9463,10 +9428,10 @@ fJ pV uV AT -Pa -Pa -Rv -Rv +jd +jd +Al +Al sc "} (21,1,1) = {" @@ -9479,9 +9444,9 @@ Iw Iw Iw LS -wv -wv -wv +es +es +es Zg kk Jl @@ -9494,7 +9459,7 @@ KQ CX CX Ji -wv +es Iw Iw lX @@ -9532,9 +9497,9 @@ Az al bo Js -Pa -Rv -vs +jd +Al +yZ sc "} (22,1,1) = {" @@ -9547,9 +9512,9 @@ Iw Iw Iw LS -wv -wv -wv +es +es +es qc nZ Tw @@ -9562,7 +9527,7 @@ dU XK sS kK -wv +es Iw Iw Iw @@ -9590,8 +9555,8 @@ lX Iw Iw Iw -Pa -Pa +jd +jd ak bX Ei @@ -9600,9 +9565,9 @@ Az ZR wH cm -Pa -Rv -Rv +jd +Al +Al sc "} (23,1,1) = {" @@ -9615,8 +9580,8 @@ Iw Iw Iw LS -wv -wv +es +es Tj pg fj @@ -9630,14 +9595,14 @@ xb CL Ef yS -wv -wv +es +es Iw Iw dR je BA -Xy +eC Ud Ud Ud @@ -9660,7 +9625,7 @@ Iw Iw kq MV -Pa +jd Mx id tH @@ -9669,8 +9634,8 @@ Az wH IA Mq -Pa -Rv +jd +Al sc "} (24,1,1) = {" @@ -9683,7 +9648,7 @@ Iw Iw Iw Wo -wv +es Oq kI UJ @@ -9698,18 +9663,18 @@ BG DX Qa VW -wv -wv +es +es Iw Iw RU -ha +tm JP -Ei -Xy -Xy +Bg +eC +eC JP -Xy +eC Xd Jz fL @@ -9726,19 +9691,19 @@ Iw Iw Iw Iw -Rv -Rv -Rv -Pa +Al +Al +Al +jd fR -Pa +jd ak Ei fJ FO -Pa -Pa -Rv +jd +jd +Al kq "} (25,1,1) = {" @@ -9751,7 +9716,7 @@ Iw Iw Iw Iw -wv +es BG BG Uq @@ -9766,19 +9731,19 @@ BG Uq BG BG -wv -wv +es +es Iw Iw Iw Hn Fm -ha +tm Bg pr zq OW -Xy +eC Jz hH LN @@ -9794,20 +9759,20 @@ Iw Iw Iw Iw -Rv -Rv -Rv +Al +Al +Al kq xf -Pa +jd NQ eL Az Mb nD -Pa -Rv -Rv +jd +Al +Al "} (26,1,1) = {" sc @@ -9818,8 +9783,8 @@ Iw Iw Iw Iw -wv -wv +es +es BG tu vD @@ -9834,7 +9799,7 @@ EZ Lg Oz BG -wv +es Iw Iw Iw @@ -9863,19 +9828,19 @@ Iw Iw Iw Iw -Rv -Rv -Rv -Rv +Al +Al +Al +Al kq DN Yo Az wH -Pa -Pa +jd +jd st -Rv +Al "} (27,1,1) = {" sc @@ -9886,8 +9851,8 @@ Iw Iw Iw uB -wv -wv +es +es VW RM RM @@ -9902,7 +9867,7 @@ FI Kp Lg VW -wv +es Iw Iw Iw @@ -9933,17 +9898,17 @@ Iw Iw Yu QR -Rv -Rv +Al +Al Oa zW Di Az wH -Pa -Rv -Rv -Rv +jd +Al +Al +Al "} (28,1,1) = {" sc @@ -9954,8 +9919,8 @@ Iw Iw lX mr -wv -wv +es +es BG in XK @@ -9970,8 +9935,8 @@ FI bg CP VW -wv -wv +es +es Iw Iw Iw @@ -10001,16 +9966,16 @@ ip ip sx Se -Rv +Al LX -Pa +jd zW IX NS ew -Pa +jd xD -Rv +Al sc "} (29,1,1) = {" @@ -10022,8 +9987,8 @@ Iw Iw Iw Iw -wv -wv +es +es Gg mz XK @@ -10038,8 +10003,8 @@ uQ Lc Lg BG -wv -wv +es +es Jh Iw Iw @@ -10048,8 +10013,8 @@ Iw Iw lX Iw -KC -Jc +Id +es OW Jx hH @@ -10060,7 +10025,7 @@ Hw XM bN zF -KC +Id Ih lX Iw @@ -10076,9 +10041,9 @@ ai ak ew pR -Pa +jd Os -Rv +Al sc "} (30,1,1) = {" @@ -10090,8 +10055,8 @@ Iw Iw Iw Iw -wv -wv +es +es VQ LP jw @@ -10106,8 +10071,8 @@ GH Uq BG BG -wv -wv +es +es Jh jZ Lw @@ -10117,18 +10082,18 @@ Iw Iw Iw bF -KC +Id OW BB fL BX Uz -Az +eC iW KL -Pa -zW -KC +es +Id +Id WB Iw Iw @@ -10142,11 +10107,11 @@ zW PZ Em nK -Pa +jd vP -Pa -Rv -Rv +jd +Al +Al sc "} (31,1,1) = {" @@ -10158,7 +10123,7 @@ Iw Iw Iw Iw -wv +es Fh qc By @@ -10174,9 +10139,9 @@ Vp Ob rO BG -wv -wv -Jc +es +es +es jZ Jh jZ @@ -10195,7 +10160,7 @@ Ak OJ QT KP -zW +Id oX bh Iw @@ -10205,16 +10170,16 @@ kU bD ct ip -Pa -Pa +jd +jd Fb ah -Pa -Pa -Pa -Rv +jd +jd +jd +Al SV -Rv +Al sc "} (32,1,1) = {" @@ -10227,7 +10192,7 @@ Iw Iw Iw nX -sk +Jh er zR Ah @@ -10242,16 +10207,16 @@ WX FM lH ZX -sk -wv -Jc +Jh +es +es jZ Jh IH IH IH Wi -Jc +es OL ZD lG @@ -10271,18 +10236,18 @@ Iw eg fX Fq -Rv +Fi ip zW lV rE -Pa +jd st -Rv -Rv +Al +Al st -Rv -Rv +Al +Al sc "} (33,1,1) = {" @@ -10294,8 +10259,8 @@ Iw Iw Iw Iw -wv -wv +es +es VW lo jr @@ -10311,15 +10276,15 @@ se Wc ZX jt -wv +es jZ Jh Jh -Jc -Jc +es +es IH zX -Jc +es OL ZD gd @@ -10333,20 +10298,20 @@ ib Fo aX lw -zW +Id Eo -zW -zW -zW -zW -zW +Id +Id +Id +Id +Id PM zW -Pa -Pa -Rv -Rv -Rv +jd +jd +Al +Al +Al fE xR dF @@ -10363,7 +10328,7 @@ Iw Iw Iw Iw -wv +es TS Yw rL @@ -10378,8 +10343,8 @@ ik zH VI BG -rT -sk +jZ +Jh Jh Jh jZ @@ -10401,23 +10366,23 @@ qz lQ nF lw -zW -zW -zW -zW -zW -zW -zW +Id +Id +Id +Id +Id +Id +Id ip YB zK Bm st -Rv +Al Os WD ks -Rv +Al zW sc "} @@ -10431,9 +10396,9 @@ Iw Iw Iw Iw -wv +es cJ -wv +es ZB oY bW @@ -10446,8 +10411,8 @@ gi Rc kJ BG -wv -rT +es +jZ Jh jZ Ir @@ -10473,18 +10438,18 @@ Iw DM jf Cl -zW -zW -zW +Id +Id +Id ip jl QD sG dh -Rv -Rv +Al +Al QK -Rv +Al xw Wg sc @@ -10499,9 +10464,9 @@ sc Iw Iw Iw -wv +es Uf -rT +jZ pN Ru Dv @@ -10514,8 +10479,8 @@ sY vl jK BG -wv -rT +es +jZ Jh jZ Iw @@ -10525,7 +10490,7 @@ Iw Iw Iw PF -AN +Re BN CD Ys @@ -10539,22 +10504,22 @@ Iw Iw Iw KY -ak +tm pP -zW +Id Wr -zW +Id gx jl jl sG -Rv -Rv -Rv -Rv +Al +Al +Al +Al zW au -Pa +jd sc "} (37,1,1) = {" @@ -10582,8 +10547,8 @@ Yl pJ Pr yI -wv -rT +es +jZ Iw Iw Iw @@ -10596,7 +10561,7 @@ fv KO EE Nn -Xy +eC el kz sV @@ -10609,20 +10574,20 @@ Iw Iw cj wB -zW -zW -zW +Id +Id +Id ip jl mk sG -Rv -Rv +Al +Al So -Rv +Al zW zW -Pa +jd sc "} (38,1,1) = {" @@ -10635,9 +10600,9 @@ sc Iw Iw Iw -wv -sk -rT +es +Jh +jZ LB DE fn @@ -10650,7 +10615,7 @@ ye az Bu TG -wv +es Iw Iw Iw @@ -10684,13 +10649,13 @@ ip kZ FN OD -Rv -Rv -Rv -Rv -Rv +Al +Al +Al +Al +Al zW -Pa +jd sc "} (39,1,1) = {" @@ -10703,9 +10668,9 @@ sc Iw Iw Iw -sk +Jh nX -vk +ZK ji ri Iu @@ -10718,7 +10683,7 @@ Iu NB NB ZL -wv +es Iw Iw WY @@ -10751,14 +10716,14 @@ XD ip OD vf -Pa -Rv -Rv -Rv -Rv -Rv +jd +Al +Al +Al +Al +Al st -Pa +jd sc "} (40,1,1) = {" @@ -10771,20 +10736,20 @@ sc Iw Iw Iw -sk -uv +Jh +IH aw pq -vk +ZK NY Cm Ax MM Br -Ex +zU GG -wV -wv +Id +es Gf Iw Iw @@ -10792,7 +10757,7 @@ VN OJ Dn JP -tH +JP cs Jz ur @@ -10818,15 +10783,15 @@ wo eY ip eV -Pa +jd zW -Rv +Al Cv -Rv +Al SV -Rv -Rv -Rv +Al +Al +Al sc "} (41,1,1) = {" @@ -10839,20 +10804,20 @@ sc Iw Iw Iw -wv -wv +es +es Fa cS pt dW -wv -uv +es +IH en -Ex -Ex +zU +zU Tm -wV -wV +Id +Id Iw Iw Iw @@ -10885,16 +10850,16 @@ wo cp ip ip -Pa -Pa +jd +jd rE -Rv -Rv -Rv -Rv -Rv -Rv -Rv +Al +Al +Al +Al +Al +Al +Al sc "} (42,1,1) = {" @@ -10908,7 +10873,7 @@ Iw Iw Iw Ho -wv +es uy bv qP @@ -10935,7 +10900,7 @@ hH UI Ux wj -Xy +eC bJ OY mp @@ -10952,17 +10917,17 @@ wq WZ ip ip -Pa -Pa +jd +jd zW -Pa -Pa -Rv -Rv -Rv +jd +jd +Al +Al +Al ZF -Rv -Rv +Al +Al sc "} (43,1,1) = {" @@ -10984,7 +10949,7 @@ dZ AA AA CU -wV +Id nP rX Iw @@ -10997,14 +10962,14 @@ Iw Iw Iw mi -Jc +es ho np BX df -Xy -Az -Az +eC +eC +eC Jz ny Ik @@ -11018,19 +10983,19 @@ ip ip ip ip -ip -Rv -Rv +wa +Al +Al kq -Rv -Pa +Al +jd MK -Pa -Rv -Rv +jd +Al +Al kq ep -Rv +Al sc "} (44,1,1) = {" @@ -11044,14 +11009,14 @@ sc Iw Iw Iw -wV -wV +Id +Id ox ZL -wV +Id Pj -wV -wV +Id +Id Lu ze Iw @@ -11070,9 +11035,9 @@ ZV hH QM SG -Xy +eC lW -Az +eC DO oV YO @@ -11084,21 +11049,21 @@ Ik Iw Iw yj -Pa -Rv -Rv +jd +Al +Al zG -Rv +Al Yu An -Pa +jd lZ -Pa -Pa -Pa +jd +jd +jd jb -Rv -Rv +Al +Al sc "} (45,1,1) = {" @@ -11113,9 +11078,9 @@ Iw Iw Iw UH -wV -wV -wV +Id +Id +Id Iw Iw Iw @@ -11151,11 +11116,11 @@ EU Ik Iw Iw -Pa -Rv -Rv +jd +Al +Al oE -Rv +Al Bh pX iP @@ -11163,10 +11128,10 @@ mg nU Bl Su -Pa -Pa -Rv -Rv +jd +jd +Al +Al sc "} (46,1,1) = {" @@ -11182,8 +11147,8 @@ Iw Iw Iw ws -wv -wV +es +Id Iw Iw Iw @@ -11219,22 +11184,22 @@ Ik Ik Iw Iw -Rv -Rv +Al +Al WD -Rv +Al UK pi -Pa +jd UP Il Az RV zf -Pa -Pa +jd +jd kq -Rv +Al sc "} (47,1,1) = {" @@ -11250,7 +11215,7 @@ sc Iw Iw Iw -wv +es zc Iw Iw @@ -11262,7 +11227,7 @@ Iw WY Nn QT -KC +Id ED ZV qo @@ -11287,22 +11252,22 @@ Iw Iw oL oL -Rv +Al kq -Rv -Rv +Al +Al MK -Pa +jd EL LW Az Az ZR wH -Pa -Pa +jd +jd Os -Rv +Al sc "} (48,1,1) = {" @@ -11322,7 +11287,7 @@ Iw lX Iw Iw -Jq +CX uG WY Ud @@ -11352,14 +11317,14 @@ Iw Iw Iw Oc -Pa -Pa +jd +jd zW -Pa +jd iY -Pa -Pa -Pa +jd +jd +jd EL Il Az @@ -11367,10 +11332,10 @@ Az Az Az wH -Pa -Pa -Rv -Rv +jd +jd +Al +Al sc "} (49,1,1) = {" @@ -11390,7 +11355,7 @@ Iw Iw Iw Iw -Jc +es WY LL Jt @@ -11435,10 +11400,10 @@ ZR Az Az wH -Pa -Pa +jd +jd kq -Rv +Al sc "} (50,1,1) = {" @@ -11456,13 +11421,13 @@ Iw Iw Iw Iw -KC -KC +Id +Id gU Pt cU -Xy -Xy +eC +eC pr Iw Iw @@ -11485,7 +11450,7 @@ DZ ZV Iw Iw -Iw +oL XY jR Wp @@ -11495,18 +11460,18 @@ Sh tH ew tJ -Pa -Pa +jd +jd ak tH Ei Az NS ew -Pa -Rv -Rv -Rv +jd +Al +Al +Al sc "} (51,1,1) = {" @@ -11529,7 +11494,7 @@ HV mx Sy Sx -Xy +eC OJ QT Iw @@ -11554,27 +11519,27 @@ ZV Iw Iw Cw -Pa +jd oD Nq -Pa +jd zW -Pa -Pa -Pa -Pa -Pa -Pa +jd +jd +jd +jd +jd +jd MK yz JD tH ew -Pa -Pa -Rv -Rv -Rv +jd +jd +Al +Al +Al sc "} (52,1,1) = {" @@ -11593,7 +11558,7 @@ Iw Iw wZ Nn -Xy +eC Ep FQ zM @@ -11603,13 +11568,13 @@ HC Iw Iw Iw -CM +Iw DI On Bv hN DI -CM +Iw wG QZ QI @@ -11621,25 +11586,25 @@ Hb ZV Iw Iw -Rv -Rv -Pa -Pa -Pa -Pa -Rv +Al +Al +jd +jd +jd +jd +Al kq Bh XU -Pa -Pa +jd +jd Qz YU -Pa -Pa -Pa -Pa -Rv +jd +jd +jd +jd +Al kq Rv sc @@ -11660,25 +11625,25 @@ Iw Iw Iw ZT -Xy -Xy +eC +eC fm -Xy +eC Fw -Xy +eC HC HC Iw Iw Iw -CM +Iw DI dg cI MS DI -CM -CM +Iw +Iw Gt ly RZ @@ -11689,26 +11654,26 @@ Hb ZV Iw Iw -Rv +Al kq -Rv -Rv -Rv -Rv -Rv -Rv +Al +Al +Al +Al +Al +Al gT Zj -Pa -Pa +jd +jd Ku -Pa -Pa -Pa -Rv -Rv -Rv -Rv +jd +jd +jd +Al +Al +Al +Al Rv sc sc @@ -11729,24 +11694,24 @@ Iw Iw wZ HC -Xy -Xy -Xy -Xy -Xy +eC +eC +eC +eC +eC HC Iw Iw Iw Iw -CM +Iw DI bl PA aj DI -CM -CM +Iw +Iw fT mt HQ @@ -11759,24 +11724,24 @@ Iw Iw sc sc -Rv -Rv -vs -Rv -Rv -Rv -Rv -Rv -Rv +Al +Al +yZ +Al +Al +Al +Al +Al +Al kq -Rv -Rv +Al +Al SF kq -Rv -Rv -vs -Rv +Al +Al +yZ +Al sc sc sc @@ -11798,7 +11763,7 @@ Iw wZ wS HP -Xy +eC HC HC HC @@ -11806,15 +11771,15 @@ HC Iw Iw Iw -CM -CM +Iw +Iw DI oS Rz LO DI -CM -CM +Iw +Iw ZV ZV ZV @@ -11865,16 +11830,16 @@ Iw Iw HC Xw -FU -Jq +zU +CX wZ -FU -ty +zU +mu BE UC lr Iw -CM +Iw qO cG bC @@ -11932,25 +11897,25 @@ Iw Iw Iw yK -FU -Jc -ty +zU +es +mu wZ -Jc +es Jh dx pE qq wK -CM -Bv -Rz +Iw +Id +es vE -Rz +Iz hB ZK bU -CM +Iw Iw Iw Iw @@ -12001,7 +11966,7 @@ Iw Iw Iw pp -Jq +CX Iw Iw Iw @@ -12010,15 +11975,15 @@ Iw Iw Oh Hh -CM -Bv +Iw +Id ei -Bv +Id zU ZK -Bv +Id KE -CM +Iw Iw Iw Iw @@ -12079,14 +12044,14 @@ Iw Hy Hy re -Bv -Rz +Id +es VZ -Bv +Id fw -oH +eK qj -CM +Iw Iw Iw Iw @@ -12143,17 +12108,17 @@ Iw Iw Iw Iw -Fx -Fx +Jh +Jh re -CM -Rz +Iw +es ZK -Rz +es Pe -oH +eK Sw -Bv +Id DI Iw Iw @@ -12210,19 +12175,19 @@ Iw Iw Iw Iw -Rz -Fx -Bv -Bv +es +Jh +Id +Id GB wT ZK cC -Bv +Id pa -Bv +Id yB -CM +Iw Iw Iw Iw @@ -12277,20 +12242,20 @@ Iw Iw Iw Iw -Rz -Rz +es +es ZK ZK -Bv -Bv +Id +Id ZK mu ZK ZK zU -Bv +Id Ni -CM +Iw Iw Iw Iw @@ -12345,20 +12310,20 @@ Iw Iw Iw Iw -Rz -Rz -Rz +es +es +es ZK zU -Bv +Id zU zU -Bv -Bv -Bv +Id +Id +Id Ni Ni -CM +Iw Iw Iw Iw @@ -12413,10 +12378,10 @@ Iw Iw Iw Iw -CM +Iw VV -Rz -CM +es +Iw Ni Ni Ni @@ -12481,20 +12446,20 @@ sc Iw Iw Iw -CM -CM -CM -CM -CM -CM +Iw +Iw +Iw +Iw +Iw +Iw Ni Ni Ni -CM +Iw Ni Ni Ni -CM +Iw Iw Iw Iw @@ -12549,20 +12514,20 @@ sc sc Iw Iw -CM -CM -CM -CM -CM -CM -CM -CM -CM -CM -CM +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw +Iw Ni -CM -CM +Iw +Iw Iw Iw Iw diff --git a/_maps/RandomRuins/JungleRuins/jungle_pirate.dmm b/_maps/RandomRuins/JungleRuins/jungle_pirate.dmm index 445a3d5c4c15..55bb54c7012d 100644 --- a/_maps/RandomRuins/JungleRuins/jungle_pirate.dmm +++ b/_maps/RandomRuins/JungleRuins/jungle_pirate.dmm @@ -18,7 +18,7 @@ "cM" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/pod/dark, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "ej" = ( /obj/structure/railing, /obj/effect/decal/cleanable/dirt, @@ -29,6 +29,11 @@ /obj/structure/bed, /turf/open/floor/wood, /area/ruin/unpowered) +"eV" = ( +/obj/structure/railing, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/overmap_encounter/planetoid/jungle/explored) "gz" = ( /obj/structure/stairs/east, /turf/open/floor/wood, @@ -73,7 +78,7 @@ dir = 1 }, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "kh" = ( /turf/closed/wall/mineral/wood, /area/ruin/unpowered) @@ -83,7 +88,7 @@ dir = 1 }, /turf/open/floor/wood, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "lN" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/stairs/east, @@ -96,7 +101,7 @@ /area/ruin/unpowered) "of" = ( /turf/open/floor/pod/dark, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "oj" = ( /obj/effect/decal/cleanable/food/egg_smudge, /turf/open/floor/wood, @@ -130,7 +135,7 @@ "rc" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "sH" = ( /turf/open/floor/wood, /area/ruin/unpowered) @@ -139,17 +144,17 @@ dir = 1 }, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "tG" = ( /turf/open/water/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "uf" = ( /obj/structure/closet/crate/goldcrate, /turf/open/floor/wood, /area/ruin/unpowered) "xd" = ( /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "xT" = ( /obj/structure/bonfire/prelit, /turf/open/floor/wood, @@ -175,16 +180,21 @@ dir = 4 }, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "BV" = ( /obj/structure/bonfire/prelit, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "CG" = ( /obj/structure/curtain/bounty, /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, /area/ruin/unpowered) +"Dh" = ( +/obj/structure/closet/crate/goldcrate, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/overmap_encounter/planetoid/jungle/explored) "Dm" = ( /obj/structure/shuttle/engine/propulsion/burst{ dir = 4 @@ -205,11 +215,11 @@ "DS" = ( /mob/living/simple_animal/hostile/pirate/ranged, /turf/open/floor/wood, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "DV" = ( /obj/vehicle/ridden/lavaboat, /turf/open/water/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "Er" = ( /obj/structure/dresser, /obj/effect/decal/cleanable/cobweb, @@ -224,23 +234,30 @@ }, /turf/open/floor/wood, /area/ruin/unpowered) +"Fi" = ( +/obj/structure/railing, +/turf/open/floor/wood, +/area/overmap_encounter/planetoid/jungle/explored) "Ic" = ( /obj/effect/turf_decal/siding/wood{ dir = 4 }, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "IH" = ( /obj/item/reagent_containers/glass/bucket/wooden, /turf/open/floor/wood, /area/ruin/unpowered) +"Jx" = ( +/turf/open/floor/wood, +/area/overmap_encounter/planetoid/jungle/explored) "Kd" = ( /obj/structure/fermenting_barrel, /turf/open/floor/wood, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "Kl" = ( /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "KD" = ( /obj/machinery/grill, /obj/effect/decal/cleanable/dirt, @@ -257,7 +274,7 @@ /obj/structure/chair/wood, /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "MX" = ( /obj/structure/fluff/oldturret, /turf/open/floor/wood, @@ -265,7 +282,7 @@ "Nq" = ( /obj/effect/decal/cleanable/dirt, /turf/open/water/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "NY" = ( /obj/structure/railing, /obj/effect/decal/cleanable/ash/large, @@ -286,7 +303,7 @@ /obj/item/gun/energy/laser, /obj/item/gun/energy/laser, /turf/open/floor/wood, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "Qq" = ( /turf/template_noop, /area/template_noop) @@ -322,7 +339,7 @@ "TX" = ( /obj/structure/closet/crate/secure/loot, /turf/open/floor/wood, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "UA" = ( /obj/structure/railing{ dir = 1 @@ -336,7 +353,7 @@ dir = 8 }, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "UX" = ( /mob/living/simple_animal/hostile/pirate/melee, /turf/open/floor/wood, @@ -351,7 +368,7 @@ faction = list("pirate") }, /turf/open/floor/wood, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "Wp" = ( /obj/structure/railing/corner{ dir = 1 @@ -381,7 +398,7 @@ "Zl" = ( /obj/structure/ore_box, /turf/open/floor/wood, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "ZM" = ( /obj/structure/closet/crate/goldcrate, /obj/effect/decal/cleanable/dirt, @@ -458,7 +475,7 @@ Qq "} (5,1,1) = {" Zl -sH +Jx tw tG tG @@ -475,7 +492,7 @@ Kl "} (6,1,1) = {" Kd -sH +Jx tw tG tG @@ -491,8 +508,8 @@ tG Kl "} (7,1,1) = {" -ZM -ej +Dh +eV tw tG tG @@ -508,8 +525,8 @@ tG Kl "} (8,1,1) = {" -sH -SA +Jx +Fi tG tG DV @@ -526,7 +543,7 @@ Kl "} (9,1,1) = {" PI -ej +eV tG tG tG @@ -543,7 +560,7 @@ Kl "} (10,1,1) = {" LT -sH +Jx of cM of @@ -559,8 +576,8 @@ tG tG "} (11,1,1) = {" -sH -sH +Jx +Jx cM of of @@ -577,7 +594,7 @@ tG "} (12,1,1) = {" TX -SA +Fi tG tG tG @@ -594,7 +611,7 @@ tG "} (13,1,1) = {" Wk -ej +eV tG tG DV @@ -611,7 +628,7 @@ Kl "} (14,1,1) = {" Kd -SA +Fi tw tG tG @@ -645,7 +662,7 @@ Kl "} (16,1,1) = {" DS -sH +Jx tw tG tG diff --git a/_maps/RandomRuins/JungleRuins/jungle_pizzawave.dmm b/_maps/RandomRuins/JungleRuins/jungle_pizzawave.dmm index 399e07adf6c7..e4dee4cec868 100644 --- a/_maps/RandomRuins/JungleRuins/jungle_pizzawave.dmm +++ b/_maps/RandomRuins/JungleRuins/jungle_pizzawave.dmm @@ -1,58 +1,58 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE "a" = ( /turf/closed/mineral/random/jungle, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "b" = ( /obj/machinery/jukebox, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plasteel/vaporwave, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "c" = ( /obj/structure/table/wood, /turf/open/floor/grass, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "d" = ( /obj/structure/rack, /obj/effect/spawner/lootdrop/memeorgans, /turf/open/floor/grass, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "e" = ( /obj/structure/flora/ausbushes/fullgrass, /turf/open/floor/grass, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "f" = ( /mob/living/simple_animal/hostile/lizard/space, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plasteel/vaporwave, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "g" = ( /obj/structure/table/wood/fancy/purple, /turf/open/floor/plasteel/vaporwave, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "h" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plasteel/vaporwave, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "i" = ( /turf/open/floor/grass, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "j" = ( /obj/structure/flora/ausbushes/brflowers, /turf/open/floor/grass, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "k" = ( /mob/living/simple_animal/butterfly, /turf/open/floor/grass, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "l" = ( /obj/structure/flora/ausbushes/reedbush, /turf/open/floor/grass, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "m" = ( /obj/structure/table/wood, /obj/item/reagent_containers/food/drinks/colocup/lean, /turf/open/floor/grass, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "n" = ( /obj/structure/table/wood/fancy/purple, /obj/item/flashlight/glowstick/pink, @@ -63,7 +63,7 @@ /obj/item/flashlight/glowstick/red, /obj/item/flashlight/glowstick/yellow, /turf/open/floor/plasteel/vaporwave, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "p" = ( /obj/structure/statue/sandstone/venus{ dir = 8 @@ -71,129 +71,129 @@ /obj/effect/decal/cleanable/cobweb/cobweb2, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plasteel/vaporwave, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "s" = ( /obj/structure/flora/tree/jungle, /turf/open/floor/grass, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "t" = ( /obj/structure/musician/piano, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plasteel/vaporwave, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "u" = ( /obj/structure/table/wood/fancy/purple, /obj/item/storage/pill_bottle/zoom, /obj/effect/decal/cleanable/dirt/dust, /obj/item/spacecash/bundle/c1000, /turf/open/floor/plasteel/vaporwave, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "v" = ( /obj/structure/flora/ausbushes/lavendergrass, /obj/structure/flora/ausbushes/brflowers, /turf/open/floor/grass, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "w" = ( /obj/structure/window/reinforced/tinted/fulltile, /obj/structure/grille, /turf/open/floor/plasteel/vaporwave, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "x" = ( /obj/structure/sink/puddle, /turf/open/floor/grass, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "z" = ( /turf/template_noop, /area/template_noop) "A" = ( /obj/structure/flora/ausbushes/sunnybush, /turf/open/floor/grass, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "B" = ( /obj/structure/table/wood, /obj/item/pizzabox/meat, /turf/open/floor/grass, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "D" = ( /mob/living/simple_animal/pet/gondola, /turf/open/floor/grass, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "E" = ( /obj/structure/flora/tree/jungle/small, /turf/open/floor/grass, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "F" = ( /obj/machinery/door/airlock/grunge, /turf/open/floor/plasteel/vaporwave, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "G" = ( /obj/structure/table/wood, /obj/item/storage/pill_bottle/dice, /obj/item/spacecash/bundle/c1000, /turf/open/floor/grass, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "H" = ( /obj/structure/flora/ausbushes/lavendergrass, /turf/open/floor/grass, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "I" = ( /obj/structure/table/wood/fancy/royalblue, /obj/item/clothing/glasses/sunglasses/big, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plasteel/vaporwave, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "K" = ( /obj/machinery/door/airlock/grunge, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plasteel/vaporwave, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "L" = ( /obj/structure/bed/pod, /turf/open/floor/grass, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "M" = ( /obj/structure/statue/sandstone/venus, /obj/effect/decal/cleanable/cobweb, /obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plasteel/vaporwave, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "N" = ( /obj/structure/rack, /obj/effect/spawner/lootdrop/minor/kittyears_or_rabbitears, /turf/open/floor/grass, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "O" = ( /turf/open/floor/plasteel/vaporwave, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "P" = ( /obj/effect/decal/cleanable/greenglow, /turf/closed/wall, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "Q" = ( /obj/structure/table/wood/fancy/royalblue, /obj/item/statuebust, /turf/open/floor/plasteel/vaporwave, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "R" = ( /obj/effect/decal/cleanable/greenglow, /obj/effect/decal/cleanable/dirt/dust, /turf/closed/wall, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "S" = ( /mob/living/simple_animal/hostile/lightgeist, /turf/open/floor/plasteel/vaporwave, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "T" = ( /obj/structure/reagent_dispensers/watertank, /turf/open/floor/grass, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "U" = ( /obj/structure/table/wood/fancy/purple, /obj/item/clothing/suit/det_suit, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plasteel/vaporwave, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) (1,1,1) = {" z diff --git a/_maps/RandomRuins/JungleRuins/jungle_seedling.dmm b/_maps/RandomRuins/JungleRuins/jungle_seedling.dmm index 4a4dc539f877..3dff53c32639 100644 --- a/_maps/RandomRuins/JungleRuins/jungle_seedling.dmm +++ b/_maps/RandomRuins/JungleRuins/jungle_seedling.dmm @@ -6,41 +6,41 @@ "dT" = ( /obj/structure/flora/stump, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "fj" = ( /obj/structure/flora/rock/jungle, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "iB" = ( /obj/structure/fence/corner{ dir = 1 }, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "iJ" = ( /obj/structure/flora/junglebush/large, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "iX" = ( /obj/structure/fence/cut/large{ dir = 8 }, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "kj" = ( /obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "mh" = ( /obj/structure/fence/corner{ dir = 8 }, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "ms" = ( /obj/machinery/hydroponics/soil, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "mt" = ( /obj/item/storage/bag/medical, /obj/machinery/light/small/directional/south, @@ -70,66 +70,66 @@ "rN" = ( /obj/structure/flora/tree/jungle/small, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "rZ" = ( /obj/machinery/hydroponics/soil, /obj/effect/decal/cleanable/food/tomato_smudge, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "so" = ( /obj/structure/flora/rock, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "uY" = ( /turf/closed/wall/mineral/titanium/survival/pod, /area/ruin/powered) "vZ" = ( /obj/structure/fence/door, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "wa" = ( /obj/structure/flora/rock/pile, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "wT" = ( /obj/structure/fence/end{ dir = 8 }, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "wW" = ( /obj/structure/flora/junglebush/c, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "xV" = ( /obj/structure/flora/rock/pile, /turf/open/floor/plating/dirt/jungle/wasteland/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "zA" = ( /obj/item/stack/rods, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "Ef" = ( /mob/living/simple_animal/hostile/venus_human_trap, /turf/open/water/jungle, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "FT" = ( /obj/item/scythe, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "Io" = ( /turf/closed/mineral, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "JL" = ( /turf/open/water/jungle, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "Ld" = ( /obj/item/clothing/suit/hooded/wintercoat/medical, /turf/open/floor/plasteel/freezer, /area/ruin/powered) "Lt" = ( /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "Nj" = ( /mob/living/simple_animal/bot/medbot/rockplanet, /obj/item/circuitboard/machine/techfab/department/medical, @@ -142,57 +142,57 @@ "Py" = ( /obj/structure/fence, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "Qe" = ( /obj/machinery/hydroponics/soil, /obj/item/reagent_containers/food/snacks/salad/jungle, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "QF" = ( /obj/item/stack/rods, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "QG" = ( /obj/effect/decal/cleanable/food/tomato_smudge, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "QV" = ( /obj/structure/flora/rock/jungle, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "SA" = ( /obj/structure/flora/junglebush, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "SI" = ( /obj/effect/turf_decal/dept/medical, /turf/closed/wall/mineral/titanium/survival/pod, /area/ruin/powered) "TD" = ( /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "TM" = ( /obj/item/cultivator/rake, /mob/living/simple_animal/hostile/venus_human_trap, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "Uv" = ( /obj/structure/fence{ dir = 4 }, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "Vf" = ( /obj/structure/flora/junglebush/b, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "Vu" = ( /obj/structure/frame/machine, /turf/open/floor/plasteel/tech/grid, /area/ruin/unpowered) "VB" = ( /turf/open/floor/plating/dirt/jungle, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "WA" = ( /obj/effect/spawner/structure/window/survival_pod, /turf/open/floor/plasteel, @@ -200,10 +200,10 @@ "WR" = ( /obj/structure/flora/rock, /turf/open/floor/plating/dirt/jungle/wasteland/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "ZE" = ( /turf/open/floor/plating/dirt/jungle/wasteland/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) (1,1,1) = {" SA diff --git a/_maps/RandomRuins/JungleRuins/jungle_spider.dmm b/_maps/RandomRuins/JungleRuins/jungle_spider.dmm index 4a9a378a8484..14c11868d3af 100644 --- a/_maps/RandomRuins/JungleRuins/jungle_spider.dmm +++ b/_maps/RandomRuins/JungleRuins/jungle_spider.dmm @@ -5,72 +5,72 @@ "c" = ( /obj/structure/flora/tree/jungle, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "e" = ( /obj/structure/spider/stickyweb, /obj/item/reagent_containers/food/snacks/spidereggs, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "f" = ( /obj/structure/spider/stickyweb, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "g" = ( /obj/structure/spider/stickyweb, /obj/machinery/door/airlock/research, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "i" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "j" = ( /obj/effect/decal/cleanable/glass, /obj/structure/barricade/wooden, /obj/structure/grille/broken, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "k" = ( /obj/effect/decal/remains/human, /obj/item/clothing/head/helmet/swat/nanotrasen, /obj/effect/decal/cleanable/blood, /turf/open/floor/plating, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "l" = ( /obj/structure/spider/spiderling, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "m" = ( /mob/living/simple_animal/hostile/poison/giant_spider/nurse, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "o" = ( /obj/structure/spider/stickyweb, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "q" = ( /obj/effect/decal/cleanable/glass, /obj/structure/barricade/wooden, /obj/structure/grille/broken, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "r" = ( /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "s" = ( /obj/item/paper/guides/jobs/medical/cloning, /turf/open/floor/plating, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "t" = ( /obj/structure/spider/spiderling, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "u" = ( /obj/structure/spider/stickyweb, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "v" = ( /obj/structure/spider/spiderling, /obj/structure/spider/cocoon, @@ -80,38 +80,38 @@ /obj/item/circuitboard/machine/dnascanner, /obj/item/circuitboard/computer/cloning, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "w" = ( /obj/machinery/clonepod, /turf/open/floor/plating, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "x" = ( /obj/effect/decal/cleanable/insectguts, /obj/machinery/door/airlock/research, /turf/open/floor/plating, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "y" = ( /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "A" = ( /obj/structure/closet/wardrobe/genetics_white, /obj/item/storage/firstaid/toxin, /turf/open/floor/plating, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "C" = ( /obj/item/storage/belt/security/webbing, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "D" = ( /obj/effect/decal/cleanable/ash/large, /turf/open/floor/plating, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "G" = ( /obj/structure/spider/spiderling, /obj/structure/spider/cocoon, /obj/item/research_notes/loot/medium, /turf/open/floor/plating, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "I" = ( /obj/structure/spider/stickyweb, /obj/item/organ/heart/gland/spiderman, @@ -120,64 +120,64 @@ /obj/item/reagent_containers/food/snacks/spiderlollipop, /obj/item/reagent_containers/food/snacks/spiderlollipop, /turf/open/floor/plating, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "K" = ( /turf/closed/wall/rust, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "L" = ( /obj/effect/decal/cleanable/glass, /obj/structure/barricade/wooden, /obj/structure/grille/broken, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "M" = ( /obj/structure/spider/spiderling, /obj/effect/decal/cleanable/insectguts, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "N" = ( /obj/effect/decal/cleanable/cobweb/cobweb2, /mob/living/simple_animal/hostile/poison/giant_spider/nurse, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "O" = ( /obj/item/melee/flyswatter, /obj/item/reagent_containers/spray/pestspray, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "P" = ( /obj/effect/decal/cleanable/glass, /obj/structure/barricade/wooden, /obj/structure/grille/broken, /obj/structure/spider/stickyweb, /turf/open/floor/plating, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "Q" = ( /obj/effect/decal/cleanable/glass, /obj/structure/barricade/wooden, /obj/structure/grille/broken, /turf/open/floor/plating, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "T" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "U" = ( /obj/structure/spider/stickyweb, /obj/effect/decal/cleanable/insectguts, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "V" = ( /obj/effect/decal/cleanable/insectguts, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "W" = ( /obj/item/flamethrower, /obj/item/tank/internals/plasma/full, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "X" = ( /obj/effect/decal/cleanable/cobweb, /obj/structure/spider/stickyweb, @@ -185,7 +185,7 @@ /obj/item/reagent_containers/food/snacks/spidereggs, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) (1,1,1) = {" K diff --git a/_maps/RandomRuins/JungleRuins/jungle_surface_bombmakers_cabin.dmm b/_maps/RandomRuins/JungleRuins/jungle_surface_bombmakers_cabin.dmm index d69762eeafb0..1952fa3e16c8 100644 --- a/_maps/RandomRuins/JungleRuins/jungle_surface_bombmakers_cabin.dmm +++ b/_maps/RandomRuins/JungleRuins/jungle_surface_bombmakers_cabin.dmm @@ -28,7 +28,7 @@ "eG" = ( /obj/structure/flora/tree/jungle, /turf/open/floor/plating/grass/jungle/lit, -/area/template_noop) +/area/overmap_encounter/planetoid/jungle/explored) "eX" = ( /mob/living/simple_animal/hostile/rat{ dir = 4 @@ -76,7 +76,7 @@ "gO" = ( /obj/structure/barricade/wooden, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/powered) +/area/overmap_encounter/planetoid/jungle/explored) "hD" = ( /obj/machinery/light/small/directional/south, /turf/open/floor/wood, @@ -96,17 +96,17 @@ /obj/machinery/hydroponics/soil, /obj/item/seeds/corn, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/powered) +/area/overmap_encounter/planetoid/jungle/explored) "ky" = ( /obj/structure/fence{ dir = 4 }, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/powered) +/area/overmap_encounter/planetoid/jungle/explored) "kL" = ( /obj/structure/fence/cut/medium, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/powered) +/area/overmap_encounter/planetoid/jungle/explored) "lN" = ( /obj/structure/table/wood, /obj/item/grenade/chem_grenade/ez_clean{ @@ -139,7 +139,7 @@ dir = 5 }, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/powered) +/area/overmap_encounter/planetoid/jungle/explored) "qp" = ( /obj/structure/noticeboard{ desc = "A board with many old marks and paper scraps on it."; @@ -176,7 +176,7 @@ "so" = ( /obj/structure/flora/junglebush/c, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/powered) +/area/overmap_encounter/planetoid/jungle/explored) "sV" = ( /obj/structure/chair/comfy/black, /turf/open/floor/carpet/red, @@ -189,15 +189,15 @@ "tc" = ( /obj/structure/fence, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/powered) +/area/overmap_encounter/planetoid/jungle/explored) "uH" = ( /obj/structure/flora/tree/jungle/small, /turf/open/floor/plating/grass/jungle/lit, -/area/template_noop) +/area/overmap_encounter/planetoid/jungle/explored) "vs" = ( /obj/structure/flora/rock, /turf/open/floor/plating/grass/jungle/lit, -/area/template_noop) +/area/overmap_encounter/planetoid/jungle/explored) "wq" = ( /obj/structure/table/wood, /obj/item/grenade/firecracker{ @@ -216,7 +216,7 @@ "wz" = ( /obj/structure/floodlight_frame, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/powered) +/area/overmap_encounter/planetoid/jungle/explored) "wK" = ( /obj/structure/table/wood, /obj/item/book/manual/wiki/grenades{ @@ -238,7 +238,7 @@ "xQ" = ( /obj/structure/flora/junglebush/b, /turf/open/floor/plating/grass/jungle/lit, -/area/template_noop) +/area/overmap_encounter/planetoid/jungle/explored) "yu" = ( /turf/closed/wall/mineral/wood, /area/ruin/powered) @@ -291,10 +291,6 @@ }, /turf/open/floor/wood, /area/ruin/powered) -"Dy" = ( -/obj/structure/flora/junglebush/b, -/turf/open/floor/plating/grass/jungle/lit, -/area/ruin/powered) "DU" = ( /mob/living/simple_animal/hostile/asteroid/hivelord/legion{ name = "Student" @@ -330,11 +326,11 @@ dir = 4 }, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/powered) +/area/overmap_encounter/planetoid/jungle/explored) "It" = ( /obj/structure/flora/junglebush, /turf/open/floor/plating/grass/jungle/lit, -/area/template_noop) +/area/overmap_encounter/planetoid/jungle/explored) "Jd" = ( /obj/effect/mob_spawn/human/corpse/charredskeleton{ desc = "Many die in the pursuit of science. Even more die making homebrew explosives in a random shack on some frontier planet."; @@ -345,21 +341,18 @@ "Je" = ( /obj/machinery/hydroponics/soil, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/powered) +/area/overmap_encounter/planetoid/jungle/explored) "Na" = ( /obj/item/reagent_containers/food/snacks/grown/corn, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/powered) +/area/overmap_encounter/planetoid/jungle/explored) "Oe" = ( /turf/open/floor/plating/grass/jungle/lit, -/area/template_noop) -"Qb" = ( -/turf/open/floor/plating/grass/jungle/lit, -/area/ruin/powered) +/area/overmap_encounter/planetoid/jungle/explored) "Qj" = ( /obj/item/grown/corncob, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/powered) +/area/overmap_encounter/planetoid/jungle/explored) "Rc" = ( /obj/structure/chair/plastic{ dir = 8 @@ -391,7 +384,7 @@ "Tb" = ( /obj/structure/flora/junglebush/large, /turf/open/floor/plating/grass/jungle/lit, -/area/template_noop) +/area/overmap_encounter/planetoid/jungle/explored) "TB" = ( /turf/open/floor/wood, /area/ruin/powered) @@ -428,7 +421,7 @@ "WO" = ( /obj/item/seeds/corn/snapcorn, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/powered) +/area/overmap_encounter/planetoid/jungle/explored) "WW" = ( /obj/structure/table/wood, /obj/item/clothing/mask/gas/welding, @@ -474,17 +467,17 @@ "ZH" = ( /mob/living/simple_animal/hostile/cockroach/glockroach, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/powered) +/area/overmap_encounter/planetoid/jungle/explored) "ZL" = ( /obj/machinery/hydroponics/soil, /obj/item/reagent_containers/food/snacks/grown/corn, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/powered) +/area/overmap_encounter/planetoid/jungle/explored) "ZX" = ( /obj/machinery/hydroponics/soil, /obj/item/grown/corncob, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/powered) +/area/overmap_encounter/planetoid/jungle/explored) (1,1,1) = {" Oe @@ -626,10 +619,10 @@ It Oe ky so -Qb +Oe Qj -Qb -Qb +Oe +Oe gO yu yu @@ -642,13 +635,13 @@ Oe (10,1,1) = {" Tb ky -Qb +Oe kn -Qb +Oe ZX -Dy +xQ kn -Qb +Oe yu wq SI @@ -659,13 +652,13 @@ Oe (11,1,1) = {" Oe Hr -Qb +Oe Je WO Je wz ZL -Qb +Oe yu iS TB @@ -676,11 +669,11 @@ xQ (12,1,1) = {" Oe ky -Qb +Oe ZL Na Je -Qb +Oe ZX so yu @@ -699,7 +692,7 @@ ZH kn Qj ZL -Qb +Oe yu TB ri diff --git a/_maps/RandomRuins/JungleRuins/jungle_surface_coffinpirate.dmm b/_maps/RandomRuins/JungleRuins/jungle_surface_coffinpirate.dmm index 8cf50ca658fa..b4d280ba7a17 100644 --- a/_maps/RandomRuins/JungleRuins/jungle_surface_coffinpirate.dmm +++ b/_maps/RandomRuins/JungleRuins/jungle_surface_coffinpirate.dmm @@ -9,12 +9,12 @@ /obj/structure/closet/crate/coffin, /obj/item/clothing/head/hooded/cloakhood/bone, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "d" = ( /obj/structure/closet/crate/coffin, /obj/item/reagent_containers/food/snacks/meat/slab/human/mutant/skeleton, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "e" = ( /obj/structure/table/wood, /obj/item/stack/sheet/mineral/wood, @@ -34,11 +34,11 @@ /area/ruin/unpowered) "h" = ( /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "i" = ( /obj/structure/closet/crate/coffin, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "j" = ( /obj/structure/table/wood, /obj/item/storage/toolbox/mechanical{ @@ -58,7 +58,7 @@ /obj/structure/closet/crate/coffin, /obj/effect/mob_spawn/human/corpse/charredskeleton, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "n" = ( /obj/structure/table/wood, /obj/item/flashlight/lamp/bananalamp, @@ -68,15 +68,15 @@ /obj/structure/closet/crate/coffin, /obj/item/reagent_containers/food/snacks/meat/slab/human/mutant/skeleton, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "r" = ( /obj/structure/flora/junglebush/c, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "s" = ( /obj/structure/sink/puddle, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "u" = ( /obj/structure/closet/crate/coffin, /obj/effect/decal/cleanable/dirt, @@ -84,7 +84,7 @@ /area/ruin/unpowered) "v" = ( /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "w" = ( /obj/structure/closet/crate/coffin, /obj/effect/decal/cleanable/dirt, @@ -99,7 +99,7 @@ "y" = ( /obj/structure/flora/junglebush/b, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "z" = ( /obj/structure/closet/cabinet, /obj/item/clothing/head/pirate{ @@ -123,12 +123,12 @@ /obj/item/stack/sheet/bone, /obj/item/stack/sheet/bone, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "C" = ( /obj/structure/closet/crate/coffin, /obj/item/stack/sheet/bone, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "E" = ( /obj/structure/closet/crate/coffin, /obj/effect/decal/cleanable/dirt, @@ -140,11 +140,11 @@ "F" = ( /obj/item/reagent_containers/food/snacks/grown/banana, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "G" = ( /obj/machinery/hydroponics/soil, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "H" = ( /obj/structure/closet/crate/coffin, /obj/effect/decal/cleanable/dirt, @@ -186,7 +186,7 @@ /obj/structure/closet/crate/coffin, /obj/item/reagent_containers/food/snacks/monkeycube, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "L" = ( /obj/machinery/door/airlock/wood{ dir = 8 @@ -198,12 +198,12 @@ /obj/item/stack/sheet/bone, /obj/item/stack/sheet/bone, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "N" = ( /obj/structure/closet/crate/coffin, /obj/item/melee/baseball_bat/bone, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "P" = ( /obj/structure/closet/crate/coffin, /obj/effect/decal/cleanable/dirt, @@ -214,7 +214,7 @@ /obj/structure/closet/crate/coffin, /obj/effect/decal/remains/human, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "R" = ( /obj/structure/bed/dogbed{ name = "Palmo's bed" @@ -224,7 +224,7 @@ "S" = ( /obj/structure/table/wood, /obj/item/paper{ - info = "Forgot I had this paper on me, so I might as well use it as a diary. Today is the 23rd of July, or atleast that's what I made up in my head, and I am currently fulfilling my dream career of carving coffins. Yep, I'm living my best life here. I tamed a monkey a while back, named him Palmo, little guy's been a dear friend since. Until activity picks up on this planet I'm just gonna live a nice and quiet life, and then sell my masterfully crafted coffins to all those in need of them. Also, I found some peculiar fruit earlier, tastes pretty good but I think I probably ingested a few of the seeds. Shouldn't be TOO bad for me. Either way, I'm going to go to bed. Hopefully I find some more paper to use so I can keep writing."; + default_raw_text = "Forgot I had this paper on me, so I might as well use it as a diary. Today is the 23rd of July, or atleast that's what I made up in my head, and I am currently fulfilling my dream career of carving coffins. Yep, I'm living my best life here. I tamed a monkey a while back, named him Palmo, little guy's been a dear friend since. Until activity picks up on this planet I'm just gonna live a nice and quiet life, and then sell my masterfully crafted coffins to all those in need of them. Also, I found some peculiar fruit earlier, tastes pretty good but I think I probably ingested a few of the seeds. Shouldn't be TOO bad for me. Either way, I'm going to go to bed. Hopefully I find some more paper to use so I can keep writing."; pixel_x = 3; pixel_y = 3 }, @@ -237,7 +237,7 @@ "T" = ( /obj/structure/flora/grass/jungle, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "U" = ( /obj/structure/bed, /obj/effect/decal/cleanable/dirt, @@ -257,7 +257,7 @@ /obj/structure/closet/crate/coffin, /obj/item/reagent_containers/food/snacks/sugarcookie/spookyskull, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "Y" = ( /obj/structure/closet/crate/coffin, /obj/item/reagent_containers/glass/bucket/wooden, @@ -269,7 +269,7 @@ "Z" = ( /obj/structure/flora/junglebush, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) (1,1,1) = {" a diff --git a/_maps/RandomRuins/JungleRuins/jungle_surface_ikea_ai.dmm b/_maps/RandomRuins/JungleRuins/jungle_surface_ikea_ai.dmm index d9a5d8f13436..6cb02b13e8d8 100644 --- a/_maps/RandomRuins/JungleRuins/jungle_surface_ikea_ai.dmm +++ b/_maps/RandomRuins/JungleRuins/jungle_surface_ikea_ai.dmm @@ -145,7 +145,7 @@ /area/ruin/powered) "Q" = ( /obj/item/paper{ - info = "Welcome to your Space Ikea Brand Full AI Kit! There are all the amenities needed to create a functional AI for your installation in this easy to use kit! Note: Warranty void if exposed to: High Humidity, High Temperatures, Grass, Mud, The Jungle. Thank you for shopping Space Ikea!" + default_raw_text = "Welcome to your Space Ikea Brand Full AI Kit! There are all the amenities needed to create a functional AI for your installation in this easy to use kit! Note: Warranty void if exposed to: High Humidity, High Temperatures, Grass, Mud, The Jungle. Thank you for shopping Space Ikea!" }, /turf/open/floor/wood, /area/ruin/powered) diff --git a/_maps/RandomRuins/JungleRuins/jungle_surface_ninjashrine.dmm b/_maps/RandomRuins/JungleRuins/jungle_surface_ninjashrine.dmm index 312d7fd53dda..03072f2d6aac 100644 --- a/_maps/RandomRuins/JungleRuins/jungle_surface_ninjashrine.dmm +++ b/_maps/RandomRuins/JungleRuins/jungle_surface_ninjashrine.dmm @@ -2,23 +2,23 @@ "a" = ( /obj/structure/flora/ausbushes/lavendergrass, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "c" = ( /obj/item/throwing_star/ninja{ pixel_x = 6; pixel_y = -5 }, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "d" = ( /obj/item/reagent_containers/food/snacks/grown/rice, /turf/open/water/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "f" = ( /obj/item/reagent_containers/food/snacks/fortunecookie, /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood/yew, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "h" = ( /obj/structure/fluff/divine/convertaltar{ desc = "An altar dedicated to a kami."; @@ -30,40 +30,40 @@ desc = "The only thing I know for real..." }, /turf/open/floor/wood/yew, -/area/space) +/area/overmap_encounter/planetoid/jungle/explored) "i" = ( /mob/living/simple_animal/hostile/jungle/mega_arachnid, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "j" = ( /obj/structure/flora/ausbushes/ppflowers, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "k" = ( /obj/item/throwing_star/ninja{ pixel_x = -8; pixel_y = -4 }, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "l" = ( /obj/effect/decal/cleanable/blood/old, /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood/yew, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "q" = ( /obj/structure/spider/cocoon, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "s" = ( /obj/effect/decal/cleanable/dirt, /obj/item/reagent_containers/food/snacks/spiderling, /turf/open/floor/wood/yew, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "t" = ( /obj/item/reagent_containers/food/snacks/spiderling, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "u" = ( /obj/item/clothing/suit/shrine_maiden, /obj/item/clothing/head/shrine_wig, @@ -71,64 +71,64 @@ /obj/effect/decal/remains/human, /obj/item/gohei, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "v" = ( /obj/item/reagent_containers/food/snacks/spiderling, /turf/open/floor/wood/yew, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "w" = ( /turf/open/floor/wood/yew, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "x" = ( /obj/structure/mineral_door/paperframe, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "y" = ( /obj/item/seeds/wheat/rice, /turf/open/water/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "z" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/mineral_door/paperframe, /turf/open/floor/wood/yew, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "A" = ( /turf/closed/wall/mineral/wood, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "B" = ( /obj/effect/decal/cleanable/dirt, /obj/item/clothing/shoes/sneakers/black, /turf/open/floor/wood/yew, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "C" = ( /obj/item/reagent_containers/food/snacks/salad/boiledrice, /obj/item/reagent_containers/food/drinks/bottle/sake{ pixel_x = 12 }, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "G" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood/yew, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "H" = ( /turf/open/water/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "I" = ( /obj/effect/decal/remains/human, /obj/item/clothing/head/rice_hat{ pixel_y = 6 }, /turf/open/water/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "J" = ( /obj/effect/decal/cleanable/blood/old, /turf/open/floor/wood/yew, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "K" = ( /obj/item/toy/plush/spider, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "M" = ( /obj/structure/rack, /obj/item/katana{ @@ -138,16 +138,16 @@ pixel_x = 8 }, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "N" = ( /obj/effect/decal/remains/human, /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood/yew, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "O" = ( /obj/structure/spider/cocoon, /turf/open/floor/wood/yew, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "P" = ( /obj/effect/decal/cleanable/blood/old, /obj/effect/decal/cleanable/dirt, @@ -156,29 +156,29 @@ pixel_y = -8 }, /turf/open/floor/wood/yew, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "Q" = ( /obj/item/clothing/mask/balaclava{ name = "ninja mask" }, /turf/open/floor/wood/yew, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "R" = ( /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "S" = ( /obj/item/clothing/under/color/black, /turf/open/floor/wood/yew, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "T" = ( /obj/structure/flora/ausbushes/brflowers, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "U" = ( /obj/structure/mineral_door/paperframe, /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood/yew, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "W" = ( /obj/item/book/granter/spell/smoke/lesser{ desc = "This book is overflowing with the mystical arts of the ninja."; @@ -186,18 +186,18 @@ }, /obj/structure/closet/crate/coffin, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "X" = ( /obj/item/throwing_star/ninja{ pixel_x = 4; pixel_y = 4 }, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "Y" = ( /obj/item/reagent_containers/food/snacks/spiderlollipop, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) (1,1,1) = {" H diff --git a/_maps/RandomRuins/JungleRuins/jungle_surface_weed_shack.dmm b/_maps/RandomRuins/JungleRuins/jungle_surface_weed_shack.dmm index 1ef08d0a22a6..4c0987e0623d 100644 --- a/_maps/RandomRuins/JungleRuins/jungle_surface_weed_shack.dmm +++ b/_maps/RandomRuins/JungleRuins/jungle_surface_weed_shack.dmm @@ -100,7 +100,7 @@ /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "il" = ( /obj/structure/cable{ icon_state = "4-8" @@ -182,7 +182,7 @@ /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "nA" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/weather/dirt/corner{ @@ -191,7 +191,7 @@ /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "nI" = ( /obj/structure/cable{ icon_state = "1-2" @@ -253,7 +253,7 @@ /area/ruin/unpowered) "wn" = ( /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "xh" = ( /obj/effect/turf_decal/weather/dirt{ dir = 9 @@ -265,7 +265,7 @@ /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "zz" = ( /obj/item/trash/boritos, /obj/item/seeds/cannabis/death, @@ -292,7 +292,7 @@ /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "Cw" = ( /obj/structure/cable{ icon_state = "1-8" @@ -327,7 +327,7 @@ /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "EM" = ( /obj/structure/cable{ icon_state = "1-2" @@ -398,18 +398,18 @@ icon_state = "wood-broken5"; light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "Jb" = ( /obj/effect/turf_decal/weather/dirt, /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "JY" = ( /mob/living/simple_animal/hostile/cockroach/glockroach, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "Kg" = ( /obj/structure/cable{ icon_state = "0-2" @@ -570,7 +570,7 @@ /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "VY" = ( /obj/structure/table/wood, /obj/item/reagent_containers/food/snacks/grown/cannabis, @@ -613,7 +613,7 @@ icon_state = "wood-broken"; light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "Yj" = ( /turf/closed/wall/mineral/wood/nonmetal, /area/ruin/unpowered) @@ -634,7 +634,7 @@ /turf/open/floor/wood{ light_range = 2 }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "ZK" = ( /turf/template_noop, /area/template_noop) diff --git a/_maps/RandomRuins/JungleRuins/jungle_syndicate.dmm b/_maps/RandomRuins/JungleRuins/jungle_syndicate.dmm index fd57afc6ff86..018739e20dc4 100644 --- a/_maps/RandomRuins/JungleRuins/jungle_syndicate.dmm +++ b/_maps/RandomRuins/JungleRuins/jungle_syndicate.dmm @@ -17,14 +17,14 @@ /obj/structure/flora/grass/jungle, /obj/structure/spacevine, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "aF" = ( /obj/structure/cable{ icon_state = "4-8" }, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "bs" = ( /obj/structure/cable{ icon_state = "1-2" @@ -62,11 +62,11 @@ /obj/structure/spacevine/dense, /obj/structure/flora/grass/jungle, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "bV" = ( /obj/item/flashlight/lantern, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "bW" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/structure/cable{ @@ -79,43 +79,43 @@ /obj/structure/flora/grass/jungle, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "cO" = ( /obj/structure/flora/junglebush/c, /obj/structure/flora/junglebush, /obj/structure/flora/grass/jungle, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "cS" = ( /obj/structure/barricade/sandbags, /obj/structure/flora/junglebush, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "cX" = ( /obj/structure/flora/grass/jungle, /obj/structure/flora/junglebush, /obj/structure/flora/grass/jungle, /obj/structure/flora/junglebush/c, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "dw" = ( /obj/structure/flora/grass/jungle, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "dF" = ( /obj/structure/flora/rock, /obj/structure/spacevine, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "dK" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "dO" = ( /obj/structure/flora/grass/jungle, /obj/structure/flora/junglebush/c, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "dP" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/structure/bed, @@ -134,18 +134,18 @@ /obj/structure/flora/junglebush/c, /obj/structure/flora/grass/jungle, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "ex" = ( /obj/structure/flora/junglebush, /obj/structure/flora/junglebush/c, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "eH" = ( /obj/structure/spacevine/dense, /obj/structure/flora/grass/jungle, /obj/structure/flora/junglebush, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "eR" = ( /obj/structure/closet/crate/secure/science, /obj/item/research_notes/loot/medium, @@ -163,7 +163,7 @@ /area/ruin/jungle/syndifort) "eX" = ( /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "fe" = ( /turf/closed/wall, /area/ruin/jungle/syndifort) @@ -174,11 +174,11 @@ /obj/structure/barricade/sandbags, /obj/structure/flora/grass/jungle, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "fE" = ( /obj/structure/flora/junglebush/b, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "fS" = ( /mob/living/simple_animal/hostile/syndicate{ unsuitable_atmos_damage = 0 @@ -189,14 +189,14 @@ "fZ" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "gb" = ( /obj/structure/flora/junglebush/c, /obj/structure/flora/junglebush, /obj/structure/flora/grass/jungle, /obj/structure/flora/rock/jungle, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "gf" = ( /obj/structure/closet/crate/secure/gear, /obj/item/storage/box/syndimaid, @@ -218,7 +218,7 @@ /obj/effect/decal/cleanable/dirt/dust, /obj/structure/flora/rock, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "gK" = ( /obj/structure/cable{ icon_state = "1-2" @@ -292,7 +292,7 @@ icon_state = "6-9" }, /turf/open/floor/plating/rust, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "hZ" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/turf_decal/syndicateemblem/top/right, @@ -334,14 +334,14 @@ "jh" = ( /obj/structure/spacevine, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "jr" = ( /obj/structure/flora/grass/jungle, /obj/structure/flora/junglebush, /obj/structure/flora/grass/jungle/b, /obj/structure/spacevine, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "jy" = ( /obj/item/trash/plate, /obj/structure/chair/plastic{ @@ -385,13 +385,13 @@ pixel_y = 32 }, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "kJ" = ( /obj/structure/flora/junglebush/large, /obj/structure/flora/junglebush, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "kP" = ( /obj/structure/cable{ icon_state = "4-8" @@ -408,12 +408,12 @@ /obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "lq" = ( /obj/structure/flora/junglebush, /obj/structure/flora/grass/jungle/b, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "lH" = ( /obj/item/trash/candle{ pixel_x = 9; @@ -427,7 +427,7 @@ "mq" = ( /obj/structure/flora/junglebush/c, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "mt" = ( /obj/machinery/door/poddoor/shutters/preopen{ name = "Base Gates"; @@ -442,17 +442,17 @@ /obj/structure/flora/junglebush/c, /obj/structure/spacevine/dense, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "mO" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/structure/flora/grass/jungle, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "np" = ( /obj/structure/spacevine, /obj/structure/spacevine/dense, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "nH" = ( /turf/closed/wall/rust, /area/ruin/jungle/syndifort) @@ -520,10 +520,10 @@ /obj/structure/flora/grass/jungle, /obj/structure/flora/junglebush/large, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "qx" = ( /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "qA" = ( /obj/structure/cable{ icon_state = "5-8" @@ -593,7 +593,7 @@ /obj/structure/flora/grass/jungle, /obj/structure/flora/rock/jungle, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "tt" = ( /obj/machinery/door/poddoor/shutters/preopen{ name = "Base Gates"; @@ -609,12 +609,12 @@ icon_state = "4-9" }, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "tL" = ( /obj/structure/flora/grass/jungle/b, /obj/structure/flora/grass/jungle, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "tZ" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/machinery/door/poddoor/shutters/preopen{ @@ -656,7 +656,7 @@ "ux" = ( /obj/structure/flora/rock/pile/largejungle, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "uB" = ( /obj/structure/closet/crate/freezer, /obj/item/reagent_containers/food/snacks/pizzaslice/donkpocket, @@ -670,19 +670,19 @@ "ve" = ( /obj/structure/barricade/sandbags, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "vh" = ( /obj/structure/cable{ icon_state = "6-8" }, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "vs" = ( /obj/structure/flora/rock/jungle, /obj/effect/decal/cleanable/dirt/dust, /obj/structure/flora/junglebush/c, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "vt" = ( /turf/closed/wall/r_wall, /area/ruin/jungle/syndifort) @@ -691,7 +691,7 @@ icon_state = "4-9" }, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "vJ" = ( /obj/structure/bed, /obj/structure/curtain/cloth/fancy, @@ -700,23 +700,23 @@ "vN" = ( /obj/structure/flora/stump, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "vX" = ( /obj/structure/flora/junglebush/b, /obj/structure/flora/grass/jungle, /obj/structure/flora/rock/jungle, /obj/structure/flora/rock, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "wd" = ( /obj/structure/flora/junglebush/c, /obj/structure/flora/junglebush/c, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "wh" = ( /obj/structure/flora/rock/pile, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "wo" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/machinery/door/poddoor/shutters/preopen{ @@ -779,7 +779,7 @@ icon_state = "4-10" }, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "xC" = ( /obj/machinery/door/poddoor/shutters/preopen{ name = "Command Room Shutters"; @@ -801,7 +801,7 @@ /obj/structure/flora/grass/jungle, /obj/structure/spacevine, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "ys" = ( /obj/structure/cable{ icon_state = "0-8" @@ -843,7 +843,7 @@ /obj/structure/spacevine, /obj/structure/flora/junglebush, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "yZ" = ( /turf/template_noop, /area/template_noop) @@ -852,25 +852,25 @@ /obj/structure/flora/grass/jungle, /obj/structure/flora/rock/jungle, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "zH" = ( /obj/structure/flora/grass/jungle/b, /obj/structure/flora/grass/jungle, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "zK" = ( /obj/structure/flora/rock/jungle, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "zM" = ( /turf/closed/wall/r_wall, /area/ruin/jungle/syndifort/jerry) "Aa" = ( /obj/structure/flora/junglebush/large, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "Ai" = ( /turf/closed/wall/r_wall/rust, /area/ruin/jungle/syndifort/jerry) @@ -898,12 +898,12 @@ /obj/structure/flora/junglebush/c, /obj/structure/flora/rock/pile/largejungle, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "Au" = ( /obj/structure/flora/grass/jungle, /obj/structure/spacevine/dense, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "AB" = ( /obj/machinery/computer/security{ dir = 4 @@ -925,7 +925,7 @@ /obj/structure/flora/grass/jungle, /obj/structure/flora/rock, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "Bv" = ( /obj/machinery/suit_storage_unit/open, /obj/item/toy/nuke, @@ -939,7 +939,7 @@ /obj/structure/flora/junglebush/c, /obj/structure/flora/junglebush/large, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "BC" = ( /obj/structure/chair/plastic, /obj/machinery/light/small/directional/north, @@ -972,13 +972,13 @@ /obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "Ee" = ( /obj/structure/cable{ icon_state = "4-8" }, /turf/open/floor/plating/rust, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "Ef" = ( /obj/machinery/suit_storage_unit/open, /obj/effect/turf_decal/industrial/outline/red, @@ -990,7 +990,7 @@ "Eq" = ( /obj/structure/flora/stump, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "Es" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/rust, @@ -1001,7 +1001,7 @@ }, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "ER" = ( /obj/machinery/door/poddoor/shutters/preopen{ name = "Window Shutters"; @@ -1040,24 +1040,24 @@ icon_state = "2-4" }, /turf/open/floor/plating/rust, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "Gb" = ( /obj/structure/flora/junglebush/c, /obj/structure/flora/rock/jungle, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "Gs" = ( /obj/structure/flora/grass/jungle, /obj/structure/spacevine, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "GK" = ( /obj/structure/flora/junglebush/b, /obj/structure/flora/grass/jungle, /obj/structure/flora/grass/jungle, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "GR" = ( /obj/structure/cable{ icon_state = "2-8" @@ -1068,7 +1068,7 @@ /obj/structure/spacevine/dense, /obj/structure/flora/junglebush, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "Hb" = ( /obj/structure/cable{ icon_state = "4-8" @@ -1094,19 +1094,19 @@ pixel_y = -9 }, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "HB" = ( /obj/structure/barricade/sandbags, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "HR" = ( /obj/structure/chair/plastic, /mob/living/simple_animal/hostile/syndicate/ranged{ unsuitable_atmos_damage = 0 }, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "Il" = ( /obj/effect/decal/cleanable/cobweb, /obj/structure/rack, @@ -1123,7 +1123,7 @@ /obj/machinery/power/floodlight, /obj/structure/cable, /turf/open/floor/plating, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "IA" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/machinery/camera/autoname{ @@ -1135,7 +1135,7 @@ /obj/structure/flora/junglebush/large, /obj/structure/flora/grass/jungle/b, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "Ji" = ( /obj/structure/closet/crate/secure/plasma, /obj/item/stack/sheet/mineral/plasma/five, @@ -1145,7 +1145,7 @@ "Jt" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "Jv" = ( /turf/open/floor/plating, /area/ruin/jungle/syndifort) @@ -1154,7 +1154,7 @@ /obj/effect/decal/cleanable/dirt/dust, /obj/structure/flora/rock/pile, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "JY" = ( /turf/open/floor/plating/rust, /area/ruin/jungle/syndifort) @@ -1164,15 +1164,15 @@ }, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "Kw" = ( /obj/structure/flora/rock/jungle, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "KP" = ( /obj/structure/spacevine/dense, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "KV" = ( /obj/item/trash/chips{ pixel_x = -10 @@ -1209,10 +1209,10 @@ /obj/structure/spacevine/dense, /obj/structure/flora/junglebush, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "LK" = ( /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "Ma" = ( /obj/effect/decal/remains/human, /obj/effect/decal/cleanable/dirt/dust, @@ -1239,12 +1239,12 @@ /obj/structure/flora/grass/jungle, /obj/structure/spacevine, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "Ny" = ( /obj/structure/flora/junglebush/large, /obj/structure/flora/grass/jungle, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "Nz" = ( /obj/structure/cable{ icon_state = "4-8" @@ -1298,7 +1298,7 @@ "Ol" = ( /obj/structure/flora/grass/jungle/b, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "Oq" = ( /obj/structure/cable{ icon_state = "4-8" @@ -1308,7 +1308,7 @@ }, /obj/machinery/power/floodlight, /turf/open/floor/plating/rust, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "OC" = ( /obj/structure/cable, /obj/effect/turf_decal/industrial/outline/yellow, @@ -1330,7 +1330,7 @@ "OW" = ( /obj/structure/table/reinforced, /obj/item/trash/syndi_cakes, -/obj/machinery/photocopier/faxmachine, +/obj/machinery/fax, /turf/open/floor/plating, /area/ruin/jungle/syndifort/jerry) "Ph" = ( @@ -1338,18 +1338,18 @@ icon_state = "4-8" }, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "Pq" = ( /obj/structure/flora/grass/jungle/b, /obj/effect/decal/cleanable/dirt/dust, /obj/structure/flora/grass/jungle, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "PX" = ( /obj/structure/flora/junglebush, /obj/structure/flora/grass/jungle, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "Qi" = ( /obj/structure/cable{ icon_state = "4-10" @@ -1358,7 +1358,7 @@ pixel_y = 32 }, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "Qr" = ( /obj/structure/table, /turf/open/floor/plating, @@ -1375,12 +1375,12 @@ /obj/structure/flora/junglebush, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "QE" = ( /obj/structure/flora/junglebush/large, /obj/structure/flora/junglebush/b, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "QT" = ( /obj/item/ammo_casing/spent{ dir = 6; @@ -1400,7 +1400,7 @@ /obj/structure/flora/grass/jungle, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "Rw" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/machinery/light/small/directional/south, @@ -1418,7 +1418,7 @@ /obj/structure/spacevine/dense, /obj/structure/flora/grass/jungle, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "RT" = ( /obj/structure/toilet{ dir = 8; @@ -1437,28 +1437,28 @@ "Sf" = ( /obj/structure/spacevine/dense, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "SO" = ( /obj/structure/flora/grass/jungle, /obj/structure/flora/grass/jungle, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "ST" = ( /obj/structure/flora/grass/jungle/b, /obj/structure/flora/junglebush, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "SX" = ( /obj/structure/flora/rock, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "Tb" = ( /obj/structure/flora/junglebush/c, /obj/structure/flora/junglebush, /obj/structure/flora/grass/jungle, /obj/structure/flora/junglebush/c, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "Td" = ( /obj/item/ammo_casing/spent{ dir = 5; @@ -1486,12 +1486,12 @@ "TK" = ( /obj/structure/flora/junglebush, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "TV" = ( /obj/structure/flora/grass/jungle, /obj/structure/flora/tree/jungle/small, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "Uc" = ( /obj/machinery/door/poddoor/shutters/preopen{ name = "Base Gates"; @@ -1522,13 +1522,13 @@ }, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "UK" = ( /obj/structure/barricade/sandbags, /obj/structure/flora/grass/jungle/b, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "UQ" = ( /obj/structure/cable{ icon_state = "1-6" @@ -1539,7 +1539,7 @@ /obj/structure/barricade/sandbags, /obj/structure/flora/grass/jungle/b, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "Vf" = ( /obj/machinery/suit_storage_unit/syndicate{ storage_type = /obj/item/toy/balloon/syndicate @@ -1565,30 +1565,30 @@ "VV" = ( /obj/structure/spacevine, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "Wj" = ( /obj/structure/flora/grass/jungle/b, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "Wl" = ( /obj/structure/flora/tree/jungle, /obj/structure/flora/grass/jungle, /obj/structure/flora/grass/jungle, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "Wm" = ( /obj/structure/flora/grass/jungle, /obj/structure/flora/grass/jungle, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "Wz" = ( /obj/structure/cable{ icon_state = "4-8" }, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "WF" = ( /obj/effect/turf_decal/syndicateemblem/bottom/left, /turf/open/floor/mineral/plastitanium/red, @@ -1604,33 +1604,33 @@ /obj/structure/barricade/sandbags, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "Xc" = ( /obj/structure/flora/junglebush/large, /obj/structure/flora/junglebush, /obj/structure/flora/grass/jungle, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "Xx" = ( /obj/structure/cable{ icon_state = "5-8" }, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "XE" = ( /turf/closed/wall/r_wall/rust, /area/ruin/jungle/syndifort) "XM" = ( /obj/structure/flora/rock/pile, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "XZ" = ( /obj/structure/cable{ icon_state = "1-2" }, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "Ya" = ( /obj/item/trash/syndi_cakes, /obj/effect/decal/cleanable/dirt/dust, @@ -1642,7 +1642,7 @@ "Yj" = ( /obj/structure/flora/rock, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "Yk" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/structure/cable{ @@ -1667,17 +1667,17 @@ /obj/structure/flora/grass/jungle, /obj/structure/flora/rock, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "YO" = ( /obj/structure/flora/tree/jungle/small, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "YP" = ( /obj/structure/cable{ icon_state = "1-8" }, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "Zo" = ( /obj/item/ammo_casing/spent{ dir = 8; @@ -1699,12 +1699,12 @@ /obj/structure/flora/rock/pile/largejungle, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/dirt/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "ZG" = ( /obj/structure/flora/rock/jungle, /obj/structure/flora/junglebush/c, /turf/open/floor/plating/grass/jungle/lit, -/area/ruin/jungle) +/area/overmap_encounter/planetoid/jungle/explored) "ZU" = ( /obj/item/ammo_casing/spent{ dir = 9; diff --git a/_maps/RandomRuins/JungleRuins/jungle_witch.dmm b/_maps/RandomRuins/JungleRuins/jungle_witch.dmm index 465c445a6eac..70080ddae51b 100644 --- a/_maps/RandomRuins/JungleRuins/jungle_witch.dmm +++ b/_maps/RandomRuins/JungleRuins/jungle_witch.dmm @@ -28,7 +28,7 @@ "el" = ( /obj/structure/flora/junglebush, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "ev" = ( /obj/structure/table/wood/fancy/cyan, /obj/machinery/microwave{ @@ -90,7 +90,7 @@ "nW" = ( /obj/effect/decal/cleanable/blood/gibs/torso, /turf/open/water/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "oL" = ( /obj/item/flashlight/lamp/bananalamp, /turf/open/floor/wood, @@ -103,11 +103,11 @@ "qM" = ( /obj/structure/flora/ausbushes/brflowers, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "rr" = ( /obj/structure/trap/fire, /turf/open/water/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "rM" = ( /obj/structure/table/wood, /obj/item/fakeartefact, @@ -135,7 +135,7 @@ "sP" = ( /obj/structure/flora/rock/jungle, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "sT" = ( /obj/effect/decal/cleanable/crayon, /obj/item/shard{ @@ -157,7 +157,7 @@ "tC" = ( /obj/structure/trap/damage, /turf/open/floor/wood, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "tT" = ( /obj/item/toy/plush/narplush, /turf/open/floor/wood, @@ -173,7 +173,7 @@ /area/ruin/powered) "wI" = ( /turf/open/water/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "wL" = ( /obj/item/chair/wood, /turf/open/floor/wood, @@ -181,7 +181,7 @@ "yj" = ( /obj/structure/flora/tree/jungle, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "ym" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/wood, @@ -193,11 +193,11 @@ "zZ" = ( /obj/structure/flora/rock, /turf/open/water/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "AG" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/wood, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "Bj" = ( /obj/effect/decal/cleanable/food/tomato_smudge, /turf/open/floor/wood, @@ -205,10 +205,10 @@ "Cc" = ( /obj/structure/flora/tree/jungle/small, /turf/open/water/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "CN" = ( /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "Dr" = ( /obj/effect/decal/cleanable/generic, /obj/machinery/light/dim/directional/south, @@ -227,7 +227,7 @@ "ER" = ( /obj/structure/trap/stun, /turf/open/floor/wood, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "EV" = ( /obj/structure/barricade/wooden, /obj/structure/curtain/cloth/fancy, @@ -236,7 +236,7 @@ "FG" = ( /obj/structure/trap/chill, /turf/open/water/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "Go" = ( /mob/living/simple_animal/hostile/dark_wizard, /turf/open/floor/wood, @@ -253,7 +253,7 @@ "KA" = ( /obj/structure/flora/ausbushes/ywflowers, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "LK" = ( /obj/structure/barricade/wooden/crude, /obj/structure/curtain/cloth/fancy, @@ -263,7 +263,7 @@ /obj/effect/decal/cleanable/blood/gibs/up, /obj/item/clothing/head/helmet/chaplain, /turf/open/water/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "Ps" = ( /obj/item/chair/wood{ dir = 1 @@ -275,7 +275,7 @@ /obj/item/clothing/suit/armor/riot/chaplain, /obj/item/claymore/weak, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "SZ" = ( /obj/item/clothing/suit/armor/riot/chaplain/witchhunter, /obj/item/clothing/head/helmet/chaplain/witchunter_hat, @@ -283,7 +283,7 @@ /obj/item/bodypart/head, /obj/effect/decal/cleanable/blood/gibs/bubblegum, /turf/open/water/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "Uy" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/machinery/light/dim/directional/west, @@ -296,7 +296,7 @@ "Xl" = ( /obj/structure/flora/ausbushes/ppflowers, /turf/open/floor/plating/dirt/jungle/dark/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "YG" = ( /obj/item/clothing/suit/wizrobe/marisa, /obj/item/clothing/head/wizard/marisa, @@ -308,7 +308,7 @@ /area/ruin/powered) "YZ" = ( /turf/open/floor/wood, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "Zi" = ( /obj/structure/table/wood, /obj/item/fakeartefact, @@ -320,7 +320,7 @@ "ZL" = ( /obj/structure/trap/damage, /turf/open/water/jungle/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/jungle/explored) "ZW" = ( /obj/effect/mob_spawn/human/corpse, /turf/open/floor/wood, diff --git a/_maps/RandomRuins/LavaRuins/lavaland_biodome_beach.dmm b/_maps/RandomRuins/LavaRuins/lavaland_biodome_beach.dmm index 12f4ff918b93..9df6d9962866 100644 --- a/_maps/RandomRuins/LavaRuins/lavaland_biodome_beach.dmm +++ b/_maps/RandomRuins/LavaRuins/lavaland_biodome_beach.dmm @@ -210,9 +210,6 @@ /obj/structure/flora/ausbushes/stalkybush, /turf/open/floor/plating/beach/water, /area/ruin/powered/beach) -"bW" = ( -/turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/lavaland/surface/outdoors/explored) "cd" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 4 @@ -416,6 +413,9 @@ /obj/structure/fluff/beach_umbrella/engine, /turf/open/floor/plating/beach/sand, /area/ruin/powered/beach) +"iC" = ( +/turf/open/floor/plating/asteroid/basalt/lava_land_surface, +/area/overmap_encounter/planetoid/cave/explored) "jc" = ( /obj/structure/table/wood, /obj/item/reagent_containers/pill/morphine, @@ -452,6 +452,9 @@ /obj/structure/fluff/beach_umbrella/cap, /turf/open/floor/plating/beach/sand, /area/ruin/powered/beach) +"kq" = ( +/turf/closed/mineral/random/volcanic, +/area/overmap_encounter/planetoid/cave/explored) "li" = ( /obj/machinery/door/airlock/sandstone{ name = "Bar Access"; @@ -620,7 +623,7 @@ "sZ" = ( /obj/machinery/atmospherics/components/unary/outlet_injector, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/lavaland/surface/outdoors/explored) +/area/overmap_encounter/planetoid/cave/explored) "ta" = ( /obj/structure/curtain, /turf/open/floor/plasteel/white, @@ -833,9 +836,6 @@ "Bn" = ( /turf/open/floor/carpet/blue, /area/ruin/powered/beach) -"Bp" = ( -/turf/closed/mineral/random/volcanic, -/area/lavaland/surface/outdoors/explored) "Br" = ( /obj/item/melee/skateboard/hoverboard, /mob/living/simple_animal/chicken{ @@ -1559,23 +1559,20 @@ }, /turf/open/floor/plating/beach/sand, /area/ruin/powered/beach) -"ZS" = ( -/turf/closed/mineral/random/volcanic, -/area/template_noop) (1,1,1) = {" aa aa aa aa -Bp -Bp -Bp -Bp -bW -bW -bW -Bp +kq +kq +kq +kq +iC +iC +iC +kq aa aa aa @@ -1592,8 +1589,8 @@ BE BE BE yc -Bp -Bp +kq +kq "} (2,1,1) = {" aa @@ -1625,7 +1622,7 @@ jW aF Fr yc -Bp +kq "} (3,1,1) = {" aa @@ -1657,7 +1654,7 @@ Eq ct hS cd -Bp +kq "} (4,1,1) = {" aa @@ -1689,7 +1686,7 @@ CK IJ Bg CU -Bp +kq "} (5,1,1) = {" aa @@ -1721,7 +1718,7 @@ aP Wd aj MZ -Bp +kq "} (6,1,1) = {" aa @@ -1753,7 +1750,7 @@ EF EF Vr MZ -Bp +kq "} (7,1,1) = {" aa @@ -1785,7 +1782,7 @@ uz uz lq MZ -Bp +kq "} (8,1,1) = {" aa @@ -1817,7 +1814,7 @@ uz uz PN MZ -Bp +kq "} (9,1,1) = {" aa @@ -1849,7 +1846,7 @@ uz uz lq MZ -Bp +kq "} (10,1,1) = {" aa @@ -1948,7 +1945,7 @@ xS MZ "} (13,1,1) = {" -Bp +kq Fr yc ar @@ -1980,8 +1977,8 @@ xS MZ "} (14,1,1) = {" -Bp -bW +kq +iC MZ Yo ar @@ -2012,7 +2009,7 @@ xS MZ "} (15,1,1) = {" -Bp +kq sZ cd ar @@ -2044,8 +2041,8 @@ vn MZ "} (16,1,1) = {" -Bp -bW +kq +iC MZ dX Dn @@ -2076,8 +2073,8 @@ xS MZ "} (17,1,1) = {" -Bp -bW +kq +iC MZ Fo ar @@ -2108,7 +2105,7 @@ xS MZ "} (18,1,1) = {" -Bp +kq Zi Mf ap @@ -2264,8 +2261,8 @@ AE AE qf MZ -Bp -Bp +kq +kq "} (23,1,1) = {" aa @@ -2297,7 +2294,7 @@ wY bD Fr yc -Bp +kq "} (24,1,1) = {" aa @@ -2489,7 +2486,7 @@ BE Ir BE Mf -Bp +kq "} (30,1,1) = {" aa @@ -2499,7 +2496,7 @@ BE BE BE Mf -ZS +kq Fr BE BE @@ -2514,12 +2511,12 @@ Mf aj aj aj -Bp -Bp -Bp -Bp -Bp -Bp -Bp -Bp +kq +kq +kq +kq +kq +kq +kq +kq "} diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_SPOOKYCRASH.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_SPOOKYCRASH.dmm index fbef36db538b..8b39b0a6faa8 100644 --- a/_maps/RandomRuins/LavaRuins/lavaland_surface_SPOOKYCRASH.dmm +++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_SPOOKYCRASH.dmm @@ -1,14 +1,14 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE "a" = ( /turf/closed/mineral/random/volcanic, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "b" = ( /obj/effect/decal/cleanable/blood, /obj/machinery/light/broken/directional/south, /obj/item/stack/tile/mineral/titanium/blue, /obj/item/storage/book/bible, /turf/open/floor/plating, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "c" = ( /obj/item/ectoplasm, /obj/effect/decal/cleanable/blood/drip{ @@ -16,37 +16,37 @@ pixel_y = -3 }, /turf/open/floor/mineral/titanium, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "d" = ( /turf/closed/wall/mineral/titanium, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "e" = ( /obj/effect/decal/cleanable/blood/gibs, /turf/open/floor/mineral/plastitanium/red, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "h" = ( /obj/item/stack/tile/mineral/plastitanium/red, /obj/effect/decal/cleanable/blood/drip{ pixel_y = -3 }, /turf/open/floor/plating, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "j" = ( /obj/machinery/power/shuttle/engine/electric{ dir = 1 }, /turf/open/floor/plating, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "k" = ( /obj/item/stack/tile/mineral/titanium, /turf/open/floor/plating, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "l" = ( /obj/structure/grille/broken, /obj/effect/decal/cleanable/glass, /obj/item/shard, /turf/open/floor/plating, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "m" = ( /obj/structure/table, /obj/item/soulstone/anybody, @@ -57,14 +57,14 @@ /obj/item/clothing/head/wizard/black, /obj/item/clothing/suit/wizrobe/black, /turf/open/floor/mineral/plastitanium/red, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "n" = ( /obj/effect/decal/cleanable/blood, /obj/effect/decal/cleanable/glass, /obj/item/stack/rods, /obj/item/stack/tile/mineral/titanium/blue, /turf/open/floor/plating, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "o" = ( /obj/item/shard, /obj/effect/decal/cleanable/glass, @@ -73,18 +73,18 @@ pixel_y = 1 }, /turf/open/floor/mineral/titanium, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "q" = ( /obj/effect/decal/cleanable/blood/drip{ pixel_x = 13; pixel_y = 8 }, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "t" = ( /obj/item/stack/tile/mineral/plastitanium/red, /turf/open/floor/plating, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "u" = ( /obj/structure/window/reinforced/tinted, /obj/structure/closet/crate{ @@ -95,14 +95,14 @@ /obj/item/storage/toolbox/emergency, /obj/item/flashlight/flare, /turf/open/floor/mineral/titanium, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "v" = ( /obj/structure/closet/crate/coffin{ icon_state = "coffinopen"; opened = 1 }, /turf/open/floor/mineral/plastitanium/red, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "w" = ( /obj/structure/chair/comfy/shuttle{ dir = 4 @@ -110,31 +110,31 @@ /obj/effect/decal/cleanable/blood, /obj/item/stack/tile/mineral/plastitanium/red, /turf/open/floor/plating, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "A" = ( /obj/effect/decal/cleanable/blood, /mob/living/simple_animal/hostile/asteroid/hivelord/legion, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "C" = ( /obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/mineral/titanium, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "D" = ( /obj/structure/frame/computer, /obj/item/circuitboard/computer/shuttle/helm, /obj/item/shard, /turf/open/floor/mineral/titanium/blue, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "E" = ( /obj/effect/decal/cleanable/blood/drip{ pixel_y = 10 }, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "F" = ( /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "G" = ( /obj/machinery/light/broken/directional/north, /obj/effect/decal/cleanable/blood/splatter, @@ -142,7 +142,7 @@ dir = 4 }, /turf/open/floor/mineral/plastitanium/red, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "I" = ( /obj/effect/mob_spawn/human/corpse/damaged, /obj/effect/decal/cleanable/blood, @@ -154,25 +154,25 @@ name = "rusted claymore" }, /turf/open/floor/mineral/plastitanium/red, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "J" = ( /obj/structure/girder/displaced, /obj/item/stack/sheet/mineral/titanium, /turf/open/floor/plating, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "K" = ( /obj/effect/decal/cleanable/glass, /obj/effect/decal/cleanable/blood/drip, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "L" = ( /obj/item/grenade/chem_grenade/ghostbuster, /turf/open/floor/mineral/titanium, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "M" = ( /obj/structure/table, /obj/item/paper/crumpled{ - info = "Objective is to locate and secure the reliquary holding the supernatural items, then swing them back to HQ for containment. Simple job for Mystery Inc."; + default_raw_text = "Objective is to locate and secure the reliquary holding the supernatural items, then swing them back to HQ for containment. Simple job for Mystery Inc."; name = "Mission Statement"; pixel_x = -5 }, @@ -180,12 +180,12 @@ pixel_x = 6 }, /turf/open/floor/mineral/titanium/blue, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "N" = ( /obj/effect/spawner/structure/window/shuttle, /obj/structure/grille, /turf/open/floor/plating, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "O" = ( /obj/effect/mob_spawn/human/corpse/damaged, /obj/item/clothing/shoes/jackboots, @@ -193,17 +193,17 @@ /obj/item/clothing/glasses/welding/ghostbuster, /obj/effect/decal/cleanable/blood, /turf/open/floor/mineral/plastitanium/red, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "Q" = ( /obj/structure/girder, /obj/item/stack/sheet/mineral/titanium, /turf/open/floor/plating, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "R" = ( /obj/machinery/power/smes/shuttle, /obj/structure/window/reinforced/tinted, /turf/open/floor/mineral/titanium, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "T" = ( /obj/structure/window/reinforced/tinted, /obj/effect/decal/cleanable/blood, @@ -213,11 +213,11 @@ name = "Gooby-Moo" }, /turf/open/floor/mineral/titanium, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "U" = ( /obj/effect/decal/cleanable/blood, /turf/open/floor/mineral/plastitanium/red, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "V" = ( /obj/structure/closet/crate{ name = "DANGER: PARANORMAL ARTEFACTS" @@ -229,12 +229,12 @@ /obj/item/nullrod/scythe/talking, /obj/item/clothing/head/helmet/skull, /turf/open/floor/mineral/plastitanium/red, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "W" = ( /obj/machinery/door/airlock/shuttle, /obj/effect/mapping_helpers/airlock/locked, /turf/open/floor/mineral/titanium/blue, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "X" = ( /obj/structure/chair/comfy/shuttle{ dir = 1 @@ -246,19 +246,19 @@ /obj/effect/decal/cleanable/blood, /obj/effect/decal/cleanable/glass, /turf/open/floor/mineral/titanium/blue, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "Y" = ( /obj/structure/chair/comfy/shuttle{ dir = 4 }, /obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/mineral/plastitanium/red, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "Z" = ( /obj/machinery/door/airlock/shuttle, /obj/structure/fans/tiny, /turf/open/floor/mineral/plastitanium/red, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) (1,1,1) = {" a diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_ashwalker_shrine.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_ashwalker_shrine.dmm index 2365a761955c..5001fd7a1831 100644 --- a/_maps/RandomRuins/LavaRuins/lavaland_surface_ashwalker_shrine.dmm +++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_ashwalker_shrine.dmm @@ -4,7 +4,7 @@ dir = 4 }, /turf/open/floor/plating/ashplanet/ash, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "aw" = ( /obj/structure/stone_tile/block{ dir = 8 @@ -12,7 +12,7 @@ /obj/item/melee/transforming/energy/sword/saber/red, /obj/effect/mob_spawn/human/corpse/nanotrasenassaultsoldier, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "aA" = ( /turf/template_noop, /area/template_noop) @@ -21,24 +21,24 @@ /obj/item/storage/backpack/duffelbag/syndie/surgery, /obj/structure/closet/supplypod, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "bm" = ( /obj/structure/stone_tile/slab, /obj/structure/table/wood, /obj/item/storage/toolbox/syndicate, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "cm" = ( /obj/structure/stone_tile/block, /obj/structure/stone_tile/slab{ pixel_y = -16 }, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "cv" = ( /obj/structure/bonfire, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "cx" = ( /obj/structure/stone_tile/slab, /obj/item/ammo_casing/shotgun/buckshot, @@ -46,7 +46,7 @@ mob_species = /datum/species/lizard/ashwalker }, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "cA" = ( /obj/structure/stone_tile/block{ dir = 4 @@ -55,12 +55,12 @@ dir = 8 }, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "cR" = ( /obj/structure/stone_tile/slab, /obj/item/ammo_casing/shotgun/buckshot, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "dg" = ( /obj/structure/stone_tile/block{ pixel_x = -16 @@ -72,7 +72,7 @@ dir = 4 }, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "dn" = ( /obj/structure/stone_tile/block{ dir = 8 @@ -81,28 +81,28 @@ dir = 4 }, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "dv" = ( /obj/item/ammo_casing/shotgun/buckshot, /turf/open/floor/wood, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "dD" = ( /turf/closed/indestructible/riveted/boss, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "dM" = ( /obj/structure/stone_tile/slab, /turf/open/lava/smooth/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "dY" = ( /obj/structure/fence/door{ dir = 4 }, /turf/open/floor/wood, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "ee" = ( /obj/structure/stone_tile/slab/burnt, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "ej" = ( /obj/structure/stone_tile/surrounding_tile/cracked{ dir = 4 @@ -113,22 +113,22 @@ dir = 1 }, /turf/open/lava/smooth/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "ek" = ( /obj/structure/stone_tile/block{ dir = 8 }, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "eq" = ( /obj/item/storage/bag/plants/portaseeder, /turf/open/floor/wood, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "ew" = ( /obj/structure/stone_tile/block, /obj/structure/mineral_door/sandstone, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "eH" = ( /obj/structure/stone_tile/center, /obj/structure/stone_tile/surrounding_tile, @@ -142,7 +142,7 @@ dir = 1 }, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "eZ" = ( /obj/structure/stone_tile/surrounding_tile/cracked, /obj/structure/stone_tile/center, @@ -153,13 +153,13 @@ dir = 8 }, /turf/open/lava/smooth/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "fd" = ( /obj/structure/stone_tile/slab/cracked{ dir = 10 }, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "fe" = ( /obj/structure/closet/crate/radiation, /obj/item/flashlight/lantern, @@ -167,7 +167,7 @@ /obj/item/flashlight/lantern, /obj/item/flashlight/flare, /turf/open/floor/wood, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "fU" = ( /obj/structure/stone_tile/block{ dir = 4; @@ -178,16 +178,16 @@ dir = 8 }, /turf/open/lava/smooth/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "fV" = ( /turf/open/floor/wood{ icon_state = "wood-broken4" }, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "gl" = ( /obj/structure/stone_tile/block, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "gp" = ( /obj/structure/stone_tile{ dir = 1 @@ -200,53 +200,53 @@ dir = 4 }, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "gM" = ( /obj/item/stack/cable_coil/red, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "ha" = ( /obj/structure/stone_tile/slab/cracked{ dir = 6 }, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "hd" = ( /obj/structure/stone_tile, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "hk" = ( /obj/structure/rack, /obj/item/stack/sheet/mineral/wood{ amount = 18 }, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "ie" = ( /obj/structure/table/wood, /obj/item/seeds/cannabis, /turf/open/floor/wood, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "ik" = ( /obj/structure/stone_tile{ dir = 8 }, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "il" = ( /obj/structure/table/wood, /obj/item/spear/bonespear, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "im" = ( /obj/structure/fence{ dir = 8 }, /turf/open/floor/plating/ashplanet/ash, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "iw" = ( /turf/open/floor/wood, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "je" = ( /obj/structure/stone_tile/block{ dir = 1; @@ -257,14 +257,14 @@ dir = 1 }, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "jl" = ( /turf/open/lava/smooth/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "ke" = ( /obj/machinery/hydroponics/soil, /turf/open/floor/plating/ashplanet/ash, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "kz" = ( /obj/structure/stone_tile/block{ dir = 8; @@ -277,80 +277,80 @@ dir = 4 }, /turf/open/lava/smooth/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "kD" = ( /obj/structure/stone_tile/block{ dir = 1 }, /obj/item/ammo_casing/shotgun/buckshot, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "kT" = ( /obj/structure/stone_tile/block{ dir = 4 }, /obj/structure/mineral_door/sandstone, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "kV" = ( /turf/open/floor/wood{ icon_state = "wood-broken2" }, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "kZ" = ( /obj/structure/stone_tile/surrounding_tile{ dir = 4 }, /turf/open/lava/smooth/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "lc" = ( /obj/structure/stone_tile/slab, /obj/structure/table/wood, /obj/item/instrument/trombone, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "lh" = ( /obj/structure/table/wood, /obj/item/storage/firstaid/fire, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "ln" = ( /obj/machinery/the_singularitygen, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "lt" = ( /mob/living/simple_animal/hostile/asteroid/gutlunch, /turf/open/floor/wood, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "lx" = ( /obj/structure/fence, /turf/open/floor/plating/ashplanet/ash, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "lO" = ( /obj/structure/stone_tile/slab{ pixel_y = -16 }, /obj/structure/stone_tile/block, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "mg" = ( /obj/structure/stone_tile/slab, /obj/structure/mineral_door/sandstone, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "nh" = ( /obj/effect/mob_spawn/human/corpse{ mob_species = /datum/species/lizard/ashwalker }, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "nr" = ( /obj/structure/stone_tile/block{ dir = 1 }, /obj/structure/mineral_door/sandstone, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "ny" = ( /obj/structure/stone_tile/block{ dir = 1 @@ -360,12 +360,12 @@ dir = 4 }, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "ox" = ( /obj/structure/stone_tile/slab, /obj/effect/gibspawner/human, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "oF" = ( /obj/structure/stone_tile/block, /obj/structure/stone_tile/block{ @@ -373,11 +373,11 @@ }, /obj/structure/chair/wood/wings, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "oO" = ( /obj/structure/fence/door, /turf/open/floor/plating/ashplanet/ash, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "oY" = ( /obj/structure/stone_tile/surrounding_tile/cracked, /obj/structure/stone_tile/surrounding_tile/cracked{ @@ -388,81 +388,81 @@ dir = 8 }, /turf/open/lava/smooth/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "px" = ( /obj/item/seeds/potato, /turf/open/floor/plating/ashplanet/ash, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "pJ" = ( /mob/living/simple_animal/hostile/nanotrasen/ranged/smg, /turf/open/floor/wood, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "pT" = ( /obj/structure/table/wood, /obj/item/seeds/ambrosia, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "pZ" = ( /obj/structure/fence/corner{ dir = 6 }, /turf/open/floor/plating/ashplanet/ash, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "qq" = ( /obj/structure/stone_tile/slab/cracked{ dir = 5 }, /obj/structure/bonfire, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "qw" = ( /obj/effect/gibspawner/human, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "qy" = ( /obj/structure/stone_tile/slab/burnt, /obj/item/ammo_casing/shotgun/buckshot, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "qG" = ( /obj/structure/stone_tile/surrounding, /obj/structure/stone_tile/center, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "rc" = ( /mob/living/simple_animal/hostile/asteroid/gutlunch/gubbuck, /turf/open/floor/wood, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "rk" = ( /obj/structure/stone_tile/block{ dir = 1 }, /obj/structure/stone_tile/block, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "rm" = ( /obj/structure/stone_tile/slab, /obj/structure/chair/wood/wings{ dir = 4 }, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "rp" = ( /obj/structure/rack, /turf/open/floor/wood, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "ru" = ( /turf/open/floor/wood{ icon_state = "wood-broken5" }, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "rx" = ( /obj/structure/stone_tile/block, /obj/effect/mob_spawn/human/corpse{ mob_species = /datum/species/lizard/ashwalker }, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "rD" = ( /obj/structure/stone_tile/slab, /obj/effect/mob_spawn/human/corpse{ @@ -470,21 +470,21 @@ }, /obj/item/spear/bonespear, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "rH" = ( /obj/structure/stone_tile/surrounding_tile{ dir = 8 }, /turf/open/lava/smooth/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "rJ" = ( /obj/structure/stone_tile/slab, /obj/item/paper{ desc = "A hastily written note, written in the Lizard language."; - info = "To all brethren who may read this, we are sorry. We failed to defend the Necropolis, and those from the sky destroyed our home. I write this in my last dying breath, to warn you to not make our mistakes. Don't let them fool you with their actions, all of those who come from the sky are not your friends. They wish to loot and pillage your villages. Please do not make our same mistakes." + default_raw_text = "To all brethren who may read this, we are sorry. We failed to defend the Necropolis, and those from the sky destroyed our home. I write this in my last dying breath, to warn you to not make our mistakes. Don't let them fool you with their actions, all of those who come from the sky are not your friends. They wish to loot and pillage your villages. Please do not make our same mistakes." }, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "sc" = ( /obj/structure/stone_tile/block{ dir = 8 @@ -494,21 +494,21 @@ }, /obj/item/spear/bonespear, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "ss" = ( /obj/structure/stone_tile/slab, /mob/living/simple_animal/hostile/asteroid/gutlunch/gubbuck, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "sM" = ( /obj/item/seeds/tower, /turf/open/floor/plating/ashplanet/ash, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "tR" = ( /obj/structure/table/wood, /obj/item/seeds/cotton/durathread, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "uc" = ( /obj/structure/stone_tile{ dir = 1 @@ -521,26 +521,26 @@ dir = 4 }, /turf/open/lava/smooth/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "uH" = ( /obj/structure/stone_tile/block, /obj/effect/gibspawner/human, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "uJ" = ( /obj/structure/bed, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "uK" = ( /turf/closed/wall/mineral/wood/nonmetal, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "vd" = ( /obj/structure/stone_tile/block, /obj/structure/stone_tile/block{ dir = 1 }, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "vm" = ( /obj/structure/stone_tile/block{ dir = 4 @@ -549,11 +549,11 @@ dir = 8 }, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "vu" = ( /obj/structure/stone_tile/surrounding, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "vH" = ( /obj/structure/stone_tile/block, /obj/effect/mob_spawn/human/corpse{ @@ -561,7 +561,7 @@ }, /obj/item/spear/bonespear, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "vN" = ( /obj/structure/stone_tile/block{ dir = 8; @@ -574,95 +574,95 @@ dir = 4 }, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "vU" = ( /obj/effect/mob_spawn/human/corpse{ mob_species = /datum/species/lizard/ashwalker }, /obj/item/spear/bonespear, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "vW" = ( /obj/structure/stone_tile/center, /obj/structure/stone_tile/surrounding/burnt, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "wi" = ( /mob/living/simple_animal/hostile/asteroid/gutlunch, /turf/open/floor/plating/ashplanet/ash, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "wt" = ( /obj/structure/bed, /turf/open/floor/wood, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "wz" = ( /obj/structure/stone_tile{ dir = 4 }, /obj/structure/stone_tile/block, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "wO" = ( /mob/living/simple_animal/hostile/asteroid/gutlunch/guthen, /turf/open/floor/wood, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "wV" = ( /obj/structure/table/wood, /turf/open/floor/wood, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "xa" = ( /obj/structure/stone_tile/block{ dir = 4 }, /obj/effect/gibspawner/human, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "xt" = ( /obj/structure/stone_tile/slab, /obj/structure/table/wood, /obj/item/weldingtool/experimental, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "xT" = ( /obj/structure/stone_tile/slab, /obj/structure/stone_tile/slab, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "xZ" = ( /obj/structure/stone_tile/slab, /mob/living/simple_animal/hostile/asteroid/gutlunch/guthen, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "yp" = ( /obj/structure/stone_tile/block, /mob/living/simple_animal/hostile/asteroid/gutlunch, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "yD" = ( /obj/structure/stone_tile/slab, /mob/living/simple_animal/hostile/asteroid/gutlunch/grublunch, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "yJ" = ( /obj/structure/stone_tile/slab, /mob/living/simple_animal/hostile/nanotrasen/ranged/assault, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "zG" = ( /obj/structure/table/wood, /obj/structure/stone_tile/slab, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "zJ" = ( /obj/structure/sink/puddle, /turf/open/floor/plating/ashplanet/ash, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "zW" = ( /obj/item/ammo_casing/shotgun/buckshot, /turf/open/floor/wood{ icon_state = "wood-broken6" }, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "zY" = ( /obj/structure/stone_tile/block{ dir = 1; @@ -676,28 +676,28 @@ mob_species = /datum/species/lizard/ashwalker }, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "An" = ( /obj/structure/fence/corner{ dir = 8 }, /turf/open/floor/plating/ashplanet/ash, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "At" = ( /obj/structure/table/wood, /obj/item/seeds/garlic, /turf/open/floor/wood, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "AG" = ( /obj/item/seeds/peas, /turf/open/floor/plating/ashplanet/ash, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "AI" = ( /obj/structure/stone_tile/block/cracked{ dir = 4 }, /turf/open/lava/smooth/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "AY" = ( /obj/structure/stone_tile/block{ dir = 4 @@ -706,22 +706,22 @@ mob_species = /datum/species/lizard/ashwalker }, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "Bv" = ( /obj/item/seeds/glowshroom/glowcap, /turf/open/floor/plating/ashplanet/ash, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "BF" = ( /obj/machinery/hydroponics/soil, /obj/item/seeds/tower, /turf/open/floor/plating/ashplanet/ash, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "Cr" = ( /obj/structure/fence/door{ dir = 4 }, /turf/open/floor/plating/ashplanet/ash, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "CE" = ( /obj/structure/stone_tile{ dir = 8 @@ -730,40 +730,40 @@ pixel_y = -16 }, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "CM" = ( /turf/open/floor/plating/ashplanet/ash, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "CP" = ( /obj/machinery/smartfridge/drying_rack, /turf/open/floor/wood, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "CT" = ( /obj/structure/stone_tile/slab, /obj/structure/table/wood, /obj/item/reagent_containers/food/snacks/soup/blood, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "CU" = ( /obj/structure/stone_tile/slab, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "Dk" = ( /obj/structure/stone_tile{ dir = 4 }, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "DF" = ( /obj/item/clothing/head/welding, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "Eh" = ( /obj/structure/stone_tile/slab, /obj/structure/table/wood, /obj/item/reagent_containers/glass/bowl/mushroom_bowl, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "Eq" = ( /obj/structure/stone_tile/block{ dir = 8 @@ -772,34 +772,34 @@ mob_species = /datum/species/lizard/ashwalker }, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "Ez" = ( /obj/structure/stone_tile/slab, /obj/structure/table/wood, /obj/item/reagent_containers/glass/bowl/mushroom_bowl, /obj/item/reagent_containers/food/snacks/soup/wish, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "Fk" = ( /obj/structure/stone_tile/block{ dir = 4 }, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "Fo" = ( /obj/structure/stone_tile/slab, /obj/structure/table/wood, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "FS" = ( /obj/structure/table/wood, /obj/item/seeds/ambrosia, /turf/open/floor/wood, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "Gr" = ( /obj/item/ammo_casing/shotgun/buckshot, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "GD" = ( /obj/structure/stone_tile/surrounding_tile/cracked{ dir = 8 @@ -812,17 +812,17 @@ dir = 4 }, /turf/open/lava/smooth/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "HL" = ( /obj/effect/mob_spawn/human/corpse{ mob_species = /datum/species/lizard/ashwalker }, /turf/open/floor/wood, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "HP" = ( /obj/structure/mineral_door/sandstone, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "Ii" = ( /obj/structure/stone_tile/surrounding_tile, /obj/structure/stone_tile/surrounding_tile{ @@ -849,22 +849,22 @@ pixel_y = -17 }, /turf/open/lava/smooth/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "IF" = ( /obj/structure/stone_tile/block{ dir = 1 }, /obj/item/kinetic_crusher, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "IO" = ( /obj/structure/stone_tile/block/cracked, /turf/open/lava/smooth/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "Jd" = ( /mob/living/simple_animal/hostile/asteroid/gutlunch/gubbuck, /turf/open/floor/plating/ashplanet/ash, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "Jk" = ( /obj/structure/stone_tile/block{ dir = 4; @@ -875,28 +875,28 @@ dir = 8 }, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "Jv" = ( /obj/structure/stone_tile/block{ dir = 1 }, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "JA" = ( /turf/open/floor/wood{ icon_state = "wood-broken3" }, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "JL" = ( /obj/structure/table/wood, /obj/item/seeds/cotton, /turf/open/floor/wood, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "JM" = ( /obj/structure/table/wood, /obj/item/seeds/cabbage, /turf/open/floor/wood, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "JR" = ( /obj/structure/stone_tile{ dir = 4 @@ -905,17 +905,17 @@ mob_species = /datum/species/lizard/ashwalker }, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "JV" = ( /obj/structure/table/wood, /obj/item/seeds/cherry, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "JZ" = ( /obj/structure/stone_tile/slab, /obj/structure/fluff/drake_statue, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "Kd" = ( /obj/structure/stone_tile/slab/cracked{ dir = 1 @@ -923,22 +923,22 @@ /obj/structure/table/wood, /obj/item/stack/sheet/mineral/wood/fifty, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "Ku" = ( /obj/structure/table/wood, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "KR" = ( /obj/item/storage/firstaid/regular, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "KS" = ( /obj/structure/stone_tile/block{ dir = 4 }, /obj/item/ammo_casing/shotgun/buckshot, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "Lj" = ( /obj/structure/stone_tile/block{ dir = 4 @@ -948,29 +948,29 @@ }, /obj/item/spear/bonespear, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "LG" = ( /mob/living/simple_animal/hostile/asteroid/gutlunch/guthen, /turf/open/floor/plating/ashplanet/ash, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "LL" = ( /obj/structure/stone_tile/slab, /obj/effect/mob_spawn/human/corpse{ mob_species = /datum/species/lizard/ashwalker }, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "LS" = ( /obj/item/seeds/plump, /turf/open/floor/plating/ashplanet/ash, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "MX" = ( /obj/structure/stone_tile/slab/cracked{ dir = 10 }, /obj/item/ammo_casing/shotgun/buckshot, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "Nf" = ( /obj/structure/stone_tile/block{ dir = 1 @@ -980,20 +980,20 @@ dir = 1 }, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "Np" = ( /obj/item/seeds/wheat, /turf/open/floor/plating/ashplanet/ash, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "Nt" = ( /obj/structure/bonfire, /turf/open/floor/wood, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "NA" = ( /obj/structure/table/wood, /obj/item/clothing/head/welding, /turf/open/floor/wood, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "ND" = ( /obj/structure/stone_tile/block, /obj/structure/stone_tile/slab{ @@ -1001,33 +1001,33 @@ }, /obj/structure/mineral_door/sandstone, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "NE" = ( /obj/structure/stone_tile/block{ dir = 1 }, /turf/open/lava/smooth/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "OB" = ( /obj/structure/table/optable, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "Pi" = ( /obj/structure/stone_tile/block/cracked{ dir = 1 }, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "Qv" = ( /obj/structure/sink/puddle, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "QT" = ( /obj/structure/fence/corner{ dir = 5 }, /turf/open/floor/plating/ashplanet/ash, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "QW" = ( /obj/structure/closet/crate/medical, /obj/item/storage/firstaid/regular, @@ -1036,13 +1036,13 @@ /obj/item/reagent_containers/blood/lizard, /obj/item/stack/sheet/cotton/cloth/ten, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "Sa" = ( /obj/structure/stone_tile/slab/cracked{ dir = 4 }, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "SJ" = ( /obj/effect/mob_spawn/human/corpse{ mob_species = /datum/species/lizard/ashwalker @@ -1051,22 +1051,22 @@ dir = 8 }, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "SO" = ( /obj/structure/closet/crate, /obj/item/flashlight/lantern, /obj/item/flashlight/lantern, /obj/item/flashlight/lantern, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "Td" = ( /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "Ty" = ( /obj/structure/stone_tile/slab/cracked, /mob/living/simple_animal/hostile/nanotrasen/ranged, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "TX" = ( /obj/structure/stone_tile{ dir = 8 @@ -1075,49 +1075,49 @@ dir = 1 }, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "Ua" = ( /obj/structure/stone_tile/surrounding_tile{ dir = 1 }, /turf/open/lava/smooth/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "Us" = ( /obj/structure/stone_tile/slab, /obj/structure/table/wood, /obj/item/spear/bonespear, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "Ux" = ( /turf/open/floor/wood{ icon_state = "wood-broken6" }, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "Uy" = ( /obj/structure/stone_tile/block{ dir = 8 }, /obj/structure/mineral_door/sandstone, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "UB" = ( /obj/structure/stone_tile{ dir = 1 }, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "UF" = ( /obj/structure/table/wood, /obj/item/spear/bonespear, /turf/open/floor/wood, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "Vb" = ( /obj/structure/stone_tile/block{ dir = 4 }, /obj/item/clothing/head/welding, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "VT" = ( /obj/structure/stone_tile/block{ dir = 4 @@ -1126,48 +1126,48 @@ dir = 4 }, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "WJ" = ( /obj/structure/table/wood, /obj/item/melee/transforming/energy/sword/saber/red, /turf/open/floor/wood, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "WM" = ( /obj/item/storage/firstaid/tactical, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "Xe" = ( /obj/machinery/hydroponics/soil, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "Xw" = ( /obj/structure/mineral_door/sandstone, /turf/open/floor/wood, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "Yg" = ( /obj/structure/stone_tile/slab/cracked{ dir = 5 }, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "Yh" = ( /obj/structure/stone_tile/slab/cracked, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "YC" = ( /obj/structure/table/wood, /obj/item/storage/firstaid/ancient, /turf/open/floor/wood, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "YI" = ( /obj/structure/table/wood, /obj/item/stack/sheet/mineral/wood/fifty, /turf/open/floor/wood, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "YT" = ( /obj/structure/stone_tile/block/cracked, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "Zc" = ( /obj/structure/stone_tile/block{ dir = 1 @@ -1175,24 +1175,24 @@ /obj/structure/stone_tile/block, /obj/structure/chair/wood/wings, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "Zj" = ( /obj/machinery/iv_drip, /obj/item/reagent_containers/food/drinks/waterbottle/large, /turf/open/floor/wood, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "ZL" = ( /obj/structure/stone_tile/block{ dir = 8 }, /obj/effect/gibspawner/human, /turf/open/lava/smooth/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) "ZX" = ( /obj/structure/table/wood, /obj/item/storage/box/rxglasses, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/template_noop) +/area/overmap_encounter/planetoid/lava/explored) (1,1,1) = {" Td diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_biodome_winter.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_biodome_winter.dmm index 3a0a7502cd35..58c683e6d043 100644 --- a/_maps/RandomRuins/LavaRuins/lavaland_surface_biodome_winter.dmm +++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_biodome_winter.dmm @@ -344,7 +344,7 @@ /area/ruin/powered/snow_biodome) "QI" = ( /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/lavaland/surface/outdoors/explored) +/area/overmap_encounter/planetoid/lava/explored) "QK" = ( /obj/structure/table, /obj/item/storage/fancy/cigarettes/cigpack_carp, diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_codelab.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_codelab.dmm new file mode 100644 index 000000000000..04ada2692122 --- /dev/null +++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_codelab.dmm @@ -0,0 +1,6293 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ai" = ( +/obj/effect/decal/cleanable/molten_object, +/obj/structure/table/chem, +/obj/item/slime_extract/darkblue{ + pixel_x = -7 + }, +/obj/item/reagent_containers/glass/beaker/cryoxadone{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/reagent_containers/syringe, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"am" = ( +/obj/structure/window/plasma/reinforced, +/obj/structure/window/plasma/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/atmos/oxygen, +/turf/open/floor/engine/o2, +/area/ruin/unpowered/codelab/maintenance) +"ap" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"ar" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/laboratory) +"aw" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"az" = ( +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/laboratory) +"aA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"aO" = ( +/obj/structure/window/plasma/reinforced{ + dir = 4 + }, +/obj/structure/window/plasma/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/air_input{ + dir = 4 + }, +/turf/open/floor/engine, +/area/ruin/unpowered/codelab/maintenance) +"aP" = ( +/obj/structure/table, +/obj/structure/window/reinforced/spawner/west, +/obj/item/modular_computer/laptop/preset, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/reception) +"aR" = ( +/obj/item/trash/can, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/reception) +"aY" = ( +/obj/structure/table, +/obj/structure/window/reinforced/spawner, +/obj/structure/window/reinforced/spawner/east, +/obj/item/modular_computer/laptop/preset, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/reception) +"bd" = ( +/obj/structure/closet/crate/large{ + anchored = 1 + }, +/obj/item/toy/plush/flushed, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"bl" = ( +/obj/structure/chair/office/light, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/reception) +"bn" = ( +/obj/structure/table, +/obj/item/trash/plate, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"bo" = ( +/obj/effect/turf_decal/corner/opaque/white/mono, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"bq" = ( +/obj/structure/table, +/obj/item/trash/semki, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"bv" = ( +/obj/machinery/atmospherics/pipe/simple/general/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"bw" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"by" = ( +/obj/effect/decal/cleanable/molten_object, +/obj/effect/turf_decal/industrial/loading{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"bz" = ( +/obj/structure/cable{ + icon_state = "5-8" + }, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/carpet/nanoweave/red, +/area/ruin/unpowered/codelab/laboratory) +"bE" = ( +/obj/effect/turf_decal/corner/opaque/white/mono, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"bG" = ( +/obj/effect/decal/cleanable/molten_object/large, +/mob/living/simple_animal/slime, +/obj/effect/decal/cleanable/food/plant_smudge, +/turf/open/floor/carpet/nanoweave/red, +/area/ruin/unpowered/codelab/laboratory) +"bT" = ( +/obj/effect/decal/cleanable/food/pie_smudge{ + desc = "Some kind of strange white goo."; + name = "strange goo" + }, +/mob/living/simple_animal/slime, +/obj/effect/turf_decal/corner/opaque/lime/border{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"cc" = ( +/obj/effect/turf_decal/industrial/stand_clear{ + dir = 4 + }, +/turf/open/floor/concrete/pavement/lava, +/area/ruin/unpowered/codelab/exterior) +"cd" = ( +/obj/machinery/light/dim/directional/north, +/obj/effect/decal/cleanable/generic, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"ck" = ( +/obj/machinery/door/airlock/external, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"cl" = ( +/obj/effect/turf_decal/box/white/corners{ + dir = 4 + }, +/turf/open/floor/concrete/pavement/lava, +/area/ruin/unpowered/codelab/exterior) +"cv" = ( +/obj/structure/fence, +/turf/open/floor/plating/grass/lava, +/area/ruin/unpowered/codelab/exterior) +"cA" = ( +/obj/structure/closet/cardboard, +/obj/machinery/light/dim/directional/south, +/obj/effect/turf_decal/corner/opaque/lime/border{ + dir = 8 + }, +/obj/item/disk/tech_disk/major, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"cH" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/turf/open/floor/carpet/nanoweave/red, +/area/ruin/unpowered/codelab/laboratory) +"cI" = ( +/obj/structure/fluff/paper/stack{ + dir = 6 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"cO" = ( +/obj/effect/turf_decal/corner_techfloor_grid{ + dir = 9 + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"cR" = ( +/obj/effect/turf_decal/corner/opaque/white/mono, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"cX" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible/layer2{ + dir = 4 + }, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"cZ" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/turf_decal/corner_techfloor_grid/full{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ruin/unpowered/codelab/reception) +"dg" = ( +/obj/structure/table, +/obj/machinery/door/window/brigdoor, +/obj/item/flashlight/lamp, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/reception) +"ds" = ( +/obj/effect/decal/remains/human, +/turf/open/floor/carpet/nanoweave/red, +/area/ruin/unpowered/codelab/laboratory) +"dx" = ( +/obj/effect/decal/cleanable/molten_object, +/obj/effect/turf_decal/corner/opaque/lime/border{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"dy" = ( +/obj/machinery/door/airlock/silver{ + name = "Bathroom" + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"dD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"dF" = ( +/obj/structure/closet/crate/secure{ + anchored = 1 + }, +/obj/effect/turf_decal/industrial/outline/yellow, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"dL" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/visible/layer2{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"dQ" = ( +/obj/effect/turf_decal/corner_techfloor_grid{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/ruin/unpowered/codelab/reception) +"ec" = ( +/obj/structure/closet/crate/medical{ + anchored = 1 + }, +/obj/item/reagent_containers/syringe, +/obj/item/circular_saw, +/obj/effect/turf_decal/industrial/outline, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"ef" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer4{ + dir = 5 + }, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"eg" = ( +/obj/structure/closet/crate/large{ + anchored = 1 + }, +/obj/item/toy/plush/snakeplushie, +/obj/item/toy/plush/snakeplushie, +/obj/item/toy/plush/snakeplushie, +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"en" = ( +/obj/machinery/atmospherics/pipe/simple/general/hidden{ + dir = 9 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"eq" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + name = "Nitrogen to Air" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"et" = ( +/turf/closed/wall/mineral/titanium, +/area/ruin/unpowered/codelab/laboratory) +"ez" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/light/dim/directional/south, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/laboratory) +"eE" = ( +/obj/effect/turf_decal/trimline/opaque/red/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"eH" = ( +/obj/structure/window/plasma/reinforced, +/obj/structure/window/plasma/reinforced{ + dir = 8 + }, +/obj/structure/window/plasma/reinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/oxygen_output, +/turf/open/floor/engine/n2, +/area/ruin/unpowered/codelab/maintenance) +"eI" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"eY" = ( +/obj/effect/decal/cleanable/generic, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"fq" = ( +/obj/effect/turf_decal/corner/opaque/white/mono, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/decal/cleanable/molten_object/large, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"fr" = ( +/obj/structure/closet/cardboard, +/obj/item/shard/plasma, +/obj/item/trash/energybar, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"fu" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"fv" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/carpet/nanoweave/red, +/area/ruin/unpowered/codelab/laboratory) +"fG" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/molten_object, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"fU" = ( +/obj/machinery/camera{ + dir = 10 + }, +/obj/structure/closet/cardboard, +/obj/item/mop, +/obj/item/trash/plate, +/obj/item/shard, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"fW" = ( +/obj/effect/turf_decal/corner_techfloor_grid/full, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"fZ" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/light/dim/directional/west, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"gc" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/laboratory) +"ge" = ( +/obj/structure/closet/crate/science, +/obj/machinery/light/dim/directional/north, +/obj/item/storage/pill_bottle/mutadone, +/obj/item/clothing/glasses/science, +/obj/item/clothing/head/beret/sci, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"gq" = ( +/obj/machinery/turretid{ + pixel_x = 28; + req_access = null; + req_access_txt = "16"; + name = "interior turret control panel" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"gr" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"gz" = ( +/obj/structure/bookcase/manuals/research_and_development, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"gC" = ( +/obj/structure/cable{ + icon_state = "5-8" + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"gD" = ( +/obj/structure/bed, +/obj/item/bedsheet/rd, +/obj/structure/curtain/cloth/fancy, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/laboratory) +"gE" = ( +/obj/structure/flora/ausbushes/sparsegrass/hell, +/turf/open/floor/plating/grass/lava, +/area/ruin/unpowered/codelab/exterior) +"gM" = ( +/obj/effect/turf_decal/corner_techfloor_grid/full, +/turf/open/floor/plasteel/dark, +/area/ruin/unpowered/codelab/reception) +"gY" = ( +/obj/structure/fence{ + dir = 4 + }, +/turf/open/floor/plating/grass/lava, +/area/ruin/unpowered/codelab/exterior) +"hb" = ( +/obj/effect/decal/cleanable/wrapping, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"hc" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"hu" = ( +/obj/machinery/airalarm/directional/north, +/obj/structure/fluff/paper/stack{ + dir = 8 + }, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"hx" = ( +/obj/structure/fluff/paper/stack{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/ntblue/border{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"hz" = ( +/obj/structure/window/plasma/reinforced, +/obj/structure/window/plasma/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/atmos/nitrogen, +/turf/open/floor/engine/n2, +/area/ruin/unpowered/codelab/maintenance) +"hA" = ( +/obj/effect/turf_decal/industrial/stand_clear, +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"hE" = ( +/turf/closed/wall/mineral/titanium, +/area/ruin/unpowered/codelab/reception) +"hO" = ( +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/ruin/unpowered/codelab/reception) +"ie" = ( +/obj/effect/decal/cleanable/molten_object/large, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"ih" = ( +/obj/structure/closet/cardboard, +/obj/item/trash/cheesie, +/obj/item/trash/plate, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"ij" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/closet/cardboard, +/obj/item/trash/can/food/peaches, +/obj/item/trash/can/food/peaches/maint, +/obj/item/shard, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"il" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/light/broken/directional/west, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"im" = ( +/obj/machinery/light/broken/directional/south, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"iq" = ( +/obj/structure/closet/crate/wooden{ + anchored = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/pickaxe/drill, +/obj/effect/turf_decal/industrial/outline/yellow, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"ir" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"iw" = ( +/obj/structure/table, +/obj/item/clipboard{ + pixel_x = -8; + pixel_y = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"iz" = ( +/obj/structure/closet/crate/secure{ + anchored = 1 + }, +/obj/item/grenade/firecracker, +/obj/effect/turf_decal/industrial/outline/yellow, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"iB" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/carpet/nanoweave/red, +/area/ruin/unpowered/codelab/laboratory) +"iE" = ( +/obj/effect/decal/cleanable/wrapping, +/obj/effect/turf_decal/industrial/outline, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"iI" = ( +/obj/structure/closet/crate{ + anchored = 1 + }, +/obj/effect/turf_decal/industrial/outline/yellow, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"iN" = ( +/obj/structure/chair/sofa{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"je" = ( +/obj/machinery/door/airlock/public{ + name = "Subject Cryogenic Storage" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"jk" = ( +/obj/structure/cable{ + icon_state = "1-6" + }, +/obj/structure/cable{ + icon_state = "1-10" + }, +/obj/effect/turf_decal/corner_techfloor_grid{ + dir = 10 + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"jm" = ( +/obj/structure/cable{ + icon_state = "6-9" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/turf/open/floor/carpet/nanoweave/red, +/area/ruin/unpowered/codelab/laboratory) +"jn" = ( +/obj/effect/decal/cleanable/molten_object, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"jx" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"jz" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"jB" = ( +/turf/open/floor/concrete/pavement/lava, +/area/ruin/unpowered/codelab/exterior) +"jC" = ( +/obj/machinery/airalarm/directional/east, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"jG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"jH" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"jJ" = ( +/obj/effect/decal/cleanable/molten_object, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"jK" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/laboratory) +"jV" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"kc" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/obj/structure/chair/comfy{ + dir = 4 + }, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/laboratory) +"kh" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"kj" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken3" + }, +/area/ruin/unpowered/codelab/reception) +"kl" = ( +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/reception) +"kt" = ( +/obj/structure/flora/tree/dead_pine, +/turf/open/floor/plating/grass/lava/purple, +/area/ruin/unpowered/codelab/exterior) +"kA" = ( +/obj/effect/turf_decal/corner/opaque/white/mono, +/obj/structure/fluff/paper/stack, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"kF" = ( +/obj/structure/fence, +/turf/open/floor/plating/grass/lava/orange, +/area/ruin/unpowered/codelab/exterior) +"kP" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/industrial/loading{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"kY" = ( +/obj/structure/cable{ + icon_state = "0-9" + }, +/obj/machinery/door/poddoor{ + id = "NTGen Door" + }, +/obj/machinery/power/shieldwallgen/atmos/roundstart{ + dir = 8; + id = "NTGen Doorfield" + }, +/turf/open/floor/plasteel/tech/grid, +/area/ruin/unpowered/codelab/storage) +"lc" = ( +/obj/structure/flora/ausbushes/fullgrass/hell, +/turf/open/floor/plating/grass/lava/orange, +/area/ruin/unpowered/codelab/exterior) +"ln" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"lo" = ( +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable{ + icon_state = "0-9" + }, +/obj/structure/cable{ + icon_state = "8-9" + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"ls" = ( +/obj/structure/rack, +/obj/item/paper/pamphlet, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"lt" = ( +/obj/structure/holosign/barrier/infinite, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"lH" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/corner_techfloor_grid{ + dir = 5 + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"lJ" = ( +/obj/structure/closet/emcloset/anchored, +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/industrial/hatch/blue, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"lM" = ( +/obj/effect/turf_decal/corner_techfloor_grid/full{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"lU" = ( +/obj/structure/closet/cardboard, +/obj/item/clothing/under/pants/black, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"lW" = ( +/obj/structure/filingcabinet/double/grey, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/reception) +"lY" = ( +/obj/effect/decal/cleanable/molten_object, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/reception) +"lZ" = ( +/obj/effect/decal/cleanable/food/plant_smudge, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"ma" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"md" = ( +/obj/structure/flora/ausbushes/ywflowers/hell, +/turf/open/floor/plating/grass/lava/orange, +/area/ruin/unpowered/codelab/exterior) +"mw" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"mA" = ( +/turf/open/floor/plating/grass/lava, +/area/ruin/unpowered/codelab/exterior) +"mF" = ( +/obj/structure/toilet{ + pixel_y = 11 + }, +/obj/machinery/door/window/eastright{ + dir = 2; + req_access = list(11) + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"mO" = ( +/obj/effect/turf_decal/corner/opaque/white/mono, +/obj/structure/fluff/paper/stack{ + dir = 1 + }, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"mX" = ( +/obj/machinery/atmospherics/components/unary/portables_connector, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"mZ" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/effect/turf_decal/trimline/opaque/bottlegreen/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/opaque/lightgrey/filled/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"nl" = ( +/obj/effect/decal/cleanable/generic, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/reception) +"nm" = ( +/turf/open/floor/plating/grass/lava/purple, +/area/ruin/unpowered/codelab/exterior) +"ns" = ( +/obj/machinery/light/small/directional/north, +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"nu" = ( +/obj/structure/closet/crate/internals{ + anchored = 1 + }, +/obj/item/tank/internals/generic, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"nw" = ( +/obj/machinery/atmospherics/pipe/layer_manifold{ + dir = 4 + }, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"ny" = ( +/obj/structure/sign/nanotrasen, +/turf/closed/wall/mineral/titanium, +/area/ruin/unpowered/codelab/exterior) +"nG" = ( +/obj/structure/fluff/paper/stack{ + dir = 6 + }, +/obj/effect/decal/cleanable/molten_object, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/turf_decal/corner/opaque/lime/border{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"nH" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"nL" = ( +/obj/structure/sink/kitchen{ + dir = 4; + pixel_x = -12 + }, +/obj/structure/mirror{ + pixel_x = -24 + }, +/obj/machinery/light/small/directional/north, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"nM" = ( +/obj/structure/closet/cardboard, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"nQ" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"nZ" = ( +/obj/machinery/door/airlock/public{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"ob" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"of" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"oj" = ( +/obj/structure/cable{ + icon_state = "0-10" + }, +/obj/machinery/power/rtg, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/turf_decal/industrial/outline/yellow, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"ol" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/visible/layer2{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/opaque/lightgrey/filled/corner{ + dir = 1 + }, +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"oo" = ( +/obj/machinery/computer/security/telescreen/research{ + pixel_y = 27 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"op" = ( +/obj/machinery/door/airlock/public{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "5-10" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"ow" = ( +/obj/structure/cable{ + icon_state = "4-9" + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"ox" = ( +/obj/structure/cable{ + icon_state = "6-9" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"oK" = ( +/obj/machinery/door/window/brigdoor/eastleft{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/reception) +"oY" = ( +/obj/structure/table, +/obj/machinery/door/window/brigdoor, +/obj/item/paper/codelab/reception, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/reception) +"pb" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"pf" = ( +/obj/effect/decal/cleanable/wrapping, +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/corner_techfloor_grid/full{ + dir = 1 + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"pk" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/carpet/nanoweave/red, +/area/ruin/unpowered/codelab/laboratory) +"pp" = ( +/obj/structure/fluff/paper/stack{ + dir = 6 + }, +/obj/effect/turf_decal/corner/opaque/lime/border{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"pr" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 + }, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/laboratory) +"pB" = ( +/obj/structure/flora/ausbushes/ywflowers/hell, +/turf/open/floor/plating/grass/lava, +/area/ruin/unpowered/codelab/exterior) +"pE" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/laboratory) +"pF" = ( +/obj/item/reagent_containers/food/drinks/mug/tea{ + pixel_y = 9; + pixel_x = 8 + }, +/obj/structure/table, +/obj/item/slime_extract/green{ + pixel_x = -4; + pixel_y = 11 + }, +/obj/item/slime_extract/green{ + pixel_x = -11; + pixel_y = 11 + }, +/obj/item/slime_extract/green{ + pixel_x = -7; + pixel_y = 5 + }, +/obj/item/paper/codelab/researchernote, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"pG" = ( +/obj/machinery/atmospherics/pipe/simple/general/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"pO" = ( +/obj/effect/decal/cleanable/shreds, +/obj/effect/turf_decal/industrial/outline/yellow, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"pQ" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/grown/citrus/orange{ + pixel_y = 8 + }, +/obj/machinery/light/broken/directional/south, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"pS" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/visible/layer2, +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"pY" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"qb" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/rtg, +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/industrial/outline/yellow, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"qr" = ( +/obj/machinery/sleeper{ + pixel_y = 2; + state_open = 0 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"qs" = ( +/obj/structure/closet/cardboard, +/obj/item/reagent_containers/food/drinks/soda_cans/plasma, +/obj/item/trash/popcorn, +/obj/item/trash/energybar, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"qt" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"qz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/laboratory) +"qL" = ( +/obj/machinery/atmospherics/pipe/layer_manifold, +/obj/effect/turf_decal/trimline/opaque/blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/opaque/bottlegreen/filled/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"qQ" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/turf_decal/industrial/loading{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"qU" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/public{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"qY" = ( +/obj/structure/closet/crate/large{ + anchored = 1 + }, +/obj/item/toy/plush/slimeplushie, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"rf" = ( +/obj/structure/fence{ + dir = 4 + }, +/turf/open/floor/plating/grass/lava/orange, +/area/ruin/unpowered/codelab/exterior) +"ri" = ( +/obj/machinery/door/airlock/public{ + name = "Testing Room A" + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"rq" = ( +/obj/item/clipboard, +/obj/effect/turf_decal/corner/opaque/purple/border{ + dir = 8 + }, +/obj/machinery/light/broken/directional/west, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"rw" = ( +/obj/structure/closet/crate/bin, +/obj/effect/spawner/lootdrop/maintenance/two, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"rz" = ( +/obj/structure/flora/ausbushes/fullgrass/hell, +/turf/open/floor/plating/grass/lava/purple, +/area/ruin/unpowered/codelab/exterior) +"rA" = ( +/obj/structure/closet/crate/trashcart, +/obj/item/pushbroom, +/obj/item/trash/can/food/peaches, +/obj/item/trash/candy, +/obj/item/trash/plate, +/obj/item/trash/tray, +/obj/effect/turf_decal/industrial/outline, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"rG" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/food/plant_smudge, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"rH" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"rI" = ( +/obj/structure/fluff/paper/stack, +/obj/machinery/light/dim/directional/south, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"rL" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/machinery/light/dim/directional/north, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"rS" = ( +/obj/structure/closet/crate/secure{ + anchored = 1 + }, +/obj/item/pickaxe, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"rT" = ( +/obj/effect/decal/cleanable/confetti, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/laboratory) +"rV" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/effect/turf_decal/corner_techfloor_grid/full{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ruin/unpowered/codelab/reception) +"rY" = ( +/obj/effect/turf_decal/corner/opaque/white/mono, +/obj/machinery/light/broken/directional/north, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"sc" = ( +/obj/effect/turf_decal/corner/opaque/white/mono, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"sk" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"so" = ( +/obj/structure/closet/crate/trashcart, +/obj/item/mop, +/obj/item/trash/boritos, +/obj/item/trash/can/food/peaches, +/obj/item/trash/can, +/obj/item/trash/waffles, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"sp" = ( +/obj/machinery/light/dim/directional/south, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"sr" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"sz" = ( +/obj/structure/closet/crate/large{ + anchored = 1 + }, +/obj/item/toy/plush/among, +/obj/effect/turf_decal/industrial/outline/yellow, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"sA" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/laboratory) +"sB" = ( +/obj/effect/decal/cleanable/food/pie_smudge{ + desc = "Some kind of strange white goo."; + name = "strange goo" + }, +/obj/effect/decal/cleanable/molten_object/large, +/obj/effect/turf_decal/corner/opaque/ntblue/border{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"sE" = ( +/obj/structure/fluff/paper/stack, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"sK" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/visible/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/opaque/lightgrey/filled/line{ + dir = 1 + }, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"sW" = ( +/obj/machinery/airalarm/directional/east, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"tp" = ( +/obj/structure/cable{ + icon_state = "1-6" + }, +/obj/structure/cable{ + icon_state = "1-10" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"tx" = ( +/obj/effect/turf_decal/corner/opaque/white/mono, +/obj/structure/fluff/paper/stack{ + dir = 1 + }, +/obj/machinery/light/dim/directional/north, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"tA" = ( +/obj/machinery/door/airlock{ + dir = 4; + name = "Dormitory" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/laboratory) +"tD" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"tH" = ( +/obj/structure/flora/ausbushes/sparsegrass/hell, +/turf/open/floor/plating/grass/lava/purple, +/area/ruin/unpowered/codelab/exterior) +"tI" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/carpet/nanoweave/red, +/area/ruin/unpowered/codelab/laboratory) +"uc" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/laboratory) +"uf" = ( +/obj/structure/fence/corner{ + dir = 4 + }, +/turf/open/floor/plating/grass/lava/orange, +/area/ruin/unpowered/codelab/exterior) +"uj" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/generic, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"uk" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/reception) +"uy" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"uA" = ( +/obj/machinery/light/dim/directional/north, +/obj/structure/table/chem, +/obj/item/slimecrossbeaker/autoinjector/slimestimulant{ + pixel_y = 11 + }, +/obj/item/slimecrossbeaker/omnizine, +/obj/item/reagent_containers/glass/beaker{ + pixel_y = 10; + pixel_x = -9 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"uH" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"uL" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/reception) +"uM" = ( +/obj/structure/table/wood, +/obj/item/trash/plate, +/obj/effect/decal/cleanable/food/flour, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/laboratory) +"uQ" = ( +/obj/machinery/airalarm/directional/north, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"uV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible/layer4, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"uW" = ( +/obj/structure/ore_box, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"vb" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/beaker/cryoxadone{ + pixel_y = 14 + }, +/obj/item/reagent_containers/glass/beaker/cryoxadone{ + pixel_y = 14; + pixel_x = -9 + }, +/obj/item/reagent_containers/glass/beaker/cryoxadone{ + pixel_y = 14; + pixel_x = 9 + }, +/obj/item/reagent_containers/glass/maunamug{ + pixel_x = -19 + }, +/obj/effect/turf_decal/corner/opaque/white/mono, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"vg" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/obj/effect/decal/cleanable/wrapping, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"vk" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"vu" = ( +/obj/structure/flora/tree/dead/tall/grey, +/turf/open/floor/plating/grass/lava/orange, +/area/ruin/unpowered/codelab/exterior) +"vz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/laboratory) +"vD" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"vG" = ( +/obj/machinery/button/shieldwallgen{ + dir = 8; + id = "NTGen Doorfield"; + pixel_x = 24; + pixel_y = -5 + }, +/obj/machinery/button/door{ + dir = 8; + pixel_y = 7; + pixel_x = 25; + id = "NTGen Door" + }, +/obj/effect/turf_decal/corner_techfloor_grid{ + dir = 6 + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"vL" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer4{ + dir = 5 + }, +/turf/open/floor/concrete/pavement/lava, +/area/ruin/unpowered/codelab/maintenance) +"vQ" = ( +/obj/structure/flora/ausbushes/sparsegrass/hell, +/turf/open/floor/plating/grass/lava/orange, +/area/ruin/unpowered/codelab/exterior) +"vU" = ( +/obj/machinery/light/dim/directional/south, +/obj/effect/decal/cleanable/wrapping, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"wc" = ( +/obj/machinery/atmospherics/components/unary/cryo_cell{ + icon_state = "pod-open" + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"wd" = ( +/obj/effect/turf_decal/corner/opaque/white/mono, +/obj/machinery/camera{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"wu" = ( +/obj/machinery/light/dim/directional/west, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"wB" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/carpet/nanoweave/red, +/area/ruin/unpowered/codelab/laboratory) +"wJ" = ( +/obj/structure/closet/cardboard, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"wM" = ( +/obj/effect/decal/cleanable/molten_object/large, +/turf/open/floor/wood{ + icon_state = "wood-broken4" + }, +/area/ruin/unpowered/codelab/reception) +"wN" = ( +/obj/structure/closet/crate/medical{ + anchored = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/reagent_containers/syringe, +/obj/item/surgicaldrill, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"wP" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/beaker/large/epinephrine, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"wZ" = ( +/obj/effect/decal/cleanable/food/pie_smudge{ + desc = "Some kind of strange white goo."; + name = "strange goo" + }, +/mob/living/simple_animal/slime, +/obj/effect/turf_decal/corner/opaque/lime/border{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"xi" = ( +/obj/machinery/camera{ + dir = 1 + }, +/obj/structure/table, +/obj/item/reagent_containers/syringe, +/obj/item/scalpel, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"xx" = ( +/obj/machinery/camera{ + dir = 10 + }, +/obj/effect/decal/cleanable/molten_object, +/obj/effect/turf_decal/corner/opaque/lime/border{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"xz" = ( +/obj/effect/turf_decal/dept/science, +/turf/open/floor/concrete/pavement/lava, +/area/ruin/unpowered/codelab/exterior) +"xB" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/password{ + dir = 8; + password = "71421"; + name = "Password Locked Door" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"xK" = ( +/obj/structure/fluff/paper/stack{ + dir = 8 + }, +/obj/effect/decal/cleanable/molten_object, +/obj/effect/turf_decal/corner/opaque/ntblue/border{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"xM" = ( +/obj/effect/decal/cleanable/molten_object/large, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"xN" = ( +/obj/machinery/atmospherics/pipe/manifold/general/hidden, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"xQ" = ( +/obj/machinery/door/airlock/public{ + name = "Testing Room B" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"xV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/visible/layer2{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/opaque/lightgrey/filled/corner{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"xZ" = ( +/obj/structure/flora/rock/hell{ + pixel_y = -1 + }, +/turf/open/floor/plating/grass/lava/purple, +/area/ruin/unpowered/codelab/exterior) +"ya" = ( +/obj/structure/table, +/obj/structure/window/reinforced/spawner, +/obj/item/clipboard, +/obj/item/pen/fountain, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/reception) +"yc" = ( +/obj/structure/fluff/paper/stack, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/turf_decal/industrial/warning/corner, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"yd" = ( +/obj/structure/cable{ + icon_state = "0-5" + }, +/obj/machinery/door/poddoor{ + id = "NTGen Door" + }, +/obj/machinery/power/shieldwallgen/atmos/roundstart{ + dir = 4; + id = "NTGen Doorfield" + }, +/turf/open/floor/plasteel/tech/grid, +/area/ruin/unpowered/codelab/storage) +"ye" = ( +/obj/structure/fluff/paper/stack{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"yo" = ( +/obj/machinery/vending/cigarette, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"yG" = ( +/obj/effect/turf_decal/box/white/corners, +/turf/open/floor/concrete/pavement/lava, +/area/ruin/unpowered/codelab/exterior) +"yJ" = ( +/obj/structure/closet/crate/internals{ + anchored = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/tank/internals/oxygen/yellow, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"yL" = ( +/obj/effect/decal/cleanable/molten_object/large, +/obj/effect/decal/cleanable/food/plant_smudge, +/mob/living/simple_animal/slime, +/obj/effect/turf_decal/trimline/opaque/grey/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"yS" = ( +/obj/machinery/atmospherics/components/trinary/filter/atmos/n2{ + dir = 8; + piping_layer = 4 + }, +/obj/effect/turf_decal/trimline/opaque/bottlegreen/filled/corner{ + dir = 1 + }, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"yT" = ( +/obj/machinery/camera, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"yY" = ( +/obj/structure/table, +/obj/item/modular_computer/laptop, +/obj/machinery/light/dim/directional/west, +/obj/item/pen/fountain, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"zb" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"zj" = ( +/obj/structure/table, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"zu" = ( +/obj/structure/cable{ + icon_state = "6-8" + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"zG" = ( +/obj/structure/closet/crate/medical{ + anchored = 1 + }, +/obj/item/reagent_containers/syringe/antiviral, +/obj/item/retractor, +/obj/effect/turf_decal/industrial/outline/yellow, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"zH" = ( +/obj/structure/fluff/paper/stack{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"zI" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/obj/machinery/light/small/directional/west, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/laboratory) +"zJ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"zK" = ( +/obj/structure/fluff/empty_sleeper/nanotrasen{ + pixel_y = 3 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"zM" = ( +/obj/machinery/camera{ + dir = 10 + }, +/obj/structure/fluff/paper/stack{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/purple/border{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"zN" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/door/airlock/research/glass{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"zP" = ( +/obj/machinery/door/airlock{ + name = "Dormitory" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/laboratory) +"zY" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/beaker/slime, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"zZ" = ( +/obj/machinery/light/small/directional/west, +/obj/effect/turf_decal/corner_techfloor_grid/full{ + dir = 8 + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"Ab" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/carpet/nanoweave/red, +/area/ruin/unpowered/codelab/laboratory) +"Ai" = ( +/obj/machinery/light/dim/directional/east, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"Am" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/reception) +"Aq" = ( +/obj/effect/decal/cleanable/shreds, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"Ay" = ( +/obj/effect/turf_decal/corner/opaque/white/mono, +/obj/machinery/light/dim/directional/north, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"AA" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/wrapping, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"AB" = ( +/obj/machinery/door/airlock/external{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/visible/layer2{ + dir = 4 + }, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"AE" = ( +/obj/structure/table, +/obj/item/newspaper, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"AG" = ( +/obj/effect/turf_decal/corner/opaque/white/mono, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/fluff/paper/stack{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"AI" = ( +/obj/machinery/atmospherics/pipe/layer_manifold, +/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"AJ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/obj/structure/sign/poster/contraband/ntos{ + pixel_x = -30 + }, +/obj/effect/decal/cleanable/chem_pile, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/laboratory) +"AK" = ( +/obj/structure/flora/ausbushes/fullgrass/hell, +/turf/open/floor/plating/grass/lava, +/area/ruin/unpowered/codelab/exterior) +"AL" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/turf/open/floor/carpet/lone, +/area/ruin/unpowered/codelab/subjectrooms) +"AN" = ( +/obj/machinery/door/airlock/public{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"AO" = ( +/obj/structure/window/plasma/reinforced, +/obj/structure/window/plasma/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/high_volume/siphon/atmos/air_output, +/turf/open/floor/engine, +/area/ruin/unpowered/codelab/maintenance) +"AV" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/laboratory) +"Bc" = ( +/obj/structure/window/plasma/reinforced, +/obj/structure/window/plasma/reinforced{ + dir = 4 + }, +/turf/open/floor/engine, +/area/ruin/unpowered/codelab/maintenance) +"Bf" = ( +/obj/machinery/airalarm/directional/north, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"Bj" = ( +/obj/machinery/computer/atmos_control/tank/oxygen_tank, +/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ + dir = 5 + }, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"Bk" = ( +/obj/structure/bed, +/obj/item/bedsheet/purple, +/obj/structure/curtain/cloth/grey, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/laboratory) +"Bm" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 5 + }, +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"Bp" = ( +/obj/structure/closet/crate/internals{ + anchored = 1 + }, +/obj/item/tank/jetpack/oxygen, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"Br" = ( +/obj/structure/closet/cardboard, +/obj/machinery/light/dim/directional/east, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"Bs" = ( +/obj/structure/flora/rock/hell, +/turf/open/floor/plating/grass/lava/orange, +/area/ruin/unpowered/codelab/exterior) +"Bu" = ( +/obj/effect/turf_decal/industrial/loading{ + dir = 1 + }, +/turf/open/floor/concrete/pavement/lava, +/area/ruin/unpowered/codelab/exterior) +"BF" = ( +/obj/machinery/power/smes/engineering, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"BI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"BJ" = ( +/obj/item/newspaper, +/obj/structure/fluff/paper/stack, +/obj/effect/turf_decal/corner/opaque/purple/border{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"BK" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"BN" = ( +/obj/effect/decal/cleanable/oil/streak{ + pixel_x = -12; + pixel_y = 9 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"BO" = ( +/obj/structure/table/wood, +/obj/item/research_notes/loot/tiny{ + name = "Notes on Xenobiology" + }, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/laboratory) +"BP" = ( +/obj/effect/turf_decal/industrial/stand_clear{ + dir = 8 + }, +/turf/open/floor/concrete/pavement/lava, +/area/ruin/unpowered/codelab/exterior) +"Cd" = ( +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"Cj" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/corner_techfloor_grid/full{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ruin/unpowered/codelab/reception) +"Cw" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"CA" = ( +/obj/effect/turf_decal/corner/opaque/purple/border{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"CC" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/research/glass{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"CJ" = ( +/obj/structure/table, +/obj/structure/window/reinforced/spawner/east, +/obj/item/clipboard, +/obj/item/pen/blue, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/reception) +"CK" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/visible/layer2{ + dir = 4 + }, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"CV" = ( +/obj/effect/turf_decal/box/white/corners{ + dir = 8 + }, +/turf/open/floor/concrete/pavement/lava, +/area/ruin/unpowered/codelab/exterior) +"CX" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/reception) +"CZ" = ( +/obj/machinery/atmospherics/pipe/manifold/general/hidden, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"Db" = ( +/obj/structure/closet/crate/secure/plasma{ + anchored = 1 + }, +/obj/item/stack/sheet/mineral/plasma, +/obj/item/tank/internals/plasma, +/obj/effect/turf_decal/industrial/outline/yellow, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"Dc" = ( +/obj/structure/window/reinforced/survival_pod{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"Di" = ( +/obj/effect/decal/cleanable/molten_object, +/obj/effect/decal/cleanable/food/plant_smudge, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"Dj" = ( +/obj/machinery/door/password{ + dir = 8; + password = "71421"; + name = "Password Locked Door" + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"Do" = ( +/obj/effect/decal/cleanable/molten_object, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/light/broken/directional/north, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/reception) +"Du" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"DB" = ( +/obj/machinery/camera{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/corner_techfloor_grid/full{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ruin/unpowered/codelab/reception) +"DD" = ( +/obj/machinery/porta_turret/ai, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"DF" = ( +/obj/effect/decal/cleanable/molten_object, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"DH" = ( +/obj/structure/closet/secure_closet/personal/cabinet, +/obj/item/clothing/neck/tie/rainbow, +/obj/item/spacecash/bundle/c20, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/laboratory) +"DJ" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"DL" = ( +/obj/structure/closet/crate/medical{ + anchored = 1 + }, +/obj/item/reagent_containers/syringe/thializid, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"DU" = ( +/obj/structure/fence{ + dir = 4 + }, +/turf/open/floor/plating/grass/lava/purple, +/area/ruin/unpowered/codelab/exterior) +"DZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/reception) +"Ef" = ( +/obj/structure/table, +/obj/item/paper/crumpled/codelab/subjectnote{ + pixel_y = 11; + pixel_x = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"Eh" = ( +/obj/structure/closet/wardrobe/science_white, +/obj/effect/turf_decal/trimline/opaque/grey/filled/line{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"Ej" = ( +/obj/machinery/computer/atmos_control/tank/air_tank, +/obj/effect/turf_decal/trimline/opaque/lightgrey/filled/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"Ep" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"Et" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"Ev" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/visible/layer2, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"Ex" = ( +/obj/machinery/camera, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"EF" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/opaque/grey/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"EM" = ( +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"EX" = ( +/obj/machinery/airalarm/directional/east, +/mob/living/simple_animal/slime, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"EY" = ( +/obj/structure/closet/crate/secure/engineering{ + anchored = 1 + }, +/obj/item/storage/toolbox/mechanical, +/obj/item/storage/toolbox/electrical, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"Fd" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/laboratory) +"Ff" = ( +/obj/structure/closet/crate/secure{ + anchored = 1 + }, +/obj/item/storage/fancy/cigarettes/cigpack_cannabis, +/obj/item/storage/fancy/cigarettes/cigpack_cannabis, +/obj/item/storage/fancy/cigarettes/cigpack_syndicate, +/obj/item/storage/fancy/cigarettes/cigpack_uplift, +/obj/item/storage/belt/fannypack/blue, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"Fg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/laboratory) +"Fw" = ( +/obj/item/trash/semki, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/reception) +"Fx" = ( +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"Fy" = ( +/obj/machinery/modular_computer/console/preset/research, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"Fz" = ( +/obj/structure/closet/secure_closet/personal/cabinet, +/obj/item/clothing/neck/tie/trans, +/obj/item/spacecash/bundle/c100, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/laboratory) +"FF" = ( +/obj/structure/cable{ + icon_state = "2-9" + }, +/obj/structure/cable{ + icon_state = "2-5" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"FG" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/effect/decal/cleanable/molten_object, +/turf/open/floor/carpet/nanoweave/red, +/area/ruin/unpowered/codelab/laboratory) +"FH" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"FJ" = ( +/obj/structure/cable{ + icon_state = "0-6" + }, +/obj/machinery/power/rtg, +/obj/effect/turf_decal/industrial/outline/yellow, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"FT" = ( +/obj/machinery/power/rtg, +/obj/structure/cable{ + icon_state = "0-10" + }, +/obj/effect/turf_decal/industrial/outline/yellow, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"Gb" = ( +/obj/machinery/camera{ + dir = 10 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"Gc" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/turf/open/floor/carpet/lone, +/area/ruin/unpowered/codelab/subjectrooms) +"Gd" = ( +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"Gq" = ( +/obj/effect/decal/cleanable/molten_object/large, +/obj/effect/decal/cleanable/food/plant_smudge, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"Gu" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"Gv" = ( +/obj/effect/turf_decal/corner_techfloor_grid{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/ruin/unpowered/codelab/reception) +"GG" = ( +/obj/effect/decal/cleanable/generic, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"GH" = ( +/obj/structure/closet/crate/trashcart, +/obj/item/pushbroom, +/obj/item/trash/popcorn, +/obj/item/trash/boritos, +/obj/item/trash/can, +/obj/item/trash/syndi_cakes, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"GK" = ( +/obj/structure/closet/crate{ + anchored = 1 + }, +/obj/item/storage/toolbox/mechanical/old, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"GN" = ( +/obj/effect/turf_decal/corner/opaque/white/mono, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"GY" = ( +/obj/machinery/door/airlock/public{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"Hc" = ( +/obj/effect/turf_decal/industrial/outline, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"Hd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/opaque/blue/filled/corner{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"He" = ( +/turf/closed/wall/mineral/titanium, +/area/ruin/unpowered/codelab/subjectrooms) +"Hi" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"Hk" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"Ho" = ( +/obj/machinery/camera{ + dir = 10 + }, +/obj/structure/fluff/paper/stack{ + dir = 1 + }, +/obj/effect/decal/cleanable/molten_object, +/obj/effect/turf_decal/corner/opaque/ntblue/border{ + dir = 8 + }, +/obj/machinery/light/broken/directional/south, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"Hp" = ( +/obj/effect/decal/cleanable/molten_object/large, +/mob/living/simple_animal/slime, +/obj/effect/decal/cleanable/food/plant_smudge, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"Hu" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/fluff/paper/stack{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"HA" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/visible/layer2{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"HQ" = ( +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"HW" = ( +/obj/structure/flora/ausbushes/hell, +/turf/open/floor/plating/grass/lava/orange, +/area/ruin/unpowered/codelab/exterior) +"Ig" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/opaque/grey/filled/line{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"In" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/laboratory) +"It" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"Iu" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/cable{ + icon_state = "1-6" + }, +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"Iv" = ( +/turf/template_noop, +/area/template_noop) +"IC" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"IG" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable{ + icon_state = "0-6" + }, +/obj/effect/turf_decal/trimline/opaque/grey/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"IL" = ( +/obj/effect/turf_decal/corner/opaque/white/mono, +/obj/machinery/light/dim/directional/south, +/obj/structure/fluff/paper/stack, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"IO" = ( +/obj/structure/fence/door{ + open = 1 + }, +/turf/open/floor/concrete/pavement/lava, +/area/ruin/unpowered/codelab/exterior) +"Jb" = ( +/obj/structure/flora/ausbushes/fernybush/hell, +/turf/open/floor/plating/grass/lava, +/area/ruin/unpowered/codelab/exterior) +"Jd" = ( +/obj/effect/decal/cleanable/ash, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/reception) +"Jk" = ( +/obj/effect/turf_decal/corner/opaque/white/mono, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"Jm" = ( +/obj/structure/window/plasma/reinforced, +/obj/structure/window/plasma/reinforced{ + dir = 8 + }, +/obj/structure/window/plasma/reinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/nitrogen_output, +/turf/open/floor/engine/n2, +/area/ruin/unpowered/codelab/maintenance) +"Jn" = ( +/obj/structure/table, +/obj/machinery/microwave, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"Js" = ( +/obj/effect/decal/cleanable/wrapping, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"Jv" = ( +/obj/structure/cable{ + icon_state = "6-9" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/carpet/nanoweave/red, +/area/ruin/unpowered/codelab/laboratory) +"JE" = ( +/turf/open/floor/wood{ + icon_state = "wood-broken5" + }, +/area/ruin/unpowered/codelab/reception) +"JI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible/layer2{ + dir = 4 + }, +/obj/machinery/light/dim/directional/south, +/obj/machinery/atmospherics/components/trinary/mixer/airmix{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"JM" = ( +/obj/machinery/door/window/brigdoor/eastright, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/reception) +"JR" = ( +/obj/item/trash/chips, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/reception) +"JX" = ( +/obj/machinery/computer/atmos_control/tank/nitrogen_tank, +/obj/effect/turf_decal/trimline/opaque/bottlegreen/filled/line{ + dir = 5 + }, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"JZ" = ( +/obj/effect/turf_decal/dept/cargo, +/turf/open/floor/concrete/pavement/lava, +/area/ruin/unpowered/codelab/exterior) +"Ka" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/visible/layer2{ + dir = 9 + }, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"Kj" = ( +/obj/machinery/computer/security/telescreen{ + pixel_y = 27 + }, +/obj/structure/closet/cardboard, +/obj/item/clothing/under/color/white, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"Kl" = ( +/obj/machinery/light/small/directional/north, +/turf/open/floor/concrete/pavement/lava, +/area/ruin/unpowered/codelab/exterior) +"Kp" = ( +/turf/closed/wall/mineral/titanium/nodiagonal, +/area/ruin/unpowered/codelab/laboratory) +"Kv" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"Kw" = ( +/obj/structure/table, +/obj/item/trash/plate, +/obj/item/trash/plate{ + pixel_y = 10 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"Kx" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/opaque/bottlegreen/filled/corner{ + dir = 4 + }, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"KO" = ( +/obj/structure/sign/poster/contraband/cybersun_med{ + pixel_y = 31 + }, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/laboratory) +"KQ" = ( +/obj/structure/fluff/empty_sleeper/nanotrasen{ + pixel_y = 3 + }, +/obj/effect/turf_decal/corner/opaque/white/mono, +/obj/effect/turf_decal/industrial/warning{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"KT" = ( +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"Lg" = ( +/obj/structure/flora/rock/hell, +/turf/open/floor/plating/grass/lava/purple, +/area/ruin/unpowered/codelab/exterior) +"Lr" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"Lx" = ( +/obj/structure/flora/ausbushes/fernybush/hell, +/turf/open/floor/plating/grass/lava/orange, +/area/ruin/unpowered/codelab/exterior) +"Lz" = ( +/obj/effect/turf_decal/corner_techfloor_grid/full{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ruin/unpowered/codelab/reception) +"LD" = ( +/obj/machinery/camera{ + dir = 10 + }, +/obj/structure/table, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"LG" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/reception) +"LH" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/reception) +"LP" = ( +/obj/machinery/light/dim/directional/west, +/mob/living/simple_animal/slime, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"LU" = ( +/obj/machinery/door/airlock/public{ + name = "Testing Room C" + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"LV" = ( +/obj/structure/window/plasma/reinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/nitrogen_input{ + dir = 4 + }, +/turf/open/floor/engine/n2, +/area/ruin/unpowered/codelab/maintenance) +"Ma" = ( +/obj/structure/closet/l3closet/scientist, +/obj/effect/turf_decal/trimline/opaque/grey/filled/line{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"Mp" = ( +/obj/machinery/light/small/directional/north, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"Mv" = ( +/obj/structure/closet/secure_closet/personal/cabinet, +/obj/item/clothing/neck/tie/purple, +/obj/item/spacecash/bundle/c1000, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/laboratory) +"MB" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"ME" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/reception) +"MK" = ( +/obj/structure/table, +/obj/item/modular_computer/laptop, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"MN" = ( +/obj/structure/holosign/barrier/infinite, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"Ni" = ( +/obj/structure/closet/crate/secure/plasma{ + anchored = 1 + }, +/obj/item/stack/sheet/mineral/plasma, +/obj/item/stack/sheet/mineral/plasma, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"Nn" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"Nq" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"NA" = ( +/obj/machinery/atmospherics/components/trinary/filter/atmos/o2{ + dir = 8; + piping_layer = 4 + }, +/obj/effect/turf_decal/trimline/opaque/blue/filled/corner{ + dir = 1 + }, +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"NL" = ( +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/laboratory) +"NW" = ( +/obj/item/cigbutt/cigarbutt, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/reception) +"NX" = ( +/obj/structure/window/plasma/reinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/oxygen_input{ + dir = 4 + }, +/turf/open/floor/engine/o2, +/area/ruin/unpowered/codelab/maintenance) +"Ob" = ( +/obj/structure/chair/sofa{ + dir = 1 + }, +/obj/machinery/light/dim/directional/south, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"Od" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"Oj" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/reception) +"Op" = ( +/obj/machinery/door/airlock/public{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"Oq" = ( +/obj/effect/decal/cleanable/molten_object, +/obj/effect/turf_decal/trimline/opaque/grey/filled/line, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"OE" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/molten_object, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"OM" = ( +/obj/machinery/door/poddoor{ + id = "NTGen Door" + }, +/turf/open/floor/plasteel/tech/grid, +/area/ruin/unpowered/codelab/storage) +"OW" = ( +/obj/effect/decal/cleanable/ash, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/reception) +"Pc" = ( +/turf/closed/wall/mineral/titanium, +/area/ruin/unpowered/codelab/storage) +"Pu" = ( +/obj/machinery/airalarm/directional/north, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"PK" = ( +/obj/structure/table, +/obj/structure/window/reinforced/spawner, +/obj/machinery/computer/med_data/laptop{ + dir = 1; + pixel_y = 7 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/reception) +"PL" = ( +/obj/effect/decal/cleanable/ash, +/obj/machinery/light/broken/directional/west, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"PP" = ( +/obj/structure/table/optable, +/obj/effect/turf_decal/corner/opaque/ntblue/border{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"PU" = ( +/obj/structure/cable{ + icon_state = "4-9" + }, +/obj/effect/turf_decal/trimline/opaque/grey/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"Qb" = ( +/obj/machinery/camera, +/obj/effect/turf_decal/techfloor/hole/right{ + dir = 4 + }, +/mob/living/simple_animal/slime, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"Qc" = ( +/obj/structure/closet/crate/large{ + anchored = 1 + }, +/obj/item/toy/plush/carpplushie, +/obj/effect/turf_decal/industrial/outline/yellow, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"Qi" = ( +/obj/machinery/atmospherics/components/unary/cryo_cell{ + icon_state = "pod-open"; + state_open = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"Qm" = ( +/mob/living/simple_animal/slime, +/obj/effect/turf_decal/corner/opaque/ntblue/border{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"Qn" = ( +/obj/structure/table, +/obj/effect/turf_decal/corner_techfloor_grid/full{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ruin/unpowered/codelab/reception) +"Qv" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer4{ + dir = 10 + }, +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"QC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"QD" = ( +/obj/machinery/light/dim/directional/north, +/obj/structure/holosign/barrier/infinite, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"QJ" = ( +/obj/machinery/atmospherics/pipe/simple/general/hidden{ + dir = 5 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"QO" = ( +/obj/structure/fence/corner{ + dir = 9 + }, +/turf/open/floor/plating/grass/lava/orange, +/area/ruin/unpowered/codelab/exterior) +"QQ" = ( +/obj/structure/closet/crate/large{ + anchored = 1 + }, +/obj/item/toy/plush/nukeplushie, +/obj/effect/turf_decal/industrial/outline, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"QU" = ( +/obj/item/newspaper, +/obj/effect/decal/cleanable/molten_object, +/obj/machinery/light/broken/directional/north, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"QV" = ( +/obj/structure/cable{ + icon_state = "0-10" + }, +/obj/machinery/power/rtg, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/turf_decal/industrial/outline/yellow, +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"Rf" = ( +/obj/structure/table, +/obj/structure/window/reinforced/spawner, +/obj/item/paper_bin{ + pixel_y = 4 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/reception) +"Rg" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"Ri" = ( +/obj/structure/closet/crate/large{ + anchored = 1 + }, +/obj/item/toy/plush/lizardplushie, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"Ro" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"Rp" = ( +/obj/effect/decal/cleanable/food/plant_smudge, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"Ru" = ( +/obj/effect/turf_decal/corner/opaque/white/mono, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/fluff/paper/stack, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"RI" = ( +/obj/structure/closet/crate/large{ + anchored = 1 + }, +/obj/item/toy/plush/knight, +/obj/effect/turf_decal/industrial/outline, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"RS" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + name = "Nitrogen to Air" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/opaque/bottlegreen/filled/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"RX" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 10 + }, +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/trimline/opaque/bottlegreen/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/opaque/lightgrey/filled/line{ + dir = 8 + }, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"RY" = ( +/obj/structure/marker_beacon, +/obj/machinery/button{ + pixel_x = -5; + pixel_y = 26; + name = "broken door button"; + desc = "A remote control switch, rendered unusable due to harsh conditions and age." + }, +/obj/machinery/button/shieldwallgen{ + id = "NTGen Doorfield"; + pixel_x = 6; + pixel_y = 25 + }, +/turf/open/floor/plating/grass/lava/orange, +/area/ruin/unpowered/codelab/exterior) +"RZ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"Sf" = ( +/obj/effect/turf_decal/box/white/corners{ + dir = 1 + }, +/turf/open/floor/concrete/pavement/lava, +/area/ruin/unpowered/codelab/exterior) +"Sn" = ( +/obj/structure/fence, +/turf/open/floor/plating/grass/lava/purple, +/area/ruin/unpowered/codelab/exterior) +"Sq" = ( +/obj/structure/cable{ + icon_state = "5-8" + }, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"St" = ( +/obj/structure/cable{ + icon_state = "4-10" + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"SG" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/molten_object/large, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"SQ" = ( +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-5" + }, +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"SY" = ( +/turf/open/floor/plating/grass/lava/orange, +/area/ruin/unpowered/codelab/exterior) +"Tg" = ( +/obj/structure/filingcabinet/double, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken6" + }, +/area/ruin/unpowered/codelab/reception) +"Tw" = ( +/obj/machinery/camera, +/obj/effect/turf_decal/techfloor/hole/right{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"Ty" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"Tz" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/structure/table, +/obj/item/trash/plate, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_y = 14; + pixel_x = -8 + }, +/turf/open/floor/carpet/nanoweave/red, +/area/ruin/unpowered/codelab/laboratory) +"TG" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"TJ" = ( +/obj/effect/turf_decal/corner/opaque/white/mono, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"TQ" = ( +/obj/machinery/shower{ + dir = 8; + pixel_y = 8 + }, +/obj/structure/curtain, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"TR" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"TS" = ( +/obj/machinery/porta_turret/ship/weak/codelab, +/turf/closed/wall/mineral/titanium, +/area/ruin/unpowered/codelab/exterior) +"Ue" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"Uf" = ( +/obj/structure/table, +/obj/structure/window/reinforced/spawner, +/obj/structure/window/reinforced/spawner/west, +/obj/item/clothing/mask/cigarette, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken3" + }, +/area/ruin/unpowered/codelab/reception) +"Ui" = ( +/obj/structure/closet/crate/wooden{ + anchored = 1 + }, +/obj/effect/turf_decal/industrial/outline, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"Uj" = ( +/obj/structure/fluff/paper/stack{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"Un" = ( +/obj/structure/table, +/obj/item/flashlight/lamp, +/obj/effect/turf_decal/corner_techfloor_grid/full, +/turf/open/floor/plasteel/dark, +/area/ruin/unpowered/codelab/reception) +"Ux" = ( +/obj/machinery/door/airlock/external{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer4{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"Uy" = ( +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"UA" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/donkpockets, +/obj/item/storage/box/cups, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"UM" = ( +/turf/closed/wall/mineral/titanium, +/area/ruin/unpowered/codelab/maintenance) +"UU" = ( +/obj/structure/fence/corner{ + dir = 5 + }, +/turf/open/floor/plating/grass/lava/purple, +/area/ruin/unpowered/codelab/exterior) +"Vc" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 10 + }, +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/opaque/bottlegreen/filled/line{ + dir = 8 + }, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"Vd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/visible/layer2{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"Vi" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light/dim/directional/south, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/laboratory) +"VQ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/closet/crate/large{ + anchored = 1 + }, +/obj/item/toy/plush/hornet/gay, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"VW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/reception) +"VX" = ( +/obj/structure/closet/cardboard, +/obj/item/clothing/under/color/white, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"VY" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/laboratory) +"Wa" = ( +/obj/structure/table, +/obj/item/slime_extract/grey, +/obj/item/reagent_containers/glass/beaker{ + pixel_y = 10; + pixel_x = -9 + }, +/obj/item/research_notes/loot/small{ + pixel_y = 6; + pixel_x = 10; + name = "Notes on Xenobiology" + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"Wq" = ( +/obj/structure/window/plasma/reinforced{ + dir = 8 + }, +/obj/structure/window/plasma/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/atmos/air, +/turf/open/floor/engine, +/area/ruin/unpowered/codelab/maintenance) +"Ws" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on/layer4, +/turf/open/floor/concrete/pavement/lava, +/area/ruin/unpowered/codelab/maintenance) +"Wt" = ( +/obj/structure/table, +/obj/structure/window/reinforced/spawner, +/obj/item/paper_bin/carbon{ + pixel_y = 4 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/ruin/unpowered/codelab/reception) +"Wv" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/reception) +"WF" = ( +/obj/structure/table/chem, +/obj/item/reagent_containers/glass/beaker/plastic{ + pixel_x = -7; + pixel_y = 9 + }, +/obj/item/reagent_containers/glass/beaker/plastic{ + pixel_y = 9; + pixel_x = 10 + }, +/obj/item/slime_extract/grey, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"WG" = ( +/obj/structure/closet/crate/medical{ + anchored = 1 + }, +/obj/item/stack/medical/gauze/twelve, +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"WH" = ( +/obj/effect/decal/cleanable/food/pie_smudge{ + desc = "Some kind of strange white goo."; + name = "strange goo" + }, +/obj/machinery/light/dim/directional/east, +/obj/effect/turf_decal/corner/opaque/purple/border{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"WQ" = ( +/obj/structure/fence/corner{ + dir = 8 + }, +/turf/open/floor/plating/grass/lava, +/area/ruin/unpowered/codelab/exterior) +"WV" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/structure/fluff/paper/stack{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"WX" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + name = "Air to Distro"; + target_pressure = 1000 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/visible/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/opaque/lightgrey/filled/line{ + dir = 1 + }, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"Xh" = ( +/obj/machinery/camera{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"Xl" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 + }, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/reception) +"Xo" = ( +/obj/machinery/camera, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"Xq" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/obj/structure/sign/poster/official/work_for_a_future{ + pixel_y = -32 + }, +/obj/machinery/blackbox_recorder, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/laboratory) +"Xu" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/laboratory) +"Xx" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"XA" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/laboratory) +"XB" = ( +/obj/structure/table/optable, +/obj/effect/turf_decal/corner/opaque/purple/border{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"XS" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"XZ" = ( +/obj/structure/closet/crate/secure/plasma{ + anchored = 1 + }, +/obj/machinery/light/dim/directional/north, +/obj/item/stack/sheet/mineral/plasma, +/obj/item/stack/sheet/mineral/plasma, +/obj/item/tank/internals/plasma, +/obj/effect/turf_decal/industrial/outline, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"Ya" = ( +/obj/machinery/door/airlock/external, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"Yk" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/opaque/grey/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"Yl" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"Yo" = ( +/obj/machinery/airalarm/directional/north, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/laboratory) +"Yq" = ( +/obj/machinery/light/dim/directional/north, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken3" + }, +/area/ruin/unpowered/codelab/reception) +"Yr" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"Ys" = ( +/obj/structure/flora/ausbushes/hell, +/turf/open/floor/plating/grass/lava, +/area/ruin/unpowered/codelab/exterior) +"Yw" = ( +/obj/structure/table, +/obj/item/research_notes/loot/small{ + pixel_y = 6; + pixel_x = 10; + name = "Notes on Xenobiology" + }, +/obj/item/disk/design_disk/adv{ + pixel_x = -9; + pixel_y = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"YB" = ( +/obj/machinery/light/broken/directional/north, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"YH" = ( +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/reception) +"YO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer4{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"YV" = ( +/obj/structure/flora/ausbushes/genericbush/hell, +/turf/open/floor/plating/grass/lava, +/area/ruin/unpowered/codelab/exterior) +"YW" = ( +/obj/structure/closet/cardboard, +/obj/item/clothing/under/color/white, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"Zb" = ( +/obj/structure/marker_beacon, +/obj/machinery/turretid{ + pixel_y = 26; + name = "exterior turret control panel"; + lethal = 1; + icon_state = "control_kill" + }, +/turf/open/floor/plating/grass/lava/purple, +/area/ruin/unpowered/codelab/exterior) +"Zd" = ( +/obj/machinery/light/small/directional/north, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/laboratory) +"Ze" = ( +/obj/effect/turf_decal/trimline/opaque/grey/filled/line{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"Zf" = ( +/obj/machinery/light/small/directional/north, +/obj/structure/closet/emcloset/anchored, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"Zi" = ( +/obj/machinery/vending/cola/shamblers, +/obj/machinery/light/dim/directional/east, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"Zk" = ( +/obj/structure/cable{ + icon_state = "1-9" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/light/dim/directional/south, +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"Zl" = ( +/obj/structure/fence{ + dir = 4 + }, +/turf/open/floor/concrete/pavement/lava, +/area/ruin/unpowered/codelab/exterior) +"Zs" = ( +/obj/structure/flora/tree/dead/hell, +/turf/open/floor/plating/grass/lava, +/area/ruin/unpowered/codelab/exterior) +"Zv" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/visible/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer4, +/obj/machinery/door/airlock/glass, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/laboratory) +"Zx" = ( +/obj/structure/marker_beacon, +/turf/open/floor/concrete/pavement/lava, +/area/ruin/unpowered/codelab/exterior) +"Zy" = ( +/obj/machinery/vending/snack/teal, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"Zz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"ZC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"ZG" = ( +/obj/structure/closet/crate/internals{ + anchored = 1 + }, +/obj/item/tank/internals/oxygen, +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) + +(1,1,1) = {" +Iv +Iv +Iv +SY +SY +SY +SY +SY +Iv +Iv +Iv +Iv +Iv +Iv +Iv +Iv +Iv +Iv +Iv +Iv +mA +mA +mA +mA +mA +mA +mA +Iv +Iv +Iv +Iv +Iv +Iv +Iv +Iv +"} +(2,1,1) = {" +Iv +SY +SY +lc +SY +SY +SY +md +SY +SY +SY +SY +SY +mA +AK +mA +mA +mA +mA +mA +mA +mA +mA +mA +mA +mA +mA +mA +AK +mA +mA +mA +mA +mA +Iv +"} +(3,1,1) = {" +Iv +SY +QO +kF +kF +kF +kF +kF +kF +kF +kF +kF +cv +cv +cv +cv +cv +TS +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +WQ +mA +Iv +"} +(4,1,1) = {" +Iv +SY +rf +SY +SY +SY +md +SY +SY +SY +mA +mA +mA +mA +mA +pB +mA +YV +mA +mA +Zs +mA +mA +YV +gE +mA +mA +YV +mA +pB +mA +mA +gY +mA +Iv +"} +(5,1,1) = {" +SY +SY +rf +SY +SY +ny +SY +SY +mA +mA +YV +mA +pB +mA +mA +mA +mA +mA +mA +mA +mA +mA +mA +mA +mA +pB +mA +mA +Jb +mA +ny +mA +gY +AK +mA +"} +(6,1,1) = {" +lc +SY +rf +SY +vu +SY +SY +SY +SY +jB +He +He +He +He +He +He +hE +hE +hE +hE +hE +hE +hE +hE +mA +mA +mA +mA +mA +mA +mA +mA +gY +mA +mA +"} +(7,1,1) = {" +SY +SY +rf +SY +SY +SY +SY +SY +jB +jB +He +Qb +KT +wu +iw +He +hE +jH +fZ +Qn +Un +il +jH +hE +hE +AK +mA +mA +mA +Zs +mA +mA +gY +mA +mA +"} +(8,1,1) = {" +Lx +SY +rf +SY +SY +SY +SY +SY +jB +jB +He +Qi +QJ +EM +vb +He +rV +Rp +GG +Gv +dQ +BI +tD +gM +hE +mA +YV +mA +mA +Ys +mA +pB +gY +mA +mA +"} +(9,1,1) = {" +SY +SY +rf +SY +SY +SY +SY +SY +Ws +vL +He +sr +xN +EM +Ef +He +cZ +jx +Hk +DB +Cj +Yr +lZ +Lz +hE +mA +mA +mA +pB +mA +mA +mA +gY +mA +mA +"} +(10,1,1) = {" +SY +SY +rf +SY +SY +SY +SY +UM +UM +Ux +He +mX +pG +BN +kh +He +He +GY +AN +He +hE +qU +nZ +hE +hE +hE +hE +hE +mA +mA +AK +mA +gY +mA +mA +"} +(11,1,1) = {" +Iv +SY +rf +vQ +SY +SY +SY +UM +Zf +YO +He +oo +sW +Ai +AL +je +WV +TR +TG +EM +hE +FH +Cd +Cd +PL +ls +gz +hE +mA +mA +mA +mA +gY +mA +mA +"} +(12,1,1) = {" +Iv +lc +TS +SY +SY +SY +SY +UM +Fx +MB +He +He +He +He +He +He +TJ +sE +ob +ye +hE +Nq +LH +kl +kl +NW +Cw +hE +gE +mA +pB +mA +TS +mA +Iv +"} +(13,1,1) = {" +Iv +SY +rf +SY +SY +SY +SY +UM +RZ +uV +He +zK +sB +Qm +Ho +He +Ay +uy +AG +wd +hE +yT +nl +ME +DZ +CX +Ob +hE +mA +mA +mA +mA +gY +mA +Iv +"} +(14,1,1) = {" +Iv +SY +rf +SY +SY +SY +SY +UM +ns +Vd +He +YB +sE +nH +YW +He +fq +sc +vD +lU +hE +Cd +Cd +zJ +lY +JR +iN +hE +mA +mA +mA +gE +gY +mA +Iv +"} +(15,1,1) = {" +Iv +SY +rf +SY +SY +SY +UM +UM +UM +AB +He +PP +xK +hx +AL +ri +xM +TR +eI +rI +hE +oK +aP +Uf +kl +VW +jz +hE +mA +gE +mA +mA +gY +mA +Iv +"} +(16,1,1) = {" +Iv +SY +rf +SY +SY +UM +UM +Ej +xV +Ka +He +He +He +He +He +He +mO +GN +cR +GN +hE +OW +JE +ya +LG +VW +hE +hE +hE +hE +Ys +mA +gY +mA +Iv +"} +(17,1,1) = {" +Iv +SY +rf +SY +SY +UM +Wq +AO +WX +Bm +He +qr +rq +BJ +zM +He +nM +EM +Hu +EM +hE +Yq +bl +oY +kl +VW +hE +lJ +Cd +hE +Kl +jB +rf +SY +Iv +"} +(18,1,1) = {" +Iv +SY +rf +Lx +SY +UM +aO +Bc +sK +nw +He +zH +lU +nH +kh +He +tx +GN +bE +Uj +hE +Wv +wM +PK +kl +Xl +Ya +Kv +Ue +ck +jB +jB +IO +SY +Iv +"} +(19,1,1) = {" +Iv +SY +rf +SY +SY +UM +RX +mZ +ol +pS +He +XB +WH +CA +AL +xQ +Du +Zz +bo +Gq +hE +Tg +YH +Rf +uk +uL +hE +hE +hE +hE +jB +jB +Zl +SY +Iv +"} +(20,1,1) = {" +Iv +SY +rf +SY +SY +UM +hz +JX +Kx +of +He +He +He +He +He +He +TJ +kA +cR +GN +hE +lW +JE +Wt +kl +Xl +Ya +Kv +Ue +ck +jB +jB +IO +SY +SY +"} +(21,1,1) = {" +Iv +Lx +rf +SY +SY +UM +LV +Jm +RS +JI +He +KQ +dx +bT +cA +He +hu +EM +Od +nM +hE +Do +bl +dg +kl +VW +hE +lJ +Cd +hE +Kl +jB +rf +SY +SY +"} +(22,1,1) = {" +Iv +SY +rf +SY +SY +UM +Vc +qL +yS +HA +He +QU +ie +VX +Gc +LU +Jk +TR +bo +GN +hE +kj +hO +PK +kl +VW +hE +hE +hE +hE +jB +jB +rf +SY +SY +"} +(23,1,1) = {" +Iv +SY +DU +SY +SY +UM +am +Bj +Hd +CK +He +nG +wZ +pp +xx +He +TJ +Uj +bE +IL +hE +JM +CJ +aY +LG +VW +pY +hE +lc +SY +jB +jB +rf +lc +SY +"} +(24,1,1) = {" +Iv +SY +DU +SY +SY +UM +NX +eH +eq +dL +He +He +He +He +He +He +wJ +GN +Od +GN +hE +Cd +Cd +aw +kl +aR +zj +hE +SY +SY +jB +jB +rf +SY +SY +"} +(25,1,1) = {" +Iv +nm +DU +vQ +SY +UM +nQ +AI +NA +cX +He +Tw +LP +ZC +Gc +je +dD +cI +SG +Gb +hE +Xo +Oj +Fw +DZ +Am +pQ +hE +SY +Lx +jB +jB +rf +SY +SY +"} +(26,1,1) = {" +Iv +nm +DU +nm +SY +UM +Pu +Uy +Qv +ef +He +mX +bv +ir +XS +He +rY +GN +Ru +GN +hE +eY +Jd +kl +kl +kl +DJ +hE +SY +SY +jB +jB +rf +SY +SY +"} +(27,1,1) = {" +Iv +rz +DU +nm +nm +UM +It +uH +Iu +Ev +He +sr +CZ +EM +Kw +He +yc +ln +Rg +Xx +hE +sk +ls +Zy +Zi +yo +ls +hE +SY +Zx +jB +jB +rf +SY +SY +"} +(28,1,1) = {" +Iv +nm +DU +nm +nm +UM +FJ +Uy +BF +Zk +He +wc +en +EM +zY +He +He +Dj +xB +He +hE +hE +hE +hE +hE +hE +hE +hE +SY +jB +jB +Zx +rf +SY +Iv +"} +(29,1,1) = {" +Iv +nm +DU +nm +nm +UM +qb +FF +SQ +mw +He +Kj +Br +EX +wP +He +hb +HQ +rG +ec +qs +iI +DF +Pc +SY +SY +SY +SY +SY +jB +jB +SY +rf +SY +Iv +"} +(30,1,1) = {" +Iv +nm +DU +nm +nm +UM +oj +FT +Sq +mw +et +et +et +et +et +et +QD +HQ +Lr +lt +HQ +HQ +Ro +Pc +SY +lc +SY +vQ +SY +jB +jB +SY +rf +SY +Iv +"} +(31,1,1) = {" +nm +nm +DU +nm +nm +UM +UM +QV +hA +qt +et +pF +ds +yY +FG +et +rS +DL +kP +qQ +pO +Ff +HQ +Pc +SY +SY +SY +SY +SY +jB +jB +HW +rf +SY +Iv +"} +(32,1,1) = {" +nm +nm +DU +nm +UM +UM +UM +UM +UM +Et +et +Fy +cH +Yw +bG +et +Qc +so +ij +QQ +nu +Db +vU +Pc +vQ +SY +SY +SY +Zx +jB +jB +Zx +rf +SY +SY +"} +(33,1,1) = {" +rz +nm +DU +nm +et +nL +Dc +dy +az +qz +et +eE +eE +eE +eE +et +Pc +Pc +Ex +gr +HQ +Di +HQ +Pc +SY +HW +vQ +SY +jB +jB +jB +jB +rf +SY +SY +"} +(34,1,1) = {" +nm +nm +DU +nm +et +mF +TQ +et +az +qz +et +WF +Gd +Hp +jV +et +Bf +HQ +BK +jn +pb +HQ +HQ +Pc +SY +SY +jB +jB +jB +jB +jB +jB +rf +SY +SY +"} +(35,1,1) = {" +nm +nm +DU +nm +et +et +et +et +az +Vi +et +ai +rH +Gd +xi +et +DD +HQ +zb +Bp +Ui +HQ +HQ +Pc +SY +Zx +jB +jB +jB +jB +Zx +jB +rf +SY +SY +"} +(36,1,1) = {" +nm +Lg +DU +nm +et +Bk +DH +et +az +vz +et +uA +Gd +Gd +Wa +et +ge +HQ +OE +eg +GK +hb +Ro +Pc +SY +Sf +BP +jB +jB +BP +CV +jB +rf +SY +SY +"} +(37,1,1) = {" +nm +nm +DU +nm +et +KO +uM +et +Xu +gc +et +Ma +yL +Yk +Ig +et +Aq +HQ +vk +fr +iz +MN +HQ +Pc +SY +jB +jB +jB +jB +jB +jB +jB +rf +SY +SY +"} +(38,1,1) = {" +nm +nm +DU +tH +et +Zd +XA +et +az +vz +et +IG +Gd +Ep +Oq +et +Pc +Pc +vk +rA +qY +HQ +sp +Pc +SY +jB +jB +jB +jB +jB +jB +jB +rf +SY +SY +"} +(39,1,1) = {" +nm +nm +DU +nm +et +In +pE +zP +uc +Fd +et +Eh +PU +EF +Ze +et +HQ +HQ +AA +gr +Ro +jJ +HQ +Pc +SY +jB +jB +jB +jB +jB +jB +jB +rf +SY +Iv +"} +(40,1,1) = {" +nm +nm +DU +nm +et +et +et +et +Yo +ez +et +et +CC +zN +et +et +Aq +bd +iq +ih +Ni +dF +RI +Pc +SY +Zx +jB +jB +jB +jB +Zx +jB +rf +SY +Iv +"} +(41,1,1) = {" +Iv +nm +TS +nm +et +AJ +Fg +zP +uc +Fd +et +Jn +fG +Gu +rw +et +HQ +iE +wN +ZG +fU +Pc +Pc +Pc +SY +jB +jB +jB +jB +jB +jB +jB +TS +SY +Iv +"} +(42,1,1) = {" +Iv +nm +DU +nm +et +Zd +kc +et +az +vz +et +UA +iB +pk +Gd +et +HQ +HQ +ap +Yl +Js +Ro +DD +Pc +SY +jB +jB +jB +jB +jB +jB +jB +rf +SY +Iv +"} +(43,1,1) = {" +Iv +nm +DU +nm +et +rT +BO +et +ar +AV +et +rL +bz +Ab +bn +et +XZ +zG +kP +by +sz +HQ +HQ +Pc +SY +Zx +jB +jB +jB +jB +Zx +jB +rf +SY +Iv +"} +(44,1,1) = {" +Iv +nm +DU +nm +et +Bk +Fz +et +az +pr +Zv +tp +wB +Tz +LD +et +Ty +GH +yJ +EY +Ni +Ri +HQ +Pc +SY +jB +jB +jB +jB +jB +jB +jB +rf +SY +Iv +"} +(45,1,1) = {" +Iv +nm +DU +nm +et +et +et +et +et +tA +et +uQ +jm +fv +bq +et +Pc +Pc +VQ +WG +Hc +HQ +sp +Pc +SY +jB +jB +jB +jB +jB +jB +jB +rf +SY +Iv +"} +(46,1,1) = {" +Iv +nm +DU +nm +et +gD +NL +NL +zI +VY +et +AE +tI +Jv +im +et +Mp +Hi +fu +Nn +hb +HQ +HQ +Pc +SY +jB +jB +jB +jB +jB +jB +jB +rf +SY +Iv +"} +(47,1,1) = {" +Iv +nm +DU +nm +et +Kp +Mv +jK +sA +Xq +et +MK +ma +QC +ow +et +HQ +gr +gC +HQ +Ro +HQ +Pc +Pc +SY +cl +cc +jB +jB +cc +yG +jB +rf +SY +Iv +"} +(48,1,1) = {" +Iv +nm +DU +nm +nm +et +et +et +et +et +et +et +et +zN +CC +et +Op +op +Pc +Pc +Pc +Pc +Pc +RY +SY +Zx +jB +jB +jB +jB +Zx +jB +rf +SY +SY +"} +(49,1,1) = {" +Iv +nm +DU +nm +nm +nm +nm +nm +nm +nm +nm +nm +Pc +gr +zu +Xh +St +aA +vg +zZ +cO +fW +yd +JZ +jB +jB +jB +jB +jB +jB +SY +Lx +rf +SY +SY +"} +(50,1,1) = {" +Iv +nm +DU +nm +nm +Lg +nm +nm +nm +nm +rz +nm +Pc +cd +jG +ox +uj +IC +hc +lH +bw +jk +OM +Bu +jB +jB +jB +jB +jB +SY +SY +SY +rf +SY +SY +"} +(51,1,1) = {" +nm +nm +DU +nm +nm +nm +nm +nm +tH +nm +nm +nm +Pc +Pc +jC +gq +lo +HQ +uW +pf +vG +lM +kY +xz +jB +jB +jB +jB +SY +Lx +SY +SY +rf +Lx +SY +"} +(52,1,1) = {" +rz +nm +DU +nm +nm +ny +nm +kt +nm +nm +nm +nm +nm +Pc +Pc +Pc +Pc +Pc +Pc +Pc +Pc +Pc +Pc +Zb +nm +nm +SY +SY +SY +SY +ny +SY +rf +SY +SY +"} +(53,1,1) = {" +nm +nm +DU +nm +nm +nm +nm +nm +xZ +nm +nm +nm +nm +nm +nm +tH +nm +nm +nm +nm +nm +tH +nm +nm +Lg +nm +SY +Bs +SY +SY +SY +SY +rf +SY +SY +"} +(54,1,1) = {" +nm +nm +UU +Sn +Sn +Sn +Sn +Sn +Sn +Sn +Sn +Sn +Sn +Sn +Sn +Sn +Sn +TS +Sn +Sn +Sn +Sn +Sn +Sn +Sn +Sn +kF +kF +kF +kF +kF +kF +uf +SY +SY +"} +(55,1,1) = {" +nm +rz +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +tH +nm +nm +nm +nm +nm +nm +SY +SY +SY +HW +SY +SY +SY +SY +HW +SY +"} +(56,1,1) = {" +nm +nm +nm +nm +nm +nm +rz +nm +nm +Iv +Iv +Iv +Iv +Iv +nm +Lg +nm +nm +nm +nm +nm +Iv +Iv +Iv +Iv +Iv +Iv +SY +SY +SY +SY +SY +SY +SY +SY +"} diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_comm_outpost.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_comm_outpost.dmm index 8bd664c74a07..6cad8f589b78 100644 --- a/_maps/RandomRuins/LavaRuins/lavaland_surface_comm_outpost.dmm +++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_comm_outpost.dmm @@ -83,7 +83,7 @@ /obj/structure/table/reinforced, /obj/item/paper/crumpled/awaymissions/moonoutpost19/hastey_note{ desc = "It seems like it was written in a hurry"; - info = "Hey, you're probably reading this after having killed me, but that's alright. I probably shot first. Names' Yuto, Syndicate Radio Operator, there used to be another op here, a nice one too. Had syndicate command not forgotten about this post, we'd of probably been executed for sentinmental attachments on the job. Although she didn't have to worry about that, the local fauna got her first. I guess this note is my way of saying sorry. Take what you want from this station and my body, you need it more than I do now. Good luck out there, whoever you are. - Syndicate Radio

e f."; + default_raw_text = "Hey, you're probably reading this after having killed me, but that's alright. I probably shot first. Names' Yuto, Syndicate Radio Operator, there used to be another op here, a nice one too. Had syndicate command not forgotten about this post, we'd of probably been executed for sentinmental attachments on the job. Although she didn't have to worry about that, the local fauna got her first. I guess this note is my way of saying sorry. Take what you want from this station and my body, you need it more than I do now. Good luck out there, whoever you are. - Syndicate Radio

e f."; pixel_x = -3; pixel_y = 2 }, @@ -160,7 +160,7 @@ "MK" = ( /obj/structure/closet/crate/grave/loot, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/ruin/unpowered/syndicate_outpost) +/area/overmap_encounter/planetoid/lava/explored) "NT" = ( /turf/open/floor/mineral/plastitanium{ name = "base floor" @@ -197,7 +197,7 @@ /area/ruin/unpowered/syndicate_outpost) "RV" = ( /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/ruin/unpowered/syndicate_outpost) +/area/overmap_encounter/planetoid/lava/explored) "SD" = ( /obj/structure/closet/crate, /obj/item/clothing/gloves/combat, diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_crashed_pinnance.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_crashed_pinnance.dmm index e7084b8c66c3..488f14d822f9 100644 --- a/_maps/RandomRuins/LavaRuins/lavaland_surface_crashed_pinnance.dmm +++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_crashed_pinnance.dmm @@ -33,11 +33,11 @@ "cg" = ( /obj/effect/decal/cleanable/ash/large, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/ruin/unpowered/crashsite) +/area/overmap_encounter/planetoid/lava/explored) "fj" = ( /obj/structure/flora/rock, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/ruin/unpowered/crashsite) +/area/overmap_encounter/planetoid/lava/explored) "fn" = ( /obj/item/stack/cable_coil/cut/red, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, @@ -147,7 +147,7 @@ "pA" = ( /obj/effect/spawner/lootdrop/maintenance/two, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/ruin/unpowered/crashsite) +/area/overmap_encounter/planetoid/lava/explored) "rr" = ( /turf/closed/wall/mineral/titanium/nodiagonal, /area/ruin/unpowered/crashsite/pinnance) @@ -173,7 +173,7 @@ "uo" = ( /obj/item/clothing/under/shorts/purple, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/ruin/unpowered/crashsite) +/area/overmap_encounter/planetoid/lava/explored) "uA" = ( /obj/effect/turf_decal/industrial/warning/corner{ dir = 8 @@ -205,7 +205,7 @@ /area/ruin/unpowered/crashsite/pinnance) "wq" = ( /turf/closed/indestructible/rock, -/area/ruin/unpowered/crashsite) +/area/overmap_encounter/planetoid/cave/explored) "xe" = ( /obj/structure/lattice, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, @@ -279,7 +279,7 @@ "yT" = ( /obj/structure/flora/rock/pile, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/ruin/unpowered/crashsite) +/area/overmap_encounter/planetoid/lava/explored) "zb" = ( /obj/structure/lattice, /obj/structure/flora/rock/pile, @@ -327,7 +327,7 @@ "AU" = ( /obj/item/stack/ore/salvage/scraptitanium, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/ruin/unpowered/crashsite) +/area/overmap_encounter/planetoid/lava/explored) "Cm" = ( /obj/effect/decal/cleanable/robot_debris, /obj/item/stack/tile/plasteel/dark, @@ -402,7 +402,7 @@ "HT" = ( /obj/item/stack/ore/salvage/scraptitanium/five, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/ruin/unpowered/crashsite) +/area/overmap_encounter/planetoid/lava/explored) "Ik" = ( /obj/structure/lattice, /obj/structure/fluff/beach_umbrella/science, @@ -535,12 +535,12 @@ /area/ruin/unpowered/crashsite/pinnance) "PJ" = ( /turf/closed/mineral, -/area/ruin/unpowered/crashsite) +/area/overmap_encounter/planetoid/cave/explored) "Rh" = ( /obj/item/stack/ore/salvage/scraptitanium, /obj/structure/flora/rock, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/ruin/unpowered/crashsite) +/area/overmap_encounter/planetoid/lava/explored) "Rw" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/machinery/light/small/broken/directional/east, @@ -548,11 +548,11 @@ /area/ruin/unpowered/crashsite/pinnance) "SD" = ( /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/ruin/unpowered/crashsite) +/area/overmap_encounter/planetoid/lava/explored) "Te" = ( /obj/item/clothing/glasses/cheapsuns, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/ruin/unpowered/crashsite) +/area/overmap_encounter/planetoid/lava/explored) "Tf" = ( /obj/structure/frame/computer{ dir = 8 @@ -640,7 +640,7 @@ /obj/item/stack/ore/salvage/scraptitanium, /obj/item/chair/plastic, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/ruin/unpowered/crashsite) +/area/overmap_encounter/planetoid/lava/explored) "Zo" = ( /obj/structure/lattice, /obj/item/stack/ore/salvage/scraptitanium, diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_cultaltar.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_cultaltar.dmm index f5c859b0ebe7..0e10bd31f4e7 100644 --- a/_maps/RandomRuins/LavaRuins/lavaland_surface_cultaltar.dmm +++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_cultaltar.dmm @@ -6,41 +6,41 @@ /turf/open/floor/engine/cult{ initial_gas_mix = "LAVALAND_ATMOS" }, -/area/ruin/unpowered/cultaltar) +/area/overmap_encounter/planetoid/lava/explored) "c" = ( /turf/open/lava/smooth/lava_land_surface, -/area/ruin/unpowered/cultaltar) +/area/overmap_encounter/planetoid/lava/explored) "d" = ( /turf/closed/wall/mineral/cult, -/area/ruin/unpowered/cultaltar) +/area/overmap_encounter/planetoid/lava/explored) "e" = ( /obj/effect/decal/remains/human, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/ruin/unpowered/cultaltar) +/area/overmap_encounter/planetoid/lava/explored) "f" = ( /obj/structure/destructible/cult/pylon, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/ruin/unpowered/cultaltar) +/area/overmap_encounter/planetoid/lava/explored) "g" = ( /obj/effect/decal/cleanable/blood/old, /turf/open/floor/engine/cult{ initial_gas_mix = "LAVALAND_ATMOS" }, -/area/ruin/unpowered/cultaltar) +/area/overmap_encounter/planetoid/lava/explored) "i" = ( /obj/effect/decal/remains/human, /obj/effect/decal/cleanable/blood/old, /turf/open/floor/engine/cult{ initial_gas_mix = "LAVALAND_ATMOS" }, -/area/ruin/unpowered/cultaltar) +/area/overmap_encounter/planetoid/lava/explored) "k" = ( /obj/effect/decal/remains/human, /obj/item/melee/cultblade, /turf/open/floor/engine/cult{ initial_gas_mix = "LAVALAND_ATMOS" }, -/area/ruin/unpowered/cultaltar) +/area/overmap_encounter/planetoid/lava/explored) "l" = ( /obj/effect/decal/remains/human, /obj/item/clothing/shoes/cult, @@ -48,13 +48,13 @@ /turf/open/floor/engine/cult{ initial_gas_mix = "LAVALAND_ATMOS" }, -/area/ruin/unpowered/cultaltar) +/area/overmap_encounter/planetoid/lava/explored) "m" = ( /obj/effect/decal/remains/human, /turf/open/floor/engine/cult{ initial_gas_mix = "LAVALAND_ATMOS" }, -/area/ruin/unpowered/cultaltar) +/area/overmap_encounter/planetoid/lava/explored) "o" = ( /obj/effect/rune/narsie{ color = "#ff0000"; @@ -76,7 +76,7 @@ /turf/open/floor/engine/cult{ initial_gas_mix = "LAVALAND_ATMOS" }, -/area/ruin/unpowered/cultaltar) +/area/overmap_encounter/planetoid/lava/explored) "q" = ( /obj/effect/decal/remains/human, /obj/item/clothing/shoes/cult, @@ -85,10 +85,10 @@ /turf/open/floor/engine/cult{ initial_gas_mix = "LAVALAND_ATMOS" }, -/area/ruin/unpowered/cultaltar) +/area/overmap_encounter/planetoid/lava/explored) "s" = ( /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/ruin/unpowered/cultaltar) +/area/overmap_encounter/planetoid/lava/explored) (1,1,1) = {" a diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_dwarffortress.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_dwarffortress.dmm index 4b3caea0681e..999dddfea9f3 100644 --- a/_maps/RandomRuins/LavaRuins/lavaland_surface_dwarffortress.dmm +++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_dwarffortress.dmm @@ -4,62 +4,59 @@ icon_state = "floor3-old" }, /turf/open/floor/plating/asteroid/basalt, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "dO" = ( /mob/living/simple_animal/hostile/asteroid/hivelord/legion/dwarf{ name = "dwarf bartender" }, /turf/open/floor/plating/asteroid/basalt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "fr" = ( /obj/structure/closet/cabinet, /obj/item/instrument/banjo, /obj/item/instrument/trombone, /turf/open/floor/plating/asteroid/basalt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "gB" = ( /mob/living/simple_animal/hostile/asteroid/hivelord/legion{ name = "tall dwarf legion" }, /turf/open/floor/plating/asteroid/basalt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "if" = ( /obj/structure/table/wood, /obj/item/reagent_containers/food/drinks/drinkingglass{ - list_reagents = list(/datum/reagent/consumable/ethanol/fetching_fizz= 30) + list_reagents = list(/datum/reagent/consumable/ethanol/fetching_fizz=30) }, /turf/open/floor/plating/asteroid/basalt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "iI" = ( /obj/structure/sign/poster/contraband/eat, /turf/closed/wall/mineral/wood, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "iM" = ( /obj/structure/table/wood, /obj/item/hatchet/wooden, /obj/item/hatchet/wooden, /turf/open/floor/plating/asteroid/basalt, -/area/ruin/unpowered) -"jL" = ( -/turf/open/floor/plating/asteroid/basalt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "ks" = ( /obj/structure/mineral_door/iron, /turf/open/floor/plating/asteroid/basalt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "kY" = ( /mob/living/simple_animal/hostile/asteroid/hivelord/legion/dwarf{ name = "dwarf armorer" }, /turf/open/floor/plating/asteroid/basalt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "lt" = ( /obj/structure/table/wood, /obj/item/reagent_containers/food/drinks/drinkingglass{ - list_reagents = list(/datum/reagent/consumable/ethanol/quintuple_sec = 20) + list_reagents = list(/datum/reagent/consumable/ethanol/quintuple_sec=20) }, /turf/open/floor/plating/asteroid/basalt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "mN" = ( /obj/structure/chair/stool/bar, /mob/living/simple_animal/hostile/asteroid/hivelord/legion{ @@ -70,60 +67,54 @@ name = "dwarf legion" }, /turf/open/floor/plating/asteroid/basalt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "mO" = ( /obj/item/chair/wood/wings, /turf/open/floor/plating/asteroid/basalt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "qj" = ( /mob/living/simple_animal/hostile/asteroid/hivelord/legion/dwarf, /obj/effect/decal/cleanable/blood/old, /turf/open/floor/plating/asteroid/basalt, -/area/ruin/unpowered) -"rP" = ( -/obj/effect/decal/cleanable/blood/old{ - icon_state = "floor2-old" - }, -/turf/open/floor/plating/asteroid/basalt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "sz" = ( /obj/structure/spawner/lavaland/legion, /turf/open/floor/plating/asteroid/basalt, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "sR" = ( /obj/structure/fermenting_barrel, /turf/open/floor/plating/asteroid/basalt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "sS" = ( /turf/template_noop, /area/template_noop) "th" = ( /obj/structure/table/wood, /obj/item/reagent_containers/food/drinks/drinkingglass{ - list_reagents = list(/datum/reagent/consumable/ethanol/turbo = 20) + list_reagents = list(/datum/reagent/consumable/ethanol/turbo=20) }, /turf/open/floor/plating/asteroid/basalt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "ui" = ( /obj/effect/decal/cleanable/blood/old{ icon_state = "floor4-old" }, /turf/open/floor/plating/asteroid/basalt, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "uW" = ( /obj/effect/decal/cleanable/blood/old{ icon_state = "floor2-old" }, /turf/open/floor/plating/asteroid/basalt, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "wm" = ( /obj/structure/bed, -/obj/item/bedsheet/random, +/obj/item/bedsheet/dorms, /turf/open/floor/plating/asteroid/basalt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "xi" = ( /turf/closed/mineral/volcanic/lava_land_surface, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "xP" = ( /obj/structure/chair/wood/wings{ dir = 1 @@ -136,10 +127,10 @@ name = "dwarf legion" }, /turf/open/floor/plating/asteroid/basalt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "xR" = ( /turf/closed/wall/mineral/wood, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "zY" = ( /mob/living/simple_animal/hostile/asteroid/hivelord/legion{ icon_aggro = "dwarf_legion"; @@ -149,59 +140,55 @@ name = "dwarf legion" }, /turf/open/floor/plating/asteroid/basalt, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "Ay" = ( /turf/open/floor/plating/asteroid/basalt, -/area/lavaland/surface/outdoors) -"Bb" = ( -/mob/living/simple_animal/hostile/asteroid/hivelord/legion/dwarf, -/turf/open/floor/plating/asteroid/basalt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "Bd" = ( /obj/effect/decal/cleanable/blood/old{ icon_state = "floor6-old" }, /turf/open/floor/plating/asteroid/basalt, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "Cf" = ( /obj/structure/table/wood, /obj/item/fireaxe/boneaxe, /turf/open/floor/plating/asteroid/basalt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "CI" = ( /obj/structure/table/wood, /obj/item/toy/plush/lizardplushie{ pixel_y = 3 }, /turf/open/floor/plating/asteroid/basalt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "Dk" = ( /obj/structure/bed, /turf/open/floor/plating/asteroid/basalt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "ET" = ( /obj/structure/table/wood, /obj/item/reagent_containers/food/drinks/drinkingglass{ - list_reagents = list(/datum/reagent/consumable/ethanol/hearty_punch = 25) + list_reagents = list(/datum/reagent/consumable/ethanol/hearty_punch=25) }, /turf/open/floor/plating/asteroid/basalt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "Fs" = ( /obj/structure/table/wood, /obj/item/spear/bonespear, /turf/open/floor/plating/asteroid/basalt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "GD" = ( /obj/structure/table/wood, /obj/item/reagent_containers/food/snacks/meat/steak/goliath{ pixel_y = 6 }, /turf/open/floor/plating/asteroid/basalt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "GL" = ( /mob/living/simple_animal/hostile/asteroid/hivelord/legion/dwarf, /turf/open/floor/plating/asteroid/basalt, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "GS" = ( /obj/item/dice/d20{ pixel_x = 5; @@ -213,80 +200,74 @@ }, /obj/structure/table/wood/fancy/purple, /turf/open/floor/plating/asteroid/basalt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "Hg" = ( /obj/structure/table/wood, /obj/item/reagent_containers/food/drinks/drinkingglass{ - list_reagents = list(/datum/reagent/consumable/ethanol/manly_dorf = 30) + list_reagents = list(/datum/reagent/consumable/ethanol/manly_dorf=30) }, /turf/open/floor/plating/asteroid/basalt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "Hj" = ( /obj/structure/chair/wood/wings{ dir = 8 }, /turf/open/floor/plating/asteroid/basalt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "HZ" = ( /obj/structure/table/wood, /obj/item/flashlight/lantern, /obj/item/flashlight/lantern, /obj/item/flashlight/lantern, /turf/open/floor/plating/asteroid/basalt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "MR" = ( /obj/structure/barricade/wooden, /turf/open/floor/plating/asteroid/basalt, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "NL" = ( /obj/structure/table/wood, /obj/item/toy/cards/deck{ pixel_y = 5 }, /turf/open/floor/plating/asteroid/basalt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "Oy" = ( /obj/structure/chair/comfy/lime{ dir = 8 }, /turf/open/floor/plating/asteroid/basalt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "Pl" = ( /obj/effect/decal/cleanable/blood/gibs/old, /obj/item/clothing/head/helmet/skull, /turf/open/floor/plating/asteroid/basalt, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "PB" = ( /obj/structure/table/wood, /obj/item/shield/riot/buckler, /obj/item/shield/riot/buckler, /turf/open/floor/plating/asteroid/basalt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "PW" = ( /obj/effect/decal/cleanable/blood/old, /obj/item/flashlight/flare/torch, /turf/open/floor/plating/asteroid/basalt, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "QZ" = ( /obj/structure/table/wood, /obj/item/pickaxe, /obj/item/pickaxe, /turf/open/floor/plating/asteroid/basalt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "RP" = ( /obj/structure/reagent_dispensers/beerkeg, /turf/open/floor/plating/asteroid/basalt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "Sv" = ( /obj/structure/sign/poster/official/high_class_martini, /turf/closed/wall/mineral/wood, -/area/ruin/unpowered) -"SN" = ( -/obj/effect/decal/cleanable/blood/old{ - icon_state = "floor4-old" - }, -/turf/open/floor/plating/asteroid/basalt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "Ti" = ( /obj/structure/table/wood, /obj/item/reagent_containers/food/drinks/ale{ @@ -298,7 +279,7 @@ pixel_y = 5 }, /turf/open/floor/plating/asteroid/basalt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "UM" = ( /obj/structure/table/wood, /obj/item/clothing/shoes/cowboy/lizard, @@ -307,33 +288,23 @@ pixel_y = 9 }, /turf/open/floor/plating/asteroid/basalt, -/area/ruin/unpowered) -"UP" = ( -/mob/living/simple_animal/hostile/asteroid/hivelord/legion{ - icon_aggro = "dwarf_legion"; - icon_dead = "dwarf_legion"; - icon_living = "dwarf_legion"; - icon_state = "dwarf_legion"; - name = "dwarf legion" - }, -/turf/open/floor/plating/asteroid/basalt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "Vk" = ( /obj/structure/chair/stool/bar, /turf/open/floor/plating/asteroid/basalt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "XW" = ( /obj/effect/decal/cleanable/blood/old{ icon_state = "floor7-old" }, /turf/open/floor/plating/asteroid/basalt, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/cave/explored) "Zc" = ( /obj/effect/decal/cleanable/blood/old{ icon_state = "floor5-old" }, /turf/open/floor/plating/asteroid/basalt, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) (1,1,1) = {" xi @@ -381,12 +352,12 @@ xi xR iI RP -jL +Ay GS xP xR Dk -UP +zY wm xR uW @@ -399,14 +370,14 @@ xi xi xi xR -jL -jL -jL +Ay +Ay +Ay Hj -jL +Ay xR wm -jL +Ay Dk xR Ay @@ -419,11 +390,11 @@ xi xi xi xR -jL +Ay ET Vk -jL -jL +Ay +Ay xR Dk XW @@ -439,14 +410,14 @@ xi xi xi xR -jL +Ay lt Vk -jL -jL +Ay +Ay xR Dk -jL +Ay wm xR ui @@ -462,11 +433,11 @@ xR dO Hg mN -jL -jL +Ay +Ay ks -jL -jL +Ay +Ay Dk xR Ay @@ -479,14 +450,14 @@ xi xi xi xR -jL +Ay NL Vk -jL -jL +Ay +Ay xR -rP -jL +uW +Ay qj xR Ay @@ -502,11 +473,11 @@ xR Ti GD Vk -jL -jL +Ay +Ay xR Dk -jL +Ay wm xR Ay @@ -520,14 +491,14 @@ xi xi xR sR -jL -jL -jL +Ay +Ay +Ay fr xR wm -UP -jL +zY +Ay xR xi MR @@ -542,7 +513,7 @@ xR xR xR xR -jL +Ay Sv xR xR @@ -561,13 +532,13 @@ xi xi xR mO -jL -jL -jL -jL +Ay +Ay +Ay +Ay xR -jL -jL +Ay +Ay UM xR Ay @@ -581,14 +552,14 @@ xi xi xR if -jL -jL +Ay +Ay gB th xR QZ -jL -jL +Ay +Ay xR Ay Ay @@ -601,14 +572,14 @@ xi xi xR Hj -jL -jL -jL -jL +Ay +Ay +Ay +Ay xR Cf -jL -SN +Ay +ui ks Ay Ay @@ -620,15 +591,15 @@ sS xi xR xR -jL -Bb -jL -jL -jL +Ay +GL +Ay +Ay +Ay xR HZ kY -jL +Ay ks uW Ay @@ -639,16 +610,16 @@ xi sS PW xR -jL -jL -jL -jL +Ay +Ay +Ay +Ay CI -jL +Ay xR -jL +Ay XW -jL +Ay xR Ay Ay @@ -659,12 +630,12 @@ xi sS Ay ks -jL -jL -jL -jL +Ay +Ay +Ay +Ay Oy -jL +Ay xR iM Fs diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_elephant_graveyard.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_elephant_graveyard.dmm index 4e45afdabceb..6b6b4aac357a 100644 --- a/_maps/RandomRuins/LavaRuins/lavaland_surface_elephant_graveyard.dmm +++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_elephant_graveyard.dmm @@ -4,7 +4,7 @@ /area/template_noop) "ab" = ( /turf/closed/mineral/volcanic/lava_land_surface, -/area/lavaland/surface) +/area/overmap_encounter/planetoid/cave/explored) "ac" = ( /turf/closed/mineral/volcanic/lava_land_surface, /area/ruin/unpowered/elephant_graveyard) @@ -80,7 +80,7 @@ /area/ruin/unpowered/elephant_graveyard) "at" = ( /turf/closed/mineral/strong/wasteland, -/area/lavaland/surface) +/area/overmap_encounter/planetoid/cave/explored) "av" = ( /obj/structure/barricade/wooden/crude, /obj/effect/decal/cleanable/blood/splatter, @@ -305,7 +305,6 @@ /area/ruin/unpowered/elephant_graveyard) "bv" = ( /obj/effect/decal/remains/human, -/obj/item/clothing/under/misc/overalls, /obj/item/clothing/mask/bandana/green, /turf/open/floor/plating/asteroid/basalt/wasteland, /area/ruin/unpowered/elephant_graveyard) @@ -363,7 +362,7 @@ "bH" = ( /obj/item/paper/fluff/ruins/elephant_graveyard, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/lavaland/surface) +/area/overmap_encounter/planetoid/cave/explored) "bI" = ( /obj/structure/shuttle/engine/propulsion, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, @@ -453,7 +452,7 @@ /area/ruin/unpowered/elephant_graveyard) "bZ" = ( /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/lavaland/surface) +/area/overmap_encounter/planetoid/cave/explored) "ca" = ( /obj/structure/table, /obj/item/storage/firstaid/o2, diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_fuckedupandevilclub.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_fuckedupandevilclub.dmm index 4408f9658403..98488b286f8d 100644 --- a/_maps/RandomRuins/LavaRuins/lavaland_surface_fuckedupandevilclub.dmm +++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_fuckedupandevilclub.dmm @@ -164,7 +164,7 @@ /area/ruin/unpowered) "kn" = ( /turf/closed/mineral/random/volcanic, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "kI" = ( /obj/effect/rune/convert, /mob/living/simple_animal/hostile/netherworld/migo{ @@ -213,7 +213,7 @@ pixel_y = -4 }, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "nX" = ( /mob/living/simple_animal/hostile/construct/juggernaut/hostile{ dir = 8 @@ -351,7 +351,7 @@ real_name = "Bouncer" }, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "wK" = ( /obj/structure/reagent_dispensers/water_cooler, /turf/open/floor/plasteel/cult, @@ -397,7 +397,7 @@ /area/ruin/unpowered) "zB" = ( /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "AO" = ( /obj/structure/sign/poster/contraband/c20r, /turf/closed/indestructible/riveted/boss, @@ -675,7 +675,7 @@ pixel_y = 12 }, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "UO" = ( /obj/structure/chair/wood/wings{ dir = 8 @@ -733,7 +733,7 @@ "Yp" = ( /obj/structure/destructible/tribal_torch, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "Yw" = ( /obj/effect/decal/cleanable/blood/gibs/limb{ dir = 8 diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_golem_ship.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_golem_ship.dmm index 8ce14c7b16db..3f6744665feb 100644 --- a/_maps/RandomRuins/LavaRuins/lavaland_surface_golem_ship.dmm +++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_golem_ship.dmm @@ -622,7 +622,7 @@ "lt" = ( /obj/machinery/light/small/directional/north, /obj/structure/bed, -/obj/item/bedsheet/random, +/obj/item/bedsheet/dorms, /obj/effect/decal/cleanable/blood, /turf/open/floor/wood, /area/ruin/powered/golem_ship) @@ -1089,7 +1089,7 @@ "wJ" = ( /obj/machinery/light/small/directional/north, /obj/structure/bed, -/obj/item/bedsheet/random, +/obj/item/bedsheet/dorms, /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/blood, /turf/open/floor/wood, @@ -1680,7 +1680,7 @@ /area/ruin/powered/golem_ship) "KH" = ( /obj/structure/bed, -/obj/item/bedsheet/random, +/obj/item/bedsheet/dorms, /turf/open/floor/wood, /area/ruin/powered/golem_ship) "KO" = ( diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_hermit.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_hermit.dmm index 308f02a36afe..aa74ac5ff810 100644 --- a/_maps/RandomRuins/LavaRuins/lavaland_surface_hermit.dmm +++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_hermit.dmm @@ -1,10 +1,7 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"a" = ( -/turf/closed/mineral/volcanic/lava_land_surface, -/area/lavaland/surface/outdoors) "b" = ( /turf/closed/mineral/volcanic/lava_land_surface, -/area/ruin/powered) +/area/overmap_encounter/planetoid/cave/explored) "c" = ( /turf/closed/wall/mineral/iron, /area/ruin/powered) @@ -85,7 +82,7 @@ /area/ruin/powered) "s" = ( /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/lava/explored) "t" = ( /turf/closed/wall/mineral/titanium/survival/pod, /area/ruin/powered) @@ -228,11 +225,11 @@ P P P P -a -a -a -a -a +b +b +b +b +b s s s @@ -244,14 +241,14 @@ P P P P -a -a -a -a -a -a -a -a +b +b +b +b +b +b +b +b s s s @@ -261,9 +258,9 @@ P (5,1,1) = {" P P -a -a -a +b +b +b b c b @@ -278,9 +275,9 @@ s "} (6,1,1) = {" P -a -a -a +b +b +b b b L @@ -295,10 +292,10 @@ s s "} (7,1,1) = {" -a -a -a -a +b +b +b +b b m o @@ -313,7 +310,7 @@ s s "} (8,1,1) = {" -a +b b b b @@ -331,7 +328,7 @@ s s "} (9,1,1) = {" -a +b b f i @@ -349,7 +346,7 @@ s s "} (10,1,1) = {" -a +b b S j @@ -367,7 +364,7 @@ s s "} (11,1,1) = {" -a +b c e h @@ -385,7 +382,7 @@ s s "} (12,1,1) = {" -a +b b b k @@ -394,8 +391,8 @@ b b b b -a -a +b +b P P E @@ -403,16 +400,16 @@ H E "} (13,1,1) = {" -a -a b b b b -a -a -a -a +b +b +b +b +b +b P P P @@ -421,15 +418,15 @@ I F "} (14,1,1) = {" -a -a -a -a -a -a -a -a -a +b +b +b +b +b +b +b +b +b P P P @@ -441,8 +438,8 @@ F (15,1,1) = {" P P -a -a +b +b P P P diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_pizzaparty.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_pizzaparty.dmm index 1d0323a4f09f..d035e25f5cbd 100644 --- a/_maps/RandomRuins/LavaRuins/lavaland_surface_pizzaparty.dmm +++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_pizzaparty.dmm @@ -4,11 +4,11 @@ /area/template_noop) "b" = ( /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/lava/explored) "c" = ( /obj/structure/lattice, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/lava/explored) "d" = ( /turf/closed/wall, /area/ruin/unpowered) @@ -141,7 +141,7 @@ /obj/structure/lattice, /obj/item/chair/wood/wings, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/lava/explored) "w" = ( /obj/item/kitchen/fork, /obj/effect/decal/cleanable/dirt, @@ -264,7 +264,7 @@ /obj/structure/lattice, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/lava/explored) "O" = ( /obj/item/kitchen/knife, /obj/effect/decal/cleanable/dirt, diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_random_ripley.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_random_ripley.dmm index 546ddcff7e4a..ba1bf8acc4dd 100644 --- a/_maps/RandomRuins/LavaRuins/lavaland_surface_random_ripley.dmm +++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_random_ripley.dmm @@ -1,25 +1,25 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE "a" = ( /turf/template_noop, -/area/lavaland/surface/outdoors) +/area/template_noop) "b" = ( /turf/closed/mineral/volcanic/lava_land_surface, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "c" = ( /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "d" = ( /obj/mecha/working/ripley/mining{ ruin_mecha = 1 }, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "e" = ( /obj/item/clothing/shoes/workboots/mining, /obj/item/clothing/under/rank/cargo/miner/lavaland, /obj/effect/decal/remains/human, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) (1,1,1) = {" a diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_survivalpod.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_survivalpod.dmm index 94d807b3e71e..bfd1d0e63d41 100644 --- a/_maps/RandomRuins/LavaRuins/lavaland_surface_survivalpod.dmm +++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_survivalpod.dmm @@ -4,13 +4,13 @@ /area/template_noop) "b" = ( /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/lava/explored) "c" = ( /obj/structure/sign/mining/survival{ pixel_y = -32 }, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/lava/explored) "d" = ( /turf/closed/wall/mineral/titanium/survival/pod, /area/ruin/powered) @@ -20,7 +20,7 @@ pixel_x = 32 }, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/lava/explored) "f" = ( /obj/structure/fans, /turf/open/floor/pod/dark, @@ -40,11 +40,11 @@ pixel_x = -32 }, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/lava/explored) "j" = ( /obj/effect/decal/cleanable/blood/drip, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/lava/explored) "k" = ( /obj/machinery/sleeper/survival_pod, /turf/open/floor/pod/dark, @@ -64,14 +64,14 @@ "n" = ( /obj/effect/decal/cleanable/blood, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/lava/explored) "o" = ( /obj/effect/decal/cleanable/blood, /mob/living/simple_animal/hostile/asteroid/goliath/beast{ health = 0 }, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/lava/explored) "p" = ( /obj/structure/table/survival_pod, /obj/item/kitchen/knife/combat/survival, @@ -98,7 +98,7 @@ "s" = ( /obj/effect/decal/cleanable/blood/footprints, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/lava/explored) "t" = ( /obj/effect/decal/cleanable/blood/footprints{ dir = 1 @@ -112,27 +112,27 @@ }, /obj/effect/decal/cleanable/blood/drip, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/lava/explored) "v" = ( /obj/effect/decal/cleanable/blood/footprints{ dir = 8 }, /obj/effect/decal/cleanable/blood/footprints, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/lava/explored) "w" = ( /obj/structure/sign/mining/survival{ pixel_y = 32 }, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/lava/explored) "x" = ( /obj/effect/decal/cleanable/blood/drip, /obj/effect/decal/cleanable/blood/footprints{ dir = 1 }, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/lava/explored) "y" = ( /obj/structure/sign/mining{ pixel_y = 32 @@ -141,18 +141,18 @@ dir = 8 }, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/lava/explored) "z" = ( /obj/effect/decal/cleanable/blood/footprints{ dir = 8 }, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/lava/explored) "A" = ( /obj/effect/decal/cleanable/blood/footprints, /obj/effect/decal/cleanable/blood/drip, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/lava/explored) (1,1,1) = {" a diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_syndicate_base1.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_syndicate_base1.dmm deleted file mode 100644 index be604192e5bd..000000000000 --- a/_maps/RandomRuins/LavaRuins/lavaland_surface_syndicate_base1.dmm +++ /dev/null @@ -1,9168 +0,0 @@ -//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"aa" = ( -/turf/template_noop, -/area/template_noop) -"ab" = ( -/turf/open/lava/smooth/lava_land_surface, -/area/lavaland/surface/outdoors) -"ac" = ( -/turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/lavaland/surface/outdoors) -"ae" = ( -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ruin/unpowered/syndicate_lava_base/testlab) -"af" = ( -/obj/machinery/light/small/directional/east, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"ag" = ( -/obj/machinery/airalarm/syndicate{ - dir = 4; - pixel_x = -25 - }, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"ah" = ( -/obj/structure/table/wood, -/obj/machinery/chem_dispenser/drinks/beer/fullupgrade{ - dir = 1 - }, -/obj/structure/sign/barsign{ - pixel_y = -32; - req_access = null - }, -/turf/open/floor/wood, -/area/ruin/unpowered/syndicate_lava_base/bar) -"ai" = ( -/obj/structure/table/wood, -/obj/machinery/chem_dispenser/drinks/fullupgrade{ - dir = 1 - }, -/turf/open/floor/wood, -/area/ruin/unpowered/syndicate_lava_base/bar) -"aj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/vending/medical/syndicate_access, -/obj/effect/turf_decal/corner/opaque/white, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/virology) -"ak" = ( -/obj/machinery/vending/boozeomat/syndicate_access, -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ruin/unpowered/syndicate_lava_base/bar) -"al" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/vending/medical/syndicate_access, -/turf/open/floor/plasteel/white, -/area/ruin/unpowered/syndicate_lava_base/medbay) -"ap" = ( -/obj/machinery/light/small/directional/north, -/turf/open/floor/engine, -/area/ruin/unpowered/syndicate_lava_base/testlab) -"aq" = ( -/turf/open/floor/engine, -/area/ruin/unpowered/syndicate_lava_base/testlab) -"as" = ( -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ruin/unpowered/syndicate_lava_base/chemistry) -"at" = ( -/obj/structure/grille, -/obj/structure/window/plasma/reinforced/plastitanium, -/obj/machinery/door/poddoor{ - id = "lavalandsyndi_chemistry" - }, -/turf/open/floor/plating, -/area/ruin/unpowered/syndicate_lava_base/chemistry) -"aF" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/engine, -/area/ruin/unpowered/syndicate_lava_base/testlab) -"aL" = ( -/turf/closed/wall/mineral/plastitanium/explosive, -/area/ruin/unpowered/syndicate_lava_base/testlab) -"aM" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/chem_dispenser/fullupgrade, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/chemistry) -"aN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/door/airlock{ - name = "Bar Storage"; - req_access_txt = "150"; - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/bar) -"aQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/directional/south, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/arrivals) -"aR" = ( -/obj/machinery/atmospherics/pipe/layer_manifold/visible{ - dir = 4 - }, -/obj/structure/grille, -/obj/structure/window/plasma/reinforced/plastitanium, -/turf/open/floor/plating, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"aW" = ( -/obj/effect/turf_decal/corner/opaque/red, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 8 - }, -/obj/machinery/button/door{ - id = "lavalandsyndi_arrivals"; - name = "Arrivals Blast Door Control"; - pixel_y = -26; - req_access_txt = "150" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/arrivals) -"bd" = ( -/obj/machinery/portable_atmospherics/scrubber, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"bf" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/ruin/unpowered/syndicate_lava_base/main) -"bv" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/corner/transparent/neutral/full, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"by" = ( -/obj/structure/closet/l3closet, -/obj/machinery/power/apc/syndicate{ - dir = 8; - name = "Chemistry APC"; - pixel_x = -25 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/chemistry) -"bM" = ( -/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/incinerator_syndicatelava{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/engine, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"ca" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"cA" = ( -/obj/structure/table/reinforced, -/obj/item/book/manual/wiki/chemistry, -/obj/item/book/manual/wiki/chemistry, -/obj/item/clothing/glasses/science, -/obj/item/clothing/glasses/science, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/chemistry) -"cG" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 4 - }, -/obj/machinery/chem_master, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/chemistry) -"cI" = ( -/obj/machinery/power/apc/syndicate{ - name = "Experimentation Lab APC"; - pixel_y = -25 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/turf_decal/corner/transparent/neutral/full, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/testlab) -"cJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/binary/pump{ - name = "CO2" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"cK" = ( -/obj/machinery/power/compressor{ - comp_id = "syndie_lavaland_incineratorturbine"; - dir = 1; - luminosity = 2 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable, -/turf/open/floor/engine/vacuum, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"cN" = ( -/obj/structure/grille, -/obj/structure/window/plasma/reinforced/plastitanium, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - id = "lavalandsyndi_bar"; - dir = 4 - }, -/turf/open/floor/plating, -/area/ruin/unpowered/syndicate_lava_base/bar) -"cP" = ( -/obj/machinery/light/small/directional/east, -/turf/open/floor/engine/plasma, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"cU" = ( -/obj/structure/table/glass, -/obj/item/storage/box/beakers{ - pixel_x = 2; - pixel_y = 2 - }, -/obj/item/storage/box/syringes, -/obj/machinery/power/apc/syndicate{ - dir = 1; - name = "Virology APC"; - pixel_y = 25 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/corner/opaque/white/three_quarters{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/virology) -"cV" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"dc" = ( -/obj/machinery/light/small/directional/west, -/turf/open/floor/engine, -/area/ruin/unpowered/syndicate_lava_base/testlab) -"di" = ( -/obj/machinery/light/small/directional/east, -/turf/open/floor/engine, -/area/ruin/unpowered/syndicate_lava_base/testlab) -"dn" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/industrial/warning{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"do" = ( -/obj/structure/closet/secure_closet/medical1{ - req_access = null; - req_access_txt = "150" - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/storage/box/beakers/bluespace, -/obj/item/storage/box/beakers/bluespace, -/obj/effect/turf_decal/corner/opaque/white/three_quarters{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/chemistry) -"du" = ( -/obj/machinery/light/small/directional/north, -/obj/machinery/button/door{ - id = "lavalandsyndi_chemistry"; - name = "Chemistry Blast Door Control"; - pixel_y = 26; - req_access_txt = "150" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/chemistry) -"dv" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 10 - }, -/obj/machinery/chem_heater, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/chemistry) -"dw" = ( -/obj/structure/chair/office/light{ - dir = 1 - }, -/obj/effect/turf_decal/industrial/outline/yellow, -/obj/effect/turf_decal/industrial/warning, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/chemistry) -"dx" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 6 - }, -/obj/structure/closet/crate/bin, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/chemistry) -"dy" = ( -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"dB" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/chemistry) -"dC" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/chemistry) -"dE" = ( -/obj/structure/table/glass, -/obj/item/stack/sheet/mineral/plasma{ - amount = 5; - pixel_x = -2; - pixel_y = 6 - }, -/obj/item/stack/sheet/mineral/plasma{ - amount = 5; - pixel_y = 2 - }, -/obj/item/stack/sheet/mineral/plasma{ - amount = 5; - pixel_x = 2; - pixel_y = -2 - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/reagent_containers/glass/bottle/charcoal{ - pixel_x = 6 - }, -/obj/item/reagent_containers/glass/bottle/epinephrine, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/chemistry) -"dG" = ( -/obj/structure/catwalk, -/turf/open/lava/smooth/lava_land_surface, -/area/lavaland/surface/outdoors) -"dI" = ( -/obj/structure/table/glass, -/obj/machinery/reagentgrinder{ - pixel_y = 5 - }, -/obj/item/reagent_containers/glass/beaker/large, -/obj/effect/turf_decal/corner/opaque/white/three_quarters{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/chemistry) -"dK" = ( -/obj/effect/turf_decal/box/white/corners{ - dir = 1 - }, -/obj/structure/closet/crate/secure/gear{ - req_access_txt = "150" - }, -/obj/item/clothing/gloves/combat, -/obj/item/clothing/gloves/combat, -/obj/item/clothing/under/syndicate/combat, -/obj/item/clothing/under/syndicate/combat, -/obj/item/storage/belt/military, -/obj/item/storage/belt/military, -/obj/item/clothing/shoes/combat, -/obj/item/clothing/shoes/combat, -/obj/item/clothing/mask/gas/syndicate, -/obj/item/clothing/mask/gas/syndicate, -/obj/item/clothing/glasses/night, -/obj/item/clothing/glasses/night, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"dL" = ( -/obj/machinery/airalarm/syndicate{ - pixel_y = 25 - }, -/obj/structure/closet/crate, -/obj/item/extinguisher{ - pixel_x = -5; - pixel_y = 5 - }, -/obj/item/extinguisher{ - pixel_x = -2; - pixel_y = 2 - }, -/obj/item/extinguisher{ - pixel_x = 1; - pixel_y = -1 - }, -/obj/item/flashlight{ - pixel_x = -5; - pixel_y = 5 - }, -/obj/item/flashlight{ - pixel_x = -2; - pixel_y = 2 - }, -/obj/item/flashlight{ - pixel_x = 1; - pixel_y = -1 - }, -/obj/item/radio/headset/syndicate/alt{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/radio/headset/syndicate/alt, -/obj/item/radio/headset/syndicate/alt{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"dM" = ( -/obj/effect/turf_decal/box/white/corners{ - dir = 4 - }, -/obj/structure/closet/crate, -/obj/item/storage/box/donkpockets{ - pixel_x = -2; - pixel_y = 6 - }, -/obj/item/storage/box/donkpockets{ - pixel_y = 3 - }, -/obj/item/storage/box/donkpockets{ - pixel_x = 2 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"dO" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/corner/opaque/yellow, -/obj/effect/turf_decal/corner/opaque/yellow{ - dir = 4 - }, -/obj/machinery/door/airlock/engineering{ - name = "Engineering"; - req_access_txt = "150"; - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/industrial/hatch/yellow, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"dP" = ( -/turf/closed/wall/mineral/plastitanium/explosive, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"dQ" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ruin/unpowered/syndicate_lava_base/testlab) -"dR" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/hatch{ - heat_proof = 1; - name = "Experimentation Room"; - req_access_txt = "150" - }, -/obj/machinery/door/poddoor/preopen{ - id = "lavalandsyndi"; - name = "Syndicate Research Experimentation Shutters" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/corner/transparent/neutral, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/testlab) -"dS" = ( -/obj/structure/grille, -/obj/structure/window/plasma/reinforced/plastitanium, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - id = "lavalandsyndi"; - name = "Syndicate Research Experimentation Shutters" - }, -/turf/open/floor/plating, -/area/ruin/unpowered/syndicate_lava_base/testlab) -"dU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/chemistry) -"dV" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/chemistry) -"dX" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/chemistry) -"dY" = ( -/obj/structure/chair{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/chemistry) -"dZ" = ( -/obj/machinery/light/small/directional/east, -/obj/structure/table/glass, -/obj/item/folder/white, -/obj/item/reagent_containers/glass/beaker/large{ - pixel_x = -3 - }, -/obj/item/reagent_containers/glass/beaker/large{ - pixel_x = -3 - }, -/obj/item/reagent_containers/dropper, -/obj/machinery/airalarm/syndicate{ - dir = 8; - pixel_x = 25 - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/screwdriver/nuke{ - pixel_y = 18 - }, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/chemistry) -"ea" = ( -/obj/effect/turf_decal/box/white/corners{ - dir = 8 - }, -/obj/structure/closet/crate/secure/weapon{ - req_access_txt = "150" - }, -/obj/item/ammo_box/c10mm{ - pixel_y = 6 - }, -/obj/item/ammo_box/c10mm, -/obj/item/ammo_box/magazine/m10mm{ - pixel_x = -5; - pixel_y = 5 - }, -/obj/item/ammo_box/magazine/m10mm{ - pixel_x = -2; - pixel_y = 2 - }, -/obj/item/ammo_box/magazine/m10mm{ - pixel_x = 1; - pixel_y = -1 - }, -/obj/item/ammo_box/magazine/m10mm{ - pixel_x = 4; - pixel_y = -4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"eb" = ( -/obj/structure/closet/crate, -/obj/item/storage/toolbox/electrical{ - pixel_y = 4 - }, -/obj/item/storage/toolbox/mechanical, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"ec" = ( -/obj/effect/turf_decal/box/white/corners, -/obj/structure/closet/crate/medical, -/obj/item/storage/firstaid/fire{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/firstaid/brute, -/obj/item/storage/firstaid/regular{ - pixel_x = -3; - pixel_y = -3 - }, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"ed" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/power/rad_collector, -/obj/effect/turf_decal/corner/transparent/neutral/full, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"ee" = ( -/obj/structure/rack, -/obj/item/flashlight{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/flashlight, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/opaque/brown{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"eg" = ( -/obj/structure/closet/firecloset/full{ - anchored = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/opaque/brown{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"eh" = ( -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ruin/unpowered/syndicate_lava_base/virology) -"ei" = ( -/obj/structure/disposaloutlet{ - dir = 1 - }, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/ruin/unpowered/syndicate_lava_base/virology) -"ej" = ( -/obj/structure/bed/roller, -/obj/machinery/iv_drip, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/corner/transparent/neutral, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 8 - }, -/mob/living/carbon/monkey{ - faction = list("neutral","Syndicate") - }, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/testlab) -"ek" = ( -/obj/structure/grille, -/obj/structure/window/plasma/reinforced/plastitanium, -/turf/open/floor/plating, -/area/ruin/unpowered/syndicate_lava_base/testlab) -"el" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 1 - }, -/obj/effect/turf_decal/corner/transparent/neutral/full, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/testlab) -"em" = ( -/obj/machinery/light/small/directional/north, -/obj/machinery/button/door{ - id = "lavalandsyndi"; - name = "Syndicate Experimentation Lockdown Control"; - pixel_y = 26; - req_access_txt = "150" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/industrial/warning/corner{ - dir = 1 - }, -/obj/effect/turf_decal/corner/transparent/neutral/full, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/testlab) -"en" = ( -/obj/machinery/igniter/incinerator_syndicatelava, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/engine/vacuum, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"eo" = ( -/obj/structure/table/reinforced, -/obj/item/storage/toolbox/syndicate, -/obj/item/paper/crumpled{ - info = "Explosive testing on site is STRICTLY forbidden, as this outpost's walls are lined with explosives intended for intentional self-destruct purposes that may be set off prematurely through careless experiments."; - name = "Explosives Testing Warning"; - pixel_x = -6; - pixel_y = -3 - }, -/obj/effect/turf_decal/corner/transparent/neutral/full, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/testlab) -"ep" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/transparent/neutral/full, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/testlab) -"eq" = ( -/obj/structure/table/reinforced, -/obj/item/restraints/handcuffs, -/obj/item/taperecorder, -/obj/effect/turf_decal/corner/transparent/neutral/full, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/testlab) -"es" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/crate/bin, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/chemistry) -"et" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/chemistry) -"eu" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 5 - }, -/obj/machinery/chem_heater, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/chemistry) -"ev" = ( -/obj/effect/turf_decal/corner/opaque/white, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/chemistry) -"ew" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/vending/syndichem, -/obj/effect/turf_decal/corner/opaque/white/three_quarters, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/chemistry) -"eD" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"eE" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 8 - }, -/obj/structure/table, -/obj/item/storage/box/lights/bulbs, -/obj/item/wrench, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/mineral/plastitanium, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"eG" = ( -/obj/structure/closet/secure_closet/personal/patient, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/opaque/white/three_quarters{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/virology) -"eH" = ( -/obj/structure/bed, -/obj/item/bedsheet, -/obj/machinery/light/small/directional/north, -/obj/effect/turf_decal/corner/opaque/white/three_quarters{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/virology) -"eI" = ( -/obj/structure/grille, -/obj/structure/window/plasma/reinforced/plastitanium, -/turf/open/floor/plating, -/area/ruin/unpowered/syndicate_lava_base/virology) -"eJ" = ( -/obj/structure/disposalpipe/segment, -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ruin/unpowered/syndicate_lava_base/virology) -"eK" = ( -/obj/machinery/light/small/directional/south, -/obj/structure/bed/roller, -/obj/machinery/iv_drip, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/corner/transparent/neutral, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 8 - }, -/mob/living/carbon/monkey{ - faction = list("neutral","Syndicate") - }, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/testlab) -"eL" = ( -/obj/machinery/door/airlock/hatch{ - name = "Monkey Pen"; - req_access_txt = "150"; - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/corner/transparent/neutral, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/testlab) -"eN" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/airalarm/directional/south, -/obj/effect/turf_decal/corner/transparent/neutral/full, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/testlab) -"eO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/corner/transparent/neutral/full, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/testlab) -"eP" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/corner/transparent/neutral/full, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/testlab) -"eQ" = ( -/obj/machinery/light/small/directional/south, -/obj/structure/table/reinforced, -/obj/item/storage/box/monkeycubes/syndicate, -/obj/item/storage/box/monkeycubes/syndicate, -/obj/effect/turf_decal/corner/transparent/neutral/full, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/testlab) -"eS" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 8 - }, -/obj/machinery/chem_master, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/chemistry) -"eT" = ( -/obj/effect/turf_decal/industrial/outline/yellow, -/obj/structure/chair/office/light, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/chemistry) -"eU" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/chem_dispenser/fullupgrade, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/chemistry) -"eV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/opaque/white/three_quarters, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/chemistry) -"eX" = ( -/obj/effect/turf_decal/box/white/corners{ - dir = 1 - }, -/obj/structure/closet/crate/internals, -/obj/item/tank/internals/oxygen/yellow, -/obj/item/tank/internals/oxygen/yellow, -/obj/item/tank/internals/oxygen/yellow, -/obj/item/tank/internals/emergency_oxygen/double, -/obj/item/tank/internals/emergency_oxygen/double, -/obj/item/tank/internals/emergency_oxygen/double, -/obj/item/clothing/mask/gas, -/obj/item/clothing/mask/gas, -/obj/item/clothing/mask/gas, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"eY" = ( -/obj/effect/turf_decal/box/white/corners{ - dir = 4 - }, -/obj/structure/closet/crate, -/obj/item/storage/box/donkpockets{ - pixel_x = -2; - pixel_y = 6 - }, -/obj/item/storage/box/donkpockets{ - pixel_y = 3 - }, -/obj/item/storage/box/donkpockets{ - pixel_x = 2 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"eZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/power/rad_collector, -/obj/effect/turf_decal/corner/transparent/neutral/full, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"fa" = ( -/obj/structure/grille, -/obj/structure/window/plasma/reinforced/plastitanium, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"fb" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/crate/bin, -/obj/effect/turf_decal/corner/opaque/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"fc" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"fd" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"fe" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 8 - }, -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high/plus, -/turf/open/floor/mineral/plastitanium, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"ff" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/opaque/white/three_quarters{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/virology) -"fg" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 10 - }, -/obj/effect/turf_decal/corner/opaque/white/three_quarters, -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/virology) -"fh" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/effect/turf_decal/corner/opaque/white/three_quarters{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/virology) -"fj" = ( -/obj/structure/table/glass, -/obj/structure/reagent_dispensers/virusfood{ - pixel_y = 28 - }, -/obj/item/clothing/gloves/color/latex, -/obj/item/healthanalyzer, -/obj/item/clothing/glasses/hud/health, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/firealarm/directional/west, -/obj/effect/turf_decal/corner/opaque/white/three_quarters{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/virology) -"fm" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 9 - }, -/obj/effect/turf_decal/corner/opaque/brown{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/brown{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"fn" = ( -/obj/structure/grille, -/obj/structure/window/plasma/reinforced/plastitanium, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/ruin/unpowered/syndicate_lava_base/chemistry) -"fo" = ( -/obj/machinery/door/firedoor, -/obj/structure/table/reinforced, -/obj/machinery/door/window/southleft{ - name = "Chemistry" - }, -/obj/machinery/door/window/southleft{ - dir = 1; - name = "Chemistry"; - req_access_txt = "150" - }, -/turf/open/floor/plasteel/white, -/area/ruin/unpowered/syndicate_lava_base/chemistry) -"fp" = ( -/obj/machinery/smartfridge/chemistry/preloaded, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/chemistry) -"fq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/vending/assist, -/obj/effect/turf_decal/corner/transparent/neutral/full, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"fs" = ( -/obj/effect/turf_decal/box/white/corners{ - dir = 8 - }, -/obj/structure/closet/crate, -/obj/item/storage/box/stockparts/deluxe, -/obj/item/storage/box/stockparts/deluxe, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/circuitboard/machine/processor, -/obj/item/circuitboard/machine/gibber, -/obj/item/circuitboard/machine/deep_fryer, -/obj/item/circuitboard/machine/cell_charger, -/obj/item/circuitboard/machine/smoke_machine, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"ft" = ( -/obj/effect/turf_decal/box/white/corners, -/obj/structure/closet/crate, -/obj/item/reagent_containers/food/drinks/waterbottle/large{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/reagent_containers/food/drinks/waterbottle/large{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/reagent_containers/food/drinks/waterbottle/large, -/obj/item/reagent_containers/food/drinks/waterbottle/large, -/obj/item/reagent_containers/food/drinks/waterbottle/large{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/reagent_containers/food/drinks/waterbottle/large{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"fu" = ( -/obj/machinery/light/small/directional/west, -/obj/machinery/airalarm/syndicate{ - dir = 4; - pixel_x = -25 - }, -/obj/structure/table, -/obj/item/clothing/suit/hazardvest, -/obj/item/clothing/suit/hazardvest, -/obj/item/clothing/head/soft{ - pixel_x = -8 - }, -/obj/item/clothing/head/soft{ - pixel_x = -8 - }, -/obj/item/radio{ - pixel_x = 5 - }, -/obj/item/radio{ - pixel_x = 5 - }, -/obj/effect/turf_decal/corner/opaque/brown{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"fv" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"fw" = ( -/obj/effect/turf_decal/industrial/warning/corner, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/firealarm/directional/east, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"fx" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"fy" = ( -/obj/machinery/door/airlock/virology/glass{ - name = "Isolation B"; - req_access_txt = "150" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/white, -/area/ruin/unpowered/syndicate_lava_base/virology) -"fz" = ( -/obj/machinery/door/airlock/virology/glass{ - name = "Isolation A"; - req_access_txt = "150" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/white, -/area/ruin/unpowered/syndicate_lava_base/virology) -"fB" = ( -/obj/structure/chair/stool, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/virology) -"fC" = ( -/obj/machinery/smartfridge/chemistry/virology/preloaded, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ruin/unpowered/syndicate_lava_base/virology) -"fD" = ( -/obj/structure/sign/warning/biohazard, -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ruin/unpowered/syndicate_lava_base/virology) -"fE" = ( -/obj/effect/turf_decal/industrial/outline/yellow, -/obj/structure/closet/l3closet, -/obj/machinery/light/small/directional/west, -/obj/machinery/airalarm/syndicate{ - pixel_y = 25 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"fF" = ( -/obj/effect/turf_decal/industrial/outline/yellow, -/obj/machinery/shower{ - pixel_y = 14 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"fH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"fM" = ( -/obj/structure/extinguisher_cabinet/directional/east, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/bar) -"fO" = ( -/obj/effect/turf_decal/corner/opaque/white{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"gb" = ( -/obj/structure/table, -/obj/item/paper_bin, -/obj/item/pen, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/opaque/brown{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"gc" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 4 - }, -/obj/effect/turf_decal/industrial/stand_clear{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"gd" = ( -/obj/machinery/door/airlock/external{ - req_access_txt = "150"; - dir = 8 - }, -/obj/structure/fans/tiny, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"gf" = ( -/obj/structure/sign/warning/vacuum{ - pixel_y = -32 - }, -/obj/machinery/light/small/directional/south, -/turf/open/floor/plating, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"gg" = ( -/obj/structure/sign/warning/fire{ - pixel_y = 32 - }, -/obj/structure/sign/warning/xeno_mining{ - pixel_y = -32 - }, -/turf/open/floor/plating, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"gh" = ( -/obj/structure/fans/tiny, -/obj/machinery/door/airlock/external{ - req_access_txt = "150"; - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/turf/open/floor/plating, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"gj" = ( -/turf/closed/wall/mineral/plastitanium/explosive, -/area/ruin/unpowered/syndicate_lava_base/virology) -"gn" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 6 - }, -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"gp" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/white, -/area/ruin/unpowered/syndicate_lava_base/virology) -"gq" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/ruin/unpowered/syndicate_lava_base/virology) -"gr" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/ruin/unpowered/syndicate_lava_base/virology) -"gs" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, -/obj/machinery/light/small/directional/south, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/white, -/area/ruin/unpowered/syndicate_lava_base/virology) -"gt" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/virology) -"gD" = ( -/obj/machinery/light/small/directional/south, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/ruin/unpowered/syndicate_lava_base/dormitories) -"gM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/opaque/brown{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"gN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/opaque/brown{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/brown, -/obj/effect/turf_decal/corner/opaque/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"gO" = ( -/obj/structure/sign/departments/cargo, -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"gP" = ( -/obj/machinery/photocopier, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/opaque/brown{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"gQ" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"gR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"gS" = ( -/obj/effect/turf_decal/industrial/warning/corner{ - dir = 4 - }, -/obj/machinery/light/small/directional/east, -/obj/machinery/button/door{ - id = "lavalandsyndi_cargo"; - name = "Cargo Bay Blast Door Control"; - pixel_x = 26; - req_access_txt = "150" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"gT" = ( -/obj/machinery/door/airlock/virology/glass{ - name = "Monkey Pen"; - req_access_txt = "150" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/white, -/area/ruin/unpowered/syndicate_lava_base/virology) -"gU" = ( -/obj/machinery/airalarm/syndicate{ - dir = 4; - pixel_x = -25 - }, -/obj/structure/sink{ - dir = 4; - pixel_x = -12; - pixel_y = 2 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/virology) -"gV" = ( -/obj/structure/chair/office/light, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/virology) -"gW" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/virology) -"gY" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 10 - }, -/obj/machinery/doorButtons/access_button{ - idDoor = "lavaland_syndie_virology_interior"; - idSelf = "lavaland_syndie_virology_control"; - name = "Virology Access Button"; - pixel_x = -25; - pixel_y = 8; - req_access_txt = "150" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"gZ" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 6 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"ha" = ( -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ruin/unpowered/syndicate_lava_base/main) -"hb" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/opaque/red/three_quarters{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"hd" = ( -/obj/effect/turf_decal/corner/opaque/red, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"he" = ( -/obj/effect/turf_decal/corner/opaque/red, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"hf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/opaque/red, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"hg" = ( -/obj/machinery/light/small/directional/south, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/opaque/red, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"hh" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/corner/opaque/red, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"hi" = ( -/obj/effect/turf_decal/corner/opaque/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"hj" = ( -/obj/effect/turf_decal/corner/opaque/brown, -/obj/effect/turf_decal/corner/opaque/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"hk" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/mining/glass{ - name = "Cargo Bay"; - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"hl" = ( -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"hn" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"ho" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 8 - }, -/obj/machinery/computer/helm, -/turf/open/floor/mineral/plastitanium, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"hp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/opaque/white/three_quarters{ - dir = 4 - }, -/mob/living/carbon/monkey{ - faction = list("neutral","Syndicate") - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/virology) -"hq" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/virology) -"hr" = ( -/obj/effect/turf_decal/corner/opaque/white/three_quarters{ - dir = 8 - }, -/mob/living/carbon/monkey{ - faction = list("neutral","Syndicate") - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/virology) -"hs" = ( -/obj/machinery/computer/pandemic, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/button/door{ - id = "lavalandsyndi_virology"; - name = "Virology Blast Door Control"; - pixel_x = -26; - req_access_txt = "150" - }, -/obj/effect/turf_decal/corner/opaque/white/three_quarters{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/virology) -"ht" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -2; - pixel_y = 5 - }, -/obj/item/hand_labeler, -/obj/item/pen/red, -/obj/item/restraints/handcuffs, -/obj/effect/decal/cleanable/dirt, -/obj/item/clothing/glasses/science, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/virology) -"hu" = ( -/obj/structure/table, -/obj/machinery/reagentgrinder, -/obj/item/stack/sheet/mineral/plasma{ - amount = 5 - }, -/obj/item/stack/sheet/mineral/uranium{ - amount = 10 - }, -/obj/item/stack/sheet/mineral/gold{ - amount = 10 - }, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/virology) -"hv" = ( -/obj/machinery/disposal/bin, -/obj/structure/sign/warning/deathsposal{ - pixel_x = 32 - }, -/obj/effect/turf_decal/industrial/fire/full, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/opaque/white, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 4 - }, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/virology) -"hw" = ( -/obj/machinery/door/airlock/external{ - req_access_txt = "150" - }, -/obj/structure/fans/tiny, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plating, -/area/ruin/unpowered/syndicate_lava_base/main) -"hy" = ( -/obj/effect/turf_decal/corner/opaque/red, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"hz" = ( -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ruin/unpowered/syndicate_lava_base/dormitories) -"hA" = ( -/obj/structure/closet/emcloset/anchored, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/corner/transparent/neutral, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/dormitories) -"hB" = ( -/obj/effect/turf_decal/corner/opaque/red{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"hC" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/mining/glass{ - name = "Cargo Bay"; - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"hD" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 8 - }, -/obj/structure/rack, -/obj/item/storage/belt/utility, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/mineral/plastitanium, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"hE" = ( -/obj/effect/turf_decal/corner/opaque/white/three_quarters{ - dir = 1 - }, -/mob/living/carbon/monkey{ - faction = list("neutral","Syndicate") - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/virology) -"hF" = ( -/obj/machinery/light/small/directional/south, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/virology) -"hG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/opaque/white/three_quarters, -/mob/living/carbon/monkey{ - faction = list("neutral","Syndicate") - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/virology) -"hH" = ( -/obj/structure/grille, -/obj/structure/window/plasma/reinforced/plastitanium, -/obj/machinery/door/poddoor/preopen{ - id = "lavalandsyndi_virology" - }, -/turf/open/floor/plating, -/area/ruin/unpowered/syndicate_lava_base/virology) -"hI" = ( -/obj/structure/sign/warning/vacuum{ - pixel_x = -32 - }, -/turf/open/floor/plating, -/area/ruin/unpowered/syndicate_lava_base/main) -"hJ" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/ruin/unpowered/syndicate_lava_base/main) -"hK" = ( -/obj/machinery/light/small/directional/east, -/obj/structure/sign/warning/fire{ - pixel_x = 32 - }, -/obj/structure/closet/emcloset/anchored, -/obj/item/tank/internals/emergency_oxygen/engi, -/obj/item/flashlight/seclite, -/obj/item/clothing/mask/gas, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/ruin/unpowered/syndicate_lava_base/main) -"hM" = ( -/obj/structure/table/wood, -/obj/item/ammo_box/magazine/m10mm, -/obj/item/ammo_box/magazine/sniper_rounds, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/plasteel/grimy, -/area/ruin/unpowered/syndicate_lava_base/dormitories) -"hN" = ( -/obj/machinery/light/small/directional/east, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/plasteel/grimy, -/area/ruin/unpowered/syndicate_lava_base/dormitories) -"hO" = ( -/turf/closed/wall/mineral/plastitanium/explosive, -/area/ruin/unpowered/syndicate_lava_base/dormitories) -"hP" = ( -/obj/machinery/light/small/directional/west, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/plasteel/grimy, -/area/ruin/unpowered/syndicate_lava_base/dormitories) -"hQ" = ( -/obj/structure/table/wood, -/obj/item/ammo_box/magazine/m10mm, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/plasteel/grimy, -/area/ruin/unpowered/syndicate_lava_base/dormitories) -"hR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/opaque/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"hS" = ( -/obj/structure/table/reinforced, -/obj/item/folder, -/obj/item/suppressor, -/obj/item/clothing/ears/earmuffs, -/obj/item/clothing/ears/earmuffs, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/opaque/brown, -/obj/effect/turf_decal/corner/opaque/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"hT" = ( -/obj/machinery/vending/toyliberationstation{ - req_access_txt = "150" - }, -/obj/effect/turf_decal/corner/opaque/brown, -/obj/effect/turf_decal/corner/opaque/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"hU" = ( -/obj/machinery/light/small/directional/south, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/opaque/brown, -/obj/effect/turf_decal/corner/opaque/brown{ - dir = 8 - }, -/obj/structure/tank_dispenser/plasma, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"hV" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/opaque/brown, -/obj/effect/turf_decal/corner/opaque/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"hW" = ( -/obj/machinery/porta_turret/syndicate{ - dir = 10 - }, -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ruin/unpowered/syndicate_lava_base/main) -"hX" = ( -/obj/structure/fans/tiny, -/obj/machinery/door/airlock/external{ - req_access_txt = "150" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/turf/open/floor/plating, -/area/ruin/unpowered/syndicate_lava_base/main) -"hY" = ( -/obj/structure/fans/tiny, -/obj/machinery/door/airlock/external{ - req_access_txt = "150" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/turf/open/floor/plating, -/area/ruin/unpowered/syndicate_lava_base/main) -"ia" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/effect/turf_decal/corner/opaque/red, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"ib" = ( -/obj/effect/mob_spawn/human/lavaland_syndicate{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/ruin/unpowered/syndicate_lava_base/dormitories) -"ic" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/grimy, -/area/ruin/unpowered/syndicate_lava_base/dormitories) -"id" = ( -/obj/structure/toilet{ - pixel_y = 18 - }, -/obj/structure/sink{ - dir = 8; - pixel_x = 11 - }, -/obj/machinery/light/small/directional/west, -/obj/structure/mirror{ - pixel_x = 28 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/corner/transparent/neutral, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/dormitories) -"ie" = ( -/obj/effect/mob_spawn/human/lavaland_syndicate/comms{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/ruin/unpowered/syndicate_lava_base/dormitories) -"if" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"ig" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 9 - }, -/turf/open/floor/plating{ - baseturfs = /turf/open/lava/smooth/lava_land_surface; - initial_gas_mix = "LAVALAND_ATMOS" - }, -/area/lavaland/surface/outdoors) -"ih" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 1 - }, -/turf/open/floor/plating{ - baseturfs = /turf/open/lava/smooth/lava_land_surface; - initial_gas_mix = "LAVALAND_ATMOS" - }, -/area/lavaland/surface/outdoors) -"ii" = ( -/obj/structure/table, -/obj/item/storage/toolbox/emergency, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 4 - }, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"ik" = ( -/obj/effect/turf_decal/corner/opaque/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"il" = ( -/obj/machinery/door/airlock{ - name = "Cabin 2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/dormitories) -"im" = ( -/obj/machinery/door/airlock{ - name = "Unisex Restrooms" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/corner/transparent/neutral, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/dormitories) -"in" = ( -/obj/machinery/door/airlock{ - name = "Cabin 4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/dormitories) -"ip" = ( -/obj/effect/turf_decal/industrial/fire/corner, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"iq" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ruin/unpowered/syndicate_lava_base/main) -"ir" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/industrial/fire{ - dir = 9 - }, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/corner/transparent/neutral, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 8 - }, -/obj/machinery/turretid{ - ailock = 1; - control_area = "/area/ruin/unpowered/syndicate_lava_base/main"; - dir = 1; - icon_state = "control_kill"; - lethal = 1; - name = "Base turret controls"; - pixel_y = 30; - req_access = null; - req_access_txt = "150" - }, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/main) -"is" = ( -/obj/machinery/light/small/directional/north, -/turf/open/floor/circuit/red, -/area/ruin/unpowered/syndicate_lava_base/main) -"it" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/industrial/fire{ - dir = 5 - }, -/obj/structure/filingcabinet, -/obj/item/folder/syndicate/mining, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/corner/transparent/neutral, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 8 - }, -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ruin/unpowered/syndicate_lava_base/main) -"iu" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 8 - }, -/turf/open/floor/plating{ - baseturfs = /turf/open/lava/smooth/lava_land_surface; - initial_gas_mix = "LAVALAND_ATMOS" - }, -/area/lavaland/surface/outdoors) -"iv" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - baseturfs = /turf/open/lava/smooth/lava_land_surface; - initial_gas_mix = "LAVALAND_ATMOS" - }, -/area/lavaland/surface/outdoors) -"iy" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Dormitories"; - dir = 4 - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/dormitories) -"iz" = ( -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/dormitories) -"iA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/dormitories) -"iB" = ( -/obj/machinery/airalarm/syndicate{ - pixel_y = 25 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/dormitories) -"iC" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/dormitories) -"iE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/dormitories) -"iF" = ( -/obj/machinery/washing_machine, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/corner/transparent/neutral, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/dormitories) -"iG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 8 - }, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"iH" = ( -/obj/effect/turf_decal/industrial/fire{ - dir = 4 - }, -/obj/effect/turf_decal/industrial/caution/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"iI" = ( -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door/airlock/vault{ - id_tag = "syndie_lavaland_vault"; - req_access_txt = "150" - }, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/corner/transparent/neutral, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/main) -"iJ" = ( -/turf/open/floor/circuit/red, -/area/ruin/unpowered/syndicate_lava_base/main) -"iK" = ( -/obj/machinery/syndicatebomb/self_destruct{ - anchored = 1 - }, -/turf/open/floor/circuit/red, -/area/ruin/unpowered/syndicate_lava_base/main) -"iM" = ( -/obj/machinery/light/small/directional/east, -/turf/open/floor/plating{ - baseturfs = /turf/open/lava/smooth/lava_land_surface; - initial_gas_mix = "LAVALAND_ATMOS" - }, -/area/ruin/unpowered/syndicate_lava_base/arrivals) -"iN" = ( -/turf/closed/wall/mineral/plastitanium/explosive, -/area/ruin/unpowered/syndicate_lava_base/main) -"iO" = ( -/obj/machinery/light/small/directional/west, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"iW" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/transparent/neutral, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/dormitories) -"iX" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/ruin/unpowered/syndicate_lava_base/dormitories) -"iY" = ( -/obj/structure/table, -/obj/structure/bedsheetbin, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/corner/transparent/neutral, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/dormitories) -"ja" = ( -/obj/effect/turf_decal/industrial/fire/corner{ - dir = 4 - }, -/obj/machinery/button/door{ - id = "syndie_lavaland_vault"; - name = "Vault Bolt Control"; - normaldoorcontrol = 1; - pixel_x = 25; - pixel_y = 8; - req_access_txt = "150"; - specialfunctions = 4; - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"jb" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/industrial/fire{ - dir = 10 - }, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/corner/transparent/neutral, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/main) -"jc" = ( -/obj/machinery/light/small/directional/south, -/turf/open/floor/circuit/red, -/area/ruin/unpowered/syndicate_lava_base/main) -"jd" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/industrial/fire{ - dir = 6 - }, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/corner/transparent/neutral, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/main) -"je" = ( -/obj/effect/turf_decal/industrial/warning/corner{ - dir = 1 - }, -/turf/open/floor/plating{ - baseturfs = /turf/open/lava/smooth/lava_land_surface; - initial_gas_mix = "LAVALAND_ATMOS" - }, -/area/lavaland/surface/outdoors) -"jf" = ( -/obj/machinery/door/airlock{ - name = "Cabin 1" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/dormitories) -"jh" = ( -/obj/machinery/door/airlock{ - name = "Cabin 3" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/dormitories) -"jj" = ( -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"jk" = ( -/turf/open/floor/plating{ - baseturfs = /turf/open/lava/smooth/lava_land_surface; - initial_gas_mix = "LAVALAND_ATMOS" - }, -/area/lavaland/surface/outdoors) -"jl" = ( -/obj/effect/turf_decal/corner/opaque/red{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/red, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"jm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/opaque/red, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 4 - }, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"jn" = ( -/obj/effect/mob_spawn/human/lavaland_syndicate{ - dir = 4 - }, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/plasteel/grimy, -/area/ruin/unpowered/syndicate_lava_base/dormitories) -"jo" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/grimy, -/area/ruin/unpowered/syndicate_lava_base/dormitories) -"jq" = ( -/obj/effect/mob_spawn/human/lavaland_syndicate{ - dir = 8 - }, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/plasteel/grimy, -/area/ruin/unpowered/syndicate_lava_base/dormitories) -"jr" = ( -/obj/machinery/vending/snack/random{ - extended_inventory = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 4 - }, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"ju" = ( -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"jv" = ( -/obj/effect/turf_decal/industrial/outline/yellow, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/suit_storage_unit/syndicate, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"jw" = ( -/obj/effect/turf_decal/industrial/outline/yellow, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/toolcloset{ - anchored = 1 - }, -/obj/item/crowbar, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"jx" = ( -/obj/structure/grille, -/obj/structure/window/plasma/reinforced/plastitanium, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - id = "lavalandsyndi_bar" - }, -/turf/open/floor/plating, -/area/ruin/unpowered/syndicate_lava_base/bar) -"jy" = ( -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ruin/unpowered/syndicate_lava_base/bar) -"jz" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Bar" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/bar) -"jA" = ( -/obj/structure/table/wood, -/obj/item/ammo_box/magazine/m10mm, -/obj/item/ammo_box/magazine/sniper_rounds, -/turf/open/floor/plasteel/grimy, -/area/ruin/unpowered/syndicate_lava_base/dormitories) -"jB" = ( -/obj/machinery/light/small/directional/east, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/ruin/unpowered/syndicate_lava_base/dormitories) -"jC" = ( -/obj/machinery/light/small/directional/west, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/ruin/unpowered/syndicate_lava_base/dormitories) -"jD" = ( -/obj/machinery/vending/cola/random{ - extended_inventory = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"jK" = ( -/obj/structure/grille, -/obj/structure/window/plasma/reinforced/plastitanium, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor{ - id = "lavalandsyndi_cargo"; - dir = 4 - }, -/turf/open/floor/plating, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"jL" = ( -/obj/structure/table, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/item/lighter{ - pixel_x = 7; - pixel_y = 6 - }, -/obj/item/storage/fancy/cigarettes/cigpack_syndicate{ - pixel_x = -3 - }, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/corner/transparent/neutral, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/bar) -"jM" = ( -/obj/machinery/light/small/directional/north, -/obj/structure/chair{ - dir = 8 - }, -/obj/machinery/button/door{ - id = "lavalandsyndi_bar"; - name = "Bar Blast Door Control"; - pixel_y = 26; - req_access_txt = "150" - }, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/bar) -"jN" = ( -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/corner/transparent/neutral, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/bar) -"jP" = ( -/turf/closed/wall/mineral/plastitanium/explosive, -/area/ruin/unpowered/syndicate_lava_base/bar) -"jR" = ( -/obj/machinery/light/small/directional/west, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"jT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/departments/engineering, -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ruin/unpowered/syndicate_lava_base/main) -"jU" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 10 - }, -/obj/machinery/shower{ - desc = "The HS-452. Installed recently by the DonkCo Hygiene Division."; - dir = 4; - name = "emergency shower" - }, -/obj/structure/closet/radiation, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"jV" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/warning/radiation/rad_area{ - pixel_y = -32 - }, -/obj/effect/turf_decal/industrial/warning, -/obj/structure/closet/radiation, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"jY" = ( -/obj/structure/chair{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/bar) -"jZ" = ( -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/bar) -"ka" = ( -/obj/structure/closet/crate/bin, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/bar) -"kb" = ( -/obj/structure/rack{ - dir = 8 - }, -/obj/item/storage/box/lights/bulbs, -/obj/item/stack/rods{ - amount = 50 - }, -/obj/item/clothing/head/welding, -/obj/item/stock_parts/cell/high/plus, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/ruin/unpowered/syndicate_lava_base/main) -"kj" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"kl" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"kn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/corner/transparent/neutral, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/bar) -"ko" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/corner/transparent/neutral, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/bar) -"kp" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/bar) -"kq" = ( -/obj/machinery/airalarm/syndicate{ - dir = 8; - pixel_x = 25 - }, -/obj/machinery/vending/coffee{ - extended_inventory = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/corner/transparent/neutral, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/bar) -"ks" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/ruin/unpowered/syndicate_lava_base/main) -"kt" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plating, -/area/ruin/unpowered/syndicate_lava_base/main) -"ku" = ( -/obj/effect/turf_decal/corner/opaque/white, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"kv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/opaque/white, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"kw" = ( -/obj/structure/table, -/obj/effect/decal/cleanable/dirt, -/obj/item/clothing/gloves/combat{ - pixel_y = -6 - }, -/obj/item/tank/internals/emergency_oxygen{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/clothing/mask/breath{ - pixel_x = -2; - pixel_y = 4 - }, -/obj/effect/turf_decal/corner/opaque/white, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"kC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/opaque/red, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"kD" = ( -/obj/structure/grille, -/obj/structure/window/plasma/reinforced/plastitanium, -/turf/open/floor/plating, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"kE" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ - frequency = 1442; - id_tag = "syndie_lavaland_co2_out"; - internal_pressure_bound = 5066; - name = "CO2 out" - }, -/turf/open/floor/engine/co2, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"kF" = ( -/obj/machinery/light/small/directional/east, -/turf/open/floor/engine/n2, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"kG" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/drinks/beer, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/corner/transparent/neutral, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/bar) -"kH" = ( -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/bar) -"kI" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/bar) -"kJ" = ( -/obj/structure/chair/stool/bar, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/corner/transparent/neutral, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/bar) -"kK" = ( -/obj/structure/chair/stool/bar, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/bar) -"kL" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/corner/transparent/neutral, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/bar) -"kM" = ( -/obj/machinery/vending/cigarette{ - extended_inventory = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/firealarm/directional/east, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/bar) -"kN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sink/kitchen{ - pixel_y = 28 - }, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/bar) -"kP" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/decal/cleanable/dirt, -/obj/item/soap/syndie, -/obj/item/mop, -/obj/item/reagent_containers/glass/bucket, -/turf/open/floor/plating, -/area/ruin/unpowered/syndicate_lava_base/main) -"kQ" = ( -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ruin/unpowered/syndicate_lava_base/medbay) -"kR" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/medical/glass{ - name = "Medbay" - }, -/turf/open/floor/plasteel/white, -/area/ruin/unpowered/syndicate_lava_base/medbay) -"kS" = ( -/obj/machinery/door/firedoor, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/medical/glass{ - name = "Medbay" - }, -/turf/open/floor/plasteel/white, -/area/ruin/unpowered/syndicate_lava_base/medbay) -"kT" = ( -/obj/structure/sign/departments/medbay/alt, -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ruin/unpowered/syndicate_lava_base/medbay) -"kU" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 1 - }, -/turf/closed/wall/mineral/plastitanium/explosive, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"kV" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 8 - }, -/obj/machinery/power/smes/engineering, -/obj/structure/sign/warning/electricshock{ - pixel_x = -32 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"kW" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 4 - }, -/obj/machinery/power/smes/engineering, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/turf/open/floor/plating, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"kX" = ( -/obj/machinery/atmospherics/pipe/simple/supply/visible{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"kY" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"kZ" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"la" = ( -/obj/effect/turf_decal/industrial/outline/yellow, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/opaque/red, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/visible{ - dir = 6; - name = "N2 to Mix" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"lb" = ( -/obj/structure/grille, -/obj/structure/window/plasma/reinforced/plastitanium, -/obj/machinery/atmospherics/pipe/simple/supplymain/visible{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"lc" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ - dir = 8; - frequency = 1442; - id_tag = "syndie_lavaland_n2_out"; - internal_pressure_bound = 5066; - name = "Nitrogen Out" - }, -/turf/open/floor/engine/n2, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"ld" = ( -/turf/open/floor/engine/co2, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"le" = ( -/obj/machinery/light/small/directional/east, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - baseturfs = /turf/open/lava/smooth/lava_land_surface; - initial_gas_mix = "LAVALAND_ATMOS" - }, -/area/ruin/unpowered/syndicate_lava_base/arrivals) -"lf" = ( -/obj/machinery/light/small/directional/west, -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/bar) -"lg" = ( -/obj/structure/chair/stool/bar, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/corner/transparent/neutral, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/bar) -"lh" = ( -/obj/structure/table/wood, -/turf/open/floor/wood, -/area/ruin/unpowered/syndicate_lava_base/bar) -"li" = ( -/obj/structure/table/wood, -/obj/item/toy/cards/deck/syndicate{ - pixel_x = -6; - pixel_y = 6 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken4" - }, -/area/ruin/unpowered/syndicate_lava_base/bar) -"lj" = ( -/obj/machinery/door/window/southleft{ - base_state = "right"; - dir = 1; - icon_state = "right"; - name = "Bar" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/wood, -/area/ruin/unpowered/syndicate_lava_base/bar) -"lk" = ( -/obj/structure/table/wood, -/obj/machinery/light/small/directional/east, -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_x = 30 - }, -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 1 - }, -/obj/item/book/manual/chef_recipes{ - pixel_x = 2; - pixel_y = 6 - }, -/obj/item/book/manual/wiki/barman_recipes, -/obj/item/reagent_containers/food/drinks/shaker, -/turf/open/floor/wood, -/area/ruin/unpowered/syndicate_lava_base/bar) -"lm" = ( -/obj/structure/closet/secure_closet/medical1{ - req_access = null; - req_access_txt = "150" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 4 - }, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet/directional/north, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/medbay) -"ln" = ( -/obj/effect/turf_decal/corner/opaque/white{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/medbay) -"lo" = ( -/obj/machinery/light/small/directional/north, -/obj/structure/table, -/obj/item/storage/firstaid/fire, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/white, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/medbay) -"lr" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"ls" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/visible{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"lt" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/visible{ - name = "O2 to Mix" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"lu" = ( -/obj/machinery/light/small/directional/east, -/obj/effect/turf_decal/industrial/outline/yellow, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supplymain/visible{ - dir = 9; - name = "N2 to Mix" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"lv" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 10 - }, -/turf/open/floor/plating{ - baseturfs = /turf/open/lava/smooth/lava_land_surface; - initial_gas_mix = "LAVALAND_ATMOS" - }, -/area/lavaland/surface/outdoors) -"lw" = ( -/obj/effect/turf_decal/industrial/warning, -/turf/open/floor/plating{ - baseturfs = /turf/open/lava/smooth/lava_land_surface; - initial_gas_mix = "LAVALAND_ATMOS" - }, -/area/lavaland/surface/outdoors) -"lx" = ( -/obj/structure/bookcase/random, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/corner/transparent/neutral, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 8 - }, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/bar) -"ly" = ( -/obj/structure/chair/stool/bar, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/bar) -"lz" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/glass/rag{ - pixel_x = -4; - pixel_y = 9 - }, -/obj/item/reagent_containers/food/drinks/beer{ - pixel_x = 5; - pixel_y = -2 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood, -/area/ruin/unpowered/syndicate_lava_base/bar) -"lA" = ( -/turf/open/floor/wood, -/area/ruin/unpowered/syndicate_lava_base/bar) -"lB" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/wood, -/area/ruin/unpowered/syndicate_lava_base/bar) -"lC" = ( -/obj/structure/table/wood, -/obj/machinery/reagentgrinder, -/obj/item/kitchen/rollingpin, -/obj/item/kitchen/knife{ - pixel_x = 6 - }, -/turf/open/floor/wood, -/area/ruin/unpowered/syndicate_lava_base/bar) -"lE" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/bar) -"lG" = ( -/obj/structure/table, -/obj/item/storage/box/syringes, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/item/gun/syringe/syndicate, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 4 - }, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/medbay) -"lH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/medbay) -"lI" = ( -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/medbay) -"lJ" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/medbay) -"lK" = ( -/obj/structure/table, -/obj/item/storage/firstaid/regular, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/opaque/white, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 4 - }, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/medbay) -"lL" = ( -/obj/machinery/light/small/directional/west, -/obj/structure/table, -/obj/item/stack/sheet/metal/fifty{ - pixel_x = -1; - pixel_y = 1 - }, -/obj/item/stack/sheet/mineral/plastitanium{ - amount = 30 - }, -/obj/item/stack/sheet/glass/fifty{ - pixel_x = 1; - pixel_y = -1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/item/clothing/head/welding, -/obj/item/weldingtool/largetank, -/obj/item/analyzer, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"lN" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"lO" = ( -/obj/machinery/atmospherics/pipe/simple/supply/visible, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"lP" = ( -/obj/effect/turf_decal/corner/opaque/blue, -/obj/effect/turf_decal/corner/opaque/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"lQ" = ( -/obj/machinery/meter/turf, -/turf/open/floor/engine/o2, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"lR" = ( -/obj/machinery/light/small/directional/east, -/turf/open/floor/engine/o2, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"lS" = ( -/obj/machinery/porta_turret/syndicate{ - dir = 9 - }, -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ruin/unpowered/syndicate_lava_base/main) -"lT" = ( -/obj/structure/fans/tiny, -/obj/machinery/door/airlock/external{ - req_access_txt = "150" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plating, -/area/ruin/unpowered/syndicate_lava_base/arrivals) -"lU" = ( -/obj/structure/chair/stool, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/corner/transparent/neutral, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 8 - }, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/bar) -"lV" = ( -/obj/structure/chair/stool/bar, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/corner/transparent/neutral, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/bar) -"lZ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"md" = ( -/obj/machinery/sleeper/syndie{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/medbay) -"me" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/medbay) -"mf" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = 11 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/medbay) -"mg" = ( -/obj/machinery/firealarm/directional/east, -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high/plus, -/obj/effect/decal/cleanable/dirt, -/obj/item/pipe_dispenser{ - pixel_y = 12 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"mi" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"mj" = ( -/obj/machinery/atmospherics/pipe/simple/supply/visible, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "O2 to Mix" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"mk" = ( -/obj/machinery/atmospherics/pipe/manifold/supplymain/visible{ - name = "O2 to Mix" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"ml" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/opaque/blue, -/obj/effect/turf_decal/corner/opaque/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/layer_manifold/visible{ - dir = 4; - name = "O2 Layer Manifold" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"mm" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ - dir = 8; - frequency = 1442; - id_tag = "syndie_lavaland_o2_out"; - internal_pressure_bound = 5066; - name = "Oxygen Out" - }, -/turf/open/floor/engine/o2, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"mn" = ( -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ruin/unpowered/syndicate_lava_base/telecomms) -"mo" = ( -/turf/closed/wall/mineral/plastitanium/explosive, -/area/ruin/unpowered/syndicate_lava_base/telecomms) -"mp" = ( -/obj/structure/grille, -/obj/structure/window/plasma/reinforced/plastitanium, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - id = "lavalandsyndi_telecomms" - }, -/turf/open/floor/plating, -/area/ruin/unpowered/syndicate_lava_base/telecomms) -"mq" = ( -/obj/structure/sign/warning/vacuum{ - pixel_x = -32 - }, -/turf/open/floor/plating, -/area/ruin/unpowered/syndicate_lava_base/arrivals) -"mr" = ( -/turf/open/floor/plating, -/area/ruin/unpowered/syndicate_lava_base/arrivals) -"ms" = ( -/obj/machinery/light/small/directional/east, -/obj/structure/sign/warning/fire{ - pixel_x = 32 - }, -/obj/structure/closet/emcloset/anchored, -/obj/item/tank/internals/emergency_oxygen/engi, -/obj/item/flashlight/seclite, -/obj/item/clothing/mask/gas, -/obj/structure/extinguisher_cabinet/directional/north, -/turf/open/floor/plating, -/area/ruin/unpowered/syndicate_lava_base/arrivals) -"mt" = ( -/obj/machinery/computer/arcade/orion_trail, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/bar) -"mu" = ( -/obj/item/kirbyplants{ - icon_state = "plant-22" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/bar) -"mv" = ( -/obj/structure/table/wood, -/obj/machinery/light/small/directional/south, -/obj/machinery/power/apc/syndicate{ - name = "Bar APC"; - pixel_y = -25 - }, -/obj/structure/cable, -/turf/open/floor/wood, -/area/ruin/unpowered/syndicate_lava_base/bar) -"mw" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood, -/area/ruin/unpowered/syndicate_lava_base/bar) -"mx" = ( -/obj/structure/table/wood, -/obj/machinery/microwave, -/turf/open/floor/wood, -/area/ruin/unpowered/syndicate_lava_base/bar) -"my" = ( -/obj/structure/closet/secure_closet/freezer/fridge/open, -/obj/item/reagent_containers/food/condiment/enzyme, -/obj/item/reagent_containers/food/snacks/chocolatebar, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/bar) -"mA" = ( -/obj/machinery/light/small/directional/west, -/obj/structure/bed/roller, -/obj/machinery/iv_drip, -/obj/item/reagent_containers/blood/OMinus, -/obj/machinery/firealarm/directional/east, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/medbay) -"mB" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/medbay) -"mC" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/medbay) -"mD" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/medbay) -"mE" = ( -/obj/structure/table/reinforced, -/obj/item/scalpel, -/obj/item/circular_saw{ - pixel_y = 9 - }, -/obj/machinery/light/small/directional/north, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/opaque/white, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/medbay) -"mF" = ( -/obj/machinery/atmospherics/components/unary/portables_connector, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"mH" = ( -/obj/machinery/atmospherics/pipe/manifold/orange/visible{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"mI" = ( -/obj/effect/turf_decal/industrial/warning/corner, -/obj/machinery/light/small/directional/south, -/obj/machinery/atmospherics/pipe/simple/supply/visible, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Plasma to Mix" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"mJ" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 10; - name = "Plasma to Mix" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"mK" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"mM" = ( -/turf/open/floor/circuit/green, -/area/ruin/unpowered/syndicate_lava_base/telecomms) -"mN" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ruin/unpowered/syndicate_lava_base/telecomms) -"mP" = ( -/obj/structure/filingcabinet/security, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/telecomms) -"mQ" = ( -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/telecomms) -"mR" = ( -/obj/structure/table, -/obj/item/storage/toolbox/syndicate, -/obj/item/multitool, -/obj/machinery/button/door{ - id = "lavalandsyndi_telecomms"; - name = "Telecomms Blast Door Control"; - pixel_x = 26; - req_access_txt = "150" - }, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/telecomms) -"mS" = ( -/obj/machinery/door/airlock/external{ - req_access_txt = "150" - }, -/obj/structure/fans/tiny, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/turf/open/floor/plating, -/area/ruin/unpowered/syndicate_lava_base/arrivals) -"mT" = ( -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ruin/unpowered/syndicate_lava_base/arrivals) -"mU" = ( -/obj/structure/grille, -/obj/structure/window/plasma/reinforced/plastitanium, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/ruin/unpowered/syndicate_lava_base/bar) -"mX" = ( -/obj/structure/rack{ - dir = 8 - }, -/obj/item/storage/toolbox/mechanical, -/obj/item/stack/cable_coil{ - pixel_x = 2; - pixel_y = -3 - }, -/obj/item/multitool, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/arrivals) -"mZ" = ( -/obj/machinery/sleeper/syndie{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/medbay) -"na" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/medbay) -"nb" = ( -/obj/structure/table/optable, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/opaque/white, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/medbay) -"nc" = ( -/obj/machinery/atmospherics/pipe/simple/yellow, -/obj/machinery/computer/turbine_computer{ - dir = 1; - id = "syndie_lavaland_incineratorturbine" - }, -/obj/machinery/light/small/directional/west, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"ne" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/obj/machinery/embedded_controller/radio/airlock_controller/incinerator_syndicatelava{ - pixel_x = -8; - pixel_y = -26 - }, -/obj/machinery/button/ignition/incinerator/syndicatelava{ - pixel_x = 6; - pixel_y = -25; - dir = 1 - }, -/obj/effect/turf_decal/industrial/warning, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/portable_atmospherics/canister, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/button/door/incinerator_vent_syndicatelava_aux{ - pixel_x = 22; - pixel_y = -8; - dir = 8 - }, -/obj/machinery/button/door/incinerator_vent_syndicatelava_main{ - pixel_x = 22; - pixel_y = 3; - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"nf" = ( -/obj/structure/sign/warning/fire, -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"ng" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 5; - name = "Plasma to Mix" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"nh" = ( -/obj/machinery/telecomms/relay/preset/ruskie{ - use_power = 0 - }, -/obj/machinery/light/small/directional/west, -/obj/effect/turf_decal/corner/transparent/neutral/full, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/telecomms) -"ni" = ( -/obj/effect/turf_decal/corner/transparent/neutral/full, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/telecomms) -"nj" = ( -/obj/machinery/door/airlock/hatch{ - name = "Telecommunications Control"; - req_access_txt = "150"; - dir = 8 - }, -/obj/effect/turf_decal/corner/transparent/neutral/full, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/telecomms) -"nk" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/effect/turf_decal/corner/transparent/neutral/full, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/telecomms) -"nl" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/corner/transparent/neutral/full, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/telecomms) -"nm" = ( -/obj/machinery/light/small/directional/east, -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 10 - }, -/obj/structure/noticeboard{ - dir = 8; - pixel_x = 27 - }, -/obj/effect/turf_decal/corner/transparent/neutral/full, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/telecomms) -"nn" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/arrivals) -"no" = ( -/obj/effect/turf_decal/industrial/warning/corner{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/arrivals) -"np" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/arrivals) -"nq" = ( -/obj/effect/turf_decal/corner/opaque/red{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/arrivals) -"nr" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/red, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/arrivals) -"nv" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"nB" = ( -/obj/structure/table/reinforced, -/obj/item/surgicaldrill, -/obj/item/cautery, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/opaque/white, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/medbay) -"nC" = ( -/obj/structure/table/reinforced, -/obj/item/retractor, -/obj/item/hemostat, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/opaque/white, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 4 - }, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/medbay) -"nE" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"nH" = ( -/obj/machinery/light/small/directional/west, -/obj/effect/turf_decal/corner/transparent/neutral/full, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/telecomms) -"nI" = ( -/obj/machinery/computer/camera_advanced, -/obj/effect/turf_decal/corner/transparent/neutral/full, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/telecomms) -"nJ" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/corner/transparent/neutral/full, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/telecomms) -"nW" = ( -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/arrivals) -"nX" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/arrivals) -"nZ" = ( -/obj/effect/turf_decal/corner/opaque/white, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/arrivals) -"oa" = ( -/obj/effect/turf_decal/corner/opaque/white{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/white, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/medbay) -"ob" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/opaque/white, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/medbay) -"oc" = ( -/obj/machinery/light/small/directional/south, -/obj/machinery/power/apc/syndicate{ - dir = 4; - name = "Medbay APC"; - pixel_x = 25 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/obj/effect/turf_decal/corner/opaque/white, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 4 - }, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/medbay) -"od" = ( -/obj/machinery/light/small/directional/west, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1 - }, -/turf/open/floor/engine, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"of" = ( -/obj/machinery/light/small/directional/east, -/obj/machinery/atmospherics/components/binary/pump/on{ - target_pressure = 4500 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 8 - }, -/obj/machinery/airlock_sensor/incinerator_syndicatelava{ - pixel_x = 22 - }, -/turf/open/floor/engine, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"og" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"oh" = ( -/obj/machinery/firealarm/directional/west, -/obj/machinery/airalarm/directional/south, -/obj/effect/turf_decal/corner/transparent/neutral/full, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/telecomms) -"oi" = ( -/obj/structure/chair/office{ - dir = 4 - }, -/obj/effect/turf_decal/corner/transparent/neutral/full, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/telecomms) -"oj" = ( -/obj/structure/table/reinforced, -/obj/item/radio/intercom/directional/north{ - freerange = 1; - name = "Syndicate Radio Intercom" - }, -/obj/effect/turf_decal/corner/transparent/neutral/full, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/telecomms) -"ok" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/machinery/power/apc/syndicate{ - name = "Telecommunications APC"; - pixel_y = -25 - }, -/obj/structure/cable, -/obj/effect/turf_decal/corner/transparent/neutral/full, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/telecomms) -"ol" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 1 - }, -/obj/structure/rack{ - dir = 8 - }, -/obj/item/clothing/suit/space/syndicate, -/obj/item/clothing/mask/gas/syndicate, -/obj/item/clothing/head/helmet/space/syndicate, -/obj/item/mining_scanner, -/obj/item/pickaxe, -/turf/open/floor/mineral/plastitanium, -/area/ruin/unpowered/syndicate_lava_base/arrivals) -"om" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/opaque/red, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet/directional/south, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/arrivals) -"on" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/opaque/red, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 8 - }, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/arrivals) -"oo" = ( -/obj/effect/turf_decal/corner/opaque/red, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/arrivals) -"op" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/red, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/arrivals) -"or" = ( -/obj/structure/rack{ - dir = 8 - }, -/obj/item/storage/belt/medical, -/obj/effect/decal/cleanable/dirt, -/obj/item/crowbar, -/obj/item/clothing/glasses/hud/health, -/obj/item/clothing/neck/stethoscope, -/turf/open/floor/plasteel/white, -/area/ruin/unpowered/syndicate_lava_base/medbay) -"ou" = ( -/obj/machinery/computer/message_monitor{ - dir = 1 - }, -/obj/item/paper/monitorkey, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/telecomms) -"ov" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/telecomms) -"ox" = ( -/obj/structure/grille, -/obj/structure/window/plasma/reinforced/plastitanium, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor{ - id = "lavalandsyndi_arrivals" - }, -/turf/open/floor/plating, -/area/ruin/unpowered/syndicate_lava_base/arrivals) -"oz" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber{ - dir = 1 - }, -/turf/open/floor/engine/vacuum, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"oB" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos{ - dir = 1; - id = "syndie_lavaland_inc_in" - }, -/obj/structure/sign/warning/vacuum/external{ - pixel_y = -32 - }, -/turf/open/floor/engine/vacuum, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"oC" = ( -/obj/machinery/door/poddoor/incinerator_syndicatelava_aux, -/turf/open/floor/engine/vacuum, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"oD" = ( -/obj/structure/sign/warning/xeno_mining{ - pixel_x = -32 - }, -/obj/structure/sign/warning/fire{ - pixel_x = 32 - }, -/turf/open/floor/plating, -/area/ruin/unpowered/syndicate_lava_base/arrivals) -"oF" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ruin/unpowered/syndicate_lava_base/arrivals) -"oG" = ( -/obj/machinery/power/turbine{ - luminosity = 2 - }, -/obj/structure/cable, -/turf/open/floor/engine/vacuum, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"oH" = ( -/obj/machinery/door/poddoor/incinerator_syndicatelava_main, -/turf/open/floor/engine/vacuum, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"oI" = ( -/obj/structure/sign/warning/vacuum{ - pixel_x = -32 - }, -/obj/machinery/light/small/directional/east, -/turf/open/floor/plating, -/area/ruin/unpowered/syndicate_lava_base/arrivals) -"oL" = ( -/obj/structure/table/wood, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/wood, -/area/ruin/unpowered/syndicate_lava_base/bar) -"oO" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/virology{ - frequency = 1449; - id_tag = "lavaland_syndie_virology_exterior"; - name = "Virology Lab Exterior Airlock"; - req_access_txt = "150"; - dir = 4 - }, -/obj/machinery/doorButtons/access_button{ - idDoor = "lavaland_syndie_virology_exterior"; - idSelf = "lavaland_syndie_virology_control"; - name = "Virology Access Button"; - pixel_y = -25; - req_access_txt = "150" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"oP" = ( -/obj/structure/sign/departments/chemistry, -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ruin/unpowered/syndicate_lava_base/testlab) -"pD" = ( -/obj/machinery/doorButtons/airlock_controller{ - idExterior = "lavaland_syndie_virology_exterior"; - idInterior = "lavaland_syndie_virology_interior"; - idSelf = "lavaland_syndie_virology_control"; - name = "Virology Access Console"; - pixel_x = 25; - pixel_y = -5; - req_access_txt = "150" - }, -/obj/effect/turf_decal/industrial/caution/red{ - dir = 1 - }, -/obj/machinery/light/small/directional/east, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/virology) -"pJ" = ( -/turf/open/floor/engine/n2, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"pQ" = ( -/obj/structure/sign/warning/explosives/alt{ - pixel_x = 32 - }, -/turf/open/floor/circuit/red, -/area/ruin/unpowered/syndicate_lava_base/main) -"pY" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 5 - }, -/obj/machinery/light/small/directional/east, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"qC" = ( -/obj/machinery/light/small/directional/north, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/corner/opaque/brown{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"qG" = ( -/obj/structure/sign/warning/explosives/alt{ - pixel_x = -32 - }, -/turf/open/floor/engine, -/area/ruin/unpowered/syndicate_lava_base/testlab) -"qJ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/corner/transparent/neutral/full, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"qL" = ( -/obj/structure/closet/emcloset/anchored, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 4 - }, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/arrivals) -"rc" = ( -/obj/machinery/light/small/directional/north, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 4 - }, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/dormitories) -"rg" = ( -/obj/machinery/meter/turf, -/turf/open/floor/engine/plasma, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"rF" = ( -/obj/structure/grille, -/obj/structure/window/plasma/reinforced/plastitanium, -/obj/machinery/atmospherics/pipe/simple/dark/visible, -/turf/open/floor/plating/airless, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"rL" = ( -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/dormitories) -"rO" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/machinery/firealarm/directional/south, -/obj/effect/turf_decal/corner/transparent/neutral/full, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/testlab) -"sk" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/medical/glass{ - name = "Medbay"; - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/ruin/unpowered/syndicate_lava_base/medbay) -"so" = ( -/obj/machinery/power/apc/syndicate{ - dir = 1; - name = "Engineering APC"; - pixel_y = 25 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 9 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"ta" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ - dir = 8; - frequency = 1442; - id_tag = "syndie_lavaland_o2_out"; - internal_pressure_bound = 5066; - name = "Plasma Out" - }, -/turf/open/floor/engine/plasma, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"th" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/wood, -/area/ruin/unpowered/syndicate_lava_base/bar) -"tq" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"tu" = ( -/obj/machinery/light/small/directional/north, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"tM" = ( -/obj/structure/closet/secure_closet/personal/patient, -/obj/effect/turf_decal/corner/opaque/white/three_quarters{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/virology) -"tW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"uB" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 5 - }, -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"uW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/corner/opaque/white, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/arrivals) -"vd" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 8 - }, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"vu" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/engine, -/area/ruin/unpowered/syndicate_lava_base/testlab) -"vx" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/medbay) -"vz" = ( -/obj/effect/turf_decal/corner/opaque/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/arrivals) -"vD" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/door/airlock/hatch{ - name = "Experimentation Lab"; - req_access_txt = "150" - }, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/corner/transparent/neutral, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/testlab) -"vE" = ( -/obj/machinery/airalarm/syndicate{ - dir = 4; - pixel_x = -25 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"vX" = ( -/obj/machinery/atmospherics/pipe/simple/orange{ - dir = 8 - }, -/obj/structure/grille, -/obj/structure/window/plasma/reinforced/plastitanium, -/turf/open/floor/plating/airless, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"wi" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/on{ - dir = 8; - volume_rate = 200 - }, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface, -/area/lavaland/surface/outdoors) -"wA" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"xm" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 9 - }, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/chemistry) -"xJ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/bar) -"xK" = ( -/obj/machinery/light/small/directional/north, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/arrivals) -"ye" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/industrial/warning{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"yg" = ( -/turf/open/floor/engine/o2, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"ys" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/corner/opaque/white, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/arrivals) -"yH" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/corner/transparent/neutral/full, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/telecomms) -"zq" = ( -/obj/item/storage/box/donkpockets{ - pixel_x = -2; - pixel_y = 6 - }, -/obj/item/storage/box/donkpockets{ - pixel_y = 3 - }, -/obj/item/storage/box/donkpockets{ - pixel_x = 2 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/secure_closet/freezer/kitchen/maintenance{ - req_access = null - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/bar) -"zK" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"zM" = ( -/obj/machinery/light/small/directional/west, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"zX" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/light_switch{ - dir = 6; - pixel_x = 23; - pixel_y = -23 - }, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/virology) -"Av" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"AS" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet/directional/west, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"Bd" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/ruin/unpowered/syndicate_lava_base/main) -"Bk" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"Bl" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/corner/opaque/white, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/medbay) -"Bp" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/ruin/unpowered/syndicate_lava_base/main) -"Bz" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"BC" = ( -/obj/machinery/meter/turf, -/turf/open/floor/engine/co2, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"BF" = ( -/obj/structure/grille, -/obj/structure/window/plasma/reinforced/plastitanium, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - id = "lavalandsyndi"; - name = "Syndicate Research Experimentation Shutters" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/ruin/unpowered/syndicate_lava_base/testlab) -"BG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/ruin/unpowered/syndicate_lava_base/main) -"BP" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"Cg" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/engine, -/area/ruin/unpowered/syndicate_lava_base/testlab) -"Cx" = ( -/obj/machinery/door/airlock/maintenance, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/ruin/unpowered/syndicate_lava_base/dormitories) -"CC" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/public/glass{ - name = "Dormitories"; - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/dormitories) -"CG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 10 - }, -/turf/open/floor/engine, -/area/ruin/unpowered/syndicate_lava_base/testlab) -"Db" = ( -/obj/machinery/light/small/directional/south, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/arrivals) -"Dk" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/corner/transparent/neutral/full, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"DC" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/medical{ - name = "Chemistry Lab"; - req_access_txt = "150" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/ruin/unpowered/syndicate_lava_base/chemistry) -"DF" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ruin/unpowered/syndicate_lava_base/main) -"DL" = ( -/obj/structure/sign/warning/explosives/alt{ - pixel_x = 32 - }, -/turf/open/floor/engine, -/area/ruin/unpowered/syndicate_lava_base/testlab) -"Ec" = ( -/obj/machinery/light/small/directional/south, -/obj/machinery/atmospherics/components/unary/thermomachine/heater{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"Ed" = ( -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"Ep" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"ED" = ( -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door/airlock/virology{ - frequency = 1449; - id_tag = "lavaland_syndie_virology_interior"; - name = "Virology Lab Interior Airlock"; - req_access_txt = "150"; - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/ruin/unpowered/syndicate_lava_base/virology) -"EN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/arrivals) -"EZ" = ( -/obj/machinery/door/airlock/external{ - req_access_txt = "150" - }, -/obj/structure/fans/tiny, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plating, -/area/ruin/unpowered/syndicate_lava_base/arrivals) -"Fk" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/arrivals) -"Fy" = ( -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door/airlock/glass/incinerator/syndicatelava_interior, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/engine, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"Fz" = ( -/obj/machinery/door/airlock/maintenance{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/ruin/unpowered/syndicate_lava_base/main) -"FJ" = ( -/obj/structure/table/glass, -/obj/item/book/manual/wiki/infections{ - pixel_y = 7 - }, -/obj/item/reagent_containers/syringe/antiviral, -/obj/item/reagent_containers/dropper, -/obj/item/reagent_containers/spray/cleaner, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/virology) -"Gq" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/medbay) -"Hu" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/corner/transparent/neutral/full, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"HG" = ( -/obj/effect/turf_decal/industrial/hatch/yellow, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/door/airlock/engineering{ - name = "Engineering"; - req_access_txt = "150" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"HX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/layer_manifold/visible{ - name = "CO2" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"IH" = ( -/obj/structure/grille, -/obj/structure/window/plasma/reinforced/plastitanium, -/turf/open/floor/plating/airless, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"II" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 9 - }, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/arrivals) -"IJ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 1 - }, -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"IX" = ( -/obj/machinery/door/airlock/maintenance, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/ruin/unpowered/syndicate_lava_base/main) -"Je" = ( -/obj/docking_port/stationary{ - dir = 4; - height = 15; - dwidth = 8; - width = 15 - }, -/turf/open/lava/smooth/lava_land_surface, -/area/lavaland/surface/outdoors) -"JB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/layer_manifold/visible{ - dir = 4; - name = "Plasma Layer Manifold" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"Kx" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"KZ" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/door/airlock/medical/glass{ - name = "Medbay"; - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/ruin/unpowered/syndicate_lava_base/medbay) -"La" = ( -/obj/structure/table, -/obj/item/folder/yellow, -/obj/item/stack/wrapping_paper{ - pixel_y = 5 - }, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/opaque/brown{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/brown{ - dir = 4 - }, -/obj/effect/turf_decal/corner/opaque/brown{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet/directional/west, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"Lg" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/engine, -/area/ruin/unpowered/syndicate_lava_base/testlab) -"Lp" = ( -/obj/machinery/atmospherics/pipe/simple/yellow, -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"Ls" = ( -/obj/machinery/light/small/directional/west, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/corner/transparent/neutral/full, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"Lz" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/computer/monitor/secret{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/light/small/directional/west, -/turf/open/floor/plating, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"LG" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"LQ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/engine, -/area/ruin/unpowered/syndicate_lava_base/testlab) -"LR" = ( -/obj/effect/turf_decal/industrial/warning/corner{ - dir = 8 - }, -/obj/machinery/light/small/directional/south, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/arrivals) -"Mf" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/arrivals) -"Mg" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/corner/opaque/white/three_quarters{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet/directional/west, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/chemistry) -"Mo" = ( -/obj/machinery/power/apc/syndicate{ - dir = 8; - name = "Primary Hallway APC"; - pixel_x = -25 - }, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"MG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/ruin/unpowered/syndicate_lava_base/main) -"Ng" = ( -/obj/machinery/atmospherics/components/trinary/mixer/airmix/flipped{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"Nj" = ( -/obj/machinery/atmospherics/pipe/simple/supply/visible, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/visible, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"Nm" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/power/apc/syndicate{ - name = "Dormitories APC"; - pixel_y = -25 - }, -/obj/effect/turf_decal/corner/transparent/neutral, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/dormitories) -"Nw" = ( -/obj/effect/turf_decal/industrial/warning, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"NB" = ( -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door/airlock/glass/incinerator/syndicatelava_exterior, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/engine, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"NL" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/corner/transparent/neutral/full, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"NU" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/arrivals) -"Ov" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/reagent_dispensers/beerkeg, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/bar) -"Pf" = ( -/obj/effect/turf_decal/industrial/warning/corner, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/arrivals) -"Pi" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/door/airlock/mining/glass{ - name = "Warehouse"; - req_access_txt = "150" - }, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/corner/transparent/neutral, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"Pk" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/mining/glass{ - name = "Warehouse"; - req_access_txt = "150" - }, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/corner/transparent/neutral, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"Qc" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/wood, -/area/ruin/unpowered/syndicate_lava_base/bar) -"Qh" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/bar) -"Qr" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "150" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/ruin/unpowered/syndicate_lava_base/bar) -"Qv" = ( -/obj/structure/closet/firecloset/full{ - anchored = 1 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"QN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/arrivals) -"Ro" = ( -/obj/structure/grille, -/obj/structure/window/plasma/reinforced/plastitanium, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - id = "lavalandsyndi_bar"; - dir = 8 - }, -/turf/open/floor/plating, -/area/ruin/unpowered/syndicate_lava_base/bar) -"Rq" = ( -/turf/open/floor/engine/plasma, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"RE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 9 - }, -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"RK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"RM" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"RV" = ( -/obj/structure/sign/warning/fire, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"Sb" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/transparent/neutral, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/dormitories) -"St" = ( -/obj/structure/fans/tiny, -/obj/machinery/door/airlock/external{ - req_access_txt = "150" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/turf/open/floor/plating, -/area/ruin/unpowered/syndicate_lava_base/arrivals) -"SA" = ( -/obj/machinery/light/small/directional/east, -/obj/structure/closet/crate, -/obj/item/vending_refill/snack{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/vending_refill/snack{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/vending_refill/coffee, -/obj/item/vending_refill/cola, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/bar) -"SE" = ( -/obj/effect/turf_decal/industrial/warning, -/obj/effect/turf_decal/industrial/stand_clear{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/arrivals) -"SX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet/directional/west, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"Td" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/extinguisher_cabinet/directional/east, -/obj/effect/turf_decal/corner/transparent/neutral/full, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/testlab) -"Tp" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/engine, -/area/ruin/unpowered/syndicate_lava_base/testlab) -"TC" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 4 - }, -/turf/open/floor/engine, -/area/ruin/unpowered/syndicate_lava_base/testlab) -"TG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/structure/extinguisher_cabinet/directional/north, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"TV" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/virology) -"Ub" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 8 - }, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"Uc" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/wood, -/area/ruin/unpowered/syndicate_lava_base/bar) -"Us" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"UX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"Vb" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/ruin/unpowered/syndicate_lava_base/main) -"Ve" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 10 - }, -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/extinguisher_cabinet/directional/north, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"VE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"Wt" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 6 - }, -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ruin/unpowered/syndicate_lava_base/main) -"WD" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/pump, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"WE" = ( -/obj/machinery/door/airlock/hatch{ - name = "Telecommunications"; - req_access_txt = "150"; - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/corner/transparent/neutral, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/corner/transparent/neutral{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/ruin/unpowered/syndicate_lava_base/telecomms) -"Xd" = ( -/obj/structure/closet/radiation, -/obj/machinery/light/small/directional/west, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"Xg" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 10 - }, -/obj/effect/turf_decal/corner/opaque/white/three_quarters, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/virology) -"XI" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/virology) -"XR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"Ya" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"Yd" = ( -/obj/machinery/light/small/directional/west, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/chemistry) -"Ym" = ( -/obj/machinery/light/small/directional/north, -/obj/machinery/power/apc/syndicate{ - dir = 1; - name = "Cargo Bay APC"; - pixel_y = 25 - }, -/obj/structure/closet/emcloset/anchored, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/opaque/brown{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/brown{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/cargo) -"Yz" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/ruin/unpowered/syndicate_lava_base/main) -"Zj" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 6 - }, -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"Zo" = ( -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/main) -"Zv" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/power/apc/syndicate{ - dir = 1; - name = "Arrival Hallway APC"; - pixel_y = 25 - }, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/red{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered/syndicate_lava_base/arrivals) -"ZN" = ( -/obj/machinery/light/small/directional/north, -/turf/open/floor/engine/co2, -/area/ruin/unpowered/syndicate_lava_base/engineering) -"ZU" = ( -/obj/machinery/meter/turf, -/turf/open/floor/engine/n2, -/area/ruin/unpowered/syndicate_lava_base/engineering) - -(1,1,1) = {" -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -aa -aa -aa -aa -aa -"} -(2,1,1) = {" -aa -aa -aa -aa -aa -aa -aa -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -aa -aa -"} -(3,1,1) = {" -aa -aa -aa -aa -aa -ab -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -"} -(4,1,1) = {" -aa -aa -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -mn -mn -mn -mn -mn -ab -ab -ab -ab -ab -ab -ab -aa -aa -"} -(5,1,1) = {" -aa -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -mn -mn -mM -nh -mM -mn -mn -ab -ab -ab -ab -ab -ab -ab -aa -"} -(6,1,1) = {" -aa -aa -aa -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -mn -mM -mM -ni -mM -mM -mn -ab -ab -ab -ab -ab -ab -aa -aa -"} -(7,1,1) = {" -aa -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -eh -eh -eh -eh -eh -eh -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -mn -mn -mN -nj -mn -mn -mn -ab -ab -ab -ab -ab -ab -ab -aa -"} -(8,1,1) = {" -aa -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ac -eh -tM -ff -eI -aj -eh -eh -eh -eh -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -mp -mP -ni -nH -oh -mn -mn -ab -ab -ab -ab -ab -ab -aa -"} -(9,1,1) = {" -aa -aa -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -eh -eH -Xg -fy -gp -eI -hp -hE -eh -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -mp -mP -nk -nI -oi -ou -mn -ab -ab -ab -ab -ab -ab -ab -"} -(10,1,1) = {" -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ac -eh -eI -eI -eI -gq -gT -hq -hF -eh -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -mp -mQ -nl -nJ -oj -ov -mn -ab -ab -ab -ab -ab -ab -ab -"} -(11,1,1) = {" -aa -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ac -eh -eG -fh -eI -gr -eI -hr -hG -eh -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -mp -mR -nm -yH -ok -mn -mn -ab -ab -ab -ab -ab -ab -ab -"} -(12,1,1) = {" -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -eh -eH -fg -fz -gs -eh -gj -eh -eh -ab -ab -ab -ab -ab -ab -dG -dG -dG -dG -dG -dG -lS -mn -mn -mo -WE -mn -mn -ab -ab -ab -ab -ab -ab -ab -ab -"} -(13,1,1) = {" -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -eh -eh -eI -eI -gt -gU -hs -hH -ab -ab -ab -ab -ab -ab -dG -dG -ig -iu -iu -iu -lv -lT -mq -mS -nn -Db -mT -mT -ab -ab -ab -ab -ab -ab -ab -ab -"} -(14,1,1) = {" -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ac -eh -cU -FJ -XI -gV -ht -hH -ab -ab -ab -ab -ab -dG -dG -ig -je -iv -jk -le -lw -lT -mr -mS -nn -EN -ol -mT -ab -ab -ab -ab -ab -ab -ab -ab -"} -(15,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ei -eJ -fj -fB -TV -gW -hu -hH -ab -ab -ab -ab -dG -dG -ig -je -jk -jx -cN -jy -jy -jy -ms -mT -no -EN -ol -mT -ab -ab -ab -ab -ab -ab -ab -ab -"} -(16,1,1) = {" -aa -ab -ab -ab -ab -ab -ab -ac -ab -ac -ac -ae -ae -ae -ae -fC -zX -pD -hv -hH -ab -ab -ab -dG -dG -ig -je -jk -jx -Ro -kG -lf -lx -jy -jy -jy -np -Pf -mT -mT -mT -oF -ab -ab -ab -ab -ab -ab -"} -(17,1,1) = {" -ab -ab -ab -ab -ab -ae -ae -ae -ae -ae -ae -ae -ej -eK -ae -fD -ED -eh -eh -eh -hW -dG -dG -dG -ig -je -iv -jx -Ro -kn -kH -jN -jZ -lU -mt -mU -np -SE -EZ -oI -oD -St -ab -ab -ab -ab -ab -aa -"} -(18,1,1) = {" -ab -ab -ab -ab -ae -ae -aq -aq -qG -dc -aq -dQ -ek -eL -ae -fE -Bz -gY -hw -hI -hX -ig -iu -iu -je -jk -jx -cN -jN -jZ -jN -jZ -jN -jZ -kn -mU -nq -LR -mT -mT -mT -oF -ab -ab -ab -ab -ab -aa -"} -(19,1,1) = {" -ab -ab -ab -ab -ae -ap -aq -Lg -aq -Lg -aq -dR -el -rO -ae -fF -LG -gZ -hw -hJ -hY -ih -iv -iM -iv -iv -jx -jL -jY -jN -kI -lg -ly -lV -mu -mU -nr -Mf -om -mT -ab -ab -ab -ab -ab -ab -aa -aa -"} -(20,1,1) = {" -aa -ab -ab -ab -ae -aq -aq -aF -aq -aF -aq -ae -em -eN -ae -ae -oO -ha -ha -hK -ha -ha -ha -ha -ha -ha -jP -jM -jN -jZ -kJ -lh -lz -oL -mv -jy -jy -NU -on -mT -ab -ab -ab -ab -ab -ab -ab -aa -"} -(21,1,1) = {" -aa -ab -ab -ab -ae -aq -aq -Tp -aq -Cg -aq -dS -eo -eO -cI -ae -vd -hb -ha -iN -ha -ii -AS -iO -hB -jl -jz -jN -jZ -ko -kK -li -lA -Qc -mw -ah -jy -QN -oo -ox -ab -ab -ab -ab -ab -ab -ab -ab -"} -(22,1,1) = {" -aa -ab -ab -ab -ae -ap -aq -CG -vu -TC -LQ -BF -ep -eP -Td -vD -Zo -Av -vE -zM -Ub -lZ -tq -Us -hd -jm -jz -fM -jN -kp -kL -lj -lB -th -lA -ai -jP -Fk -op -ox -ab -ab -ab -ab -ab -ab -ab -ab -"} -(23,1,1) = {" -aa -ab -ab -ab -ae -ae -aq -aq -DL -di -aq -dS -eq -eQ -ae -dQ -tu -hd -hy -hy -ia -ik -if -ca -hz -hz -jy -jy -ka -kq -kM -lk -lC -Uc -mx -jy -jy -xK -oo -ox -ab -ab -ab -ab -ab -ab -ab -ab -"} -(24,1,1) = {" -aa -ab -ab -ab -ab -ae -ae -ae -ae -ae -aL -ae -ae -ae -oP -fH -Bk -he -hz -hz -hz -hz -iy -CC -hz -jn -jA -jy -jy -jy -jy -jy -ak -aN -jy -jy -qL -II -oo -ox -ab -ab -ab -ab -ab -ab -ab -ab -"} -(25,1,1) = {" -aa -ab -ab -ab -ab -ab -ac -ac -as -do -by -xm -Yd -Mg -DC -UX -zK -he -hz -hM -ib -hz -iz -Sb -jf -jo -jB -hz -kb -jy -kN -jZ -lE -xJ -my -jy -Zv -nW -aW -mT -ab -ab -ab -ab -ab -ab -ab -ab -"} -(26,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -as -as -du -dB -dU -es -eS -fn -fO -Bk -hf -hz -hN -ic -il -iA -gD -hz -hz -hz -hz -Yz -Qr -Qh -Ov -SA -zq -jy -jy -QN -nX -oo -mT -ab -ab -ab -ab -ab -ab -ab -ab -"} -(27,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -at -aM -dv -dC -dV -et -eT -fo -fO -Bk -hg -hz -hz -hz -hz -iB -rL -Cx -Bd -Bd -Vb -bf -jy -jy -jy -jy -jy -jy -mX -vz -aQ -mT -mT -ab -ab -ab -ab -ab -ab -ab -aa -"} -(28,1,1) = {" -aa -ab -ab -ab -ab -ab -ab -at -cA -dw -dC -dX -eu -eU -fn -fH -Bk -he -hA -hz -id -im -iC -Nm -hz -hz -hz -hz -Bp -Vb -Vb -Vb -Bd -Bd -IX -uW -ys -nZ -mT -ab -ab -ab -ab -ab -ab -ab -ab -aa -"} -(29,1,1) = {" -aa -ab -ab -ab -ab -ab -ab -at -cG -dx -dE -dY -ev -eV -fp -fH -ca -he -hz -hz -hz -hz -rc -iW -jh -jo -jC -hz -MG -ks -kP -kQ -kQ -kQ -kQ -kT -KZ -sk -kQ -kQ -ab -ab -ab -ab -ab -ab -ab -ab -"} -(30,1,1) = {" -aa -ab -ab -ab -ab -ab -ab -as -as -as -dI -dZ -ew -as -as -as -Ep -hh -hz -hP -ic -in -iE -iX -hz -jq -jA -hz -BG -kt -kQ -kQ -lG -md -mA -mZ -vx -oa -or -kQ -ab -ab -ab -ab -ab -ab -ab -ab -"} -(31,1,1) = {" -aa -ab -ab -ab -ab -ab -ab -ab -ac -as -as -as -as -as -fq -dy -qC -he -hz -hQ -ie -hz -iF -iY -hz -hO -hz -hz -Fz -ha -kQ -lm -lH -me -mB -na -Gq -ob -al -kQ -ab -ab -ab -ab -ab -ab -ab -ab -"} -(32,1,1) = {" -aa -aa -ab -ab -ab -ab -ab -ab -ac -dy -dK -ea -Ls -NL -Hu -Pi -fm -he -hz -hz -hz -hz -hz -hz -hz -jr -jD -jR -ca -ku -kR -ln -lI -lI -mC -lI -Bl -oc -kQ -kQ -ac -ab -ab -ab -ab -ab -ab -ab -"} -(33,1,1) = {" -aa -aa -ab -ab -ab -ab -ab -ab -ab -dy -dL -eb -qJ -eX -fs -fa -gM -hi -hB -hB -hB -ag -iG -SX -Mo -BP -wA -Ya -RM -kv -kS -ln -lJ -mf -mD -lI -nB -kQ -kQ -ac -ab -ab -ab -ab -ab -ab -ab -ab -"} -(34,1,1) = {" -aa -aa -aa -ab -ab -ab -ab -ab -ab -dy -dM -ec -bv -eY -ft -dP -gN -hj -hj -hR -af -ip -iH -ja -jj -jj -ca -Qv -kj -kw -kT -lo -lK -kQ -mE -nb -nC -kQ -ac -ab -ab -ab -ab -ab -ab -ab -ab -aa -"} -(35,1,1) = {" -aa -aa -ab -ab -ab -ab -ab -ab -ab -dy -dy -ed -Dk -eZ -dy -dy -gO -hk -hC -dy -ha -iq -iI -iq -ha -ha -dO -jT -ju -gn -IJ -IJ -IJ -kU -IJ -IJ -IJ -uB -ju -ju -ju -ab -ab -ab -ab -ab -ab -ab -"} -(36,1,1) = {" -aa -aa -ab -ab -ab -ab -ab -ab -ab -ac -dy -dy -Pk -fa -dy -La -gP -gQ -hl -hS -ha -ir -iJ -jb -ha -Xd -ye -jU -ju -Lz -kV -Ve -lL -mg -mF -nc -Lp -od -Lp -oz -ju -ju -nf -ab -ab -ab -ab -aa -"} -(37,1,1) = {" -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -dy -ee -cV -fb -fu -gb -gQ -hl -gQ -hT -ha -is -iK -jc -ha -jv -dn -jV -ju -Kx -kW -Zj -WD -bd -XR -Nw -Fy -bM -NB -en -cK -oG -oH -ab -ab -ab -ab -ab -"} -(38,1,1) = {" -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -dy -Ym -VE -fc -fv -fv -gR -gQ -hl -hU -ha -it -pQ -jd -ha -jw -pY -nv -HG -Nj -kX -lr -lN -mi -mH -ne -nE -of -nE -oB -ju -ju -nf -ab -ab -ab -ab -ab -"} -(39,1,1) = {" -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -dy -eg -eD -fd -fw -gc -gS -hn -gQ -hV -ha -Wt -DF -DF -DF -kl -kl -kl -kl -so -kY -ls -lO -mj -mI -RV -tW -RE -ju -oC -nf -ab -ab -ab -ab -ab -ab -ab -"} -(40,1,1) = {" -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -dy -dy -eE -fe -dy -gd -dy -ho -hD -dy -dy -wi -ac -ac -ju -ld -kE -rF -HX -cJ -kZ -Ng -lt -mk -mJ -ng -TG -Ec -ju -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(41,1,1) = {" -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -dy -jK -jK -dy -gf -dy -jK -jK -dy -ab -ab -ab -ab -ju -ZN -BC -IH -Ed -kC -la -lu -lP -ml -mK -JB -RK -og -ju -ab -ab -ab -ab -ab -ab -ab -ab -ab -"} -(42,1,1) = {" -aa -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -dy -gg -dy -ab -ab -ab -ab -ab -ab -ab -ju -ju -ju -ju -ju -kD -aR -ju -kD -lb -ju -vX -IH -ju -ju -ab -ab -ab -ab -ab -ab -ab -ab -aa -"} -(43,1,1) = {" -aa -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -fx -gh -fx -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ju -ZU -lc -ju -lQ -mm -ju -ta -rg -ju -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -"} -(44,1,1) = {" -aa -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -Je -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ju -kF -pJ -ju -lR -yg -ju -cP -Rq -ju -ab -ab -ab -ab -ab -ab -ab -ab -aa -aa -"} -(45,1,1) = {" -aa -aa -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ju -ju -ju -ju -ju -ju -ju -ju -ju -ju -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -"} -(46,1,1) = {" -aa -aa -aa -aa -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -aa -"} -(47,1,1) = {" -aa -aa -aa -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -aa -"} -(48,1,1) = {" -aa -aa -aa -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -aa -aa -"} -(49,1,1) = {" -aa -aa -aa -aa -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -aa -aa -aa -aa -aa -"} -(50,1,1) = {" -aa -aa -aa -aa -aa -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -aa -aa -aa -aa -aa -"} -(51,1,1) = {" -aa -aa -aa -aa -aa -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -aa -aa -aa -aa -aa -aa -aa -aa -"} -(52,1,1) = {" -aa -aa -aa -aa -aa -aa -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -"} -(53,1,1) = {" -aa -aa -aa -aa -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -"} -(54,1,1) = {" -aa -aa -aa -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -"} -(55,1,1) = {" -aa -aa -aa -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -"} -(56,1,1) = {" -aa -aa -aa -aa -ab -ab -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -"} -(57,1,1) = {" -aa -aa -aa -aa -aa -aa -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -"} -(58,1,1) = {" -aa -aa -aa -aa -aa -aa -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -"} -(59,1,1) = {" -aa -aa -aa -aa -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -"} -(60,1,1) = {" -aa -aa -aa -aa -aa -ab -ab -ab -ab -ab -aa -ab -ab -ab -ab -ab -ab -ab -ab -ab -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -"} -(61,1,1) = {" -aa -aa -aa -aa -aa -aa -ab -ab -aa -aa -aa -aa -ab -ab -aa -ab -ab -ab -ab -ab -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -"} -(62,1,1) = {" -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -ab -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -aa -"} diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_xeno_nest.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_xeno_nest.dmm index 75bc6d0a8ad1..823ed145a944 100644 --- a/_maps/RandomRuins/LavaRuins/lavaland_surface_xeno_nest.dmm +++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_xeno_nest.dmm @@ -120,7 +120,7 @@ /area/ruin/unpowered/xenonest) "G" = ( /turf/open/lava/smooth/lava_land_surface, -/area/lavaland/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "H" = ( /obj/structure/alien/weeds, /obj/effect/decal/cleanable/blood, diff --git a/_maps/RandomRuins/RockRuins/rockplanet_budgetcuts.dmm b/_maps/RandomRuins/RockRuins/rockplanet_budgetcuts.dmm index 6b3b24f4e752..9cf2b5a40bae 100644 --- a/_maps/RandomRuins/RockRuins/rockplanet_budgetcuts.dmm +++ b/_maps/RandomRuins/RockRuins/rockplanet_budgetcuts.dmm @@ -992,8 +992,6 @@ /obj/item/circuitboard/machine/nanite_program_hub, /obj/item/circuitboard/machine/nanite_programmer, /obj/item/circuitboard/machine/public_nanite_chamber, -/obj/item/clothing/under/rank/rnd/scientist/nanite, -/obj/item/clothing/under/rank/rnd/scientist/nanite/skirt, /obj/item/disk/nanite_program/hardening, /obj/structure/closet/crate/secure/science, /turf/open/floor/plasteel, @@ -1552,7 +1550,7 @@ /turf/open/floor/plasteel/showroomfloor, /area/ruin/powered) "zo" = ( -/turf/closed/mineral/random/asteroid/rockplanet, +/turf/closed/mineral/random/rockplanet, /area/overmap_encounter/planetoid/rockplanet/explored) "zp" = ( /obj/effect/decal/cleanable/ash{ @@ -2071,7 +2069,7 @@ /area/overmap_encounter/planetoid/rockplanet/explored) "HL" = ( /obj/effect/decal/cleanable/dirt/dust, -/turf/closed/mineral/random/asteroid/rockplanet, +/turf/closed/mineral/random/rockplanet, /area/overmap_encounter/planetoid/rockplanet/explored) "Ia" = ( /obj/effect/decal/cleanable/garbage{ @@ -2141,7 +2139,7 @@ pixel_x = -6; pixel_y = -9 }, -/turf/closed/mineral/random/asteroid/rockplanet, +/turf/closed/mineral/random/rockplanet, /area/overmap_encounter/planetoid/rockplanet/explored) "Jm" = ( /obj/machinery/door/airlock/maintenance_hatch{ @@ -2593,7 +2591,7 @@ /turf/open/floor/plasteel, /area/ruin/powered) "Ta" = ( -/turf/closed/mineral/random/asteroid/rockplanet, +/turf/closed/mineral/random/rockplanet, /area/ruin/powered) "Tj" = ( /obj/structure/table, diff --git a/_maps/RandomRuins/RockRuins/rockplanet_crash_cult.dmm b/_maps/RandomRuins/RockRuins/rockplanet_crash_cult.dmm index ad780a525321..d36bbab74454 100644 --- a/_maps/RandomRuins/RockRuins/rockplanet_crash_cult.dmm +++ b/_maps/RandomRuins/RockRuins/rockplanet_crash_cult.dmm @@ -1387,7 +1387,7 @@ /turf/open/floor/plasteel/cult, /area/ruin/unpowered) "XI" = ( -/turf/closed/mineral/random/asteroid/rockplanet, +/turf/closed/mineral/random/rockplanet, /area/overmap_encounter/planetoid/rockplanet/explored) "XN" = ( /obj/effect/decal/cleanable/dirt/dust, diff --git a/_maps/RandomRuins/RockRuins/rockplanet_cult.dmm b/_maps/RandomRuins/RockRuins/rockplanet_cult.dmm index 347fe39c47ab..c1ed6773992d 100644 --- a/_maps/RandomRuins/RockRuins/rockplanet_cult.dmm +++ b/_maps/RandomRuins/RockRuins/rockplanet_cult.dmm @@ -70,7 +70,7 @@ /turf/open/floor/plasteel/dark, /area/overmap_encounter/planetoid/rockplanet/explored) "u" = ( -/turf/closed/mineral/random/asteroid/rockplanet, +/turf/closed/mineral/random/rockplanet, /area/overmap_encounter/planetoid/rockplanet/explored) "v" = ( /obj/structure/trap/cult, diff --git a/_maps/RandomRuins/RockRuins/rockplanet_harmfactory.dmm b/_maps/RandomRuins/RockRuins/rockplanet_harmfactory.dmm index 4e85fb24381a..5ba299eb454c 100644 --- a/_maps/RandomRuins/RockRuins/rockplanet_harmfactory.dmm +++ b/_maps/RandomRuins/RockRuins/rockplanet_harmfactory.dmm @@ -1,17 +1,17 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE "ak" = ( /turf/open/floor/plating/asteroid/rockplanet, -/area/ruin/powered) +/area/overmap_encounter/planetoid/rockplanet/explored) "al" = ( /obj/machinery/light/dim/directional/east, /turf/open/floor/plasteel/patterned, /area/ruin/powered) "aB" = ( -/turf/closed/mineral/random/asteroid/rockplanet, -/area/ruin/powered) +/turf/closed/mineral/random/rockplanet, +/area/overmap_encounter/planetoid/cave/explored) "aG" = ( /turf/open/floor/plating/asteroid/rockplanet/cracked, -/area/ruin/powered) +/area/overmap_encounter/planetoid/rockplanet/explored) "aQ" = ( /obj/machinery/light/dim/directional/west, /obj/structure/railing{ @@ -22,11 +22,11 @@ "aT" = ( /obj/structure/flora/tree/cactus, /turf/open/floor/plating/asteroid/rockplanet/cracked, -/area/ruin/powered) +/area/overmap_encounter/planetoid/rockplanet/explored) "bc" = ( /obj/effect/decal/remains/human, /turf/open/floor/plating/asteroid/rockplanet/cracked, -/area/ruin/powered) +/area/overmap_encounter/planetoid/rockplanet/explored) "bf" = ( /turf/closed/indestructible/reinforced, /area/ruin/powered) @@ -292,6 +292,13 @@ /obj/item/keycard/office, /turf/open/floor/plating/rust, /area/ruin/powered) +"gz" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/overmap_encounter/planetoid/rockplanet/explored) "gA" = ( /obj/effect/spawner/structure/window/hollow/reinforced/end, /obj/structure/cable, @@ -311,7 +318,7 @@ "hg" = ( /obj/structure/flora/tree/cactus, /turf/open/floor/plating/asteroid/rockplanet, -/area/ruin/powered) +/area/overmap_encounter/planetoid/rockplanet/explored) "hi" = ( /turf/closed/wall, /area/ruin/powered) @@ -327,7 +334,7 @@ "hG" = ( /obj/machinery/light/dim/directional/south, /turf/open/floor/plating/asteroid/rockplanet, -/area/ruin/powered) +/area/overmap_encounter/planetoid/rockplanet/explored) "hJ" = ( /turf/closed/wall/r_wall, /area/ruin/powered) @@ -516,6 +523,12 @@ }, /turf/open/floor/plasteel/patterned, /area/ruin/powered) +"mB" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/plating, +/area/overmap_encounter/planetoid/rockplanet/explored) "mE" = ( /obj/structure/railing, /obj/effect/decal/cleanable/dirt/dust, @@ -684,6 +697,12 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/engine, /area/ruin/powered) +"pr" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plating, +/area/overmap_encounter/planetoid/rockplanet/explored) "px" = ( /obj/structure/railing, /obj/effect/decal/cleanable/dirt/dust, @@ -1279,7 +1298,7 @@ "De" = ( /obj/machinery/light/dim/directional/west, /turf/open/floor/plating/asteroid/rockplanet, -/area/ruin/powered) +/area/overmap_encounter/planetoid/rockplanet/explored) "Dn" = ( /obj/structure/fence/door{ dir = 4 @@ -1520,7 +1539,7 @@ "HJ" = ( /obj/machinery/light/broken/directional/east, /turf/open/floor/plating/asteroid/rockplanet, -/area/ruin/powered) +/area/overmap_encounter/planetoid/rockplanet/explored) "HL" = ( /obj/structure/disposalpipe/segment{ dir = 5 @@ -1755,7 +1774,7 @@ "LV" = ( /obj/machinery/light/dim/directional/west, /turf/open/floor/plating/asteroid/rockplanet/cracked, -/area/ruin/powered) +/area/overmap_encounter/planetoid/rockplanet/explored) "Mb" = ( /obj/structure/railing{ dir = 1 @@ -1930,11 +1949,11 @@ "RU" = ( /obj/machinery/light/dim/directional/south, /turf/open/floor/plating/asteroid/rockplanet/cracked, -/area/ruin/powered) +/area/overmap_encounter/planetoid/rockplanet/explored) "RW" = ( /obj/machinery/light/broken/directional/west, /turf/open/floor/plating/asteroid/rockplanet, -/area/ruin/powered) +/area/overmap_encounter/planetoid/rockplanet/explored) "Sh" = ( /obj/structure/rack, /obj/effect/decal/cleanable/dirt/dust, @@ -2044,7 +2063,7 @@ "TU" = ( /obj/effect/decal/remains/human, /turf/open/floor/plating/asteroid/rockplanet, -/area/ruin/powered) +/area/overmap_encounter/planetoid/rockplanet/explored) "Ui" = ( /obj/machinery/door/airlock/public/glass, /turf/open/floor/plasteel/patterned, @@ -2111,7 +2130,7 @@ "WL" = ( /obj/machinery/light/dim/directional/east, /turf/open/floor/plating/asteroid/rockplanet/cracked, -/area/ruin/powered) +/area/overmap_encounter/planetoid/rockplanet/explored) "WM" = ( /obj/structure/chair/office{ dir = 4 @@ -2230,7 +2249,7 @@ /obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating, -/area/ruin/powered) +/area/overmap_encounter/planetoid/rockplanet/explored) (1,1,1) = {" GV @@ -3044,7 +3063,7 @@ Dd zC Dd Zd -vZ +mB ak ak aG @@ -3087,7 +3106,7 @@ XX zC Dd dN -qG +gz ak aG aG @@ -3259,7 +3278,7 @@ zC Dd zC ZN -GE +pr ak aG ak diff --git a/_maps/RandomRuins/RockRuins/rockplanet_miningexpedition.dmm b/_maps/RandomRuins/RockRuins/rockplanet_miningexpedition.dmm index 57a8422ba3b0..7586ab699883 100644 --- a/_maps/RandomRuins/RockRuins/rockplanet_miningexpedition.dmm +++ b/_maps/RandomRuins/RockRuins/rockplanet_miningexpedition.dmm @@ -152,7 +152,7 @@ /turf/open/floor/plasteel/rockvault, /area/ruin/unpowered) "yZ" = ( -/turf/closed/mineral/random/asteroid/rockplanet, +/turf/closed/mineral/random/rockplanet, /area/overmap_encounter/planetoid/rockplanet/explored) "BR" = ( /obj/effect/decal/cleanable/oil, diff --git a/_maps/RandomRuins/RockRuins/rockplanet_saloon.dmm b/_maps/RandomRuins/RockRuins/rockplanet_saloon.dmm index 621589ade630..a7af51d9a489 100644 --- a/_maps/RandomRuins/RockRuins/rockplanet_saloon.dmm +++ b/_maps/RandomRuins/RockRuins/rockplanet_saloon.dmm @@ -118,11 +118,11 @@ "dP" = ( /mob/living/simple_animal/hostile/netherworld/migo, /turf/open/floor/plating/asteroid/rockplanet/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/rockplanet/explored) "dS" = ( /mob/living/simple_animal/hostile/mining_drone/rockplanet, /turf/open/floor/plating/asteroid/rockplanet/cracked/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/rockplanet/explored) "dW" = ( /obj/structure/table/wood, /obj/item/reagent_containers/food/drinks/shaker{ @@ -146,7 +146,7 @@ dir = 1 }, /turf/open/floor/wood, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/rockplanet/explored) "ei" = ( /obj/effect/turf_decal/siding/wood{ dir = 1 @@ -288,7 +288,7 @@ /turf/open/floor/wood{ icon_state = "wood-broken" }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/rockplanet/explored) "hj" = ( /obj/structure/table/wood, /obj/item/book/manual/wiki/barman_recipes{ @@ -340,7 +340,7 @@ /area/ruin/unpowered) "it" = ( /turf/open/floor/plating/asteroid/rockplanet/cracked/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/rockplanet/explored) "iS" = ( /obj/structure/table/wood, /obj/item/reagent_containers/food/drinks/bottle/whiskey{ @@ -367,7 +367,7 @@ "jQ" = ( /mob/living/simple_animal/hostile/netherworld, /turf/open/floor/plating/asteroid/rockplanet/cracked/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/rockplanet/explored) "jW" = ( /obj/structure/barricade/wooden/crude, /obj/structure/door_assembly/door_assembly_wood{ @@ -510,7 +510,7 @@ /turf/open/floor/wood{ icon_state = "wood-broken4" }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/rockplanet/explored) "mE" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/wood{ @@ -560,7 +560,7 @@ dir = 8 }, /turf/open/floor/wood, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/rockplanet/explored) "pz" = ( /obj/structure/chair/wood, /obj/effect/decal/cleanable/dirt/dust, @@ -672,7 +672,7 @@ }, /obj/effect/turf_decal/siding/wood, /turf/open/floor/wood, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/rockplanet/explored) "sF" = ( /obj/effect/decal/cleanable/dirt/dust, /mob/living/simple_animal/hostile/netherworld/migo, @@ -856,7 +856,7 @@ pixel_y = -10 }, /turf/open/floor/plating/asteroid/rockplanet/cracked/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/rockplanet/explored) "xH" = ( /obj/structure/table/wood/fancy/red_gold, /obj/item/spacecash/bundle/c200{ @@ -925,7 +925,7 @@ /turf/open/floor/wood{ icon_state = "wood-broken2" }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/rockplanet/explored) "zC" = ( /obj/item/clothing/neck/tie/black, /obj/effect/decal/cleanable/dirt/dust, @@ -1037,7 +1037,7 @@ "Dj" = ( /mob/living/simple_animal/hostile/netherworld/migo, /turf/open/floor/plating/asteroid/rockplanet/cracked/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/rockplanet/explored) "Dt" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/turf_decal/siding/wood{ @@ -1106,7 +1106,7 @@ dir = 4 }, /turf/open/floor/wood, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/rockplanet/explored) "Gr" = ( /obj/structure/barricade/wooden, /obj/item/shard, @@ -1140,7 +1140,7 @@ dir = 1 }, /turf/open/floor/plating/asteroid/rockplanet/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/rockplanet/explored) "Hu" = ( /obj/effect/decal/cleanable/blood/old{ icon_state = "floor6-old" @@ -1189,7 +1189,7 @@ "Iz" = ( /obj/structure/ore_box, /turf/open/floor/plating/asteroid/rockplanet/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/rockplanet/explored) "IB" = ( /obj/structure/chair/wood{ dir = 8 @@ -1237,7 +1237,7 @@ dir = 4 }, /turf/open/floor/plating/asteroid/rockplanet/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/rockplanet/explored) "KX" = ( /obj/structure/toilet, /obj/structure/curtain, @@ -1257,7 +1257,7 @@ dir = 1 }, /turf/open/floor/plating/asteroid/rockplanet/cracked/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/rockplanet/explored) "Mp" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/wood{ @@ -1290,7 +1290,7 @@ dir = 1 }, /turf/open/floor/wood, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/rockplanet/explored) "Na" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/turf_decal/siding/wood{ @@ -1348,7 +1348,7 @@ "Pe" = ( /obj/structure/ore_box, /turf/open/floor/plating/asteroid/rockplanet/cracked/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/rockplanet/explored) "Pn" = ( /turf/closed/wall/mineral/wood, /area/ruin/unpowered) @@ -1368,7 +1368,7 @@ pixel_y = -3 }, /turf/open/floor/plating/asteroid/rockplanet/cracked/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/rockplanet/explored) "PU" = ( /obj/item/megaphone{ pixel_x = 10; @@ -1418,7 +1418,7 @@ /obj/structure/closet/crate/wooden, /obj/effect/spawner/lootdrop/maintenance/three, /turf/open/floor/plating/asteroid/rockplanet/cracked/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/rockplanet/explored) "Ri" = ( /turf/template_noop, /area/template_noop) @@ -1601,7 +1601,7 @@ /obj/effect/spawner/lootdrop/glowstick, /obj/effect/decal/cleanable/wrapping, /turf/open/floor/plating/asteroid/rockplanet/cracked/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/rockplanet/explored) "WS" = ( /turf/open/floor/wood{ icon_state = "wood-broken5" @@ -1694,7 +1694,7 @@ "Yo" = ( /obj/effect/decal/cleanable/garbage, /turf/open/floor/plating/asteroid/rockplanet/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/rockplanet/explored) "Yx" = ( /obj/structure/table/wood/fancy/royalblack, /obj/machinery/chem_dispenser/drinks{ @@ -1714,7 +1714,7 @@ /area/ruin/unpowered) "Zd" = ( /turf/open/floor/plating/asteroid/rockplanet/lit, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/rockplanet/explored) "Zn" = ( /obj/item/chair/stool/bar{ dir = 8 diff --git a/_maps/RandomRuins/SandRuins/whitesands_surface_assaultpodcrash.dmm b/_maps/RandomRuins/SandRuins/whitesands_surface_assaultpodcrash.dmm index 832347f47c02..6d1971794b57 100644 --- a/_maps/RandomRuins/SandRuins/whitesands_surface_assaultpodcrash.dmm +++ b/_maps/RandomRuins/SandRuins/whitesands_surface_assaultpodcrash.dmm @@ -5,11 +5,11 @@ }, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/mineral/plastitanium/red, -/area/whitesands/surface/outdoors) +/area/ruin) "d" = ( /obj/item/ammo_casing/spent, /turf/closed/wall/mineral/plastitanium, -/area/whitesands/surface/outdoors) +/area/ruin) "e" = ( /obj/structure/barricade/wooden, /obj/machinery/door/airlock/centcom{ @@ -18,14 +18,14 @@ req_access_txt = "150" }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin) "f" = ( /mob/living/simple_animal/hostile/asteroid/goliath/beast, /turf/open/floor/mineral/plastitanium/red, -/area/whitesands/surface/outdoors) +/area/ruin) "h" = ( /turf/closed/wall/mineral/plastitanium, -/area/whitesands/surface/outdoors) +/area/ruin) "i" = ( /obj/item/ammo_casing/c10mm{ pixel_x = -1 @@ -47,21 +47,21 @@ pixel_y = 4 }, /turf/open/floor/plating/asteroid/whitesands/dried/lit, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "j" = ( /obj/effect/decal/cleanable/blood/gibs, /turf/open/floor/plating/asteroid/whitesands/dried/lit, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "k" = ( /obj/structure/chair/comfy/shuttle{ dir = 4 }, /turf/closed/mineral/random/whitesands, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "l" = ( /obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/mineral/plastitanium/red, -/area/whitesands/surface/outdoors) +/area/ruin) "o" = ( /obj/item/ammo_casing/spent, /obj/item/ammo_casing/spent{ @@ -75,22 +75,22 @@ pixel_y = 4 }, /turf/open/floor/plating/asteroid/whitesands/lit, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "p" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/mineral/plastitanium/red, -/area/whitesands/surface/outdoors) +/area/ruin) "q" = ( /obj/structure/chair/comfy/shuttle{ dir = 4 }, /turf/open/floor/mineral/plastitanium/red, -/area/whitesands/surface/outdoors) +/area/ruin) "r" = ( /obj/effect/decal/cleanable/blood/gibs/core, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/mineral/plastitanium/red, -/area/whitesands/surface/outdoors) +/area/ruin) "t" = ( /obj/machinery/door/airlock/centcom{ aiControlDisabled = 1; @@ -100,7 +100,7 @@ }, /obj/item/ammo_casing/spent, /turf/open/space/basic, -/area/whitesands/surface/outdoors) +/area/ruin) "u" = ( /obj/item/reagent_containers/food/drinks/waterbottle/large{ pixel_x = -8; @@ -111,35 +111,35 @@ pixel_y = 1 }, /turf/open/floor/mineral/plastitanium/red, -/area/whitesands/surface/outdoors) +/area/ruin) "v" = ( /obj/item/ammo_casing/spent, /turf/closed/mineral/random/whitesands, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "w" = ( /turf/open/floor/mineral/plastitanium/red, -/area/whitesands/surface/outdoors) +/area/ruin) "z" = ( /obj/structure/barricade/sandbags, /turf/open/floor/plating/asteroid/whitesands/lit, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "A" = ( /obj/effect/decal/cleanable/blood{ icon_state = "floor7" }, /turf/open/floor/plating/asteroid/whitesands/dried/lit, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "B" = ( /turf/open/floor/plating/asteroid/whitesands/lit, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "D" = ( /obj/machinery/light/broken/directional/north, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/mineral/plastitanium/red, -/area/whitesands/surface/outdoors) +/area/ruin) "E" = ( /turf/open/floor/plating/asteroid/whitesands/dried/lit, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "F" = ( /obj/effect/decal/cleanable/blood/gibs/up, /obj/effect/decal/cleanable/blood, @@ -148,31 +148,31 @@ pixel_y = -6 }, /turf/open/floor/mineral/plastitanium/red, -/area/whitesands/surface/outdoors) +/area/ruin) "H" = ( /obj/structure/chair/comfy/shuttle{ dir = 8 }, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/mineral/plastitanium/red, -/area/whitesands/surface/outdoors) +/area/ruin) "J" = ( /obj/structure/bed, /obj/effect/decal/cleanable/blood{ icon_state = "floor2" }, /turf/open/floor/mineral/plastitanium/red, -/area/whitesands/surface/outdoors) +/area/ruin) "K" = ( /mob/living/simple_animal/hostile/asteroid/goliath/beast{ dir = 4 }, /turf/open/floor/plating/asteroid/whitesands/dried/lit, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "L" = ( /obj/machinery/light/directional/south, /turf/open/floor/mineral/plastitanium/red, -/area/whitesands/surface/outdoors) +/area/ruin) "O" = ( /turf/template_noop, /area/template_noop) @@ -182,19 +182,19 @@ /obj/item/ammo_box/magazine/ebr, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/mineral/plastitanium/red, -/area/whitesands/surface/outdoors) +/area/ruin) "R" = ( /obj/machinery/door/airlock/centcom{ name = "Assault Pod"; req_access_txt = "150" }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin) "S" = ( /obj/effect/decal/cleanable/blood, /obj/effect/mob_spawn/human/corpse/syndicatesoldier, /turf/open/floor/plating/asteroid/whitesands/lit, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "T" = ( /obj/effect/decal/cleanable/blood/gibs/limb{ icon_state = "gibarm"; @@ -206,10 +206,10 @@ pixel_x = -2 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin) "V" = ( /turf/closed/mineral/random/whitesands, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "X" = ( /obj/item/ammo_casing/spent{ dir = 1; @@ -225,17 +225,17 @@ dir = 8 }, /turf/open/floor/plating/asteroid/whitesands/lit, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "Y" = ( /obj/structure/barricade/sandbags, /turf/open/floor/plating/asteroid/whitesands/dried/lit, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "Z" = ( /mob/living/simple_animal/hostile/asteroid/goliath/beast{ dir = 8 }, /turf/open/floor/plating/asteroid/whitesands/lit, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) (1,1,1) = {" O diff --git a/_maps/RandomRuins/SandRuins/whitesands_surface_camp_combination.dmm b/_maps/RandomRuins/SandRuins/whitesands_surface_camp_combination.dmm index 3a1b95cb19ca..aaea1e5ca79d 100644 --- a/_maps/RandomRuins/SandRuins/whitesands_surface_camp_combination.dmm +++ b/_maps/RandomRuins/SandRuins/whitesands_surface_camp_combination.dmm @@ -1,865 +1,826 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE "aq" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood{ - icon_state = "wood-broken5" +/obj/structure/table/wood, +/obj/item/reagent_containers/glass/bucket, +/obj/item/reagent_containers/spray/weedspray{ + pixel_x = 7 }, -/area/whitesands/surface/outdoors) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin) "aG" = ( -/obj/structure/flora/ash/fern, -/turf/open/floor/plating/asteroid/whitesands/grass{ - light_range = 2 +/obj/structure/fence{ + dir = 8 }, -/area/whitesands/surface/outdoors) -"aK" = ( -/obj/structure/fence/cut/large, -/turf/open/floor/plating/asteroid/whitesands/dried{ +/obj/structure/fence{ + dir = 8 + }, +/turf/open/floor/plating/asteroid/whitesands/grass/dead{ light_range = 2 }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) +"aK" = ( +/obj/structure/table/wood/poker, +/obj/item/chair/stool/bar, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin) "aL" = ( -/obj/structure/girder/reinforced, +/obj/structure/flora/ash/puce, /turf/open/floor/plating/asteroid/whitesands{ light_range = 2 }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "aO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/chair/stool/bar, -/turf/open/floor/wood{ - icon_state = "wood-broken5" +/obj/machinery/hydroponics/soil, +/obj/item/shovel, +/turf/open/floor/plating/asteroid/whitesands/dried{ + light_range = 2 }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "aZ" = ( -/obj/structure/chair/wood, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood, -/area/whitesands/surface/outdoors) -"bn" = ( -/obj/structure/flora/tree/tall/whitesands, -/turf/open/floor/plating/asteroid/whitesands/grass/dead{ +/obj/structure/flora/ash/cacti, +/turf/open/floor/plating/asteroid/whitesands{ light_range = 2 }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) +"bn" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/ruin) "bO" = ( -/obj/structure/closet/crate/grave/loot, -/obj/item/ammo_casing/shotgun/meteorslug, -/turf/open/floor/plating/asteroid/whitesands{ +/obj/structure/fence/post, +/turf/open/floor/plating/asteroid/whitesands/dried{ light_range = 2 }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "cI" = ( -/obj/structure/chair/wood, -/turf/open/floor/wood, -/area/whitesands/surface/outdoors) -"cX" = ( +/obj/item/clothing/glasses/thermal/eyepatch, /obj/effect/mob_spawn/human/corpse/charredskeleton, -/obj/item/multitool/old, +/turf/open/floor/plating/asteroid/whitesands{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/sand/explored) +"cX" = ( +/obj/structure/flora/ash/stem_shroom, /turf/open/floor/plating/asteroid/whitesands/dried{ light_range = 2 }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "da" = ( /obj/effect/decal/cleanable/dirt, -/obj/item/ammo_casing/a357, -/turf/open/floor/wood{ - icon_state = "wood-broken7" - }, -/area/whitesands/surface/outdoors) +/obj/item/ammo_casing/shotgun/buckshot, +/turf/open/floor/wood, +/area/ruin) "dp" = ( -/obj/structure/fence/corner, -/turf/open/floor/plating/asteroid/whitesands/grass/dead{ - light_range = 2 - }, -/area/whitesands/surface/outdoors) +/obj/structure/reagent_dispensers/beerkeg, +/turf/open/floor/wood, +/area/ruin) "dv" = ( -/obj/effect/spawner/lootdrop/tool_engie_sydnie, -/turf/open/floor/plating/asteroid/whitesands{ - light_range = 2 +/obj/effect/decal/cleanable/blood/old{ + icon_state = "floor3-old" }, -/area/whitesands/surface/outdoors) +/turf/open/floor/concrete, +/area/ruin) "eo" = ( /obj/structure/barricade/sandbags, /turf/open/floor/plating/asteroid/whitesands/dried{ light_range = 2 }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "eq" = ( -/obj/item/spear, -/obj/effect/mob_spawn/human/corpse/damaged/whitesands/survivor, -/turf/open/floor/plating/asteroid/whitesands/dried{ +/mob/living/simple_animal/hostile/asteroid/whitesands/survivor, +/turf/open/floor/plating/asteroid/whitesands{ light_range = 2 }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "er" = ( -/obj/structure/mineral_door/wood, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin) "eJ" = ( -/obj/structure/mineral_door/wood, -/obj/effect/decal/cleanable/blood/old, +/obj/machinery/door/window/northleft, +/obj/item/circuitboard/machine/seed_extractor, +/obj/structure/frame/machine, +/obj/item/stack/cable_coil/cut/red, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin) "eP" = ( +/obj/machinery/hydroponics/soil, /turf/open/floor/concrete, -/area/whitesands/surface/outdoors) +/area/ruin) "eV" = ( -/obj/effect/decal/cleanable/blood/old, +/obj/machinery/chem_dispenser/drinks/beer, +/obj/structure/table/wood, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin) "fb" = ( -/obj/structure/closet/wardrobe/botanist, -/turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/obj/structure/flora/ash/cap_shroom, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating/asteroid/whitesands{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/sand/explored) "fe" = ( -/mob/living/simple_animal/hostile/asteroid/goliath/beast{ - dir = 1 +/obj/effect/mob_spawn/human/corpse/damaged, +/obj/effect/decal/cleanable/blood/old{ + icon_state = "floor2-old" }, -/turf/open/floor/plating/asteroid/whitesands/grass/dead{ +/turf/open/floor/plating/asteroid/whitesands/dried{ light_range = 2 }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "fn" = ( -/mob/living/simple_animal/hostile/asteroid/whitesands/ranged/gunslinger{ - dir = 4; - faction = list("adobe") +/obj/structure/fence/door/opened, +/turf/open/floor/plating/asteroid/whitesands/grass/dead{ + light_range = 2 }, -/turf/open/floor/concrete, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "fJ" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/drinks/bottle/sarsaparilla, -/turf/open/floor/concrete, -/area/whitesands/surface/outdoors) -"fM" = ( -/obj/item/ammo_casing/shotgun/buckshot, -/obj/item/ammo_casing/shotgun/buckshot{ - pixel_x = 5; - pixel_y = -3 +/obj/structure/fence/post{ + dir = 1 }, -/obj/structure/destructible/tribal_torch/lit, +/turf/open/floor/plating/asteroid/whitesands{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/sand/explored) +"fM" = ( +/obj/machinery/chem_dispenser/drinks, +/obj/structure/table/wood, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin) "fN" = ( /obj/structure/table/wood/poker, -/obj/item/chair/stool/bar, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood, -/area/whitesands/surface/outdoors) -"fO" = ( -/obj/structure/chair/plastic{ - dir = 4 +/obj/item/reagent_containers/food/drinks/beer, +/turf/open/floor/wood{ + icon_state = "wood-broken5" }, +/area/ruin) +"fO" = ( +/obj/structure/chair/plastic, /mob/living/simple_animal/hostile/asteroid/whitesands/survivor{ - dir = 4; faction = list("adobe") }, -/turf/open/floor/plating/asteroid/whitesands/dried{ +/turf/open/floor/plating/asteroid/whitesands{ light_range = 2 }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "gd" = ( -/obj/structure/closet/crate/bin, -/obj/effect/spawner/lootdrop/maintenance, -/obj/item/chair/stool/bar, -/turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/obj/item/stack/sheet/mineral/gold/five, +/obj/structure/table, +/turf/open/floor/concrete, +/area/ruin) "gy" = ( -/obj/structure/chair/stool, -/obj/effect/decal/cleanable/dirt, +/obj/structure/mineral_door/wood, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin) "gB" = ( -/obj/machinery/chem_master/condimaster, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/turf/open/floor/wood{ + icon_state = "wood-broken6" + }, +/area/ruin) "gC" = ( -/obj/structure/chair/stool/bar, +/obj/structure/table/wood, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin) "gF" = ( /turf/template_noop, /area/template_noop) "gL" = ( /obj/structure/chair/stool/bar, -/obj/machinery/light/directional/south, /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin) "hr" = ( -/obj/structure/chair/stool/bar, +/obj/effect/decal/cleanable/dirt, +/obj/item/ammo_casing/a357, /turf/open/floor/wood{ - icon_state = "wood-broken5" + icon_state = "wood-broken7" }, -/area/whitesands/surface/outdoors) +/area/ruin) "hK" = ( -/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/girder/reinforced, /turf/open/floor/plating/asteroid/whitesands{ light_range = 2 }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "hL" = ( -/obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/blood/old, -/mob/living/simple_animal/hostile/asteroid/whitesands/ranged/hunter{ - faction = list("saloon"); - name = "Whitesands Bartender" - }, -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/whitesands/surface/outdoors) +/turf/open/floor/wood, +/area/ruin) "ig" = ( -/obj/structure/closet/crate/grave/loot, -/turf/open/floor/plating/asteroid/whitesands{ - light_range = 2 - }, -/area/whitesands/surface/outdoors) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin) "ii" = ( -/obj/structure/closet/crate/radiation, -/obj/item/toy/plush/lizardplushie{ - name = "Does-the-Dew"; - pixel_x = 6; - desc = "An adorable stuffed toy that resembles a lizard. This one seems to enjoy slurpees in a double gulp cup!" - }, -/obj/item/reagent_containers/food/drinks/colocup{ - pixel_x = -9; - list_reagents = list(/datum/reagent/toxin/leadacetate=5,/datum/reagent/toxin/acid/fluacid=5,/datum/reagent/toxin/acid/nitracid=5,/datum/reagent/drug/methamphetamine=5) - }, -/turf/open/floor/plating/asteroid/whitesands{ - light_range = 2 - }, -/area/whitesands/surface/outdoors) +/obj/item/ammo_box/aac_300blk_stripper, +/turf/open/floor/wood, +/area/ruin) "iK" = ( -/obj/structure/flora/ash/cacti, -/turf/open/floor/plating/asteroid/whitesands/dried{ +/turf/open/floor/plating/asteroid/whitesands/grass/dead{ light_range = 2 }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "iL" = ( +/obj/structure/statue/snow/snowman, +/obj/item/kitchen/knife/shiv/carrot, /turf/open/floor/plating/asteroid/snow/lit/whitesands, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "iQ" = ( +/obj/structure/flora/ash/fern, /turf/open/floor/plating/asteroid/whitesands/grass/dead{ light_range = 2 }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "js" = ( -/obj/structure/sign/poster/official/high_class_martini, -/turf/closed/wall/mineral/wood, -/area/whitesands/surface/outdoors) +/obj/machinery/light/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/ruin) "jx" = ( /obj/structure/table/wood/poker, -/turf/open/floor/wood, -/area/whitesands/surface/outdoors) -"jz" = ( -/obj/item/stack/sheet/mineral/plasma/twenty, -/obj/structure/table, -/turf/open/floor/concrete, -/area/whitesands/surface/outdoors) -"ki" = ( -/obj/structure/table/wood, -/obj/item/spacecash/bundle/c500{ - pixel_x = 3; - pixel_y = 3 - }, -/turf/open/floor/wood, -/area/whitesands/surface/outdoors) -"km" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/whitesands/surface/outdoors) -"ko" = ( -/obj/structure/table/wood/poker, -/obj/item/reagent_containers/food/drinks/beer, /turf/open/floor/wood{ icon_state = "wood-broken5" }, -/area/whitesands/surface/outdoors) -"kD" = ( -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/wood{ - icon_state = "wood-broken7" +/area/ruin) +"jz" = ( +/obj/machinery/chem_master/condimaster{ + desc = "Used to mix booze. You can see a Coondimaster label lazily covered up."; + name = "Hoochmaster 2000" }, -/area/whitesands/surface/outdoors) -"kK" = ( -/obj/structure/bonfire/prelit, +/turf/open/floor/wood, +/area/ruin) +"ki" = ( +/obj/item/shard{ + icon_state = "tiny" + }, +/obj/item/shard, +/obj/item/shard, +/turf/open/floor/plating, +/area/ruin) +"km" = ( +/obj/structure/girder/reinforced, /turf/open/floor/plating/asteroid/whitesands/dried{ light_range = 2 }, -/area/whitesands/surface/outdoors) -"kO" = ( -/turf/closed/mineral/random/whitesands, -/area/whitesands/surface/outdoors) -"kP" = ( -/obj/item/trash/can{ - pixel_y = -6 +/area/overmap_encounter/planetoid/sand/explored) +"ko" = ( +/obj/structure/closet/crate/bin, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/chair/stool/bar, +/turf/open/floor/wood, +/area/ruin) +"kD" = ( +/obj/item/shard{ + icon_state = "tiny" }, -/turf/open/floor/plating/asteroid/whitesands/dried{ +/obj/item/shard{ + icon_state = "medium" + }, +/obj/item/shard, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin) +"kK" = ( +/turf/open/floor/plating/asteroid/whitesands{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/sand/explored) +"kO" = ( +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating/asteroid/whitesands{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/sand/explored) +"kP" = ( +/obj/structure/bonfire/prelit, +/turf/open/floor/plating/asteroid/whitesands{ light_range = 2 }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "lb" = ( -/obj/structure/chair/plastic{ - dir = 8 +/obj/machinery/hydroponics/soil, +/turf/open/floor/plating/asteroid/whitesands/grass/dead{ + light_range = 2 }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/remains/human, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "lc" = ( -/obj/machinery/hydroponics/soil, -/turf/open/floor/concrete, -/area/whitesands/surface/outdoors) -"lG" = ( -/obj/structure/flora/ash/cap_shroom, +/obj/structure/falsewall/sandstone, /turf/open/floor/plating/asteroid/whitesands/dried{ light_range = 2 }, -/area/whitesands/surface/outdoors) +/area/ruin) +"lG" = ( +/obj/structure/flora/ash/stem_shroom, +/turf/open/floor/plating/asteroid/whitesands{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/sand/explored) "lJ" = ( -/obj/machinery/hydroponics/soil, -/obj/item/cultivator/rake, -/turf/open/floor/plating/asteroid/whitesands/dried{ +/obj/structure/fence/corner, +/turf/open/floor/plating/asteroid/whitesands/grass/dead{ light_range = 2 }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "mr" = ( -/obj/structure/chair/stool/bar, -/mob/living/simple_animal/hostile/asteroid/whitesands/survivor{ - dir = 8; - faction = list("saloon") - }, -/turf/open/floor/wood{ - icon_state = "wood-broken5" +/obj/structure/fence/cut/large{ + dir = 8 }, -/area/whitesands/surface/outdoors) -"ms" = ( -/obj/structure/reagent_dispensers/watertank/high, /turf/open/floor/plating/asteroid/whitesands/dried{ light_range = 2 }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) +"ms" = ( +/obj/item/shard{ + icon_state = "tiny" + }, +/obj/item/shard{ + icon_state = "small" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin) "mv" = ( -/obj/structure/flora/ash/puce, /turf/open/floor/plating/asteroid/whitesands/dried{ light_range = 2 }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "mx" = ( -/obj/structure/reagent_dispensers/beerkeg, -/turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/obj/structure/sign/poster/official/high_class_martini, +/turf/closed/wall/mineral/wood, +/area/ruin) "mV" = ( /obj/effect/mob_spawn/human/corpse/charredskeleton, -/turf/open/floor/plating/asteroid/whitesands{ +/obj/item/multitool/old, +/turf/open/floor/plating/asteroid/whitesands/dried{ light_range = 2 }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "nx" = ( -/obj/effect/decal/cleanable/blood/old{ - icon_state = "floor3-old" - }, -/turf/open/floor/concrete, -/area/whitesands/surface/outdoors) -"nE" = ( -/obj/structure/chair/stool/bar, /mob/living/simple_animal/hostile/asteroid/whitesands/survivor{ - dir = 1; - faction = list("saloon") + dir = 4; + faction = list("adobe") }, +/turf/open/floor/plating/asteroid/whitesands/dried{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/sand/explored) +"nE" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/absinthe, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin) "nK" = ( -/obj/structure/flora/ash/cap_shroom, -/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/closet/crate/grave/loot, /turf/open/floor/plating/asteroid/whitesands{ light_range = 2 }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "nN" = ( -/obj/structure/fence{ - dir = 8 - }, -/obj/structure/fence{ - dir = 8 - }, +/obj/structure/fence, /turf/open/floor/plating/asteroid/whitesands/grass/dead{ light_range = 2 }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "nV" = ( -/obj/structure/chair/plastic, -/mob/living/simple_animal/hostile/asteroid/whitesands/survivor{ - faction = list("adobe") +/obj/structure/fence/corner{ + dir = 8 }, -/turf/open/floor/plating/asteroid/whitesands{ +/turf/open/floor/plating/asteroid/whitesands/dried{ light_range = 2 }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "nW" = ( -/obj/structure/destructible/tribal_torch/lit, -/turf/open/floor/plating/asteroid/whitesands{ - light_range = 2 - }, -/area/whitesands/surface/outdoors) -"nZ" = ( -/obj/structure/table/wood/poker, -/obj/item/toy/cards/deck/syndicate, +/obj/machinery/biogenerator, +/obj/machinery/door/window/northleft, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin) +"nZ" = ( +/obj/structure/table, +/obj/item/clothing/glasses/meson/gar, +/turf/open/floor/concrete, +/area/ruin) "ox" = ( -/obj/structure/fence/door/opened, -/turf/open/floor/plating/asteroid/whitesands/grass/dead{ +/obj/structure/flora/ash/cacti, +/turf/open/floor/plating/asteroid/whitesands/dried{ light_range = 2 }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "oA" = ( -/obj/structure/bonfire/prelit, +/obj/item/cigbutt{ + pixel_x = -3; + pixel_y = -1 + }, +/obj/item/cigbutt{ + pixel_x = -9; + pixel_y = -8 + }, /turf/open/floor/plating/asteroid/whitesands{ light_range = 2 }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "oB" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/bottle/absinthe, -/turf/open/floor/wood, -/area/whitesands/surface/outdoors) -"oL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/old, +/mob/living/simple_animal/hostile/asteroid/whitesands/ranged/hunter{ + faction = list("saloon"); + name = "Whitesands Bartender" + }, /turf/open/floor/wood{ - icon_state = "wood-broken7" + icon_state = "wood-broken5" }, -/area/whitesands/surface/outdoors) +/area/ruin) +"oL" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/sarsaparilla, +/turf/open/floor/wood, +/area/ruin) "pC" = ( -/turf/open/acid/whitesands, -/area/whitesands/surface/outdoors) -"pJ" = ( -/obj/structure/fence/cut/medium, +/obj/structure/flora/rock, /turf/open/floor/plating/asteroid/whitesands/dried{ light_range = 2 }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) +"pJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/ruin) "pK" = ( -/obj/structure/fence, -/turf/open/floor/plating/asteroid/whitesands/dried{ - light_range = 2 - }, -/area/whitesands/surface/outdoors) +/obj/structure/barricade/sandbags, +/turf/open/floor/concrete, +/area/ruin) "ql" = ( -/turf/closed/wall/rust, -/area/whitesands/surface/outdoors) +/turf/closed/mineral/random/whitesands, +/area/overmap_encounter/planetoid/sand/explored) "qx" = ( -/obj/machinery/hydroponics/soil, -/obj/item/shovel, +/obj/structure/bed/roller{ + color = "#4B5320" + }, /turf/open/floor/plating/asteroid/whitesands/dried{ light_range = 2 }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "qB" = ( -/obj/item/shard{ - icon_state = "tiny" - }, -/obj/item/shard, -/obj/item/shard{ - icon_state = "small" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/obj/structure/chair/stool/bar, +/turf/open/floor/wood, +/area/ruin) "qU" = ( /turf/open/floor/plating/asteroid/whitesands/grass{ light_range = 2 }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "rx" = ( +/obj/structure/chair/plastic{ + dir = 4 + }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood{ - icon_state = "wood-broken6" + icon_state = "wood-broken5" }, -/area/whitesands/surface/outdoors) +/area/ruin) "sc" = ( -/obj/machinery/hydroponics/soil, -/turf/open/floor/plating/asteroid/whitesands/grass/dead{ +/obj/structure/fence, +/turf/open/floor/plating/asteroid/whitesands{ light_range = 2 }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "sw" = ( -/obj/effect/spawner/lootdrop/armory_contraband/metastation, -/turf/open/floor/plating/asteroid/whitesands/dried{ - light_range = 2 - }, -/area/whitesands/surface/outdoors) +/obj/structure/chair/stool/bar, +/obj/machinery/light/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin) "sy" = ( -/obj/structure/flora/ash/stem_shroom, +/obj/structure/flora/rock, /turf/open/floor/plating/asteroid/whitesands{ light_range = 2 }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "sD" = ( -/obj/structure/fence/post, -/turf/open/floor/plating/asteroid/whitesands/dried{ - light_range = 2 - }, -/area/whitesands/surface/outdoors) -"sG" = ( -/obj/item/cigbutt{ - pixel_x = -3; - pixel_y = -1 - }, -/obj/item/cigbutt{ - pixel_x = -9; - pixel_y = -8 +/obj/structure/fence{ + dir = 8 }, /turf/open/floor/plating/asteroid/whitesands{ light_range = 2 }, -/area/whitesands/surface/outdoors) -"sJ" = ( -/obj/structure/flora/rock, -/turf/open/floor/plating/asteroid/whitesands{ - light_range = 2 +/area/overmap_encounter/planetoid/sand/explored) +"sG" = ( +/obj/structure/table/wood, +/obj/machinery/light/directional/south, +/obj/item/clothing/mask/cigarette/cigar/havana{ + pixel_x = 1; + pixel_y = 4 }, -/area/whitesands/surface/outdoors) +/turf/open/floor/wood, +/area/ruin) +"sJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/barricade/wooden, +/turf/open/floor/plating, +/area/ruin) "tq" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/bottle/sarsaparilla, +/obj/item/ammo_casing/shotgun/buckshot, +/obj/item/ammo_casing/shotgun/buckshot{ + pixel_x = 5; + pixel_y = -3 + }, +/obj/structure/destructible/tribal_torch/lit, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin) "tM" = ( -/obj/effect/mob_spawn/human/corpse/damaged, -/obj/effect/decal/cleanable/blood/old{ - icon_state = "floor2-old" - }, -/turf/open/floor/plating/asteroid/whitesands/dried{ - light_range = 2 - }, -/area/whitesands/surface/outdoors) +/turf/closed/wall/mineral/sandstone, +/area/ruin) "tQ" = ( -/obj/machinery/chem_dispenser/drinks, -/obj/structure/table/wood, -/turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/obj/structure/sign/poster/contraband/smoke, +/turf/closed/wall/mineral/wood, +/area/ruin) "ue" = ( -/obj/structure/table, -/obj/item/gun/ballistic/automatic/pistol/m1911, -/turf/open/floor/concrete, -/area/whitesands/surface/outdoors) -"uf" = ( -/obj/structure/bed/roller{ - color = "#4B5320" - }, -/turf/open/floor/plating/asteroid/whitesands/dried{ - light_range = 2 +/obj/structure/closet/cabinet, +/obj/item/storage/box/rubbershot{ + pixel_x = -5; + pixel_y = 5 }, -/area/whitesands/surface/outdoors) +/obj/item/gun/ballistic/shotgun/doublebarrel, +/turf/open/floor/wood, +/area/ruin) +"uf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/bottles/sandblast, +/turf/open/floor/wood, +/area/ruin) "ui" = ( -/obj/structure/flora/ash/cacti, -/turf/open/floor/plating/asteroid/whitesands{ - light_range = 2 +/obj/effect/decal/cleanable/dirt, +/obj/item/chair/stool/bar, +/turf/open/floor/wood{ + icon_state = "wood-broken5" }, -/area/whitesands/surface/outdoors) +/area/ruin) "uw" = ( -/obj/item/clothing/head/cowboy{ - pixel_x = -17 - }, -/obj/effect/decal/remains/human, -/obj/item/clothing/mask/gas/clown_hat, -/obj/effect/decal/cleanable/blood/old, -/obj/item/ammo_casing/a357{ - pixel_x = 9; - pixel_y = 5 - }, -/obj/item/gun/ballistic/derringer{ - pixel_y = -13 - }, -/turf/open/floor/plating/asteroid/whitesands/grass{ - light_range = 2 - }, -/area/whitesands/surface/outdoors) +/obj/structure/destructible/tribal_torch/lit, +/turf/open/floor/concrete, +/area/ruin) "uV" = ( -/obj/structure/barricade/sandbags, -/turf/open/floor/plating/asteroid/whitesands{ +/mob/living/simple_animal/hostile/asteroid/goliath/beast, +/turf/open/floor/plating/asteroid/whitesands/dried{ light_range = 2 }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "vh" = ( /obj/machinery/hydroponics/soil, /turf/open/floor/plating/asteroid/whitesands{ light_range = 2 }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "vz" = ( -/obj/item/stack/sheet/mineral/gold/five, -/obj/structure/table, -/turf/open/floor/concrete, -/area/whitesands/surface/outdoors) -"vL" = ( -/mob/living/simple_animal/hostile/asteroid/goliath/beast, -/turf/open/floor/plating/asteroid/whitesands/dried{ - light_range = 2 +/obj/item/shard{ + icon_state = "tiny" }, -/area/whitesands/surface/outdoors) -"we" = ( -/obj/structure/fence{ - dir = 8 +/obj/item/shard{ + icon_state = "small" }, +/obj/item/shard{ + icon_state = "medium" + }, +/turf/open/floor/plating, +/area/ruin) +"vL" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/concrete, +/area/ruin) +"we" = ( +/mob/living/simple_animal/hostile/asteroid/whitesands/survivor, /turf/open/floor/plating/asteroid/whitesands/dried{ light_range = 2 }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "wU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/sheet/mineral/wood, -/obj/structure/destructible/tribal_torch/lit, -/turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/obj/structure/barricade/wooden, +/turf/open/floor/plating, +/area/ruin) "wX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/destructible/tribal_torch/lit, -/turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/turf/closed/wall/mineral/wood, +/area/ruin) "xg" = ( -/obj/structure/table, -/obj/item/gun/ballistic/automatic/smg/aks74u, -/obj/item/ammo_box/magazine/aks74u, -/turf/open/floor/concrete, -/area/whitesands/surface/outdoors) +/obj/structure/table/wood, +/obj/item/chair/stool/bar, +/turf/open/floor/wood, +/area/ruin) "xr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/stool/bar, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin) "xB" = ( -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/whitesands/surface/outdoors) -"yb" = ( -/obj/structure/musician/piano, +/obj/effect/decal/cleanable/dirt, +/obj/item/chair/stool/bar, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin) +"yb" = ( +/obj/effect/mob_spawn/human/corpse/charredskeleton, +/turf/open/floor/plating/asteroid/whitesands{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/sand/explored) "yc" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/barricade/wooden, -/turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/ruin) "yh" = ( -/obj/structure/sign/poster/official/no_erp, -/turf/closed/wall/mineral/wood, -/area/whitesands/surface/outdoors) -"ym" = ( -/mob/living/simple_animal/hostile/asteroid/whitesands/survivor{ - dir = 1; - faction = list("adobe") +/obj/machinery/hydroponics/soil, +/obj/item/cultivator/rake, +/turf/open/floor/plating/asteroid/whitesands/dried{ + light_range = 2 }, +/area/overmap_encounter/planetoid/sand/explored) +"ym" = ( +/obj/structure/tank_dispenser/oxygen, /turf/open/floor/concrete, -/area/whitesands/surface/outdoors) +/area/ruin) "yt" = ( -/obj/structure/barricade/wooden, -/turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/obj/machinery/vending/classicbeats, +/turf/open/floor/wood, +/area/ruin) "yy" = ( -/obj/structure/closet/crate/hydroponics, -/obj/item/seeds/apple, -/obj/item/seeds/banana, -/obj/item/seeds/berry, -/obj/item/seeds/cabbage, -/obj/item/seeds/carrot, -/obj/item/seeds/chili, -/obj/item/seeds/cherry, -/obj/item/seeds/cocoapod, -/obj/item/seeds/cotton, -/obj/item/seeds/corn, -/obj/item/seeds/garlic, -/obj/item/seeds/eggplant, -/obj/item/seeds/orange, -/obj/item/seeds/onion, -/obj/item/seeds/lemon, -/obj/item/seeds/lime, -/obj/item/seeds/pineapple, -/obj/item/seeds/potato, -/obj/item/seeds/pumpkin, -/obj/item/seeds/sugarcane, -/obj/item/seeds/tea, -/obj/item/seeds/tobacco, -/obj/item/seeds/tomato, -/obj/item/seeds/wheat, -/obj/item/seeds/watermelon, /obj/effect/decal/cleanable/dirt, +/obj/structure/destructible/tribal_torch/lit, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin) "yZ" = ( -/obj/structure/closet/cabinet, -/obj/item/storage/bag/money, -/turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/obj/item/spear, +/obj/effect/mob_spawn/human/corpse/damaged/whitesands/survivor, +/turf/open/floor/plating/asteroid/whitesands/dried{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/sand/explored) "zh" = ( -/obj/structure/table/wood, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/old, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin) "zj" = ( -/obj/machinery/biogenerator, -/obj/machinery/door/window/northleft, +/obj/structure/table/wood, +/obj/machinery/reagentgrinder, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin) "zw" = ( -/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/fence{ + dir = 8 + }, /turf/open/floor/plating/asteroid/whitesands/dried{ light_range = 2 }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "zB" = ( -/obj/structure/falsewall/sandstone, -/turf/open/floor/plating/asteroid/whitesands/dried{ - light_range = 2 +/mob/living/simple_animal/hostile/asteroid/whitesands/survivor{ + dir = 1; + faction = list("adobe") }, -/area/whitesands/surface/outdoors) +/turf/open/floor/concrete, +/area/ruin) "AC" = ( -/turf/closed/wall/mineral/sandstone, -/area/whitesands/surface/outdoors) +/mob/living/simple_animal/hostile/asteroid/whitesands/ranged/gunslinger{ + dir = 4; + faction = list("adobe") + }, +/turf/open/floor/concrete, +/area/ruin) "AH" = ( /obj/structure/table/wood, -/obj/machinery/reagentgrinder, -/obj/effect/decal/cleanable/dirt, +/obj/item/reagent_containers/food/drinks/bottle/sarsaparilla, /turf/open/floor/wood{ icon_state = "wood-broken5" }, -/area/whitesands/surface/outdoors) +/area/ruin) "AI" = ( -/mob/living/simple_animal/hostile/asteroid/whitesands/survivor, -/turf/open/floor/plating/asteroid/whitesands/dried{ +/obj/structure/bed, +/obj/item/bedsheet/dorms, +/turf/open/floor/wood, +/area/ruin) +"AR" = ( +/mob/living/simple_animal/hostile/asteroid/whitesands/ranged/hunter, +/turf/open/floor/plating/asteroid/whitesands{ light_range = 2 }, -/area/whitesands/surface/outdoors) -"AR" = ( -/obj/structure/sign/departments/botany, -/turf/closed/wall/mineral/wood, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "AW" = ( -/obj/structure/sign/poster/official/cohiba_robusto_ad, -/turf/closed/wall/mineral/wood, -/area/whitesands/surface/outdoors) +/obj/structure/table/wood, +/obj/item/candle/infinite, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin) "Bp" = ( -/obj/item/shard{ - icon_state = "tiny" - }, -/obj/item/shard{ - icon_state = "small" - }, -/obj/item/shard{ - icon_state = "medium" +/obj/machinery/vending/cigarette, +/turf/open/floor/wood{ + icon_state = "wood-broken5" }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin) "Bw" = ( -/obj/item/shard{ - icon_state = "tiny" - }, -/obj/item/shard{ - icon_state = "medium" - }, -/obj/item/shard, -/turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin) "BI" = ( -/obj/structure/fence/corner{ - dir = 8 - }, -/turf/open/floor/plating/asteroid/whitesands/dried{ - light_range = 2 - }, -/area/whitesands/surface/outdoors) +/obj/structure/closet/wardrobe/botanist, +/turf/open/floor/wood, +/area/ruin) "Ca" = ( -/obj/structure/statue/snow/snowman, -/obj/item/kitchen/knife/shiv/carrot, /turf/open/floor/plating/asteroid/snow/lit/whitesands, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "CB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/old, -/obj/item/clothing/head/collectable/tophat{ - pixel_y = 7 - }, -/obj/effect/decal/remains/human, +/obj/machinery/light/directional/south, +/obj/structure/chair/stool/bar, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin) "Dd" = ( -/obj/item/clothing/glasses/thermal/eyepatch, -/obj/effect/mob_spawn/human/corpse/charredskeleton, -/turf/open/floor/plating/asteroid/whitesands{ - light_range = 2 - }, -/area/whitesands/surface/outdoors) +/obj/structure/table/wood/poker, +/obj/item/reagent_containers/food/drinks/bottle/grappa, +/turf/open/floor/wood, +/area/ruin) "Df" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/concrete, -/area/whitesands/surface/outdoors) +/obj/structure/table, +/obj/item/gun/ballistic/rifle/boltaction/polymer, +/turf/open/floor/concrete, +/area/ruin) "Di" = ( -/mob/living/simple_animal/hostile/asteroid/whitesands/ranged/hunter, +/obj/structure/destructible/tribal_torch/lit, /turf/open/floor/plating/asteroid/whitesands{ light_range = 2 }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "Dl" = ( -/obj/structure/mineral_door/sandstone, /turf/open/floor/concrete, -/area/whitesands/surface/outdoors) +/area/ruin) "DA" = ( -/obj/structure/chair/plastic{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood{ - icon_state = "wood-broken5" +/obj/structure/flora/ash/fern, +/turf/open/floor/plating/asteroid/whitesands/grass{ + light_range = 2 }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "DO" = ( -/obj/item/chair/stool/bar, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/obj/item/stack/sheet/mineral/titanium/fifty, +/obj/structure/table, +/turf/open/floor/concrete, +/area/ruin) "DP" = ( -/obj/structure/flora/ash/stem_shroom, -/turf/open/floor/plating/asteroid/whitesands/dried{ - light_range = 2 - }, -/area/whitesands/surface/outdoors) +/obj/structure/sign/poster/contraband/random, +/turf/closed/wall/mineral/wood, +/area/ruin) "DT" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/blood/old, +/obj/item/clothing/head/collectable/tophat{ + pixel_y = 7 + }, +/obj/effect/decal/remains/human, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin) "Ed" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/ammo_casing/shotgun/buckshot, +/obj/item/chair/stool/bar, +/mob/living/simple_animal/hostile/asteroid/whitesands/survivor{ + dir = 1; + faction = list("saloon") + }, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin) "Ef" = ( -/obj/structure/barricade/sandbags, +/mob/living/simple_animal/hostile/asteroid/whitesands/ranged/hunter{ + dir = 4; + faction = list("adobe") + }, /turf/open/floor/concrete, -/area/whitesands/surface/outdoors) +/area/ruin) "El" = ( -/obj/item/stack/sheet/mineral/uranium/five, -/obj/structure/table, -/turf/open/floor/concrete, -/area/whitesands/surface/outdoors) +/obj/structure/table/wood, +/obj/machinery/reagentgrinder, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ + icon_state = "wood-broken5" + }, +/area/ruin) "Eq" = ( -/obj/structure/table/wood/poker, -/obj/item/reagent_containers/food/drinks/bottle/grappa, +/obj/item/chair/stool/bar, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin) "Fu" = ( -/obj/structure/girder/reinforced, -/turf/open/floor/plating/asteroid/whitesands/dried{ +/obj/structure/closet/cabinet, +/obj/effect/decal/cleanable/dirt, +/obj/item/reagent_containers/glass/bottle/morphine, +/obj/item/reagent_containers/syringe, +/turf/open/floor/wood, +/area/ruin) +"FC" = ( +/obj/structure/barricade/sandbags, +/turf/open/floor/plating/asteroid/whitesands{ light_range = 2 }, -/area/whitesands/surface/outdoors) -"FC" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "FD" = ( /obj/structure/chair/plastic{ dir = 8 @@ -867,515 +828,564 @@ /turf/open/floor/plating/asteroid/whitesands/dried{ light_range = 2 }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "FN" = ( -/obj/machinery/vending/cigarette, -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/whitesands/surface/outdoors) +/obj/structure/sign/poster/random, +/turf/closed/wall/mineral/wood, +/area/ruin) "Gd" = ( -/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/blood/old{ + icon_state = "floor5-old" + }, /turf/open/floor/concrete, -/area/whitesands/surface/outdoors) +/area/ruin) "GC" = ( -/obj/structure/flora/ash/fern, -/turf/open/floor/plating/asteroid/whitesands/grass/dead{ +/obj/structure/closet/crate/grave/loot, +/obj/item/ammo_casing/shotgun/meteorslug, +/turf/open/floor/plating/asteroid/whitesands{ light_range = 2 }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "GG" = ( -/obj/structure/chair/stool/bar, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/concrete, +/area/ruin) "GJ" = ( -/obj/structure/closet/cabinet, -/obj/item/storage/box/rubbershot{ - pixel_x = -5; - pixel_y = 5 +/obj/structure/table, +/obj/item/radio, +/obj/item/radio, +/obj/item/radio, +/obj/item/tank/internals/emergency_oxygen/double, +/turf/open/floor/concrete, +/area/ruin) +"Hb" = ( +/obj/structure/table/wood, +/obj/item/spacecash/bundle/c500{ + pixel_x = 3; + pixel_y = 3 }, -/obj/item/gun/ballistic/shotgun/doublebarrel, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) -"Hb" = ( -/obj/structure/sign/poster/contraband/smoke, -/turf/closed/wall/mineral/wood, -/area/whitesands/surface/outdoors) +/area/ruin) "Hc" = ( -/obj/item/shard{ - icon_state = "tiny" - }, -/obj/item/shard{ - icon_state = "medium" - }, -/obj/item/shard, +/obj/structure/table/wood, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/whitesands/surface/outdoors) -"Hi" = ( -/obj/item/clothing/head/cowboy{ - pixel_x = 13 - }, -/obj/effect/decal/remains/human, -/obj/item/clothing/mask/gas/mime, -/obj/effect/decal/cleanable/blood/old, -/obj/item/ammo_casing/a357{ - dir = 10; - pixel_x = 4; - pixel_y = -1 - }, -/obj/item/gun/ballistic/derringer{ - pixel_y = -14 +/turf/open/floor/wood{ + icon_state = "wood-broken5" }, -/turf/open/floor/plating/asteroid/whitesands/grass{ +/area/ruin) +"Hi" = ( +/obj/item/reagent_containers/food/drinks/bottle/sarsaparilla, +/turf/open/floor/plating/asteroid/whitesands/dried{ light_range = 2 }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "Hn" = ( -/obj/item/ammo_box/aac_300blk_stripper, +/obj/structure/closet/secure_closet/hydroponics, +/obj/item/circuitboard/machine/plantgenes, +/obj/item/gun/ballistic/rifle/boltaction/polymer, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin) "HP" = ( -/obj/structure/table/wood, -/obj/item/gun/energy/floragun, -/obj/item/storage/bag/plants/portaseeder, +/obj/structure/closet/crate/hydroponics, +/obj/item/seeds/apple, +/obj/item/seeds/banana, +/obj/item/seeds/berry, +/obj/item/seeds/cabbage, +/obj/item/seeds/carrot, +/obj/item/seeds/chili, +/obj/item/seeds/cherry, +/obj/item/seeds/cocoapod, +/obj/item/seeds/cotton, +/obj/item/seeds/corn, +/obj/item/seeds/garlic, +/obj/item/seeds/eggplant, +/obj/item/seeds/orange, +/obj/item/seeds/onion, +/obj/item/seeds/lemon, +/obj/item/seeds/lime, +/obj/item/seeds/pineapple, +/obj/item/seeds/potato, +/obj/item/seeds/pumpkin, +/obj/item/seeds/sugarcane, +/obj/item/seeds/tea, +/obj/item/seeds/tobacco, +/obj/item/seeds/tomato, +/obj/item/seeds/wheat, +/obj/item/seeds/watermelon, /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin) "HX" = ( -/obj/structure/table/wood/poker, -/obj/item/toy/cards/deck, -/turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/obj/effect/spawner/lootdrop/armory_contraband/metastation, +/turf/open/floor/plating/asteroid/whitesands/dried{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/sand/explored) "Ig" = ( -/obj/structure/destructible/tribal_torch/lit, +/obj/structure/table, +/obj/item/gun/ballistic/automatic/pistol/m1911, /turf/open/floor/concrete, -/area/whitesands/surface/outdoors) +/area/ruin) "Io" = ( -/obj/structure/table/wood, -/obj/item/candle/infinite, +/obj/structure/chair/wood, /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin) "Ir" = ( -/obj/machinery/chem_master/condimaster{ - desc = "Used to mix booze. You can see a Coondimaster label lazily covered up."; - name = "Hoochmaster 2000" - }, -/turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/obj/structure/sign/poster/official/cohiba_robusto_ad, +/turf/closed/wall/mineral/wood, +/area/ruin) "IR" = ( -/obj/structure/table/wood, -/obj/machinery/reagentgrinder, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/obj/structure/chair/plastic{ + dir = 4 + }, +/mob/living/simple_animal/hostile/asteroid/whitesands/survivor{ + dir = 4; + faction = list("adobe") + }, +/turf/open/floor/plating/asteroid/whitesands/dried{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/sand/explored) "Ji" = ( -/obj/item/shard{ - icon_state = "tiny" +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/wood{ + icon_state = "wood-broken7" }, -/obj/item/shard, -/obj/item/shard, -/turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin) "Jq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/chair/stool/bar, -/turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/turf/open/floor/wood{ + icon_state = "wood-broken5" + }, +/area/ruin) "Jx" = ( -/turf/open/floor/plating, -/area/whitesands/surface/outdoors) -"JE" = ( -/turf/closed/wall/mineral/titanium/survival/pod, -/area/whitesands/surface/outdoors) -"JI" = ( -/obj/structure/fence, -/turf/open/floor/plating/asteroid/whitesands/grass/dead{ +/obj/structure/bonfire/prelit, +/turf/open/floor/plating/asteroid/whitesands/dried{ light_range = 2 }, -/area/whitesands/surface/outdoors) -"JJ" = ( -/obj/machinery/door/window/northleft, -/obj/item/circuitboard/machine/seed_extractor, -/obj/structure/frame/machine, -/obj/item/stack/cable_coil/cut/red, -/turf/open/floor/wood, -/area/whitesands/surface/outdoors) -"KH" = ( -/obj/structure/fence, +/area/overmap_encounter/planetoid/sand/explored) +"JE" = ( +/obj/effect/spawner/lootdrop/tool_engie_sydnie, /turf/open/floor/plating/asteroid/whitesands{ light_range = 2 }, -/area/whitesands/surface/outdoors) -"KJ" = ( +/area/overmap_encounter/planetoid/sand/explored) +"JI" = ( +/obj/item/shard{ + icon_state = "tiny" + }, +/obj/item/shard{ + icon_state = "small" + }, +/obj/item/shard{ + icon_state = "medium" + }, /obj/effect/decal/cleanable/dirt, -/obj/item/storage/bottles/sandblast, +/turf/open/floor/plating, +/area/ruin) +"JJ" = ( +/obj/structure/destructible/tribal_torch/lit, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) -"Ld" = ( +/area/ruin) +"KH" = ( +/obj/structure/reagent_dispensers/watertank/high, /turf/open/floor/plating/asteroid/whitesands/dried{ light_range = 2 }, -/area/whitesands/surface/outdoors) -"Lj" = ( -/obj/structure/chair/stool/bar, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) +"KJ" = ( +/obj/structure/table, +/obj/item/gun/ballistic/automatic/smg/aks74u, +/obj/item/ammo_box/magazine/aks74u, +/turf/open/floor/concrete, +/area/ruin) +"Ld" = ( +/obj/structure/flora/ash/puce, +/turf/open/floor/plating/asteroid/whitesands/dried{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/sand/explored) +"Lj" = ( +/obj/item/trash/can{ + pixel_y = -6 + }, +/turf/open/floor/plating/asteroid/whitesands/dried{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/sand/explored) "LA" = ( -/obj/effect/decal/cleanable/dirt, /obj/structure/chair/stool/bar, +/obj/effect/decal/cleanable/blood/old, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin) "LB" = ( -/mob/living/simple_animal/hostile/asteroid/whitesands/ranged/hunter{ - dir = 4; - faction = list("adobe") +/obj/structure/flora/tree/tall/whitesands, +/turf/open/floor/plating/asteroid/whitesands/grass/dead{ + light_range = 2 }, -/turf/open/floor/concrete, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "MS" = ( -/mob/living/simple_animal/hostile/asteroid/whitesands/survivor, -/turf/open/floor/plating/asteroid/whitesands{ +/obj/item/clothing/head/cowboy{ + pixel_x = -17 + }, +/obj/effect/decal/remains/human, +/obj/item/clothing/mask/gas/clown_hat, +/obj/effect/decal/cleanable/blood/old, +/obj/item/ammo_casing/a357{ + pixel_x = 9; + pixel_y = 5 + }, +/obj/item/gun/ballistic/derringer{ + pixel_y = -13 + }, +/turf/open/floor/plating/asteroid/whitesands/grass{ light_range = 2 }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "MX" = ( -/obj/structure/table/wood, -/obj/item/chair/stool/bar, -/turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/obj/structure/closet/crate/radiation, +/obj/item/toy/plush/lizardplushie{ + name = "Does-the-Dew"; + pixel_x = 6; + desc = "An adorable stuffed toy that resembles a lizard. This one seems to enjoy slurpees in a double gulp cup!" + }, +/obj/item/reagent_containers/food/drinks/colocup{ + pixel_x = -9; + list_reagents = list(/datum/reagent/toxin/leadacetate=5,/datum/reagent/toxin/acid/fluacid=5,/datum/reagent/toxin/acid/nitracid=5,/datum/reagent/drug/methamphetamine=5) + }, +/turf/open/floor/plating/asteroid/whitesands{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/sand/explored) "Ng" = ( -/obj/structure/destructible/tribal_torch/lit, +/obj/structure/table/wood/poker, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin) "Nn" = ( -/obj/structure/table/wood, -/obj/item/candle/infinite, +/obj/structure/chair/wood, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin) "Ok" = ( -/obj/structure/flora/ash/tall_shroom, -/turf/open/floor/plating/asteroid/whitesands/dried{ - light_range = 2 - }, -/area/whitesands/surface/outdoors) +/turf/open/acid/whitesands, +/area/overmap_encounter/planetoid/sand/explored) "Ov" = ( -/obj/structure/chair/stool/bar, -/obj/effect/decal/cleanable/dirt, -/mob/living/simple_animal/hostile/asteroid/whitesands/survivor{ - dir = 8; - faction = list("saloon") +/obj/item/clothing/head/cowboy{ + pixel_x = 13 }, -/turf/open/floor/wood, -/area/whitesands/surface/outdoors) -"OZ" = ( -/obj/structure/flora/ash/puce, -/turf/open/floor/plating/asteroid/whitesands{ +/obj/effect/decal/remains/human, +/obj/item/clothing/mask/gas/mime, +/obj/effect/decal/cleanable/blood/old, +/obj/item/ammo_casing/a357{ + dir = 10; + pixel_x = 4; + pixel_y = -1 + }, +/obj/item/gun/ballistic/derringer{ + pixel_y = -14 + }, +/turf/open/floor/plating/asteroid/whitesands/grass{ light_range = 2 }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) +"OZ" = ( +/turf/closed/wall/rust, +/area/overmap_encounter/planetoid/sand/explored) "Pi" = ( -/obj/structure/table/wood/poker, -/obj/effect/decal/cleanable/dirt, /turf/open/floor/wood{ - icon_state = "wood-broken5" + icon_state = "wood-broken7" }, -/area/whitesands/surface/outdoors) +/area/ruin) "Px" = ( -/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/cabinet, +/obj/item/storage/bag/money, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin) "PX" = ( +/obj/effect/decal/cleanable/dirt, /obj/item/stack/sheet/mineral/wood, -/obj/item/stack/sheet/mineral/wood, -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/whitesands/surface/outdoors) +/obj/structure/destructible/tribal_torch/lit, +/turf/open/floor/wood, +/area/ruin) "Qs" = ( -/obj/structure/flora/ash/cap_shroom, +/obj/structure/flora/ash/tall_shroom, /turf/open/floor/plating/asteroid/whitesands{ light_range = 2 }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "QD" = ( -/obj/structure/closet/secure_closet/hydroponics, -/obj/item/circuitboard/machine/plantgenes, -/obj/item/gun/ballistic/rifle/boltaction/polymer, -/turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/obj/item/stack/sheet/mineral/wood, +/obj/item/stack/sheet/mineral/wood, +/turf/open/floor/wood{ + icon_state = "wood-broken5" + }, +/area/ruin) "QQ" = ( -/obj/machinery/vending/classicbeats, +/obj/structure/chair/stool, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin) "Ra" = ( -/obj/item/shard{ - icon_state = "tiny" - }, -/obj/item/shard{ - icon_state = "small" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/whitesands/surface/outdoors) -"Re" = ( -/obj/structure/table/wood, -/obj/item/watertank, /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood{ - icon_state = "wood-broken7" + icon_state = "wood-broken5" }, -/area/whitesands/surface/outdoors) +/area/ruin) +"Re" = ( +/obj/machinery/chem_master/condimaster, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin) "RC" = ( /obj/structure/table/wood, -/obj/item/reagent_containers/glass/bucket, -/obj/item/reagent_containers/spray/weedspray{ - pixel_x = 7 - }, +/obj/item/gun/energy/floragun, +/obj/item/storage/bag/plants/portaseeder, /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin) "RY" = ( -/obj/machinery/chem_dispenser/drinks/beer, -/obj/structure/table/wood, +/obj/structure/mineral_door/wood, +/obj/effect/decal/cleanable/blood/old, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin) "Sq" = ( -/mob/living/simple_animal/hostile/asteroid/whitesands/ranged/hunter{ - faction = list("adobe") - }, -/turf/open/floor/concrete, -/area/whitesands/surface/outdoors) +/obj/structure/table/wood/poker, +/obj/item/toy/cards/deck/syndicate, +/turf/open/floor/wood, +/area/ruin) "Sy" = ( -/obj/structure/flora/rock, +/obj/structure/flora/ash/cap_shroom, /turf/open/floor/plating/asteroid/whitesands/dried{ light_range = 2 }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "SK" = ( -/obj/machinery/light/directional/south, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood{ - icon_state = "wood-broken7" +/obj/structure/fence, +/turf/open/floor/plating/asteroid/whitesands/dried{ + light_range = 2 }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "SV" = ( -/obj/structure/table/wood, -/obj/machinery/light/directional/south, -/obj/item/clothing/mask/cigarette/cigar/havana{ - pixel_x = 1; - pixel_y = 4 +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating/asteroid/whitesands/dried{ + light_range = 2 }, -/turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "Td" = ( +/obj/structure/table/wood, +/obj/item/watertank, /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood{ icon_state = "wood-broken7" }, -/area/whitesands/surface/outdoors) +/area/ruin) "Tk" = ( -/obj/structure/closet/cabinet, -/obj/effect/decal/cleanable/dirt, -/obj/item/reagent_containers/glass/bottle/morphine, -/obj/item/reagent_containers/syringe, -/turf/open/floor/wood, -/area/whitesands/surface/outdoors) -"Tl" = ( /obj/structure/sign/poster/contraband/gec, /turf/closed/wall/mineral/sandstone, -/area/whitesands/surface/outdoors) -"TH" = ( +/area/ruin) +"Tl" = ( /obj/structure/table, /obj/item/ammo_box/aac_300blk_stripper, /obj/item/ammo_box/aac_300blk_stripper, /turf/open/floor/concrete, -/area/whitesands/surface/outdoors) -"UO" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/bottle/sarsaparilla, -/turf/open/floor/wood{ - icon_state = "wood-broken5" +/area/ruin) +"TH" = ( +/mob/living/simple_animal/hostile/asteroid/whitesands/ranged/hunter{ + faction = list("adobe") }, -/area/whitesands/surface/outdoors) +/turf/open/floor/concrete, +/area/ruin) +"UO" = ( +/obj/item/chair/stool/bar, +/turf/open/floor/wood, +/area/ruin) "UT" = ( -/obj/structure/sign/poster/contraband/random, -/turf/closed/wall/mineral/wood, -/area/whitesands/surface/outdoors) -"Vq" = ( -/obj/structure/fence{ - dir = 8 +/obj/structure/chair/stool/bar, +/mob/living/simple_animal/hostile/asteroid/whitesands/survivor{ + dir = 1; + faction = list("saloon") }, -/turf/open/floor/plating/asteroid/whitesands{ - light_range = 2 +/turf/open/floor/wood, +/area/ruin) +"Vq" = ( +/obj/structure/chair/stool/bar, +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/hostile/asteroid/whitesands/survivor{ + dir = 8; + faction = list("saloon") }, -/area/whitesands/surface/outdoors) +/turf/open/floor/wood, +/area/ruin) "Vr" = ( -/obj/item/reagent_containers/food/drinks/bottle/sarsaparilla, +/obj/structure/fence/cut/large, /turf/open/floor/plating/asteroid/whitesands/dried{ light_range = 2 }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "VF" = ( -/turf/closed/wall/mineral/wood, -/area/whitesands/surface/outdoors) +/obj/structure/table/wood, +/obj/item/candle/infinite, +/turf/open/floor/wood, +/area/ruin) "VT" = ( -/obj/machinery/light/directional/south, -/obj/structure/chair/stool/bar, +/obj/structure/chair/plastic{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/remains/human, +/obj/effect/decal/cleanable/blood/old, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin) "Wd" = ( -/obj/structure/closet/crate/bin, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/obj/item/shard{ + icon_state = "tiny" + }, +/obj/item/shard{ + icon_state = "medium" + }, +/obj/item/shard, +/turf/open/floor/plating, +/area/ruin) "Wo" = ( -/obj/structure/destructible/tribal_torch/lit, -/turf/open/floor/wood{ - icon_state = "wood-broken7" +/obj/structure/fence/cut/medium, +/turf/open/floor/plating/asteroid/whitesands/dried{ + light_range = 2 }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "Ws" = ( -/obj/item/stack/sheet/mineral/titanium/fifty, -/obj/structure/table, -/turf/open/floor/concrete, -/area/whitesands/surface/outdoors) -"Wx" = ( -/obj/structure/table, -/obj/item/radio, -/obj/item/radio, -/obj/item/radio, -/obj/item/tank/internals/emergency_oxygen/double, -/turf/open/floor/concrete, -/area/whitesands/surface/outdoors) +/obj/structure/chair/stool/bar, +/mob/living/simple_animal/hostile/asteroid/whitesands/survivor{ + dir = 8; + faction = list("saloon") + }, +/turf/open/floor/wood{ + icon_state = "wood-broken5" + }, +/area/ruin) +"Wx" = ( +/obj/structure/sign/departments/botany, +/turf/closed/wall/mineral/wood, +/area/ruin) "WD" = ( -/obj/structure/table, -/obj/item/gun/ballistic/rifle/boltaction/polymer, -/turf/open/floor/concrete, -/area/whitesands/surface/outdoors) +/turf/open/floor/plating, +/area/ruin) "WS" = ( -/obj/structure/table, -/obj/item/trash/can, -/obj/item/ammo_box/c45/surplus, +/obj/structure/mineral_door/sandstone, /turf/open/floor/concrete, -/area/whitesands/surface/outdoors) +/area/ruin) "Xa" = ( -/obj/item/shard{ - icon_state = "tiny" - }, -/obj/item/shard{ - icon_state = "small" - }, -/obj/item/shard{ - icon_state = "medium" - }, -/turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/obj/structure/closet/crate/bin, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/wood, +/area/ruin) "Xb" = ( -/obj/item/chair/stool/bar, -/mob/living/simple_animal/hostile/asteroid/whitesands/survivor{ - dir = 1; - faction = list("saloon") - }, +/obj/structure/table/wood, +/obj/item/reagent_containers/glass/rag, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin) "Xs" = ( -/obj/structure/fence/cut/large{ - dir = 8 - }, +/obj/machinery/hydroponics/soil, /turf/open/floor/plating/asteroid/whitesands/dried{ light_range = 2 }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "XB" = ( -/obj/structure/flora/ash/tall_shroom, +/obj/structure/flora/ash/cap_shroom, /turf/open/floor/plating/asteroid/whitesands{ light_range = 2 }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "XF" = ( -/obj/structure/bed, -/obj/item/bedsheet/dorms, -/turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/obj/structure/table, +/obj/item/reagent_containers/food/drinks/bottle/sarsaparilla, +/turf/open/floor/concrete, +/area/ruin) "XP" = ( -/obj/structure/tank_dispenser/oxygen, +/obj/structure/table, +/obj/item/trash/can, +/obj/item/ammo_box/c45/surplus, /turf/open/floor/concrete, -/area/whitesands/surface/outdoors) +/area/ruin) "XS" = ( -/obj/structure/sign/poster/random, -/turf/closed/wall/mineral/wood, -/area/whitesands/surface/outdoors) -"Yj" = ( -/turf/open/floor/plating/asteroid/whitesands{ - light_range = 2 +/obj/structure/chair/stool/bar, +/turf/open/floor/wood{ + icon_state = "wood-broken5" }, -/area/whitesands/surface/outdoors) +/area/ruin) +"Yj" = ( +/turf/closed/wall/mineral/titanium/survival/pod, +/area/overmap_encounter/planetoid/sand/explored) "Yo" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/obj/structure/sign/poster/official/no_erp, +/turf/closed/wall/mineral/wood, +/area/ruin) "YI" = ( -/obj/structure/fence/post{ - dir = 1 +/obj/item/shard{ + icon_state = "tiny" }, -/turf/open/floor/plating/asteroid/whitesands{ - light_range = 2 +/obj/item/shard, +/obj/item/shard{ + icon_state = "small" }, -/area/whitesands/surface/outdoors) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin) "YJ" = ( -/obj/item/chair/stool/bar, +/obj/structure/table/wood/poker, +/obj/item/toy/cards/deck, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin) "YM" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/glass/rag, -/turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/obj/structure/destructible/tribal_torch/lit, +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/ruin) "Za" = ( -/obj/machinery/hydroponics/soil, -/turf/open/floor/plating/asteroid/whitesands/dried{ +/mob/living/simple_animal/hostile/asteroid/goliath/beast{ + dir = 1 + }, +/turf/open/floor/plating/asteroid/whitesands/grass/dead{ light_range = 2 }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "Zg" = ( /obj/structure/chair/plastic, /turf/open/floor/plating/asteroid/whitesands{ light_range = 2 }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "Zr" = ( -/obj/effect/decal/cleanable/blood/old{ - icon_state = "floor5-old" - }, -/turf/open/floor/concrete, -/area/whitesands/surface/outdoors) +/obj/structure/musician/piano, +/turf/open/floor/wood, +/area/ruin) "Zy" = ( -/mob/living/simple_animal/hostile/asteroid/whitesands/survivor{ - dir = 4; - faction = list("adobe") - }, +/obj/structure/flora/ash/tall_shroom, /turf/open/floor/plating/asteroid/whitesands/dried{ light_range = 2 }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "ZG" = ( -/obj/structure/table/wood, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/whitesands/surface/outdoors) +/obj/item/stack/sheet/mineral/uranium/five, +/obj/structure/table, +/turf/open/floor/concrete, +/area/ruin) "ZH" = ( +/obj/item/stack/sheet/mineral/plasma/twenty, /obj/structure/table, -/obj/item/clothing/glasses/meson/gar, /turf/open/floor/concrete, -/area/whitesands/surface/outdoors) +/area/ruin) (1,1,1) = {" +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK gF gF gF @@ -1386,6 +1396,20 @@ gF gF gF gF +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK gF gF gF @@ -1397,3564 +1421,3300 @@ gF gF gF gF -gF -gF -gF -gF -gF -gF -gF -gF -gF -gF -gF -gF -gF -gF -gF -gF -gF -gF -gF -gF -gF -gF -gF -gF -gF -gF -gF -gF -gF -gF -gF -gF -gF -gF -gF +kK +kK +kK +kK +kK +kK +kK +kK +kK gF gF gF "} (2,1,1) = {" +kK +XB +kK +kK +kK +kK +Ca +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK +lG +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK +XB +kK +kK +mv +mv +kK +kK gF -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -gF -gF -gF -gF +"} +(3,1,1) = {" +kK +kK +kK +kK +Ca +Ca +Ca +Ca +kK +kK +lG +kK +kK +OZ +kK +hK +kK +kO +ql +kK +XB +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK +mv +kK +kK +lG +kK +kK +mv +mv +kK +kK +kK +kK +iK +kK +kK +iQ +iK +mv +iK +iK +kK gF +"} +(4,1,1) = {" gF +kK +kK +Ca +Ca +Ca +Ca +Ca +Ca +kK +kK +kK +aL +kK +ql +ql +ql +ql +kK +kK +kK +kK +kK +kK +kK +kK +lG +kK +kK +kK +lG +kK +kK +mv +mv +mv +mv +kK +kK +mv +mv +mv +Sy +mv +mv +mv +mv +iK +iK +kK +iK +iK +iK +iK +mv +kK gF +"} +(5,1,1) = {" gF +kK +kK +Ca +Ca +iL +Ca +Ca +Ca +kK +kK +kK +kK +kO +kK +mv +kK +ql +kK +ql +ql +kK +kK +ql +kK +kK +yb +ql +kK +kK +kK +kK +kK +mv +kK +mv +mv +pC +mv +mv +mv +mv +kK +kK +kK +mv +mv +mv +iK +iK +LB +iK +iK +iK +mv +kK gF +"} +(6,1,1) = {" gF +kK +Ca +Ca +Ca +Ca +Ca +kK +mv +kK +kK +kK +ql Yj +mv +ql +kK +SV +kK +kK +ql Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -gF -gF -gF -gF -gF -gF -gF -gF -gF -gF -gF -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -gF +mv +kO +kK +kK +mv +kK +kK +kK +kK +kK +kK +kK +mv +mv +Sy +mv +mv +mv +kK +Zy +mv +mv +mv +mv +mv +iK +iK +iK +iK +iK +iQ +iK +iK +kK gF +"} +(7,1,1) = {" gF +kK +Ca +kK +Ca +Ca +Ca +Ca +mv +mv +kK +kK +kK +kK +kK +kK +kK +ql +ql +ql +kO +kK +ql +mv +mv +mv +kK +kK +kK +kK +kK +mv +kK +kK +mv +mv +mv +mv +mv +mv +mv +mv +kK +kO +mv +mv +iK +iQ +iK +iK +iK +iK +iK +iK +mv +kK gF "} -(3,1,1) = {" +(8,1,1) = {" gF -Yj +kK +kK +Ca +Ca +mv +mv +kK +mv +kK +kK Qs -Yj -Yj -Yj -Yj -iL -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj +mv +SV +ql +XB sy -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Qs -Yj -Yj -Ld +mv +kK +OZ +mv Ld -Yj -Yj -gF -gF -"} -(4,1,1) = {" -gF -Yj -Yj -Yj -Yj -iL -iL -iL -iL -Yj -Yj +kK +mv sy -Yj -Yj +mv +kK +AR +kK +eq +mv +mv +kK +kK +mv +kK +mv +mv +kK +kK +SV +mv +mv ql -Yj -aL -Yj -hK -kO -Yj -Qs -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Ld -Yj -Yj -sy -Yj -Yj -Ld -Ld -Yj -Yj -Yj -Yj -iQ -Yj -Yj -GC -iQ -Ld -iQ +mv +kK +iK +mv +iK +iK +iK +iK +LB +iK iQ -Yj -gF +kK gF "} -(5,1,1) = {" -gF +(9,1,1) = {" gF -Yj -Yj -iL -iL -iL -iL -iL -iL -Yj -Yj -Yj -OZ -Yj -kO -kO -kO -kO -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -sy -Yj -Yj -Yj -sy -Yj -Yj -Ld -Ld -Ld -Ld -Yj -Yj -Ld -Ld -Ld -lG -Ld -Ld -Ld -Ld -iQ -iQ -Yj -iQ -iQ -iQ -iQ -Ld -Yj -gF -gF -"} -(6,1,1) = {" -gF -gF -Yj -Yj -iL -iL +kK +kK Ca -iL -iL -iL -Yj -Yj -Yj -Yj -hK -Yj -Ld -Yj -kO -Yj -kO -kO -Yj -Yj -kO -Yj -Yj +kK +kK +mv +mv +mv +mv +mv +mv +mv +kK +ql +kK +mv +mv +ql +mv +ql +ql +kK +kK +mv +mv +Di +kK +kK mV -kO -Yj -Yj -Yj -Yj -Yj -Ld -Yj -Ld -Ld -Sy -Ld -Ld -Ld -Ld -Yj -Yj -Yj -Ld -Ld -Ld -iQ -iQ -bn -iQ -iQ -iQ -Ld -Yj -gF +mv +mv +kK +kK +mv +kK +mv +kK +mv +kK +mv +ql +mv +OZ +mv +mv +iK +iK +mv +mv +iK +iK +iK +iK +iK +lG gF "} -(7,1,1) = {" -gF +(10,1,1) = {" gF -Yj -iL -iL -iL -iL -iL -Yj -Ld -Yj -Yj -Yj +kK +kK +kK +sy +kK +kK +kK +mv +mv +kK +mv +mv +mv +mv +kK +kK +kK +kK kO -JE -Ld +ql +kK +kK +ql +kK +kK +kK +kK +kK +Jx +mv +kK +kK +kK +mv +kK kO -Yj -zw -Yj -Yj +mv +mv +kK +ql +mv kO -JE -Ld -hK -Yj -Yj -Ld -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Ld -Ld -lG -Ld -Ld -Ld -Yj -Ok -Ld -Ld -Ld -Ld -Ld -iQ -iQ -iQ -iQ -iQ -GC -iQ +mv +mv +mv +mv +mv +kK +kK iQ -Yj -gF +iK +kK +iK +kK +kK gF "} -(8,1,1) = {" -gF +(11,1,1) = {" gF -Yj -iL -Yj -iL -iL -iL -iL -Ld -Ld -Yj -Yj -Yj -Yj -Yj -Yj -Yj -kO -kO -kO -hK -Yj -kO -Ld -Ld -Ld -Yj -Yj -Yj -Yj -Yj -Ld -Yj -Yj -Ld -Ld -Ld -Ld -Ld -Ld -Ld -Ld -Yj +kK +kK +kK +kK +kK +mv +mv +kK +Sy +kK +mv +mv +kK +kK +kK +Qs +kK +lG +kK +ql +ql +kK +kK +fb +kK +kK +qx +kK +kK +kK +kK +kK +kK +mv +mv +mv +mv +ql +mv +mv +kK +mv +ql +mv +Sy +kK +kK +kK +kK +kK +iK +iK +iK +kK +kK +kK +"} +(12,1,1) = {" +gF +kK +kK +kK +kK +kK +kK +kK +kK +kK +mv +mv +kK +mv +mv +mv +kK +kK +kK +mv +kK +kK +kK +ql hK +mv +mv +mv +kK +kK +AR +mv +mv +kK +kK +kK +ql +mv +mv Ld -Ld -iQ -GC -iQ -iQ -iQ -iQ -iQ -iQ -Ld +mv Yj -gF -gF +ql +mv +kK +kK +Qs +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK "} -(9,1,1) = {" -gF +(13,1,1) = {" gF -Yj -Yj -iL -iL -Ld -Ld -Yj -Ld -Yj -Yj -XB -Ld -zw -kO +kK +kK +aL +kK +kK Qs -sJ -Ld -Yj -ql -Ld +kK +kK +kK +kK +kK +kK mv -Yj -Ld -sJ -Ld -Yj -Di -Yj -MS -Ld -Ld -Yj -Yj -Ld -Yj -Ld -Ld -Yj -Yj -zw -Ld -Ld +fe +mv +mv +kK +km +mv +aL kO -Ld +ql +ql +kK +kK +aL +kK +kK +kK +kK +kK +mv +kK +OZ +kK +mv Yj -iQ +ql +mv +kK +mv +ql +hK +kK +kK +kK +kK +kK +kK +mv +mv +mv +kK Ld -iQ -iQ -iQ -iQ -bn -iQ -GC -Yj -gF -gF +kK +kK "} -(10,1,1) = {" -gF +(14,1,1) = {" gF -Yj -Yj -iL -Yj -Yj -Ld -Ld -Ld -Ld -Ld -Ld -Ld -Yj -kO -Yj -Ld -Ld -kO -Ld -kO +kK +kK +kK +kK +tM +tM +tM +tM +tM +tM +tM +tM +tM +tM +tM +mv +kK +kK +mv +mv +kK +kK +ql +kK +kK +kK +kK +lG +kK +kK +kK +kK kO -Yj -Yj -Ld -Ld -nW -Yj -Yj -cX -Ld -Ld -Yj -Yj -Ld -Yj -Ld -Yj -Ld -Yj -Ld +kK +kK +kK +ql +kK kO -Ld ql -Ld -Ld -iQ -iQ -Ld -Ld -iQ -iQ -iQ -iQ -iQ -sy -gF -gF +ql +ql +kK +kK +kK +kK +kK +cX +mv +kK +kK +pC +mv +kK +kK +XB "} -(11,1,1) = {" -gF +(15,1,1) = {" gF -Yj -Yj -Yj -sJ -Yj -Yj -Yj -Ld -Ld -Yj -Ld -Ld -Ld -Ld -Yj -Yj -Yj -Yj +kK +kK +kK +kK +tM +gd +nZ +tM +GJ +uw +XF +tM +Dl +uw +tM +mv +kK +mv +kK +ql +kK +ql +kK +OZ +lG +kK +sy +kK +kK +kK +kK hK +kK +sy +ql +kK +mv +kK +ql +kK +aL +kK +kK +iQ +LB +kK +kK +mv +mv +mv +mv +mv +mv +kK +kK +kK +"} +(16,1,1) = {" +kK +kK +kK +kK +kK +tM +ZH +Dl +tM +Ig +Dl +Dl +WS +Dl +AC +tM +mv +kK +mv +kK +SV +ql +kK +kK kO -Yj -Yj +lG +kK +kK +kK +kK kO -Yj -Yj -Yj -Yj -Yj +aL kK -Ld -Yj -Yj -Yj -Ld -Yj -hK -Ld -Ld -Yj +ql +HX +ql kO -Ld -hK -Ld -Ld -Ld -Ld -Ld -Yj -Yj -GC +mv +kK +kK +kK +kK +kK +iK +iK +iK iQ +mv +mv +mv +mv +mv +mv +mv +cX +kK +kK +"} +(17,1,1) = {" +kK +kK +kK +kK +kK +tM +ZG +zB +tM +XP +Dl +Dl +Tk +Dl +pK +tM +mv +kK +mv +mv +mv +kK +kK +ql +kK +kK +kK +kK +kK +kK +kK +mv +ql +kK Yj +mv +kK +ql +kK +kK +kK +LB +iK iQ -Yj -Yj -gF -gF +iK +iK +kK +kK +mv +kK +mv +mv +kK +kK +kK +kK +kK "} -(12,1,1) = {" -gF -gF -Yj -Yj -Yj -Yj -Yj -Ld -Ld -Yj +(18,1,1) = {" +kK +kK lG -Yj -Ld -Ld -Yj -Yj -Yj -XB -Yj sy -Yj -kO -kO -Yj -Yj -nK -Yj -Yj -uf -Yj -Yj -Yj -Yj -Yj -Yj -Ld -Ld -Ld -Ld +kK +tM +ym +Dl +WS +Dl +Dl +Tl +tM +Ef +Dl +tM +mv +Zy +mv +mv +kK +ql kO +kK +kK +kK +kK +kK +kK +kK +ql +mv +ql +mv +mv +ql +mv +mv +OZ +kK +kK +iK +iK +iK +LB +kK +kK +kK +kK +kK +ox +mv +mv +kK +kK +kK +sy +"} +(19,1,1) = {" +kK +kK +kK +kK +kK +tM +DO +Dl +tM +eP +TH +vL +tM +pK +Dl +tM +mv +mv +kK +mv +ql +iK +kK +kK +kK +kK +sy +kK +kK +OZ +kK +kK +mv Ld -Ld -Yj -Ld +kK kO -Ld -lG -Yj -Yj -Yj -Yj -Yj -iQ +ql +kK +kK +iK +LB iQ +iK +kK iQ -Yj -Yj -Yj +kK +kK +aZ +kK +kK +mv +kK +kK +kK +Qs +kK gF "} -(13,1,1) = {" -gF -gF -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Ld -Ld -Yj -Ld -Ld -Ld -Yj -Yj -Yj -Ld -Yj -Yj -Yj -kO -aL -Ld -Ld -Ld -Yj -Yj -Di -Ld -Ld -Yj -Yj -Yj -kO -Ld -Ld +(20,1,1) = {" +kK +kK +kK +kK +kK +tM +KJ +uw +lc +eP +Df +vL +tM +Dl +GG +tM mv -Ld -JE -kO -Ld -Yj -Yj -XB -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj +mv +kK +kK +iK +iK +kK +kK +kK +kK +mv +mv +kK +kK +kK +ql +kK +ql +kK Yj +kK +kK +kK +iK +iK +kK +iK +iK +LB +kK +kK +kK +kK +kK +mv +mv +mv +mv +kK +kK gF "} -(14,1,1) = {" -gF -gF -Yj -Yj -OZ -Yj -Yj +(21,1,1) = {" +kK XB -Yj -Yj -Yj -Yj -Yj -Yj -Ld +kK +kK +kK tM -Ld -Ld -Yj -Fu -Ld -OZ -hK -kO -kO -Yj -Yj -OZ -Yj -Yj -Yj -Yj -Yj -Ld -Yj +tM +tM +tM +tM +tM +tM +tM +Gd +dv +tM +mv +kK +kK +mv +iK +kK +kK +iQ +iK +mv +kK +mv +kK +SV +kK ql -Yj -Ld -JE -kO -Ld -Yj -Ld -kO -aL -Yj -Yj -Yj -Yj -Yj -Yj -Ld -Ld -Ld -Yj +kK +kK +kK +ql +kK +kK mv -Yj -Yj +wX +pJ +wX +wX +bn +wX +fJ +sc +Vr +Wo +SK +nN +SK +nV +kK +kK +kK gF "} -(15,1,1) = {" -gF -gF -Yj -Yj -Yj -Yj -AC -AC -AC -AC -AC -AC -AC -AC -AC -AC -AC -Ld +(22,1,1) = {" +kK +kK +kK +kK +kK +kK +Qs +mv +mv +mv +IR +Lj +tM +tM +WS +tM +mv +mv +kK +mv +iQ +kK +iK +iK +kK +kK +mv +mv +mv +kK +ql Yj -Yj -Ld -Ld -Yj -Yj -kO -Yj -Yj -Yj -Yj -sy -Yj -Yj -Yj -Yj -hK -Yj -Yj -Yj -kO -Yj -hK -kO -kO +kK +kK kO -Yj -Yj -Yj -Yj -Yj -DP -Ld -Yj -Yj -Sy -Ld -Yj -Yj -Qs +kK +kK +mv +kK +wX +Bw +rx +Bw +yc +YI +KH +mv +iK +iK +iK +iK +iK +mr +kK +kK +kK gF "} -(16,1,1) = {" -gF +(23,1,1) = {" +kK +kK +kK +kK +kK +kK +kK +kK +kK +fO +kP +mv +mv +mv +mv +nx +mv +mv +kK +mv +iK +iK +iK +iK +kK +kK +mv +mv +kK +kK +ql +kK +kK +kK +kK +kK +mv +mv +kK +pJ +Ra +El +Td +Bw +ms +mv +yh +Xs +lb +lb +lb +iK +sD +kK +kK +XB gF -Yj -Yj -Yj -Yj -AC -vz -ZH -AC -Wx -Ig -fJ -AC -eP -Ig -AC -Ld -Yj -Ld -Yj -kO -Yj -kO -Yj +"} +(24,1,1) = {" +kK +kK +kK +kK +kK +kK +kK +FC +kK +oA +kK +mv +eo +mv +Zy +mv +mv +mv +iK +iK +kK +iK +LB +iK +iK +iK +kK +kK +mv ql -sy -Yj -sJ -Yj -Yj -Yj -Yj -aL -Yj -sJ +kK kO -Yj -Ld -Yj kO -Yj -OZ -Yj -Yj -GC -bn -Yj -Yj -Ld -Ld -Ld -Ld -Ld -Ld -Yj -Yj -Yj +kK +kK +cX +mv +kK +mv +kD +Bw +Re +RC +Ra +wX +iK +iK +iK +iK +ox +iK +mv +sD +kK +kK +kK gF "} -(17,1,1) = {" -gF -Yj -Yj -Yj -Yj -Yj -AC -jz -eP -AC -ue -eP -eP -Dl -eP -fn -AC -Ld -Yj -Ld -Yj -zw -kO -Yj -Yj -hK -sy -Yj -Yj -Yj -Yj -hK -OZ -Yj -kO -sw -kO -hK -Ld -Yj -Yj -Yj -Yj -Yj -iQ -iQ +(25,1,1) = {" +kK +kK +kK +Zy +kK +kK +kK +FC +kK +kK +kK +eo +eo +mv +km +mv +mv +kK +iK +iK +kK +iK +iK +kK +kK iQ -GC -Ld -Ld -Ld -Ld -Ld -Ld -Ld -DP -Yj -Yj +kK +kK +aZ +kK +Qs +kK +kK +kK +kK +pC +uV +yZ +mv +kD +gB +HP +aq +Bw +eJ +iK +aO +lb +Xs +Xs +lb +kK +sD +kK +kK +kK gF "} -(18,1,1) = {" +(26,1,1) = {" gF -Yj -Yj -Yj -Yj -Yj -AC -El -ym -AC -WS -eP -eP -Tl -eP -Ef -AC -Ld -Yj -Ld -Ld -Ld -Yj -Yj -kO -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Ld -kO -Yj -JE -Ld -Yj -kO -Yj -Yj -Yj -bn -iQ -GC -iQ +kK +mv +mv +kK +XB +kK +kK +kK +kK +kK +kK +mv +kK +kK +kK +kK +kK +mv iQ -Yj -Yj -Ld -Yj -Ld -Ld -Yj -Yj -Yj -Yj -Yj +kK +iK +kK +kK +kK +iK +mv +kK +kK +kK +kK +kK +kK +kK +mv +mv +mv +mv +kK +wX +yy +Ra +VT +yc +nW +ox +iK +ox +kK +mv +iK +iK +sD +kK +kK +kK gF "} -(19,1,1) = {" +(27,1,1) = {" gF -Yj -Yj -sy -sJ -Yj -AC -XP -eP -Dl -eP -eP -TH -AC -LB -eP -AC -Ld -Ok -Ld -Ld -Yj -kO -hK -Yj -Yj -Yj -Yj -Yj -Yj -Yj -kO -Ld +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK kO -Ld -Ld +mv +mv +kK +Ok +mv kO -Ld -Ld -ql -Yj -Yj -iQ -iQ -iQ -bn -Yj -Yj -Yj -Yj -Yj +kK +kK +kK iK -Ld -Ld -Yj -Yj -Yj -sJ +iK +kK +mv +mv +mv +kK +kK +kK +iK +iK +iK +kK +kK +mv +kK +mv +kK +wX +wX +wX +wX +Bw +wX +iK +lb +Xs +Xs +Xs +vh +iK +zw +kK +mv +mv gF "} -(20,1,1) = {" +(28,1,1) = {" gF -Yj -Yj -Yj -Yj -Yj -AC -Ws -eP -AC -lc -Sq -Df -AC -Ef -eP -AC -Ld -Ld -Yj -Ld +kK +kK +kK +kK +kK +kK +aL kO -iQ -Yj -Yj -Yj -Yj -sJ -Yj -Yj +kK ql -Yj -Yj -Ld +kK +ql +kK +Ok +kK +ql +ql +kK +sy +kK mv -Yj -hK -kO -Yj -Yj -iQ -bn -GC +mv +mv +mv +kK +kK +kK +iK +kK +iK iQ -Yj -GC -Yj -Yj -ui -Yj -Yj -Ld -Yj -Yj -Yj -XB -Yj +iK +kK +kK +mv +mv +kK +kK +wX +BI +ii +wX +gB +Wx +iK +mv +iK +Za +mv +ox +iK +zw +kK +mv +mv +gF +"} +(29,1,1) = {" gF +kK +kK +sy +kK +mv +ql +kK +ql +ql +ql +kK +ql +kK +ql +mv +mv +Ok +kK +ql +ql +mv +mv +mv +pC +mv +mv +kK +iK +iK +iK +iK +iK +kK +mv +kK +mv +lG +kK +wX +Hn +er +gy +Bw +gy +iK +iK +iK +iK +iK +iK +mv +fn +mv +mv +cX gF "} -(21,1,1) = {" -gF -Yj -Yj -Yj -Yj -Yj -AC -xg -Ig -zB -lc -WD -Df -AC -eP -Gd -AC -Ld -Ld -Yj -Yj -iQ -iQ -Yj -Yj -Yj -Yj -Ld -Ld -Yj -Yj -Yj -kO -Yj -kO -Yj -JE -Yj -Yj -Yj -iQ -iQ -Yj -iQ -iQ -bn -Yj -Yj -Yj -Yj -Yj -Ld -Ld -Ld -Ld -Yj -Yj +(30,1,1) = {" gF +kK +kK +kK +kK +ql +ql +ql +ql +ql +kK +Ok +kK +ql +kO +Ok +kK +mv +ql +ql +kK +mv +mv +kK +mv +mv +mv +kK +iK +iK +LB +iK +iK +kK +mv +kK +Zy +kK +kK +wX +AI +er +wX +Ra +wX +iK +lb +Xs +lb +lb +lb +ox +aG +mv +mv +kK gF "} -(22,1,1) = {" +(31,1,1) = {" gF -Yj -Qs -Yj -Yj -Yj -AC -AC -AC -AC -AC -AC -AC -AC -Zr -nx -AC -Ld -Yj -Yj -Ld -iQ -Yj -Yj -GC -iQ -Ld -Yj -Ld -Yj -zw -Yj -kO -Yj -Yj -Yj +lG +kK +kK +SV +ql kO -Yj -Yj -Ld -VF -km -VF -VF -FC -VF -YI -KH -aK +ql +ql +ql +cI +kK +kK +ql +kK +ql +ql +ql +ql +aL +mv +mv +mv +mv +mv +mv +mv +kK +kK +iK +iK +iK +iK +iK +mv +mv +mv +kK +kK +wX +wX +wX +wX pJ -pK -JI -pK -BI -Yj -Yj -Yj -gF +wX +bO +SK +sc +sc +sc +nN +nN +lJ +mv +mv +kK gF "} -(23,1,1) = {" +(32,1,1) = {" gF -Yj -Yj -Yj -Yj -Yj -Yj -XB -Ld -Ld -Ld -fO -kP -AC -AC -Dl -AC -Ld -Ld -Yj -Ld -GC -Yj -iQ -iQ -Yj -Yj -Ld -Ld -Ld -Yj +kK +kK +mv +ql +kK +ql +ql +kK +Ok +kK +kK +Ok +mv +Ok +mv +kK +kK kO -JE -Yj -Yj -hK -Yj -Yj -Ld -Yj -VF -Px -DA -Px -Td -qB -ms -Ld -iQ -iQ -iQ -iQ -iQ -Xs -Yj -Yj -Yj -gF -gF -"} -(24,1,1) = {" -gF -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -nV -oA -Ld -Ld -Ld -Ld -Zy -Ld -Ld -Yj -Ld -iQ -iQ -iQ -iQ -Yj -Yj -Ld -Ld -Yj -Yj -kO -Yj -Yj -Yj -Yj -Yj -Ld -Ld -Yj -km -aq -AH -Re -Px -Ra -Ld -lJ -Za -sc -sc -sc +kK +pC +mv +mv +mv +kK +mv +mv +kK +kK +iK +iK +iK +iK iQ -Vq -Yj -Yj -Qs -gF +kK +mv +mv +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK +mv +mv +kK gF "} -(25,1,1) = {" +(33,1,1) = {" gF -Yj -Yj -Yj -Yj -Yj -Yj -Yj -uV -Yj -sG -Yj -Ld -eo -Ld +kK +kK +mv +ql +ql +ql +kK +lG +kK +ql +ql +kK +ql +mv +mv Ok -Ld -Ld -Ld -iQ -iQ -Yj -iQ -bn -iQ -iQ -iQ -Yj -Yj -Ld -kO -Yj -hK -hK -Yj -Yj -DP -Ld -Yj -Ld -Hc -Px -gB -HP -aq -VF -iQ -iQ -iQ +kK +kK +kK +mv +mv +kK +aZ +kK +mv +mv +mv +kK iQ iK -iQ -Ld -Vq -Yj -Yj -Yj -gF +iK +iK +iK +iK +kK +kK +kK +kK +lG +kK +kK +kK +kK +kK +kK +kK +kK +lG +kK +kK +kK +kK +kK +mv +kK gF "} -(26,1,1) = {" +(34,1,1) = {" gF -Yj -Yj -Yj -Ok -Yj -Yj -Yj -uV -Yj -Yj -Yj -eo -eo -Ld -Fu -Ld -Ld -Yj -iQ -iQ -Yj -iQ -iQ -Yj -Yj -GC -Yj -Yj -ui -Yj -XB -Yj -Yj -Yj -Yj +kK +kK +ql +kK +aL +kK +kK +Qs +kO +kK +mv +mv +mv Sy -vL -eq -Ld -Hc -rx -yy -RC -Px -JJ +mv +kK +kK +kK +kK +mv +mv +mv +mv +cX +mv +mv +aL +kK +kK +kK +iK +iK +iK +iK iQ -qx -sc -Za -Za -sc -Yj -Vq -Yj -Yj -Yj -gF -gF +iK +kK +kK +kK +kK +sy +XB +kK +kK +kK +kK +kK +kK +kK +kK +aL +kK +kK +mv +kK +kK "} -(27,1,1) = {" -gF +(35,1,1) = {" gF -Yj -Ld -Ld -Yj +kK +kK +ql +ql +kK +kO +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK +mv +mv +kK +kK +DA +kK +kK +kK +kK +kK +kK Qs -Yj -Yj -Yj -Yj -Yj -Yj -Ld -Yj -Yj -Yj -Yj -Yj -Ld -GC -Yj -iQ -Yj -Yj -Yj -iQ -Ld -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Ld -Ld -Ld -Ld -Yj -VF -wX -aq -lb -Td -zj +kK +kK +kK iK -iQ +kK iK -Yj -Ld -iQ -iQ -Vq -Yj -Yj -Yj -gF -gF +iK +XB +kK +kK +kK +kK +kO +kK +kK +mv +kK +kK +kK +kK +XB +kK +kK +kK +mv +kK +kK "} -(28,1,1) = {" -gF +(36,1,1) = {" gF +kK +kK +kK +kK +kK +wX +ig +wX +wU +wX +wX +wU +wU +vz +bn +FN +wX +wX +mv +kK +qU +qU +qU +kK +kK +Ca +kK +kK +kK +mv +kK +mv +kK +mv +kK +kK +kK +aL +kK Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -hK -Ld -Ld -Yj -pC -Ld -hK -Yj -Yj -Yj -iQ +ql +ql +ql +mv +mv +mv +kK +kK +kK +kK +kK +mv +sy +kK +kK +kK +"} +(37,1,1) = {" +gF +kK +iK iQ -Yj -Ld -Ld -Ld -Yj -Yj -Yj -iQ -iQ -iQ -Yj -Yj -Ld -Yj -Ld -Yj -VF -VF -VF -VF -Px +kK +kK +Yo +AI +yy VF -iQ -sc -Za -Za -Za -vh -iQ -we -Yj -Ld -Ld -gF -gF -"} -(29,1,1) = {" -gF -gF -Yj -Yj -Yj -Yj -Yj -Yj +wX +Zr +yt +Xa +er +XS +er +JJ +wU +mv +qU +MS +qU +kK +kK +Ca +Ca +kK +kK +kK +kK +mv +mv +mv +kK +kK +kK OZ -hK -Yj -kO -Yj -kO -Yj -pC -Yj -kO -kO -Yj -sJ -Yj -Ld -Ld -Ld -Ld -Yj -Yj -Yj -iQ -Yj -iQ -GC -iQ -Yj -Yj -Ld -Ld -Yj -Yj -VF -fb -Hn -VF -rx -AR -iQ -Ld -iQ -fe -Ld -iK -iQ -we -Yj -Ld -Ld -gF -gF -"} -(30,1,1) = {" -gF -gF -Yj -Yj -sJ -Yj -Ld -kO -Yj -kO -kO -kO -Yj -kO -Yj -kO -Ld +ql +kK +ql Ld -pC -Yj -kO +mv +ql +kK kO -Ld -Ld -Ld -Sy -Ld -Ld -Yj -iQ -iQ -iQ -iQ -iQ -Yj -Ld -Yj -Ld +mv +mv +kK +kK +kK +kK +kK sy -Yj -VF -QD -xr -er -Px -er -iQ -iQ -iQ -iQ -iQ -iQ -Ld -ox -Ld -Ld -DP -gF -gF +kK +kK +kK "} -(31,1,1) = {" -gF -gF -Yj -Yj -Yj -Yj -kO -kO -kO -kO -kO -Yj -pC -Yj -kO -hK -pC -Yj -Ld -kO -kO -Yj -Ld -Ld -Yj -Ld -Ld -Ld -Yj -iQ -iQ -bn -iQ -iQ -Yj -Ld -Yj -Ok -Yj -Yj -VF -XF -xr -VF -aq -VF +(38,1,1) = {" +kK +kK +iK iQ -sc -Za -sc -sc -sc iK -nN -Ld -Ld -Yj -gF -gF -"} -(32,1,1) = {" -gF -gF -sy -Yj -Yj -zw -kO -hK -kO -kO -kO +kK +wU +Pi +Nn +sG +wX +QQ +er +Jq +hr Dd -Yj -Yj -kO -Yj -kO -kO -kO +Ng +UO +bn +kK +kK +qU +qU +Ca +Ca +Ca +Ca +Ca +kK +kK +kK +mv +kK +mv +kK +kK +kK +kK +ql kO +mv +mv +SV +kK OZ -Ld -Ld -Ld -Ld -Ld -Ld -Ld -Yj -Yj -iQ -iQ -iQ -iQ -iQ -Ld -Ld -Ld -Yj -Yj -VF -VF -VF -VF -km -VF -sD -pK -KH -KH -KH -JI -JI -dp -Ld -Ld -Yj -gF -gF -"} -(33,1,1) = {" -gF -gF -Yj -Yj -Ld -kO -Yj -kO -kO -Yj -pC -Yj -Yj -pC -Ld -pC -Ld -Yj -Yj -hK -Yj -Sy -Ld -Ld -Ld -Yj -Ld -Ld -Yj -Yj -iQ -iQ -iQ -iQ -GC -Yj -Ld -Ld -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Ld -Ld -Yj -gF -gF -"} -(34,1,1) = {" -gF -gF -Yj -Yj -Ld -kO -kO -kO -Yj -sy -Yj -kO -kO -Yj -kO -Ld -Ld -pC -Yj -Yj -Yj -Ld -Ld -Yj -ui -Yj -Ld -Ld -Ld -Yj -GC -iQ -iQ -iQ -iQ -iQ -Yj -Yj -Yj -Yj +mv +mv +Zy +Qs +kK sy -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj +kK +kK +kK +kK +mv sy -Yj -Yj -Yj -Yj -Yj -Ld -Yj -gF -gF -"} -(35,1,1) = {" -gF -gF -Yj -Yj -kO -Yj -OZ -Yj -Yj -XB -hK -Yj -Ld -Ld -Ld -lG -Ld -Yj -Yj -Yj -Yj -Ld -Ld -Ld -Ld -DP -Ld -Ld -OZ -Yj -Yj -Yj -iQ -iQ -iQ -iQ -GC -iQ -Yj -Yj -Yj -Yj -sJ -Qs -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -OZ -Yj -Yj -Ld -Yj -Yj -gF -"} -(36,1,1) = {" -gF -gF -Yj -Yj -kO -kO -Yj -hK -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Ld -Ld -Yj -Yj -aG -Yj -Yj -Yj -Yj -Yj -Yj -XB -Yj -Yj -Yj -iQ -Yj -iQ -iQ -Qs -Yj -Yj -Yj -Yj -hK -Yj -Yj -Ld -Yj -Yj -Yj -Yj -Qs -Yj -Yj -Yj -Ld -Yj -Yj -gF -"} -(37,1,1) = {" -gF -gF -Yj -Yj -Yj -Yj -Yj -VF -Yo -VF -yt -VF -VF -yt -yt -Xa -FC -XS -VF -VF -Ld -Yj -qU -qU -qU -Yj -Yj -iL -Yj -Yj -Yj -Ld -Yj -Ld -Yj -Ld -Yj -Yj -Yj -OZ -Yj -JE -kO -kO -kO -Ld -Ld -Ld -Yj -Yj -Yj -Yj -Yj -Ld -sJ -Yj -Yj -Yj -gF -"} -(38,1,1) = {" -gF -gF -Yj -iQ -GC -Yj -Yj -yh -XF -wX -Nn -VF -yb -QQ -Wd -xr -hr -xr -Ng -yt -Ld -qU -uw -qU -Yj -Yj -iL -iL -Yj -Yj -Yj -Yj -Ld -Ld -Ld -Yj -Yj -Yj -ql -kO -Yj -kO -mv -Ld -kO -Yj -hK -Ld -Ld -Yj -Yj -Yj -Yj -Yj -sJ -Yj -Yj -Yj -gF "} (39,1,1) = {" -gF -Yj -Yj -iQ -GC -iQ -Yj -yt -oL -cI -SV -VF +kK +kK +kK +iK +iK +kK +ig +Jq +Bw +Jq gy -xr -xB -da -Eq -jx -YJ -FC -Yj -Yj -qU -qU -iL -iL -iL -iL -iL -Yj -Yj -Yj -Ld -Yj -Ld -Yj -Yj -Yj -Yj -kO -hK -Ld -Ld -zw -Yj -ql -Ld -Ld -Ok -XB -Yj -sJ -Yj -Yj -Yj -Yj -Ld -sJ -gF -"} -(40,1,1) = {" -gF -Yj -Yj -Yj -iQ -iQ -Yj -Yo -xB -Px -xB -er -xr -Jq -Ed -DO -Pi -HX -xB -Ji -Yj -Yj -Yj -qU -Yj -iL -iL -iL -iL -iL -Yj -Yj -Ld -Yj -Ld -Yj -aL -Yj -Yj -Ld -Ld -Ld -kO -Yj -Ld -Ld -Ld -Yj -Ld -Yj -pC -pC -pC -Yj -Qs -Yj -Ld -Yj -gF -"} -(41,1,1) = {" -gF -Yj -Yj -Yj -iQ -iQ -Yj -Jx -yZ -oL -xr -VF -gC -xr -YJ -oL -Px -Ov -kD -Bw -Yj -Yj -Yj -Yj -Yj -Yj -iL -iL -iL -iL -iL -Ld -Yj -Ld -Yj -Ld -Yj -hK -kO -Yj -kO -Ld -Ld -Ld -Ld -Ld -Ld -Yj -pC -pC -pC -pC -pC -pC -pC -Ld -Ld -Yj -gF -"} -(42,1,1) = {" -gF -Yj -sJ -Yj -iQ -iQ -Yj -VF -Px -Px -VF -VF -zh -zh -tq -GG -Px -GG -Px -yt -Yj -Yj -Yj -Yj -Yj -iL -iL -iL -iL -iL -Yj -Yj -Yj -Yj -Yj -Yj -kO -Yj -kO -Yj -Yj -JE -Yj -Ld -Yj -Ld -Ld -Sy -pC -Yj -Ld -Yj -Yj -Yj -pC -Sy -Yj -Yj -gF -"} -(43,1,1) = {" -gF -Yj -Yj -Yj -Yj -iQ -iQ -VF -GJ -Px -xr -yt -mx -fM -zh -nE -GG -ZG -gL -VF -Yj -Yj -Yj -sy -Yj -Yj -Yj -iL -Yj -Yj -Yj -Yj -Yj -JE -sJ -Yj -Yj -Qs -Yj -sJ -Yj -zw -Yj -Ld -Ld -Ld -Ld -pC -Yj -Yj -pC -pC -pC -Ok -pC -pC -Ld -Yj -gF -"} -(44,1,1) = {" -gF -gF -Yj -Yj -Ld -iQ -iQ -VF -Ir -Px -KJ -js -tQ -eV -oB -gC -Ed -GG -Px -er -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Ld -Ld -aL -sy -Yj -hK -kO -dv -ql -Yj -Yj -kO -Yj -Ld -Yj -Yj -Ld -lG -Ld -pC -Ld -pC -pC -pC -pC -Yj -Ld -pC -Ld -Yj -gF -"} -(45,1,1) = {" -gF -gF -Yj -Yj -Ld -GC -iQ -AW -ki -Px -SK -Hb -RY -hL -zh -Xb -aq -Px -aq -er -Yj -XB -Yj -Yj -Yj -Yj -Yj -Ld -Ld -Ld -Ld -Yj -Yj -Yj -Yj -kO -Yj -Yj -Yj -Yj -Yj -Yj -Ld -Ld -Ld -Yj -Yj -Yj -Ld -pC -pC -ii -pC -pC -Ld -pC -Ld -Yj -gF -"} -(46,1,1) = {" -gF -gF -Yj -Yj -lG -iQ -iQ -VF -IR -DT -DT -eJ -eV -DT -YM -YJ -xr -LA -Px -er -Yj -Yj -Yj -Yj -Yj -Yj -Ld -Ld -Yj -Yj -Ld -kO -Yj -Yj -Yj -Yj -OZ -kO -Yj -Yj -Yj -Yj -Ld -Ld -Yj -Yj -pC -Yj -pC -pC -pC -Yj -pC -pC -Ld -pC -Yj -Yj -gF -"} -(47,1,1) = {" -gF -gF -Yj -sy -Ld -iQ -iQ -VF -Px -CB -Px -VF -Wd -Wo -MX -xB -Lj -UO -VT -VF -Ld -Yj -Yj -Ld -Yj -Ld -lG -Ld -Ld -Ld -OZ -kO -Yj -kO -kO -JE -Ld -Yj -hK -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -pC -XB -Yj -pC -Ld -Ld -pC -Ld -Yj -gF -"} -(48,1,1) = {" -gF -gF -Yj -Yj -Ld -Yj -iQ -VF -VF -VF -VF -VF -zh -tq -zh -xr -YJ -gC -Ng -VF -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Ld -Ld -Ld -kO -ql -hK -Yj -Yj -Yj -Yj -Fu -Yj -Yj -Yj -Yj -Qs -Yj -Yj -pC -Yj -pC -Yj -pC -Yj -pC -pC -Yj -pC -pC -Ld -gF -gF -"} -(49,1,1) = {" -gF -gF -Yj -Yj -Ld -Yj -GC -UT -XF -Px -Io -yc -gC -mr -gC -Jq -xB -Px -Px -FC -Yj -qU -Yj -Yj -Yj -Yj -Sy -Ld -Yj -zw -kO -Yj -kO -Yj -Yj -Ld -Yj -Ld -Yj -Yj -Qs -Yj -Yj -Yj -Yj -Ld -Ld -Yj -Yj -pC -Yj -Ld -Ld -Ld -pC -Ld -Yj -gF -gF -"} -(50,1,1) = {" -gF -gF -Yj -Yj -Yj -bO -iQ -VF -Px -aZ -zh -yc -xr -Px +er xB -Px +da +Eq jx -fN -xr -qB -Yj -Yj -qU +YJ +Jq +ki +kK +kK +kK qU -Yj -Yj -Ld -Ld -Ld -Ld -Qs -Yj -Yj -Yj -Ld -Ld -Ld -Ld -Yj +kK +Ca +Ca +Ca +Ca +Ca +kK +kK +mv +kK +mv +kK +hK +kK +kK +mv +mv +mv +ql +kK +mv +mv +mv +kK +mv +kK +Ok +Ok +Ok +kK XB -Yj -sJ -Ld -Ld -Ld -Ld -Yj -Yj -Yj -pC -pC -Yj -pC -pC -pC -Yj -Yj -gF -gF +kK +mv +kK "} -(51,1,1) = {" -gF -gF -Yj -Yj -Yj -Yj -Yj -Yo -Td +(40,1,1) = {" +kK +kK +kK +iK +iK +kK +WD Px -Td +Pi er -xr -xr -PX -xr -ko -nZ +wX +qB +er +UO +Pi +Bw +Vq +Ji +Wd +kK +kK +kK +kK +kK +kK +Ca +Ca +Ca +Ca +Ca +mv +kK +mv +kK +mv +kK +kO +ql +kK +ql +mv +mv +mv +mv +mv +mv +kK +Ok +Ok +Ok +Ok +Ok +Ok +Ok +mv +mv +kK +"} +(41,1,1) = {" +kK +sy +kK +iK +iK +kK +wX +Bw +Bw +wX +wX gC -Bp -Ld -Yj -Hi -Yj -qU -Ld -Yj -Ld -Yj -Ld -Yj -Yj -Yj -Yj -Ld -Ld -Yj -Ld -Yj -Yj -Yj -Yj -Ld -Zg -MS -Ld -Ld -Ld +gC +oL +gL +Bw +gL +Bw +wU +kK +kK +kK +kK +kK +Ca +Ca +Ca +Ca +Ca +kK +kK +kK +kK +kK +kK +ql +kK +ql +kK +kK Yj -sJ -pC -pC +kK +mv +kK +mv +mv pC -Yj -Yj -Yj -Yj -gF -gF -"} -(52,1,1) = {" -gF -gF -Yj -Yj -Yj -bO -Yj -VF -Tk -Px +Ok +kK +mv +kK +kK +kK +Ok +pC +kK +kK +"} +(42,1,1) = {" +kK +kK +kK +kK +iK +iK wX -VF -aO +ue +Bw +er wU -LA -gd -xr -YJ -FN -VF -Ld -qU -Yj -qU -qU -Ld -Ld -Ld -Yj -Ld -iL -iL -Yj -Ld -Ld +dp +tq +gC +UT +gL +Hc +sw +wX +kK +kK +kK lG -Yj -Ld -Yj -Yj -Yj -Ld -Ld -Yj -oA -Yj -Yj -Ld -Ld -Yj -Yj -Yj -Yj -Qs -Yj -iL -iL -gF -gF -"} -(53,1,1) = {" -gF -gF -Yj -Yj -Yj -Ld -Yj -VF -VF -VF -VF -VF -yt -VF -XS -FC -FC -XS -VF -VF -Ld -Yj -Yj -aG -Ld -Ld -Yj -Yj -iL -iL -iL -iL -Yj -Ld -Ld -Ld -Ld -Yj +kK +kK +kK +Ca +kK +kK +kK +kK +kK Yj sy -Yj -Yj -Ld -Yj -Ld -FD -Di -Yj -Yj -Yj +kK +kK +XB +kK sy -Yj -Yj -Yj -iL -iL -Yj -gF -gF +kK +SV +kK +mv +mv +mv +mv +Ok +kK +kK +Ok +Ok +Ok +Zy +Ok +Ok +mv +kK "} -(54,1,1) = {" -gF -gF -Yj -Ld -Yj -Ld -Ld -Yj -Yj -Yj -Yj -Ld -Ld -Yj -Yj -Ld -Ld -Ld -Yj -Yj -Yj -Yj -Yj -Yj -Ld -Yj -Yj -iL -iL -iL -iL -iL -Ld -Ld -Yj -Yj -Ld -Yj -Yj -Yj -Yj -Ld -AI -Ld -Ld -Vr -Ld -Yj -Yj -Yj -Yj -Yj -iL -iL -iL -Yj -Yj +(43,1,1) = {" gF +kK +kK +mv +iK +iK +wX +jz +Bw +uf +mx +fM +hL +nE +qB +da +gL +Bw +gy +kK +kK +kK +kK +kK +kK +kK +kK +mv +mv +hK +lG +kK +kO +ql +JE +OZ +kK +kK +ql +kK +mv +kK +kK +mv +Sy +mv +Ok +mv +Ok +Ok +Ok +Ok +kK +mv +Ok +mv +kK +"} +(44,1,1) = {" gF +kK +kK +mv +iQ +iK +Ir +Hb +Bw +js +tQ +eV +oB +gC +Ed +Ra +Bw +Ra +gy +kK +Qs +kK +kK +kK +kK +kK +mv +mv +mv +mv +kK +kK +kK +kK +ql +kK +kK +kK +kK +kK +kK +mv +mv +mv +kK +kK +kK +mv +Ok +Ok +MX +Ok +Ok +mv +Ok +mv +kK "} -(55,1,1) = {" +(45,1,1) = {" gF +kK +kK +Sy +iK +iK +wX +zj +zh +zh +RY +hL +zh +Xb +UO +er +xr +Bw +gy +kK +kK +kK +kK +kK +kK +mv +mv +kK +kK +mv +ql +kK +kK +kK +kK +aL +ql +kK +kK +kK +kK +mv +mv +kK +kK +Ok +kK +Ok +Ok +Ok +kK +Ok +Ok +mv +Ok +kK +kK +"} +(46,1,1) = {" gF +kK +lG +mv +iK +iK +wX +Bw +DT +Bw +wX +Xa +YM +xg +Jq +LA +AH +CB +wX +mv +kK +kK +mv +kK +mv +Sy +mv +mv +mv +aL +ql +kK +ql +ql Yj -Yj -Ld -Yj -Ld -Ld -Yj -Ld -Ld -Yj -Yj -sy -Yj -Ld -Yj -Ld -Ld -Yj -Yj -Yj -Yj -Yj -Ld -Yj -iL -iL -iL -iL -iL -Yj -Yj -Yj -Yj -Yj -Ld -Ld -Yj -Yj -Yj -Yj -Ld -Yj -Ld -Ld -Ld +mv +kK +kO +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK +Ok Qs -Yj -Yj -Yj -iL -iL -iL -iL -iL -Yj -Yj +kK +Ok +mv +mv +Ok +mv +kK +"} +(47,1,1) = {" +gF +kK +kK +mv +kK +iK +wX +wX +wX +wX +wX +gC +oL +gC +er +UO +qB +JJ +wX +kK +kK +kK +kK +kK +kK +kK +mv +mv +mv +ql +OZ +kO +kK +kK +kK +kK +km +kK +kK +kK +kK +XB +kK +kK +Ok +kK +Ok +kK +Ok +kK +Ok +Ok +kK +Ok +Ok +mv gF "} -(56,1,1) = {" -gF +(48,1,1) = {" gF -Yj -Yj -Ld -Ld -Ld -lG -Yj -Ld -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Ld -Yj -Yj -sy -Yj -iL -iL -iL -Yj -sy -sy -Yj -Yj -Yj -Yj -Yj -Yj -Qs -Yj -Yj -Ld -ig -Yj -Yj -Yj +kK +kK +mv +kK +iQ +DP +AI +Bw +AW sJ +qB +Ws +qB +xB +Jq +Bw +Bw +bn +kK +qU +kK +kK +kK +kK +pC +mv +kK +SV +ql +kK +ql +kK +kK +mv +kK +mv +kK +kK XB -Yj -iL -iL -Yj -iL -iL -Yj -sJ -Yj +kK +kK +kK +kK +mv +mv +kK +kK +Ok +kK +mv +mv +mv +Ok +mv +kK gF "} -(57,1,1) = {" -gF +(49,1,1) = {" gF -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj +kK +kK +kK +GC +iK +wX +Bw +Io +gC sJ -Yj -Yj -Yj -Yj -Yj -Yj -Yj +er +Bw +Jq +Bw +Ng +aK +er +YI +kK +kK +qU +qU +kK +kK +mv +mv +mv +mv +XB +kK +kK +kK +mv +mv +mv +mv +kK Qs -Yj -Yj -Yj -Yj -Yj -Yj -Yj -iL -Yj -Yj -sJ -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -Yj -iL -iL -iL -Yj +kK +sy +mv +mv +mv +mv +kK +kK +kK +Ok +Ok +kK +Ok +Ok +Ok +kK +kK gF "} -(58,1,1) = {" -gF -gF -gF -Yj -Yj -Yj -Yj -Yj -gF -gF +(50,1,1) = {" gF +kK +kK +kK +kK +kK +ig +yc +Bw +yc +gy +er +er +QD +er +fN +Sq +qB +JI +mv +kK +Ov +kK +qU +mv +kK +mv +kK +mv +kK +kK +kK +kK +mv +mv +kK +mv +kK +kK +kK +kK +mv +Zg +eq +mv +mv +mv +kK +sy +Ok +Ok +Ok +kK +kK +kK +kK gF +"} +(51,1,1) = {" gF +kK +kK +kK +GC +kK +wX +Fu +Bw +yy +wX +ui +PX +xr +ko +er +UO +Bp +wX +mv +qU +kK +qU +qU +mv +mv +mv +kK +mv +Ca +Ca +kK +mv +mv +Sy +kK +mv +kK +kK +kK +mv +mv +kK +kP +kK +kK +mv +mv +kK +kK +kK +kK +XB +kK +Ca +Ca gF -Yj -Yj -Yj -Yj -Yj +"} +(52,1,1) = {" gF +kK +kK +kK +mv +kK +wX +wX +wX +wX +wX +wU +wX +FN +bn +bn +FN +wX +wX +mv +kK +kK +DA +mv +mv +kK +kK +Ca +Ca +Ca +Ca +kK +mv +mv +mv +mv +kK +kK +lG +kK +kK +mv +kK +mv +FD +AR +kK +kK +kK +lG +kK +kK +kK +Ca +Ca +kK gF +"} +(53,1,1) = {" gF +kK +mv +kK +mv +mv +kK +kK +kK +kK +mv +mv +kK +kK +mv +mv +mv +kK +kK +kK +kK +kK +kK +mv +kK +kK +Ca +Ca +Ca +Ca +Ca +mv +mv +kK +kK +mv +kK +kK +kK +kK +mv +we +mv +mv +Hi +mv +kK +kK +kK +kK +kK +Ca +Ca +Ca +kK +kK gF +"} +(54,1,1) = {" gF +kK +kK +mv +kK +mv +mv +kK +mv +mv +kK +kK +lG +kK +mv +kK +mv +mv +kK +kK +kK +kK +kK +mv +kK +Ca +Ca +Ca +Ca +Ca +kK +kK +kK +kK +kK +mv +mv +kK +kK +kK +kK +mv +kK +mv +mv +mv +XB +kK +kK +kK +Ca +Ca +Ca +Ca +Ca +kK +kK +"} +(55,1,1) = {" gF -Yj -Yj -Yj -Yj +kK +kK +mv +mv +mv +Sy +kK +mv +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK +mv +kK +kK +lG +kK +Ca +Ca +Ca +kK +lG +lG +kK +kK +kK +kK +kK +kK XB -Yj -Yj -Yj +kK +kK +mv +nK +kK +kK +kK +sy Qs -Yj -Yj -gF -gF -gF -gF -gF -gF -gF -gF -gF -gF -gF -gF -gF -gF -gF -gF -gF -gF -Yj -Yj -Yj -Yj -gF +kK +Ca +Ca +kK +Ca +Ca +kK +sy +kK "} -(59,1,1) = {" -gF -gF -gF -gF -gF -gF -gF -gF -gF -gF -gF -gF -gF -gF -gF -gF -gF -gF -gF -gF -gF -gF -gF -gF -gF -gF +(56,1,1) = {" gF +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK +sy +kK +kK +kK +kK +kK +kK +kK +XB +kK +kK +kK +kK +kK +kK +kK +Ca +kK +kK +sy +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK +kK +Ca +Ca +Ca +kK +"} +(57,1,1) = {" gF gF +kK +kK +kK +kK +kK gF gF gF gF gF gF +kK +kK +kK +kK +kK gF gF gF gF gF gF +kK +kK +kK +kK +Qs +kK +kK +kK +XB +kK +kK gF gF gF @@ -4973,4 +4733,8 @@ gF gF gF gF +kK +kK +kK +kK "} diff --git a/_maps/RandomRuins/SandRuins/whitesands_surface_camp_drugstore.dmm b/_maps/RandomRuins/SandRuins/whitesands_surface_camp_drugstore.dmm index ba50aaf885b5..4bf53b738636 100644 --- a/_maps/RandomRuins/SandRuins/whitesands_surface_camp_drugstore.dmm +++ b/_maps/RandomRuins/SandRuins/whitesands_surface_camp_drugstore.dmm @@ -1,13 +1,13 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE "a" = ( /turf/closed/wall/mineral/wood, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "b" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood{ icon_state = "wood-broken5" }, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "c" = ( /obj/structure/table/reinforced, /obj/item/pda/clear{ @@ -16,11 +16,11 @@ }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "d" = ( /obj/structure/barricade/wooden, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "e" = ( /obj/structure/rack, /obj/effect/spawner/lootdrop/donkpockets, @@ -29,7 +29,7 @@ /obj/effect/spawner/lootdrop/donkpockets, /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "f" = ( /obj/structure/rack, /obj/item/reagent_containers/food/snacks/cornchips, @@ -38,18 +38,18 @@ /obj/item/reagent_containers/food/snacks/canned/peaches, /obj/item/reagent_containers/food/drinks/bottle/sarsaparilla, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "g" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood{ icon_state = "wood-broken4" }, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "h" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/barricade/wooden, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "j" = ( /obj/structure/closet/cabinet, /obj/item/spacecash/bundle/c100, @@ -63,7 +63,7 @@ /obj/item/spacecash/bundle/c200, /obj/item/spacecash/bundle/c50, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "k" = ( /obj/structure/rack, /obj/item/reagent_containers/food/snacks/cheesyfries, @@ -71,14 +71,14 @@ /obj/item/reagent_containers/food/snacks/cheesewedge, /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "l" = ( /obj/structure/dresser, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "m" = ( /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "n" = ( /mob/living/simple_animal/hostile/asteroid/whitesands/survivor{ dir = 4 @@ -86,12 +86,12 @@ /turf/open/floor/wood{ icon_state = "wood-broken7" }, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "o" = ( /turf/open/floor/wood{ icon_state = "wood-broken3" }, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "p" = ( /obj/structure/table/reinforced, /obj/item/paper_bin, @@ -100,14 +100,14 @@ /turf/open/floor/wood{ icon_state = "wood-broken7" }, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "q" = ( /obj/machinery/door/window/northleft{ dir = 8 }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "r" = ( /obj/structure/rack, /obj/item/gun/energy/kinetic_accelerator{ @@ -119,32 +119,32 @@ pixel_y = 3 }, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "s" = ( /obj/structure/sign/poster/official/pda_ad, /turf/closed/wall/mineral/wood, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "t" = ( /obj/structure/rack, /obj/effect/spawner/lootdrop/minor/kittyears_or_rabbitears, /obj/effect/spawner/lootdrop/minor/kittyears_or_rabbitears, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "u" = ( /obj/structure/table/reinforced, /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "w" = ( /obj/structure/window, /obj/structure/rack, /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "x" = ( /obj/structure/mineral_door/wood, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "y" = ( /obj/structure/rack, /obj/item/grenade/smokebomb{ @@ -154,34 +154,34 @@ pixel_x = -6 }, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "z" = ( /turf/open/floor/wood{ icon_state = "wood-broken5" }, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "B" = ( /turf/open/floor/wood{ icon_state = "wood-broken4" }, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "C" = ( /obj/structure/mineral_door/wood, /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "D" = ( /turf/open/floor/wood{ icon_state = "wood-broken" }, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "E" = ( /obj/effect/spawner/lootdrop/costume, /obj/effect/spawner/lootdrop/gloves, /obj/structure/window, /obj/structure/rack, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "F" = ( /obj/structure/rack, /obj/item/borg/upgrade/modkit/cooldown{ @@ -193,43 +193,43 @@ pixel_x = -7 }, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "G" = ( /obj/effect/spawner/lootdrop/costume, /obj/structure/window, /obj/structure/rack, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "H" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood{ icon_state = "wood-broken7" }, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "I" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood{ icon_state = "wood-broken2" }, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "J" = ( /obj/structure/rack, /obj/item/reagent_containers/food/snacks/chewable/bubblegum/nicotine, /obj/item/reagent_containers/food/snacks/burger/fivealarm, /obj/item/reagent_containers/food/snacks/cherrycupcake, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "K" = ( /obj/structure/rack, /obj/item/reagent_containers/food/snacks/chococornet, /obj/item/reagent_containers/food/snacks/candy, /obj/item/reagent_containers/food/snacks/canned/peaches, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "L" = ( /obj/machinery/light/directional/north, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "M" = ( /obj/effect/spawner/lootdrop/costume, /obj/effect/spawner/lootdrop/gloves, @@ -240,12 +240,12 @@ icon_state = "medium" }, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "N" = ( /obj/structure/bed, /obj/item/bedsheet/dorms, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "O" = ( /obj/structure/rack, /obj/item/reagent_containers/food/snacks/chewable/bubblegum/happiness, @@ -253,7 +253,7 @@ /obj/item/reagent_containers/food/snacks/chocolatebar, /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "P" = ( /obj/structure/rack, /obj/item/reagent_containers/food/snacks/chocolatebunny, @@ -262,7 +262,7 @@ /obj/effect/decal/cleanable/dirt, /obj/machinery/light/directional/north, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "R" = ( /obj/structure/rack, /obj/item/reagent_containers/food/snacks/cheesynachos, @@ -270,7 +270,7 @@ /obj/item/reagent_containers/food/snacks/canned/beans, /obj/item/reagent_containers/food/drinks/bottle/sarsaparilla, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "S" = ( /turf/template_noop, /area/template_noop) @@ -278,17 +278,17 @@ /obj/machinery/vending/cola/random, /obj/machinery/light/directional/west, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "U" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "V" = ( /obj/structure/table/reinforced, /obj/item/pen/red, /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "W" = ( /obj/structure/rack, /obj/item/construction/rcd{ @@ -297,10 +297,10 @@ }, /obj/item/rcd_ammo, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "Z" = ( /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) (1,1,1) = {" a diff --git a/_maps/RandomRuins/SandRuins/whitesands_surface_camp_saloon.dmm b/_maps/RandomRuins/SandRuins/whitesands_surface_camp_saloon.dmm index c9c0252fd786..6b6f03797383 100644 --- a/_maps/RandomRuins/SandRuins/whitesands_surface_camp_saloon.dmm +++ b/_maps/RandomRuins/SandRuins/whitesands_surface_camp_saloon.dmm @@ -148,7 +148,7 @@ /area/ruin/whitesands/saloon) "eQ" = ( /turf/open/floor/plating/asteroid/whitesands/lit, -/area/ruin/whitesands/saloon) +/area/overmap_encounter/planetoid/sand/explored) "eV" = ( /turf/open/floor/wood, /area/ruin/whitesands/saloon) @@ -163,7 +163,7 @@ pixel_y = -6 }, /turf/open/floor/plating/asteroid/whitesands/lit, -/area/ruin/whitesands/saloon) +/area/overmap_encounter/planetoid/sand/explored) "fo" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 4 @@ -254,7 +254,7 @@ /area/ruin/whitesands/saloon) "gF" = ( /turf/open/floor/plating/asteroid/whitesands/grass/lit, -/area/ruin/whitesands/saloon) +/area/overmap_encounter/planetoid/sand/explored) "hf" = ( /obj/structure/sign/barsign{ pixel_y = 32 @@ -387,7 +387,7 @@ "kl" = ( /obj/effect/decal/cleanable/blood/old, /turf/open/floor/plating/asteroid/whitesands/lit, -/area/ruin/whitesands/saloon) +/area/overmap_encounter/planetoid/sand/explored) "ko" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ @@ -547,7 +547,7 @@ /obj/structure/closet/crate/grave/loot, /obj/item/gun/ballistic/derringer/traitor, /turf/open/floor/plating/asteroid/whitesands/grass/lit, -/area/ruin/whitesands/saloon) +/area/overmap_encounter/planetoid/sand/explored) "pj" = ( /obj/machinery/light/directional/south, /obj/structure/chair/stool/bar{ @@ -964,7 +964,7 @@ dir = 8 }, /turf/open/floor/plating/asteroid/whitesands/lit, -/area/ruin/whitesands/saloon) +/area/overmap_encounter/planetoid/sand/explored) "Dx" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ @@ -1156,7 +1156,7 @@ dir = 1 }, /turf/open/floor/plating/asteroid/whitesands/lit, -/area/ruin/whitesands/saloon) +/area/overmap_encounter/planetoid/sand/explored) "Ig" = ( /obj/structure/reagent_dispensers/beerkeg, /obj/structure/sign/poster/official/high_class_martini{ @@ -1518,7 +1518,7 @@ /obj/structure/closet/crate/grave/loot, /obj/item/gun/ballistic/derringer, /turf/open/floor/plating/asteroid/whitesands/grass/lit, -/area/ruin/whitesands/saloon) +/area/overmap_encounter/planetoid/sand/explored) "UO" = ( /obj/machinery/door/airlock/wood/glass{ name = "Saloon Entry" @@ -1562,7 +1562,7 @@ /obj/item/ammo_casing/spent, /obj/item/clothing/mask/gas/explorer, /turf/open/floor/plating/asteroid/whitesands/lit, -/area/ruin/whitesands/saloon) +/area/overmap_encounter/planetoid/sand/explored) "VF" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ diff --git a/_maps/RandomRuins/SandRuins/whitesands_surface_chokepoint.dmm b/_maps/RandomRuins/SandRuins/whitesands_surface_chokepoint.dmm index 27cd203cfe3d..ba1b2f32d28c 100644 --- a/_maps/RandomRuins/SandRuins/whitesands_surface_chokepoint.dmm +++ b/_maps/RandomRuins/SandRuins/whitesands_surface_chokepoint.dmm @@ -2,6 +2,10 @@ "a" = ( /turf/template_noop, /area/template_noop) +"b" = ( +/obj/structure/barricade/sandbags, +/turf/open/floor/plating/asteroid/whitesands/dried, +/area/ruin) "d" = ( /obj/structure/closet/secure_closet{ icon_state = "sec" @@ -10,15 +14,15 @@ /obj/item/ammo_box/magazine/co9mm, /obj/item/ammo_box/magazine/co9mm, /turf/open/floor/plating/asteroid/whitesands, -/area/whitesands/surface/outdoors) +/area/ruin) "e" = ( /obj/structure/sign/poster/official/here_for_your_safety, /turf/closed/wall/mineral/sandstone, -/area/whitesands/surface/outdoors) +/area/ruin) "f" = ( /obj/item/banner/security/mundane, /turf/open/floor/plating/asteroid/whitesands/dried, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "g" = ( /obj/structure/bed, /obj/item/bedsheet/hos, @@ -28,7 +32,7 @@ name = "\improper NanoTrasen Stranded Security Officer" }, /turf/open/floor/plating/asteroid/whitesands/dried, -/area/whitesands/surface/outdoors) +/area/ruin) "h" = ( /mob/living/simple_animal/hostile/nanotrasen/ranged{ atmos_requirements = list("min_oxy"=5,"max_oxy"=0,"min_tox"=0,"max_tox"=0,"min_co2"=0,"max_co2"=999,"min_n2"=0,"max_n2"=0); @@ -37,7 +41,7 @@ name = "\improper NanoTrasen Stranded Security Officer" }, /turf/open/floor/plating/asteroid/whitesands/dried, -/area/whitesands/surface/outdoors) +/area/ruin) "i" = ( /obj/structure/chair/wood{ dir = 8 @@ -49,27 +53,34 @@ name = "\improper NanoTrasen Stranded Security Officer" }, /turf/open/floor/plating/asteroid/whitesands/dried, -/area/whitesands/surface/outdoors) +/area/ruin) "j" = ( /obj/item/banner/security, /turf/open/floor/plating/asteroid/whitesands/dried, -/area/whitesands/surface/outdoors) +/area/ruin) "k" = ( /obj/effect/mob_spawn/human/corpse/damaged/whitesands/survivor, /obj/effect/decal/cleanable/blood, /turf/open/floor/plating/asteroid/whitesands/lit, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) +"m" = ( +/turf/open/floor/plating/asteroid/whitesands, +/area/overmap_encounter/planetoid/sand/explored) "n" = ( /obj/structure/sign/poster/official/ion_carbine, /turf/closed/wall/mineral/sandstone, -/area/whitesands/surface/outdoors) +/area/ruin) +"o" = ( +/obj/item/banner/security/mundane, +/turf/open/floor/plating/asteroid/whitesands/dried, +/area/ruin) "p" = ( /obj/structure/sign/poster/official/safety_report, /turf/closed/wall/mineral/sandstone, -/area/whitesands/surface/outdoors) +/area/ruin) "q" = ( /turf/open/floor/plating/asteroid/whitesands/lit, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "r" = ( /obj/structure/closet/cabinet, /obj/item/clothing/head/helmet/knight/blue, @@ -77,10 +88,10 @@ /obj/item/spear, /obj/item/shield/riot/buckler, /turf/open/floor/plating/asteroid/whitesands, -/area/whitesands/surface/outdoors) +/area/ruin) "u" = ( /turf/open/floor/plating/asteroid/whitesands, -/area/whitesands/surface/outdoors) +/area/ruin) "v" = ( /mob/living/simple_animal/hostile/nanotrasen/ranged{ atmos_requirements = list("min_oxy"=5,"max_oxy"=0,"min_tox"=0,"max_tox"=0,"min_co2"=0,"max_co2"=999,"min_n2"=0,"max_n2"=0); @@ -89,26 +100,26 @@ name = "\improper NanoTrasen Stranded Security Officer" }, /turf/open/floor/plating/asteroid/whitesands/dried, -/area/whitesands/surface/outdoors) +/area/ruin) "x" = ( /obj/structure/sign/poster/contraband/space_cops, /turf/closed/wall/mineral/sandstone, -/area/whitesands/surface/outdoors) +/area/ruin) "z" = ( /turf/open/floor/plating/asteroid/whitesands/dried, -/area/whitesands/surface/outdoors) +/area/ruin) "E" = ( /obj/item/banner/security/mundane, /turf/open/floor/plating/asteroid/whitesands, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "H" = ( /obj/structure/sign/poster/official/report_crimes, /turf/closed/wall/mineral/sandstone, -/area/whitesands/surface/outdoors) +/area/ruin) "I" = ( /obj/structure/sign/poster/contraband/twelve_gauge, /turf/closed/wall/mineral/sandstone, -/area/whitesands/surface/outdoors) +/area/ruin) "J" = ( /obj/item/cigbutt, /obj/item/cigbutt{ @@ -116,37 +127,37 @@ pixel_y = -5 }, /turf/open/floor/plating/asteroid/whitesands/dried, -/area/whitesands/surface/outdoors) +/area/ruin) "K" = ( /obj/structure/barricade/sandbags, /turf/open/floor/plating/asteroid/whitesands/dried, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "L" = ( /obj/structure/sign/poster/official/love_ian, /turf/closed/wall/mineral/sandstone, -/area/whitesands/surface/outdoors) +/area/ruin) "M" = ( /obj/structure/mineral_door/sandstone, /turf/open/floor/plating/asteroid/whitesands/dried, -/area/whitesands/surface/outdoors) +/area/ruin) "N" = ( /obj/structure/sign/poster/official/work_for_a_future, /turf/closed/wall/mineral/sandstone, -/area/whitesands/surface/outdoors) +/area/ruin) "P" = ( /obj/structure/sign/poster/official/do_not_question, /turf/closed/wall/mineral/sandstone, -/area/whitesands/surface/outdoors) +/area/ruin) "Q" = ( /turf/closed/mineral/random/whitesands, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "S" = ( /obj/effect/mob_spawn/human/corpse/damaged/whitesands/survivor, /obj/effect/decal/cleanable/blood{ icon_state = "floor3" }, /turf/open/floor/plating/asteroid/whitesands/lit, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "T" = ( /obj/structure/table/wood, /obj/item/reagent_containers/food/drinks/bottle/whiskey{ @@ -158,23 +169,29 @@ pixel_y = 2 }, /turf/open/floor/plating/asteroid/whitesands/dried, -/area/whitesands/surface/outdoors) +/area/ruin) "U" = ( /obj/structure/table/wood, /obj/item/holosign_creator/security, /turf/open/floor/plating/asteroid/whitesands/dried, -/area/whitesands/surface/outdoors) +/area/ruin) +"V" = ( +/turf/closed/mineral/random/whitesands, +/area/ruin) "W" = ( /obj/structure/sign/poster/official/obey, /turf/closed/wall/mineral/sandstone, -/area/whitesands/surface/outdoors) +/area/ruin) "X" = ( /turf/closed/wall/mineral/sandstone, -/area/whitesands/surface/outdoors) +/area/ruin) "Y" = ( /obj/structure/sign/poster/official/nanotrasen_logo, /turf/closed/wall/mineral/sandstone, -/area/whitesands/surface/outdoors) +/area/ruin) +"Z" = ( +/turf/open/floor/plating/asteroid/whitesands/dried, +/area/overmap_encounter/planetoid/sand/explored) (1,1,1) = {" a @@ -213,8 +230,8 @@ q q q q -z -z +Z +Z a a a @@ -222,8 +239,8 @@ a a "} (4,1,1) = {" -Q -f +V +o q k q @@ -237,13 +254,13 @@ Q Q "} (5,1,1) = {" -Q -Q -K -K +V +V +b +b z -K -K +b +b X n H @@ -252,8 +269,8 @@ Q Q "} (6,1,1) = {" -Q -Q +V +V z z z @@ -267,7 +284,7 @@ Q Q "} (7,1,1) = {" -Q +V U z z @@ -282,7 +299,7 @@ Q Q "} (8,1,1) = {" -Q +V i z z @@ -297,8 +314,8 @@ X Q "} (9,1,1) = {" -Q -Q +V +V z z z @@ -312,8 +329,8 @@ p Q "} (10,1,1) = {" -Q -Q +V +V J z z @@ -327,13 +344,13 @@ P Q "} (11,1,1) = {" -Q -Q -K -K +V +V +b +b z -K -K +b +b X X L @@ -342,13 +359,13 @@ X Q "} (12,1,1) = {" -Q -Q +V +V f -u -u -u -u +m +m +m +m E Q Q diff --git a/_maps/RandomRuins/SandRuins/whitesands_surface_conveniencestore.dmm b/_maps/RandomRuins/SandRuins/whitesands_surface_conveniencestore.dmm index bf852004f168..9d32745de146 100644 --- a/_maps/RandomRuins/SandRuins/whitesands_surface_conveniencestore.dmm +++ b/_maps/RandomRuins/SandRuins/whitesands_surface_conveniencestore.dmm @@ -6,22 +6,22 @@ pixel_y = 4 }, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "bd" = ( /obj/machinery/door/airlock/public{ dir = 4 }, /obj/structure/fans/tiny, /obj/effect/decal/cleanable/dirt/dust, -/turf/open/space/basic, -/area/whitesands/surface/outdoors) +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) "by" = ( /obj/item/cigbutt{ pixel_x = -9; pixel_y = -2 }, /turf/open/floor/plating/asteroid/whitesands, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "cD" = ( /obj/item/chair{ dir = 8 @@ -29,7 +29,7 @@ /obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/cobweb/cobweb2, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "cJ" = ( /obj/item/trash/can{ pixel_x = -3; @@ -37,14 +37,14 @@ }, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "fd" = ( /obj/structure/sign/poster/official/bless_this_spess, /turf/closed/wall/material, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "ff" = ( /turf/open/floor/plating/asteroid/whitesands, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "fo" = ( /obj/structure/rack, /obj/item/toy/plush/moth{ @@ -55,20 +55,20 @@ pixel_y = -1 }, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "kN" = ( /obj/structure/rack, /obj/machinery/light/broken/directional/north, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "lu" = ( /obj/structure/sign/poster/contraband/donut_corp, /turf/closed/wall/material, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "lS" = ( /turf/closed/wall/material, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "mF" = ( /obj/structure/table, /obj/structure/window{ @@ -76,11 +76,11 @@ }, /obj/item/reagent_containers/food/drinks/bottle/sarsaparilla, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "nB" = ( /mob/living/simple_animal/hostile/cockroach, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "pd" = ( /obj/item/kitchen/knife{ pixel_x = 6; @@ -88,7 +88,7 @@ }, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "rk" = ( /obj/item/cigbutt, /obj/item/cigbutt{ @@ -98,7 +98,7 @@ /obj/effect/decal/cleanable/dirt/dust, /mob/living/simple_animal/hostile/cockroach, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "sP" = ( /obj/structure/rack, /obj/item/kitchen/knife/plastic{ @@ -112,14 +112,14 @@ }, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "sQ" = ( /obj/item/trash/popcorn{ pixel_x = 8 }, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "tJ" = ( /obj/structure/rack, /obj/item/cane, @@ -128,7 +128,7 @@ pixel_y = 4 }, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "ut" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/item/toy/plush/slimeplushie{ @@ -136,14 +136,14 @@ pixel_y = -2 }, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "ux" = ( /turf/template_noop, /area/template_noop) "uM" = ( /obj/machinery/vending/snack/random, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "wd" = ( /obj/structure/table, /obj/machinery/light/small/directional/north, @@ -156,11 +156,11 @@ pixel_x = 1 }, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "wp" = ( /obj/structure/sign/poster/contraband/energy_swords, /turf/closed/wall/material, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "xo" = ( /obj/item/cigbutt{ pixel_x = -11; @@ -168,14 +168,14 @@ }, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "xv" = ( /obj/structure/rack, /obj/item/paicard{ pixel_y = 2 }, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "yQ" = ( /obj/structure/rack, /obj/item/reagent_containers/food/snacks/syndicake{ @@ -183,7 +183,7 @@ pixel_y = 4 }, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "yX" = ( /obj/structure/rack, /obj/item/poster/random_retro, @@ -192,11 +192,11 @@ pixel_y = 8 }, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "zP" = ( /obj/machinery/door/airlock, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "BK" = ( /obj/item/trash/can{ icon_state = "shamblers"; @@ -204,18 +204,18 @@ pixel_y = 4 }, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "Cy" = ( /obj/structure/table, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "FT" = ( /turf/closed/wall, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "FX" = ( /obj/machinery/vending/cola/random, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "Gr" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/item/trash/candy{ @@ -223,12 +223,12 @@ pixel_y = 5 }, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "GO" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/machinery/light/broken/directional/west, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "IJ" = ( /obj/effect/decal/remains/human{ pixel_x = 1 @@ -236,16 +236,16 @@ /obj/effect/decal/cleanable/blood/old, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "Kr" = ( /obj/structure/rack, /obj/item/toy/plush/hornet/gay, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "KZ" = ( /obj/structure/sign/poster/contraband/starkist, /turf/closed/wall/material, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "LZ" = ( /obj/structure/rack, /obj/item/clothing/mask/gas/clown_hat{ @@ -253,30 +253,30 @@ }, /obj/item/clothing/mask/gas/clown_hat, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "Mu" = ( /obj/structure/grille, /obj/structure/window/reinforced/fulltile, /obj/structure/barricade/wooden/crude, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "MZ" = ( /obj/structure/rack, /obj/item/clothing/under/pants/khaki{ pixel_y = 2 }, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "Qd" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/vomit/old, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "Tr" = ( /obj/structure/table, /obj/structure/window, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "Uk" = ( /obj/structure/rack, /obj/item/bikehorn{ @@ -284,7 +284,7 @@ pixel_y = 6 }, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "UZ" = ( /obj/structure/table, /obj/structure/window, @@ -296,7 +296,7 @@ pixel_y = 3 }, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "VD" = ( /obj/item/cigbutt{ pixel_x = -7; @@ -305,18 +305,18 @@ /obj/effect/decal/cleanable/dirt/dust, /obj/machinery/light/directional/north, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "We" = ( /obj/item/trash/chips{ pixel_x = 1 }, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "Wp" = ( /obj/structure/sign/poster/contraband/clown, /turf/closed/wall, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "Wr" = ( /obj/structure/rack, /obj/item/toy/sword{ @@ -324,21 +324,21 @@ pixel_y = 6 }, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "Wt" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "WJ" = ( /obj/machinery/door/window/southright, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "WU" = ( /obj/item/trash/pistachios, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "Xd" = ( /obj/structure/rack, /obj/item/reagent_containers/food/snacks/canned/beans{ @@ -346,28 +346,28 @@ pixel_y = 9 }, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "XR" = ( /obj/structure/rack, /obj/effect/decal/cleanable/cobweb, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "Yd" = ( /obj/effect/decal/cleanable/dirt/dust, /mob/living/simple_animal/hostile/cockroach, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "Yf" = ( /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "YE" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/structure/closet/crate/bin, /obj/machinery/light/broken/directional/south, /obj/item/toy/plush/among, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "Zu" = ( /obj/structure/rack, /obj/item/reagent_containers/food/drinks/waterbottle{ @@ -382,7 +382,7 @@ pixel_y = 4 }, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "ZA" = ( /obj/structure/rack, /obj/item/lighter/greyscale{ @@ -393,7 +393,7 @@ }, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) (1,1,1) = {" ux diff --git a/_maps/RandomRuins/SandRuins/whitesands_surface_golemhijack.dmm b/_maps/RandomRuins/SandRuins/whitesands_surface_golemhijack.dmm index 4be5c85f769b..8953d652b99a 100644 --- a/_maps/RandomRuins/SandRuins/whitesands_surface_golemhijack.dmm +++ b/_maps/RandomRuins/SandRuins/whitesands_surface_golemhijack.dmm @@ -4,10 +4,10 @@ /turf/open/floor/plating{ icon_state = "platingdmg1" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "aZ" = ( /turf/closed/wall/mineral/titanium/nodiagonal, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "bb" = ( /obj/item/shard{ icon_state = "small" @@ -16,14 +16,14 @@ /turf/open/floor/plating{ icon_state = "platingdmg1" }, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "bW" = ( /obj/structure/shuttle/engine/heater{ dir = 1 }, /obj/structure/window/reinforced, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "cj" = ( /obj/effect/mob_spawn/human/corpse{ mob_species = /datum/species/golem @@ -31,7 +31,7 @@ /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/blood/old, /turf/open/floor/mineral/titanium/white, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "cs" = ( /obj/effect/turf_decal/corner/transparent/neutral{ dir = 8 @@ -41,7 +41,7 @@ }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "cB" = ( /obj/effect/turf_decal/trimline/opaque/white/corner{ dir = 4 @@ -52,18 +52,18 @@ /obj/effect/turf_decal/corner/transparent/neutral, /obj/machinery/mecha_part_fabricator/maint, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "cW" = ( /obj/structure/door_assembly/door_assembly_min{ dir = 4 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "dz" = ( /obj/structure/rack, /obj/item/pickaxe, /turf/open/floor/mineral/plastitanium, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "eM" = ( /obj/item/pickaxe{ pixel_x = 3; @@ -72,57 +72,60 @@ /obj/item/card/id/mining, /obj/effect/decal/cleanable/dirt, /turf/open/floor/mineral/titanium/yellow, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "fb" = ( /obj/item/crowbar, /turf/open/floor/plating{ icon_state = "platingdmg1" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "fo" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/blood/old, /turf/open/floor/mineral/titanium/purple, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) +"fz" = ( +/turf/open/floor/plating/asteroid/whitesands, +/area/ruin/unpowered) "ha" = ( /obj/item/rack_parts, /turf/open/floor/mineral/plastitanium, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "hh" = ( /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "hi" = ( /obj/item/resonator, /obj/effect/decal/cleanable/blood/old, /turf/open/floor/plating{ icon_state = "platingdmg1" }, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "ht" = ( /obj/structure/girder/displaced, /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "hJ" = ( /obj/item/shard{ icon_state = "medium" }, /turf/open/floor/plating/asteroid/whitesands, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "hM" = ( /obj/item/storage/box, /obj/item/light/bulb/broken, /obj/item/light/tube/broken, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "iE" = ( /obj/structure/AIcore/deactivated, /turf/open/floor/mineral/titanium/white, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "jp" = ( /obj/effect/turf_decal/corner/transparent/neutral, /obj/effect/turf_decal/corner/transparent/neutral{ @@ -134,7 +137,7 @@ /obj/structure/table, /obj/item/storage/firstaid/brute, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "jw" = ( /obj/item/bedsheet/rd/royal_cape, /obj/item/toy/figure/rd{ @@ -145,7 +148,7 @@ }, /obj/effect/decal/cleanable/blood/old, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "jy" = ( /obj/effect/turf_decal/corner/transparent/neutral, /obj/effect/turf_decal/trimline/opaque/purple/line{ @@ -157,11 +160,11 @@ /obj/effect/turf_decal/corner/transparent/neutral, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "jO" = ( /obj/item/storage/part_replacer/bluespace/tier2, /turf/open/floor/mineral/titanium/white, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "kJ" = ( /obj/item/stack/sheet/mineral/wood, /obj/item/stack/sheet/mineral/wood, @@ -172,26 +175,31 @@ pixel_y = 5 }, /turf/open/floor/mineral/plastitanium, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "kT" = ( /obj/structure/girder/displaced, /turf/open/floor/plating{ icon_state = "platingdmg1" }, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) +"lJ" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/ruin/unpowered) "mO" = ( /obj/structure/window/reinforced, /obj/structure/shuttle/engine/heater{ dir = 1 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "mS" = ( /obj/item/shard{ icon_state = "tiny" }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "nL" = ( /obj/item/light/bulb/broken{ pixel_x = 8; @@ -205,11 +213,11 @@ /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/blood/old, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "nX" = ( /obj/machinery/door/airlock/titanium, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "nZ" = ( /obj/item/storage/bag/ore, /obj/effect/turf_decal/industrial/outline/yellow, @@ -226,7 +234,12 @@ pixel_y = -6 }, /turf/open/floor/mineral/plastitanium, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) +"od" = ( +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/ruin/unpowered) "oP" = ( /obj/item/toy/plush/lizardplushie{ desc = "Awww! It looks like it will snuggle all of your internal organs!"; @@ -238,39 +251,39 @@ /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/blood/old, /turf/open/floor/mineral/titanium/white, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "pb" = ( /turf/open/floor/plating{ icon_state = "platingdmg1" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "pC" = ( /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "pQ" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating{ icon_state = "platingdmg1" }, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "qU" = ( /obj/structure/table, /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "qY" = ( /obj/structure/door_assembly/door_assembly_com, /turf/open/floor/plating{ icon_state = "platingdmg1" }, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "rm" = ( /obj/structure/girder, /turf/open/floor/plating{ icon_state = "platingdmg1" }, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "rC" = ( /obj/effect/turf_decal/corner/transparent/neutral, /obj/effect/turf_decal/corner/transparent/neutral{ @@ -286,25 +299,25 @@ }, /obj/effect/decal/cleanable/blood/old, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "sb" = ( /obj/structure/frame/machine, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "sh" = ( /obj/machinery/door/airlock/titanium, /turf/open/floor/plating/asteroid/whitesands, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "sm" = ( /obj/structure/frame/machine, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "sF" = ( /obj/item/rack_parts, /obj/item/storage/bag/ore, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "sO" = ( /obj/item/storage/box, /obj/structure/table, @@ -319,7 +332,7 @@ }, /obj/effect/decal/cleanable/blood/old, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "tg" = ( /obj/item/light/bulb/broken{ pixel_x = -3; @@ -331,7 +344,7 @@ /obj/effect/decal/cleanable/oil, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "tv" = ( /obj/item/light/bulb/broken{ pixel_x = -4; @@ -339,14 +352,14 @@ }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "tw" = ( /obj/item/mining_scanner{ pixel_y = 7 }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/mineral/titanium/yellow, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "tH" = ( /obj/item/pickaxe{ pixel_x = -6; @@ -356,21 +369,27 @@ /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) +"uA" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/overmap_encounter/planetoid/sand/explored) "uY" = ( /obj/structure/reagent_dispensers/watertank, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "vc" = ( /obj/item/pickaxe, /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/blood/old, /turf/open/floor/mineral/titanium/white, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "vd" = ( /obj/item/rack_parts, /turf/open/floor/plating/asteroid/whitesands, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "vD" = ( /obj/item/shard{ icon_state = "tiny" @@ -382,7 +401,7 @@ /turf/open/floor/plating{ icon_state = "platingdmg1" }, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "vI" = ( /obj/structure/rack, /obj/effect/turf_decal/trimline/opaque/yellow/line{ @@ -406,7 +425,7 @@ pixel_y = 6 }, /turf/open/floor/mineral/plastitanium, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "wd" = ( /obj/effect/turf_decal/trimline/opaque/purple/line{ dir = 5 @@ -424,35 +443,35 @@ mob_species = /datum/species/golem }, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "wl" = ( /obj/machinery/washing_machine, /turf/open/floor/plating{ icon_state = "platingdmg1" }, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "ww" = ( /obj/effect/decal/cleanable/blood/old, /turf/open/floor/plating{ icon_state = "platingdmg1" }, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "wH" = ( /obj/structure/girder, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "xA" = ( /obj/item/storage/box/rndboards, /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/blood/old, /turf/open/floor/mineral/titanium/white, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "xJ" = ( /obj/structure/shuttle/engine/propulsion{ dir = 1 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "xX" = ( /obj/effect/turf_decal/industrial/outline/yellow, /obj/effect/turf_decal/corner/transparent/neutral, @@ -463,12 +482,16 @@ dir = 4 }, /turf/open/floor/mineral/plastitanium, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "yc" = ( /turf/open/floor/plating{ icon_state = "platingdmg2" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) +"yI" = ( +/obj/structure/girder, +/turf/open/floor/plating, +/area/overmap_encounter/planetoid/sand/explored) "yX" = ( /obj/item/light/bulb/broken{ pixel_x = 3; @@ -477,14 +500,14 @@ /turf/open/floor/plating{ icon_state = "platingdmg1" }, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "zF" = ( /turf/template_noop, /area/template_noop) "zP" = ( /obj/effect/spawner/structure/window/shuttle, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "Al" = ( /obj/item/shard{ icon_state = "tiny" @@ -494,14 +517,14 @@ icon_state = "small" }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "AG" = ( /obj/machinery/mineral/ore_redemption{ input_dir = 4; output_dir = 8 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "AW" = ( /obj/effect/turf_decal/corner/transparent/neutral, /obj/effect/turf_decal/trimline/opaque/white/line{ @@ -512,7 +535,7 @@ /obj/item/stack/cable_coil/cut/green, /obj/item/circuitboard/machine/reagentgrinder, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "CL" = ( /obj/effect/turf_decal/corner/transparent/neutral{ dir = 1 @@ -527,7 +550,7 @@ /obj/item/stack/cable_coil/cut/random, /obj/item/surgicaldrill/advanced, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "EO" = ( /obj/effect/turf_decal/trimline/opaque/purple/line{ dir = 8 @@ -538,7 +561,7 @@ }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "EZ" = ( /obj/machinery/door/airlock/titanium, /obj/effect/turf_decal/industrial/warning, @@ -546,7 +569,7 @@ dir = 1 }, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "FK" = ( /obj/item/resonator, /obj/effect/mob_spawn/human/corpse{ @@ -555,7 +578,7 @@ /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/blood/old, /turf/open/floor/mineral/titanium/purple, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "Gf" = ( /obj/effect/turf_decal/corner/transparent/neutral{ dir = 8 @@ -568,19 +591,19 @@ }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "Gm" = ( /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "Gn" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/mineral/titanium/purple, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "Gs" = ( /obj/machinery/light/small/directional/west, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/freezer, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "GZ" = ( /obj/item/shard{ icon_state = "tiny" @@ -589,54 +612,54 @@ icon_state = "small" }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "Hm" = ( /obj/item/card/id/mining, /turf/open/floor/plating{ icon_state = "platingdmg1" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "HB" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "HE" = ( /obj/machinery/cell_charger, /obj/effect/decal/cleanable/dirt, /turf/open/floor/mineral/titanium/purple, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "HK" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/blood/old, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "Ie" = ( /obj/structure/girder/displaced, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "Il" = ( /obj/machinery/shower, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/freezer, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "IC" = ( /turf/open/floor/mineral/titanium/purple, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "JF" = ( /obj/machinery/door/airlock/external, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "Ks" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/freezer, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "Kt" = ( /obj/structure/reagent_dispensers/watertank, /obj/effect/decal/cleanable/oil/slippery, /turf/open/floor/plating{ icon_state = "platingdmg1" }, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "KT" = ( /obj/structure/rack, /obj/item/card/id/mining, @@ -644,7 +667,7 @@ /turf/open/floor/plating{ icon_state = "platingdmg1" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "Lz" = ( /obj/structure/frame/machine, /obj/effect/decal/cleanable/oil, @@ -653,7 +676,7 @@ /turf/open/floor/plating{ icon_state = "platingdmg1" }, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "Mx" = ( /obj/effect/turf_decal/corner/transparent/neutral{ dir = 8 @@ -662,7 +685,7 @@ dir = 1 }, /turf/open/floor/plating/asteroid/whitesands, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "MT" = ( /obj/structure/frame/machine, /obj/item/shard, @@ -673,22 +696,22 @@ /turf/open/floor/plating{ icon_state = "platingdmg1" }, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "Nm" = ( /obj/machinery/door/airlock/titanium, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "Nz" = ( /turf/open/floor/plating/asteroid/whitesands, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "Pe" = ( /obj/structure/ore_box, /turf/open/floor/mineral/plastitanium, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "PD" = ( /obj/item/pickaxe, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "PN" = ( /obj/structure/rack, /obj/item/spear, @@ -702,7 +725,7 @@ icon_state = "small" }, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "Qi" = ( /obj/item/light/bulb/broken{ pixel_x = -13; @@ -719,7 +742,12 @@ /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/blood/old, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) +"Qq" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg2" + }, +/area/ruin/unpowered) "Qr" = ( /obj/item/shard, /obj/effect/turf_decal/corner/transparent/neutral{ @@ -731,7 +759,7 @@ }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "QX" = ( /obj/effect/turf_decal/corner/transparent/neutral{ dir = 1 @@ -743,7 +771,7 @@ dir = 4 }, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "Rb" = ( /obj/effect/turf_decal/corner/transparent/neutral{ dir = 1 @@ -757,11 +785,11 @@ /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/opaque/white/corner, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "RJ" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/mineral/titanium/white, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "RX" = ( /obj/structure/rack, /obj/item/storage/toolbox/electrical{ @@ -776,7 +804,7 @@ /turf/open/floor/plating{ icon_state = "platingdmg1" }, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "SN" = ( /obj/item/shard{ icon_state = "tiny" @@ -788,7 +816,7 @@ /turf/open/floor/plating{ icon_state = "platingdmg1" }, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "Tc" = ( /obj/item/spear, /obj/effect/mob_spawn/human/corpse{ @@ -799,7 +827,7 @@ /turf/open/floor/plating{ icon_state = "platingdmg1" }, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "Um" = ( /obj/effect/turf_decal/corner/transparent/neutral{ dir = 4 @@ -810,14 +838,14 @@ }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "Uz" = ( /turf/closed/wall/mineral/plastitanium, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "Wm" = ( /obj/structure/frame/machine, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "Wt" = ( /obj/effect/turf_decal/corner/transparent/neutral{ dir = 4 @@ -829,25 +857,25 @@ /obj/machinery/autolathe, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "WO" = ( /obj/structure/door_assembly/door_assembly_com, /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "Xx" = ( /obj/structure/table, /obj/effect/decal/cleanable/blood/old, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "XQ" = ( /obj/item/shard, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating{ icon_state = "platingdmg1" }, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "YG" = ( /obj/item/resonator/upgraded, /obj/effect/mob_spawn/human/corpse{ @@ -857,7 +885,7 @@ /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "YN" = ( /obj/item/light/tube/broken{ pixel_x = -10; @@ -866,12 +894,12 @@ /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "YZ" = ( /obj/effect/decal/cleanable/oil/streak, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "ZD" = ( /obj/structure/rack, /obj/item/mop, @@ -880,22 +908,22 @@ pixel_x = 6 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "ZM" = ( /obj/item/spear/bonespear, /turf/open/floor/plating{ icon_state = "platingdmg1" }, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "ZP" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "ZT" = ( /obj/structure/reagent_dispensers/fueltank, /obj/effect/decal/cleanable/oil/slippery, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "ZY" = ( /obj/item/light/bulb/broken{ pixel_x = 7; @@ -908,7 +936,7 @@ /obj/effect/decal/cleanable/oil/streak, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) (1,1,1) = {" zF @@ -967,12 +995,12 @@ aZ wl ZP ZP -Nz +fz aZ Il hh pb -wH +yI Nz zF zF @@ -991,8 +1019,8 @@ mO aZ Xx Tc -Nz -Nz +fz +fz nX Ks Nz @@ -1021,7 +1049,7 @@ PD rm pb hh -pQ +uA ht hJ Nz @@ -1038,9 +1066,9 @@ zF (6,1,1) = {" xJ mO -pb +lJ Gm -Nz +fz aZ aZ aZ @@ -1064,19 +1092,19 @@ zF xJ mO rm -Nz +fz yX -hh +od kT AW jp qU Wt -pb +lJ Qr jy EO -pb +lJ ZP Um pQ @@ -1097,8 +1125,8 @@ rC hi RJ RJ -pb -pb +lJ +lJ Gn Gn jw @@ -1120,7 +1148,7 @@ YN EZ ww cj -pb +lJ iE vc IC @@ -1148,7 +1176,7 @@ RJ oP Gm xA -pb +lJ Gn Wm fo @@ -1173,9 +1201,9 @@ RJ ZM RJ jO -yc +Qq FK -pb +lJ pQ pQ pQ @@ -1194,17 +1222,17 @@ tg PN aZ cs -pb +lJ Rb CL -pb +lJ QX Gf Mx pQ Gf pQ -pb +lJ pb Nz Nz diff --git a/_maps/RandomRuins/SandRuins/whitesands_surface_medipen_plant.dmm b/_maps/RandomRuins/SandRuins/whitesands_surface_medipen_plant.dmm index 5432885c9d4d..2e167f56d1ef 100644 --- a/_maps/RandomRuins/SandRuins/whitesands_surface_medipen_plant.dmm +++ b/_maps/RandomRuins/SandRuins/whitesands_surface_medipen_plant.dmm @@ -1,10 +1,10 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE "ad" = ( /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "az" = ( /turf/closed/indestructible/riveted, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "aU" = ( /obj/structure/chair, /obj/effect/turf_decal/corner/transparent/neutral{ @@ -16,22 +16,22 @@ pixel_x = -32 }, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "bu" = ( /obj/effect/turf_decal/corner/transparent/neutral{ dir = 1 }, /obj/effect/turf_decal/corner/transparent/neutral, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "bX" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /turf/closed/indestructible/riveted, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "cl" = ( /obj/machinery/light/directional/south, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "cy" = ( /obj/effect/turf_decal/industrial/warning{ dir = 4 @@ -41,20 +41,20 @@ icon_state = "1-2" }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "cB" = ( /obj/structure/rack, /obj/effect/turf_decal/box, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /turf/open/floor/engine, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "cG" = ( /obj/structure/rack, /obj/item/reagent_containers/hypospray/medipen/survival, /obj/item/reagent_containers/hypospray/medipen/survival, /obj/effect/turf_decal/box, /turf/open/floor/engine, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "cM" = ( /obj/structure/rack, /obj/item/stack/sheet/cardboard/fifty{ @@ -68,7 +68,7 @@ }, /obj/effect/turf_decal/box, /turf/open/floor/engine, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "cZ" = ( /obj/structure/table, /obj/machinery/recharger{ @@ -88,7 +88,7 @@ dir = 8 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "da" = ( /obj/effect/turf_decal/corner/transparent/neutral{ dir = 1 @@ -100,13 +100,13 @@ pixel_x = 32 }, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "dE" = ( /obj/machinery/plumbing/filter, /turf/open/floor/plating{ icon_state = "platingdmg1" }, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "dR" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 8 @@ -115,7 +115,7 @@ /obj/item/stack/cable_coil/cyan, /obj/item/stack/cable_coil/cyan, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "dZ" = ( /obj/machinery/door/airlock/public/glass, /obj/effect/turf_decal/corner/transparent/neutral, @@ -123,14 +123,14 @@ dir = 8 }, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "ef" = ( /obj/structure/rack, /obj/item/reagent_containers/hypospray/medipen/survival, /obj/effect/turf_decal/box, /obj/machinery/light/directional/south, /turf/open/floor/engine, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "ej" = ( /obj/effect/turf_decal/corner/transparent/neutral{ dir = 1 @@ -139,14 +139,14 @@ /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/components/unary/vent_pump/on, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "en" = ( /obj/effect/spawner/structure/window, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ dir = 10 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "er" = ( /obj/structure/chair, /obj/effect/turf_decal/corner/transparent/neutral{ @@ -154,13 +154,13 @@ }, /obj/effect/turf_decal/corner/transparent/neutral, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "eI" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating{ icon_state = "platingdmg3" }, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "fg" = ( /obj/structure/table_frame, /obj/item/shard{ @@ -173,7 +173,7 @@ dir = 8 }, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "fl" = ( /obj/structure/table_frame, /obj/item/shard{ @@ -191,7 +191,7 @@ dir = 8 }, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "fB" = ( /obj/structure/table_frame, /obj/item/shard{ @@ -207,7 +207,7 @@ }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "fG" = ( /obj/item/shard{ icon_state = "tiny" @@ -223,7 +223,7 @@ dir = 8 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "fJ" = ( /obj/effect/turf_decal/industrial/warning{ dir = 8 @@ -236,23 +236,23 @@ dir = 8 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "fO" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "gn" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/light/directional/east, /obj/machinery/atmospherics/components/unary/vent_scrubber/on, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "gy" = ( /obj/item/reagent_containers/hypospray/medipen/oxandrolone, /turf/open/floor/plating{ icon_state = "platingdmg2" }, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "gS" = ( /obj/effect/turf_decal/corner/transparent/neutral{ dir = 1 @@ -261,7 +261,7 @@ /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/components/unary/vent_scrubber/on, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "ha" = ( /obj/structure/rack, /obj/item/tank/internals/oxygen/yellow{ @@ -278,68 +278,68 @@ }, /obj/effect/turf_decal/corner/transparent/neutral, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "hh" = ( /obj/structure/frame/computer{ dir = 1 }, /turf/open/floor/engine, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "hn" = ( /obj/structure/closet/secure_closet/chemical, /obj/effect/turf_decal/industrial/warning{ dir = 1 }, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "hq" = ( /obj/structure/chair/office{ dir = 1 }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "hC" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/components/unary/vent_pump/on{ dir = 8 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "hK" = ( /obj/structure/rack, /obj/item/reagent_containers/hypospray/medipen/survival, /obj/effect/turf_decal/box, /turf/open/floor/engine, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "hL" = ( /obj/structure/rack, /obj/effect/turf_decal/box, /obj/machinery/light/directional/south, /turf/open/floor/engine, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "hX" = ( /obj/structure/table/glass, /obj/effect/turf_decal/industrial/warning{ dir = 4 }, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "hY" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "iq" = ( /obj/machinery/chem_dispenser, /obj/effect/turf_decal/industrial/warning{ dir = 8 }, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "ir" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "iJ" = ( /obj/structure/table, /obj/item/reagent_containers/food/drinks/coffee, @@ -348,14 +348,14 @@ }, /obj/effect/turf_decal/corner/transparent/neutral, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "iP" = ( /obj/effect/turf_decal/industrial/warning{ dir = 8 }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "iT" = ( /obj/machinery/door/airlock/atmos/glass{ dir = 4 @@ -368,7 +368,7 @@ icon_state = "4-8" }, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "ja" = ( /obj/structure/table/glass, /obj/item/stack/ducts/fifty, @@ -384,7 +384,7 @@ }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "jh" = ( /obj/structure/rack, /obj/item/reagent_containers/hypospray/medipen/salacid{ @@ -400,20 +400,20 @@ dir = 8 }, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "kk" = ( /obj/effect/spawner/structure/window, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 6 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "ku" = ( /obj/structure/sign/poster/official/nanotrasen_logo{ pixel_y = -32 }, /turf/open/floor/plating/asteroid/whitesands, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "kF" = ( /obj/structure/rack, /obj/item/tank/internals/oxygen{ @@ -431,13 +431,13 @@ /obj/effect/turf_decal/corner/transparent/neutral, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "kI" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on{ dir = 4 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "kS" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable{ @@ -446,7 +446,7 @@ /turf/open/floor/plating{ icon_state = "platingdmg1" }, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "li" = ( /obj/structure/filingcabinet, /obj/effect/turf_decal/corner/opaque/red{ @@ -460,16 +460,16 @@ }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "lM" = ( /obj/effect/turf_decal/industrial/outline/yellow, /obj/machinery/quantumpad, /turf/open/floor/engine, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "lO" = ( /obj/machinery/plumbing/tank, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "mh" = ( /obj/structure/door_assembly/door_assembly_research{ dir = 4 @@ -478,7 +478,7 @@ /turf/open/floor/plating{ icon_state = "platingdmg3" }, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "mK" = ( /obj/structure/table_frame, /obj/item/shard{ @@ -486,19 +486,19 @@ }, /obj/item/shard, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "np" = ( /obj/effect/turf_decal/industrial/warning, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "nt" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ dir = 8 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "nz" = ( /obj/structure/table/glass, /obj/structure/frame/machine, @@ -506,7 +506,7 @@ dir = 8 }, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "nF" = ( /obj/structure/table, /obj/item/paper_bin, @@ -518,71 +518,74 @@ dir = 4 }, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "nQ" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ dir = 8 }, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "od" = ( /obj/structure/closet/wardrobe/chemistry_white, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "ok" = ( /obj/machinery/plumbing/input, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "oq" = ( /obj/item/wrench/crescent, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ dir = 8 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "oD" = ( /obj/machinery/light/small/directional/west, /obj/structure/cable{ icon_state = "2-4" }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "oG" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden{ dir = 1 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "oH" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "oW" = ( /obj/structure/rack, /obj/item/storage/box, /obj/effect/turf_decal/box, /obj/machinery/light/directional/north, /turf/open/floor/engine, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "pw" = ( /obj/structure/rack, /obj/item/storage/box, /obj/effect/turf_decal/box, /turf/open/floor/engine, -/area/whitesands/surface/outdoors) +/area/ruin/powered) +"pB" = ( +/turf/open/floor/plating/asteroid/whitesands, +/area/overmap_encounter/planetoid/sand/explored) "pS" = ( /obj/structure/closet/crate/solarpanel_small, /obj/item/stack/sheet/glass/fifty, /obj/item/stack/sheet/glass/fifty, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "qs" = ( /obj/effect/turf_decal/industrial/warning{ dir = 8 }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "qE" = ( /obj/machinery/door/window/westleft, /obj/effect/turf_decal/corner/transparent/neutral{ @@ -598,7 +601,7 @@ dir = 8 }, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "qG" = ( /obj/effect/turf_decal/industrial/warning{ dir = 1 @@ -606,27 +609,27 @@ /obj/effect/decal/cleanable/dirt, /obj/machinery/light/directional/north, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "qI" = ( /obj/machinery/chem_dispenser, /obj/effect/turf_decal/industrial/warning{ dir = 4 }, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "qK" = ( /obj/machinery/chem_master, /obj/effect/turf_decal/industrial/warning{ dir = 4 }, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "qL" = ( /obj/structure/rack, /obj/effect/turf_decal/box, /obj/machinery/atmospherics/pipe/simple/supply/hidden, /turf/open/floor/engine, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "re" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ dir = 8 @@ -634,12 +637,12 @@ /turf/open/floor/plating{ icon_state = "platingdmg1" }, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "rf" = ( /obj/effect/spawner/structure/window, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "rD" = ( /obj/structure/chair/office{ dir = 8 @@ -647,13 +650,13 @@ /obj/item/clothing/under/rank/security/officer/mallcop, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "rE" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ dir = 8 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "rH" = ( /obj/effect/turf_decal/corner/transparent/neutral{ dir = 1 @@ -662,12 +665,12 @@ /obj/effect/decal/cleanable/dirt, /obj/machinery/vending/mining_equipment, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "rN" = ( /turf/open/floor/plating{ icon_state = "platingdmg3" }, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "sz" = ( /obj/effect/turf_decal/industrial/warning{ dir = 4 @@ -678,7 +681,7 @@ }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "sE" = ( /obj/effect/turf_decal/corner/transparent/neutral{ dir = 1 @@ -686,27 +689,27 @@ /obj/effect/turf_decal/corner/transparent/neutral, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "sG" = ( /obj/structure/cable{ icon_state = "4-8" }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "sO" = ( /obj/effect/turf_decal/industrial/warning{ dir = 8 }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "sQ" = ( /obj/effect/turf_decal/industrial/warning{ dir = 1 }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "sT" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable{ @@ -721,7 +724,7 @@ /turf/open/floor/plating{ icon_state = "platingdmg1" }, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "tu" = ( /obj/structure/table, /obj/effect/turf_decal/corner/transparent/neutral{ @@ -739,12 +742,12 @@ dir = 4 }, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "uc" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "uu" = ( /obj/machinery/vending/cola/random, /obj/effect/turf_decal/corner/transparent/neutral{ @@ -753,7 +756,7 @@ /obj/effect/turf_decal/corner/transparent/neutral, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "uz" = ( /obj/machinery/vending/snack/random, /obj/effect/turf_decal/corner/transparent/neutral{ @@ -761,13 +764,13 @@ }, /obj/effect/turf_decal/corner/transparent/neutral, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "uD" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on{ dir = 1 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "uL" = ( /obj/structure/tank_dispenser/oxygen, /obj/effect/turf_decal/corner/transparent/neutral{ @@ -775,14 +778,14 @@ }, /obj/effect/turf_decal/corner/transparent/neutral, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "uP" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 8 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "vB" = ( /obj/structure/chair{ dir = 1 @@ -795,20 +798,20 @@ dir = 8 }, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "vI" = ( /obj/effect/turf_decal/industrial/warning{ dir = 4 }, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "vO" = ( /obj/structure/closet/wardrobe/chemistry_white, /obj/effect/turf_decal/industrial/warning{ dir = 1 }, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "wq" = ( /obj/effect/turf_decal/industrial/warning{ dir = 8 @@ -817,13 +820,13 @@ icon_state = "2-4" }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "ws" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on{ dir = 1 }, /turf/open/floor/engine, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "wF" = ( /obj/effect/turf_decal/corner/transparent/neutral{ dir = 1 @@ -836,7 +839,7 @@ dir = 8 }, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "wW" = ( /obj/machinery/vending/boozeomat, /obj/effect/turf_decal/corner/transparent/neutral{ @@ -845,18 +848,18 @@ /obj/effect/turf_decal/corner/transparent/neutral, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "xd" = ( /obj/effect/spawner/structure/window, /obj/machinery/atmospherics/pipe/simple/supply/hidden, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "xq" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ dir = 8 }, /turf/closed/wall, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "xP" = ( /obj/structure/cable{ icon_state = "1-2" @@ -868,7 +871,7 @@ dir = 1 }, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "xW" = ( /obj/machinery/chem_master, /obj/effect/turf_decal/industrial/warning{ @@ -876,7 +879,7 @@ }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "yc" = ( /obj/structure/door_assembly/door_assembly_research{ dir = 4 @@ -885,7 +888,7 @@ /turf/open/floor/plating{ icon_state = "platingdmg1" }, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "yg" = ( /obj/machinery/vending/snack/random, /obj/effect/turf_decal/corner/transparent/neutral{ @@ -894,7 +897,7 @@ /obj/effect/turf_decal/corner/transparent/neutral, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "yx" = ( /obj/effect/turf_decal/corner/transparent/neutral{ dir = 1 @@ -904,12 +907,12 @@ icon_state = "2-8" }, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "zk" = ( /turf/open/floor/plating{ icon_state = "platingdmg1" }, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "zQ" = ( /obj/structure/table/glass, /obj/effect/turf_decal/industrial/warning{ @@ -917,7 +920,7 @@ }, /obj/item/reagent_containers/hypospray/medipen/penacid, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "zR" = ( /obj/effect/turf_decal/industrial/warning{ dir = 4 @@ -930,7 +933,7 @@ dir = 4 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Ah" = ( /obj/item/shard{ icon_state = "tiny" @@ -945,7 +948,7 @@ /obj/effect/decal/cleanable/dirt, /obj/structure/table_frame, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "AK" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ dir = 9 @@ -954,7 +957,7 @@ pixel_x = 32 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "AO" = ( /obj/item/shard{ icon_state = "tiny" @@ -965,56 +968,56 @@ /obj/item/shard, /obj/machinery/atmospherics/pipe/simple/supply/hidden, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Bb" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating{ icon_state = "platingdmg1" }, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Bn" = ( /obj/effect/spawner/structure/window, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ dir = 4 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "BH" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating{ icon_state = "platingdmg2" }, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "BS" = ( /obj/effect/turf_decal/industrial/warning{ dir = 8 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Ci" = ( /obj/structure/rack, /obj/effect/turf_decal/box, /turf/open/floor/engine, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Db" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on{ dir = 4 }, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Dr" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, /obj/machinery/light/directional/south, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Dt" = ( /obj/machinery/chem_heater, /obj/effect/turf_decal/industrial/warning{ dir = 6 }, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Ee" = ( /obj/effect/turf_decal/corner/transparent/neutral{ dir = 1 @@ -1025,12 +1028,12 @@ dir = 8 }, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Eh" = ( /turf/open/floor/plating{ icon_state = "platingdmg2" }, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Ei" = ( /obj/effect/turf_decal/industrial/warning{ dir = 8 @@ -1038,30 +1041,30 @@ /obj/machinery/door/airlock/science/glass, /obj/machinery/atmospherics/pipe/simple/supply/hidden, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "EO" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ dir = 8 }, /turf/closed/wall, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Fd" = ( /turf/open/floor/engine, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Fz" = ( /obj/effect/turf_decal/industrial/warning{ dir = 1 }, /obj/machinery/light/directional/north, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "FM" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 8 }, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "FO" = ( /obj/effect/turf_decal/industrial/warning{ dir = 4 @@ -1072,16 +1075,16 @@ }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Go" = ( /turf/closed/wall/rust, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Gz" = ( /obj/effect/turf_decal/industrial/warning{ dir = 8 }, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "GG" = ( /obj/item/shard{ icon_state = "tiny" @@ -1097,7 +1100,7 @@ }, /obj/structure/table_frame, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "GJ" = ( /obj/machinery/plumbing/tank, /obj/effect/decal/cleanable/dirt, @@ -1107,13 +1110,13 @@ /turf/open/floor/plating{ icon_state = "platingdmg1" }, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Hb" = ( /obj/machinery/plumbing, /turf/open/floor/plating{ icon_state = "platingdmg3" }, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Hp" = ( /obj/item/shard{ icon_state = "tiny" @@ -1126,40 +1129,40 @@ }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Hw" = ( /obj/machinery/light/directional/south, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ dir = 8 }, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "IA" = ( /obj/effect/turf_decal/industrial/warning{ dir = 1 }, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Jb" = ( /turf/closed/wall, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Jq" = ( /obj/effect/turf_decal/industrial/loading, /turf/open/floor/engine, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "JJ" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/layer_manifold{ dir = 8 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Ko" = ( /obj/structure/sign/poster/official/random{ pixel_x = 32 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "KQ" = ( /obj/structure/table, /obj/effect/turf_decal/corner/transparent/neutral{ @@ -1173,7 +1176,7 @@ dir = 5 }, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "KU" = ( /obj/structure/table, /obj/effect/spawner/lootdrop/donkpockets, @@ -1184,14 +1187,14 @@ dir = 4 }, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Lc" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ dir = 8 }, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Lj" = ( /obj/effect/turf_decal/industrial/warning{ dir = 4 @@ -1203,7 +1206,7 @@ dir = 4 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Lo" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 8 @@ -1211,7 +1214,7 @@ /turf/open/floor/plating{ icon_state = "platingdmg1" }, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Lw" = ( /obj/structure/rack, /obj/item/storage/firstaid/toxin, @@ -1226,7 +1229,7 @@ dir = 8 }, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "LF" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -1235,7 +1238,7 @@ /turf/open/floor/plating{ icon_state = "platingdmg1" }, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "LT" = ( /obj/effect/turf_decal/industrial/warning{ dir = 4 @@ -1247,7 +1250,7 @@ icon_state = "1-2" }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Mb" = ( /turf/template_noop, /area/template_noop) @@ -1256,28 +1259,28 @@ /turf/open/floor/plating{ icon_state = "platingdmg3" }, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "MB" = ( /obj/structure/cable{ icon_state = "4-8" }, /obj/machinery/atmospherics/components/unary/vent_scrubber/on, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "MF" = ( /obj/machinery/plumbing/pill_press, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "MM" = ( /obj/machinery/atmospherics/components/unary/outlet_injector/atmos/engine_waste{ dir = 4 }, /turf/open/floor/plating/asteroid/whitesands, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "Nb" = ( /turf/open/floor/plating/asteroid/whitesands, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Nd" = ( /obj/structure/table, /obj/effect/spawner/lootdrop/donkpockets, @@ -1289,14 +1292,14 @@ }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "OB" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 8 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "OJ" = ( /obj/structure/table/glass, /obj/item/stack/ducts/fifty, @@ -1312,15 +1315,15 @@ }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "OO" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "OP" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden, /turf/closed/indestructible/riveted, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Pg" = ( /obj/item/shard{ icon_state = "tiny" @@ -1335,7 +1338,7 @@ dir = 8 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Pn" = ( /obj/machinery/computer/vaultcontroller{ dir = 8 @@ -1344,13 +1347,13 @@ icon_state = "0-8" }, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Ps" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 8 }, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "PM" = ( /obj/item/shard{ icon_state = "tiny" @@ -1360,7 +1363,7 @@ /turf/open/floor/plating{ icon_state = "platingdmg3" }, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Qa" = ( /obj/item/shard{ icon_state = "tiny" @@ -1375,14 +1378,14 @@ dir = 8 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Qc" = ( /obj/machinery/plumbing/tank, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 8 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Qk" = ( /obj/effect/turf_decal/industrial/warning{ dir = 8 @@ -1391,14 +1394,14 @@ dir = 8 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Qq" = ( /obj/effect/spawner/structure/window, /obj/machinery/atmospherics/pipe/manifold/supply/hidden{ dir = 8 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Qr" = ( /obj/machinery/light/directional/south, /obj/structure/cable{ @@ -1408,12 +1411,12 @@ dir = 8 }, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "QP" = ( /obj/machinery/door/airlock/vault/derelict, /obj/structure/cable, /turf/open/floor/engine, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Rs" = ( /obj/effect/turf_decal/industrial/warning{ dir = 4 @@ -1426,7 +1429,7 @@ dir = 5 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "RD" = ( /obj/structure/table, /obj/machinery/microwave, @@ -1437,27 +1440,27 @@ dir = 4 }, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Sh" = ( /obj/machinery/door/airlock/security/glass, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ dir = 8 }, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "So" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 8 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Sw" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ dir = 8 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Sz" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on{ dir = 8 @@ -1465,7 +1468,7 @@ /turf/open/floor/plating{ icon_state = "platingdmg1" }, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "SE" = ( /obj/effect/turf_decal/industrial/warning{ dir = 4 @@ -1474,7 +1477,7 @@ icon_state = "1-2" }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "SL" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable{ @@ -1483,23 +1486,23 @@ /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, /obj/machinery/atmospherics/pipe/simple/supply/hidden, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Tb" = ( /obj/machinery/plumbing, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Tc" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 8 }, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Te" = ( /obj/effect/turf_decal/industrial/warning, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Ub" = ( /obj/effect/turf_decal/corner/transparent/neutral{ dir = 1 @@ -1512,7 +1515,7 @@ dir = 8 }, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Ud" = ( /obj/structure/rack, /obj/item/storage/firstaid/brute, @@ -1525,10 +1528,10 @@ }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "UH" = ( /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "UM" = ( /obj/machinery/vending/cigarette, /obj/effect/turf_decal/corner/transparent/neutral{ @@ -1537,7 +1540,7 @@ /obj/effect/turf_decal/corner/transparent/neutral, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "UT" = ( /obj/effect/turf_decal/corner/opaque/red{ dir = 1 @@ -1553,7 +1556,7 @@ dir = 8 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Ve" = ( /obj/structure/table_frame, /obj/item/shard{ @@ -1566,7 +1569,7 @@ dir = 8 }, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Vv" = ( /obj/item/shard{ icon_state = "tiny" @@ -1585,24 +1588,24 @@ }, /obj/structure/table_frame, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Wa" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 9 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "WE" = ( /obj/machinery/plumbing/reaction_chamber, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "WQ" = ( /obj/machinery/atmospherics/components/unary/tank/air{ dir = 4 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "WR" = ( /obj/machinery/vending/cola/random, /obj/effect/turf_decal/corner/transparent/neutral{ @@ -1610,7 +1613,7 @@ }, /obj/effect/turf_decal/corner/transparent/neutral, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "WS" = ( /obj/structure/table, /obj/effect/turf_decal/corner/transparent/neutral{ @@ -1622,14 +1625,14 @@ /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/supply/hidden, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "XG" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable{ icon_state = "2-4" }, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "XJ" = ( /obj/structure/chair, /obj/effect/turf_decal/corner/transparent/neutral{ @@ -1638,7 +1641,7 @@ /obj/effect/turf_decal/corner/transparent/neutral, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Yp" = ( /obj/machinery/chem_heater, /obj/effect/turf_decal/industrial/warning{ @@ -1646,7 +1649,7 @@ }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/white, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "YA" = ( /obj/machinery/vending/medical, /obj/effect/turf_decal/corner/transparent/neutral{ @@ -1655,14 +1658,14 @@ /obj/effect/turf_decal/corner/transparent/neutral, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "YH" = ( /obj/effect/spawner/structure/window, /obj/machinery/atmospherics/pipe/manifold/supply/hidden{ dir = 4 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "YL" = ( /obj/item/shard{ icon_state = "tiny" @@ -1675,7 +1678,7 @@ dir = 8 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "YQ" = ( /obj/structure/chair{ dir = 8 @@ -1685,24 +1688,24 @@ }, /obj/effect/turf_decal/corner/transparent/neutral, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Zn" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on{ dir = 1 }, /turf/open/floor/engine, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Zt" = ( /obj/structure/rack, /obj/item/reagent_containers/hypospray/medipen/survival, /obj/effect/turf_decal/box, /obj/machinery/light/directional/north, /turf/open/floor/engine, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Zx" = ( /obj/item/reagent_containers/hypospray/medipen/survival, /turf/open/floor/engine, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "ZI" = ( /obj/structure/table, /obj/item/storage/toolbox/emergency, @@ -1718,14 +1721,14 @@ /obj/item/restraints/handcuffs, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "ZJ" = ( /obj/item/paper{ - info = "First, pack the medpens in a box, this is nessarary or else the launchpad won't take the pens. Second, leave them on the pad, and click send. From there, they will be managed and transported to mining vendors all over the galaxy."; + default_raw_text = "First, pack the medpens in a box, this is nessarary or else the launchpad won't take the pens. Second, leave them on the pad, and click send. From there, they will be managed and transported to mining vendors all over the galaxy."; name = "Factory loading instructions" }, /turf/open/floor/engine, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "ZM" = ( /obj/structure/table, /obj/item/paper_bin, @@ -1746,7 +1749,7 @@ dir = 4 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) (1,1,1) = {" Mb @@ -2090,7 +2093,7 @@ Ci az "} (12,1,1) = {" -Nb +pB dZ bu sE @@ -2121,7 +2124,7 @@ lM az "} (13,1,1) = {" -Nb +pB dZ sE bu diff --git a/_maps/RandomRuins/SandRuins/whitesands_surface_onlyaspoonful.dmm b/_maps/RandomRuins/SandRuins/whitesands_surface_onlyaspoonful.dmm index dfb68c09009e..f74a8895976a 100644 --- a/_maps/RandomRuins/SandRuins/whitesands_surface_onlyaspoonful.dmm +++ b/_maps/RandomRuins/SandRuins/whitesands_surface_onlyaspoonful.dmm @@ -16,7 +16,7 @@ /area/ruin/powered) "bd" = ( /turf/open/floor/plating/asteroid/whitesands, -/area/whitesands/surface/outdoors/explored) +/area/overmap_encounter/planetoid/sand/explored) "bf" = ( /obj/structure/chair/office{ dir = 1 @@ -257,7 +257,7 @@ /obj/machinery/icecream_vat, /obj/item/shovel/spoon, /turf/open/floor/plating/asteroid/whitesands/dried, -/area/whitesands/surface/outdoors/explored) +/area/overmap_encounter/planetoid/sand/explored) "sl" = ( /obj/item/kitchen/spoon/plastic{ pixel_x = 11 @@ -286,7 +286,7 @@ /area/ruin/powered) "uE" = ( /turf/open/floor/plating/asteroid/whitesands/dried, -/area/whitesands/surface/outdoors/explored) +/area/overmap_encounter/planetoid/sand/explored) "vO" = ( /obj/item/ammo_casing/spent{ dir = 9; @@ -436,12 +436,12 @@ /obj/effect/decal/cleanable/dirt/dust, /obj/item/clothing/glasses/regular, /obj/machinery/light/broken/directional/west, -/turf/open/floor/material, +/turf/open/floor/plastic, /area/ruin/powered) "EC" = ( /mob/living/simple_animal/hostile/asteroid/whitesands/ranged/hunter, /turf/open/floor/plating/asteroid/whitesands, -/area/whitesands/surface/outdoors/explored) +/area/overmap_encounter/planetoid/sand/explored) "Fi" = ( /obj/machinery/autolathe, /obj/machinery/camera{ @@ -533,7 +533,7 @@ /area/ruin/powered) "Lz" = ( /turf/closed/mineral/random/whitesands, -/area/whitesands/surface/outdoors/explored) +/area/overmap_encounter/planetoid/sand/explored) "Me" = ( /obj/item/ammo_casing/spent{ dir = 8; @@ -567,12 +567,7 @@ /obj/item/paper_bin, /obj/structure/table, /obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/material, -/area/ruin/powered) -"NU" = ( -/obj/effect/decal/cleanable/dirt/dust, -/mob/living/simple_animal/hostile/asteroid/whitesands/survivor, -/turf/open/floor/material, +/turf/open/floor/plastic, /area/ruin/powered) "Oo" = ( /obj/effect/decal/cleanable/dirt/dust, @@ -598,10 +593,6 @@ /obj/item/ammo_box/magazine/wt550m9, /turf/open/floor/plastic, /area/ruin/powered) -"PO" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/material, -/area/ruin/powered) "Qm" = ( /obj/item/ammo_casing/spent{ dir = 8; @@ -625,12 +616,11 @@ /area/ruin/powered) "Ro" = ( /obj/machinery/door/airlock/glass, -/obj/structure/fans/tiny, -/turf/open/floor/material, +/turf/open/floor/plastic, /area/ruin/powered) "Rz" = ( /obj/machinery/door/airlock/highsecurity, -/turf/open/floor/material, +/turf/open/floor/plastic, /area/ruin/powered) "RG" = ( /obj/item/ammo_casing/spent{ @@ -649,7 +639,7 @@ "RN" = ( /obj/machinery/camera, /obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/material, +/turf/open/floor/plastic, /area/ruin/powered) "Sr" = ( /obj/item/ammo_casing/spent{ @@ -689,7 +679,7 @@ }, /obj/structure/table, /obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/material, +/turf/open/floor/plastic, /area/ruin/powered) "TD" = ( /obj/effect/decal/cleanable/blood/tracks, @@ -784,9 +774,9 @@ Lz ct ct FB -PO +Ze DM -PO +Ze IH ct "} @@ -804,7 +794,7 @@ dl MG dl MG -NU +ew TA NP FB @@ -824,9 +814,9 @@ VR jw zb Rz -PO -PO -PO +Ze +Ze +Ze Ro bd "} @@ -845,8 +835,8 @@ sv WA MG RN -PO -PO +Ze +Ze IH bd "} diff --git a/_maps/RandomRuins/SandRuins/whitesands_surface_seed_vault.dmm b/_maps/RandomRuins/SandRuins/whitesands_surface_seed_vault.dmm index 6b103bacbc5b..add12ad967ce 100644 --- a/_maps/RandomRuins/SandRuins/whitesands_surface_seed_vault.dmm +++ b/_maps/RandomRuins/SandRuins/whitesands_surface_seed_vault.dmm @@ -1,10 +1,10 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE "aa" = ( /turf/closed/mineral/random/whitesands, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "ab" = ( /turf/open/floor/plating/asteroid/whitesands/dried, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "ac" = ( /turf/closed/wall/r_wall, /area/ruin/powered/seedvault) @@ -368,7 +368,7 @@ "bx" = ( /obj/effect/decal/cleanable/glass, /turf/open/floor/plating/asteroid/whitesands/dried, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "by" = ( /obj/structure/disposalpipe/segment{ dir = 6 @@ -446,7 +446,7 @@ /area/ruin/powered/seedvault) "nX" = ( /turf/open/floor/plating/asteroid/whitesands, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "oR" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 10 @@ -466,6 +466,9 @@ /obj/machinery/light/directional/north, /turf/open/floor/plasteel/freezer, /area/ruin/powered/seedvault) +"rf" = ( +/turf/closed/mineral/random/whitesands, +/area/overmap_encounter/planetoid/sand/explored) "sv" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden, /turf/open/floor/vault, @@ -552,6 +555,9 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden, /turf/open/floor/vault, /area/ruin/powered/seedvault) +"Mm" = ( +/turf/open/floor/plating/asteroid/whitesands, +/area/overmap_encounter/planetoid/cave/explored) "Mn" = ( /obj/machinery/light/directional/east, /obj/structure/reagent_dispensers/watertank/high, @@ -754,8 +760,8 @@ ab aa aa aa -nX -nX +Mm +Mm nX "} (4,1,1) = {" @@ -773,10 +779,10 @@ ab ab ab ab -nX -nX -nX -nX +Mm +Mm +Mm +Mm aa aa "} @@ -1130,5 +1136,5 @@ aa aa ab nX -aa +rf "} diff --git a/_maps/RandomRuins/SandRuins/whitesands_surface_starfurycrash.dmm b/_maps/RandomRuins/SandRuins/whitesands_surface_starfurycrash.dmm index 4beeb0c0fece..00a0e830f8c2 100644 --- a/_maps/RandomRuins/SandRuins/whitesands_surface_starfurycrash.dmm +++ b/_maps/RandomRuins/SandRuins/whitesands_surface_starfurycrash.dmm @@ -6,19 +6,19 @@ dir = 4 }, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "aE" = ( /obj/effect/turf_decal/corner/opaque/yellow{ dir = 4 }, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "ba" = ( /obj/machinery/atmospherics/pipe/manifold/cyan/visible, /turf/open/floor/engine{ initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "bJ" = ( /obj/effect/turf_decal/industrial/outline/yellow, /obj/machinery/portable_atmospherics/canister/toxins, @@ -26,19 +26,19 @@ dir = 8 }, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "cS" = ( /obj/machinery/atmospherics/pipe/simple/cyan/visible, /turf/open/floor/plating{ initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "dX" = ( /obj/item/gun/ballistic/automatic/pistol{ spawnwithmagazine = 0 }, /turf/open/floor/plating/asteroid/whitesands, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "eg" = ( /obj/effect/turf_decal/industrial/traffic{ dir = 4 @@ -46,24 +46,24 @@ /turf/open/floor/engine{ initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "eO" = ( /obj/item/clothing/gloves/combat, /turf/open/floor/plating/asteroid/whitesands, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "eS" = ( /obj/effect/turf_decal/corner/opaque/blue{ dir = 8 }, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "fw" = ( /obj/structure/frame/machine, /obj/item/stack/cable_coil/cut/blue, /turf/open/floor/mineral/plastitanium/red{ initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "fA" = ( /obj/effect/turf_decal/industrial/traffic{ dir = 1 @@ -74,7 +74,7 @@ /turf/open/floor/engine{ initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "fH" = ( /obj/effect/turf_decal/industrial/traffic{ dir = 1 @@ -85,10 +85,10 @@ /turf/open/floor/engine{ initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "fM" = ( /turf/closed/wall/r_wall/syndicate, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "fU" = ( /obj/item/stack/sheet/metal, /obj/item/stack/sheet/metal, @@ -100,19 +100,19 @@ icon_state = "platingdmg1"; initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "fW" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ dir = 1 }, /turf/open/floor/plating/asteroid/whitesands, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "gt" = ( /obj/machinery/atmospherics/components/binary/pump, /turf/open/floor/plating{ initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "ho" = ( /obj/effect/turf_decal/industrial/traffic{ dir = 1 @@ -120,13 +120,13 @@ /turf/open/floor/engine{ initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "hz" = ( /obj/item/storage/toolbox/syndicate, /turf/open/floor/engine{ initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "hG" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 4 @@ -135,14 +135,14 @@ icon_state = "panelscorched"; initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "hQ" = ( /obj/structure/chair/comfy, /turf/open/floor/plating{ icon_state = "panelscorched"; initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "ih" = ( /obj/effect/turf_decal/industrial/traffic{ dir = 4 @@ -151,14 +151,14 @@ /turf/open/floor/engine{ initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "il" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers, /turf/open/floor/plating{ icon_state = "panelscorched"; initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "iq" = ( /obj/effect/turf_decal/industrial/traffic{ dir = 1 @@ -167,7 +167,7 @@ /turf/open/floor/engine{ initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "jd" = ( /obj/machinery/atmospherics/pipe/simple/cyan/visible{ dir = 10 @@ -175,41 +175,41 @@ /turf/open/floor/plating{ initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "jf" = ( /turf/open/floor/mineral/plastitanium/red{ initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "jI" = ( /turf/closed/mineral/random/whitesands, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "kN" = ( /obj/item/stack/sheet/metal, /turf/open/floor/plating{ icon_state = "platingdmg1"; initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "kW" = ( /obj/effect/decal/cleanable/ash/large, /turf/open/floor/plating{ icon_state = "panelscorched"; initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "kZ" = ( /turf/open/floor/plating{ initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "lx" = ( /obj/effect/turf_decal/corner/opaque/blue, /obj/effect/turf_decal/corner/opaque/blue{ dir = 8 }, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "lN" = ( /obj/item/clothing/head/hardhat/red{ desc = "A piece of headgear used in dangerous working conditions to protect the head. On closer inspection it apears to be a regular hardhat painted red."; @@ -222,11 +222,11 @@ icon_state = "panelscorched"; initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "mv" = ( /mob/living/simple_animal/hostile/syndicate/ranged/space, /turf/open/floor/plating/asteroid/whitesands, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "mP" = ( /obj/machinery/atmospherics/pipe/manifold/cyan/visible{ dir = 8 @@ -234,7 +234,7 @@ /turf/open/floor/engine{ initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "nn" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ dir = 4 @@ -242,7 +242,7 @@ /turf/open/floor/engine{ initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "ns" = ( /obj/structure/frame/machine, /obj/item/circuitboard/machine/smes, @@ -252,11 +252,11 @@ /turf/open/floor/plating{ icon_state = "platingdmg2" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "nA" = ( /obj/item/storage/firstaid/ancient, /turf/open/floor/plating/asteroid/whitesands, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "nM" = ( /obj/machinery/atmospherics/pipe/simple/dark/visible{ dir = 8 @@ -265,21 +265,21 @@ icon_state = "platingdmg1"; initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "ox" = ( /obj/machinery/atmospherics/components/binary/pump, /turf/open/floor/engine{ initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "oT" = ( /turf/open/floor/plating/asteroid/whitesands, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "pK" = ( /obj/item/stack/cable_coil/cut/blue, /obj/item/stack/tile/plasteel, /turf/open/floor/plating/asteroid/whitesands/dried, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "pL" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers{ dir = 5 @@ -288,7 +288,7 @@ icon_state = "platingdmg1"; initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "qe" = ( /obj/machinery/atmospherics/components/binary/circulator{ dir = 4 @@ -296,38 +296,38 @@ /turf/open/floor/engine{ initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "qk" = ( /turf/open/floor/plating{ icon_state = "platingdmg2"; initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "rp" = ( /obj/machinery/suit_storage_unit, /turf/open/floor/plating{ initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "rE" = ( /obj/machinery/power/smes, /turf/open/floor/plating{ icon_state = "platingdmg2" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "sa" = ( /obj/item/toy/plush/lizardplushie{ desc = "An adorable stuffed toy that resembles nothing like a tegu."; name = "tegu plushie" }, /turf/open/floor/plating/asteroid/whitesands, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "ss" = ( /obj/structure/window/plasma/reinforced/plastitanium/unanchored, /turf/open/floor/plating{ icon_state = "platingdmg1" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "sB" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible, /obj/machinery/portable_atmospherics/canister/toxins, @@ -335,7 +335,7 @@ icon_state = "panelscorched"; initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "tc" = ( /obj/effect/turf_decal/industrial/traffic{ dir = 8 @@ -343,7 +343,7 @@ /turf/open/floor/plating{ initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "tp" = ( /obj/machinery/atmospherics/pipe/simple/dark/visible{ dir = 10 @@ -352,7 +352,7 @@ icon_state = "platingdmg1"; initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "uN" = ( /obj/effect/turf_decal/industrial/warning/corner{ dir = 4 @@ -363,17 +363,17 @@ /turf/open/floor/engine{ initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "wh" = ( /obj/item/clothing/shoes/jackboots, /turf/open/floor/plating/asteroid/whitesands, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "wp" = ( /obj/structure/frame/machine, /turf/open/floor/plating{ initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "wy" = ( /obj/item/stock_parts/cell/empty, /obj/item/stock_parts/cell/empty{ @@ -385,7 +385,7 @@ pixel_y = -10 }, /turf/open/floor/plating/asteroid/whitesands, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "wH" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible, /obj/machinery/portable_atmospherics/canister/oxygen, @@ -393,14 +393,14 @@ icon_state = "platingdmg1"; initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "wS" = ( /mob/living/simple_animal/hostile/syndicate/ranged/smg/space, /turf/open/floor/plating{ icon_state = "platingdmg2"; initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "xr" = ( /mob/living/simple_animal/hostile/syndicate/ranged/smg/space, /mob/living/simple_animal/hostile/syndicate/ranged/space, @@ -408,24 +408,24 @@ icon_state = "platingdmg2"; initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "yj" = ( /obj/machinery/door/airlock/hatch, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "yD" = ( /obj/machinery/door/airlock/engineering{ dir = 4 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "zt" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 4 }, /obj/effect/turf_decal/industrial/outline/yellow, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "zA" = ( /obj/machinery/atmospherics/pipe/simple/cyan/visible{ dir = 8 @@ -433,7 +433,7 @@ /turf/open/floor/plating{ initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "zB" = ( /obj/effect/decal/remains/human, /obj/effect/decal/cleanable/blood/old, @@ -441,7 +441,7 @@ pixel_y = -11 }, /turf/open/floor/plating/asteroid/whitesands, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "zY" = ( /obj/effect/turf_decal/corner/opaque/yellow{ dir = 4 @@ -450,7 +450,7 @@ dir = 1 }, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "AB" = ( /obj/structure/frame/machine, /obj/item/circuitboard/machine/sleeper, @@ -458,37 +458,37 @@ icon_state = "panelscorched"; initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "Be" = ( /obj/structure/window/plasma/reinforced/plastitanium/unanchored, /obj/machinery/atmospherics/pipe/simple/scrubbers, /turf/open/floor/plating{ icon_state = "platingdmg1" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "Bt" = ( /mob/living/simple_animal/hostile/syndicate/ranged/shotgun/space, /turf/open/floor/plating{ icon_state = "platingdmg1"; initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "BW" = ( /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "BY" = ( /obj/effect/turf_decal/radiation, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "CM" = ( /obj/machinery/atmospherics/pipe/simple/dark/visible, /turf/closed/wall/r_wall/syndicate, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "CX" = ( /obj/effect/turf_decal/industrial/hatch/yellow, /obj/machinery/portable_atmospherics/canister/toxins, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "Dz" = ( /obj/machinery/atmospherics/components/binary/circulator/cold{ dir = 8 @@ -496,7 +496,7 @@ /turf/open/floor/engine{ initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "DF" = ( /obj/effect/turf_decal/industrial/traffic{ dir = 1 @@ -508,14 +508,14 @@ /turf/open/floor/engine{ initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "DL" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers, /turf/open/floor/plating{ icon_state = "platingdmg1"; initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "Eg" = ( /obj/item/stock_parts/cell/empty{ pixel_x = 5; @@ -525,7 +525,7 @@ dir = 1 }, /turf/open/floor/plating/asteroid/whitesands/dried, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "Ej" = ( /obj/machinery/atmospherics/components/unary/thermomachine/freezer{ dir = 8 @@ -533,7 +533,7 @@ /turf/open/floor/engine{ initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "Ek" = ( /obj/effect/turf_decal/industrial/traffic{ dir = 1 @@ -544,14 +544,14 @@ /turf/open/floor/engine{ initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "Eu" = ( /mob/living/simple_animal/hostile/syndicate/ranged/space/stormtrooper, /turf/open/floor/plating{ icon_state = "panelscorched"; initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "FM" = ( /obj/machinery/atmospherics/pipe/simple/cyan/visible{ dir = 6 @@ -559,7 +559,7 @@ /turf/open/floor/engine{ initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "Gd" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers{ dir = 8 @@ -568,7 +568,7 @@ icon_state = "panelscorched"; initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "Gg" = ( /obj/machinery/atmospherics/pipe/manifold/dark/visible{ dir = 4 @@ -576,65 +576,65 @@ /turf/open/floor/engine{ initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "GD" = ( /obj/machinery/atmospherics/pipe/simple/cyan/visible, /turf/open/floor/engine{ initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "GO" = ( /obj/item/circuitboard/machine/sleeper, /turf/open/floor/plating{ icon_state = "platingdmg1"; initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "Ha" = ( /obj/machinery/portable_atmospherics/canister/toxins, /turf/open/floor/plating{ icon_state = "panelscorched"; initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "Hy" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/visible, /turf/open/floor/plating{ icon_state = "platingdmg1"; initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "Iz" = ( /turf/open/floor/plating{ icon_state = "panelscorched"; initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "IK" = ( /obj/item/stack/sheet/metal, /turf/open/floor/engine{ initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "IY" = ( /obj/machinery/power/smes, /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "Jn" = ( /turf/open/floor/pod/dark, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "KN" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers, /turf/open/floor/engine{ initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "KR" = ( /mob/living/simple_animal/hostile/syndicate/ranged/shotgun/space, /turf/open/floor/plating/asteroid/whitesands, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "KT" = ( /obj/structure/safe/floor, /obj/item/clothing/suit/space/hardsuit/syndi, @@ -643,19 +643,19 @@ icon_state = "panelscorched"; initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "Md" = ( /mob/living/simple_animal/hostile/syndicate/ranged/space, /turf/open/floor/plating{ initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "NA" = ( /obj/structure/frame/machine, /turf/open/floor/engine{ initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "NH" = ( /obj/machinery/atmospherics/pipe/simple/dark/visible{ dir = 5 @@ -663,10 +663,10 @@ /turf/open/floor/plating/asteroid/whitesands{ dir = 8 }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "NQ" = ( /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "Oj" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers{ dir = 10 @@ -674,7 +674,7 @@ /turf/open/floor/engine{ initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "Or" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 1 @@ -683,17 +683,17 @@ icon_state = "platingdmg1"; initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "OY" = ( /obj/effect/turf_decal/corner/opaque/blue, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "Pr" = ( /obj/machinery/door/airlock/engineering, /turf/open/floor/plating{ initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "PQ" = ( /obj/effect/turf_decal/industrial/traffic{ dir = 1 @@ -704,7 +704,7 @@ /turf/open/floor/engine{ initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "Qk" = ( /obj/machinery/atmospherics/pipe/simple/cyan/visible{ dir = 9 @@ -713,21 +713,21 @@ icon_state = "platingdmg1"; initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "QG" = ( /obj/effect/turf_decal/industrial/loading/red, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "QP" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers{ dir = 8 }, /turf/open/floor/plating/asteroid/whitesands, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "Ri" = ( /obj/item/pickaxe/improvised, /turf/open/floor/plating/asteroid/whitesands, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "Rn" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers{ dir = 8 @@ -735,7 +735,7 @@ /turf/open/floor/plating{ initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "Rq" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers{ dir = 8 @@ -743,7 +743,7 @@ /turf/open/floor/engine{ initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "RJ" = ( /turf/template_noop, /area/template_noop) @@ -751,22 +751,22 @@ /obj/effect/decal/cleanable/ash, /obj/item/paper{ desc = null; - info = "Well, we failed. The undoable has been done. We were taken out. The great Starfury is stuck in orbit, and many of our systems are damaged. There is no other choice but to evacuate. However, me and a group of talented indviduals will go with me. I will activate the hyperdrive, one last time to scuttle the ship before Nanotrasen can get their grubby little hands on it, on the planet of our greatest victory. If you are worried about me, I have my tegu plushie and all i need to survive for a year. Men and women, its been a honour."; + default_raw_text = "Well, we failed. The undoable has been done. We were taken out. The great Starfury is stuck in orbit, and many of our systems are damaged. There is no other choice but to evacuate. However, me and a group of talented indviduals will go with me. I will activate the hyperdrive, one last time to scuttle the ship before Nanotrasen can get their grubby little hands on it, on the planet of our greatest victory. If you are worried about me, I have my tegu plushie and all i need to survive for a year. Men and women, its been a honour."; name = "Starfury Status Report - January 15th, 2501" }, /turf/open/floor/plating{ icon_state = "panelscorched"; initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "Sx" = ( /turf/open/floor/plating/asteroid/whitesands/dried, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "SM" = ( /turf/open/floor/plating{ icon_state = "platingdmg1" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "SS" = ( /obj/effect/turf_decal/industrial/traffic{ dir = 8 @@ -774,7 +774,7 @@ /turf/open/floor/engine{ initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "Ts" = ( /obj/effect/decal/cleanable/ash, /obj/effect/decal/cleanable/ash{ @@ -789,7 +789,7 @@ icon_state = "panelscorched"; initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "TF" = ( /obj/effect/turf_decal/industrial/traffic{ dir = 5 @@ -797,7 +797,7 @@ /turf/open/floor/engine{ initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "TT" = ( /obj/machinery/atmospherics/pipe/simple/cyan/visible, /obj/item/pipe_dispenser, @@ -805,27 +805,27 @@ icon_state = "panelscorched"; initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "TZ" = ( /obj/item/stack/sheet/metal, /obj/machinery/atmospherics/components/binary/pump{ dir = 1 }, /turf/open/floor/plating/asteroid/whitesands, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "Uw" = ( /obj/structure/door_assembly/door_assembly_hatch, /turf/open/floor/plating{ initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "UD" = ( /obj/machinery/portable_atmospherics/scrubber, /turf/open/floor/plating{ icon_state = "platingdmg1"; initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "UV" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ dir = 4 @@ -834,7 +834,7 @@ icon_state = "platingdmg1"; initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "Vl" = ( /obj/machinery/power/terminal{ dir = 1 @@ -842,19 +842,19 @@ /turf/open/floor/plating{ icon_state = "platingdmg1" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "Wh" = ( /obj/item/clothing/neck/stethoscope, /turf/open/floor/plating{ initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "Ws" = ( /turf/open/floor/plating{ icon_state = "platingdmg1"; initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "Wz" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers{ dir = 10 @@ -863,7 +863,7 @@ icon_state = "platingdmg1"; initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "WB" = ( /obj/machinery/atmospherics/pipe/simple/cyan/visible{ dir = 8 @@ -872,37 +872,37 @@ icon_state = "platingdmg1"; initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "WX" = ( /turf/open/floor/engine{ initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "Xh" = ( /obj/item/stack/tile/plasteel, /mob/living/simple_animal/hostile/syndicate/ranged/space, /turf/open/floor/plating/asteroid/whitesands/dried, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "XR" = ( /obj/machinery/atmospherics/pipe/simple/cyan/visible, /turf/open/floor/plating{ icon_state = "platingdmg1"; initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "Yo" = ( /obj/machinery/portable_atmospherics/scrubber, /turf/open/floor/plating/asteroid/whitesands, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "Yw" = ( /obj/item/stack/sheet/metal, /turf/open/floor/plating/asteroid/whitesands, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "YE" = ( /obj/item/stack/sheet/metal, /obj/item/stack/sheet/metal, /turf/open/floor/plating/asteroid/whitesands, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "YM" = ( /obj/machinery/atmospherics/pipe/manifold/cyan/visible{ dir = 8 @@ -910,20 +910,20 @@ /turf/open/floor/plating{ initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "Zl" = ( /obj/machinery/door/airlock/hatch{ dir = 4 }, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "Zy" = ( /obj/structure/frame/machine, /obj/item/stack/cable_coil/cut/blue, /turf/open/floor/engine{ initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) "ZX" = ( /obj/machinery/suit_storage_unit{ mask_type = /obj/item/clothing/mask/gas/syndicate; @@ -932,7 +932,7 @@ /turf/open/floor/mineral/plastitanium/red{ initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/cave/explored) (1,1,1) = {" RJ diff --git a/_maps/RandomRuins/SandRuins/whitesands_surface_waterplant.dmm b/_maps/RandomRuins/SandRuins/whitesands_surface_waterplant.dmm index 74eb869f7d8a..43145c68163d 100644 --- a/_maps/RandomRuins/SandRuins/whitesands_surface_waterplant.dmm +++ b/_maps/RandomRuins/SandRuins/whitesands_surface_waterplant.dmm @@ -4,7 +4,7 @@ dir = 4 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "ao" = ( /obj/effect/gibspawner, /obj/effect/decal/cleanable/dirt, @@ -12,7 +12,7 @@ dir = 8 }, /turf/open/floor/plasteel/white/airless, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "au" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -22,36 +22,36 @@ dir = 4 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "aF" = ( /obj/structure/bed, /obj/item/bedsheet/brown, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "aU" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "aX" = ( /obj/structure/bed, /obj/item/bedsheet/brown, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "aY" = ( /obj/machinery/door/airlock/public/glass, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "bn" = ( /obj/machinery/door/airlock/vault, /obj/structure/fans/tiny, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "bt" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on{ dir = 8 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "bx" = ( /obj/structure/table, /obj/effect/turf_decal/corner/opaque/red, @@ -70,18 +70,18 @@ dir = 8 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "bE" = ( /obj/machinery/atmospherics/pipe/simple/general/visible, /turf/closed/wall/r_wall/rust, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "bQ" = ( /obj/machinery/door/airlock/vault, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "cl" = ( /turf/closed/wall/r_wall/rust, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "ct" = ( /obj/structure/rack, /obj/item/storage/toolbox/mechanical/old, @@ -94,19 +94,19 @@ /obj/item/multitool/old, /obj/item/screwdriver/old, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "cU" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/supply/hidden, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "cV" = ( /obj/effect/turf_decal/corner/opaque/red, /obj/effect/turf_decal/corner/opaque/red{ dir = 8 }, /turf/open/floor/plasteel/white/airless, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "dc" = ( /obj/structure/table, /obj/effect/turf_decal/corner/opaque/red, @@ -122,13 +122,13 @@ /obj/effect/decal/cleanable/dirt, /obj/item/assembly/flash/handheld, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "dd" = ( /obj/machinery/atmospherics/pipe/simple/general/visible{ dir = 4 }, /turf/closed/wall/r_wall/rust, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "dx" = ( /obj/effect/turf_decal/corner/opaque/green{ dir = 1 @@ -137,7 +137,7 @@ dir = 8 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "dD" = ( /obj/structure/chair/office, /obj/effect/decal/cleanable/dirt, @@ -145,18 +145,18 @@ dir = 8 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "eh" = ( /turf/open/floor/plating/asteroid/whitesands, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "et" = ( /obj/item/chair/stool, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "eC" = ( /obj/structure/grille, /turf/closed/wall/r_wall, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "eV" = ( /obj/effect/turf_decal/corner/opaque/red{ dir = 1 @@ -168,11 +168,11 @@ dir = 8 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "ff" = ( /obj/item/kirbyplants/random, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "fn" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -182,7 +182,7 @@ dir = 6 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "fo" = ( /obj/effect/turf_decal/corner/opaque/red{ dir = 1 @@ -191,22 +191,22 @@ dir = 4 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "fv" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 8 }, /obj/machinery/portable_atmospherics/canister, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "fH" = ( /obj/structure/frame/computer, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "gm" = ( /obj/machinery/hydroponics/constructable, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "gr" = ( /obj/effect/turf_decal/industrial/loading{ dir = 8 @@ -217,7 +217,7 @@ }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "gW" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ dir = 8 @@ -226,36 +226,36 @@ dir = 8 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "ha" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "hk" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/supply/hidden, /obj/machinery/atmospherics/components/unary/vent_scrubber/on, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "hs" = ( /obj/structure/reagent_dispensers/water_cooler, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "hy" = ( /obj/structure/statue/gold/hos, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "hC" = ( /obj/machinery/computer/crew, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "hI" = ( /obj/structure/table, /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "ih" = ( /obj/effect/turf_decal/corner/opaque/red{ dir = 8 @@ -272,12 +272,12 @@ dir = 4 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "il" = ( /obj/effect/turf_decal/industrial/outline/yellow, /obj/machinery/portable_atmospherics/canister/water_vapor, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "io" = ( /obj/effect/turf_decal/number/zero, /obj/effect/decal/cleanable/dirt, @@ -285,7 +285,7 @@ dir = 10 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "iY" = ( /obj/structure/table, /obj/item/paper_bin, @@ -295,7 +295,7 @@ dir = 4 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "jc" = ( /obj/structure/table, /obj/item/pen/red{ @@ -308,18 +308,18 @@ pixel_y = 4 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "ji" = ( /obj/machinery/atmospherics/pipe/manifold/general{ dir = 4 }, /turf/open/floor/engine, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "jo" = ( /obj/effect/overlay/palmtree_l, /mob/living/simple_animal/parrot, /turf/open/floor/plating/asteroid/whitesands, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "jt" = ( /obj/structure/sign/poster/official/safety_report{ pixel_y = 32 @@ -336,25 +336,25 @@ dir = 4 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "jw" = ( /obj/machinery/atmospherics/pipe/simple/general/visible{ dir = 5 }, /turf/closed/wall/r_wall/rust, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "jz" = ( /obj/structure/chair/stool, /obj/machinery/atmospherics/components/unary/vent_pump/on{ dir = 8 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "jR" = ( /obj/structure/table, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "kr" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 8 @@ -362,20 +362,20 @@ /obj/machinery/portable_atmospherics/canister/water_vapor, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "kD" = ( /obj/machinery/atmospherics/pipe/simple/general/visible{ dir = 10 }, /turf/closed/wall, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "kG" = ( /turf/closed/wall/rust, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "kZ" = ( /obj/structure/chair/comfy/beige, /turf/open/floor/carpet, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "le" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on{ dir = 8 @@ -384,24 +384,24 @@ dir = 4 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "ll" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/components/unary/vent_scrubber/on, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "ln" = ( /obj/structure/fluff/paper/stack{ dir = 8 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "lu" = ( /obj/machinery/atmospherics/pipe/simple/general/visible{ dir = 4 }, /turf/closed/wall/rust, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "ly" = ( /obj/machinery/power/compressor{ comp_id = "incineratorturbine"; @@ -409,31 +409,31 @@ luminosity = 2 }, /turf/open/floor/engine/vacuum, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "lA" = ( /obj/structure/chair{ dir = 4 }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "lF" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 4 }, /turf/closed/wall/r_wall/rust, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "lN" = ( /obj/structure/table/wood/fancy, /obj/item/reagent_containers/food/snacks/cakeslice/lime, /turf/open/floor/carpet, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "lQ" = ( /obj/effect/turf_decal/industrial/loading{ dir = 8 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "mc" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/manifold/supply/hidden{ @@ -441,14 +441,14 @@ }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "mi" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/components/unary/vent_pump/on{ dir = 8 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "mj" = ( /obj/machinery/door/airlock/security/glass{ dir = 4 @@ -460,7 +460,7 @@ dir = 8 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "mr" = ( /obj/effect/turf_decal/corner/opaque/red{ dir = 1 @@ -470,7 +470,7 @@ dir = 8 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "mP" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -478,13 +478,13 @@ dir = 8 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "mQ" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 6 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "ne" = ( /obj/item/reagent_containers/glass/bucket{ pixel_x = -2; @@ -492,7 +492,7 @@ }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "nh" = ( /obj/effect/turf_decal/corner/opaque/red, /obj/effect/decal/cleanable/dirt, @@ -501,11 +501,11 @@ dir = 8 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "ni" = ( /obj/item/reagent_containers/food/drinks/bottle/sarsaparilla, /turf/open/floor/plating/asteroid/whitesands, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "np" = ( /obj/structure/table, /obj/item/storage/firstaid{ @@ -523,7 +523,7 @@ }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/white/airless, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "nE" = ( /obj/effect/turf_decal/corner/opaque/red{ dir = 8 @@ -531,7 +531,7 @@ /obj/effect/turf_decal/corner/opaque/red, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "nJ" = ( /obj/effect/turf_decal/industrial/loading{ dir = 8 @@ -540,19 +540,19 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "nZ" = ( /obj/effect/turf_decal/corner/opaque/red{ dir = 1 }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "oo" = ( /obj/effect/turf_decal/industrial/outline/yellow, /obj/structure/reagent_dispensers/watertank, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "op" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 4 @@ -561,12 +561,12 @@ dir = 4 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "oq" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /obj/machinery/atmospherics/pipe/simple/supply/hidden, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "oy" = ( /obj/effect/turf_decal/corner/opaque/green{ dir = 8 @@ -575,14 +575,14 @@ dir = 1 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "oB" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/components/unary/vent_pump/on{ dir = 4 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "oE" = ( /obj/effect/turf_decal/corner/opaque/red, /obj/effect/decal/cleanable/dirt, @@ -591,7 +591,7 @@ dir = 8 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "oK" = ( /obj/structure/table, /obj/item/healthanalyzer, @@ -603,18 +603,18 @@ dir = 4 }, /turf/open/floor/plasteel/white/airless, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "oT" = ( /obj/structure/reagent_dispensers/watertank, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "pf" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ dir = 8 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "pl" = ( /obj/structure/bed, /obj/machinery/iv_drip, @@ -626,28 +626,28 @@ dir = 1 }, /turf/open/floor/plasteel/white/airless, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "pI" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/reagent_dispensers/water_cooler, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "qi" = ( /obj/machinery/atmospherics/components/binary/volume_pump, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "qn" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ dir = 8 }, /turf/closed/wall/r_wall/rust, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "qo" = ( /obj/machinery/atmospherics/components/unary/tank/air{ dir = 4 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "qs" = ( /obj/machinery/door/airlock/security/glass{ name = "Break Room"; @@ -660,12 +660,12 @@ dir = 4 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "qv" = ( /obj/structure/table/wood/fancy, /obj/item/reagent_containers/food/snacks/cakeslice/chocolate, /turf/open/floor/carpet, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "qC" = ( /obj/structure/rack, /obj/effect/turf_decal/corner/opaque/red{ @@ -674,32 +674,32 @@ /obj/effect/turf_decal/corner/opaque/red, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/white/airless, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "qD" = ( /obj/structure/table/reinforced, /obj/item/paper_bin, /obj/item/pen, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "qI" = ( /obj/structure/closet/crate/bin, /obj/structure/sign/poster/official/random{ pixel_x = 32 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "qK" = ( /obj/machinery/atmospherics/pipe/simple/general/visible, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 4 }, /turf/closed/wall/rust, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "qL" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/components/unary/vent_pump/on, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "re" = ( /obj/structure/chair/stool, /obj/effect/decal/cleanable/dirt, @@ -708,25 +708,25 @@ dir = 4 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "rh" = ( /obj/effect/turf_decal/corner/opaque/red{ dir = 4 }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "ri" = ( /obj/structure/sink/puddle, /turf/open/floor/plating/asteroid/whitesands, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "rr" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ dir = 5 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "rK" = ( /obj/effect/turf_decal/corner/opaque/red{ dir = 4 @@ -740,22 +740,22 @@ dir = 8 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "rX" = ( /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "sf" = ( /obj/machinery/atmospherics/components/trinary/filter/on{ dir = 1 }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "sD" = ( /obj/machinery/door/airlock/public/glass/incinerator/atmos_exterior, /obj/machinery/atmospherics/pipe/simple/general/visible, /turf/open/floor/engine, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "sE" = ( /obj/structure/table, /obj/item/flashlight/lamp, @@ -764,36 +764,36 @@ dir = 4 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "sK" = ( /obj/effect/turf_decal/corner/opaque/red, /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/supply/hidden, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "sR" = ( /obj/effect/turf_decal/industrial/loading{ dir = 8 }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "ti" = ( /obj/machinery/atmospherics/pipe/layer_manifold/visible, /turf/closed/wall, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "tk" = ( /obj/effect/turf_decal/dept{ dir = 1 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "to" = ( /obj/structure/rack, /obj/item/paper/pamphlet/centcom, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "tu" = ( /obj/structure/chair/stool, /obj/effect/decal/cleanable/dirt, @@ -801,7 +801,7 @@ dir = 5 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "tF" = ( /obj/structure/table/reinforced, /obj/machinery/door/window/brigdoor/northright{ @@ -813,17 +813,17 @@ name = "Warden's Desk" }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "tI" = ( /obj/machinery/atmospherics/pipe/simple/general/visible, /turf/closed/wall/r_wall, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "tL" = ( /obj/machinery/door/airlock/vault, /obj/machinery/atmospherics/pipe/simple/supply/hidden, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /turf/open/floor/plating/asteroid/whitesands, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "tY" = ( /obj/effect/turf_decal/corner/opaque/green{ dir = 1 @@ -833,45 +833,45 @@ }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "ue" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/components/unary/vent_scrubber/on{ dir = 8 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "ul" = ( /obj/item/plant_analyzer, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "ux" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on{ dir = 8 }, /turf/open/floor/carpet, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "uL" = ( /obj/machinery/door/airlock/public/glass{ dir = 4 }, /obj/structure/fans/tiny, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "uO" = ( /obj/effect/turf_decal/arrows, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /obj/machinery/atmospherics/pipe/simple/supply/hidden, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "uZ" = ( /obj/machinery/door/airlock/public/glass{ dir = 8 }, /obj/structure/fans/tiny, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "vW" = ( /obj/effect/turf_decal/corner/opaque/red{ dir = 1 @@ -881,7 +881,7 @@ dir = 4 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "wh" = ( /obj/effect/turf_decal/corner/opaque/red{ dir = 1 @@ -893,20 +893,20 @@ dir = 4 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "wk" = ( /obj/machinery/atmospherics/pipe/simple/general/visible{ dir = 6 }, /turf/closed/wall, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "wo" = ( /obj/structure/table, /obj/item/paper, /obj/item/pen, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "wt" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ dir = 10 @@ -915,7 +915,7 @@ dir = 10 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "wx" = ( /obj/effect/turf_decal/arrows, /obj/effect/decal/cleanable/dirt, @@ -926,7 +926,7 @@ dir = 4 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "wD" = ( /obj/item/reagent_containers/food/drinks/waterbottle/large/empty, /obj/item/reagent_containers/food/drinks/waterbottle/large/empty, @@ -953,13 +953,13 @@ dir = 4 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "wJ" = ( /obj/machinery/door/airlock/security/glass, /obj/machinery/atmospherics/pipe/simple/supply/hidden, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "wR" = ( /obj/effect/gibspawner, /obj/effect/turf_decal/corner/opaque/red, @@ -967,12 +967,12 @@ dir = 8 }, /turf/open/floor/plasteel/white/airless, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "wW" = ( /obj/machinery/hydroponics/constructable, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "xc" = ( /obj/item/reagent_containers/glass/bucket{ pixel_x = -2; @@ -980,7 +980,7 @@ }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "xe" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ dir = 8 @@ -989,50 +989,50 @@ dir = 8 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "xh" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/atmospherics/pipe/simple/general/visible, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "xv" = ( /obj/effect/turf_decal/number/two, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "xG" = ( /obj/machinery/door/window/westleft, /obj/effect/turf_decal/corner/opaque/green{ dir = 4 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "xN" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible, /obj/machinery/portable_atmospherics/canister/toxins, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "xV" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/components/unary/vent_pump/on{ dir = 1 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "yH" = ( /obj/structure/geyser{ reagent_id = /datum/reagent/water }, /obj/machinery/plumbing/liquid_pump, /turf/open/floor/plating/asteroid/whitesands, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "yQ" = ( /obj/item/chair/stool, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "zq" = ( /obj/machinery/door/airlock/engineering{ dir = 4 @@ -1045,13 +1045,13 @@ }, /obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "zA" = ( /obj/structure/sign/poster/official/random{ pixel_x = 32 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "zJ" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -1061,29 +1061,29 @@ dir = 5 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Aj" = ( /obj/structure/table/wood/fancy, /obj/item/reagent_containers/food/snacks/cakeslice/cheese, /turf/open/floor/carpet, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "AC" = ( /obj/structure/closet/secure_closet/brig, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "AE" = ( /obj/item/reagent_containers/glass/bucket{ pixel_x = -2; pixel_y = 3 }, /turf/open/floor/plating/asteroid/whitesands, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "AM" = ( /obj/machinery/atmospherics/pipe/simple/general/visible{ dir = 4 }, /turf/closed/wall/r_wall, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "AT" = ( /obj/effect/turf_decal/corner/opaque/red, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -1091,11 +1091,11 @@ dir = 8 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Bb" = ( /obj/structure/chair/comfy/brown, /turf/open/floor/carpet, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Bs" = ( /obj/item/toy/beach_ball, /obj/structure/geyser{ @@ -1103,13 +1103,13 @@ }, /obj/machinery/plumbing/liquid_pump, /turf/open/floor/plating/asteroid/whitesands, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Bx" = ( /obj/machinery/door/airlock/public/glass, /obj/machinery/atmospherics/pipe/simple/supply/hidden, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Bz" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ dir = 8 @@ -1118,7 +1118,7 @@ dir = 8 }, /turf/open/floor/carpet, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "BQ" = ( /obj/effect/turf_decal/industrial/loading{ dir = 8 @@ -1129,7 +1129,7 @@ dir = 6 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "BV" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden{ dir = 8 @@ -1138,28 +1138,28 @@ dir = 8 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Ci" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden{ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Cm" = ( /obj/structure/sign/poster/official/work_for_a_future, /turf/closed/wall/r_wall, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Cq" = ( /obj/machinery/atmospherics/pipe/simple/general/visible, /turf/open/floor/engine, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Ct" = ( /obj/effect/turf_decal/corner/opaque/green{ dir = 1 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Cu" = ( /obj/effect/turf_decal/industrial/loading{ dir = 8 @@ -1169,11 +1169,11 @@ dir = 4 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Cw" = ( /obj/structure/sign/warning/securearea, /turf/closed/wall/r_wall, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Dd" = ( /obj/effect/turf_decal/industrial/loading{ dir = 8 @@ -1183,14 +1183,14 @@ dir = 8 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Do" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ dir = 4 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Dp" = ( /obj/structure/table, /obj/effect/turf_decal/corner/opaque/red, @@ -1206,16 +1206,16 @@ /obj/effect/decal/cleanable/dirt, /obj/item/restraints/handcuffs, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Dz" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "DT" = ( /obj/structure/chair/comfy/teal, /turf/open/floor/carpet, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "DU" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/atmospherics/pipe/simple/general/visible, @@ -1223,11 +1223,11 @@ dir = 6 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Eb" = ( /obj/structure/reagent_dispensers/watertank, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "En" = ( /obj/structure/rack, /obj/item/reagent_containers/food/drinks/waterbottle/large{ @@ -1243,14 +1243,14 @@ pixel_x = 32 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "EW" = ( /obj/machinery/atmospherics/pipe/simple/general/visible{ dir = 9 }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Fg" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/manifold/supply/hidden{ @@ -1259,7 +1259,7 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Fn" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -1269,7 +1269,7 @@ dir = 6 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Fw" = ( /obj/structure/sign/poster/official/random{ pixel_x = -32 @@ -1277,49 +1277,49 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "FF" = ( /obj/machinery/door/airlock/public/glass/incinerator/atmos_interior, /turf/open/floor/engine, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "FT" = ( /obj/effect/decal/cleanable/blood/gibs/limb, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 4 }, /turf/open/floor/plasteel/white/airless, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "FW" = ( /obj/structure/fluff/paper/stack{ dir = 5 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Gu" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 4 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "GA" = ( /obj/structure/chair, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "GL" = ( /obj/machinery/door/poddoor/shutters{ dir = 4 }, /obj/structure/fans/tiny, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Hc" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ dir = 8 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Hm" = ( /obj/machinery/door/airlock/security/glass{ name = "Cell 2"; @@ -1327,27 +1327,27 @@ dir = 4 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Hs" = ( /obj/structure/chair, /obj/structure/sign/poster/official/random{ pixel_x = 32 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "HH" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on{ dir = 8 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "HJ" = ( /obj/machinery/atmospherics/pipe/manifold/general{ dir = 8 }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "HL" = ( /obj/structure/table/reinforced, /obj/item/organ/tongue, @@ -1358,25 +1358,25 @@ pixel_x = -4 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "HQ" = ( /obj/effect/turf_decal/arrows, /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /obj/machinery/atmospherics/pipe/simple/supply/hidden, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Ij" = ( /obj/structure/sign/warning/securearea, /turf/closed/wall/r_wall/rust, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "It" = ( /turf/closed/wall/r_wall, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Iy" = ( /obj/structure/sign/poster/official/work_for_a_future, /turf/closed/wall, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "IB" = ( /obj/structure/table, /obj/item/folder/blue, @@ -1387,7 +1387,7 @@ dir = 4 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "IL" = ( /obj/structure/chair/office{ dir = 8 @@ -1396,26 +1396,26 @@ dir = 8 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "IO" = ( /obj/machinery/atmospherics/pipe/simple/general/visible, /turf/closed/wall, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "IR" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ dir = 8 }, /turf/open/floor/carpet, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Ja" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible, /obj/machinery/portable_atmospherics/canister/oxygen, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Jb" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Jv" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -1423,7 +1423,7 @@ dir = 8 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "JK" = ( /obj/effect/turf_decal/radiation, /obj/effect/decal/cleanable/dirt, @@ -1434,12 +1434,12 @@ dir = 4 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "JT" = ( /obj/machinery/atmospherics/pipe/simple/general/visible, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Kd" = ( /obj/structure/bed, /obj/machinery/iv_drip, @@ -1451,11 +1451,11 @@ dir = 4 }, /turf/open/floor/plasteel/white/airless, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "KB" = ( /obj/machinery/door/airlock/security/glass, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Li" = ( /obj/structure/sign/poster/official/random{ pixel_x = 32 @@ -1468,24 +1468,24 @@ dir = 10 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "LE" = ( /obj/structure/table/reinforced, /obj/machinery/recharger, /obj/item/clothing/glasses/hud/health, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "LK" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/shutters{ dir = 8 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "LM" = ( /obj/machinery/power/turbine, /turf/open/floor/plating/asteroid/whitesands, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "LN" = ( /obj/structure/rack, /obj/item/reagent_containers/food/drinks/waterbottle/large{ @@ -1498,43 +1498,43 @@ pixel_y = -3 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "LS" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/components/unary/vent_pump/on{ dir = 8 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Me" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/supply/hidden, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "My" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/chair/office, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "MQ" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /obj/machinery/atmospherics/components/unary/vent_pump/on, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "MR" = ( /obj/structure/chair/stool, /obj/machinery/atmospherics/components/unary/vent_scrubber/on{ dir = 8 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "MW" = ( /obj/item/reagent_containers/glass/bucket, /obj/effect/decal/remains/human, /obj/structure/fluff/beach_umbrella, /turf/open/floor/plating/asteroid/whitesands, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "MZ" = ( /obj/structure/sign/poster/official/nanotrasen_logo{ pixel_x = 32 @@ -1549,27 +1549,27 @@ dir = 5 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Nn" = ( /obj/structure/reagent_dispensers/watertank, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "No" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "NM" = ( /obj/effect/turf_decal/box, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "NP" = ( /obj/effect/decal/cleanable/blood/gibs/limb, /turf/open/floor/plasteel/white/airless, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "NS" = ( /obj/effect/turf_decal/arrows, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -1579,24 +1579,24 @@ dir = 4 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "NT" = ( /turf/closed/wall, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "NX" = ( /obj/machinery/atmospherics/components/unary/outlet_injector/atmos/engine_waste{ dir = 8 }, /turf/open/floor/plating/asteroid/whitesands, -/area/whitesands/surface/outdoors) +/area/overmap_encounter/planetoid/sand/explored) "NZ" = ( /obj/structure/reagent_dispensers/water_cooler, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Ok" = ( /obj/structure/sign/poster/official/work_for_a_future, /turf/closed/wall/r_wall/rust, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Oo" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ dir = 8 @@ -1605,31 +1605,31 @@ dir = 4 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Ow" = ( /obj/item/storage/bottles/sandblast, /turf/open/floor/wood{ icon_state = "wood-broken2" }, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Oz" = ( /obj/machinery/hydroponics/constructable, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "OC" = ( /obj/effect/turf_decal/dept{ dir = 1 }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Pc" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ dir = 8 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Pk" = ( /obj/effect/turf_decal/corner/opaque/red, /obj/machinery/atmospherics/pipe/manifold/supply/hidden{ @@ -1639,7 +1639,7 @@ dir = 8 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Pm" = ( /obj/machinery/door/airlock/security/glass{ dir = 4 @@ -1651,12 +1651,12 @@ dir = 4 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Ps" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Pu" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -1666,18 +1666,18 @@ dir = 9 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Py" = ( /obj/structure/grille, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "PF" = ( /obj/machinery/atmospherics/components/trinary/filter/on{ dir = 1 }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Qh" = ( /obj/machinery/door/airlock/security/glass{ name = "Cell 1"; @@ -1688,13 +1688,13 @@ dir = 4 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Qq" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on{ dir = 1 }, /turf/open/floor/engine/vacuum, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Qr" = ( /obj/structure/table, /obj/item/storage/backpack/duffelbag/sec/surgery, @@ -1709,19 +1709,19 @@ }, /obj/effect/turf_decal/corner/opaque/red, /turf/open/floor/plasteel/white/airless, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Qw" = ( /obj/item/kirbyplants/random, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Qy" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ dir = 8 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "QK" = ( /obj/machinery/door/airlock/security/glass{ name = "Cell 3"; @@ -1732,23 +1732,23 @@ dir = 8 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "QO" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "QU" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/white/airless, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "QY" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/components/unary/vent_scrubber/on{ dir = 8 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Re" = ( /obj/structure/table, /obj/effect/turf_decal/corner/opaque/red, @@ -1767,11 +1767,11 @@ dir = 8 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Ru" = ( /mob/living/simple_animal/crab, /turf/open/floor/plating/asteroid/whitesands, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "RH" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ dir = 8 @@ -1780,7 +1780,7 @@ dir = 4 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "RR" = ( /obj/effect/turf_decal/corner/opaque/red{ dir = 1 @@ -1790,24 +1790,24 @@ dir = 8 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "RU" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 4 }, /turf/closed/wall/r_wall, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "RW" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ dir = 8 }, /turf/closed/wall/r_wall, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "RX" = ( /obj/machinery/computer/arcade, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Su" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden{ dir = 8 @@ -1816,10 +1816,10 @@ dir = 6 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "SE" = ( /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "SW" = ( /obj/effect/turf_decal/corner/opaque/red{ dir = 4 @@ -1828,17 +1828,17 @@ dir = 1 }, /turf/open/floor/plasteel/white/airless, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "SZ" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 6 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Ta" = ( /obj/machinery/biogenerator, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Tc" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, @@ -1846,25 +1846,25 @@ dir = 5 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Te" = ( /obj/machinery/door/airlock/security/glass{ dir = 4 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Ty" = ( /obj/structure/chair{ dir = 4 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Tz" = ( /obj/effect/turf_decal/corner/opaque/red{ dir = 1 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "TB" = ( /obj/item/cultivator, /obj/item/shovel/spade{ @@ -1873,7 +1873,7 @@ }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "TG" = ( /obj/machinery/door/airlock/security/glass{ req_access_txt = "3"; @@ -1886,14 +1886,14 @@ dir = 4 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "TH" = ( /obj/machinery/igniter/incinerator_atmos, /obj/machinery/atmospherics/components/unary/vent_scrubber/on{ dir = 1 }, /turf/open/floor/engine/vacuum, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "TO" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ dir = 8 @@ -1902,24 +1902,24 @@ dir = 4 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Ug" = ( /obj/effect/turf_decal/corner/opaque/red, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 6 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Up" = ( /obj/structure/table, /obj/machinery/microwave, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Uu" = ( /obj/structure/reagent_dispensers/water_cooler, /turf/open/floor/wood, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "UG" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ @@ -1929,7 +1929,7 @@ dir = 8 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Va" = ( /turf/template_noop, /area/template_noop) @@ -1937,7 +1937,7 @@ /obj/machinery/seed_extractor, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Vr" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/components/unary/vent_pump/on{ @@ -1947,7 +1947,7 @@ dir = 8 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Vs" = ( /obj/effect/turf_decal/corner/opaque/red, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -1955,44 +1955,44 @@ dir = 8 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Vv" = ( /obj/machinery/atmospherics/components/unary/outlet_injector/atmos/incinerator_input{ dir = 1 }, /turf/open/floor/engine/vacuum, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "VF" = ( /obj/effect/turf_decal/number/one, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "VG" = ( /obj/structure/closet/crate/large, /obj/structure/reagent_dispensers/watertank/high, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "VP" = ( /obj/structure/fans/tiny, /obj/machinery/door/poddoor/shutters{ dir = 4 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "VS" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/shutters{ dir = 4 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "VT" = ( /obj/structure/table, /obj/item/paper, /obj/item/pen, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Wa" = ( /obj/effect/turf_decal/corner/opaque/red{ dir = 4 @@ -2005,49 +2005,49 @@ dir = 1 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Ww" = ( /obj/item/reagent_containers/glass/bucket{ pixel_x = -4; pixel_y = -6 }, /turf/open/floor/plating/asteroid/whitesands, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "WD" = ( /obj/structure/sign/poster/official/random{ pixel_x = 32 }, /obj/effect/decal/cleanable/dirt, /turf/closed/wall, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "WF" = ( /obj/machinery/door/airlock/public/glass, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "WV" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ dir = 8 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "WY" = ( /obj/machinery/atmospherics/pipe/simple/general/visible{ dir = 6 }, /turf/open/floor/engine, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Xg" = ( /obj/effect/turf_decal/box, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Xy" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on{ dir = 8 }, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "XA" = ( /obj/machinery/door/airlock/security/glass{ dir = 4 @@ -2066,13 +2066,13 @@ dir = 4 }, /turf/open/floor/plasteel/airless, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "XR" = ( /obj/structure/table, /obj/item/paper, /obj/item/pen, /turf/open/floor/plating, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "XY" = ( /obj/structure/chair/office{ dir = 8 @@ -2084,7 +2084,7 @@ dir = 8 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Yt" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -2094,7 +2094,7 @@ dir = 8 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "YC" = ( /obj/structure/table, /obj/item/mmi, @@ -2103,7 +2103,7 @@ dir = 4 }, /turf/open/floor/plasteel/white/airless, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "YV" = ( /obj/effect/turf_decal/corner/opaque/red{ dir = 1 @@ -2119,7 +2119,7 @@ dir = 5 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "YW" = ( /obj/structure/table, /obj/item/storage/box/cups, @@ -2130,19 +2130,19 @@ dir = 1 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "YY" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ dir = 8 }, /turf/open/floor/plasteel/white/airless, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Zh" = ( /obj/effect/turf_decal/corner/opaque/red, /obj/machinery/atmospherics/pipe/manifold/supply/hidden, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Zs" = ( /obj/structure/table, /obj/item/reagent_containers/food/drinks/britcup, @@ -2151,27 +2151,27 @@ dir = 4 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Zt" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "Zv" = ( /obj/effect/turf_decal/number/zero, /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /obj/machinery/atmospherics/pipe/simple/supply/hidden, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "ZE" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "ZH" = ( /obj/effect/overlay/palmtree_r, /turf/open/floor/plating/asteroid/whitesands, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "ZJ" = ( /obj/effect/turf_decal/number/three, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -2181,14 +2181,14 @@ dir = 8 }, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) "ZV" = ( /obj/structure/sign/poster/official/random{ pixel_x = 32 }, /obj/structure/reagent_dispensers/water_cooler, /turf/open/floor/plasteel, -/area/whitesands/surface/outdoors) +/area/ruin/powered) (1,1,1) = {" Va diff --git a/_maps/RandomRuins/SandRuins/whitesands_surface_youreinsane.dmm b/_maps/RandomRuins/SandRuins/whitesands_surface_youreinsane.dmm index f1ab9b3979c3..4ea2350301d7 100644 --- a/_maps/RandomRuins/SandRuins/whitesands_surface_youreinsane.dmm +++ b/_maps/RandomRuins/SandRuins/whitesands_surface_youreinsane.dmm @@ -7,22 +7,22 @@ icon_state = "panelscorched"; initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "c" = ( /obj/effect/spawner/structure/window/plasma/reinforced, /turf/open/floor/plating{ initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "f" = ( /turf/open/floor/plating/asteroid/whitesands, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "g" = ( /obj/effect/turf_decal/industrial/outline/yellow{ dir = 1 }, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "i" = ( /obj/effect/decal/cleanable/greenglow, /obj/item/disk/plantgene, @@ -30,13 +30,13 @@ icon_state = "platingdmg2"; initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "j" = ( /obj/machinery/atmospherics/pipe/simple/general/visible{ dir = 10 }, /turf/closed/wall/r_wall, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "k" = ( /obj/structure/window/plasma/reinforced, /obj/machinery/power/rad_collector/anchored, @@ -44,39 +44,39 @@ dir = 10 }, /turf/open/floor/plating/asteroid/whitesands, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "n" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating{ icon_state = "panelscorched"; initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "r" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on, /obj/effect/decal/cleanable/dirt, /turf/open/floor/engine, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "s" = ( /obj/effect/turf_decal/industrial/outline/yellow{ dir = 1 }, /obj/machinery/portable_atmospherics/canister/nitrogen, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "t" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on, /turf/open/floor/engine, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "u" = ( /obj/machinery/atmospherics/pipe/simple/general/visible{ dir = 9 }, /turf/closed/wall/r_wall, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "w" = ( /turf/closed/wall/r_wall, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "x" = ( /obj/effect/mob_spawn/human/engineer{ gender = "female"; @@ -89,29 +89,29 @@ }, /obj/item/geiger_counter, /turf/open/floor/engine, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "z" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating{ initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "B" = ( /obj/effect/turf_decal/industrial/hatch/yellow, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/dark, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "C" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/engine, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "E" = ( /obj/effect/decal/cleanable/greenglow, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating{ initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "G" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 8 @@ -120,20 +120,20 @@ icon_state = "platingdmg2"; initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "H" = ( /obj/structure/girder/displaced, /turf/open/floor/plating{ initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "I" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on{ dir = 1 }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/engine, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "J" = ( /obj/structure/window/plasma/reinforced{ dir = 1 @@ -149,7 +149,7 @@ icon_state = "platingdmg2"; initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "L" = ( /obj/structure/window/plasma/reinforced{ dir = 1 @@ -160,7 +160,7 @@ icon_state = "platingdmg1"; initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "Q" = ( /obj/machinery/atmospherics/pipe/simple/general/visible{ dir = 6 @@ -169,7 +169,7 @@ /turf/open/floor/plating{ initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "R" = ( /obj/structure/window/plasma/reinforced, /obj/machinery/power/rad_collector/anchored, @@ -180,12 +180,12 @@ icon_state = "platingdmg2"; initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "S" = ( /turf/open/floor/plating{ initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "T" = ( /obj/structure/window/plasma/reinforced{ dir = 1 @@ -193,13 +193,13 @@ /obj/structure/frame/machine, /obj/machinery/atmospherics/pipe/manifold/general/visible, /turf/open/floor/engine, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "V" = ( /turf/open/floor/plating{ icon_state = "platingdmg1"; initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "W" = ( /obj/machinery/door/airlock/engineering/glass/critical{ heat_proof = 1; @@ -211,13 +211,13 @@ icon_state = "platingdmg2"; initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "X" = ( /obj/structure/girder, /turf/open/floor/plating{ initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "Y" = ( /obj/machinery/door/airlock/engineering/glass/critical{ heat_proof = 1; @@ -226,7 +226,7 @@ dir = 4 }, /turf/open/floor/engine, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) "Z" = ( /obj/structure/window/plasma/reinforced, /obj/structure/frame/machine, @@ -237,7 +237,7 @@ icon_state = "platingdmg1"; initial_gas_mix = "ws_atmos" }, -/area/whitesands/surface/outdoors) +/area/ruin/unpowered) (1,1,1) = {" a diff --git a/_maps/RandomRuins/SpaceRuins/DJstation.dmm b/_maps/RandomRuins/SpaceRuins/DJstation.dmm index 9be1767e0383..0015c9509123 100644 --- a/_maps/RandomRuins/SpaceRuins/DJstation.dmm +++ b/_maps/RandomRuins/SpaceRuins/DJstation.dmm @@ -179,16 +179,16 @@ /area/ruin/space/djstation) "aH" = ( /obj/structure/table, -/obj/item/radio/intercom/directional/east{ - freerange = 1; - name = "Pirate Radio Listening Channel" - }, /obj/effect/turf_decal/corner/opaque/white{ dir = 1 }, /obj/effect/turf_decal/corner/opaque/white{ dir = 2 }, +/obj/item/radio/intercom/table{ + dir = 8; + freerange = 1 + }, /turf/open/floor/plasteel, /area/ruin/space/djstation) "aI" = ( @@ -263,28 +263,14 @@ /area/ruin/space/djstation) "aQ" = ( /obj/structure/table, -/obj/item/radio/intercom/directional/east{ - broadcasting = 1; - freerange = 1; - listening = 0; - name = "Pirate Radio Broadcast Channel" - }, /obj/effect/turf_decal/corner/opaque/white{ dir = 1 }, /obj/effect/turf_decal/corner/opaque/white{ dir = 2 }, -/turf/open/floor/plasteel, -/area/ruin/space/djstation) -"aR" = ( -/obj/structure/table, -/obj/item/paper/fluff/ruins/djstation, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 2 +/obj/item/radio/intercom/table{ + freerange = 1 }, /turf/open/floor/plasteel, /area/ruin/space/djstation) @@ -441,6 +427,17 @@ }, /turf/open/floor/plating, /area/ruin/space/djstation) +"lU" = ( +/obj/structure/table, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/obj/item/paper/fluff/ruins/djstation, +/turf/open/floor/plasteel, +/area/ruin/space/djstation) "nM" = ( /obj/item/storage/box/lights/mixed, /obj/structure/sign/warning/electricshock{ @@ -724,8 +721,8 @@ ah af ax aw -aH -aR +lU +aQ aw bc bh diff --git a/_maps/RandomRuins/SpaceRuins/astraeus.dmm b/_maps/RandomRuins/SpaceRuins/astraeus.dmm index 9afa19fa8b0b..bafc48460b64 100644 --- a/_maps/RandomRuins/SpaceRuins/astraeus.dmm +++ b/_maps/RandomRuins/SpaceRuins/astraeus.dmm @@ -933,7 +933,7 @@ }, /obj/effect/decal/cleanable/dirt, /obj/item/paper{ - info = "
NSV Astraeus Ammunition Inventory


Current Time:18:30
Shipment Number:04

Equipment in this shipment:
Leave blank or write 0 if none

Shells: HE - x15,
Shells: Shield Piercing - x8,
Shells: Smart Homing - x5,

  • Clown: Hilarious - x1


  • Master At Arms' signature:"; + default_raw_text = "
    NSV Astraeus Ammunition Inventory


    Current Time:18:30
    Shipment Number:04

    Equipment in this shipment:
    Leave blank or write 0 if none

    Shells: HE - x15,
    Shells: Shield Piercing - x8,
    Shells: Smart Homing - x5,

  • Clown: Hilarious - x1


  • Master At Arms' signature:"; name = "paper - Munitions Inventory"; pixel_x = 7 }, diff --git a/_maps/RandomRuins/SpaceRuins/clericden.dmm b/_maps/RandomRuins/SpaceRuins/clericden.dmm index b72bdb1f6903..b70a3ada2857 100644 --- a/_maps/RandomRuins/SpaceRuins/clericden.dmm +++ b/_maps/RandomRuins/SpaceRuins/clericden.dmm @@ -1,579 +1,2117 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"a" = ( -/turf/template_noop, -/area/template_noop) -"b" = ( +"ab" = ( +/obj/effect/decal/cleanable/blood/footprints{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/old{ + dir = 8; + icon_state = "trails_1"; + name = "dried blood trail" + }, +/turf/open/floor/carpet/airless, +/area/ruin/unpowered/no_grav) +"aq" = ( +/obj/effect/turf_decal/siding/yellow{ + dir = 6 + }, +/turf/open/floor/carpet/royalblack/airless, +/area/ruin/unpowered/no_grav) +"ax" = ( +/obj/effect/decal/cleanable/blood/gibs/up, +/turf/open/floor/carpet/airless, +/area/ruin/unpowered/no_grav) +"ay" = ( +/obj/structure/table/wood/reinforced, +/obj/effect/turf_decal/siding/yellow{ + dir = 10 + }, +/turf/open/floor/carpet/royalblack/airless, +/area/ruin/unpowered/no_grav) +"aR" = ( /turf/closed/mineral/random, /area/ruin/unpowered/no_grav) -"c" = ( -/turf/open/floor/plating/asteroid/airless, +"aY" = ( +/obj/item/clothing/suit/armor/riot/chaplain/studentuni, +/turf/open/floor/carpet/airless, +/area/ruin/unpowered/no_grav) +"bb" = ( +/obj/item/storage/book/bible, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/carpet/airless, +/area/ruin/unpowered/no_grav) +"bq" = ( +/obj/item/ectoplasm, +/obj/effect/turf_decal/corner_techfloor_grid{ + dir = 10 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered/no_grav) +"bw" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/carpet/royalblack/airless, +/area/ruin/unpowered/no_grav) +"bI" = ( +/obj/effect/decal/cleanable/crayon, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/mob_spawn/human/corpse/charredskeleton{ + burn_damage = 0 + }, +/turf/open/floor/plasteel/cult/airless, +/area/ruin/unpowered/no_grav) +"cG" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/cult/airless, +/area/ruin/unpowered/no_grav) +"cH" = ( +/obj/structure/window/reinforced/survival_pod, +/turf/open/floor/wood/airless, +/area/ruin/unpowered/no_grav) +"dn" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/airless, /area/ruin/unpowered/no_grav) -"d" = ( +"dp" = ( /turf/closed/wall, /area/ruin/unpowered/no_grav) -"e" = ( -/turf/closed/wall/rust, +"dw" = ( +/obj/structure/chair/pew{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered/no_grav) +"dA" = ( +/obj/effect/decal/cleanable/shreds, +/obj/effect/decal/remains/human, +/obj/item/disk/design_disk/adv/cleric_mace, +/turf/open/floor/carpet/airless, /area/ruin/unpowered/no_grav) -"f" = ( -/obj/item/stack/rods{ - amount = 2 +"dW" = ( +/obj/item/chair/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 10 }, -/obj/item/shard, -/turf/open/floor/plating/asteroid/airless, +/turf/open/floor/carpet/airless, /area/ruin/unpowered/no_grav) -"g" = ( -/obj/structure/grille, -/obj/structure/window/fulltile, -/turf/open/floor/plating, +"dZ" = ( +/obj/structure/chair/pew/right{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/airless, /area/ruin/unpowered/no_grav) -"h" = ( -/obj/structure/grille/broken, -/obj/structure/barricade/wooden/crude, -/obj/structure/trap/cult, -/obj/effect/decal/cleanable/glass, -/turf/open/floor/plating/airless, +"ek" = ( +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/carpet/airless, /area/ruin/unpowered/no_grav) -"i" = ( +"em" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/salad/validsalad, +/turf/open/floor/wood/airless, +/area/ruin/unpowered/no_grav) +"eo" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered/no_grav) +"ew" = ( /obj/structure/light_prism, +/obj/effect/turf_decal/corner_techfloor_grid/diagonal, /turf/open/floor/plasteel/dark/airless, /area/ruin/unpowered/no_grav) -"j" = ( -/obj/effect/decal/cleanable/blood/drip, -/turf/open/floor/plating/airless, +"eK" = ( +/obj/structure/table/wood, +/obj/item/lighter/clockwork, +/turf/open/floor/wood/airless, /area/ruin/unpowered/no_grav) -"k" = ( -/obj/item/ectoplasm, +"eO" = ( +/obj/effect/turf_decal/corner_techfloor_grid{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/east, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered/no_grav) +"ft" = ( +/obj/structure/table/wood/fancy, +/obj/item/melee/cleric_mace, +/turf/open/floor/carpet/airless, +/area/ruin/unpowered/no_grav) +"fv" = ( +/obj/structure/fluff/paper/stack{ + pixel_x = -7; + pixel_y = 1 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood/airless, +/area/ruin/unpowered/no_grav) +"fx" = ( +/obj/structure/window/reinforced/survival_pod{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood/airless, +/area/ruin/unpowered/no_grav) +"fL" = ( +/obj/effect/turf_decal/corner_techfloor_grid, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered/no_grav) +"fV" = ( +/obj/effect/decal/remains/human, +/obj/item/coin/gold, +/mob/living/simple_animal/hostile/asteroid/basilisk{ + name = "Leonard"; + desc = "A territorial beast, covered in a thick shell that absorbs energy. Its stare causes victims to freeze from the inside. This one seems to be wearing a small tag labeled 'Leonard'." + }, /turf/open/floor/plating/asteroid/airless, /area/ruin/unpowered/no_grav) -"l" = ( -/obj/structure/closet/crate/coffin, +"gd" = ( +/obj/structure/destructible/cult/talisman, +/obj/structure/constructshell, +/obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plasteel/dark/airless, /area/ruin/unpowered/no_grav) -"m" = ( -/turf/open/floor/plating/airless, +"gh" = ( +/obj/structure/bed, +/obj/item/bedsheet/black, +/obj/structure/curtain/cloth/fancy, +/obj/effect/mob_spawn/human/corpse/charredskeleton{ + burn_damage = 0 + }, +/turf/open/floor/wood/airless, +/area/ruin/unpowered/no_grav) +"gz" = ( +/obj/structure/chair/pew/right{ + dir = 4 + }, +/turf/open/floor/plasteel/cult/airless, /area/ruin/unpowered/no_grav) -"n" = ( +"gN" = ( +/obj/structure/closet/wardrobe/chaplain_black, /turf/open/floor/carpet/royalblack/airless, /area/ruin/unpowered/no_grav) -"o" = ( -/obj/structure/table/wood/fancy, -/obj/item/reagent_containers/food/drinks/bottle/holywater, +"hg" = ( +/obj/structure/chair/pew/right{ + dir = 4 + }, /turf/open/floor/carpet/airless, /area/ruin/unpowered/no_grav) -"p" = ( -/obj/structure/table/wood/fancy, -/obj/item/melee/cleric_mace, -/turf/open/floor/carpet/airless, +"hl" = ( +/obj/structure/light_prism, +/turf/open/floor/plasteel/dark/airless, /area/ruin/unpowered/no_grav) -"q" = ( -/obj/effect/decal/cleanable/shreds, +"hs" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/broken/directional/east, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/airless, +/area/ruin/unpowered/no_grav) +"hw" = ( +/obj/structure/light_prism, +/obj/effect/turf_decal/corner_techfloor_grid, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered/no_grav) +"hB" = ( +/mob/living/simple_animal/hostile/construct/proteon/hostile, +/turf/open/floor/wood/airless, +/area/ruin/unpowered/no_grav) +"hX" = ( +/obj/item/book/granter/spell/smoke/lesser, +/obj/structure/fluff/paper/stack{ + dir = 5 + }, /turf/open/floor/carpet/airless, /area/ruin/unpowered/no_grav) -"r" = ( -/obj/effect/decal/cleanable/shreds, -/obj/effect/decal/remains/human, -/obj/item/disk/design_disk/adv/cleric_mace, -/obj/structure/trap/cult, +"io" = ( +/obj/machinery/door/airlock/wood{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered/no_grav) +"jh" = ( +/turf/open/floor/plating/asteroid/airless, +/area/ruin/unpowered/no_grav) +"jj" = ( +/obj/structure/window/reinforced/survival_pod, +/turf/open/floor/plasteel/cult/airless, +/area/ruin/unpowered/no_grav) +"jy" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered/no_grav) +"jL" = ( +/obj/structure/statue/sandstone/venus{ + anchored = 1; + dir = 8 + }, /turf/open/floor/carpet/airless, /area/ruin/unpowered/no_grav) -"s" = ( -/obj/effect/decal/cleanable/shreds, +"kj" = ( +/obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/carpet/royalblack/airless, /area/ruin/unpowered/no_grav) -"t" = ( -/turf/open/floor/carpet/royalblue/airless, +"kk" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/machinery/light/small/broken/directional/east, +/turf/open/floor/wood/airless, /area/ruin/unpowered/no_grav) -"u" = ( +"kp" = ( +/obj/structure/fluff/paper/stack{ + pixel_x = -7; + pixel_y = 1 + }, +/obj/effect/turf_decal/siding/wood, /turf/open/floor/carpet/airless, /area/ruin/unpowered/no_grav) -"v" = ( -/obj/effect/decal/cleanable/blood/splatter, -/obj/effect/decal/cleanable/blood/footprints, -/obj/effect/decal/cleanable/shreds, +"kB" = ( +/obj/effect/turf_decal/corner_techfloor_grid/diagonal{ + dir = 4 + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered/no_grav) +"kD" = ( +/obj/effect/decal/cleanable/blood/gibs/core, /turf/open/floor/carpet/airless, /area/ruin/unpowered/no_grav) -"w" = ( +"kR" = ( +/obj/structure/bed, +/obj/item/bedsheet/black, +/obj/structure/curtain/cloth/fancy, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/airless, +/area/ruin/unpowered/no_grav) +"kT" = ( /obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/carpet/royalblack/airless, /area/ruin/unpowered/no_grav) -"x" = ( -/obj/structure/bonfire, +"kY" = ( +/obj/effect/turf_decal/corner_techfloor_grid{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/gibs/torso{ + dir = 4 + }, /turf/open/floor/plasteel/dark/airless, /area/ruin/unpowered/no_grav) -"y" = ( +"lX" = ( +/turf/template_noop, +/area/template_noop) +"lY" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/north, +/turf/open/floor/wood/airless, +/area/ruin/unpowered/no_grav) +"mx" = ( +/obj/structure/bed, +/obj/item/bedsheet/black, +/obj/structure/curtain/cloth/fancy, +/turf/open/floor/wood/airless, +/area/ruin/unpowered/no_grav) +"np" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood/airless, +/area/ruin/unpowered/no_grav) +"nz" = ( /obj/effect/decal/cleanable/blood/tracks, /turf/open/floor/carpet/airless, /area/ruin/unpowered/no_grav) -"z" = ( -/obj/item/paper/fluff/ruins/clericsden/contact, +"nB" = ( +/obj/item/ectoplasm, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered/no_grav) +"of" = ( +/obj/effect/decal/cleanable/blood/tracks, +/obj/machinery/door/airlock/wood, +/turf/open/floor/wood/airless, +/area/ruin/unpowered/no_grav) +"os" = ( +/obj/effect/turf_decal/corner_techfloor_grid, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered/no_grav) +"pT" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/fulltile, /turf/open/floor/plating/airless, /area/ruin/unpowered/no_grav) -"A" = ( -/obj/structure/table/wood{ - layer = 3.3 - }, +"pZ" = ( +/obj/effect/decal/cleanable/blood/drip, /turf/open/floor/carpet/royalblack/airless, /area/ruin/unpowered/no_grav) -"B" = ( -/obj/effect/decal/cleanable/blood/footprints, -/obj/effect/decal/cleanable/blood/tracks, +"ql" = ( +/obj/item/paper/fluff/ruins/clericsden/contact, +/obj/effect/turf_decal/corner_techfloor_grid{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered/no_grav) +"qt" = ( +/obj/effect/turf_decal/corner_techfloor_grid{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/south, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered/no_grav) +"qx" = ( +/turf/open/floor/carpet/airless, +/area/ruin/unpowered/no_grav) +"qI" = ( +/obj/effect/decal/cleanable/blood/gibs/torso, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/airless, +/area/ruin/unpowered/no_grav) +"re" = ( +/obj/effect/decal/cleanable/blood/footprints{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/old{ + dir = 8; + icon_state = "trails_1"; + name = "dried blood trail" + }, +/obj/effect/decal/cleanable/blood/old{ + dir = 8; + icon_state = "trails_1"; + name = "dried blood trail" + }, /turf/open/floor/carpet/airless, /area/ruin/unpowered/no_grav) -"C" = ( -/obj/structure/chair/wood{ +"ri" = ( +/obj/structure/light_prism, +/obj/effect/turf_decal/corner_techfloor_grid{ dir = 1 }, -/turf/open/floor/carpet/royalblue/airless, +/turf/open/floor/plasteel/dark/airless, /area/ruin/unpowered/no_grav) -"D" = ( +"rk" = ( +/obj/structure/fluff/paper/stack{ + pixel_x = -7; + pixel_y = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood/airless, +/area/ruin/unpowered/no_grav) +"rz" = ( /obj/effect/decal/remains/human, -/obj/structure/trap/cult, +/obj/item/paper/fluff/ruins/clericsden/warning, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/plating/airless, +/area/ruin/unpowered/no_grav) +"rJ" = ( +/obj/effect/turf_decal/corner_techfloor_grid/diagonal{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered/no_grav) +"rS" = ( +/obj/structure/fluff/paper/stack{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wood, /turf/open/floor/carpet/airless, /area/ruin/unpowered/no_grav) -"E" = ( -/obj/effect/decal/cleanable/blood/tracks, -/mob/living/simple_animal/hostile/construct/proteon/hostile, +"sy" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/wood/airless, +/area/ruin/unpowered/no_grav) +"sK" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/cult/airless, +/area/ruin/unpowered/no_grav) +"sR" = ( +/obj/effect/decal/cleanable/blood/gibs/old, /turf/open/floor/carpet/airless, /area/ruin/unpowered/no_grav) -"F" = ( -/obj/item/flashlight/flare/torch, +"tn" = ( +/obj/structure/window/reinforced/survival_pod, +/obj/machinery/light/small/broken/directional/west, +/turf/open/floor/wood/airless, +/area/ruin/unpowered/no_grav) +"ub" = ( +/obj/effect/turf_decal/corner_techfloor_grid/full, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered/no_grav) +"uM" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/plasteel/cult/airless, +/area/ruin/unpowered/no_grav) +"vb" = ( +/obj/effect/turf_decal/corner_techfloor_grid/diagonal, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered/no_grav) +"vc" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/carpet/airless, +/area/ruin/unpowered/no_grav) +"vP" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/salad/aesirsalad, +/turf/open/floor/wood/airless, +/area/ruin/unpowered/no_grav) +"vZ" = ( +/obj/effect/turf_decal/corner_techfloor_grid{ + dir = 9 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered/no_grav) +"wp" = ( +/obj/effect/decal/cleanable/blood/old, +/mob/living/simple_animal/hostile/construct/juggernaut/hostile, +/turf/open/floor/carpet/airless, +/area/ruin/unpowered/no_grav) +"xk" = ( +/obj/structure/grille, +/obj/structure/window/fulltile, +/obj/structure/barricade/wooden/crude, /turf/open/floor/plating/airless, /area/ruin/unpowered/no_grav) -"G" = ( -/obj/effect/decal/cleanable/blood/tracks, -/obj/structure/trap/cult, +"xp" = ( +/obj/effect/decal/cleanable/blood/gibs/down, +/obj/machinery/light/small/directional/west, /turf/open/floor/carpet/airless, /area/ruin/unpowered/no_grav) -"H" = ( -/obj/structure/light_prism, +"xs" = ( +/obj/machinery/door/airlock/external, /turf/open/floor/plating/airless, /area/ruin/unpowered/no_grav) -"I" = ( +"xO" = ( +/obj/effect/decal/cleanable/blood/gibs/core, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered/no_grav) +"yf" = ( +/obj/structure/bed, +/obj/item/bedsheet/black, +/obj/structure/curtain/cloth/fancy, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/mob_spawn/human/corpse/charredskeleton{ + burn_damage = 0 + }, +/turf/open/floor/wood/airless, +/area/ruin/unpowered/no_grav) +"yJ" = ( +/obj/machinery/light/small/broken/directional/west, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/airless, +/area/ruin/unpowered/no_grav) +"yS" = ( +/obj/item/clothing/suit/armor/riot/chaplain/studentuni, +/turf/open/floor/plasteel/cult/airless, +/area/ruin/unpowered/no_grav) +"zI" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood/airless, +/area/ruin/unpowered/no_grav) +"zP" = ( +/obj/item/ectoplasm, +/obj/effect/turf_decal/corner_techfloor_grid, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered/no_grav) +"Aj" = ( +/obj/effect/turf_decal/corner_techfloor_grid{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered/no_grav) +"AF" = ( +/obj/structure/fluff/paper/stack{ + dir = 6 + }, +/turf/open/floor/carpet/airless, +/area/ruin/unpowered/no_grav) +"AN" = ( +/obj/effect/turf_decal/corner_techfloor_grid/diagonal, +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered/no_grav) +"AO" = ( /obj/effect/decal/cleanable/blood/drip, +/obj/effect/turf_decal/corner_techfloor_grid{ + dir = 5 + }, +/obj/machinery/light/small/directional/north, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered/no_grav) +"AP" = ( +/obj/structure/table/wood/reinforced, +/obj/item/kitchen/knife/combat/bone, +/obj/effect/turf_decal/siding/yellow{ + dir = 8 + }, +/turf/open/floor/carpet/royalblack/airless, +/area/ruin/unpowered/no_grav) +"AU" = ( +/obj/structure/table/wood/reinforced, +/obj/item/toy/figure/chaplain, +/obj/item/reagent_containers/food/snacks/cakeslice/holy_cake_slice, +/turf/open/floor/carpet/royalblack/airless, +/area/ruin/unpowered/no_grav) +"AV" = ( +/obj/structure/closet/crate/coffin, +/obj/effect/turf_decal/corner_techfloor_grid{ + dir = 6 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered/no_grav) +"BU" = ( +/obj/item/flashlight/flare/torch, +/obj/effect/turf_decal/corner_techfloor_grid{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered/no_grav) +"Cb" = ( +/obj/item/book/manual/wiki/barman_recipes, +/obj/structure/fluff/paper/stack{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/carpet/airless, /area/ruin/unpowered/no_grav) -"J" = ( -/obj/structure/rack, -/obj/item/tank/internals/emergency_oxygen, -/obj/item/clothing/mask/breath, +"Cd" = ( +/obj/effect/turf_decal/corner_techfloor_grid{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/splatter, +/obj/effect/decal/cleanable/dirt/dust, +/mob/living/simple_animal/hostile/construct/proteon/hostile, /turf/open/floor/plasteel/dark/airless, /area/ruin/unpowered/no_grav) -"K" = ( +"Cz" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/airless, +/area/ruin/unpowered/no_grav) +"CA" = ( +/turf/closed/wall/rust, +/area/ruin/unpowered/no_grav) +"CV" = ( +/obj/machinery/door/airlock/external, +/obj/structure/barricade/wooden/crude, +/turf/open/floor/plating/airless, +/area/ruin/unpowered/no_grav) +"Do" = ( +/obj/structure/lattice, +/turf/template_noop, +/area/template_noop) +"Dq" = ( +/obj/structure/table/wood/reinforced, +/obj/item/soulstone/anybody, +/obj/effect/turf_decal/siding/yellow{ + dir = 9 + }, +/turf/open/floor/carpet/royalblack/airless, +/area/ruin/unpowered/no_grav) +"DQ" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered/no_grav) +"DZ" = ( +/obj/item/clothing/suit/armor/riot/chaplain/studentuni, +/obj/effect/turf_decal/corner_techfloor_grid/diagonal, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered/no_grav) +"EH" = ( +/obj/effect/turf_decal/corner_techfloor_grid{ + dir = 10 + }, +/obj/effect/decal/cleanable/blood/gibs/old, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered/no_grav) +"EV" = ( +/obj/structure/bed, +/obj/item/bedsheet/chaplain, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/royalblack/airless, +/area/ruin/unpowered/no_grav) +"Fo" = ( +/obj/structure/fluff/paper/stack{ + dir = 8 + }, +/turf/open/floor/carpet/airless, +/area/ruin/unpowered/no_grav) +"Fz" = ( +/obj/item/book/manual/wiki/engineering_construction, +/obj/structure/fluff/paper/stack{ + dir = 9 + }, +/turf/open/floor/carpet/airless, +/area/ruin/unpowered/no_grav) +"FT" = ( +/obj/effect/turf_decal/corner_techfloor_grid{ + dir = 5 + }, +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered/no_grav) +"Gc" = ( +/obj/structure/window/reinforced/survival_pod, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood/airless, +/area/ruin/unpowered/no_grav) +"Ge" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/effect/turf_decal/corner_techfloor_grid/diagonal, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered/no_grav) +"Gt" = ( +/obj/effect/decal/cleanable/crayon, +/turf/open/floor/plasteel/cult/airless, +/area/ruin/unpowered/no_grav) +"GB" = ( +/turf/open/floor/plasteel/cult/airless, +/area/ruin/unpowered/no_grav) +"GD" = ( +/obj/effect/decal/cleanable/blood/splatter, +/mob/living/simple_animal/hostile/construct/proteon/hostile, +/turf/open/floor/carpet/airless, +/area/ruin/unpowered/no_grav) +"Hi" = ( +/obj/structure/fluff/paper/stack{ + dir = 1 + }, +/turf/open/floor/carpet/airless, +/area/ruin/unpowered/no_grav) +"Ht" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/airless, +/area/ruin/unpowered/no_grav) +"HH" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green, +/turf/open/floor/wood/airless, +/area/ruin/unpowered/no_grav) +"HJ" = ( /obj/structure/grille, /obj/structure/window/fulltile, -/turf/open/floor/plating/airless, +/turf/open/floor/plating, /area/ruin/unpowered/no_grav) -"L" = ( -/obj/machinery/door/airlock/wood, -/turf/open/floor/plating/airless, +"Il" = ( +/obj/structure/table/wood, +/turf/open/floor/wood/airless, +/area/ruin/unpowered/no_grav) +"IG" = ( +/obj/structure/table/wood/reinforced, +/obj/item/storage/book/bible, +/obj/effect/turf_decal/siding/yellow{ + dir = 8 + }, +/turf/open/floor/carpet/royalblack/airless, /area/ruin/unpowered/no_grav) -"M" = ( +"IN" = ( +/obj/effect/decal/cleanable/blood/footprints, /obj/effect/decal/cleanable/blood/tracks, -/obj/machinery/door/airlock/wood, +/turf/open/floor/carpet/airless, +/area/ruin/unpowered/no_grav) +"IO" = ( +/obj/item/ectoplasm, +/turf/open/floor/wood/airless, +/area/ruin/unpowered/no_grav) +"Ja" = ( +/obj/structure/destructible/cult/tome, +/turf/open/floor/plasteel/cult/airless, +/area/ruin/unpowered/no_grav) +"Jl" = ( +/obj/effect/decal/cleanable/blood/tracks{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/gibs/core, +/turf/open/floor/plasteel/cult/airless, +/area/ruin/unpowered/no_grav) +"Jx" = ( +/obj/item/chair/wood, +/turf/open/floor/wood/airless, +/area/ruin/unpowered/no_grav) +"Jy" = ( +/obj/effect/turf_decal/corner_techfloor_grid{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/broken/directional/east, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered/no_grav) +"JE" = ( +/obj/effect/turf_decal/corner_techfloor_grid{ + dir = 4 + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered/no_grav) +"Kj" = ( +/mob/living/simple_animal/hostile/construct/proteon/hostile, +/turf/open/floor/carpet/airless, +/area/ruin/unpowered/no_grav) +"Ko" = ( +/obj/effect/decal/cleanable/glass, +/obj/structure/window/fulltile, +/obj/structure/grille, /turf/open/floor/plating/airless, /area/ruin/unpowered/no_grav) -"N" = ( -/mob/living/simple_animal/hostile/construct/proteon, +"KK" = ( +/obj/effect/decal/remains/human, +/obj/item/coin/gold, +/turf/open/floor/plating/asteroid/airless, +/area/ruin/unpowered/no_grav) +"Lg" = ( +/obj/item/ectoplasm, +/turf/open/floor/carpet/royalblack/airless, +/area/ruin/unpowered/no_grav) +"Lt" = ( +/obj/item/stack/sheet/mineral/gold/twenty, /turf/open/floor/plating/asteroid/airless, /area/ruin/unpowered/no_grav) -"O" = ( +"Ly" = ( +/obj/structure/chair/pew/left{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered/no_grav) +"Md" = ( +/obj/structure/table/wood, +/obj/item/clothing/mask/cigarette/rollie/cannabis, +/turf/open/floor/wood/airless, +/area/ruin/unpowered/no_grav) +"Mj" = ( +/turf/open/floor/carpet/royalblack/airless, +/area/ruin/unpowered/no_grav) +"Mz" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood/airless, +/area/ruin/unpowered/no_grav) +"MQ" = ( +/obj/structure/table/wood/reinforced, +/obj/item/clothing/head/helmet/chaplain, +/obj/item/nullrod/claymore/chainsaw_sword, +/turf/open/floor/carpet/royalblack/airless, +/area/ruin/unpowered/no_grav) +"MV" = ( +/obj/structure/table/wood, +/obj/item/spacecash/bundle/c10, +/obj/item/spacecash/bundle/c10, +/turf/open/floor/wood/airless, +/area/ruin/unpowered/no_grav) +"Ne" = ( +/obj/effect/turf_decal/corner_techfloor_grid{ + dir = 10 + }, +/mob/living/simple_animal/hostile/construct/artificer/hostile, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered/no_grav) +"Nh" = ( +/obj/structure/bonfire, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered/no_grav) +"Ni" = ( +/obj/effect/decal/cleanable/shreds, +/turf/open/floor/carpet/royalblack/airless, +/area/ruin/unpowered/no_grav) +"Np" = ( +/obj/machinery/door/airlock/wood, +/turf/open/floor/wood/airless, +/area/ruin/unpowered/no_grav) +"NA" = ( +/obj/structure/fluff/paper/stack{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/airless, +/area/ruin/unpowered/no_grav) +"NB" = ( +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered/no_grav) +"NG" = ( /obj/structure/grille, -/obj/structure/window/fulltile, +/obj/structure/window/reinforced/fulltile, /obj/structure/barricade/wooden/crude, /turf/open/floor/plating/airless, /area/ruin/unpowered/no_grav) -"Q" = ( -/obj/item/storage/book/bible, -/obj/effect/decal/cleanable/blood, -/turf/open/floor/plating/asteroid/airless, +"NM" = ( +/obj/effect/turf_decal/corner_techfloor_grid{ + dir = 6 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered/no_grav) +"NQ" = ( +/obj/effect/decal/cleanable/crayon, +/obj/effect/mob_spawn/human/corpse/charredskeleton{ + burn_damage = 0 + }, +/turf/open/floor/plasteel/cult/airless, +/area/ruin/unpowered/no_grav) +"NR" = ( +/obj/structure/fluff/paper/stack{ + dir = 5 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/carpet/airless, /area/ruin/unpowered/no_grav) -"S" = ( +"Og" = ( /obj/effect/decal/cleanable/blood/drip, -/turf/open/floor/plating/asteroid/airless, +/turf/open/floor/carpet/airless, +/area/ruin/unpowered/no_grav) +"OD" = ( +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/airless, +/area/ruin/unpowered/no_grav) +"OM" = ( +/obj/structure/rack, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/clothing/mask/breath, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered/no_grav) +"Pj" = ( +/obj/structure/closet/crate/coffin, +/obj/effect/turf_decal/corner_techfloor_grid, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered/no_grav) +"Pk" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/airless, +/area/ruin/unpowered/no_grav) +"Pr" = ( +/obj/structure/fluff/paper/stack{ + pixel_x = -7; + pixel_y = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/broken/directional/west, +/turf/open/floor/carpet/airless, +/area/ruin/unpowered/no_grav) +"Pw" = ( +/obj/effect/turf_decal/siding/yellow{ + dir = 5 + }, +/turf/open/floor/carpet/royalblack/airless, +/area/ruin/unpowered/no_grav) +"PE" = ( +/obj/item/stack/sheet/mineral/wood, +/obj/item/stack/sheet/mineral/wood, +/obj/item/stack/sheet/mineral/wood, +/obj/item/stack/sheet/mineral/wood, +/turf/open/floor/carpet/airless, +/area/ruin/unpowered/no_grav) +"PG" = ( +/obj/effect/turf_decal/corner_techfloor_grid/diagonal, +/obj/effect/decal/cleanable/blood/gibs/old, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered/no_grav) +"PS" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/machinery/light/small/directional/north, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered/no_grav) +"PV" = ( +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/carpet/airless, +/area/ruin/unpowered/no_grav) +"Qk" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/airless, +/area/ruin/unpowered/no_grav) +"Ql" = ( +/obj/effect/turf_decal/corner_techfloor_grid{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered/no_grav) +"Qq" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 4 + }, +/turf/open/floor/plasteel/cult/airless, +/area/ruin/unpowered/no_grav) +"QJ" = ( +/obj/structure/table/wood, +/obj/item/spacecash/bundle/c100, +/obj/item/flashlight/lamp/green, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/carpet/airless, +/area/ruin/unpowered/no_grav) +"QO" = ( +/obj/structure/bed, +/obj/item/bedsheet/black, +/obj/structure/curtain/cloth/fancy, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood/airless, +/area/ruin/unpowered/no_grav) +"Re" = ( +/obj/structure/chair/pew{ + dir = 4 + }, +/turf/open/floor/plasteel/cult/airless, +/area/ruin/unpowered/no_grav) +"RG" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/effect/turf_decal/corner_techfloor_grid{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered/no_grav) +"RI" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/carpet/airless, +/area/ruin/unpowered/no_grav) +"RL" = ( +/obj/structure/window/reinforced/survival_pod{ + dir = 4 + }, +/turf/open/floor/wood/airless, /area/ruin/unpowered/no_grav) -"U" = ( +"Sj" = ( +/obj/structure/bookcase/random/religion, +/turf/open/floor/carpet/airless, +/area/ruin/unpowered/no_grav) +"Su" = ( +/obj/machinery/light/small/broken/directional/east, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered/no_grav) +"Tg" = ( +/obj/structure/light_prism, +/obj/effect/turf_decal/corner_techfloor_grid/full{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered/no_grav) +"Tm" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/turf/open/floor/wood/airless, +/area/ruin/unpowered/no_grav) +"Tx" = ( +/obj/structure/fluff/paper/stack{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/airless, +/area/ruin/unpowered/no_grav) +"TY" = ( +/obj/machinery/door/airlock/wood{ + dir = 8 + }, +/obj/structure/barricade/wooden/crude, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered/no_grav) +"Ui" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/effect/turf_decal/corner_techfloor_grid/diagonal{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered/no_grav) +"Uv" = ( +/mob/living/simple_animal/hostile/construct/wraith/hostile, +/turf/open/floor/carpet/royalblack/airless, +/area/ruin/unpowered/no_grav) +"Uw" = ( +/obj/structure/dresser, +/obj/machinery/light/small/directional/north, +/turf/open/floor/carpet/royalblack/airless, +/area/ruin/unpowered/no_grav) +"UN" = ( +/obj/structure/table/wood/fancy, +/obj/item/reagent_containers/food/drinks/bottle/holywater, +/turf/open/floor/carpet/airless, +/area/ruin/unpowered/no_grav) +"US" = ( +/obj/structure/chair/wood/wings{ + dir = 8 + }, +/obj/effect/turf_decal/siding/yellow{ + dir = 4 + }, +/turf/open/floor/carpet/royalblack/airless, +/area/ruin/unpowered/no_grav) +"UV" = ( +/mob/living/simple_animal/hostile/construct/proteon/hostile, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered/no_grav) +"UY" = ( +/mob/living/simple_animal/hostile/construct/proteon/hostile, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/turf/open/floor/carpet/airless, +/area/ruin/unpowered/no_grav) +"Vc" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/turf/open/floor/wood/airless, +/area/ruin/unpowered/no_grav) +"VI" = ( +/obj/effect/turf_decal/corner_techfloor_grid{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/north, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered/no_grav) +"VN" = ( +/obj/structure/fluff/paper/stack{ + pixel_x = -7; + pixel_y = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/broken/directional/north, +/turf/open/floor/carpet/airless, +/area/ruin/unpowered/no_grav) +"VP" = ( +/obj/effect/turf_decal/corner_techfloor_grid{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered/no_grav) +"Wi" = ( +/turf/open/floor/wood/airless, +/area/ruin/unpowered/no_grav) +"Wj" = ( +/obj/effect/decal/cleanable/shreds, +/obj/item/clothing/suit/armor/riot/chaplain/adept, +/obj/effect/rune/apocalypse, +/turf/open/floor/carpet/airless, +/area/ruin/unpowered/no_grav) +"Wo" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/carpet/airless, +/area/ruin/unpowered/no_grav) +"Wz" = ( +/obj/item/stack/sheet/mineral/wood, +/obj/item/stack/sheet/mineral/wood, +/turf/open/floor/plasteel/cult/airless, +/area/ruin/unpowered/no_grav) +"WJ" = ( +/obj/structure/window/reinforced/survival_pod{ + dir = 8 + }, +/turf/open/floor/wood/airless, +/area/ruin/unpowered/no_grav) +"Xv" = ( /obj/effect/decal/remains/human, -/obj/item/paper/fluff/ruins/clericsden/warning, +/turf/open/floor/carpet/airless, +/area/ruin/unpowered/no_grav) +"XE" = ( +/turf/open/floor/plating/airless, +/area/ruin/unpowered/no_grav) +"XJ" = ( +/obj/item/stack/ore/gold, /turf/open/floor/plating/asteroid/airless, /area/ruin/unpowered/no_grav) +"XQ" = ( +/obj/structure/chair/pew/left{ + dir = 4 + }, +/turf/open/floor/carpet/airless, +/area/ruin/unpowered/no_grav) +"XW" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/airless, +/area/ruin/unpowered/no_grav) +"YF" = ( +/obj/effect/turf_decal/corner_techfloor_grid/full, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered/no_grav) +"Zh" = ( +/obj/structure/grille, +/obj/structure/window/fulltile, +/turf/open/floor/plating/airless, +/area/ruin/unpowered/no_grav) +"ZQ" = ( +/obj/effect/decal/cleanable/blood/splatter, +/obj/effect/decal/cleanable/blood/footprints, +/obj/effect/decal/cleanable/shreds, +/turf/open/floor/carpet/airless, +/area/ruin/unpowered/no_grav) (1,1,1) = {" -a -a -a -a -a -a -a -a -c -b -c -c -c -c -a -a -a -a +lX +lX +lX +lX +lX +lX +lX +lX +lX +lX +lX +lX +lX +lX +lX +lX +lX +lX +lX +lX +lX +lX +lX +lX +Do +lX +lX +lX +lX +lX "} (2,1,1) = {" -a -a -a -c -c -c -c -c -c -c -c -b -c -c -b -c -c -a +lX +lX +lX +lX +lX +lX +lX +jh +jh +aR +aR +aR +jh +lX +lX +lX +lX +lX +CA +pT +pT +pT +dp +Do +Do +Do +lX +lX +lX +lX "} (3,1,1) = {" -a -c -b -c -c -b -c -b -c -c -b -b -b -c -b -b -b -a +lX +lX +lX +lX +lX +lX +aR +aR +aR +aR +aR +jh +jh +jh +jh +jh +CA +CA +CA +dW +fv +zI +dp +dp +dp +Do +Do +lX +lX +lX "} (4,1,1) = {" -a -b -b -b -b -b -b -b -b -b -b -b -b -b -b -b -c -a +lX +lX +lX +lX +jh +aR +aR +aR +jh +jh +jh +jh +aR +aR +jh +dp +CA +Sj +Pr +QJ +MV +Wi +tn +kR +dp +CA +Do +Do +lX +lX "} (5,1,1) = {" -a -b -d -d -e -d -e -K -d -d -d -d -d -d -e -c -c -a +lX +lX +lX +jh +aR +aR +aR +jh +jh +aR +aR +aR +aR +aR +dp +dp +NA +Sj +Hi +kp +Jx +rk +cH +Ht +gh +CA +CA +Do +Do +lX "} (6,1,1) = {" -a -b -e -i -l -e -x -m -e -x -m -e -m -J -d -e -b -a +lX +lX +lX +jh +aR +jh +jh +jh +aR +aR +aR +aR +aR +aR +CA +jL +Fz +Sj +Kj +RI +Wi +Wi +Gc +Vc +Mz +QO +CA +Do +lX +lX "} (7,1,1) = {" -a -a -e -j -n -n -t -w -A -C -n -A -C -n -H -e -d -a +lX +lX +lX +aR +aR +jh +aR +aR +aR +jh +XJ +KK +Lt +CA +CA +VN +qx +Fo +Hi +PV +IO +Wi +hB +WJ +Wi +fx +dp +dp +lX +lX "} (8,1,1) = {" -a -f -h -m -o -q -u -u -u -D -u -u -u -u -I -L -c -c +lX +lX +lX +aR +jh +jh +jh +jh +jh +jh +jh +jh +fV +CA +Sj +AF +Sj +Tx +Sj +NR +Wi +np +Md +em +Wi +Wi +yJ +pT +lX +lX "} (9,1,1) = {" -a -b -g -m -p -r -v -y -B -E -B -y -B -G -B -M -U -S +lX +lX +lX +aR +aR +jh +jh +aR +XJ +jh +jh +XJ +aR +dp +Sj +Pk +Sj +qx +Sj +bb +Wi +eK +HH +Il +Md +Wi +OD +pT +lX +lX "} (10,1,1) = {" -a -b -d -m -n -s -t -n -A -C -n -A -C -n -H -d -e -c +lX +lX +jh +aR +aR +aR +aR +aR +aR +jh +aR +aR +aR +dp +Sj +hX +Sj +Cb +Sj +rS +np +Wi +vP +Il +np +Wi +hs +pT +lX +lX "} (11,1,1) = {" -a -c -e -i -l -d -x -z -e -x -F -e -m -J -e -d -b -b +lX +lX +jh +aR +dp +dp +CA +dp +CA +Zh +dp +dp +dp +dp +dp +dp +CA +CA +Sj +PV +Wi +GB +Wi +RL +Wi +RL +dp +dp +lX +lX "} (12,1,1) = {" -a -a -e -e -d -d -e -O -d -d -d -e -e -d -d -b -b -c +lX +lX +jh +aR +CA +ri +AV +os +Nh +vZ +JE +Nh +vZ +Aj +NB +OM +dp +CA +vc +UY +Gt +np +jj +Tm +zI +yf +dp +aR +lX +lX "} (13,1,1) = {" -a -b -b -b -b -b -b -b -b -b -b -b -b -b -b -b -c -c +lX +lX +jh +jh +CA +AO +Mj +bw +Mj +kT +bw +Mj +Lg +kj +bw +Mj +hl +CA +lY +IO +uM +yS +cH +dn +mx +dp +dp +aR +lX +lX "} (14,1,1) = {" -a -c -b -b -b -c -b -b -c -b -c -Q -b -b -b -c -S -a +lX +lX +jh +jh +Ko +eo +UN +Wj +wp +qx +qx +Xv +qx +Og +qx +qx +Qk +Np +sy +GB +Wi +NQ +cH +kR +CA +CA +aR +aR +lX +lX "} (15,1,1) = {" -a -a -c -c -c -c -c -c -N -c -c -c -c -S -c -c -a -a +lX +lX +jh +aR +HJ +NB +ft +dA +ZQ +nz +IN +nz +IN +nz +IN +nz +IN +of +GB +kk +sK +Wi +CA +CA +CA +jh +aR +jh +lX +lX "} (16,1,1) = {" -a -a -k -c -b -b -c -c -b -c -c -b -c -b -b -b -a -a +lX +lX +jh +aR +dp +VI +bw +Ni +Mj +Mj +pZ +Mj +bw +Mj +kj +pZ +hl +dp +CA +dp +dp +dp +CA +aR +aR +jh +aR +aR +lX +lX "} (17,1,1) = {" -a -b -c -b -c -b -b -b -b -b -b -b -b -b -c -a -a -a +lX +lX +jh +jh +CA +hw +Pj +RG +Nh +ql +eO +Nh +BU +eo +UV +OM +CA +dp +AU +MQ +dp +jh +jh +jh +aR +aR +aR +aR +lX +lX "} (18,1,1) = {" -b -b -b -a -a -c -c -c -c -c -c -c -c -a -a -a -a -a +lX +lX +jh +jh +CA +CA +dp +dp +CA +xk +dp +dp +dp +io +io +dp +dp +Uw +kj +kj +CA +aR +jh +jh +aR +aR +jh +jh +lX +lX "} (19,1,1) = {" -a -b -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +lX +lX +lX +aR +aR +aR +aR +dp +Ui +VP +GB +kB +qx +ax +kD +xp +dp +EV +Uv +gN +CA +aR +aR +jh +jh +jh +jh +lX +lX +lX +"} +(20,1,1) = {" +lX +lX +lX +jh +aR +aR +aR +dp +bq +Gt +bI +sK +Wo +Pk +ab +aY +dp +dp +TY +dp +CA +aR +aR +jh +jh +aR +jh +lX +lX +lX +"} +(21,1,1) = {" +lX +lX +lX +lX +jh +jh +jh +dp +Gt +Ja +DZ +zP +GB +GD +ab +Cz +vb +eo +NB +qt +dp +jh +jh +jh +aR +aR +jh +lX +lX +lX +"} +(22,1,1) = {" +lX +lX +lX +lX +jh +jh +aR +dp +PS +Ne +dZ +Wz +XQ +qx +ab +hg +dw +Ly +Ge +NB +dp +dp +dp +dp +aR +jh +lX +lX +lX +lX +"} +(23,1,1) = {" +lX +lX +lX +aR +jh +aR +jh +dp +ub +Qq +Gt +YF +sR +Pk +ab +ek +NB +YF +nB +fL +CV +rz +XE +xs +jh +jh +lX +lX +lX +lX +"} +(24,1,1) = {" +lX +lX +aR +aR +aR +jh +jh +CA +FT +Ql +gz +Re +XQ +qI +re +PE +dw +Ly +EH +DQ +CV +XE +XW +xs +jh +lX +lX +lX +lX +lX +"} +(25,1,1) = {" +lX +lX +lX +aR +lX +jh +aR +CA +ew +Jl +PG +fL +Pk +qx +ab +Pk +Cd +jy +xO +Tg +CA +dp +dp +dp +jh +lX +lX +lX +lX +lX +"} +(26,1,1) = {" +lX +lX +lX +lX +lX +aR +aR +CA +CA +kY +cG +GB +Dq +AP +IG +ay +jy +gd +AN +CA +CA +aR +aR +aR +lX +lX +lX +aR +lX +lX +"} +(27,1,1) = {" +lX +lX +lX +lX +lX +aR +jh +jh +CA +NM +Su +rJ +Pw +US +US +aq +vb +Jy +jy +CA +aR +aR +jh +jh +lX +lX +lX +aR +aR +lX +"} +(28,1,1) = {" +lX +lX +lX +lX +lX +lX +lX +jh +CA +CA +CA +NG +NG +pT +NG +pT +NG +dp +dp +dp +aR +aR +jh +jh +lX +lX +aR +aR +aR +lX +"} +(29,1,1) = {" +lX +lX +lX +lX +lX +lX +lX +lX +Do +Do +Do +jh +jh +jh +jh +jh +jh +aR +aR +aR +aR +aR +jh +lX +lX +lX +lX +lX +aR +lX +"} +(30,1,1) = {" +lX +lX +lX +lX +lX +lX +lX +lX +lX +lX +lX +lX +jh +jh +jh +jh +jh +aR +jh +aR +jh +lX +lX +lX +lX +lX +lX +lX +lX +lX "} diff --git a/_maps/RandomRuins/SpaceRuins/corporate_mining.dmm b/_maps/RandomRuins/SpaceRuins/corporate_mining.dmm index ee1685c11dd8..63442dfeb7bf 100644 --- a/_maps/RandomRuins/SpaceRuins/corporate_mining.dmm +++ b/_maps/RandomRuins/SpaceRuins/corporate_mining.dmm @@ -1009,7 +1009,7 @@ /area/ruin/space) "yv" = ( /obj/structure/table/wood, -/obj/machinery/photocopier/faxmachine, +/obj/machinery/fax, /turf/open/floor/wood, /area/ruin/space/has_grav/corporatemine/crewquarters) "yD" = ( diff --git a/_maps/RandomRuins/SpaceRuins/crashedship.dmm b/_maps/RandomRuins/SpaceRuins/crashedship.dmm index c31303138321..93b0dc996b77 100644 --- a/_maps/RandomRuins/SpaceRuins/crashedship.dmm +++ b/_maps/RandomRuins/SpaceRuins/crashedship.dmm @@ -1943,7 +1943,6 @@ /area/awaymission/BMPship/Aft) "gj" = ( /obj/structure/closet, -/obj/item/clothing/under/misc/overalls, /turf/open/floor/plasteel, /area/awaymission/BMPship/Aft) "gk" = ( diff --git a/_maps/RandomRuins/SpaceRuins/cryocontainment.dmm b/_maps/RandomRuins/SpaceRuins/cryocontainment.dmm index ea81b157168d..01606dfa8a35 100644 --- a/_maps/RandomRuins/SpaceRuins/cryocontainment.dmm +++ b/_maps/RandomRuins/SpaceRuins/cryocontainment.dmm @@ -23,50 +23,96 @@ }, /turf/open/floor/plating/airless, /area/ruin/unpowered) -"bm" = ( -/obj/structure/table/reinforced, -/obj/machinery/button/door{ - id = "cryocontainshutter"; - name = "Window Shutter Control"; - pixel_x = 8; - pixel_y = -4 +"ar" = ( +/obj/item/stack/ore/salvage/scraptitanium, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"aK" = ( +/obj/item/stack/ore/salvage/scrapgold, +/obj/effect/turf_decal/corner/opaque/purple/border{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"aM" = ( +/obj/structure/fluff/paper/stack{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/purple/border{ + dir = 1 }, /turf/open/floor/plasteel/dark/airless, /area/ruin/unpowered) +"aO" = ( +/obj/item/stack/ore/salvage/scrapmetal, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"ba" = ( +/obj/structure/sign/directions/science{ + pixel_y = 25 + }, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"bm" = ( +/obj/effect/decal/cleanable/greenglow, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) "bp" = ( /turf/open/floor/plating/airless{ icon_state = "platingdmg1" }, /area/ruin/unpowered) +"bt" = ( +/obj/structure/fluff/paper/stack{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/purple/border{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) "bK" = ( /obj/effect/decal/cleanable/blood, /turf/open/floor/plating/airless, /area/ruin/unpowered) "bW" = ( -/obj/structure/table/reinforced, -/obj/machinery/button{ - name = "Explosive Decoupler Control"; - pixel_x = 8; - pixel_y = -4 - }, -/obj/machinery/button/door{ - id = "cryocontainmentlockdown"; - name = "Containment Lockdown Control"; - pixel_x = -8; - pixel_y = -4 +/obj/effect/decal/cleanable/chem_pile, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"ca" = ( +/obj/item/stack/ore/salvage/scrapplasma, +/obj/effect/turf_decal/corner/opaque/purple/border{ + dir = 5 }, /turf/open/floor/plasteel/dark/airless, /area/ruin/unpowered) "cy" = ( /turf/closed/wall/r_wall, /area/ruin/unpowered) +"cB" = ( +/obj/structure/table_frame, +/obj/item/stock_parts/cell/hyper/empty, +/obj/effect/turf_decal/corner/opaque/purple/border{ + dir = 1 + }, +/obj/effect/decal/cleanable/robot_debris/old, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"cV" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced/survival_pod{ + dir = 1 + }, +/obj/item/circuitboard/machine/bepis, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) "dt" = ( /obj/machinery/door/airlock/security{ - dir = 4 + dir = 8 }, /obj/machinery/door/poddoor{ id = "cryocontainmentlockdown"; - dir = 4 + dir = 8 }, /obj/effect/decal/cleanable/blood/footprints{ dir = 8 @@ -79,18 +125,34 @@ }, /turf/open/floor/plating/airless, /area/ruin/unpowered) +"dw" = ( +/turf/open/floor/plating/asteroid/airless, +/area/ruin/unpowered) +"dT" = ( +/obj/effect/turf_decal/siding/purple, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) +"eI" = ( +/obj/machinery/vending/plasmaresearch, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) "eN" = ( /obj/effect/decal/cleanable/blood/gibs, /obj/machinery/atmospherics/components/unary/vent_pump/layer2, /turf/open/floor/plating/airless, /area/ruin/unpowered) +"eS" = ( +/obj/item/shard, +/obj/item/stack/rods, +/turf/template_noop, +/area/template_noop) "eT" = ( /obj/effect/decal/cleanable/blood/gibs/down, /obj/effect/decal/cleanable/blood/gibs, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ dir = 8 }, -/turf/open/floor/plating/airless, +/turf/open/floor/plasteel/white/airless, /area/ruin/unpowered) "eU" = ( /obj/effect/decal/cleanable/blood/tracks, @@ -99,6 +161,11 @@ }, /turf/open/floor/plating/airless, /area/ruin/unpowered) +"eX" = ( +/obj/item/stack/ore/titanium, +/obj/item/stack/ore/titanium, +/turf/open/floor/plating/asteroid/airless, +/area/ruin/unpowered) "eZ" = ( /obj/machinery/atmospherics/pipe/simple/general{ dir = 5 @@ -111,6 +178,21 @@ }, /turf/open/floor/plating/airless, /area/ruin/unpowered) +"fo" = ( +/obj/structure/sign/departments/chemistry, +/turf/closed/wall/r_wall, +/area/ruin/unpowered) +"fx" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/stockparts/t3, +/obj/machinery/door/window/survival_pod{ + dir = 4 + }, +/obj/structure/window/reinforced/survival_pod{ + dir = 1 + }, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) "fE" = ( /obj/structure/cable{ icon_state = "1-2" @@ -129,6 +211,12 @@ }, /turf/open/floor/plating/airless, /area/ruin/unpowered) +"fN" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) "fY" = ( /obj/structure/table/optable, /obj/structure/cable{ @@ -146,35 +234,84 @@ }, /turf/open/floor/plating/airless, /area/ruin/unpowered) +"ge" = ( +/obj/structure/sign/directions/science{ + pixel_y = 25 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) "gm" = ( -/obj/item/clothing/suit/toggle/labcoat, -/turf/open/floor/plating/airless, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) +"gz" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/purple, +/turf/open/floor/plasteel/white/airless, /area/ruin/unpowered) "gC" = ( -/obj/machinery/atmospherics/pipe/simple/general{ - dir = 5 +/obj/machinery/door/poddoor{ + id = "cryocontainmentlockdown"; + dir = 8 }, -/mob/living/simple_animal/hostile/carp, -/turf/open/floor/plasteel/white/airless, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plating/airless, /area/ruin/unpowered) "gG" = ( /obj/machinery/atmospherics/components/unary/vent_pump/layer2, /turf/open/floor/plating/airless, /area/ruin/unpowered) +"gJ" = ( +/obj/item/stack/ore/salvage/scrapuranium, +/obj/structure/salvageable/protolathe, +/obj/machinery/light/dim/directional/south, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"gO" = ( +/obj/item/stock_parts/capacitor, +/turf/open/floor/plating/airless{ + icon_state = "platingdmg3" + }, +/area/ruin/unpowered) "ha" = ( /obj/structure/table/reinforced, /obj/machinery/light/directional/north, /turf/open/floor/plasteel/white/airless, /area/ruin/unpowered) +"hl" = ( +/obj/item/stack/ore/salvage/scrapmetal, +/obj/structure/fluff/paper/stack{ + dir = 6 + }, +/obj/effect/turf_decal/corner/opaque/purple/border{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) "hw" = ( /obj/machinery/atmospherics/components/unary/thermomachine/freezer{ dir = 8 }, /turf/open/floor/plasteel/white/airless, /area/ruin/unpowered) +"hE" = ( +/obj/item/stack/ore/salvage/scrapgold, +/obj/machinery/light/broken/directional/south, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) "ih" = ( /obj/effect/decal/cleanable/blood/gibs/limb, -/obj/machinery/light/built/directional/south, /obj/item/light/tube/broken, /obj/structure/cable{ icon_state = "1-8" @@ -185,6 +322,12 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 4 }, +/obj/machinery/light/built/directional/south, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"iA" = ( +/obj/effect/mine/stun, +/obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/airless, /area/ruin/unpowered) "jd" = ( @@ -192,9 +335,12 @@ /turf/open/floor/plating/airless, /area/ruin/unpowered) "jq" = ( -/obj/structure/lattice, -/turf/open/space, -/area/space) +/turf/closed/mineral, +/area/ruin/unpowered) +"jx" = ( +/obj/effect/decal/cleanable/robot_debris/old, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) "jN" = ( /obj/effect/decal/cleanable/blood, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ @@ -205,6 +351,15 @@ }, /turf/open/floor/plating/airless, /area/ruin/unpowered) +"jP" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/obj/structure/fluff/paper/stack{ + dir = 6 + }, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) "kl" = ( /obj/machinery/computer{ desc = "A computer long since rendered non-functional due to lack of maintenance. Spitting out error messages."; @@ -213,7 +368,8 @@ }, /obj/item/paper{ name = "console log"; - text = "SPECIMIN BREACH, ACTIVATING LOCKDOWN PRTOCOLS, ACTIVATING EXPLOSIVE DECOUPLE CHARGES." + text = "SPECIMIN BREACH, ACTIVATING LOCKDOWN PRTOCOLS, ACTIVATING EXPLOSIVE DECOUPLE CHARGES."; + default_raw_text = "SPECIMEN BREACHED FROM CRYO CELL, ACTIVATING LOCKDOWN PRTOCOLS, ACTIVATING DECOUPLING CHARGES. THE SPECIMEN MUST NOT GET TO THE MAIN STATION. RECONTAIN AT ALL COSTS." }, /turf/open/floor/plasteel/dark/airless, /area/ruin/unpowered) @@ -222,18 +378,58 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 9 }, -/turf/open/floor/plating/airless, +/turf/open/floor/plasteel/white/airless, /area/ruin/unpowered) "kH" = ( -/obj/item/scalpel, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating/airless, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) +"kI" = ( +/obj/structure/fluff/paper/stack{ + dir = 1 + }, +/obj/effect/decal/cleanable/chem_pile, +/obj/effect/turf_decal/corner/opaque/orange/border{ + dir = 10 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"kT" = ( +/obj/effect/spawner/lootdrop/beaker_loot_spawner, +/turf/open/floor/plating/airless{ + icon_state = "platingdmg2" + }, +/area/ruin/unpowered) +"kU" = ( +/obj/effect/mob_spawn/human/corpse/damaged{ + outfit = /datum/outfit/job/scientist + }, +/obj/effect/decal/cleanable/blood, +/obj/effect/turf_decal/corner/opaque/purple/border{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/airless, /area/ruin/unpowered) "kW" = ( /obj/structure/table_frame, /obj/item/shard, /turf/open/floor/plating/airless, /area/ruin/unpowered) +"lk" = ( +/obj/structure/salvageable/computer{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"lR" = ( +/obj/structure/sign/warning/chemdiamond, +/turf/closed/wall/r_wall/rust, +/area/ruin/unpowered) +"mM" = ( +/obj/structure/lattice, +/obj/item/stack/ore/salvage/scraptitanium, +/turf/template_noop, +/area/template_noop) "nh" = ( /obj/machinery/smartfridge/organ, /turf/open/floor/plasteel/white/airless, @@ -252,17 +448,32 @@ /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, /turf/open/floor/plating/airless, /area/ruin/unpowered) -"nY" = ( -/obj/machinery/atmospherics/pipe/simple/general{ - dir = 4 +"nN" = ( +/obj/structure/salvageable/destructive_analyzer, +/turf/open/floor/plating/airless{ + icon_state = "platingdmg2" }, -/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) +"nY" = ( +/obj/effect/turf_decal/corner/opaque/orange/border, +/obj/structure/table_frame, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"ow" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/item/storage/backpack/duffelbag/med/surgery, +/turf/open/floor/plating/airless, /area/ruin/unpowered) "oD" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 +/obj/structure/lattice, +/obj/item/stack/cable_coil/cut/red, +/turf/template_noop, +/area/template_noop) +"oY" = ( +/obj/structure/fluff/paper/stack{ + dir = 9 }, -/turf/open/floor/plating/airless, +/turf/open/floor/plasteel/dark/airless, /area/ruin/unpowered) "qa" = ( /obj/machinery/atmospherics/pipe/simple/general, @@ -270,11 +481,11 @@ /area/ruin/unpowered) "qf" = ( /obj/machinery/door/airlock/public/glass{ - dir = 4 + dir = 8 }, /obj/machinery/door/poddoor{ id = "cryocontainmentlockdown"; - dir = 4 + dir = 8 }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 4 @@ -287,7 +498,8 @@ }, /obj/machinery/power/apc/away{ pixel_x = -25; - start_charge = 0 + start_charge = 0; + dir = 8 }, /obj/item/ammo_casing/spent{ pixel_x = -9; @@ -304,6 +516,11 @@ }, /turf/open/floor/plating/airless, /area/ruin/unpowered) +"qy" = ( +/obj/structure/lattice, +/obj/item/stack/rods, +/turf/template_noop, +/area/template_noop) "qC" = ( /obj/structure/grille, /obj/structure/window/reinforced/fulltile, @@ -315,28 +532,22 @@ }, /turf/open/floor/plating/airless, /area/ruin/unpowered) +"sc" = ( +/obj/effect/decal/cleanable/chem_pile, +/obj/effect/turf_decal/corner/opaque/orange/border, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"sD" = ( +/obj/item/stack/ore/salvage/scraptitanium, +/turf/template_noop, +/area/template_noop) "sJ" = ( /obj/item/reagent_containers/syringe, /turf/open/floor/plasteel/white/airless, /area/ruin/unpowered) "tm" = ( -/obj/structure/door_assembly/door_assembly_research{ - dir = 4 - }, -/obj/machinery/door/poddoor{ - id = "cryocontainmentlockdown"; - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating/airless, +/obj/item/stack/ore/salvage/scrapsilver, +/turf/open/floor/plasteel/dark/airless, /area/ruin/unpowered) "tn" = ( /obj/structure/table/reinforced, @@ -354,10 +565,36 @@ /obj/structure/grille, /turf/open/floor/plating/airless, /area/ruin/unpowered) +"tx" = ( +/obj/structure/table/reinforced, +/obj/machinery/button{ + name = "Explosive Decoupler Control"; + pixel_x = 8; + pixel_y = -4 + }, +/obj/machinery/button/door{ + id = "cryocontainmentlockdown"; + name = "Containment Lockdown Control"; + pixel_x = -8; + pixel_y = -4 + }, +/obj/item/megaphone/command, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"tD" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/siding/purple{ + dir = 5 + }, +/obj/machinery/aug_manipulator, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) "uc" = ( -/obj/item/shard, -/obj/structure/grille/broken, -/turf/open/floor/plating/airless, +/obj/structure/table/reinforced, +/obj/item/clothing/accessory/medal/plasma/nobel_science, +/obj/machinery/door/window/survival_pod, +/turf/open/floor/plasteel/white/airless, /area/ruin/unpowered) "un" = ( /obj/machinery/door/poddoor/shutters/preopen{ @@ -370,37 +607,96 @@ "ve" = ( /obj/structure/table/greyscale, /obj/item/storage/fancy/cigarettes/cigpack_carp, -/obj/machinery/light/small/directional/west, /obj/machinery/atmospherics/components/unary/vent_pump/layer2{ dir = 8 }, +/obj/machinery/light/small/directional/west, /turf/open/floor/plating/airless, /area/ruin/unpowered) -"wr" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/layer4, -/turf/open/floor/plating/airless, -/area/ruin/unpowered) -"xB" = ( -/mob/living/simple_animal/hostile/carp, -/turf/open/space, -/area/space) -"ye" = ( -/obj/machinery/light/directional/north, -/obj/structure/chair/greyscale{ +"vj" = ( +/obj/structure/table/glass, +/obj/item/toy/figure/chemist, +/obj/effect/turf_decal/corner/opaque/orange/border{ dir = 8 }, -/obj/effect/mob_spawn/human/corpse/damaged, -/obj/effect/decal/cleanable/blood, -/obj/machinery/atmospherics/components/unary/vent_pump/layer2{ +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"vp" = ( +/obj/item/shard, +/turf/template_noop, +/area/template_noop) +"vO" = ( +/obj/structure/table/reinforced, +/obj/item/gun/energy/laser/hitscanpistol, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/window/survival_pod{ dir = 4 }, -/turf/open/floor/plasteel/dark/airless, +/obj/structure/window/reinforced/survival_pod, +/turf/open/floor/plasteel/white/airless, /area/ruin/unpowered) -"yM" = ( -/obj/item/stack/rods, -/turf/open/space, -/area/space) -"zI" = ( +"vU" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) +"wj" = ( +/obj/machinery/computer/pandemic, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"wr" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/layer4, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"wM" = ( +/obj/effect/turf_decal/corner/opaque/purple/border{ + dir = 1 + }, +/obj/effect/decal/remains/robot, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"wQ" = ( +/obj/structure/fluff/paper/stack{ + pixel_x = -7; + pixel_y = 1 + }, +/obj/structure/salvageable/circuit_imprinter, +/obj/machinery/light/dim/directional/south, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"xB" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced/survival_pod, +/obj/item/clothing/neck/cloak/rd, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) +"xD" = ( +/obj/structure/table/chem, +/obj/item/reagent_containers/glass/beaker/sulphuric, +/obj/effect/spawner/lootdrop/beaker_loot_spawner, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"xL" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/purple{ + dir = 9 + }, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) +"ye" = ( +/obj/structure/closet/wardrobe/chemistry_white, +/obj/machinery/light/broken/directional/west, +/obj/effect/turf_decal/corner/opaque/orange/border, +/obj/item/stock_parts/scanning_module/phasic, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"yM" = ( +/obj/item/stack/ore/salvage/scrapmetal, +/turf/template_noop, +/area/template_noop) +"zI" = ( /obj/effect/decal/cleanable/blood/drip, /obj/effect/decal/cleanable/blood/footprints{ dir = 8 @@ -419,15 +715,34 @@ /obj/item/shard, /turf/open/floor/plating/airless, /area/ruin/unpowered) +"Be" = ( +/obj/structure/table_frame, +/obj/item/stack/ore/salvage/scrapsilver, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) "Bl" = ( -/obj/structure/girder/displaced, -/turf/open/space, -/area/space) +/obj/structure/salvageable/computer{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"BB" = ( +/obj/machinery/blackbox_recorder, +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/siding/purple{ + dir = 6 + }, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) "BV" = ( /turf/open/floor/plating/airless{ icon_state = "platingdmg2" }, /area/ruin/unpowered) +"Cd" = ( +/obj/structure/sign/departments/science, +/turf/closed/wall/r_wall, +/area/ruin/unpowered) "Cq" = ( /turf/closed/wall/r_wall/rust, /area/ruin/unpowered) @@ -439,34 +754,58 @@ /area/ruin/unpowered) "CD" = ( /obj/effect/decal/cleanable/blood/tracks, -/turf/open/floor/plating/airless, +/turf/open/floor/plasteel/white/airless, /area/ruin/unpowered) "CI" = ( -/mob/living/simple_animal/hostile/carp, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating/airless, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) +"CL" = ( +/obj/structure/table/chem, +/obj/item/reagent_containers/glass/beaker/large/styptic, +/obj/item/stock_parts/micro_laser/high, +/turf/open/floor/plasteel/dark/airless, /area/ruin/unpowered) "DL" = ( /obj/structure/cable{ icon_state = "4-8" }, -/turf/open/floor/plating/airless, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) +"DX" = ( +/obj/effect/turf_decal/trimline/opaque/purple/end, +/turf/open/floor/plasteel/dark/airless, /area/ruin/unpowered) "Ej" = ( -/obj/item/shard, -/obj/item/stack/rods, -/turf/open/space, -/area/space) +/obj/structure/table/reinforced, +/obj/item/research_notes/loot/big, +/obj/machinery/door/window/survival_pod, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) +"Ey" = ( +/obj/item/stack/ore/uranium, +/turf/open/floor/plating/asteroid/airless, +/area/ruin/unpowered) +"EE" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) "EH" = ( /obj/machinery/atmospherics/pipe/simple/general, -/obj/structure/door_assembly/door_assembly_vault, /obj/machinery/door/poddoor/preopen{ id = "cryocontainmentblastdoors" }, +/obj/structure/door_assembly/door_assembly_hatch{ + anchored = 1 + }, /turf/open/floor/engine/airless, /area/ruin/unpowered) +"ET" = ( +/obj/effect/mine/stun, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) "Fb" = ( /obj/structure/table/reinforced, /obj/item/ammo_box/magazine/co9mm, @@ -482,6 +821,15 @@ /obj/effect/decal/cleanable/glass, /turf/open/floor/plating/airless, /area/ruin/unpowered) +"FK" = ( +/obj/structure/fluff/paper/stack{ + pixel_x = -7; + pixel_y = 1 + }, +/obj/effect/decal/remains/robot, +/obj/item/bodypart/l_arm/robot, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) "FW" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/structure/cable{ @@ -489,6 +837,12 @@ }, /turf/open/floor/plating/airless, /area/ruin/unpowered) +"FX" = ( +/obj/structure/fluff/paper/stack{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) "Gj" = ( /obj/effect/decal/cleanable/blood/footprints{ dir = 8 @@ -506,15 +860,50 @@ }, /turf/open/floor/plating/airless, /area/ruin/unpowered) +"Gn" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/bodypart/r_arm/robot, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"Gp" = ( +/obj/structure/lattice, +/obj/item/stack/ore/salvage/scrapmetal, +/turf/template_noop, +/area/template_noop) +"Gw" = ( +/obj/structure/girder/reinforced, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"GP" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced/survival_pod{ + dir = 1 + }, +/obj/item/circuitboard/aicore, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) "GV" = ( /turf/open/floor/plating/airless{ icon_state = "platingdmg3" }, /area/ruin/unpowered) +"Hm" = ( +/obj/item/stack/ore/silver, +/obj/item/stack/ore/silver, +/turf/open/floor/plating/asteroid/airless, +/area/ruin/unpowered) "Hn" = ( -/obj/machinery/light/broken/directional/north, +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/dept/science, /turf/open/floor/engine/airless, /area/ruin/unpowered) +"Hu" = ( +/obj/structure/salvageable/computer{ + dir = 8 + }, +/obj/machinery/light/broken/directional/east, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) "Hy" = ( /obj/structure/cable{ icon_state = "0-4" @@ -526,10 +915,65 @@ icon_state = "platingdmg3" }, /area/ruin/unpowered) +"HE" = ( +/obj/structure/table/reinforced, +/obj/item/circuitboard/computer/cloning, +/obj/machinery/door/window/survival_pod{ + dir = 1 + }, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) "HS" = ( /obj/effect/decal/cleanable/blood/drip, /turf/open/floor/plating/airless, /area/ruin/unpowered) +"Ic" = ( +/obj/machinery/atmospherics/pipe/simple/general{ + dir = 5 + }, +/obj/structure/fluff/paper/stack{ + dir = 4 + }, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) +"Iw" = ( +/obj/effect/decal/cleanable/blood/footprints{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/mob/living/simple_animal/hostile/carp, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"Ix" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) +"IR" = ( +/obj/structure/table/reinforced, +/obj/machinery/button/door{ + id = "cryocontainshutter"; + name = "Window Shutter Control"; + pixel_x = 8; + pixel_y = -4 + }, +/obj/item/gun/ballistic/automatic/pistol/commander/no_mag, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"IX" = ( +/turf/template_noop, +/area/template_noop) +"Jd" = ( +/obj/structure/showcase/horrific_experiment, +/turf/open/floor/engine/airless, +/area/ruin/unpowered) "Ji" = ( /obj/structure/grille/broken, /obj/effect/decal/cleanable/glass, @@ -539,25 +983,41 @@ "Jj" = ( /turf/open/floor/engine/airless, /area/ruin/unpowered) +"JX" = ( +/obj/effect/decal/cleanable/chem_pile, +/obj/effect/turf_decal/corner/opaque/orange/border{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) "KY" = ( -/turf/open/space, -/area/space) +/obj/structure/lattice, +/turf/template_noop, +/area/template_noop) "KZ" = ( /obj/structure/grille/broken, /turf/open/floor/plating/airless, /area/ruin/unpowered) +"Lw" = ( +/obj/structure/table/glass, +/obj/item/book/manual/wiki/chemistry, +/obj/effect/turf_decal/corner/opaque/orange/border, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"Lx" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"LH" = ( +/obj/structure/grille/broken, +/obj/item/stack/rods, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) "LP" = ( -/mob/living/simple_animal/hostile/carp, -/obj/effect/decal/cleanable/blood/footprints{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ +/obj/structure/fluff/paper/stack{ dir = 1 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating/airless, +/turf/open/floor/plasteel/dark/airless, /area/ruin/unpowered) "LY" = ( /obj/structure/chair/stool, @@ -567,8 +1027,17 @@ /obj/effect/decal/remains/human, /turf/open/floor/plating/airless, /area/ruin/unpowered) +"Mb" = ( +/obj/machinery/atmospherics/pipe/simple/general{ + dir = 4 + }, +/mob/living/simple_animal/hostile/carp, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) "Mf" = ( -/obj/effect/mob_spawn/human/corpse/damaged, +/obj/effect/mob_spawn/human/corpse/damaged{ + outfit = /datum/outfit/job/scientist + }, /obj/effect/decal/cleanable/blood, /obj/structure/cable{ icon_state = "4-8" @@ -579,6 +1048,33 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /turf/open/floor/plating/airless, /area/ruin/unpowered) +"Mp" = ( +/obj/structure/table/glass, +/obj/item/storage/bag/chemistry, +/obj/effect/turf_decal/corner/opaque/orange/border, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"Mw" = ( +/mob/living/simple_animal/hostile/carp, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"Mz" = ( +/obj/structure/fluff/paper/stack{ + pixel_x = -7; + pixel_y = 1 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"MK" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/fluff/paper/stack{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) "Na" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 8 @@ -592,23 +1088,61 @@ }, /turf/closed/wall/r_wall, /area/ruin/unpowered) +"OD" = ( +/obj/structure/table/glass, +/obj/item/clothing/head/beret/chem, +/obj/effect/turf_decal/corner/opaque/orange/border, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"OG" = ( +/obj/item/stack/ore/salvage/scrapuranium, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) "OH" = ( /turf/open/floor/plating/airless, /area/ruin/unpowered) +"OI" = ( +/obj/item/stack/ore/silver, +/turf/open/floor/plating/asteroid/airless, +/area/ruin/unpowered) +"OM" = ( +/obj/effect/turf_decal/corner/opaque/purple/bordercorner{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) "Pg" = ( -/obj/effect/mob_spawn/human/corpse/damaged, -/turf/open/space, -/area/space) +/obj/effect/spawner/lootdrop/beaker_loot_spawner, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) "Po" = ( /obj/effect/decal/cleanable/blood/splatter, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, /turf/open/floor/plating/airless, /area/ruin/unpowered) +"Pu" = ( +/obj/structure/fluff/paper/stack{ + dir = 6 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"Py" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/corner/opaque/orange/border{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) "PD" = ( /obj/effect/decal/cleanable/blood/splatter, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /turf/open/floor/plating/airless, /area/ruin/unpowered) +"PL" = ( +/obj/effect/decal/cleanable/greenglow, +/obj/machinery/light/directional/east, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) "PN" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 10 @@ -638,6 +1172,11 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /turf/open/floor/plating/airless, /area/ruin/unpowered) +"QP" = ( +/obj/machinery/chem_master, +/obj/machinery/light/dim/directional/north, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) "QV" = ( /obj/effect/decal/cleanable/blood/gibs/body, /obj/structure/cable{ @@ -645,57 +1184,110 @@ }, /turf/open/floor/plating/airless, /area/ruin/unpowered) +"Rd" = ( +/obj/effect/decal/cleanable/vomit/old, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) "Rj" = ( -/obj/structure/cable{ - icon_state = "4-8" +/mob/living/simple_animal/hostile/carp, +/turf/template_noop, +/area/template_noop) +"Ro" = ( +/obj/item/banner/science, +/obj/machinery/light/directional/west, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) +"Ru" = ( +/obj/structure/fluff/paper/stack{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/orange/border{ + dir = 6 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"Rx" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/purple{ + dir = 10 + }, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) +"RJ" = ( +/obj/item/stack/ore/salvage/scrapplasma, +/obj/machinery/light/broken/directional/west, +/obj/effect/turf_decal/corner/opaque/purple/border{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"RK" = ( +/obj/structure/girder/displaced, +/turf/template_noop, +/area/template_noop) +"RX" = ( +/obj/structure/salvageable/computer{ + dir = 1 + }, +/turf/open/floor/plating/airless{ + icon_state = "platingdmg3" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating/airless, /area/ruin/unpowered) -"Ro" = ( -/obj/structure/lattice, -/obj/item/stack/cable_coil/cut/red, -/turf/open/space, -/area/space) "RZ" = ( /obj/effect/gibspawner/human, /obj/item/clothing/suit/toggle/labcoat, /turf/open/floor/plating/airless, /area/ruin/unpowered) +"Sj" = ( +/obj/structure/fluff/paper/stack{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) "Sk" = ( -/obj/machinery/light/broken/directional/south, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 4 }, +/obj/machinery/light/directional/south, /turf/open/floor/plating/airless, /area/ruin/unpowered) -"Tr" = ( +"Sp" = ( +/obj/structure/lattice, +/obj/item/stack/cable_coil/cut/red, +/obj/item/stack/ore/salvage/scraptitanium, +/turf/template_noop, +/area/template_noop) +"Ta" = ( /obj/item/shard, -/turf/open/space, -/area/space) +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"Tq" = ( +/obj/effect/decal/cleanable/greenglow, +/obj/structure/salvageable/autolathe, +/turf/open/floor/plating/airless{ + icon_state = "platingdmg3" + }, +/area/ruin/unpowered) +"Tr" = ( +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/airlock/hatch{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) "TF" = ( /obj/effect/decal/cleanable/blood/splatter, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 4 }, -/turf/open/floor/plating/airless, +/turf/open/floor/plasteel/white/airless, /area/ruin/unpowered) "TG" = ( -/mob/living/simple_animal/hostile/carp, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating/airless, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plasteel/dark/airless, /area/ruin/unpowered) "TL" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating/airless, +/turf/open/floor/plasteel/dark/airless, /area/ruin/unpowered) "TU" = ( /obj/item/shard, @@ -705,6 +1297,24 @@ }, /turf/open/floor/plating/airless, /area/ruin/unpowered) +"Ue" = ( +/obj/structure/chair/greyscale{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood, +/obj/machinery/atmospherics/components/unary/vent_pump/layer2{ + dir = 4 + }, +/obj/effect/mob_spawn/human/corpse/nanotrasensoldier, +/obj/machinery/light/directional/north, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"Ul" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced/survival_pod, +/obj/item/clothing/glasses/science, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) "UL" = ( /obj/machinery/atmospherics/pipe/manifold{ dir = 1 @@ -714,6 +1324,21 @@ }, /turf/open/floor/plating/airless, /area/ruin/unpowered) +"UO" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) +"UT" = ( +/obj/machinery/chem_heater, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"VG" = ( +/mob/living/simple_animal/hostile/carp, +/obj/structure/lattice, +/turf/template_noop, +/area/template_noop) "Wm" = ( /obj/structure/cable{ icon_state = "4-8" @@ -724,6 +1349,16 @@ }, /turf/open/floor/plating/airless, /area/ruin/unpowered) +"Wz" = ( +/obj/item/stack/ore/titanium, +/turf/open/floor/plating/asteroid/airless, +/area/ruin/unpowered) +"WF" = ( +/obj/effect/turf_decal/corner/opaque/purple/border{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) "WR" = ( /obj/structure/grille, /obj/structure/window/plasma/reinforced/fulltile, @@ -735,10 +1370,13 @@ }, /turf/open/floor/plating/airless, /area/ruin/unpowered) +"WS" = ( +/obj/structure/table/chem, +/obj/item/reagent_containers/glass/beaker/large/silver_sulfadiazine, +/obj/machinery/light/dim/directional/north, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) "Xn" = ( -/obj/machinery/light/broken/directional/west{ - icon_state = "tube-broken" - }, /obj/item/ammo_casing/spent{ dir = 8; pixel_x = -1; @@ -758,8 +1396,17 @@ dir = 1; pixel_x = -10 }, +/obj/machinery/light/broken/directional/west, /turf/open/floor/plating/airless, /area/ruin/unpowered) +"Xq" = ( +/obj/machinery/light/broken/directional/south, +/obj/effect/turf_decal/rechargefloor, +/obj/structure/sign/departments/science{ + pixel_x = 32 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) "Xs" = ( /obj/structure/table/reinforced, /obj/machinery/button/door{ @@ -771,8 +1418,19 @@ }, /turf/open/floor/plating/airless, /area/ruin/unpowered) +"XF" = ( +/obj/item/stack/ore/titanium, +/turf/closed/mineral, +/area/ruin/unpowered) +"Yc" = ( +/mob/living/simple_animal/hostile/carp/megacarp, +/obj/machinery/light/floor, +/obj/effect/turf_decal/trimline/opaque/orange/end{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) "Ye" = ( -/obj/machinery/light/broken/directional/south, /obj/structure/cable{ icon_state = "4-8" }, @@ -782,8 +1440,13 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 4 }, +/obj/machinery/light/broken/directional/south, /turf/open/floor/plating/airless, /area/ruin/unpowered) +"YC" = ( +/obj/machinery/door/airlock/science/glass, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) "Zx" = ( /obj/machinery/atmospherics/components/unary/cryo_cell{ state_open = 1 @@ -791,263 +1454,419 @@ /turf/open/floor/engine/airless, /area/ruin/unpowered) "Zz" = ( -/obj/effect/mob_spawn/human/corpse/damaged, +/obj/effect/mob_spawn/human/corpse/damaged{ + outfit = /datum/outfit/job/scientist + }, /obj/effect/decal/cleanable/blood, /obj/structure/cable{ icon_state = "1-2" }, /turf/open/floor/plating/airless, /area/ruin/unpowered) +"ZF" = ( +/obj/structure/table/reinforced, +/obj/item/circuitboard/computer/crew, +/obj/machinery/door/window/survival_pod{ + dir = 1 + }, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) (1,1,1) = {" -KY -KY -KY -KY -KY -KY -KY -KY -KY -KY -KY -jq -KY -KY -KY -KY -KY -KY +IX +IX +IX +IX +IX +IX +IX +IX +IX +IX +IX +IX +IX +KY +IX +IX +IX +IX +IX +KZ +ts +KZ +KZ +ts +KZ +LH +ts +IX +IX +IX "} (2,1,1) = {" +IX +IX +IX +IX +IX +IX +IX +IX +IX +IX +IX +IX +IX +IX +IX +IX +IX +KY +IX +IX +qy +IX +IX +IX +yM KY -KY -KY -KY -KY -KY -KY -KY -KY -KY -KY -KY -KY -KY -KY -jq -KY -KY +IX +IX +IX +IX "} (3,1,1) = {" -KY -KY -KY -KY -KY -KY -KY -KY -KY -KY -KY -KY -jq -KY -KY -KY -KY -KY +IX +IX +IX +XF +Wz +IX +IX +IX +IX +IX +IX +IX +IX +IX +KY +IX +IX +IX +IX +Cq +Cq +Cq +cy +cy +cy +Cq +Gw +IX +KZ +IX "} (4,1,1) = {" -KY -KY -KY -KY -KY -KY -KY -KY -KY -KY -KY -KY -Ro +IX +IX +Wz jq jq -Bl -KY +dw +Hm +IX +IX +IX +IX +IX +IX +IX +Sp +KY +KY +RK +IX +cy +cy +Ro +fx +vO +Ro +cy +Cq KY +ts +IX "} (5,1,1) = {" -KY -KY -KY -KY -KY -KY -KY -KY -xB -KY -KY -KY -KY +IX +IX +jq +jq +jq +Ey +jq +jq +IX +IX +Rj +IX +IX +IX +sD BV -Ro -Ej -KY -KY +oD +eS +IX +cy +xB +xL +vU +EE +Rx +GP +cy +IX +ts +IX "} (6,1,1) = {" -KY -KY -KY -KY -KY -KY -KY -KY -KY -KY -KY -KY +IX +IX +IX +OI jq -bp -xB -KY +jq +jq +jq +dw +IX +IX +IX +IX +IX KY +bp +VG KY +Gp +cy +uc +UO +CI +QC +gz +ZF +cy +IX +KZ +IX "} (7,1,1) = {" -KY -KY -KY -KY -KY -KY -KY -KY -KY -KY -KY -Tr +IX +IX +IX +IX +jq +eX +jq +Ey +jq +IX +IX +IX +IX +vp Cq GV Cq -jq -KZ -KY +IX +IX +Cq +Ej +Ix +QC +CI +dT +HE +Cq +IX +ts +IX "} (8,1,1) = {" -KY -KY -KY -KY -KY -KY -KY -KY -KY -KY -KY -KY +IX +IX +IX +IX +IX +jq +jq +jq +jq +IX +IX +IX +yM +IX Ji Cs Ax -yM -KZ -KY +IX +IX +Cq +Ul +UO +CI +QC +gz +cV +Cq +IX +LH +IX "} (9,1,1) = {" -KY -KY -KY -KY -KY -KY -KY -KY -KY -KY -KY -KY +IX +IX +IX +IX +IX +IX +IX +IX +IX +IX +sD +IX +IX +IX Ax GV Fq +IX +IX +Cq +Cd +tD +gm +gm +BB +cy +Cq KY -uc -KY +ts +IX "} (10,1,1) = {" -KY -KY -xB -KY -KY -KY -KY +IX +IX +IX +IX +Rj +IX +IX +IX +IX ts ts KZ KZ -Tr +vp Fq Hy qC +mM KY -KY -KY +Cq +cy +cy +Tr +Tr +Cq +cy +Cq +IX +ts +IX "} (11,1,1) = {" +IX +IX +IX +IX +IX +IX +IX +IX +IX +yM KY -KY -KY -KY -KY -KY -KY -KY -jq -KY -KY -KY +IX +yM +IX qC al qC +IX +IX KY +IX +Cq +ET +iA +cy +IX KY -KY +yM +IX +IX "} (12,1,1) = {" -KY -KY -KY -KY -KY -KY -KY -KY +IX +IX +IX +IX +IX +IX +IX +IX +IX +IX Cq Cq Cq cy cy -tm +gC cy +IX +Rj KY -ts +IX +Cq +Lx +OH +cy +IX KY +IX +IX +IX "} (13,1,1) = {" -KY -KY -KY -KY -KY -KY -KY -KY +IX +IX +IX +yM +IX +sD +IX +IX +yM +yM Cq kl Fb @@ -1055,11 +1874,23 @@ un wr Wm cy +IX +IX KY -ts +cy +cy +Tr +Tr +cy +cy KY +IX +IX +LH "} (14,1,1) = {" +IX +IX KZ KZ ts @@ -1067,45 +1898,69 @@ ts ts ts ts -KY +IX cy -ye -bm +Ue +IR un OH Ye Cq -jq -ts +yM +IX +Cq +fo +ye +bm +TL +RJ +cy +Cq KY +qy +KZ "} (15,1,1) = {" +IX +IX KZ +yM +IX KY +sD +IX KY -jq -KY -KY -jq -KY +IX cy Gj -bW +tx un gG nt Cq KY +cy +Cq +xD +kT +bW +TG +cB +wj +cy +Cq +IX ts -KY "} (16,1,1) = {" +IX +IX ts -KY -KY -jq -KY -KY +yM +IX +Gp +IX +IX cy cy cy @@ -1113,15 +1968,27 @@ dt cy Cq Cq -tm +gC Cq KY -KZ -KY +Cq +CL +OG +sc +bW +BV +kU +tm +RX +Cq +IX +IX "} (17,1,1) = {" +IX +IX ts -jq +KY cy Cq Cq @@ -1133,15 +2000,27 @@ zI Xn qk OH -TG +al Cq -jq -KZ -KY +IX +Cq +WS +Pg +gO +Mw +TL +WF +Gn +hE +Cq +yM +IX "} (18,1,1) = {" +IX +IX ts -KY +IX cy cy cy @@ -1149,22 +2028,34 @@ cy cy ha HS -LP +Iw QH Mf FW ih cy -KY -ts -KY +Cq +cy +Tq +JX +Ru +TG +aO +ca +OM +Be +cy +cy +IX "} (19,1,1) = {" +IX +IX ts -KY +IX cy Cq -Jj +Jd Jj WR Xs @@ -1175,13 +2066,25 @@ DL OH TF cy -KY -ts -KY +ba +TL +OH +TL +GV +GV +TL +GV +wM +LP +nN +cy +IX "} (20,1,1) = {" +IX +IX ts -jq +KY cy Cq Hn @@ -1190,18 +2093,30 @@ WR fL eN gd -TL -Rj +ow +MK eT km +YC +TL +GV +Ta +ar +Pu +TL +TL +Mz +WF +jx +gJ cy -jq -KZ -KY +IX "} (21,1,1) = {" +IX +IX KZ -KY +IX cy Cq Zx @@ -1213,15 +2128,27 @@ fE fY QV TF -gm +QC +YC +TL +TL GV +TL +TL +Yc +DX +TL +WF +TL Bl -KZ -xB +cy +IX "} (22,1,1) = {" +IX +IX ts -KY +IX cy Cq Hn @@ -1234,54 +2161,90 @@ kW bK eU CD +YC +TL +LP +OH +aO +Sj +TL +TL +TL +bt BV -KY -KZ -Pg +wQ +cy +IX "} (23,1,1) = {" +IX +IX ts -jq +KY Cq Cq -Jj +Jd Jj WR UL -gC +Ic PN PD kH TU -oD +jP Cq -jq -KZ -KY +ge +BV +bm +TL +bW +Ta +Sj +ar +WF +FK +eI +cy +IX "} (24,1,1) = {" +IX +IX ts -KY +IX Cq Cq Cq Cq cy Na -nY +Mb sJ QC jd ra Sk Cq -KY -KZ -KY +cy +cy +vj +Py +GV +kI +TL +Mw +aK +oY +cy +Cq +IX "} (25,1,1) = {" +IX +IX ts -KY +IX cy Cq Cq @@ -1293,19 +2256,31 @@ nh Fk nl Qi -CI +fN Cq -KY -ts -KY +IX +lR +aO +TG +bW +Lw +Mz +oY +WF +RX +Cq +IX +IX "} (26,1,1) = {" +IX +IX KZ -jq -jq -jq -jq -jq +KY +KY +KY +Gp +KY cy cy Cq @@ -1315,33 +2290,57 @@ Cq NM qf cy -jq -ts KY +Cq +QP +Rd +TG +nY +LP +BV +hl +Xq +Cq +IX +IX "} (27,1,1) = {" +IX +IX KZ +IX +IX +Rj +IX +IX +IX KY -KY -KY -KY -KY -KY -jq -KY -KY -KY +IX +yM +IX qC ve LY qC -KY -KZ -KY +Gp +Cq +cy +UT +BV +Mp +FX +TL +aM +cy +cy +IX +ts "} (28,1,1) = {" -KY -KY +IX +IX +IX +IX KZ ts ts @@ -1350,12 +2349,86 @@ ts ts ts KZ -KY +yM qC qC qC qC +IX +IX +cy +cy +PL +OD +lk +Hu +cy +cy +qy +Gp +LH +"} +(29,1,1) = {" +IX +IX +IX +IX +IX +IX +IX +IX +IX +IX +IX +IX +IX +yM +IX +IX +IX +IX +IX KY -KZ +Cq +Cq +cy +Cq +Cq +cy KY +IX +IX +ts +"} +(30,1,1) = {" +IX +IX +IX +IX +IX +IX +IX +IX +IX +IX +IX +IX +IX +IX +IX +IX +IX +IX +IX +KY +IX +IX +IX +IX +IX +IX +KY +IX +IX +IX "} diff --git a/_maps/RandomRuins/SpaceRuins/dangerous_research.dmm b/_maps/RandomRuins/SpaceRuins/dangerous_research.dmm index 07f23cae71c8..73c7dd734c00 100644 --- a/_maps/RandomRuins/SpaceRuins/dangerous_research.dmm +++ b/_maps/RandomRuins/SpaceRuins/dangerous_research.dmm @@ -963,7 +963,7 @@ /turf/open/floor/plasteel/dark, /area/ruin/space/has_grav) "Bg" = ( -/turf/closed/mineral/random/asteroid, +/turf/closed/mineral/random, /area/template_noop) "Bz" = ( /obj/effect/decal/cleanable/blood/tracks{ diff --git a/_maps/RandomRuins/SpaceRuins/excavator_DK.dmm b/_maps/RandomRuins/SpaceRuins/excavator_DK.dmm index 6c89bd07b19d..f2814f388455 100644 --- a/_maps/RandomRuins/SpaceRuins/excavator_DK.dmm +++ b/_maps/RandomRuins/SpaceRuins/excavator_DK.dmm @@ -2,7 +2,7 @@ "dN" = ( /obj/item/shard, /obj/structure/bed, -/obj/item/bedsheet/random, +/obj/item/bedsheet/dorms, /turf/open/floor/plating, /area/ruin/space/derelict) "eo" = ( @@ -256,7 +256,7 @@ /area/ruin/space/derelict) "La" = ( /obj/structure/bed, -/obj/item/bedsheet/random, +/obj/item/bedsheet/dorms, /turf/open/floor/plating, /area/ruin/space/derelict) "Lg" = ( @@ -320,7 +320,7 @@ /area/ruin/space/derelict) "Wc" = ( /obj/structure/bed, -/obj/item/bedsheet/random, +/obj/item/bedsheet/dorms, /turf/open/floor/plasteel, /area/ruin/space/derelict) "Wm" = ( @@ -345,7 +345,7 @@ "XP" = ( /obj/machinery/light/broken/directional/south, /obj/structure/bed, -/obj/item/bedsheet/random, +/obj/item/bedsheet/dorms, /turf/open/floor/plasteel, /area/ruin/space/derelict) "YF" = ( diff --git a/_maps/RandomRuins/SpaceRuins/lab4071.dmm b/_maps/RandomRuins/SpaceRuins/lab4071.dmm index f4a103e544ed..2f4c94d3c939 100644 --- a/_maps/RandomRuins/SpaceRuins/lab4071.dmm +++ b/_maps/RandomRuins/SpaceRuins/lab4071.dmm @@ -8,7 +8,7 @@ /turf/open/space, /area/ruin/space/has_grav/crazylab/outside) "at" = ( -/turf/closed/mineral/random/asteroid, +/turf/closed/mineral/random, /area/ruin/space/has_grav/crazylab/outside) "au" = ( /obj/effect/decal/cleanable/dirt, @@ -86,7 +86,7 @@ "bB" = ( /obj/machinery/light/broken/directional/east, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/material, +/turf/open/floor/plasteel/mono/white, /area/ruin/space/has_grav/crazylab/crew) "bQ" = ( /turf/open/floor/plating/asteroid/airless, @@ -136,7 +136,7 @@ /obj/machinery/door/poddoor{ id = 64 }, -/turf/open/space, +/turf/open/floor/mineral/plastitanium, /area/ruin/space/has_grav/crazylab/crew) "cs" = ( /obj/effect/decal/cleanable/dirt, @@ -168,7 +168,7 @@ id = 98; dir = 4 }, -/turf/open/space, +/turf/open/floor/mineral/plastitanium, /area/ruin/space/has_grav/crazylab/chem) "cQ" = ( /obj/effect/decal/cleanable/dirt, @@ -210,7 +210,7 @@ pixel_y = 18 }, /obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/material, +/turf/open/floor/plasteel/mono/white, /area/ruin/space/has_grav/crazylab/crew) "dN" = ( /obj/structure/table/glass, @@ -228,7 +228,7 @@ pixel_x = -5; pixel_y = 8 }, -/turf/open/floor/material, +/turf/open/floor/plasteel/mono/white, /area/ruin/space/has_grav/crazylab/crew) "dO" = ( /obj/effect/mob_spawn/human/syndicate/battlecruiser/assault{ @@ -356,7 +356,7 @@ /obj/machinery/door/poddoor{ id = 32 }, -/turf/open/space, +/turf/open/floor/mineral/plastitanium, /area/ruin/space/has_grav/crazylab/gamble) "fP" = ( /obj/structure/grille, @@ -365,7 +365,7 @@ /obj/machinery/door/poddoor{ id = 32 }, -/turf/open/space, +/turf/open/floor/mineral/plastitanium, /area/ruin/space/has_grav/crazylab/gamble) "fY" = ( /turf/closed/wall/mineral/plastitanium/nodiagonal, @@ -379,15 +379,15 @@ /obj/structure/window/reinforced{ dir = 9 }, -/turf/open/floor/material, +/turf/open/floor/plasteel/mono/white, /area/ruin/space/has_grav/crazylab/crew) "gp" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/material, +/turf/open/floor/plasteel/mono/white, /area/ruin/space/has_grav/crazylab/crew) "gr" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/material, +/turf/open/floor/plasteel/mono/white, /area/ruin/space/has_grav/crazylab/crew) "gK" = ( /obj/structure/sign/poster/contraband/xenofauna_parasite, @@ -440,7 +440,7 @@ /obj/machinery/door/poddoor{ id = 98 }, -/turf/open/space, +/turf/open/floor/mineral/plastitanium, /area/ruin/space/has_grav/crazylab/chem) "hV" = ( /obj/structure/window/plasma/reinforced/plastitanium, @@ -448,13 +448,13 @@ /obj/machinery/door/poddoor{ id = 98 }, -/turf/open/space, +/turf/open/floor/mineral/plastitanium, /area/ruin/space/has_grav/crazylab/chem) "hW" = ( /obj/structure/toilet, /obj/item/soap/syndie, /obj/machinery/light/small/broken/directional/north, -/turf/open/floor/material, +/turf/open/floor/plasteel/mono/white, /area/ruin/space/has_grav/crazylab/crew) "if" = ( /obj/effect/decal/cleanable/dirt, @@ -510,7 +510,7 @@ dir = 9 }, /obj/structure/window/reinforced, -/turf/open/floor/material, +/turf/open/floor/plasteel/mono/white, /area/ruin/space/has_grav/crazylab/crew) "iE" = ( /obj/effect/decal/cleanable/dirt, @@ -519,7 +519,7 @@ dir = 5 }, /obj/machinery/airalarm/directional/south, -/turf/open/floor/material, +/turf/open/floor/plasteel/mono/white, /area/ruin/space/has_grav/crazylab/crew) "iY" = ( /obj/structure/table/glass, @@ -538,23 +538,24 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 6 }, -/turf/open/floor/material, +/turf/open/floor/plasteel/mono/white, /area/ruin/space/has_grav/crazylab/crew) "jb" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 9 }, -/turf/open/floor/material, +/turf/open/floor/plasteel/mono/white, /area/ruin/space/has_grav/crazylab/crew) "jl" = ( +/obj/machinery/door/airlock/hatch, /obj/machinery/door/airlock/hatch{ dir = 4 }, -/turf/open/floor/material, +/turf/open/floor/plasteel/mono/white, /area/ruin/space/has_grav/crazylab/crew) "jo" = ( /obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/material, +/turf/open/floor/plasteel/mono/white, /area/ruin/space/has_grav/crazylab/crew) "jB" = ( /obj/effect/decal/cleanable/dirt/dust, @@ -636,7 +637,7 @@ /obj/machinery/door/airlock/hatch, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/material, +/turf/open/floor/plasteel/mono/white, /area/ruin/space/has_grav/crazylab/crew) "lb" = ( /obj/effect/turf_decal/number/four, @@ -710,7 +711,7 @@ id = 98; dir = 4 }, -/turf/open/space, +/turf/open/floor/mineral/plastitanium, /area/ruin/space/has_grav/crazylab/chem) "mu" = ( /obj/effect/turf_decal/techfloor/corner{ @@ -1254,7 +1255,7 @@ id = 32; dir = 8 }, -/turf/open/space, +/turf/open/floor/mineral/plastitanium, /area/ruin/space/has_grav/crazylab/gamble) "sx" = ( /obj/effect/turf_decal/techfloor/orange{ @@ -1662,7 +1663,7 @@ /obj/machinery/door/poddoor{ id = 18 }, -/turf/open/space, +/turf/open/floor/mineral/plastitanium, /area/ruin/space/has_grav/crazylab/bar) "ym" = ( /obj/machinery/power/apc/auto_name/directional/north, @@ -1944,7 +1945,7 @@ "Br" = ( /obj/structure/window/plasma/reinforced/plastitanium, /obj/structure/grille, -/turf/open/space, +/turf/open/floor/mineral/plastitanium, /area/ruin/space/has_grav/crazylab/bar) "Bt" = ( /obj/structure/statue/snow/snowman, @@ -2000,7 +2001,7 @@ id = 32; dir = 4 }, -/turf/open/space, +/turf/open/floor/mineral/plastitanium, /area/ruin/space/has_grav/crazylab/gamble) "BL" = ( /obj/structure/table/reinforced, @@ -3408,7 +3409,7 @@ /turf/closed/wall/mineral/plastitanium/nodiagonal, /area/ruin/space/has_grav/crazylab/bomb) "TM" = ( -/turf/closed/mineral/random/asteroid, +/turf/closed/mineral/random, /area/ruin/space/has_grav/crazylab/bomb) "TW" = ( /obj/structure/sign/poster/contraband/rip_badger, diff --git a/_maps/RandomRuins/SpaceRuins/ntfacility.dmm b/_maps/RandomRuins/SpaceRuins/ntfacility.dmm index 8b9730281073..0a2e572e6796 100644 --- a/_maps/RandomRuins/SpaceRuins/ntfacility.dmm +++ b/_maps/RandomRuins/SpaceRuins/ntfacility.dmm @@ -2208,7 +2208,7 @@ /obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/dirt, /obj/item/paper/crumpled{ - info = "the buttons... open the doors... did i ever mention how the buttons open the doors?" + default_raw_text = "the buttons... open the doors... did i ever mention how the buttons open the doors?" }, /turf/open/floor/vault, /area/ruin/powered) diff --git a/_maps/RandomRuins/SpaceRuins/oldcodeops.dmm b/_maps/RandomRuins/SpaceRuins/oldcodeops.dmm index 0ea7853aba99..3f8adfb07e98 100644 --- a/_maps/RandomRuins/SpaceRuins/oldcodeops.dmm +++ b/_maps/RandomRuins/SpaceRuins/oldcodeops.dmm @@ -218,7 +218,7 @@ /area/ruin/powered) "KT" = ( /obj/item/paper{ - info = "Nuclear Explosives 101:\n\tHello and thank you for choosing the Syndicate for your nuclear information needs.\nToday's crash course will deal with the operation of a Fusion Class Nanotrasen made Nuclear Device.\nFirst and foremost, DO NOT TOUCH ANYTHING UNTIL THE BOMB IS IN PLACE.\nPressing any button on the compacted bomb will cause it to extend and bolt itself into place.\nIf this is done to unbolt it one must compeltely log in which at this time may not be possible.\nTo make the device functional:\n1. Place bomb in designated detonation zone\n2. Extend and anchor bomb (attack with hand).\n3. Insert Nuclear Auth. Disk into slot.\n4. Type numeric code into keypad ([]).\n\tNote: If you make a mistake press R to reset the device.\n5. Press the E button to log onto the device\nYou now have activated the device. To deactivate the buttons at anytime for example when\nyou've already prepped the bomb for detonation remove the auth disk OR press the R ont he keypad.\nNow the bomb CAN ONLY be detonated using the timer. A manual det. is not an option.\n\tNote: Nanotrasen is a pain in the neck.\nToggle off the SAFETY.\n\tNote: You wouldn't believe how many Syndicate Operatives with doctorates have forgotten this step\nSo use the - - and + + to set a det time between 5 seconds and 10 minutes.\nThen press the timer toggle button to start the countdown.\nNow remove the auth. disk so that the buttons deactivate.\n\tNote: THE BOMB IS STILL SET AND WILL DETONATE\nNow before you remvoe the disk if you need to mvoe the bomb you can:\nToggle off the anchor, move it, and re-anchor.\n\nGood luck. Remember the order:\nDisk, Code, Safety, Timer, Disk, RUN\nGood luck.\nIntelligence Analysts believe that they are hiding the disk in the control room emergency room" + default_raw_text = "Nuclear Explosives 101:\n\tHello and thank you for choosing the Syndicate for your nuclear information needs.\nToday's crash course will deal with the operation of a Fusion Class Nanotrasen made Nuclear Device.\nFirst and foremost, DO NOT TOUCH ANYTHING UNTIL THE BOMB IS IN PLACE.\nPressing any button on the compacted bomb will cause it to extend and bolt itself into place.\nIf this is done to unbolt it one must compeltely log in which at this time may not be possible.\nTo make the device functional:\n1. Place bomb in designated detonation zone\n2. Extend and anchor bomb (attack with hand).\n3. Insert Nuclear Auth. Disk into slot.\n4. Type numeric code into keypad ([]).\n\tNote: If you make a mistake press R to reset the device.\n5. Press the E button to log onto the device\nYou now have activated the device. To deactivate the buttons at anytime for example when\nyou've already prepped the bomb for detonation remove the auth disk OR press the R ont he keypad.\nNow the bomb CAN ONLY be detonated using the timer. A manual det. is not an option.\n\tNote: Nanotrasen is a pain in the neck.\nToggle off the SAFETY.\n\tNote: You wouldn't believe how many Syndicate Operatives with doctorates have forgotten this step\nSo use the - - and + + to set a det time between 5 seconds and 10 minutes.\nThen press the timer toggle button to start the countdown.\nNow remove the auth. disk so that the buttons deactivate.\n\tNote: THE BOMB IS STILL SET AND WILL DETONATE\nNow before you remvoe the disk if you need to mvoe the bomb you can:\nToggle off the anchor, move it, and re-anchor.\n\nGood luck. Remember the order:\nDisk, Code, Safety, Timer, Disk, RUN\nGood luck.\nIntelligence Analysts believe that they are hiding the disk in the control room emergency room" }, /obj/structure/table/greyscale, /turf/open/floor/oldshuttle, diff --git a/_maps/RandomRuins/SpaceRuins/oretruck.dmm b/_maps/RandomRuins/SpaceRuins/oretruck.dmm index 8d466f7b9f8e..33ad6be2b4fe 100644 --- a/_maps/RandomRuins/SpaceRuins/oretruck.dmm +++ b/_maps/RandomRuins/SpaceRuins/oretruck.dmm @@ -16,7 +16,7 @@ /obj/structure/sign/warning/radiation{ pixel_y = 32 }, -/turf/closed/mineral/random/asteroid, +/turf/closed/mineral/random, /area/template_noop) "ao" = ( /obj/effect/turf_decal/industrial/warning/corner, @@ -253,7 +253,7 @@ /turf/open/floor/plasteel/dark, /area/ruin/space/has_grav/radship/Hallway) "fG" = ( -/turf/closed/mineral/random/asteroid, +/turf/closed/mineral/random, /area/ruin/space/has_grav/radship/Cargo1) "fN" = ( /obj/structure/cable{ @@ -564,7 +564,7 @@ /area/ruin/space/has_grav/radship/EngineRoom) "nk" = ( /obj/effect/turf_decal/industrial/warning/fulltile, -/turf/closed/mineral/random/asteroid, +/turf/closed/mineral/random, /area/ruin/space/has_grav/radship/Cargo1) "nt" = ( /turf/closed/wall/mineral/plastitanium, @@ -1385,7 +1385,7 @@ /obj/effect/turf_decal/industrial/warning/corner{ dir = 8 }, -/turf/closed/mineral/random/asteroid, +/turf/closed/mineral/random, /area/ruin/space/has_grav/radship/Cargo1) "KK" = ( /obj/effect/turf_decal/industrial/warning/fulltile, @@ -1484,7 +1484,7 @@ /turf/open/floor/plasteel/tech, /area/ruin/space/has_grav/radship/Cargo3) "NR" = ( -/turf/closed/mineral/random/asteroid, +/turf/closed/mineral/random, /area/template_noop) "NS" = ( /obj/structure/closet/crate/large, @@ -1929,11 +1929,11 @@ /obj/structure/sign/warning/securearea{ pixel_y = 32 }, -/turf/closed/mineral/random/asteroid, +/turf/closed/mineral/random, /area/template_noop) "YV" = ( /obj/item/trash/boritos, -/turf/closed/mineral/random/asteroid, +/turf/closed/mineral/random, /area/template_noop) "Zb" = ( /obj/effect/turf_decal/industrial/warning/corner{ diff --git a/_maps/RandomRuins/SpaceRuins/power_puzzle.dmm b/_maps/RandomRuins/SpaceRuins/power_puzzle.dmm index 8f100d4ac0b2..6972f466bb5b 100644 --- a/_maps/RandomRuins/SpaceRuins/power_puzzle.dmm +++ b/_maps/RandomRuins/SpaceRuins/power_puzzle.dmm @@ -21,7 +21,7 @@ /turf/open/floor/plasteel, /area/ruin/space/has_grav/powerpuzzle) "ah" = ( -/turf/closed/mineral/random/asteroid, +/turf/closed/mineral/random, /area/ruin/space/has_grav) "ai" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ @@ -1158,7 +1158,7 @@ /turf/open/floor/plasteel, /area/ruin/space/has_grav/powerpuzzle) "hp" = ( -/turf/closed/mineral/random/asteroid{ +/turf/closed/mineral/random{ light_range = 2 }, /area/ruin/space/has_grav) diff --git a/_maps/RandomRuins/SpaceRuins/provinggrounds.dmm b/_maps/RandomRuins/SpaceRuins/provinggrounds.dmm index 737669621f89..521b2beac456 100644 --- a/_maps/RandomRuins/SpaceRuins/provinggrounds.dmm +++ b/_maps/RandomRuins/SpaceRuins/provinggrounds.dmm @@ -17,7 +17,7 @@ /turf/open/floor/mineral/plastitanium/red, /area/ruin/space/has_grav/syndicircle/halls) "aW" = ( -/turf/closed/indestructible/rock/snow/ice/ore, +/turf/closed/indestructible/rock/snow, /area/ruin/space/has_grav/syndicircle/winter) "ba" = ( /obj/structure/filingcabinet/chestdrawer, @@ -994,7 +994,7 @@ /area/ruin/space/has_grav/syndicircle/halls) "Bc" = ( /obj/machinery/light/directional/west, -/turf/closed/mineral/random/asteroid, +/turf/closed/mineral/random, /area/ruin/space/has_grav/syndicircle/spacewalk) "Bj" = ( /obj/structure/cable{ @@ -1556,7 +1556,7 @@ /turf/open/floor/mineral/plastitanium, /area/ruin/space/has_grav/syndicircle/halls) "OH" = ( -/turf/closed/mineral/random/asteroid, +/turf/closed/mineral/random, /area/ruin/space/has_grav/syndicircle/spacewalk) "OW" = ( /turf/closed/wall/mineral/titanium, diff --git a/_maps/RandomRuins/SpaceRuins/singularity_lab.dmm b/_maps/RandomRuins/SpaceRuins/singularity_lab.dmm index 20d903582dbe..f8b9e24b2d20 100644 --- a/_maps/RandomRuins/SpaceRuins/singularity_lab.dmm +++ b/_maps/RandomRuins/SpaceRuins/singularity_lab.dmm @@ -70,8 +70,8 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /obj/structure/spacevine/dense, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -120,15 +120,15 @@ }, /obj/structure/flora/ausbushes/fullgrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) "ay" = ( /obj/machinery/door/airlock{ - name = "Private Quarters"; - dir = 4 + dir = 4; + name = "Private Quarters" }, /obj/effect/turf_decal/siding/wood{ dir = 8 @@ -146,15 +146,15 @@ /area/ruin/space/has_grav/singularitylab/civvie) "aA" = ( /turf/open/space/basic, -/area/ruin/space/has_grav/singularitylab/reactor) +/area/space/nearstation) "aC" = ( /obj/structure/flippedtable{ - icon_state = ""; - dir = 1 + dir = 1; + icon_state = "" }, /obj/structure/flippedtable{ - icon_state = ""; - dir = 8 + dir = 8; + icon_state = "" }, /turf/open/floor/plating/asteroid, /area/ruin/space/has_grav/singularitylab) @@ -175,8 +175,8 @@ dir = 8 }, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -228,8 +228,8 @@ /obj/structure/spacevine/dense, /obj/structure/flora/ausbushes/stalkybush, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/civvie) @@ -253,13 +253,13 @@ /obj/structure/table, /obj/machinery/button/shieldwallgen{ dir = 8; - pixel_x = -5; - id = "singlabhang" + id = "singlabhang"; + pixel_x = -5 }, /obj/machinery/button/door{ dir = 8; - pixel_x = 8; - id = "singlabhangar" + id = "singlabhangar"; + pixel_x = 8 }, /obj/structure/sign/warning/incident{ pixel_x = 32 @@ -280,8 +280,8 @@ /obj/structure/table/reinforced, /obj/effect/turf_decal/corner/opaque/white/full, /obj/item/paper_bin{ - pixel_y = 4; - pixel_x = -3 + pixel_x = -3; + pixel_y = 4 }, /obj/item/pen{ pixel_x = -4; @@ -294,8 +294,8 @@ /area/ruin/space/has_grav/singularitylab/lab) "aY" = ( /turf/closed/wall{ - name = "structural support"; - desc = "A huge chunk of metal holding the roof of the asteroid at bay" + desc = "A huge chunk of metal holding the roof of the asteroid at bay"; + name = "structural support" }, /area/ruin/space/has_grav/singularitylab/civvie) "aZ" = ( @@ -460,8 +460,8 @@ piping_layer = 4 }, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -505,7 +505,7 @@ icon_state = "4-8" }, /turf/open/floor/engine/hull, -/area/ruin/space/has_grav/singularitylab/reactor) +/area/space/nearstation) "bV" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 4 @@ -526,8 +526,8 @@ "bZ" = ( /obj/structure/spacevine/dense, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/engineering) @@ -577,8 +577,8 @@ }, /obj/structure/flora/ausbushes/sparsegrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -601,7 +601,7 @@ icon_state = "2-8" }, /turf/open/space/basic, -/area/ruin/space/has_grav/singularitylab/reactor) +/area/space/nearstation) "cm" = ( /obj/effect/turf_decal/siding/thinplating{ dir = 8 @@ -621,8 +621,8 @@ pixel_x = 32 }, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/civvie) @@ -656,8 +656,8 @@ /area/ruin/space/has_grav/singularitylab/lab) "cz" = ( /obj/machinery/door/airlock/engineering{ - name = "Engine Control"; - dir = 8 + dir = 8; + name = "Engine Control" }, /obj/structure/cable/yellow{ icon_state = "4-8" @@ -764,8 +764,8 @@ }, /obj/structure/flora/ausbushes/fullgrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -831,8 +831,8 @@ /area/ruin/space/has_grav/singularitylab/cargo) "dc" = ( /obj/machinery/door/airlock/engineering{ - name = "Engine Control"; - dir = 4 + dir = 4; + name = "Engine Control" }, /obj/structure/cable/yellow{ icon_state = "4-8" @@ -933,14 +933,14 @@ pixel_x = -32 }, /obj/structure/spacevine/dense{ - pixel_y = 32; - pixel_x = -31 + pixel_x = -31; + pixel_y = 32 }, /obj/structure/flora/ausbushes/fullgrass, /obj/structure/flora/ausbushes/sparsegrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -970,8 +970,8 @@ }, /obj/structure/flora/ausbushes/fullgrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -1045,8 +1045,8 @@ /area/ruin/space/has_grav/singularitylab) "ed" = ( /obj/machinery/door/airlock{ - name = "Barracks"; - dir = 4 + dir = 4; + name = "Barracks" }, /obj/structure/cable{ icon_state = "4-8" @@ -1083,9 +1083,9 @@ /area/ruin/space/has_grav/singularitylab/lab) "em" = ( /obj/machinery/mineral/processing_unit_console{ + machinedir = 9; pixel_x = -32; - pixel_y = -4; - machinedir = 9 + pixel_y = -4 }, /obj/structure/extinguisher_cabinet/directional/north, /turf/open/floor/plasteel/dark, @@ -1099,8 +1099,8 @@ dir = 8 }, /obj/structure/flippedtable{ - icon_state = ""; - dir = 8 + dir = 8; + icon_state = "" }, /obj/effect/turf_decal/corner/opaque/purple{ dir = 5 @@ -1130,8 +1130,8 @@ }, /obj/structure/table/wood/fancy/green, /obj/structure/fluff/beach_umbrella{ - pixel_y = 16; - pixel_x = -5 + pixel_x = -5; + pixel_y = 16 }, /obj/structure/spacevine, /obj/machinery/light/floor, @@ -1158,17 +1158,17 @@ /area/ruin/space/has_grav/singularitylab) "et" = ( /obj/item/gun/energy/e_gun/smg{ - pixel_y = 6; - pixel_x = 5; - name = "\improper Modified E-TAR SMG"; dry_fire_sound = 'sound/items/ding.ogg'; - dry_fire_text = "ding" + dry_fire_text = "ding"; + name = "\improper Modified E-TAR SMG"; + pixel_x = 5; + pixel_y = 6 }, /obj/structure/table/reinforced, /obj/effect/turf_decal/corner/opaque/white/full, /obj/item/stack/telecrystal{ - pixel_y = -4; - pixel_x = -9 + pixel_x = -9; + pixel_y = -4 }, /obj/effect/turf_decal/corner/opaque/purple{ dir = 10 @@ -1315,8 +1315,8 @@ /obj/effect/decal/cleanable/insectguts, /obj/structure/flora/ausbushes/fullgrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -1356,7 +1356,7 @@ icon_state = "1-2" }, /turf/open/floor/plating, -/area/ruin/space/has_grav/singularitylab/reactor) +/area/space/nearstation) "fn" = ( /obj/structure/spacevine, /obj/structure/spacevine{ @@ -1388,8 +1388,8 @@ }, /obj/structure/flora/ausbushes/sparsegrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -1411,8 +1411,8 @@ /area/ruin/space/has_grav/singularitylab/civvie) "ft" = ( /obj/structure/flippedtable{ - icon_state = ""; - dir = 8 + dir = 8; + icon_state = "" }, /obj/structure/spacevine, /turf/open/floor/plating/dirt{ @@ -1443,8 +1443,8 @@ "fv" = ( /obj/structure/spacevine/dense, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/civvie) @@ -1531,14 +1531,14 @@ /obj/structure/flora/ausbushes/fullgrass, /obj/structure/flora/ausbushes/sparsegrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) "fU" = ( /obj/structure/table, -/turf/closed/mineral/random/asteroid, +/turf/closed/mineral/random, /area/ruin/space/has_grav) "fW" = ( /obj/effect/turf_decal/siding/thinplating{ @@ -1685,15 +1685,15 @@ pixel_y = -32 }, /obj/structure/spacevine/dense{ - pixel_y = -32; - pixel_x = 32 + pixel_x = 32; + pixel_y = -32 }, /obj/structure/flora/ausbushes/fullgrass, /obj/structure/flora/ausbushes/sparsegrass, /obj/structure/flora/ausbushes/lavendergrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -1777,17 +1777,17 @@ /obj/effect/turf_decal/corner/opaque/white/full, /obj/structure/table, /obj/item/lighter{ - pixel_y = 3; - pixel_x = -6 + pixel_x = -6; + pixel_y = 3 }, /obj/item/clothing/mask/cigarette, /obj/item/clothing/mask/cigarette{ - pixel_y = 11; - pixel_x = 3 + pixel_x = 3; + pixel_y = 11 }, /obj/item/clothing/mask/cigarette{ - pixel_y = 4; - pixel_x = 6 + pixel_x = 6; + pixel_y = 4 }, /turf/open/floor/plasteel, /area/ruin/space/has_grav/singularitylab/lab) @@ -1815,8 +1815,8 @@ "gQ" = ( /obj/machinery/hydroponics/constructable, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/civvie) @@ -1828,8 +1828,8 @@ /obj/structure/flora/ausbushes/fullgrass, /obj/structure/flora/ausbushes/lavendergrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -1837,8 +1837,8 @@ /obj/structure/spacevine/dense, /obj/structure/flora/ausbushes/fullgrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/civvie) @@ -1848,9 +1848,9 @@ /obj/item/clothing/shoes/sneakers/white, /obj/effect/gibspawner, /obj/item/gun/energy/lasercannon/unrestricted{ - name = "NT-LS-1013"; + desc = "An advanced laser cannon, a laser etched inscription in the handle states 'NT-LS-1013'. The casing is made of a lightweight alloy."; icon_state = "pulse"; - desc = "An advanced laser cannon, a laser etched inscription in the handle states 'NT-LS-1013'. The casing is made of a lightweight alloy." + name = "NT-LS-1013" }, /turf/open/floor/plating/asteroid, /area/ruin/space/has_grav/singularitylab) @@ -1881,8 +1881,8 @@ /obj/structure/flora/ausbushes/fullgrass, /obj/structure/flora/ausbushes/lavendergrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -1915,8 +1915,8 @@ /area/ruin/space/has_grav/singularitylab/cargo) "hn" = ( /obj/machinery/door/poddoor{ - id = "singlabhanger"; - dir = 4 + dir = 4; + id = "singlabhanger" }, /turf/open/floor/plating/asteroid, /area/ruin/space/has_grav/singularitylab) @@ -1986,8 +1986,8 @@ pixel_y = 32 }, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -1997,8 +1997,8 @@ pixel_y = 32 }, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/civvie) @@ -2074,12 +2074,12 @@ "hX" = ( /obj/structure/table, /obj/item/paper{ - info = "Whatever happens. Happens." + default_raw_text = "Whatever happens. Happens." }, /obj/item/pen, /obj/item/reagent_containers/food/drinks/soda_cans/starkist{ - pixel_y = 4; - pixel_x = 10 + pixel_x = 10; + pixel_y = 4 }, /turf/open/floor/plasteel, /area/ruin/space/has_grav/singularitylab) @@ -2138,7 +2138,7 @@ "ih" = ( /obj/structure/table/reinforced, /obj/item/paper{ - info = "They're outside now. I don't know what happened, but I've managed to secure the firing range. I can't get out. Maybe someone will stumble by and we'll be saved. God damn those engineers for insisting on not including communications equipment on station."; + default_raw_text = "They're outside now. I don't know what happened, but I've managed to secure the firing range. I can't get out. Maybe someone will stumble by and we'll be saved. God damn those engineers for insisting on not including communications equipment on station."; pixel_y = 8 }, /turf/open/floor/carpet/nanoweave/purple, @@ -2185,8 +2185,8 @@ pixel_y = -32 }, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/civvie) @@ -2199,8 +2199,8 @@ }, /obj/structure/spacevine/dense, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/civvie) @@ -2254,8 +2254,8 @@ }, /mob/living/simple_animal/hostile/venus_human_trap, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -2300,8 +2300,8 @@ /area/ruin/space/has_grav/singularitylab/civvie) "iL" = ( /obj/machinery/door/airlock/external{ - name = "Engine Access"; - dir = 4 + dir = 4; + name = "Engine Access" }, /obj/structure/cable/yellow{ icon_state = "4-8" @@ -2343,7 +2343,7 @@ icon_state = "0-8" }, /turf/open/floor/plating, -/area/ruin/space/has_grav/singularitylab/reactor) +/area/space/nearstation) "iZ" = ( /obj/structure/cable, /obj/structure/poddoor_assembly, @@ -2368,9 +2368,9 @@ "jd" = ( /obj/effect/turf_decal/siding/yellow, /obj/machinery/button/door{ + dir = 8; id = "singlabcargo2"; name = "Blast Door Control"; - dir = 8; pixel_x = 24 }, /turf/open/floor/plasteel, @@ -2381,8 +2381,8 @@ pixel_x = 32 }, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/civvie) @@ -2432,8 +2432,8 @@ /obj/structure/spacevine/dense, /obj/structure/flora/ausbushes/sparsegrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/civvie) @@ -2504,21 +2504,21 @@ pixel_x = -32 }, /obj/structure/spacevine/dense{ - pixel_y = 32; - pixel_x = -31 + pixel_x = -31; + pixel_y = 32 }, /obj/effect/decal/cleanable/cobweb, /turf/open/floor/engine, /area/ruin/space/has_grav/singularitylab) "jC" = ( /obj/structure/flippedtable{ - icon_state = ""; - dir = 4 + dir = 4; + icon_state = "" }, /obj/structure/spacevine/dense, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -2553,12 +2553,12 @@ /area/ruin/space/has_grav/singularitylab/lab) "jI" = ( /obj/structure/railing/corner{ - pixel_y = 2; - pixel_x = -3 + pixel_x = -3; + pixel_y = 2 }, /obj/structure/railing/corner{ - pixel_y = 23; - pixel_x = -3 + pixel_x = -3; + pixel_y = 23 }, /obj/structure/cable{ icon_state = "1-2" @@ -2645,16 +2645,16 @@ pixel_x = 32 }, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/civvie) "jT" = ( /obj/structure/spacevine/dense, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -2676,8 +2676,8 @@ /area/ruin/space/has_grav/singularitylab) "ke" = ( /obj/machinery/door/airlock/freezer{ - name = "Freezer"; - dir = 4 + dir = 4; + name = "Freezer" }, /turf/open/floor/plasteel/tech, /area/ruin/space/has_grav/singularitylab/civvie) @@ -2689,8 +2689,8 @@ icon_state = "0-8" }, /obj/machinery/door/poddoor{ - id = "singlabhanger"; - dir = 4 + dir = 4; + id = "singlabhanger" }, /turf/open/floor/engine, /area/ruin/space/has_grav/singularitylab) @@ -2710,8 +2710,8 @@ /area/ruin/space/has_grav/singularitylab) "km" = ( /obj/machinery/door/airlock/hatch{ - name = "Server Room"; - dir = 4 + dir = 4; + name = "Server Room" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ dir = 4 @@ -2736,8 +2736,8 @@ /area/ruin/space/has_grav/singularitylab) "ko" = ( /obj/structure/flippedtable{ - icon_state = ""; - dir = 1 + dir = 1; + icon_state = "" }, /obj/structure/spacevine, /turf/open/floor/plating/dirt{ @@ -2763,7 +2763,7 @@ icon_state = "2-4" }, /turf/open/floor/engine/hull, -/area/ruin/space/has_grav/singularitylab/reactor) +/area/space/nearstation) "kr" = ( /obj/structure/cable{ icon_state = "5-8" @@ -2773,8 +2773,8 @@ icon_state = "4-8" }, /obj/structure/flippedtable{ - icon_state = ""; - dir = 8 + dir = 8; + icon_state = "" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 4 @@ -2796,8 +2796,8 @@ /area/ruin/space/has_grav/singularitylab/civvie) "kx" = ( /obj/machinery/conveyor{ - id = "singlabfurn"; - dir = 8 + dir = 8; + id = "singlabfurn" }, /obj/structure/railing, /obj/structure/railing{ @@ -2856,9 +2856,9 @@ }, /obj/effect/turf_decal/techfloor/corner, /obj/machinery/button/door{ + dir = 1; id = "singlabcargo1"; name = "Blast Door Control"; - dir = 1; pixel_y = -25 }, /turf/open/floor/plasteel, @@ -2960,13 +2960,13 @@ pixel_y = -32 }, /obj/structure/spacevine/dense{ - pixel_y = -32; - pixel_x = -32 + pixel_x = -32; + pixel_y = -32 }, /obj/structure/flora/ausbushes/fullgrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -3017,8 +3017,8 @@ /area/ruin/space/has_grav/singularitylab/cargo) "lj" = ( /obj/machinery/conveyor{ - id = "singlabfurn"; - dir = 8 + dir = 8; + id = "singlabfurn" }, /obj/structure/railing, /turf/open/floor/plating, @@ -3087,8 +3087,8 @@ dir = 4 }, /obj/machinery/door/airlock/science{ - name = "High Energy Applications Research Facility"; - dir = 4 + dir = 4; + name = "High Energy Applications Research Facility" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 4 @@ -3211,8 +3211,8 @@ /obj/structure/table, /obj/item/paper, /obj/item/pen{ - pixel_y = -3; - pixel_x = 2 + pixel_x = 2; + pixel_y = -3 }, /turf/open/floor/carpet/nanoweave/beige, /area/ruin/space/has_grav/singularitylab/cargo) @@ -3243,8 +3243,8 @@ }, /obj/structure/spacevine/dense, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/civvie) @@ -3425,8 +3425,8 @@ /area/ruin/space/has_grav/singularitylab/engineering) "mJ" = ( /obj/structure/flippedtable{ - icon_state = ""; - dir = 8 + dir = 8; + icon_state = "" }, /obj/structure/flippedtable, /obj/effect/turf_decal/siding/thinplating{ @@ -3452,7 +3452,7 @@ icon_state = "4-8" }, /turf/open/floor/engine/hull, -/area/ruin/space/has_grav/singularitylab/reactor) +/area/space/nearstation) "mP" = ( /obj/structure/cable{ icon_state = "4-8" @@ -3477,10 +3477,10 @@ /obj/structure/table, /obj/machinery/button/door{ dir = 8; - pixel_y = 7; - pixel_x = -4; id = "singlablast2"; - name = "Testing Chamber Control" + name = "Testing Chamber Control"; + pixel_x = -4; + pixel_y = 7 }, /obj/effect/turf_decal/corner/opaque/white/full, /turf/open/floor/plasteel, @@ -3488,8 +3488,8 @@ "mW" = ( /obj/machinery/conveyor_switch{ id = "singlabcarg"; - pixel_y = -5; - pixel_x = 9 + pixel_x = 9; + pixel_y = -5 }, /turf/open/floor/plating, /area/ruin/space/has_grav/singularitylab) @@ -3507,8 +3507,8 @@ "na" = ( /obj/structure/sink{ dir = 4; - pixel_y = 4; - pixel_x = -14 + pixel_x = -14; + pixel_y = 4 }, /obj/effect/turf_decal/corner/opaque/white/full, /mob/living/simple_animal/hostile/zombie/kudzu{ @@ -3615,14 +3615,14 @@ "no" = ( /obj/structure/railing, /obj/machinery/conveyor_switch{ - pixel_y = 13; + id = "singlabfurn"; pixel_x = -11; - id = "singlabfurn" + pixel_y = 13 }, /obj/machinery/mineral/processing_unit_console{ + machinedir = 9; pixel_x = -32; - pixel_y = -4; - machinedir = 9 + pixel_y = -4 }, /turf/open/floor/plasteel/dark, /area/ruin/space/has_grav/singularitylab/cargo) @@ -3641,8 +3641,8 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/engineering) @@ -3675,8 +3675,8 @@ /area/ruin/space/has_grav/singularitylab/cargo) "nw" = ( /obj/machinery/door/airlock{ - name = "Private Quarters"; - dir = 4 + dir = 4; + name = "Private Quarters" }, /obj/effect/turf_decal/siding/wood{ dir = 8 @@ -3706,8 +3706,8 @@ }, /obj/structure/flora/ausbushes/fullgrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/civvie) @@ -3716,14 +3716,14 @@ icon_state = "6-9" }, /obj/structure/flippedtable{ - icon_state = ""; - dir = 8 + dir = 8; + icon_state = "" }, /obj/structure/spacevine/dense, /obj/structure/flora/ausbushes/fullgrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -3761,14 +3761,14 @@ icon_state = "0-4" }, /turf/open/floor/plating, -/area/ruin/space/has_grav/singularitylab/reactor) +/area/space/nearstation) "nM" = ( /obj/structure/cable{ icon_state = "4-8" }, /obj/machinery/door/airlock/mining{ - name = "Cargo Bay"; - dir = 4 + dir = 4; + name = "Cargo Bay" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 4 @@ -3791,15 +3791,15 @@ }, /obj/structure/flora/ausbushes/sparsegrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) "nO" = ( /obj/structure/sign/warning/biohazard{ - pixel_y = 5; - pixel_x = 32 + pixel_x = 32; + pixel_y = 5 }, /obj/effect/turf_decal/industrial/warning{ dir = 4 @@ -3828,8 +3828,8 @@ /obj/structure/flora/ausbushes/fullgrass, /obj/structure/flora/ausbushes/ppflowers, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/civvie) @@ -3848,8 +3848,8 @@ /obj/structure/flora/ausbushes/fullgrass, /obj/structure/flora/ausbushes/ppflowers, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/civvie) @@ -3960,7 +3960,7 @@ icon_state = "2-8" }, /turf/open/space/basic, -/area/ruin/space/has_grav/singularitylab/reactor) +/area/space/nearstation) "oq" = ( /obj/structure/table/reinforced, /obj/structure/window/reinforced{ @@ -3993,8 +3993,8 @@ /obj/structure/spacevine/dense, /obj/structure/flora/ausbushes/fullgrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -4082,8 +4082,8 @@ /obj/structure/closet/emcloset, /obj/structure/flora/ausbushes/fullgrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/civvie) @@ -4094,8 +4094,8 @@ }, /obj/structure/flora/ausbushes/fullgrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -4131,8 +4131,8 @@ }, /obj/structure/table/wood/fancy/blue, /obj/structure/fluff/beach_umbrella{ - pixel_y = 16; - pixel_x = -5 + pixel_x = -5; + pixel_y = 16 }, /obj/structure/spacevine, /obj/machinery/light/floor, @@ -4158,7 +4158,7 @@ }, /obj/item/book/manual/wiki/engineering_singulo_tesla, /turf/open/space/basic, -/area/ruin/space/has_grav/singularitylab/reactor) +/area/space/nearstation) "pe" = ( /obj/machinery/light/directional/north, /turf/open/floor/engine, @@ -4230,8 +4230,8 @@ /mob/living/simple_animal/hostile/venus_human_trap, /obj/structure/flora/ausbushes/fullgrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -4246,7 +4246,7 @@ icon_state = "1-4" }, /turf/open/floor/engine/hull, -/area/ruin/space/has_grav/singularitylab/reactor) +/area/space/nearstation) "px" = ( /obj/item/tank/internals/oxygen, /obj/structure/spacevine, @@ -4259,7 +4259,7 @@ icon_state = "0-2" }, /turf/open/floor/plating, -/area/ruin/space/has_grav/singularitylab/reactor) +/area/space/nearstation) "pC" = ( /obj/structure/rack, /obj/effect/turf_decal/box, @@ -4412,8 +4412,8 @@ }, /obj/structure/table/wood/fancy/cyan, /obj/structure/fluff/beach_umbrella{ - pixel_y = 16; - pixel_x = -5 + pixel_x = -5; + pixel_y = 16 }, /obj/structure/spacevine, /obj/machinery/light/floor, @@ -4428,7 +4428,7 @@ icon_state = "2-8" }, /turf/open/space/basic, -/area/ruin/space/has_grav/singularitylab/reactor) +/area/space/nearstation) "qk" = ( /obj/effect/turf_decal/industrial/warning, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ @@ -4453,8 +4453,8 @@ }, /obj/structure/flora/ausbushes/lavendergrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/civvie) @@ -4546,8 +4546,8 @@ /obj/structure/spacevine/dense, /obj/structure/flora/ausbushes/sparsegrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/civvie) @@ -4592,7 +4592,7 @@ }, /obj/structure/lattice/catwalk, /turf/open/space/basic, -/area/ruin/space/has_grav/singularitylab/reactor) +/area/space/nearstation) "qZ" = ( /obj/effect/turf_decal/techfloor, /obj/effect/turf_decal/techfloor{ @@ -4610,12 +4610,12 @@ dir = 4 }, /obj/structure/railing/corner{ - pixel_y = 2; - pixel_x = -3 + pixel_x = -3; + pixel_y = 2 }, /obj/structure/railing/corner{ - pixel_y = 23; - pixel_x = -3 + pixel_x = -3; + pixel_y = 23 }, /obj/structure/cable{ icon_state = "1-2" @@ -4655,8 +4655,8 @@ }, /obj/structure/flora/ausbushes/fullgrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -4677,8 +4677,8 @@ }, /obj/structure/flora/ausbushes/fullgrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/civvie) @@ -4709,8 +4709,8 @@ /area/ruin/space/has_grav/singularitylab/cargo) "rs" = ( /obj/effect/decal/cleanable/blood/drip{ - pixel_y = 2; - pixel_x = 2 + pixel_x = 2; + pixel_y = 2 }, /turf/open/floor/plasteel, /area/ruin/space/has_grav/singularitylab) @@ -4736,8 +4736,8 @@ /obj/machinery/atmospherics/components/unary/outlet_injector/on, /obj/structure/flora/ausbushes/fullgrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -4759,7 +4759,7 @@ icon_state = "0-2" }, /turf/open/floor/plating, -/area/ruin/space/has_grav/singularitylab/reactor) +/area/space/nearstation) "rG" = ( /obj/effect/turf_decal/corner/opaque/white/full, /obj/machinery/vending/cola/pwr_game, @@ -4840,13 +4840,13 @@ pixel_x = -32 }, /obj/structure/spacevine/dense{ - pixel_y = 32; - pixel_x = -32 + pixel_x = -32; + pixel_y = 32 }, /obj/structure/flora/ausbushes/sparsegrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -4870,8 +4870,8 @@ pixel_y = -32 }, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/civvie) @@ -4885,8 +4885,8 @@ /obj/structure/spacevine, /obj/machinery/vending/wardrobe/chef_wardrobe, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/civvie) @@ -4902,8 +4902,8 @@ icon_state = "6-10" }, /obj/structure/flippedtable{ - icon_state = ""; - dir = 8 + dir = 8; + icon_state = "" }, /obj/effect/turf_decal/siding/thinplating{ dir = 1 @@ -4944,13 +4944,13 @@ pixel_x = 32 }, /obj/structure/spacevine/dense{ - pixel_y = 32; - pixel_x = 32 + pixel_x = 32; + pixel_y = 32 }, /obj/structure/flora/ausbushes/sparsegrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -4974,8 +4974,8 @@ /obj/structure/spacevine, /obj/structure/flora/ausbushes/stalkybush, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/civvie) @@ -5003,8 +5003,8 @@ pixel_y = -32 }, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/civvie) @@ -5044,8 +5044,8 @@ }, /obj/structure/flora/ausbushes/sparsegrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -5126,8 +5126,8 @@ icon_state = "5-9" }, /obj/structure/flippedtable{ - icon_state = ""; - dir = 8 + dir = 8; + icon_state = "" }, /obj/effect/turf_decal/siding/thinplating, /turf/open/floor/plasteel, @@ -5152,8 +5152,8 @@ }, /obj/structure/flora/ausbushes/lavendergrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/civvie) @@ -5179,7 +5179,7 @@ icon_state = "0-9" }, /turf/open/floor/plating, -/area/ruin/space/has_grav/singularitylab/reactor) +/area/space/nearstation) "tL" = ( /obj/structure/cable{ icon_state = "5-9" @@ -5207,8 +5207,8 @@ /obj/structure/table, /obj/item/paper, /obj/item/pen{ - pixel_y = 2; - pixel_x = -4 + pixel_x = -4; + pixel_y = 2 }, /turf/open/floor/carpet/nanoweave/beige, /area/ruin/space/has_grav/singularitylab/cargo) @@ -5231,8 +5231,8 @@ /area/ruin/space/has_grav/singularitylab/lab) "uk" = ( /obj/machinery/door/poddoor{ - id = "singlabhanger"; - dir = 4 + dir = 4; + id = "singlabhanger" }, /turf/open/floor/engine, /area/ruin/space/has_grav/singularitylab) @@ -5283,8 +5283,8 @@ /mob/living/simple_animal/hostile/venus_human_trap, /obj/structure/flora/ausbushes/fullgrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/civvie) @@ -5422,8 +5422,8 @@ }, /obj/structure/spacevine/dense, /obj/structure/spacevine/dense{ - pixel_y = 32; - pixel_x = 32 + pixel_x = 32; + pixel_y = 32 }, /obj/structure/spacevine/dense{ pixel_x = 32 @@ -5453,9 +5453,9 @@ /obj/effect/turf_decal/box, /obj/machinery/light/directional/north, /obj/item/gun/energy/lasercannon/unrestricted{ - name = "NT-LS-1013"; + desc = "An advanced laser cannon, a laser etched inscription in the handle states 'NT-LS-1013'. The casing is made of a lightweight alloy."; icon_state = "pulse"; - desc = "An advanced laser cannon, a laser etched inscription in the handle states 'NT-LS-1013'. The casing is made of a lightweight alloy." + name = "NT-LS-1013" }, /obj/item/gun/energy/laser/iot, /obj/item/gun/energy/laser/iot{ @@ -5482,8 +5482,8 @@ }, /obj/structure/flora/ausbushes/fullgrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -5525,8 +5525,8 @@ }, /obj/structure/spacevine/dense, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -5595,8 +5595,8 @@ /area/ruin/space/has_grav/singularitylab/civvie) "vy" = ( /obj/machinery/door/airlock/security{ - name = "Front Office"; - dir = 8 + dir = 8; + name = "Front Office" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ dir = 4 @@ -5641,8 +5641,8 @@ /area/ruin/space/has_grav/singularitylab/cargo) "vT" = ( /obj/structure/flippedtable{ - icon_state = ""; - dir = 4 + dir = 4; + icon_state = "" }, /obj/effect/turf_decal/siding/thinplating, /obj/structure/cable{ @@ -5666,13 +5666,13 @@ pixel_x = -32 }, /obj/structure/spacevine/dense{ - pixel_y = -32; - pixel_x = -32 + pixel_x = -32; + pixel_y = -32 }, /obj/structure/flora/ausbushes/fullgrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -5691,8 +5691,8 @@ icon_state = "1-2" }, /obj/structure/flippedtable{ - icon_state = ""; - dir = 2 + dir = 2; + icon_state = "" }, /turf/open/floor/carpet/nanoweave/purple, /area/ruin/space/has_grav/singularitylab/lab) @@ -5710,8 +5710,8 @@ /obj/structure/spacevine, /obj/machinery/vending/dinnerware, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/civvie) @@ -5806,8 +5806,8 @@ /area/ruin/space/has_grav/singularitylab/cargo) "wu" = ( /obj/machinery/door/airlock/external{ - name = "Engine Access"; - dir = 4 + dir = 4; + name = "Engine Access" }, /obj/structure/cable/yellow{ icon_state = "4-8" @@ -5832,15 +5832,15 @@ pixel_x = 32 }, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) "ww" = ( /obj/machinery/field/generator/anchored, /turf/open/floor/plating, -/area/ruin/space/has_grav/singularitylab/reactor) +/area/space/nearstation) "wx" = ( /obj/structure/transit_tube/curved{ dir = 1 @@ -5894,8 +5894,8 @@ }, /obj/structure/flora/ausbushes/fullgrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/civvie) @@ -5925,8 +5925,8 @@ pixel_y = -32 }, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -5949,7 +5949,7 @@ icon_state = "1-8" }, /turf/open/space/basic, -/area/ruin/space/has_grav/singularitylab/reactor) +/area/space/nearstation) "wW" = ( /obj/structure/railing{ dir = 4; @@ -5987,10 +5987,10 @@ dir = 4 }, /obj/structure/chair/stool/bar{ - name = "picnic stool"; dir = 8; - pixel_y = 4; - pixel_x = -10 + name = "picnic stool"; + pixel_x = -10; + pixel_y = 4 }, /obj/structure/spacevine, /turf/open/floor/wood, @@ -6044,13 +6044,13 @@ icon_state = "4-8" }, /turf/open/space/basic, -/area/ruin/space/has_grav/singularitylab/reactor) +/area/space/nearstation) "xn" = ( /obj/structure/spacevine/dense, /obj/structure/flora/ausbushes/lavendergrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/civvie) @@ -6059,15 +6059,15 @@ /obj/structure/flora/ausbushes/sparsegrass, /obj/structure/flora/ausbushes/lavendergrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) "xr" = ( /obj/machinery/door/airlock{ - name = "Bathroom"; - dir = 4 + dir = 4; + name = "Bathroom" }, /turf/open/floor/plasteel, /area/ruin/space/has_grav/singularitylab/lab) @@ -6170,8 +6170,8 @@ icon_state = "0-8" }, /obj/machinery/door/poddoor{ - id = "singlabhanger"; - dir = 4 + dir = 4; + id = "singlabhanger" }, /turf/open/floor/engine, /area/ruin/space/has_grav/singularitylab) @@ -6221,8 +6221,8 @@ /obj/effect/decal/cleanable/blood/old, /obj/structure/flora/ausbushes/sparsegrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/civvie) @@ -6245,13 +6245,13 @@ pixel_y = 32 }, /obj/structure/spacevine/dense{ - pixel_y = 32; - pixel_x = -32 + pixel_x = -32; + pixel_y = 32 }, /obj/structure/flora/ausbushes/fullgrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -6369,8 +6369,8 @@ /obj/machinery/turretid, /obj/structure/table/reinforced, /obj/item/paper_bin{ - pixel_y = -14; - pixel_x = 8 + pixel_x = 8; + pixel_y = -14 }, /turf/open/floor/carpet/nanoweave/beige, /area/ruin/space/has_grav/singularitylab/cargo) @@ -6397,8 +6397,8 @@ dir = 4 }, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -6547,7 +6547,7 @@ icon_state = "2-4" }, /turf/open/space/basic, -/area/ruin/space/has_grav/singularitylab/reactor) +/area/space/nearstation) "yZ" = ( /obj/structure/cable{ icon_state = "6-9" @@ -6574,8 +6574,8 @@ }, /obj/structure/flora/ausbushes/fullgrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/civvie) @@ -6661,8 +6661,8 @@ /obj/structure/spacevine/dense, /obj/structure/flora/ausbushes/fullgrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -6751,8 +6751,8 @@ zombiejob = "Assistant" }, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -6765,15 +6765,15 @@ pixel_y = -32 }, /obj/structure/spacevine/dense{ - pixel_y = -32; - pixel_x = -32 + pixel_x = -32; + pixel_y = -32 }, /obj/structure/flora/ausbushes/fullgrass, /obj/structure/flora/ausbushes/sparsegrass, /obj/structure/flora/ausbushes/lavendergrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -6865,7 +6865,7 @@ /area/ruin/space/has_grav/singularitylab/engineering) "zP" = ( /turf/open/floor/engine/hull, -/area/ruin/space/has_grav/singularitylab/reactor) +/area/space/nearstation) "zR" = ( /obj/structure/spacevine/dense, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, @@ -6918,8 +6918,8 @@ dir = 1 }, /obj/structure/flippedtable{ - icon_state = ""; - dir = 8 + dir = 8; + icon_state = "" }, /obj/effect/turf_decal/corner/opaque/purple{ dir = 8 @@ -7017,8 +7017,8 @@ /area/ruin/space/has_grav/singularitylab/lab) "Ay" = ( /obj/effect/decal/cleanable/blood/drip{ - pixel_y = 3; - pixel_x = 5 + pixel_x = 5; + pixel_y = 3 }, /turf/open/floor/plasteel, /area/ruin/space/has_grav/singularitylab) @@ -7048,8 +7048,8 @@ /area/ruin/space/has_grav/singularitylab/lab) "AD" = ( /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/civvie) @@ -7096,8 +7096,8 @@ /obj/structure/flora/ausbushes/fullgrass, /obj/structure/flora/ausbushes/lavendergrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/civvie) @@ -7179,8 +7179,8 @@ /mob/living/simple_animal/hostile/venus_human_trap, /obj/structure/flora/ausbushes/sparsegrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/civvie) @@ -7254,8 +7254,8 @@ name = "To Environment" }, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -7268,8 +7268,8 @@ /obj/structure/spacevine/dense, /obj/effect/decal/cleanable/blood/old, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/civvie) @@ -7300,8 +7300,8 @@ }, /obj/effect/turf_decal/siding/thinplating, /obj/effect/decal/cleanable/blood{ - icon_state = "gib3"; - dir = 4 + dir = 4; + icon_state = "gib3" }, /turf/open/floor/plasteel, /area/ruin/space/has_grav/singularitylab/cargo) @@ -7324,8 +7324,8 @@ /area/ruin/space/has_grav/singularitylab/civvie) "BP" = ( /obj/machinery/door/poddoor{ - id = "singlablas1"; - dir = 4 + dir = 4; + id = "singlablas1" }, /turf/open/floor/engine, /area/ruin/space/has_grav/singularitylab/lab) @@ -7543,8 +7543,8 @@ /obj/structure/flora/ausbushes/fullgrass, /obj/structure/flora/ausbushes/lavendergrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -7554,7 +7554,7 @@ icon_state = "1-8" }, /turf/open/space/basic, -/area/ruin/space/has_grav/singularitylab/reactor) +/area/space/nearstation) "CC" = ( /obj/structure/transit_tube/curved/flipped, /obj/structure/cable{ @@ -7575,8 +7575,8 @@ "CE" = ( /obj/structure/flippedtable, /obj/structure/spacevine/dense{ - pixel_y = 32; - pixel_x = -31 + pixel_x = -31; + pixel_y = 32 }, /obj/structure/spacevine, /turf/open/floor/plasteel/tech/techmaint, @@ -7614,7 +7614,7 @@ icon_state = "1-6" }, /turf/open/space/basic, -/area/ruin/space/has_grav/singularitylab/reactor) +/area/space/nearstation) "CL" = ( /obj/structure/transit_tube/station/dispenser{ dir = 4 @@ -7623,12 +7623,12 @@ icon_state = "1-2" }, /obj/structure/railing/corner{ - pixel_y = 23; - pixel_x = -3 + pixel_x = -3; + pixel_y = 23 }, /obj/structure/railing/corner{ - pixel_y = 2; - pixel_x = -3 + pixel_x = -3; + pixel_y = 2 }, /obj/structure/cable{ icon_state = "2-4" @@ -7667,8 +7667,8 @@ dir = 4 }, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/civvie) @@ -7765,7 +7765,7 @@ icon_state = "4-8" }, /turf/open/space/basic, -/area/ruin/space/has_grav/singularitylab/reactor) +/area/space/nearstation) "Di" = ( /obj/structure/spacevine, /turf/open/floor/plasteel, @@ -7777,24 +7777,24 @@ /obj/structure/spacevine/dense, /obj/structure/flora/ausbushes/fullgrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) "Dn" = ( /obj/structure/flippedtable{ - icon_state = ""; - dir = 1 + dir = 1; + icon_state = "" }, /obj/structure/flippedtable{ - icon_state = ""; - dir = 8 + dir = 8; + icon_state = "" }, /obj/structure/spacevine/dense, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -7870,8 +7870,8 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /obj/structure/flora/ausbushes/fullgrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/civvie) @@ -7968,8 +7968,8 @@ dir = 4 }, /obj/machinery/door/airlock/science{ - name = "High Energy Applications Research Facility"; - dir = 4 + dir = 4; + name = "High Energy Applications Research Facility" }, /turf/open/floor/plasteel/tech, /area/ruin/space/has_grav/singularitylab/lab) @@ -8111,8 +8111,8 @@ /obj/structure/spacevine/dense, /obj/structure/flora/ausbushes/fullgrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -8170,8 +8170,8 @@ }, /obj/structure/flora/ausbushes/sparsegrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/civvie) @@ -8236,10 +8236,10 @@ /obj/structure/table, /obj/machinery/button/door{ dir = 8; - pixel_y = 7; - pixel_x = -4; id = "singlablast1"; - name = "Testing Chamber Control" + name = "Testing Chamber Control"; + pixel_x = -4; + pixel_y = 7 }, /obj/effect/turf_decal/corner/opaque/white/full, /turf/open/floor/plasteel, @@ -8307,13 +8307,13 @@ pixel_y = -32 }, /obj/structure/spacevine/dense{ - pixel_y = -32; - pixel_x = 32 + pixel_x = 32; + pixel_y = -32 }, /obj/structure/flora/ausbushes/fullgrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -8477,7 +8477,7 @@ "FA" = ( /obj/item/wrench, /turf/open/space/basic, -/area/ruin/space/has_grav/singularitylab/reactor) +/area/space/nearstation) "FB" = ( /obj/machinery/door/airlock/highsecurity{ name = "Testing Lab" @@ -8518,8 +8518,8 @@ icon_state = "4-9" }, /obj/structure/flippedtable{ - icon_state = ""; - dir = 8 + dir = 8; + icon_state = "" }, /obj/structure/spacevine, /turf/open/floor/plasteel/tech/techmaint, @@ -8533,8 +8533,8 @@ /area/ruin/space/has_grav/singularitylab/engineering) "FI" = ( /turf/closed/wall{ - name = "structural support"; - desc = "A huge chunk of metal holding the roof of the asteroid at bay" + desc = "A huge chunk of metal holding the roof of the asteroid at bay"; + name = "structural support" }, /area/ruin/space/has_grav/singularitylab) "FL" = ( @@ -8620,8 +8620,8 @@ /area/ruin/space/has_grav/singularitylab/cargo) "Ge" = ( /obj/structure/flippedtable{ - icon_state = ""; - dir = 8 + dir = 8; + icon_state = "" }, /obj/structure/spacevine, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ @@ -8663,7 +8663,7 @@ anchored = 1 }, /turf/open/floor/plating, -/area/ruin/space/has_grav/singularitylab/reactor) +/area/space/nearstation) "Gr" = ( /obj/structure/cable{ icon_state = "1-10" @@ -8682,8 +8682,8 @@ "Gs" = ( /obj/structure/spacevine/dense, /obj/structure/spacevine/dense{ - pixel_y = 32; - pixel_x = 32 + pixel_x = 32; + pixel_y = 32 }, /obj/structure/spacevine/dense{ pixel_x = 32 @@ -8694,8 +8694,8 @@ /obj/machinery/portable_atmospherics/scrubber/huge, /obj/effect/decal/cleanable/cobweb/cobweb2, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -8708,8 +8708,8 @@ dir = 9 }, /obj/structure/flippedtable{ - icon_state = ""; - dir = 8 + dir = 8; + icon_state = "" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 4 @@ -8737,8 +8737,8 @@ icon_state = "4-8" }, /obj/machinery/door/airlock/external{ - name = "Interior Mine"; - dir = 4 + dir = 4; + name = "Interior Mine" }, /turf/open/floor/plasteel/tech, /area/ruin/space/has_grav/singularitylab/cargo) @@ -8805,7 +8805,7 @@ icon_state = "1-4" }, /turf/open/space/basic, -/area/ruin/space/has_grav/singularitylab/reactor) +/area/space/nearstation) "GJ" = ( /obj/effect/decal/cleanable/insectguts, /turf/open/floor/plating/asteroid, @@ -8879,8 +8879,8 @@ }, /obj/structure/flora/ausbushes/fullgrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -8975,8 +8975,8 @@ }, /obj/structure/flora/ausbushes/fullgrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/civvie) @@ -8986,12 +8986,12 @@ pixel_y = 32 }, /obj/structure/spacevine/dense{ - pixel_y = 32; - pixel_x = -31 + pixel_x = -31; + pixel_y = 32 }, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -9013,7 +9013,7 @@ icon_state = "1-2" }, /turf/open/space/basic, -/area/ruin/space/has_grav/singularitylab/reactor) +/area/space/nearstation) "HD" = ( /obj/effect/turf_decal/siding/thinplating{ dir = 10 @@ -9086,8 +9086,8 @@ pixel_x = 32 }, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -9107,8 +9107,8 @@ dir = 6 }, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -9144,8 +9144,8 @@ }, /obj/structure/flora/ausbushes/lavendergrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/civvie) @@ -9181,12 +9181,12 @@ icon_state = "1-2" }, /turf/open/space/basic, -/area/ruin/space/has_grav/singularitylab/reactor) +/area/space/nearstation) "Ii" = ( /obj/machinery/door/airlock{ name = "Private Quarters" }, -/turf/closed/mineral/random/asteroid, +/turf/closed/mineral/random, /area/ruin/space/has_grav) "Ij" = ( /obj/effect/turf_decal/siding/thinplating{ @@ -9239,7 +9239,7 @@ /obj/machinery/power/solar, /obj/structure/cable/yellow, /turf/open/floor/plating, -/area/ruin/space/has_grav/singularitylab/reactor) +/area/space/nearstation) "Iu" = ( /obj/structure/transit_tube/diagonal{ dir = 4 @@ -9325,7 +9325,7 @@ icon_state = "0-2" }, /turf/open/floor/plating, -/area/ruin/space/has_grav/singularitylab/reactor) +/area/space/nearstation) "IO" = ( /obj/structure/railing{ dir = 8; @@ -9367,7 +9367,7 @@ /obj/machinery/power/rad_collector/anchored, /obj/structure/cable/yellow, /turf/open/floor/plating, -/area/ruin/space/has_grav/singularitylab/reactor) +/area/space/nearstation) "IW" = ( /obj/structure/cable{ icon_state = "4-8" @@ -9586,9 +9586,9 @@ pixel_y = 32 }, /obj/structure/chair/office{ + desc = "Technologically enhanced for the optimal research position."; dir = 8; - name = "science chair"; - desc = "Technologically enhanced for the optimal research position." + name = "science chair" }, /turf/open/floor/carpet/nanoweave/purple, /area/ruin/space/has_grav/singularitylab/lab) @@ -9609,8 +9609,8 @@ zombiejob = "Assistant" }, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/civvie) @@ -9666,8 +9666,8 @@ "Kc" = ( /obj/structure/spacevine, /turf/closed/wall{ - name = "structural support"; - desc = "A huge chunk of metal holding the roof of the asteroid at bay" + desc = "A huge chunk of metal holding the roof of the asteroid at bay"; + name = "structural support" }, /area/ruin/space/has_grav/singularitylab) "Ke" = ( @@ -9702,12 +9702,12 @@ /area/ruin/space/has_grav/singularitylab) "Kr" = ( /obj/item/gun/energy/ionrifle/carbine{ - pixel_y = 5; - pixel_x = 2; - name = "ion projector"; desc = "The Ion Projector is contained within a sleek metal case. Engraved on the handle are the letters S.H. The stock is warm to the touch"; - selfcharge = 1; - dry_fire_text = "RECHARGING" + dry_fire_text = "RECHARGING"; + name = "ion projector"; + pixel_x = 2; + pixel_y = 5; + selfcharge = 1 }, /obj/item/screwdriver{ pixel_y = -6 @@ -9779,8 +9779,8 @@ /obj/structure/flora/ausbushes/fullgrass, /obj/structure/flora/ausbushes/lavendergrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/civvie) @@ -9928,8 +9928,8 @@ pixel_x = 32 }, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/civvie) @@ -10149,8 +10149,8 @@ "Mk" = ( /obj/structure/flora/ausbushes/fullgrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/civvie) @@ -10193,7 +10193,7 @@ icon_state = "1-4" }, /turf/open/floor/engine/hull, -/area/ruin/space/has_grav/singularitylab/reactor) +/area/space/nearstation) "MA" = ( /obj/effect/turf_decal/corner/opaque/white/full, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ @@ -10219,7 +10219,7 @@ /obj/machinery/power/emitter/welded, /obj/structure/cable/yellow, /turf/open/floor/plating, -/area/ruin/space/has_grav/singularitylab/reactor) +/area/space/nearstation) "MG" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 4 @@ -10271,7 +10271,7 @@ icon_state = "0-2" }, /turf/open/floor/plating, -/area/ruin/space/has_grav/singularitylab/reactor) +/area/space/nearstation) "MQ" = ( /obj/structure/spacevine/dense, /obj/machinery/power/apc/auto_name/directional/north{ @@ -10282,8 +10282,8 @@ }, /obj/structure/flora/ausbushes/fullgrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -10327,8 +10327,8 @@ /area/ruin/space/has_grav/singularitylab/reactor) "MW" = ( /obj/machinery/door/airlock{ - name = "Private Quarters"; - dir = 8 + dir = 8; + name = "Private Quarters" }, /obj/effect/turf_decal/siding/wood{ dir = 8 @@ -10455,7 +10455,7 @@ "Nu" = ( /obj/structure/lattice, /turf/open/space/basic, -/area/ruin/space/has_grav/singularitylab/reactor) +/area/space/nearstation) "Nw" = ( /obj/structure/cable/yellow{ icon_state = "1-2" @@ -10473,7 +10473,7 @@ icon_state = "0-2" }, /turf/open/floor/plating, -/area/ruin/space/has_grav/singularitylab/reactor) +/area/space/nearstation) "NH" = ( /obj/effect/turf_decal/corner/opaque/white/full, /obj/effect/turf_decal/industrial/warning{ @@ -10503,8 +10503,8 @@ dir = 8 }, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -10537,10 +10537,10 @@ /area/ruin/space/has_grav/singularitylab/civvie) "NN" = ( /obj/structure/chair/stool/bar{ - name = "picnic stool"; dir = 4; - pixel_y = 7; - pixel_x = 9 + name = "picnic stool"; + pixel_x = 9; + pixel_y = 7 }, /obj/effect/turf_decal/siding/wood/end{ dir = 8 @@ -10562,8 +10562,8 @@ }, /obj/structure/flora/ausbushes/fullgrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -10586,14 +10586,14 @@ pixel_y = -32 }, /obj/structure/spacevine/dense{ - pixel_y = 32; - pixel_x = 32 + pixel_x = 32; + pixel_y = 32 }, /obj/structure/flora/ausbushes/fullgrass, /obj/structure/flora/ausbushes/sparsegrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -10656,8 +10656,8 @@ "Oe" = ( /obj/structure/sink{ dir = 4; - pixel_y = 4; - pixel_x = -14 + pixel_x = -14; + pixel_y = 4 }, /obj/structure/mirror{ pixel_x = -29 @@ -10687,8 +10687,8 @@ "Ol" = ( /obj/structure/spacevine, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/civvie) @@ -10757,8 +10757,8 @@ /area/ruin/space/has_grav/singularitylab) "Oy" = ( /turf/closed/wall{ - name = "structural support"; - desc = "A huge chunk of metal holding the roof of the asteroid at bay" + desc = "A huge chunk of metal holding the roof of the asteroid at bay"; + name = "structural support" }, /area/ruin/space/has_grav/singularitylab/hangar) "Oz" = ( @@ -10832,12 +10832,12 @@ /obj/structure/table/reinforced, /obj/effect/turf_decal/corner/opaque/white/full, /obj/machinery/recharger{ - pixel_y = -5; - pixel_x = 5 + pixel_x = 5; + pixel_y = -5 }, /obj/item/reagent_containers/food/drinks/soda_cans/dr_gibb{ - pixel_y = 2; - pixel_x = -4 + pixel_x = -4; + pixel_y = 2 }, /obj/effect/turf_decal/corner/opaque/purple{ dir = 9 @@ -10924,8 +10924,8 @@ /obj/structure/flora/ausbushes/fullgrass, /obj/structure/flora/ausbushes/sparsegrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -10942,8 +10942,8 @@ /area/ruin/space/has_grav/singularitylab) "OZ" = ( /obj/structure/flippedtable{ - icon_state = ""; - dir = 8 + dir = 8; + icon_state = "" }, /obj/item/flashlight/seclite, /turf/open/floor/plating/asteroid, @@ -10957,7 +10957,7 @@ }, /obj/structure/lattice/catwalk, /turf/open/space/basic, -/area/ruin/space/has_grav/singularitylab/reactor) +/area/space/nearstation) "Pd" = ( /obj/structure/bed, /obj/item/bedsheet/nanotrasen, @@ -11013,8 +11013,8 @@ /obj/structure/spacevine, /obj/structure/spacevine/dense, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/civvie) @@ -11108,8 +11108,8 @@ }, /obj/structure/table/wood/fancy/purple, /obj/structure/fluff/beach_umbrella{ - pixel_y = 16; - pixel_x = -5 + pixel_x = -5; + pixel_y = 16 }, /obj/machinery/jukebox/boombox, /obj/structure/spacevine, @@ -11249,8 +11249,8 @@ /obj/structure/spacevine, /obj/structure/flora/ausbushes/fullgrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/civvie) @@ -11261,8 +11261,8 @@ /obj/structure/spacevine/dense, /obj/structure/flora/ausbushes/sparsegrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -11275,7 +11275,7 @@ icon_state = "1-2" }, /turf/open/space/basic, -/area/ruin/space/has_grav/singularitylab/reactor) +/area/space/nearstation) "Qi" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 4 @@ -11294,23 +11294,29 @@ icon_state = "4-8" }, /turf/open/space/basic, -/area/ruin/space/has_grav/singularitylab/reactor) +/area/space/nearstation) +"Ql" = ( +/obj/item/banner/engineering{ + anchored = 1 + }, +/turf/open/floor/engine/hull, +/area/space/nearstation) "Qm" = ( /obj/structure/spacevine/dense, /obj/structure/spacevine/dense{ pixel_y = 32 }, /obj/structure/spacevine/dense{ - pixel_y = 32; - pixel_x = -32 + pixel_x = -32; + pixel_y = 32 }, /obj/structure/spacevine/dense{ pixel_x = -32 }, /obj/structure/flora/ausbushes/fullgrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -11322,8 +11328,8 @@ /obj/structure/spacevine/dense, /obj/structure/flora/ausbushes/fullgrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/civvie) @@ -11338,8 +11344,8 @@ /mob/living/simple_animal/hostile/venus_human_trap, /obj/structure/flora/ausbushes/fullgrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -11355,8 +11361,8 @@ "Qw" = ( /obj/structure/table, /obj/item/clipboard{ - pixel_y = 7; - pixel_x = 9 + pixel_x = 9; + pixel_y = 7 }, /turf/open/floor/plasteel/dark, /area/ruin/space/has_grav/singularitylab/engineering) @@ -11404,7 +11410,7 @@ /turf/open/floor/plating/asteroid, /area/ruin/space/has_grav/singularitylab) "QB" = ( -/turf/closed/mineral/random/asteroid, +/turf/closed/mineral/random, /area/ruin/space/has_grav) "QC" = ( /obj/structure/cable{ @@ -11425,8 +11431,8 @@ /obj/machinery/light/directional/north, /obj/structure/flora/ausbushes/stalkybush, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/civvie) @@ -11455,8 +11461,8 @@ /obj/effect/decal/cleanable/blood/old, /obj/structure/flora/ausbushes/fullgrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -11489,8 +11495,8 @@ zombiejob = "Assistant" }, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/civvie) @@ -11564,8 +11570,8 @@ /obj/structure/spacevine, /mob/living/simple_animal/hostile/venus_human_trap, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/civvie) @@ -11701,8 +11707,8 @@ "RN" = ( /obj/structure/toilet{ dir = 4; - pixel_y = 6; - pixel_x = -6 + pixel_x = -6; + pixel_y = 6 }, /obj/machinery/light/small/directional/south, /turf/open/floor/plasteel, @@ -11748,8 +11754,8 @@ }, /obj/machinery/portable_atmospherics/scrubber/huge, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -11763,8 +11769,8 @@ }, /obj/structure/flora/ausbushes/fullgrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/civvie) @@ -11805,7 +11811,7 @@ "Sh" = ( /obj/item/stack/cable_coil/cut/yellow, /turf/open/space/basic, -/area/ruin/space/has_grav/singularitylab/reactor) +/area/space/nearstation) "Si" = ( /obj/structure/spacevine/dense, /obj/structure/spacevine{ @@ -11814,8 +11820,8 @@ /obj/structure/flora/ausbushes/fullgrass, /obj/structure/flora/ausbushes/ppflowers, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/civvie) @@ -11830,8 +11836,8 @@ "Sm" = ( /obj/structure/toilet{ dir = 8; - pixel_y = 5; - pixel_x = 6 + pixel_x = 6; + pixel_y = 5 }, /obj/structure/window/reinforced/tinted/frosted{ dir = 1 @@ -11910,12 +11916,12 @@ dir = 4 }, /obj/structure/railing/corner{ - pixel_y = 23; - pixel_x = -3 + pixel_x = -3; + pixel_y = 23 }, /obj/structure/railing/corner{ - pixel_y = 2; - pixel_x = -3 + pixel_x = -3; + pixel_y = 2 }, /obj/structure/transit_tube/station/dispenser/flipped{ dir = 8 @@ -11930,8 +11936,8 @@ /area/ruin/space/has_grav/singularitylab) "SH" = ( /obj/structure/chair/stool/bar{ - name = "picnic stool"; dir = 1; + name = "picnic stool"; pixel_y = 16 }, /obj/effect/turf_decal/siding/wood/end, @@ -12018,8 +12024,8 @@ }, /obj/structure/flora/ausbushes/fullgrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/civvie) @@ -12049,8 +12055,8 @@ /obj/structure/spacevine, /obj/effect/decal/cleanable/blood/old, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/civvie) @@ -12110,8 +12116,8 @@ /obj/structure/flora/ausbushes/fullgrass, /obj/structure/flora/ausbushes/sparsegrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -12220,7 +12226,7 @@ icon_state = "0-10" }, /turf/open/floor/plating, -/area/ruin/space/has_grav/singularitylab/reactor) +/area/space/nearstation) "TR" = ( /obj/structure/cable{ icon_state = "4-8" @@ -12306,10 +12312,10 @@ /area/ruin/space/has_grav/singularitylab) "Uf" = ( /obj/structure/chair/stool/bar{ - name = "picnic stool"; dir = 8; - pixel_y = 4; - pixel_x = -10 + name = "picnic stool"; + pixel_x = -10; + pixel_y = 4 }, /obj/effect/turf_decal/siding/wood/end{ dir = 4 @@ -12448,8 +12454,8 @@ /obj/effect/decal/cleanable/blood/old, /obj/effect/gibspawner, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/civvie) @@ -12550,8 +12556,8 @@ }, /obj/structure/flora/ausbushes/fullgrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -12622,8 +12628,8 @@ /obj/structure/flora/ausbushes/fullgrass, /obj/structure/flora/ausbushes/lavendergrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/civvie) @@ -12634,16 +12640,16 @@ }, /obj/structure/spacevine, /obj/item/assembly/igniter{ - pixel_y = 3; - pixel_x = 7 + pixel_x = 7; + pixel_y = 3 }, /obj/item/assembly/igniter{ - pixel_y = -6; - pixel_x = 2 + pixel_x = 2; + pixel_y = -6 }, /obj/item/assembly/igniter{ - pixel_y = 3; - pixel_x = -7 + pixel_x = -7; + pixel_y = 3 }, /turf/open/floor/plasteel/dark, /area/ruin/space/has_grav/singularitylab/engineering) @@ -12653,8 +12659,8 @@ /area/ruin/space/has_grav/singularitylab/civvie) "VF" = ( /obj/machinery/door/airlock/public/glass{ - name = "Hydroponics"; - dir = 4 + dir = 4; + name = "Hydroponics" }, /turf/open/floor/plasteel/tech, /area/ruin/space/has_grav/singularitylab/civvie) @@ -12813,8 +12819,8 @@ /area/ruin/space/has_grav/singularitylab/civvie) "Wg" = ( /obj/effect/decal/cleanable/blood/drip{ - pixel_y = 11; - pixel_x = 5 + pixel_x = 5; + pixel_y = 11 }, /turf/open/floor/plasteel, /area/ruin/space/has_grav/singularitylab) @@ -12850,11 +12856,11 @@ }, /obj/effect/turf_decal/siding/thinplating, /obj/item/gun/energy/e_gun/smg{ - pixel_y = 6; - pixel_x = 5; - name = "\improper Modified E-TAR SMG"; dry_fire_sound = 'sound/items/ding.ogg'; - dry_fire_text = "ding" + dry_fire_text = "ding"; + name = "\improper Modified E-TAR SMG"; + pixel_x = 5; + pixel_y = 6 }, /turf/open/floor/plasteel, /area/ruin/space/has_grav/singularitylab) @@ -12899,12 +12905,12 @@ }, /obj/structure/table, /obj/item/reagent_containers/food/drinks/soda_cans/sol_dry{ - pixel_y = -3; - pixel_x = -6 + pixel_x = -6; + pixel_y = -3 }, /obj/item/reagent_containers/food/drinks/soda_cans/sodawater{ - pixel_y = 8; - pixel_x = 8 + pixel_x = 8; + pixel_y = 8 }, /turf/open/floor/plasteel, /area/ruin/space/has_grav/singularitylab/lab) @@ -13047,8 +13053,8 @@ icon_state = "4-8" }, /obj/machinery/door/airlock/mining{ - name = "Cargo Bay"; - dir = 4 + dir = 4; + name = "Cargo Bay" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ dir = 4 @@ -13074,8 +13080,8 @@ }, /obj/structure/flora/ausbushes/lavendergrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/civvie) @@ -13097,8 +13103,8 @@ /area/ruin/space/has_grav/singularitylab) "Xa" = ( /obj/machinery/door/airlock/engineering{ - name = "Power Control"; - dir = 8 + dir = 8; + name = "Power Control" }, /obj/structure/cable/yellow{ icon_state = "4-8" @@ -13160,8 +13166,8 @@ /area/ruin/space/has_grav/singularitylab/cargo) "Xn" = ( /obj/machinery/door/airlock{ - name = "Barracks"; - dir = 4 + dir = 4; + name = "Barracks" }, /obj/machinery/door/firedoor/border_only{ dir = 4 @@ -13175,8 +13181,8 @@ /obj/machinery/hydroponics/constructable, /obj/structure/spacevine, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/civvie) @@ -13191,8 +13197,8 @@ }, /obj/structure/flora/ausbushes/fullgrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab/civvie) @@ -13207,8 +13213,8 @@ /area/ruin/space/has_grav/singularitylab/cargo) "Xw" = ( /obj/structure/flippedtable{ - icon_state = ""; - dir = 8 + dir = 8; + icon_state = "" }, /turf/open/floor/plating/asteroid, /area/ruin/space/has_grav/singularitylab) @@ -13273,8 +13279,8 @@ }, /obj/structure/flora/ausbushes/fullgrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -13369,8 +13375,8 @@ /area/ruin/space/has_grav/singularitylab/lab) "Yo" = ( /obj/machinery/door/poddoor{ - id = "singlablas2"; - dir = 4 + dir = 4; + id = "singlablas2" }, /turf/open/floor/engine, /area/ruin/space/has_grav/singularitylab/lab) @@ -13402,8 +13408,8 @@ dir = 10 }, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -13490,9 +13496,9 @@ "YG" = ( /obj/structure/lattice/catwalk, /obj/machinery/button/door{ + dir = 8; id = "singlabcargo2"; name = "Blast Door Control"; - dir = 8; pixel_x = 24 }, /obj/structure/spacevine, @@ -13520,7 +13526,7 @@ }, /obj/structure/lattice, /turf/open/space/basic, -/area/ruin/space/has_grav/singularitylab/reactor) +/area/space/nearstation) "YN" = ( /obj/structure/table, /obj/item/paper_bin, @@ -13557,18 +13563,18 @@ /obj/effect/turf_decal/box, /obj/machinery/light/directional/north, /obj/item/gun/energy/e_gun/smg{ - pixel_y = 6; - pixel_x = 5; - name = "\improper Modified E-TAR SMG"; dry_fire_sound = 'sound/items/ding.ogg'; - dry_fire_text = "ding" + dry_fire_text = "ding"; + name = "\improper Modified E-TAR SMG"; + pixel_x = 5; + pixel_y = 6 }, /obj/item/gun/energy/e_gun/smg{ - pixel_y = 6; - pixel_x = 5; - name = "\improper Modified E-TAR SMG"; dry_fire_sound = 'sound/items/ding.ogg'; - dry_fire_text = "ding" + dry_fire_text = "ding"; + name = "\improper Modified E-TAR SMG"; + pixel_x = 5; + pixel_y = 6 }, /obj/item/gun/energy/laser, /obj/item/gun/energy/laser, @@ -13584,8 +13590,8 @@ /obj/structure/spacevine/dense, /obj/structure/flora/ausbushes/fullgrass, /turf/open/floor/plating/grass/jungle{ - desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; baseturfs = /turf/open/floor/plasteel; + desc = "A patch of overgrown grass. Hints of plasteel plating lay under it."; name = "grass" }, /area/ruin/space/has_grav/singularitylab) @@ -13617,8 +13623,8 @@ /obj/structure/table, /obj/item/paper_bin, /obj/item/pen{ - pixel_y = 2; - pixel_x = -4 + pixel_x = -4; + pixel_y = 2 }, /turf/open/floor/carpet/nanoweave/beige, /area/ruin/space/has_grav/singularitylab/cargo) @@ -13706,8 +13712,8 @@ /area/ruin/space/has_grav/singularitylab) "Zx" = ( /turf/closed/wall{ - name = "structural support"; - desc = "A huge chunk of metal holding the roof of the asteroid at bay" + desc = "A huge chunk of metal holding the roof of the asteroid at bay"; + name = "structural support" }, /area/ruin/space/has_grav/singularitylab/cargo) "Zy" = ( @@ -18278,7 +18284,7 @@ QB pE Rs zP -HR +Ql qU aA aA @@ -18298,7 +18304,7 @@ aA aA aA qU -HR +Ql zP yn pE @@ -18981,7 +18987,7 @@ aA aA aA aA -HR +Ql aA aA aA diff --git a/_maps/RandomRuins/SpaceRuins/spacemall.dmm b/_maps/RandomRuins/SpaceRuins/spacemall.dmm index b42ffdc0a916..dc7fd7e0b454 100644 --- a/_maps/RandomRuins/SpaceRuins/spacemall.dmm +++ b/_maps/RandomRuins/SpaceRuins/spacemall.dmm @@ -936,8 +936,6 @@ /obj/effect/turf_decal/corner/opaque/blue/borderfull, /obj/item/circuitboard/machine/vending, /obj/item/vending_refill/autodrobe, -/obj/item/clothing/shoes/drip, -/obj/item/clothing/under/drip, /turf/open/floor/plasteel, /area/ruin/space/has_grav/spacemall/shop) "dG" = ( @@ -1331,7 +1329,7 @@ /obj/effect/turf_decal/corner/transparent/black/diagonal, /obj/item/paper{ name = "Cheap Kalixcian Phrasebook"; - info = "Rsku suok sz zalo - My sugarcube is full of eels." + default_raw_text = "Rsku suok sz zalo - My sugarcube is full of eels." }, /obj/effect/decal/cleanable/cobweb/cobweb2, /turf/open/floor/plasteel, @@ -2841,7 +2839,6 @@ "kC" = ( /obj/structure/rack, /obj/item/clothing/head/goatpelt, -/obj/item/clothing/head/griffin, /obj/item/clothing/head/hardhat/reindeer, /obj/item/clothing/head/collectable/chef, /obj/item/clothing/head/collectable/HoP, @@ -9028,9 +9025,6 @@ /obj/item/clothing/under/misc/durathread{ pixel_y = -4 }, -/obj/item/clothing/under/misc/overalls, -/obj/item/clothing/under/misc/overalls, -/obj/item/clothing/under/misc/overalls, /obj/item/clothing/under/pants/blackjeans{ pixel_y = 5 }, @@ -12125,9 +12119,6 @@ /obj/item/clothing/under/costume/skeleton{ pixel_y = -3 }, -/obj/item/clothing/under/costume/griffin, -/obj/item/clothing/under/costume/griffin, -/obj/item/clothing/under/costume/griffin, /obj/item/clothing/under/costume/gondola{ pixel_y = 5 }, diff --git a/_maps/RandomRuins/SpaceRuins/transport18.dmm b/_maps/RandomRuins/SpaceRuins/transport18.dmm index 78fadec146b0..45f5392d89e2 100644 --- a/_maps/RandomRuins/SpaceRuins/transport18.dmm +++ b/_maps/RandomRuins/SpaceRuins/transport18.dmm @@ -1246,7 +1246,7 @@ /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt/dust, /obj/item/paper/crumpled/fluff{ - info = "Well, journal, it's just you, me, and twelve tons of beer. Haven't heard back from the engineer in about a day since he cooked up that crazy plan to fuel the thrusters with beer, so I reckon I'll go out with a bang. At least I'll die happy." + default_raw_text = "Well, journal, it's just you, me, and twelve tons of beer. Haven't heard back from the engineer in about a day since he cooked up that crazy plan to fuel the thrusters with beer, so I reckon I'll go out with a bang. At least I'll die happy." }, /obj/item/trash/can{ pixel_x = -7; diff --git a/_maps/RandomRuins/WasteRuins/wasteplanet_abandoned_mechbay.dmm b/_maps/RandomRuins/WasteRuins/wasteplanet_abandoned_mechbay.dmm index 55df97d17056..d91f8f24b4b6 100644 --- a/_maps/RandomRuins/WasteRuins/wasteplanet_abandoned_mechbay.dmm +++ b/_maps/RandomRuins/WasteRuins/wasteplanet_abandoned_mechbay.dmm @@ -27,7 +27,7 @@ /turf/open/floor/plasteel/stairs{ dir = 1 }, -/area/ruin/wasteplanet/abandoned_mechbay) +/area/overmap_encounter/planetoid/cave/explored) "aE" = ( /obj/effect/decal/cleanable/oil, /obj/effect/decal/cleanable/dirt, @@ -54,7 +54,7 @@ dir = 6 }, /turf/open/floor/plating/asteroid/wasteplanet, -/area/ruin/wasteplanet/abandoned_mechbay) +/area/overmap_encounter/planetoid/cave/explored) "aX" = ( /turf/closed/wall/concrete/reinforced, /area/ruin/wasteplanet/abandoned_mechbay/commandcontrol) @@ -91,7 +91,7 @@ /obj/machinery/light/floor, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/concrete/slab_1, -/area/ruin/wasteplanet/abandoned_mechbay) +/area/overmap_encounter/planetoid/cave/explored) "bP" = ( /obj/effect/turf_decal/industrial/stand_clear/white{ dir = 1 @@ -148,7 +148,7 @@ /obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/generic, /turf/open/floor/concrete/slab_1, -/area/ruin/wasteplanet/abandoned_mechbay) +/area/overmap_encounter/planetoid/cave/explored) "cu" = ( /obj/effect/turf_decal/industrial/warning{ dir = 1 @@ -242,7 +242,7 @@ }, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/concrete/slab_1, -/area/ruin/wasteplanet/abandoned_mechbay) +/area/overmap_encounter/planetoid/cave/explored) "ds" = ( /obj/effect/turf_decal/industrial/warning, /obj/effect/turf_decal/arrows{ @@ -313,7 +313,7 @@ /area/ruin/wasteplanet/abandoned_mechbay/engineering) "eb" = ( /turf/open/floor/plating/asteroid/wasteplanet, -/area/ruin/wasteplanet/abandoned_mechbay) +/area/overmap_encounter/planetoid/cave/explored) "ec" = ( /obj/machinery/airalarm/directional/east, /turf/open/floor/plasteel/tech/techmaint, @@ -655,7 +655,7 @@ /obj/effect/turf_decal/industrial/warning, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/concrete/slab_1, -/area/ruin/wasteplanet/abandoned_mechbay) +/area/overmap_encounter/planetoid/cave/explored) "gy" = ( /obj/structure/cable{ icon_state = "1-2" @@ -681,7 +681,7 @@ /obj/machinery/light/floor, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/concrete/slab_1, -/area/ruin/wasteplanet/abandoned_mechbay) +/area/overmap_encounter/planetoid/cave/explored) "gJ" = ( /turf/closed/wall/concrete, /area/ruin/wasteplanet/abandoned_mechbay/engineering) @@ -828,13 +828,13 @@ max_integrity = 70 }, /turf/open/floor/plating/wasteplanet, -/area/ruin/wasteplanet/abandoned_mechbay) +/area/overmap_encounter/planetoid/cave/explored) "ib" = ( /obj/structure/railing/corner{ max_integrity = 70 }, /turf/open/floor/plating/asteroid/wasteplanet, -/area/ruin/wasteplanet/abandoned_mechbay) +/area/overmap_encounter/planetoid/cave/explored) "ir" = ( /obj/effect/turf_decal/trimline/transparent/neutral/filled/warning{ dir = 4 @@ -991,7 +991,7 @@ "kJ" = ( /obj/structure/flora/rock/pile, /turf/open/floor/plating/asteroid/wasteplanet, -/area/ruin/wasteplanet/abandoned_mechbay) +/area/overmap_encounter/planetoid/cave/explored) "kU" = ( /obj/effect/turf_decal/trimline/transparent/neutral/filled/warning{ dir = 4 @@ -1197,7 +1197,7 @@ /turf/open/floor/concrete/slab_4, /area/ruin/wasteplanet/abandoned_mechbay/mainhall) "ms" = ( -/turf/closed/mineral/random/asteroid/wasteplanet, +/turf/closed/mineral/random/wasteplanet, /area/ruin/wasteplanet/abandoned_mechbay) "mx" = ( /obj/machinery/camera/autoname{ @@ -1205,7 +1205,7 @@ }, /obj/machinery/light/directional/south, /turf/open/floor/concrete/slab_1, -/area/ruin/wasteplanet/abandoned_mechbay) +/area/overmap_encounter/planetoid/wasteplanet/explored) "mE" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/shreds, @@ -1312,7 +1312,7 @@ /obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/generic, /turf/open/floor/concrete/slab_1, -/area/ruin/wasteplanet/abandoned_mechbay) +/area/overmap_encounter/planetoid/cave/explored) "om" = ( /obj/effect/turf_decal/trimline/transparent/neutral/filled/warning{ dir = 8 @@ -1401,7 +1401,7 @@ /obj/machinery/light/floor, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/concrete/slab_1, -/area/ruin/wasteplanet/abandoned_mechbay) +/area/overmap_encounter/planetoid/cave/explored) "pT" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 4 @@ -1431,7 +1431,7 @@ dir = 4 }, /turf/open/floor/plating/asteroid/wasteplanet, -/area/ruin/wasteplanet/abandoned_mechbay) +/area/overmap_encounter/planetoid/cave/explored) "qf" = ( /obj/effect/decal/cleanable/oil, /obj/effect/decal/cleanable/dirt/dust, @@ -1461,7 +1461,7 @@ "qJ" = ( /obj/machinery/light/small/directional/south, /turf/open/floor/plating/wasteplanet, -/area/ruin/wasteplanet/abandoned_mechbay) +/area/overmap_encounter/planetoid/cave/explored) "qN" = ( /obj/machinery/computer/rdconsole{ dir = 1 @@ -1599,7 +1599,7 @@ /obj/effect/turf_decal/box, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/concrete/slab_1, -/area/ruin/wasteplanet/abandoned_mechbay) +/area/overmap_encounter/planetoid/cave/explored) "ss" = ( /obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, /obj/machinery/door/poddoor/shutters{ @@ -1739,7 +1739,7 @@ /area/ruin/wasteplanet/abandoned_mechbay/mainhall) "tM" = ( /turf/open/floor/plating/wasteplanet, -/area/ruin/wasteplanet/abandoned_mechbay) +/area/overmap_encounter/planetoid/cave/explored) "tT" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, @@ -1758,9 +1758,7 @@ /area/ruin/wasteplanet/abandoned_mechbay/bay2) "tZ" = ( /turf/open/floor/concrete/slab_1, -/area/ruin/wasteplanet/abandoned_mechbay) -"ub" = ( -/turf/closed/wall) +/area/overmap_encounter/planetoid/wasteplanet/explored) "un" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 1 @@ -1856,7 +1854,7 @@ /obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/generic, /turf/open/floor/concrete/slab_1, -/area/ruin/wasteplanet/abandoned_mechbay) +/area/overmap_encounter/planetoid/cave/explored) "vd" = ( /turf/template_noop, /area/template_noop) @@ -2066,6 +2064,9 @@ }, /turf/open/floor/plasteel/tech/techmaint, /area/ruin/wasteplanet/abandoned_mechbay/crewquarters) +"xz" = ( +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) "xD" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 9 @@ -2143,7 +2144,7 @@ dir = 4 }, /turf/open/floor/plating/asteroid/wasteplanet, -/area/ruin/wasteplanet/abandoned_mechbay) +/area/overmap_encounter/planetoid/cave/explored) "yB" = ( /obj/effect/turf_decal/trimline/opaque/neutral/line{ pixel_y = 8 @@ -2392,7 +2393,7 @@ "BN" = ( /obj/effect/turf_decal/industrial/warning, /turf/open/floor/concrete/slab_1, -/area/ruin/wasteplanet/abandoned_mechbay) +/area/overmap_encounter/planetoid/wasteplanet/explored) "BT" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 10 @@ -2535,7 +2536,7 @@ dir = 8 }, /turf/open/floor/plating/asteroid/wasteplanet, -/area/ruin/wasteplanet/abandoned_mechbay) +/area/overmap_encounter/planetoid/cave/explored) "DM" = ( /obj/structure/cable{ icon_state = "2-4" @@ -2575,7 +2576,7 @@ /obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/concrete/slab_1, -/area/ruin/wasteplanet/abandoned_mechbay) +/area/overmap_encounter/planetoid/cave/explored) "DT" = ( /obj/effect/turf_decal/trimline/transparent/neutral/filled/warning{ dir = 8 @@ -2588,6 +2589,9 @@ "DU" = ( /turf/closed/wall/concrete, /area/ruin/wasteplanet/abandoned_mechbay/mechlab) +"DV" = ( +/turf/closed/mineral/random/wasteplanet, +/area/overmap_encounter/planetoid/cave/explored) "DY" = ( /obj/machinery/door/airlock/engineering{ name = "Mech Lab"; @@ -2782,7 +2786,7 @@ "Hh" = ( /obj/structure/flora/rock, /turf/open/floor/plating/asteroid/wasteplanet, -/area/ruin/wasteplanet/abandoned_mechbay) +/area/overmap_encounter/planetoid/cave/explored) "Hj" = ( /obj/machinery/light/dim/directional/south, /mob/living/simple_animal/hostile/syndicate/melee{ @@ -3266,7 +3270,7 @@ "Mx" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/concrete/slab_1, -/area/ruin/wasteplanet/abandoned_mechbay) +/area/overmap_encounter/planetoid/cave/explored) "ME" = ( /obj/effect/turf_decal/trimline/opaque/neutral/line{ pixel_y = 8 @@ -3338,7 +3342,7 @@ }, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/concrete/slab_1, -/area/ruin/wasteplanet/abandoned_mechbay) +/area/overmap_encounter/planetoid/cave/explored) "MX" = ( /obj/machinery/mech_bay_recharge_port, /obj/effect/decal/cleanable/dirt/dust, @@ -3438,7 +3442,7 @@ "Og" = ( /obj/effect/mine/shrapnel/human_only, /turf/open/floor/plating/asteroid/wasteplanet, -/area/ruin/wasteplanet/abandoned_mechbay) +/area/overmap_encounter/planetoid/cave/explored) "Oj" = ( /obj/structure/table, /obj/effect/spawner/lootdrop/minor/pirate_or_bandana, @@ -3493,13 +3497,13 @@ dir = 1 }, /turf/open/floor/concrete/slab_1, -/area/ruin/wasteplanet/abandoned_mechbay) +/area/overmap_encounter/planetoid/wasteplanet/explored) "Pj" = ( /obj/effect/turf_decal/industrial/warning, /obj/machinery/light/floor, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/concrete/slab_1, -/area/ruin/wasteplanet/abandoned_mechbay) +/area/overmap_encounter/planetoid/cave/explored) "PF" = ( /obj/effect/turf_decal/trimline/transparent/neutral/filled/warning{ dir = 4 @@ -3508,6 +3512,9 @@ /obj/item/radio/intercom/directional/west, /turf/open/floor/plasteel/dark, /area/ruin/wasteplanet/abandoned_mechbay/bay1) +"PK" = ( +/turf/closed/wall, +/area/overmap_encounter/planetoid/cave/explored) "PN" = ( /obj/effect/turf_decal/trimline/transparent/neutral/filled/corner{ dir = 8 @@ -3750,7 +3757,7 @@ /turf/open/floor/plasteel/stairs{ dir = 4 }, -/area/ruin/wasteplanet/abandoned_mechbay) +/area/overmap_encounter/planetoid/cave/explored) "Su" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 4 @@ -3806,7 +3813,7 @@ dir = 1 }, /turf/open/floor/plating/asteroid/wasteplanet, -/area/ruin/wasteplanet/abandoned_mechbay) +/area/overmap_encounter/planetoid/cave/explored) "Tc" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ dir = 1 @@ -3852,7 +3859,7 @@ /obj/effect/turf_decal/box, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/concrete/slab_1, -/area/ruin/wasteplanet/abandoned_mechbay) +/area/overmap_encounter/planetoid/cave/explored) "TH" = ( /obj/effect/turf_decal/trimline/opaque/neutral/filled/warning{ dir = 8 @@ -3888,7 +3895,7 @@ "UH" = ( /obj/machinery/light/small/directional/east, /turf/open/floor/plating/asteroid/wasteplanet, -/area/ruin/wasteplanet/abandoned_mechbay) +/area/overmap_encounter/planetoid/cave/explored) "UK" = ( /obj/effect/mapping_helpers/airlock/locked, /obj/machinery/door/airlock/highsecurity{ @@ -3988,14 +3995,14 @@ /obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/concrete/slab_1, -/area/ruin/wasteplanet/abandoned_mechbay) +/area/overmap_encounter/planetoid/cave/explored) "Wr" = ( /obj/machinery/camera/autoname{ dir = 1 }, /obj/machinery/light/directional/south, /turf/open/floor/concrete/slab_1, -/area/ruin/wasteplanet/abandoned_mechbay) +/area/overmap_encounter/planetoid/wasteplanet/explored) "Wt" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /turf/open/floor/concrete/slab_1, @@ -4005,7 +4012,7 @@ max_integrity = 70 }, /turf/open/floor/plating/asteroid/wasteplanet, -/area/ruin/wasteplanet/abandoned_mechbay) +/area/overmap_encounter/planetoid/cave/explored) "WR" = ( /obj/structure/chair/sofa/corner, /obj/effect/decal/cleanable/blood, @@ -4310,12 +4317,12 @@ vd vd vd vd -ms +DV vd -ms -au -ms -ms +DV +PK +DV +DV vd vd vd @@ -4353,19 +4360,19 @@ vd vd vd vd -ms -ms -ms -ms -ms -ms -ms -ms -ms -ms -ms -ms -ms +DV +DV +DV +DV +DV +DV +DV +DV +DV +DV +DV +DV +DV vd vd vd @@ -4401,21 +4408,21 @@ vd vd vd vd -ms -ms -ms -ms -au -ms -ms -ms -ms -ms -ms -ms -ms -ms -ms +DV +DV +DV +DV +PK +DV +DV +DV +DV +DV +DV +DV +DV +DV +DV vd vd vd @@ -4449,22 +4456,22 @@ vd vd vd vd -ms -ms -au -ms -ms -ms -ms -ms -ms -ms -ms -ms -ms -au -au -ms +DV +DV +PK +DV +DV +DV +DV +DV +DV +DV +DV +DV +DV +PK +PK +DV vd vd vd @@ -4497,27 +4504,27 @@ vd vd vd vd -ms -ms -ms -ms -ms -au -ms -ms -ms -ms +DV +DV +DV +DV +DV +PK +DV +DV +DV +DV eb -ms -ms -ms -ms -au -ms -ms +DV +DV +DV +DV +PK +DV +DV vd vd -au +PK vd vd vd @@ -4545,30 +4552,30 @@ vd vd vd vd -ms -ms -au -ms -ms -ms -ms -ms +DV +DV +PK +DV +DV +DV +DV +DV eb eb tM Hh eb -ms -ms -ms -ms -au -ms -ms +DV +DV +DV +DV +PK +DV +DV vd -ms -ms -ms +DV +DV +DV vd vd vd @@ -4593,13 +4600,13 @@ vd vd vd vd -ms -ms -ms -ms -ms -ms -ms +DV +DV +DV +DV +DV +DV +DV eb tM eb @@ -4609,19 +4616,19 @@ yy yy yy qb -ms -ms -ms -ms -ms -ms -ms -ms -au -ms -ms -ms -ms +DV +DV +DV +DV +DV +DV +DV +DV +PK +DV +DV +DV +DV vd vd vd @@ -4641,13 +4648,13 @@ vd vd vd vd -ms -ms -ms -ms -ms -ms -ms +DV +DV +DV +DV +DV +DV +DV eb kJ eb @@ -4658,20 +4665,20 @@ pG aw pG Tb -ms -ms -ms -ms -ms -ms -ms -ms -ms -ms -au -ms -au -ms +DV +DV +DV +DV +DV +DV +DV +DV +DV +DV +PK +DV +PK +DV vd vd vd @@ -4688,14 +4695,14 @@ vd vd vd vd -ms -ms -ms -ms -ms -ms -ms -ms +DV +DV +DV +DV +DV +DV +DV +DV eb eb tM @@ -4717,10 +4724,10 @@ dR dR eb eb -ms -ms -ms -ms +DV +DV +DV +DV vd vd au @@ -4737,13 +4744,13 @@ vd vd vd vd -ms -ms -ms -au -ms -ms -ms +DV +DV +DV +PK +DV +DV +DV tM eb ib @@ -4766,11 +4773,11 @@ DU dR dR eb -ms -ms -ms -ms -au +DV +DV +DV +DV +PK vd ms vd @@ -4786,11 +4793,11 @@ vd vd vd vd -ms -ms -ms -ms -ms +DV +DV +DV +DV +DV eb Hh tM @@ -4815,13 +4822,13 @@ DU DU dR dR -ms -ms -au -ms -ms -ms -ms +DV +DV +PK +DV +DV +DV +DV vd ms vd @@ -4834,12 +4841,12 @@ vd vd vd vd -ms -ms -ms -ms -ms -ms +DV +DV +DV +DV +DV +DV tM eb tM @@ -4865,14 +4872,14 @@ DU TL dR dR -au -ms -ms -ms -ms -ms -ms -au +PK +DV +DV +DV +DV +DV +DV +PK vd vd "} @@ -4882,12 +4889,12 @@ vd vd vd vd -ms -ms -ms -au -ms -ms +DV +DV +DV +PK +DV +DV tM eb kJ @@ -4915,13 +4922,13 @@ uO Hm dR dR -ms -ms -ms -au -ms -ms -ms +DV +DV +DV +PK +DV +DV +DV vd vd "} @@ -4931,12 +4938,12 @@ vd vd vd vd -ms -ms -ms -ms -ms -ms +DV +DV +DV +DV +DV +DV eb eb Og @@ -4965,12 +4972,12 @@ qq NW dR dR -au -ms -ms -ms -ms -ms +PK +DV +DV +DV +DV +DV ms ms "} @@ -4979,13 +4986,13 @@ vd vd vd vd -ms -ms -ms -au -ms -ms -ms +DV +DV +DV +PK +DV +DV +DV eb eb eb @@ -5015,11 +5022,11 @@ Kj Lv dR dR -ms -ms -ms -ms -ms +DV +DV +DV +DV +DV vd vd "} @@ -5028,13 +5035,13 @@ vd vd vd vd -ms -ms -ms -ms -ms -ms -ms +DV +DV +DV +DV +DV +DV +DV tM eb eb @@ -5064,12 +5071,12 @@ wq wq wq wq -ms -ms -ms -ms -ms -au +DV +DV +DV +DV +DV +PK vd "} (17,1,1) = {" @@ -5077,13 +5084,13 @@ vd vd vd vd -ms -ms -ms -ms -ms -ms -ms +DV +DV +DV +DV +DV +DV +DV eb eb eb @@ -5113,26 +5120,26 @@ QM lt wq wq -ms -au -ms -ms -ms -ms +DV +PK +DV +DV +DV +DV vd "} (18,1,1) = {" vd vd vd -ms -ms -ms -ms -ms -ms -au -ms +DV +DV +DV +DV +DV +DV +PK +DV eb eb eb @@ -5162,26 +5169,26 @@ kD fY wq wq -ms -ms -ms -ms -ms +DV +DV +DV +DV +DV vd vd "} (19,1,1) = {" vd vd -ms -ms -ms -ms -ms -ms -ms -ms -ms +DV +DV +DV +DV +DV +DV +DV +DV +DV tM Hh tM @@ -5211,9 +5218,9 @@ DN IY wq wq -ms -ms -ms +DV +DV +DV vd vd vd @@ -5222,14 +5229,14 @@ vd (20,1,1) = {" vd vd -ms -ms -ms -ms -ms -ms -ms -ms +DV +DV +DV +DV +DV +DV +DV +DV tM eb eb @@ -5260,9 +5267,9 @@ DN Jf wq wq -ms -ms -ms +DV +DV +DV vd vd vd @@ -5271,13 +5278,13 @@ vd (21,1,1) = {" vd vd -ms -au -ms -ms -ms -ms -ms +DV +PK +DV +DV +DV +DV +DV tM eb eb @@ -5309,8 +5316,8 @@ BA pa wq wq -ms -ms +DV +DV vd vd vd @@ -5318,16 +5325,16 @@ vd vd "} (22,1,1) = {" -ms -ms -ms -ms -ms -ms -ms -ms -ms -ms +DV +DV +DV +DV +DV +DV +DV +DV +DV +DV eb eb kJ @@ -5358,8 +5365,8 @@ UK wq wq wq -ms -ms +DV +DV vd vd vd @@ -5367,16 +5374,16 @@ vd vd "} (23,1,1) = {" -ms -ms -ms -ms -ms -au -ms -ms -ms -ms +DV +DV +DV +DV +DV +PK +DV +DV +DV +DV eb eb eb @@ -5407,9 +5414,9 @@ HK sG Hj wq -ms -ms -au +DV +DV +PK vd vd vd @@ -5417,14 +5424,14 @@ vd "} (24,1,1) = {" vd -ms -ms -ms -ms -ms -ms -ms -ms +DV +DV +DV +DV +DV +DV +DV +DV Og eb eb @@ -5456,30 +5463,30 @@ eR vj ec wq -ms -ms -ms -ms -ms +DV +DV +DV +DV +DV vd vd "} (25,1,1) = {" vd vd -ms +DV vd vd -ms -ms -eb +DV +DV +DV eb eb Hh eb Og -ms -ms +DV +DV KG VG VG @@ -5505,11 +5512,11 @@ WT wq wq wq -ms -ms -ms -ms -au +DV +DV +DV +DV +PK vd vd "} @@ -5521,13 +5528,13 @@ vd vd vd vd +DV +xz +xz eb eb -eb -eb -eb -ms -ms +DV +DV KG KG eA @@ -5554,11 +5561,11 @@ Bw fX wq wq -ms -au -ms -ms -ms +DV +PK +DV +DV +DV vd vd "} @@ -5571,11 +5578,11 @@ vd vd vd vd -eb -eb -eb -ms -ms +xz +DV +DV +DV +DV KG KG VG @@ -5603,10 +5610,10 @@ zR Vx wq wq -ms -ms -ms -ms +DV +DV +DV +DV vd vd vd @@ -5621,9 +5628,9 @@ vd vd vd vd -au -ms -ms +PK +DV +DV KG KG Dk @@ -5652,9 +5659,9 @@ Yf qH wq wq -ms -ms -au +DV +DV +PK vd vd vd @@ -5671,8 +5678,8 @@ vd vd vd vd -ms -ms +DV +DV KG VG Om @@ -5701,10 +5708,10 @@ hv tW wq wq -ms -ms +DV +DV vd -ms +DV vd vd vd @@ -5721,7 +5728,7 @@ vd vd vd vd -ms +DV KG VG VG @@ -5750,8 +5757,8 @@ Ec YP wq wq -ms -ms +DV +DV vd vd vd @@ -5770,7 +5777,7 @@ vd vd vd vd -ms +DV aX nF nF @@ -5799,12 +5806,12 @@ wq wq wq wq -ms -ms -ms -ms -ms -ms +DV +DV +DV +DV +DV +DV vd "} (32,1,1) = {" @@ -5818,8 +5825,8 @@ vd vd vd vd -ms -au +DV +PK aX nF XL @@ -5848,10 +5855,10 @@ ET gJ Im Im -ms -au -ms -ms +DV +PK +DV +DV vd vd vd @@ -5865,10 +5872,10 @@ vd vd vd vd -ms -ms -au -ms +DV +DV +PK +DV aX nF JY @@ -5896,11 +5903,11 @@ uQ Vk gJ Im -ms -ms -ms -ms -ub +DV +DV +DV +DV +PK vd vd vd @@ -5914,10 +5921,10 @@ vd vd vd vd -eb -ms -ms -ms +xz +DV +DV +DV aX nF ey @@ -5945,11 +5952,11 @@ uQ Iq gJ Im -ms -au -ms -ms -ms +DV +PK +DV +DV +DV vd vd vd @@ -5963,9 +5970,9 @@ vd vd vd vd -eb -eb -eb +xz +xz +xz mx Qe aX @@ -5994,10 +6001,10 @@ uQ Iq gJ Im -ms -ms -ms -ms +DV +DV +DV +DV vd vd vd @@ -6012,9 +6019,9 @@ vd vd vd vd -eb -eb -eb +xz +xz +xz tZ Pi Sm @@ -6043,9 +6050,9 @@ uQ Hn gJ Im -ms -ms -ms +DV +DV +DV vd vd vd @@ -6061,9 +6068,9 @@ vd vd vd vd -eb -eb -eb +xz +xz +xz tZ BN VC @@ -6092,10 +6099,10 @@ Js CM gJ Im -ms -ms -au -ms +DV +DV +PK +DV vd vd vd @@ -6110,9 +6117,9 @@ vd vd vd vd -eb -eb -eb +xz +xz +xz tZ Pi hj @@ -6141,11 +6148,11 @@ iB CM gJ Im -ms -ms -ms -ms -ms +DV +DV +DV +DV +DV vd vd vd @@ -6159,9 +6166,9 @@ vd vd vd vd -eb -eb -eb +xz +xz +xz Wr AT uu @@ -6190,10 +6197,10 @@ Im Im Im Im -ms -ms -ms -ms +DV +DV +DV +DV vd vd vd @@ -6209,39 +6216,39 @@ vd vd vd vd -ms -ms -ms +DV +DV +DV uu -ms -ms -au -ms -ms -ms -ms -ms -au -ms -ms -ms -ms -ms -ms -ms -ms -ms -ms +DV +DV +PK +DV +DV +DV +DV +DV +PK +DV +DV +DV +DV +DV +DV +DV +DV +DV +DV Im Ad Im -ms -ms -ms -ms -ms -au -ms +DV +DV +DV +DV +DV +PK +DV vd vd vd @@ -6258,38 +6265,38 @@ vd vd vd vd -ms -ms -ms +DV +DV +DV uu -ms -ms -ms -ms -ms -au -ms -ms -ms -ms -ms -au -ms -vd -ms -ms -ms -ms -ms +DV +DV +DV +DV +DV +PK +DV +DV +DV +DV +DV +PK +DV +vd +DV +DV +DV +DV +DV Im Im Im -au -ms -ms -ms -ms -ms +PK +DV +DV +DV +DV +DV vd vd vd @@ -6306,38 +6313,38 @@ vd vd vd vd -ms -ms -ms -ms -ms -ms -au -ms -ms -ms -ms -au -ms -ms -ms -ms -ms +DV +DV +DV +DV +DV +DV +PK +DV +DV +DV +DV +PK +DV +DV +DV +DV +DV vd vd -au -ms -ms -ms -ms -ms -ms -ms -ms -ms -au -ms -ms +PK +DV +DV +DV +DV +DV +DV +DV +DV +DV +PK +DV +DV vd vd vd @@ -6361,30 +6368,30 @@ vd vd vd vd -ms +DV vd -ms -ms +DV +DV vd -ms -ms -ms -au +DV +DV +DV +PK vd -ms -ms +DV +DV vd vd vd -au -ms +PK +DV vd vd -ms +DV vd -ms -ms -ms +DV +DV +DV vd vd vd @@ -6411,28 +6418,28 @@ vd vd vd vd -ms +DV vd vd -ms +DV vd vd -au -ms +PK +DV vd vd -ms +DV vd vd vd vd vd -au -ms +PK +DV vd vd -au -ms +PK +DV vd vd vd @@ -6463,7 +6470,7 @@ vd vd vd vd -ms +DV vd vd vd @@ -6482,7 +6489,7 @@ vd vd vd vd -au +PK vd vd vd diff --git a/_maps/RandomRuins/WasteRuins/wasteplanet_clowncrash.dmm b/_maps/RandomRuins/WasteRuins/wasteplanet_clowncrash.dmm index c25c177a6dbb..ae2434a3ca45 100644 --- a/_maps/RandomRuins/WasteRuins/wasteplanet_clowncrash.dmm +++ b/_maps/RandomRuins/WasteRuins/wasteplanet_clowncrash.dmm @@ -4,19 +4,19 @@ dir = 9 }, /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/cave/explored) "b" = ( /obj/machinery/modular_computer/console/preset/civilian, /obj/effect/decal/cleanable/cobweb, /turf/open/floor/noslip, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/cave/explored) "c" = ( /obj/machinery/power/floodlight, /obj/structure/cable{ icon_state = "0-4" }, /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/cave/explored) "d" = ( /obj/item/grown/bananapeel, /obj/structure/cable{ @@ -26,7 +26,7 @@ icon_state = "1-8" }, /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/cave/explored) "e" = ( /obj/machinery/power/smes/shuttle/precharged{ dir = 1 @@ -38,7 +38,7 @@ icon_state = "0-2" }, /turf/open/floor/plating, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/cave/explored) "f" = ( /obj/effect/decal/cleanable/oil/slippery, /obj/item/grown/bananapeel, @@ -46,96 +46,96 @@ icon_state = "2-4" }, /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/cave/explored) "g" = ( /obj/structure/fence/door, /obj/item/toy/snappop/phoenix, /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/cave/explored) "h" = ( /obj/machinery/door/airlock/titanium, /obj/item/toy/snappop/phoenix, /turf/open/floor/noslip, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/cave/explored) "i" = ( /obj/structure/table/reinforced, /obj/item/flashlight/lamp/bananalamp, /obj/machinery/power/terminal, /obj/structure/cable, /turf/open/floor/noslip, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/cave/explored) "j" = ( /mob/living/simple_animal/bot/honkbot, /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/cave/explored) "k" = ( -/turf/closed/mineral/random/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/turf/closed/mineral/random/wasteplanet, +/area/overmap_encounter/planetoid/cave/explored) "l" = ( /obj/item/grown/bananapeel, /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/cave/explored) "m" = ( /obj/structure/fence/corner{ dir = 6 }, /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/cave/explored) "o" = ( /obj/structure/table/reinforced, /obj/item/bikehorn/airhorn, /obj/item/nullrod/clown, /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/cave/explored) "q" = ( /obj/structure/cable{ icon_state = "0-2" }, /obj/effect/turf_decal/box/white, /turf/open/floor/noslip, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/cave/explored) "r" = ( /obj/structure/table/reinforced, /obj/item/stack/ore/bananium, /turf/open/floor/plating/asteroid, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/cave/explored) "s" = ( /obj/structure/sign/poster/official/foam_force_ad, /turf/closed/wall/mineral/titanium, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/cave/explored) "t" = ( /obj/item/bedsheet/clown, /obj/structure/bed, /turf/open/floor/noslip, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/cave/explored) "u" = ( /obj/structure/mecha_wreckage/honker, /obj/effect/decal/cleanable/greenglow, /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/cave/explored) "w" = ( /obj/structure/sign/poster/contraband/clown, /turf/closed/wall/mineral/titanium, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/cave/explored) "x" = ( /obj/structure/chair/comfy/shuttle{ dir = 1 }, /mob/living/simple_animal/hostile/retaliate/clown, /turf/open/floor/noslip, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/cave/explored) "y" = ( /obj/structure/sign/poster/official/high_class_martini, /turf/closed/wall/mineral/titanium, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/cave/explored) "z" = ( /obj/structure/window/reinforced/fulltile/shuttle, /obj/structure/grille, /turf/open/floor/noslip, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/cave/explored) "B" = ( /turf/closed/wall/mineral/titanium, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/cave/explored) "C" = ( /obj/structure/cable{ icon_state = "1-8" @@ -144,36 +144,36 @@ icon_state = "1-2" }, /turf/open/floor/noslip, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/cave/explored) "D" = ( /obj/item/wrench, /obj/structure/rack, /obj/item/stack/sheet/mineral/plasma/five, /obj/item/stack/sheet/mineral/plasma/five, /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/cave/explored) "E" = ( /obj/machinery/power/shuttle/engine/electric{ dir = 1 }, /obj/structure/cable, /turf/open/floor/plating, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/cave/explored) "F" = ( /obj/structure/fence{ dir = 8 }, /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/cave/explored) "G" = ( /obj/structure/cable{ icon_state = "1-8" }, /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/cave/explored) "H" = ( /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/cave/explored) "I" = ( /obj/item/clothing/suit/space/hardsuit/clown, /obj/item/clothing/head/helmet/space/hardsuit/clown, @@ -181,39 +181,39 @@ /obj/machinery/power/terminal, /obj/structure/cable, /turf/open/floor/noslip, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/cave/explored) "J" = ( /obj/machinery/power/floodlight, /obj/structure/cable{ icon_state = "0-8" }, /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/cave/explored) "K" = ( /obj/structure/closet/crate/trashcart, /obj/effect/spawner/lootdrop/maintenance/seven, /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/cave/explored) "L" = ( /obj/structure/fence/corner, /turf/open/floor/plating/asteroid/wasteplanet, -/area/template_noop) +/area/overmap_encounter/planetoid/cave/explored) "M" = ( /obj/structure/fence, /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/cave/explored) "N" = ( /obj/effect/decal/cleanable/oil/slippery, /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/cave/explored) "O" = ( /obj/structure/table/reinforced, /obj/item/pickaxe/drill, /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/cave/explored) "P" = ( /turf/open/floor/noslip, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/cave/explored) "Q" = ( /turf/template_noop, /area/template_noop) @@ -223,44 +223,44 @@ icon_state = "0-2" }, /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/cave/explored) "S" = ( /obj/structure/cable{ icon_state = "4-8" }, /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/cave/explored) "T" = ( /obj/structure/fence/corner{ dir = 8 }, /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/cave/explored) "U" = ( /obj/structure/fence{ dir = 4 }, /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/cave/explored) "V" = ( /obj/structure/cable{ icon_state = "2-4" }, /turf/open/floor/noslip, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/cave/explored) "W" = ( /obj/structure/table/reinforced, /obj/item/seeds/banana/bluespace, /obj/item/circuitboard/computer/arcade/orion_trail, /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/cave/explored) "X" = ( /obj/effect/decal/cleanable/oil/slippery, /obj/structure/cable{ icon_state = "4-8" }, /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/cave/explored) "Y" = ( /obj/structure/statue/bananium/clown, /obj/effect/decal/cleanable/cobweb/cobweb2, @@ -269,12 +269,12 @@ }, /obj/structure/window/reinforced/survival_pod, /turf/open/floor/noslip, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/cave/explored) "Z" = ( /obj/structure/table/reinforced, /obj/item/reagent_containers/food/snacks/honkdae, /turf/open/floor/plating/asteroid, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/cave/explored) (1,1,1) = {" Q diff --git a/_maps/RandomRuins/WasteRuins/wasteplanet_crash_kitchen.dmm b/_maps/RandomRuins/WasteRuins/wasteplanet_crash_kitchen.dmm index 7290a4b06c7f..393526f59bec 100644 --- a/_maps/RandomRuins/WasteRuins/wasteplanet_crash_kitchen.dmm +++ b/_maps/RandomRuins/WasteRuins/wasteplanet_crash_kitchen.dmm @@ -182,11 +182,11 @@ /area/ruin/unpowered) "ut" = ( /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/wasteplanet/explored) "uM" = ( /obj/effect/decal/fakelattice, /turf/open/floor/plating/asteroid/wasteplanet, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "vc" = ( /obj/structure/cable{ icon_state = "4-8" @@ -205,7 +205,7 @@ /turf/open/floor/plating{ icon_state = "platingdmg2" }, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "wG" = ( /obj/structure/girder, /obj/structure/girder, @@ -293,6 +293,11 @@ }, /turf/open/floor/plasteel/white, /area/ruin/unpowered) +"EU" = ( +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/overmap_encounter/planetoid/wasteplanet/explored) "Fq" = ( /obj/item/electronics/apc, /turf/open/floor/plating{ @@ -373,6 +378,11 @@ icon_state = "panelscorched" }, /area/ruin/unpowered) +"Qz" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/overmap_encounter/planetoid/wasteplanet/explored) "QS" = ( /obj/structure/chair/comfy/teal, /obj/machinery/airalarm/directional/north, @@ -533,8 +543,8 @@ uM uM uM wq -jX -sQ +Qz +EU uM uM ut diff --git a/_maps/RandomRuins/WasteRuins/wasteplanet_fortress_of_solitide.dmm b/_maps/RandomRuins/WasteRuins/wasteplanet_fortress_of_solitide.dmm index b13527261b7a..66ab48f18a92 100644 --- a/_maps/RandomRuins/WasteRuins/wasteplanet_fortress_of_solitide.dmm +++ b/_maps/RandomRuins/WasteRuins/wasteplanet_fortress_of_solitide.dmm @@ -357,7 +357,7 @@ /obj/structure/headpike, /obj/effect/decal/cleanable/generic, /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/wasteplanet/explored) "dv" = ( /obj/structure/reagent_dispensers/water_cooler, /turf/open/floor/plating/rust, @@ -401,7 +401,7 @@ /area/ruin/powered) "dT" = ( /obj/structure/table/wood, -/obj/machinery/photocopier/faxmachine, +/obj/machinery/fax, /turf/open/floor/plating, /area/ruin/powered) "dU" = ( @@ -752,7 +752,7 @@ "gW" = ( /obj/structure/table/wood, /obj/item/paper/crumpled{ - info = "Please leave money and pawned items on this table. Thank you! -R"; + default_raw_text = "Please leave money and pawned items on this table. Thank you! -R"; pixel_x = 5; pixel_y = 4 }, @@ -1195,7 +1195,7 @@ "ll" = ( /obj/structure/headpike, /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/wasteplanet/explored) "lp" = ( /obj/effect/decal/cleanable/blood/old, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ @@ -1664,7 +1664,7 @@ "oW" = ( /obj/structure/flora/rock, /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/wasteplanet/explored) "oX" = ( /obj/structure/sign/poster/contraband/pgf, /turf/closed/wall/rust, @@ -1846,16 +1846,6 @@ /obj/item/clothing/suit/toggle/owlwings/griffinwings{ pixel_y = 5 }, -/obj/item/clothing/shoes/griffin{ - pixel_x = -1; - pixel_y = -6 - }, -/obj/item/clothing/under/costume/griffin{ - pixel_y = 2 - }, -/obj/item/clothing/head/griffin{ - pixel_y = 13 - }, /obj/effect/spawner/lootdrop/maintenance, /turf/open/floor/plating/rust, /area/ruin/powered) @@ -2037,7 +2027,7 @@ "sB" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/item/paper/crumpled{ - info = "You know you want to do it. Give in to your pyromaniacal urges. DO IT." + default_raw_text = "You know you want to do it. Give in to your pyromaniacal urges. DO IT." }, /turf/open/floor/plating/rust, /area/ruin/powered) @@ -2152,7 +2142,7 @@ "tR" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/wasteplanet/explored) "tT" = ( /obj/machinery/door/airlock/maintenance{ name = "The Barracks" @@ -2757,7 +2747,7 @@ "zG" = ( /obj/item/gun/ballistic/automatic/pistol/commander, /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/wasteplanet/explored) "zK" = ( /turf/closed/indestructible/reinforced, /area/ruin/powered) @@ -3420,7 +3410,7 @@ }, /obj/effect/decal/cleanable/blood/old, /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/wasteplanet/explored) "Fl" = ( /obj/effect/decal/cleanable/robot_debris, /mob/living/simple_animal/hostile/rat{ @@ -3676,7 +3666,7 @@ }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/wasteplanet/explored) "In" = ( /obj/effect/decal/cleanable/blood/tracks{ dir = 4 @@ -3727,7 +3717,7 @@ /area/ruin/powered) "IA" = ( /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/wasteplanet/explored) "IB" = ( /obj/item/storage/fancy/cigarettes/cigpack_robustgold, /turf/open/floor/plating, @@ -3742,7 +3732,7 @@ "IG" = ( /obj/structure/table, /obj/item/paper/crumpled{ - info = "Everything on a table or in a container is altogether 100 credits or an item of equivalent value." + default_raw_text = "Everything on a table or in a container is altogether 100 credits or an item of equivalent value." }, /turf/open/floor/plating, /area/ruin/powered) @@ -4086,7 +4076,7 @@ /obj/effect/decal/cleanable/vomit/old, /obj/effect/decal/cleanable/blood/old, /obj/item/paper/crumpled/bloody{ - info = "this place is hell. im done. meet me there, guys."; + default_raw_text = "this place is hell. im done. meet me there, guys."; pixel_x = -8; pixel_y = 6 }, @@ -4736,7 +4726,7 @@ /obj/structure/headpike, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/wasteplanet/explored) "SC" = ( /obj/machinery/door/airlock/maintenance{ dir = 4 diff --git a/_maps/RandomRuins/WasteRuins/wasteplanet_ore_proccessing_facility.dmm b/_maps/RandomRuins/WasteRuins/wasteplanet_ore_proccessing_facility.dmm index cdf8afc5809b..e251b79dc713 100644 --- a/_maps/RandomRuins/WasteRuins/wasteplanet_ore_proccessing_facility.dmm +++ b/_maps/RandomRuins/WasteRuins/wasteplanet_ore_proccessing_facility.dmm @@ -178,7 +178,7 @@ "lW" = ( /obj/structure/flora/rock/pile, /turf/open/floor/plating/asteroid/wasteplanet, -/area/ruin/powered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "mg" = ( /obj/effect/mob_spawn/human/corpse/cargo_tech, /obj/machinery/light/small/directional/north, @@ -602,7 +602,7 @@ /area/ruin/powered) "Lp" = ( /turf/open/floor/plating/asteroid/wasteplanet, -/area/ruin/powered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "LN" = ( /obj/machinery/conveyor/auto{ dir = 8; diff --git a/_maps/RandomRuins/WasteRuins/wasteplanet_pod.dmm b/_maps/RandomRuins/WasteRuins/wasteplanet_pod.dmm index e62116ca468c..aadddfe1c2af 100644 --- a/_maps/RandomRuins/WasteRuins/wasteplanet_pod.dmm +++ b/_maps/RandomRuins/WasteRuins/wasteplanet_pod.dmm @@ -5,99 +5,99 @@ "f" = ( /obj/structure/closet/crate/grave/loot, /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/wasteplanet/explored) "g" = ( /turf/open/floor/pod/dark, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/wasteplanet/explored) "h" = ( /obj/effect/decal/cleanable/blood/old, /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/wasteplanet/explored) "j" = ( /obj/structure/table/reinforced, /obj/item/gun/energy/plasmacutter/adv, /turf/open/floor/pod/dark, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/wasteplanet/explored) "l" = ( /obj/machinery/stasis/survival_pod, /obj/effect/decal/cleanable/cobweb, /turf/open/floor/pod/dark, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/wasteplanet/explored) "m" = ( /obj/structure/ore_box, /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/wasteplanet/explored) "n" = ( /obj/structure/table/reinforced, /obj/structure/closet/secure_closet/freezer/gulag_fridge, /turf/open/floor/pod/dark, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/wasteplanet/explored) "o" = ( /obj/machinery/smartfridge/survival_pod, /turf/open/floor/pod/dark, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/wasteplanet/explored) "r" = ( /obj/effect/decal/fakelattice, /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/wasteplanet/explored) "u" = ( /obj/structure/closet/secure_closet/miner/unlocked, /turf/open/floor/pod/dark, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/wasteplanet/explored) "v" = ( /obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/wasteplanet/explored) "w" = ( /mob/living/simple_animal/hostile/asteroid/goliath/beast/ancient/crystal, /turf/open/floor/pod/dark, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/wasteplanet/explored) "x" = ( /obj/effect/decal/cleanable/blood/old, /turf/open/floor/pod/dark, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/wasteplanet/explored) "A" = ( /obj/effect/decal/remains/human, /turf/open/floor/pod/dark, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/wasteplanet/explored) "C" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/closet/emcloset/anchored, /obj/effect/decal/fakelattice, /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/wasteplanet/explored) "I" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/pod/dark, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/wasteplanet/explored) "J" = ( /obj/effect/decal/cleanable/oil/slippery, /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/wasteplanet/explored) "M" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/pod/dark, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/wasteplanet/explored) "Q" = ( /turf/closed/wall/mineral/titanium/survival/pod, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/wasteplanet/explored) "T" = ( /obj/structure/closet/crate/miningcar, /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/wasteplanet/explored) "X" = ( /obj/structure/table/reinforced, /obj/machinery/microwave, /turf/open/floor/pod/dark, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/wasteplanet/explored) "Z" = ( /obj/structure/table/reinforced, /obj/item/t_scanner/adv_mining_scanner, /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/cobweb/cobweb2, /turf/open/floor/pod/dark, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/wasteplanet/explored) (1,1,1) = {" Q diff --git a/_maps/RandomRuins/WasteRuins/wasteplanet_tarpit.dmm b/_maps/RandomRuins/WasteRuins/wasteplanet_tarpit.dmm index 552fd5006b34..945c2a49521a 100644 --- a/_maps/RandomRuins/WasteRuins/wasteplanet_tarpit.dmm +++ b/_maps/RandomRuins/WasteRuins/wasteplanet_tarpit.dmm @@ -2,40 +2,40 @@ "ax" = ( /obj/effect/decal/cleanable/blood/old, /turf/open/floor/concrete/slab_1, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "bQ" = ( /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "cb" = ( /obj/effect/turf_decal/road, /obj/effect/turf_decal/road/stripes, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "ci" = ( /obj/structure/fence/door, /turf/open/floor/plating/asteroid/wasteplanet, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "cA" = ( /obj/effect/turf_decal/number/one, /turf/open/floor/concrete, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "cS" = ( /obj/effect/turf_decal/road{ dir = 1 }, /obj/item/grenade/frag, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "cT" = ( /obj/structure/barricade/sandbags, /obj/effect/turf_decal/road, /obj/effect/turf_decal/road/stripes, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "dl" = ( /obj/effect/turf_decal/road/line/edge/opaque/yellow, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "dp" = ( /obj/structure/flippedtable, /turf/open/floor/concrete, @@ -46,42 +46,42 @@ }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "dU" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/concrete/slab_1, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "eh" = ( /obj/structure/fence, /turf/open/floor/plating/asteroid/wasteplanet, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "eC" = ( /obj/effect/turf_decal/number/one{ dir = 1 }, /turf/open/floor/concrete, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "eN" = ( /obj/structure/barricade/sandbags, /obj/effect/turf_decal/road{ dir = 8 }, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "ff" = ( /turf/open/floor/concrete, /area/ruin/unpowered) "gj" = ( /obj/item/gun/ballistic/automatic/pistol/commander/no_mag, /turf/open/floor/plating/asteroid/wasteplanet, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "gn" = ( /obj/effect/turf_decal/road{ dir = 1 }, /obj/structure/barricade/sandbags, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "gT" = ( /obj/effect/turf_decal/road{ dir = 8 @@ -90,15 +90,15 @@ dir = 4 }, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "hT" = ( /obj/structure/marker_beacon, /turf/open/floor/concrete, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "iB" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/concrete, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "iH" = ( /obj/structure/barricade/sandbags, /obj/effect/turf_decal/road{ @@ -106,40 +106,40 @@ }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "iM" = ( /obj/structure/fence/corner{ dir = 9 }, /turf/open/floor/plating/asteroid/wasteplanet, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "iN" = ( /obj/effect/turf_decal/road/line/edge/opaque/yellow{ dir = 1 }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/asteroid/wasteplanet, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "iV" = ( /obj/effect/turf_decal/road/line/opaque/yellow{ dir = 8 }, /obj/structure/barricade/sandbags, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "jf" = ( /obj/structure/fence/corner, /turf/open/floor/plating/asteroid/wasteplanet, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "kj" = ( /obj/structure/marker_beacon, /obj/effect/decal/cleanable/dirt, /turf/open/floor/concrete, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "ku" = ( /obj/effect/turf_decal/industrial/hatch, /turf/open/floor/concrete, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "kV" = ( /obj/vehicle/ridden/atv, /obj/effect/turf_decal/siding/white{ @@ -154,7 +154,7 @@ /obj/effect/turf_decal/road/line/edge/opaque/yellow, /obj/effect/decal/cleanable/dirt, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "mk" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/concrete, @@ -165,7 +165,7 @@ }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "my" = ( /obj/machinery/light/dim/directional/south, /turf/open/floor/concrete, @@ -180,15 +180,15 @@ dir = 4 }, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "oc" = ( /obj/item/reagent_containers/glass/bucket, /turf/open/floor/plating/asteroid/wasteplanet, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "qe" = ( /obj/structure/barricade/sandbags, /turf/open/floor/concrete/slab_1, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "qI" = ( /obj/structure/barricade/sandbags, /obj/effect/turf_decal/road{ @@ -196,7 +196,7 @@ }, /obj/effect/turf_decal/road/stripes, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "rb" = ( /obj/effect/turf_decal/industrial/warning{ dir = 1 @@ -209,44 +209,44 @@ dir = 8 }, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "rV" = ( /obj/effect/turf_decal/road/line/edge/opaque/yellow{ dir = 4 }, /obj/effect/decal/cleanable/blood/old, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "sE" = ( /obj/effect/turf_decal/road{ dir = 1 }, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "sW" = ( /obj/effect/turf_decal/road/line/opaque/yellow, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "th" = ( /obj/effect/turf_decal/road/line/edge/opaque/yellow{ dir = 8 }, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "ts" = ( /obj/effect/turf_decal/road/line/opaque/yellow{ dir = 1 }, /obj/effect/decal/cleanable/blood/old, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "tH" = ( /obj/effect/turf_decal/road{ dir = 4 }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "ub" = ( /obj/effect/turf_decal/siding/white{ dir = 4 @@ -257,7 +257,7 @@ /obj/effect/turf_decal/road, /obj/structure/barricade/sandbags, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "uA" = ( /obj/machinery/door/poddoor/shutters, /turf/open/floor/concrete/tiles, @@ -270,38 +270,41 @@ dir = 4 }, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "uO" = ( /obj/effect/turf_decal/road/line/edge/opaque/yellow{ dir = 4 }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "vp" = ( /obj/effect/turf_decal/road/stop{ dir = 8 }, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "vT" = ( /obj/effect/turf_decal/road/line/opaque/yellow, /obj/structure/barricade/sandbags, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "wz" = ( /obj/structure/fence/corner{ dir = 10 }, /turf/open/floor/plating/asteroid/wasteplanet, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) +"wI" = ( +/turf/open/floor/concrete, +/area/overmap_encounter/planetoid/wasteplanet/explored) "wN" = ( /obj/effect/turf_decal/road{ dir = 8 }, /obj/effect/decal/cleanable/blood/old, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "wR" = ( /obj/structure/table, /obj/item/weldingtool/hugetank/empty, @@ -316,7 +319,7 @@ }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "xF" = ( /obj/effect/turf_decal/industrial/warning{ dir = 1 @@ -328,14 +331,14 @@ dir = 4 }, /turf/open/floor/plating/asteroid/wasteplanet, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "xQ" = ( /turf/template_noop, /area/template_noop) "xV" = ( /obj/effect/turf_decal/road, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "xZ" = ( /obj/effect/turf_decal/siding/white{ dir = 4 @@ -349,7 +352,7 @@ }, /obj/effect/decal/cleanable/dirt/dust, /obj/item/paper{ - info = "First, take a scoop out of the pit. Go ahead,d try it out! Second, mix it with raw cement. Then simply add some sand to it, doesn't matter. Then you got yourself some pavement. Simply pour it on some catwalk and you got yourself some roadway. More efficent this way too. Enjoy. On a side note, I hear something outside, better check that out. I'll finish his later." + default_raw_text = "First, take a scoop out of the pit. Go ahead,d try it out! Second, mix it with raw cement. Then simply add some sand to it, doesn't matter. Then you got yourself some pavement. Simply pour it on some catwalk and you got yourself some roadway. More efficent this way too. Enjoy. On a side note, I hear something outside, better check that out. I'll finish his later." }, /turf/open/floor/concrete, /area/ruin/unpowered) @@ -359,7 +362,7 @@ }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "yW" = ( /obj/machinery/light/dim/directional/east, /turf/open/floor/concrete, @@ -369,13 +372,13 @@ dir = 4 }, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "zU" = ( /obj/effect/turf_decal/number/one{ dir = 1 }, /turf/open/floor/plating/asteroid/wasteplanet, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "AO" = ( /obj/machinery/light/dim/directional/west, /turf/open/floor/concrete, @@ -383,12 +386,12 @@ "Bk" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/concrete/slab_1, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "BB" = ( /obj/effect/turf_decal/road/line/edge/opaque/yellow, /obj/item/clothing/head/helmet, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "BS" = ( /obj/structure/flippedtable, /obj/effect/decal/cleanable/dirt/dust, @@ -397,13 +400,13 @@ "Cj" = ( /obj/structure/barricade/sandbags, /turf/open/floor/plating/asteroid/wasteplanet, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "Di" = ( /obj/effect/turf_decal/road/line/edge/opaque/yellow{ dir = 4 }, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "DC" = ( /obj/effect/turf_decal/road{ dir = 4 @@ -411,26 +414,26 @@ /obj/structure/barricade/sandbags, /obj/effect/decal/cleanable/dirt, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "Eh" = ( /obj/effect/turf_decal/road/edge{ dir = 1 }, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "Eu" = ( /obj/effect/turf_decal/road{ dir = 8 }, /obj/structure/barricade/sandbags, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "EX" = ( /obj/effect/turf_decal/road/stripes{ dir = 8 }, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "Ff" = ( /obj/structure/sign/warning/fire{ pixel_y = 32 @@ -443,7 +446,7 @@ /obj/effect/turf_decal/road/line/opaque/yellow, /obj/effect/decal/cleanable/dirt, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "Hv" = ( /obj/effect/turf_decal/road/line/edge/opaque/yellow{ dir = 8 @@ -451,53 +454,53 @@ /obj/effect/decal/cleanable/dirt, /obj/item/clothing/head/helmet, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "Hw" = ( /obj/effect/turf_decal/road, /obj/effect/decal/cleanable/dirt, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "Io" = ( /obj/structure/barricade/sandbags, /obj/effect/turf_decal/road/stop, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "Jo" = ( /obj/effect/turf_decal/road/line/opaque/yellow, /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "JF" = ( /obj/effect/turf_decal/road/line/edge/opaque/yellow{ dir = 4 }, /obj/effect/turf_decal/road/stripes, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "JI" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/asteroid/wasteplanet, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "JZ" = ( /obj/effect/turf_decal/road/line/opaque/yellow{ dir = 1 }, /obj/structure/barricade/sandbags, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "Ka" = ( /obj/effect/turf_decal/road/line/edge/opaque/yellow{ dir = 1 }, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "Kd" = ( /obj/effect/turf_decal/road/line/opaque/yellow{ dir = 1 }, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "KX" = ( /turf/closed/wall/concrete, /area/ruin/unpowered) @@ -507,7 +510,7 @@ }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "Lm" = ( /obj/effect/turf_decal/road{ dir = 4 @@ -516,7 +519,7 @@ dir = 8 }, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "LY" = ( /obj/structure/barricade/sandbags, /turf/open/floor/concrete, @@ -527,20 +530,20 @@ }, /obj/structure/barricade/sandbags, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "Pu" = ( /obj/effect/turf_decal/road/line/edge/opaque/yellow{ dir = 8 }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "PD" = ( /obj/effect/turf_decal/road{ dir = 9 }, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "PF" = ( /obj/effect/turf_decal/siding/white{ dir = 4 @@ -555,40 +558,40 @@ }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "Re" = ( /obj/effect/turf_decal/road{ dir = 6 }, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "Rw" = ( /obj/effect/turf_decal/number/one{ dir = 1 }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/concrete, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "Ry" = ( /obj/effect/turf_decal/road/line/edge/opaque/yellow{ dir = 4 }, /obj/structure/barricade/sandbags, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "RO" = ( /obj/effect/turf_decal/road/stop{ dir = 4 }, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "RP" = ( /obj/effect/turf_decal/road{ dir = 1 }, /obj/effect/turf_decal/road/stripes, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "RT" = ( /obj/structure/table, /obj/effect/decal/cleanable/dirt/dust, @@ -599,13 +602,13 @@ dir = 8 }, /turf/open/floor/plating/asteroid/wasteplanet, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "Ty" = ( /obj/structure/fence/corner{ dir = 4 }, /turf/open/floor/plating/asteroid/wasteplanet, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "UZ" = ( /obj/structure/table, /obj/item/pickaxe/drill, @@ -617,7 +620,7 @@ /obj/structure/barricade/sandbags, /obj/effect/turf_decal/road/stripes, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "VD" = ( /obj/structure/table, /turf/open/floor/concrete, @@ -626,10 +629,10 @@ /obj/effect/turf_decal/road/line/edge/opaque/yellow, /obj/effect/turf_decal/road/stripes, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "Wr" = ( /turf/open/floor/plating/asteroid/wasteplanet, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "WP" = ( /obj/effect/turf_decal/road/line/edge/opaque/yellow{ dir = 1 @@ -637,13 +640,13 @@ /obj/effect/decal/cleanable/blood/old, /obj/item/gun/ballistic/automatic/pistol/commander/no_mag, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "Xn" = ( /obj/effect/turf_decal/road{ dir = 8 }, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "XC" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/dirt/dust, @@ -655,7 +658,7 @@ }, /obj/item/clothing/head/helmet, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "XT" = ( /obj/effect/turf_decal/road{ dir = 8 @@ -664,48 +667,48 @@ dir = 8 }, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "Yc" = ( /obj/effect/turf_decal/road{ dir = 4 }, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "YB" = ( /turf/open/water/tar, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "YO" = ( /obj/effect/turf_decal/road/line/edge/opaque/yellow{ dir = 4 }, /obj/item/clothing/head/helmet, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "YX" = ( /turf/open/floor/concrete/slab_1, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "Zc" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "Zk" = ( /obj/effect/turf_decal/road/edge, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "Zo" = ( /obj/effect/turf_decal/road/line/opaque/yellow{ dir = 4 }, /obj/structure/barricade/sandbags, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) "ZV" = ( /obj/effect/turf_decal/road/edge{ dir = 1 }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/concrete/pavement, -/area/ruin/unpowered) +/area/overmap_encounter/planetoid/wasteplanet/explored) (1,1,1) = {" xQ @@ -1017,7 +1020,7 @@ YX kj Rw iB -ff +wI cA hT YX @@ -1047,10 +1050,10 @@ Wr Xn YX Wr -ff +wI iB iB -ff +wI ku Wr Yc @@ -1079,10 +1082,10 @@ JZ Eu Cj ku -ff +wI iB -ff -ff +wI +wI ku YX Yc @@ -1111,10 +1114,10 @@ mr xt qe ku -ff +wI iB -ff -ff +wI +wI ku Bk xM @@ -1175,8 +1178,8 @@ Kd Xn qe ku -ff -ff +wI +wI iB Wr ku @@ -1207,8 +1210,8 @@ Ka gj qe ku -ff -ff +wI +wI iB iB ku @@ -1240,9 +1243,9 @@ Xn YX ku iB -ff -ff -ff +wI +wI +wI ku YX Yc @@ -1272,8 +1275,8 @@ Xn YX hT Rw -ff -ff +wI +wI cA hT YX @@ -1305,8 +1308,8 @@ Wr ku JI iB -ff -ff +wI +wI ku Wr tH @@ -1335,7 +1338,7 @@ th Xn Bk ku -ff +wI Wr iB Wr @@ -1367,10 +1370,10 @@ yG xt Bk ku -ff +wI Wr -ff -ff +wI +wI ku YX Yc @@ -1400,7 +1403,7 @@ Xn Wr hT zU -ff +wI Wr cA hT @@ -1432,8 +1435,8 @@ Xn YX ku Wr -ff -ff +wI +wI Wr Wr YX @@ -1463,10 +1466,10 @@ Kd Xn YX ku -ff +wI Wr Wr -ff +wI ku Bk iH @@ -1496,8 +1499,8 @@ Xn Bk Wr Wr -ff -ff +wI +wI Wr ku Wr @@ -1623,10 +1626,10 @@ sE Re YX ku -ff +wI xQ xQ -ff +wI xQ xQ Yc diff --git a/_maps/RandomRuins/WasteRuins/wasteplanet_tradepost.dmm b/_maps/RandomRuins/WasteRuins/wasteplanet_tradepost.dmm index 7efd9f552188..63cedb497f90 100644 --- a/_maps/RandomRuins/WasteRuins/wasteplanet_tradepost.dmm +++ b/_maps/RandomRuins/WasteRuins/wasteplanet_tradepost.dmm @@ -53,7 +53,7 @@ "gA" = ( /obj/effect/decal/cleanable/glass, /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/wasteplanet/explored) "im" = ( /obj/structure/rack, /obj/effect/spawner/lootdrop/donkpockets, @@ -71,13 +71,13 @@ /obj/structure/cable, /obj/structure/statue/sandstone/assistant, /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/wasteplanet/explored) "kf" = ( /obj/structure/ore_box, /obj/effect/decal/cleanable/dirt/dust, /obj/effect/turf_decal/industrial/warning/full, /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/wasteplanet/explored) "kF" = ( /obj/structure/closet/crate/bin, /turf/open/floor/plating, @@ -95,16 +95,16 @@ "mj" = ( /obj/structure/fluff/oldturret, /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/wasteplanet/explored) "mK" = ( /obj/structure/marker_beacon, /turf/open/floor/plating/rust, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/wasteplanet/explored) "np" = ( /obj/structure/cable, /obj/machinery/power/floodlight, /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/wasteplanet/explored) "nw" = ( /obj/effect/decal/cleanable/plasma, /turf/open/floor/plating, @@ -120,7 +120,7 @@ "pc" = ( /obj/structure/marker_beacon, /turf/open/floor/plating, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/wasteplanet/explored) "pl" = ( /obj/machinery/vending/snack, /turf/open/floor/plating, @@ -171,7 +171,7 @@ /obj/effect/turf_decal/industrial/warning/full, /obj/item/stack/sheet/mineral/plasma/five, /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/wasteplanet/explored) "uc" = ( /obj/machinery/door/airlock/shuttle, /turf/open/floor/pod/light, @@ -197,14 +197,14 @@ "wM" = ( /obj/item/bot_assembly/medbot, /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/wasteplanet/explored) "yd" = ( /obj/structure/statue/sandstone/assistant, /obj/structure/cable{ icon_state = "4-9" }, /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/wasteplanet/explored) "ym" = ( /turf/open/floor/plating/rust, /area/ruin/unpowered) @@ -236,7 +236,7 @@ "Ag" = ( /obj/effect/decal/cleanable/oil, /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/wasteplanet/explored) "Ba" = ( /obj/structure/door_assembly/door_assembly_highsecurity, /obj/structure/cable{ @@ -261,11 +261,11 @@ /obj/mecha/working/ripley/cargo, /obj/effect/turf_decal/industrial/warning/full, /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/wasteplanet/explored) "CC" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating/rust, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/wasteplanet/explored) "De" = ( /turf/template_noop, /area/template_noop) @@ -295,7 +295,7 @@ "Hm" = ( /obj/effect/decal/fakelattice, /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/wasteplanet/explored) "IN" = ( /obj/structure/grille, /obj/effect/spawner/structure/window/shuttle, @@ -307,11 +307,11 @@ icon_state = "0-8" }, /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/wasteplanet/explored) "IZ" = ( /obj/effect/decal/cleanable/robot_debris, /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/wasteplanet/explored) "Jh" = ( /obj/machinery/power/terminal{ dir = 8 @@ -327,13 +327,13 @@ "LG" = ( /obj/effect/turf_decal/industrial/warning/full, /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/wasteplanet/explored) "LO" = ( /obj/structure/closet/crate, /obj/effect/turf_decal/industrial/warning/full, /obj/item/stack/sheet/mineral/plasma/five, /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/wasteplanet/explored) "Ma" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/oil, @@ -342,11 +342,11 @@ "MR" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/wasteplanet/explored) "Nl" = ( /obj/effect/decal/cleanable/greenglow, /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/wasteplanet/explored) "OC" = ( /obj/structure/chair/comfy/shuttle{ dir = 1 @@ -410,14 +410,14 @@ /area/ruin/unpowered) "Sn" = ( /turf/open/floor/plating, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/wasteplanet/explored) "SE" = ( /obj/effect/decal/cleanable/food/tomato_smudge, /turf/open/floor/plating/rust, /area/ruin/unpowered) "Tk" = ( /turf/open/floor/plating/rust, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/wasteplanet/explored) "Tl" = ( /obj/effect/decal/cleanable/glass, /turf/open/floor/plating, @@ -430,7 +430,7 @@ /obj/item/stack/sheet/mineral/plasma, /obj/item/stack/sheet/mineral/plasma, /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/wasteplanet/explored) "Ue" = ( /turf/closed/wall/rust, /area/ruin/unpowered) @@ -445,7 +445,7 @@ /area/ruin/unpowered) "Ya" = ( /turf/open/floor/plating/asteroid/wasteplanet, -/area/overmap_encounter/planetoid/rockplanet/explored) +/area/overmap_encounter/planetoid/wasteplanet/explored) "YH" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/structure/chair/plastic, diff --git a/_maps/RandomRuins/WasteRuins/wasteplanet_unhonorable.dmm b/_maps/RandomRuins/WasteRuins/wasteplanet_unhonorable.dmm index 65f068c1164b..37b6d1321dd1 100644 --- a/_maps/RandomRuins/WasteRuins/wasteplanet_unhonorable.dmm +++ b/_maps/RandomRuins/WasteRuins/wasteplanet_unhonorable.dmm @@ -6,82 +6,89 @@ /obj/structure/sign/warning/radiation, /turf/closed/wall/r_wall, /area/ruin) +"d" = ( +/obj/structure/radioactive, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/ruin) "e" = ( /obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating/asteroid/rockplanet/lit, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/ruin) +"g" = ( +/turf/open/floor/plating/asteroid/wasteplanet, /area/ruin) "i" = ( /obj/effect/gibspawner, -/turf/open/floor/plating/asteroid/rockplanet/lit, +/turf/open/floor/plating/asteroid/wasteplanet, /area/ruin) "j" = ( /obj/item/grenade/syndieminibomb, /obj/item/ammo_box/magazine/aknt, -/turf/open/floor/plating/asteroid/rockplanet/lit, +/turf/open/floor/plating/asteroid/wasteplanet, /area/ruin) "k" = ( /obj/structure/radioactive/stack, -/turf/open/floor/plating/asteroid/rockplanet/lit, -/area/ruin) +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) "l" = ( /obj/structure/table/reinforced, /obj/item/ammo_box/magazine/aknt{ pixel_x = -15; pixel_y = -9 }, -/turf/open/floor/plating/asteroid/rockplanet/lit, +/turf/open/floor/plating/asteroid/wasteplanet, /area/ruin) "m" = ( /obj/effect/radiation, -/turf/open/floor/plating/asteroid/rockplanet/lit, -/area/ruin) +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) "n" = ( /obj/item/ammo_box/magazine/aknt, -/turf/open/floor/plating/asteroid/rockplanet/lit, +/turf/open/floor/plating/asteroid/wasteplanet, /area/ruin) "o" = ( /obj/structure/fence/door, -/turf/open/floor/plating/asteroid/rockplanet/lit, -/area/ruin) +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) "p" = ( /obj/item/stack/sheet/mineral/uranium/five, /obj/effect/mine/shrapnel, -/turf/open/floor/plating/asteroid/rockplanet/lit, +/turf/open/floor/plating/asteroid/wasteplanet, /area/ruin) "q" = ( /obj/structure/table/reinforced, /obj/item/gun/ballistic/automatic/assualt/ak47/nt, -/turf/open/floor/plating/asteroid/rockplanet/lit, +/turf/open/floor/plating/asteroid/wasteplanet, /area/ruin) "r" = ( /obj/item/stack/sheet/mineral/uranium/five, -/turf/open/floor/plating/asteroid/rockplanet/lit, +/turf/open/floor/plating/asteroid/wasteplanet, /area/ruin) "s" = ( /obj/structure/fence/corner{ dir = 10 }, -/turf/open/floor/plating/asteroid/rockplanet/lit, -/area/ruin) +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) "t" = ( /obj/item/stack/sheet/mineral/uranium/five, /obj/structure/radioactive/stack, -/turf/open/floor/plating/asteroid/rockplanet/lit, +/turf/open/floor/plating/asteroid/wasteplanet, /area/ruin) "v" = ( /obj/machinery/door/airlock/vault, /obj/effect/mapping_helpers/airlock/locked, -/turf/open/floor/plating/asteroid/rockplanet/lit, +/turf/open/floor/plating/asteroid/wasteplanet, /area/ruin/powered) "x" = ( /obj/item/stack/sheet/mineral/uranium/five, /obj/structure/radioactive, -/turf/open/floor/plating/asteroid/rockplanet/lit, +/turf/open/floor/plating/asteroid/wasteplanet, /area/ruin) "y" = ( /obj/structure/table/reinforced, /obj/item/gun/energy/e_gun/nuclear, -/turf/open/floor/plating/asteroid/rockplanet/lit, +/turf/open/floor/plating/asteroid/wasteplanet, /area/ruin) "z" = ( /obj/structure/sign/warning/radiation, @@ -90,7 +97,7 @@ "A" = ( /obj/item/grenade/frag, /obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating/asteroid/rockplanet/lit, +/turf/open/floor/plating/asteroid/wasteplanet, /area/ruin) "B" = ( /turf/closed/wall/r_wall/rust, @@ -98,11 +105,15 @@ "C" = ( /obj/item/ammo_box/magazine/aknt, /obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating/asteroid/rockplanet/lit, +/turf/open/floor/plating/asteroid/wasteplanet, /area/ruin) "D" = ( /obj/structure/fence, -/turf/open/floor/plating/asteroid/rockplanet/lit, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"E" = ( +/obj/effect/radiation, +/turf/open/floor/plating/asteroid/wasteplanet, /area/ruin) "F" = ( /turf/closed/wall/r_wall, @@ -110,40 +121,40 @@ "G" = ( /obj/item/stack/sheet/mineral/uranium/five, /obj/effect/gibspawner, -/turf/open/floor/plating/asteroid/rockplanet/lit, +/turf/open/floor/plating/asteroid/wasteplanet, /area/ruin) "H" = ( /obj/item/grenade/stingbang, -/turf/open/floor/plating/asteroid/rockplanet/lit, +/turf/open/floor/plating/asteroid/wasteplanet, /area/ruin) "I" = ( /obj/item/flashlight/lantern, -/turf/open/floor/plating/asteroid/rockplanet/lit, +/turf/open/floor/plating/asteroid/wasteplanet, /area/ruin) "K" = ( /obj/effect/mine/shrapnel, -/turf/open/floor/plating/asteroid/rockplanet/lit, -/area/ruin) +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) "L" = ( /obj/structure/sign/warning/radiation, -/turf/open/floor/plating/asteroid/rockplanet/lit, -/area/ruin) +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) "M" = ( -/turf/open/floor/plating/asteroid/rockplanet/lit, -/area/ruin) +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) "O" = ( /obj/structure/marker_beacon, -/turf/open/floor/plating/asteroid/rockplanet/lit, -/area/ruin) +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) "P" = ( /obj/effect/gibspawner, /obj/structure/radioactive/waste, -/turf/open/floor/plating/asteroid/rockplanet/lit, +/turf/open/floor/plating/asteroid/wasteplanet, /area/ruin) "Q" = ( /obj/structure/fence/corner, -/turf/open/floor/plating/asteroid/rockplanet/lit, -/area/ruin) +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) "R" = ( /obj/effect/decal/remains/human, /obj/effect/decal/cleanable/blood/old, @@ -151,24 +162,28 @@ /obj/item/clothing/head/radiation{ pixel_y = 8 }, -/turf/open/floor/plating/asteroid/rockplanet/lit, -/area/ruin) +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) "S" = ( /obj/structure/sign/warning/longtermwaste{ pixel_y = 32 }, /obj/structure/radioactive, -/turf/open/floor/plating/asteroid/rockplanet/lit, -/area/ruin) +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) "U" = ( /obj/structure/radioactive, -/turf/open/floor/plating/asteroid/rockplanet/lit, -/area/ruin) +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) "W" = ( /obj/structure/fence{ dir = 8 }, -/turf/open/floor/plating/asteroid/rockplanet/lit, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"Z" = ( +/obj/effect/mine/shrapnel, +/turf/open/floor/plating/asteroid/wasteplanet, /area/ruin) (1,1,1) = {" @@ -213,7 +228,7 @@ a B B x -U +d e i t @@ -231,11 +246,11 @@ a (4,1,1) = {" B B -U +d G -M +g j -M +g F B S @@ -271,8 +286,8 @@ F B q A -m -M +E +g I B O @@ -292,7 +307,7 @@ l n i C -K +Z v M M @@ -310,7 +325,7 @@ F r p H -M +g i B O @@ -327,10 +342,10 @@ O F F P -M +g e r -U +d B F M diff --git a/_maps/configs/independent_beluga.json b/_maps/configs/independent_beluga.json index dcbcba91b54d..8c4a50db50d6 100644 --- a/_maps/configs/independent_beluga.json +++ b/_maps/configs/independent_beluga.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json", - "map_name": "Beluga-Class Transport", + "map_name": "Beluga-class Transport", "prefix": "ISV", "namelists": ["CRUISE", "NATURAL"], "map_short_name": "Beluga-class", diff --git a/_maps/configs/independent_halftrack.json b/_maps/configs/independent_halftrack.json index 65d63f6df6cc..8dcb1f4cba25 100644 --- a/_maps/configs/independent_halftrack.json +++ b/_maps/configs/independent_halftrack.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json", - "map_name": "Halftrack-Class Merchant Vessel", + "map_name": "Halftrack-class Merchant Vessel", "prefix": "ISV", "namelists": [ "MERCANTILE", diff --git a/_maps/configs/independent_masinyane.json b/_maps/configs/independent_masinyane.json index 4c4cdd330ecb..0d5a6a26e984 100644 --- a/_maps/configs/independent_masinyane.json +++ b/_maps/configs/independent_masinyane.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json", - "map_name": "Masinyane-Class Personal Shuttle", - "map_short_name": "Masinyane-Class", + "map_name": "Masinyane-class Personal Shuttle", + "map_short_name": "Masinyane-class", "description": "The Masinyane is the sports car of space, with the price tag to match. Staggeringly fast and equipped with top of the line gear, Masinyanes are generally found in the hands of lone pilots with far more money than sense. The Masinyane was only ever produced in very limited numbers, and a series of fraud investigations involving a complex web of production contractors and shell companies have effectively put a halt to any further production. As such, they are exceedingly rare even in the core worlds – on the Frontier, they are practically non-existent.", "tags": [ "Generalist" diff --git a/_maps/configs/independent_mudskipper.json b/_maps/configs/independent_mudskipper.json new file mode 100644 index 000000000000..b7aff1138267 --- /dev/null +++ b/_maps/configs/independent_mudskipper.json @@ -0,0 +1,36 @@ +{ + "$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json", + "map_name": "Mudskipper-class Salvage Clipper", + "map_short_name": "Mudskipper-class", + "prefix": "ISV", + "description": "One of the cheapest (and yet, inexplicably popular) offerings from Miskilamo Spacefaring, the Mudskipper-class is a vessel purpose-built for enterprising scrappers and looters looking to salvage bombed-out ruins and harvest boatloads of materials. Featuring a diverse set of multipurpose rooms, a charitable supply of EVA/ruin raiding equipment, and a set of anti-radiation gear for dealing with industrial accidents, the Mudskipper-class just keeps on chuggin’!", + "tags": [ + "Combat", + "Engineering", + "Specialist" + ], + "namelists": [ + "GENERAL", + "SPACE" + ], + "map_path": "_maps/shuttles/shiptest/independent_mudskipper.dmm", + "roundstart": true, + "limit": 2, + "starting_funds": 1500, + "job_slots": { + "Salvage Leader": { + "outfit": "/datum/outfit/job/captain", + "officer": true, + "slots": 1 + }, + "Salvagee": { + "outfit": "/datum/outfit/job/engineer/independent/ship_engineer/salvage", + "slots": 2 + }, + "Salvage Technician": { + "outfit": "/datum/outfit/job/engineer/gloved", + "slots": 1 + } + }, + "enabled": true +} diff --git a/_maps/configs/independent_nemo.json b/_maps/configs/independent_nemo.json index 38a86fbcb523..5296c2d663c6 100644 --- a/_maps/configs/independent_nemo.json +++ b/_maps/configs/independent_nemo.json @@ -38,7 +38,7 @@ "slots": 1 }, "Ship Engineer": { - "outfit": "/datum/outfit/job/engineer/maintenancetechnician", + "outfit": "/datum/outfit/job/engineer", "slots": 1 }, "Atmospheric Technician": { @@ -54,5 +54,5 @@ "slots": 1 } }, - "enabled": true + "enabled": false } diff --git a/_maps/configs/independent_scav.json b/_maps/configs/independent_scav.json deleted file mode 100644 index 0564e6182766..000000000000 --- a/_maps/configs/independent_scav.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json", - "map_name": "Scav-class Drifter", - "map_short_name": "Scav-class", - "prefix": "ISV", - "description": "One of the cheapest (and yet, inexplicably popular) offerings from Miskilamo Spacefaring, the Scav-class is a compact, speedy vessel purpose-built for enterprising scrappers and looters looking to salvage bombed-out ruins and harvest boatloads of ore. Featuring an ‘innovative’ open-floor plan, a charitable supply of EVA/ruin raiding equipment, and some exotic implements of healing or death-dealing, the Scav-class just keeps on chuggin’!", - "tags": [ - "Generalist" - ], - "namelists": [ - "NATURAL", - "SPACE" - ], - "map_path": "_maps/shuttles/shiptest/independent_scav.dmm", - "roundstart": true, - "job_slots": { - "Salvage Leader": { - "outfit": "/datum/outfit/job/captain", - "officer": true, - "slots": 1 - }, - "Salvage Technician": { - "outfit": "/datum/outfit/job/engineer/maintenancetechnician", - "slots": 1 - }, - "Salvage Doctor": { - "outfit": "/datum/outfit/job/doctor/juniordoctor", - "slots": 1 - }, - "Salvagee": { - "outfit": "/datum/outfit/job/assistant/engineeringspecialist", - "slots": 1 - } - }, - "enabled": true -} diff --git a/_maps/configs/independent_shepherd.json b/_maps/configs/independent_shepherd.json index 69c44f33341b..39249ac48314 100644 --- a/_maps/configs/independent_shepherd.json +++ b/_maps/configs/independent_shepherd.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json", - "map_name": "Shepherd-Class Space Monastery", + "map_name": "Shepherd-class Space Monastery", "map_short_name": "Shepherd-class", "description": "Best suited to the vast array of the galaxy’s pilgrims, proselytizers and prophets, the Shephard-class is, in essence, a massive mobile monastery. With a great grassy grove dominating the center of the ship, a torturously tempered temple and a brutalist, yet bountiful botany set-up, the Shepherd is well suited to a large crew eager to preach, purify and pull in new followers.", "tags": [ diff --git a/_maps/configs/independent_tranquility.json b/_maps/configs/independent_tranquility.json index 0d86be477344..f56ad1bbd1f3 100644 --- a/_maps/configs/independent_tranquility.json +++ b/_maps/configs/independent_tranquility.json @@ -30,7 +30,7 @@ "slots": 1 }, "Engineering Tenant": { - "outfit": "/datum/outfit/job/engineer/electrician", + "outfit": "/datum/outfit/job/engineer", "slots": 1 }, "Tenant": { diff --git a/_maps/configs/inteq_colossus.json b/_maps/configs/inteq_colossus.json index 3447d5c54034..b88ae1b0a76b 100644 --- a/_maps/configs/inteq_colossus.json +++ b/_maps/configs/inteq_colossus.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json", - "map_name": "Colossus-Class Armored Frigate", + "map_name": "Colossus-class Armored Frigate", "prefix": "IRMV", "description": "The mainstay of Inteq’s mercenary fleet, the Colossus is a professionally-militarized freighter like most of Inteq’s ships, and is designed to operate independently for some time, serving IRMG’s interests and providing vital mercenary services wherever they are needed. Key features include a secure and well-stocked armory and ample crew space, as well as a spacious cargo bay, which crews often refurbish into additional recreational or training space.", "tags": [ diff --git a/_maps/configs/inteq_hound.json b/_maps/configs/inteq_hound.json index 9e41959ae6b9..d31c8b3f2588 100644 --- a/_maps/configs/inteq_hound.json +++ b/_maps/configs/inteq_hound.json @@ -1,5 +1,5 @@ { - "map_name": "Hound-Class Corvette", + "map_name": "Hound-class Corvette", "prefix": "IRMV", "namelists": [ "MYTHOLOGICAL", @@ -30,5 +30,5 @@ "slots": 3 } }, - "enabled": true + "enabled": false } diff --git a/_maps/configs/inteq_talos.json b/_maps/configs/inteq_talos.json index 4ec40fe76812..42b254885685 100644 --- a/_maps/configs/inteq_talos.json +++ b/_maps/configs/inteq_talos.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json", - "map_name": "Talos-Class Command Clipper", + "map_name": "Talos-class Command Clipper", "prefix": "IRMV", "description": "The Talos is a command and support ship, and a rare example of a purpose-built Inteq ship. Outfitted with an abundance of construction and engineering equipment and a private bluespace communications suite capable of networking IRMG ships across any given system, Taloses are often the lynchpin of coordinated IRMG operations in a system, and offer construction and repair services as part of IRMG’s mercenary offerings. As Talos crews place a larger emphasis on support personnel, they tend to be less well-armed than other Inteq crews. One unusual feature of the Talos is its depressurized “wings” filled with redundant baffles, intended to provide extra durability in the case of impacts or weapons fire. They also double as auxiliary storage space and potential room for modification by their enterprising Artificer crews.", "tags": [ diff --git a/_maps/configs/inteq_vaquero.json b/_maps/configs/inteq_vaquero.json new file mode 100644 index 000000000000..8cd4224faa16 --- /dev/null +++ b/_maps/configs/inteq_vaquero.json @@ -0,0 +1,45 @@ +{ + "$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json", + "map_name": "Vaquero-class Light Frigate", + "prefix": "IRMV", + "description": "The Vaquero is a flexible and cheap military conversion of a light commercial freighter, widely used by Inteq Risk Management Group for picket, reconnaissance, and light escort duty, or for contracts that don't warrant a larger, more specialized ship. Unlike most Inteq ships, the Vaquero features basic medical, engineering, and military equipment all in one package, and its minimal crew requirements are an excellent fit for Vanguards with a smaller command and for training missions. Like its peers, it features a large cargo bay, which can be reconfigured as needed.", + "tags": [ + "Generalist" + ], + "namelists": [ + "BEASTS", + "INTEQ" + ], + "map_short_name": "Vaquero-class", + "map_path": "_maps/shuttles/shiptest/inteq_vaquero.dmm", + "limit": 1, + "job_slots": { + "Vanguard": { + "outfit": "/datum/outfit/job/captain/inteq/naked", + "officer": true, + "slots": 1 + }, + "Master At Arms": { + "outfit": "/datum/outfit/job/warden/inteq", + "officer": true, + "slots": 1 + }, + "Artificer": { + "outfit": "/datum/outfit/job/engineer/inteq", + "slots": 1 + }, + "Corpsman": { + "outfit": "/datum/outfit/job/paramedic/inteq", + "slots": 1 + }, + "Enforcer": { + "outfit": "/datum/outfit/job/security/inteq", + "slots": 1 + }, + "Recruit": { + "outfit": "/datum/outfit/job/assistant/inteq", + "slots": 2 + } + }, + "enabled": true +} diff --git a/_maps/configs/minutemen_asclepius.json b/_maps/configs/minutemen_asclepius.json index 26a145841792..e2f80e40dc11 100644 --- a/_maps/configs/minutemen_asclepius.json +++ b/_maps/configs/minutemen_asclepius.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json", - "map_name": "Asclepius-Class Hospital Ship", + "map_name": "Asclepius-class Hospital Ship", "prefix": "CMSV", "description": "The Asclepius is a medical vessel employed by the CMM. Much in CMM fashion it features tight hallways and moderately sized personal quarters. Well stocked in medical supplies, this vessel is known for its capability of fulfilling extensive treatment for patients in sectors where such treatment is otherwise scarce. Stocked with a cryo lab, a morgue, a chemlab, and surgery room, the Asclepius rarely finds difficulty when provided all measures both preventative and restorative.", "tags": [ diff --git a/_maps/configs/minutemen_cepheus.json b/_maps/configs/minutemen_cepheus.json index 8712a34b127a..ee275e7e5d10 100644 --- a/_maps/configs/minutemen_cepheus.json +++ b/_maps/configs/minutemen_cepheus.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json", - "map_name": "Cepheus-Class Mech Carrier", + "map_name": "Cepheus-class Mech Carrier", "prefix": "CMSV", "description": "The Cepheus is the go-to for the CMM whenever it wishes to deploy vessels capable of creating anything in the realm robotica. These vessels are deployed to sectors full of scrap and salvageable material, stocked with armament for their salvagers and a mechanical laboratory for their mechanical engineers. Crews on Cepheus ships are typically treated to somewhat crammed together quarters and tight schedules of collection and production.", "tags": [ diff --git a/_maps/configs/minutemen_vela.json b/_maps/configs/minutemen_vela.json index 4829166a56d6..86b7818ba1f8 100644 --- a/_maps/configs/minutemen_vela.json +++ b/_maps/configs/minutemen_vela.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json", - "map_name": "Vela-Class Industrial Cruiser", + "map_name": "Vela-class Industrial Cruiser", "prefix": "CMGSV", "namelists": ["GENERAL", "MYTHOLOGICAL", "BEASTS"], "description": "The Vela-Class is the designation for a series of semi-modular industrial cruisers created by the Colonial Minutemen in the early 440s. While the original design was created almost exclusively for extracting minerals from asteroid belts, modern examples tend to take on a multi-mission role, with the most common configuration being a mech hanger, and research pod. The ship itself often sees long deployments that encourage modification, leading to Velas taking on a personality as their crews leave their mark.", @@ -9,7 +9,7 @@ "Construction", "Science" ], - "map_short_name": "Vela-Class", + "map_short_name": "Vela-class", "starting_funds": 1000, "map_path": "_maps/shuttles/shiptest/minutemen_vela.dmm", "limit": 1, diff --git a/_maps/configs/nanotrasen_mimir.json b/_maps/configs/nanotrasen_mimir.json index 310b9962b63d..a0ba21e4df19 100644 --- a/_maps/configs/nanotrasen_mimir.json +++ b/_maps/configs/nanotrasen_mimir.json @@ -6,7 +6,7 @@ "NATURAL_AGGRESSIVE", "BEASTS" ], - "map_name": "Mimir-Class Rehabillitation Vessel", + "map_name": "Mimir-class Rehabillitation Vessel", "map_short_name": "Mimir-class", "description": "The Mimir-class are Nanotrasen “patient” transfer and holding ships. Nanotrasen deploys Mimirs to hold those they’ve interned, often in ruined or otherwise out-of-the-way sectors. This both minimizes the chances of the “patients” escaping and drastically lowers the incentive to do so in the first place, as it keeps them stuck in the middle of nowhere until Central Command is ready to pick them up and process them. While “patients” are largely kept in cryogenic storage, regulations and medical necessity both require occasional thawing. As such, the Mimir comes with a host of “rehabilitative” activities for the “patients” as well as a light security detail to manage them.", "tags": [ diff --git a/_maps/configs/nanotrasen_powerrangers.json b/_maps/configs/nanotrasen_ranger.json similarity index 62% rename from _maps/configs/nanotrasen_powerrangers.json rename to _maps/configs/nanotrasen_ranger.json index 4549e153a81b..e71839db2893 100644 --- a/_maps/configs/nanotrasen_powerrangers.json +++ b/_maps/configs/nanotrasen_ranger.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json", "prefix": "NTSV", - "map_name": "Nanotrasen Ranger-class Aid Vessel", + "map_name": "Ranger-class Aid Vessel", "namelists": [ "NANOTRASEN", "NATURAL_AGGRESSIVE", @@ -18,45 +18,29 @@ "Generalist" ], "starting_funds": 4000, - "map_path": "_maps/shuttles/shiptest/nanotrasen_powerrangers.dmm", + "map_path": "_maps/shuttles/shiptest/nanotrasen_ranger.dmm", "limit": 1, "job_slots": { "LP Lieutenant": { - "outfit": "/datum/outfit/job/lp/lieutenant", + "outfit": "/datum/outfit/job/captain/nt/lp_lieutenant", "officer": true, "slots": 1 }, - "Commissioner": { - "outfit": "/datum/outfit/job/lp/commissioner", - "slots": 1 - }, "LP Engineering Specialist": { - "outfit": "/datum/outfit/job/lp/engineer", + "outfit": "/datum/outfit/job/engineer/lp", "slots": 1 }, "LP Security Specialist": { - "outfit": "/datum/outfit/job/lp/security", + "outfit": "/datum/outfit/job/security/lp", "slots": 1 }, "LP Medical Specialist": { - "outfit": "/datum/outfit/job/lp/medic", - "slots": 1 - }, - "Medical Doctor": { "outfit": "/datum/outfit/job/doctor/lp", "slots": 1 }, - "Bartender": { - "outfit": "/datum/outfit/job/bartender/lp", + "Intern": { + "outfit": "/datum/outfit/job/assistant", "slots": 1 - }, - "Researcher": { - "outfit": "/datum/outfit/job/scientist/lp", - "slots": 2 - }, - "Miner": { - "outfit": "/datum/outfit/job/miner/lp", - "slots": 2 } }, "enabled": true diff --git a/_maps/configs/pirate_ember.json b/_maps/configs/pirate_ember.json index ef23ccd8ef3b..78c60f95e28b 100644 --- a/_maps/configs/pirate_ember.json +++ b/_maps/configs/pirate_ember.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json", - "map_name": "Ember-Class Pirate Raider", + "map_name": "Ember-class Pirate Raider", "prefix": "ISV", "namelists": [ "PIRATES", diff --git a/_maps/configs/pirate_noderider.json b/_maps/configs/pirate_noderider.json index 4a004bdee87e..aa005f85b7cf 100644 --- a/_maps/configs/pirate_noderider.json +++ b/_maps/configs/pirate_noderider.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json", - "map_name": "Jupiter-Class Stormrider", - "map_short_name": "Jupiter-Class", + "map_name": "Jupiter-class Stormrider", + "map_short_name": "Jupiter-class", "prefix": "ISV", "namelists": [ "INSTALLATION", diff --git a/_maps/configs/solgov_chronicle.json b/_maps/configs/solgov_chronicle.json index aed35c98daa0..2f2043eaec73 100644 --- a/_maps/configs/solgov_chronicle.json +++ b/_maps/configs/solgov_chronicle.json @@ -40,8 +40,8 @@ }, "Scribe": { "outfit": "/datum/outfit/job/solgov/assistant", - "slots" : 1 + "slots" : 2 } }, - "enabled": false + "enabled": true } diff --git a/_maps/configs/solgov_paracelsus.json b/_maps/configs/solgov_paracelsus.json index 4550b6d56f15..b10439c6db02 100644 --- a/_maps/configs/solgov_paracelsus.json +++ b/_maps/configs/solgov_paracelsus.json @@ -19,8 +19,8 @@ "officer": true, "slots": 1 }, - "Bureaucrat": { - "outfit": "/datum/outfit/job/solgov/bureaucrat", + "Overseer": { + "outfit": "/datum/outfit/job/solgov/overseer", "officer": true, "slots": 1 }, @@ -32,14 +32,23 @@ "outfit": "/datum/outfit/job/solgov/engineer", "slots": 1 }, + "Psychologist": { + "outfit": "/datum/outfit/job/solgov/psychologist", + "slots": 1 + }, "Field Engineer": { "outfit": "/datum/outfit/job/solgov/miner", - "slots": 1 + "slots": 2 }, "Scribe": { "outfit": "/datum/outfit/job/solgov/assistant", "slots" : 3 + }, + "Attentive Care Patient": { + "outfit": "/datum/outfit/job/solgov/patient", + "slots" : 3 } + }, "enabled": true } diff --git a/_maps/configs/syndicate_aegis.json b/_maps/configs/syndicate_aegis.json index 1a7804bee932..73b4e1d817ad 100644 --- a/_maps/configs/syndicate_aegis.json +++ b/_maps/configs/syndicate_aegis.json @@ -10,9 +10,10 @@ "RP Focus" ], "map_id": "syndicate_aegis", + "limit": 1, "namelists": [ "SUNS", - "CYBERSUN", + "SPACE", "GENERAL" ], "job_slots": { @@ -48,7 +49,7 @@ }, "Long Term Patient": { - "outfit": "/datum/outfit/job/prisoner/longtermpatient", + "outfit": "/datum/outfit/job/prisoner/syndicatepatient", "slots": 2 } }, diff --git a/_maps/configs/syndicate_cybersun_kansatsu.json b/_maps/configs/syndicate_cybersun_kansatsu.json index 784dab0483cb..d032f8c8d30f 100644 --- a/_maps/configs/syndicate_cybersun_kansatsu.json +++ b/_maps/configs/syndicate_cybersun_kansatsu.json @@ -6,12 +6,12 @@ "SPACE", "NATURAL_AGGRESSIVE" ], - "map_name": "Kansatsu-Class Scout Courier", + "map_name": "Kansatsu-class Scout Courier", "description": "The Kansatsu-class is a Cybersun remodel of the old Type-S SolGov Courier, rebuilt for rapid package ferrying and light surveillance operations in the Frontier. While fairly cramped, it excels at its design goals, with rapid surveys, scouting, and espionage flowing from its presence. Syndicate deployments typically include a deployment of 5, with a recommended max of 7. This is broken down into 1 captain, an intelligence officer for coordinating the field agents, an engineer, and 2 field agents. The simplicity of the hull has led to the ship becoming a widespread indicator of Syndicate interest in locations, and some models have found their way into private purchasers' hands.", "tags": [ "Specialist" ], - "map_short_name": "Kansatsu-Class", + "map_short_name": "Kansatsu-class", "map_path": "_maps/shuttles/shiptest/syndicate_cybersun_kansatsu.dmm", "map_id": "cybersun_kansatsu", "job_slots": { diff --git a/_maps/deprecated/Ruins/jungle_surface_tumblr_sexyman.dmm b/_maps/deprecated/Ruins/jungle_surface_tumblr_sexyman.dmm index 6508d7ef8ebc..5a83f482de1c 100644 --- a/_maps/deprecated/Ruins/jungle_surface_tumblr_sexyman.dmm +++ b/_maps/deprecated/Ruins/jungle_surface_tumblr_sexyman.dmm @@ -5,8 +5,6 @@ /area/template_noop) "aS" = ( /obj/structure/rack, -/obj/item/clothing/under/costume/singer/blue, -/obj/item/clothing/under/costume/singer/yellow, /turf/open/floor/plating, /area/ruin/jungle/onceler/main) "bh" = ( @@ -295,11 +293,6 @@ }, /turf/open/floor/plating, /area/ruin/jungle/onceler/main) -"IE" = ( -/obj/structure/rack, -/obj/item/clothing/under/rank/engineering/engineer/maintenance_tech/skirt, -/turf/open/floor/plating, -/area/ruin/jungle/onceler/main) "LW" = ( /obj/structure/rack, /obj/item/clothing/under/costume/yakuza, @@ -946,7 +939,7 @@ bh Pb Ws zu -IE +aS AR NO ir diff --git a/_maps/deprecated/Ships/Syndicate_Cascade.dmm b/_maps/deprecated/Ships/Syndicate_Cascade.dmm index 1b12f271ef22..cb15ea4de4f8 100644 --- a/_maps/deprecated/Ships/Syndicate_Cascade.dmm +++ b/_maps/deprecated/Ships/Syndicate_Cascade.dmm @@ -1297,7 +1297,7 @@ /obj/machinery/computer/scan_consolenew, /obj/machinery/light/directional/north, /obj/item/paper/crumpled/awaymissions/moonoutpost19/hastey_note{ - info = "oh yea... totally forgot! just a reminder to connect this bad boy to the Research Server. tend to... not work if you forget it... smell ya later!"; + default_raw_text = "oh yea... totally forgot! just a reminder to connect this bad boy to the Research Server. tend to... not work if you forget it... smell ya later!"; name = "PS. about the console" }, /obj/effect/turf_decal/corner/opaque/lime/border{ @@ -2817,8 +2817,6 @@ /obj/item/clothing/under/rank/medical/doctor/green, /obj/item/clothing/suit/longcoat, /obj/item/clothing/suit/longcoat, -/obj/item/clothing/under/trek/medsci, -/obj/item/clothing/under/trek/medsci, /obj/item/clothing/head/soft/paramedic, /obj/item/clothing/head/soft/paramedic, /obj/item/clothing/mask/surgical, diff --git a/_maps/deprecated/Ships/independent_high.dmm b/_maps/deprecated/Ships/independent_high.dmm index fc3499dc98be..f0970571986c 100644 --- a/_maps/deprecated/Ships/independent_high.dmm +++ b/_maps/deprecated/Ships/independent_high.dmm @@ -2746,7 +2746,7 @@ /obj/effect/turf_decal/siding/blue{ dir = 9 }, -/obj/machinery/photocopier/faxmachine/longrange, +/obj/machinery/fax, /obj/machinery/light/directional/west, /turf/open/floor/carpet/nanoweave/blue, /area/ship/bridge) diff --git a/_maps/deprecated/Ships/minutemen_carina.dmm b/_maps/deprecated/Ships/minutemen_carina.dmm index 39a6ff725242..f3c74f713347 100644 --- a/_maps/deprecated/Ships/minutemen_carina.dmm +++ b/_maps/deprecated/Ships/minutemen_carina.dmm @@ -3998,7 +3998,7 @@ pixel_y = 32 }, /obj/structure/table/reinforced, -/obj/machinery/photocopier/faxmachine/longrange, +/obj/machinery/fax, /turf/open/floor/plasteel/dark, /area/ship/bridge) "WE" = ( diff --git a/_maps/deprecated/Ships/syndicate_geneva.dmm b/_maps/deprecated/Ships/syndicate_geneva.dmm index a8a3c806964b..5d86bf0b52f6 100644 --- a/_maps/deprecated/Ships/syndicate_geneva.dmm +++ b/_maps/deprecated/Ships/syndicate_geneva.dmm @@ -50,7 +50,7 @@ pixel_y = 10 }, /obj/item/paper/natural{ - info = "

    Potato battery build instructions

    Did you know that the simplest way to obtain renewable energy sources is to simply grow them in your garden? Everything you need are just easily avalible household items.
    With that said we introduce: the potato battery!
    Follow the instructions below to build one of your own:

    1. Grow a average sized potato
    2. Attach 5 pieces of cable coil
    3. Your potato battery is ready for use

    Remember to be always cautious around electricity!

    SURGEONS NOTE:
    The maximum charge of the battery is proportional to the potency of the grown potato.Remember that the defibrillator requires a cell with a rating of minimum 1000kJ, not every potato will be good enough for it.
    Perhaps some plant traits would affect the cell capacity as well?

    "; + default_raw_text = "

    Potato battery build instructions

    Did you know that the simplest way to obtain renewable energy sources is to simply grow them in your garden? Everything you need are just easily avalible household items.
    With that said we introduce: the potato battery!
    Follow the instructions below to build one of your own:

    1. Grow a average sized potato
    2. Attach 5 pieces of cable coil
    3. Your potato battery is ready for use

    Remember to be always cautious around electricity!

    SURGEONS NOTE:
    The maximum charge of the battery is proportional to the potency of the grown potato.Remember that the defibrillator requires a cell with a rating of minimum 1000kJ, not every potato will be good enough for it.
    Perhaps some plant traits would affect the cell capacity as well?

    "; name = "Potato battery build instructions"; pixel_x = -4; pixel_y = 5 @@ -930,7 +930,7 @@ /area/ship/cargo) "wa" = ( /obj/structure/table/glass, -/obj/machinery/photocopier/faxmachine/longrange, +/obj/machinery/fax, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 }, diff --git a/_maps/deprecated/Ships/syndicate_kugelblitz.dmm b/_maps/deprecated/Ships/syndicate_kugelblitz.dmm index 0f903a4e70f4..307df52d270e 100644 --- a/_maps/deprecated/Ships/syndicate_kugelblitz.dmm +++ b/_maps/deprecated/Ships/syndicate_kugelblitz.dmm @@ -1590,7 +1590,7 @@ /area/ship/science/robotics) "zR" = ( /obj/structure/bed, -/obj/item/bedsheet/random, +/obj/item/bedsheet/dorms, /obj/structure/curtain/bounty, /obj/machinery/airalarm/directional/north, /obj/item/mecha_parts/mecha_equipment/drill, @@ -2571,7 +2571,7 @@ /area/ship/engineering/atmospherics) "SZ" = ( /obj/structure/bed, -/obj/item/bedsheet/random, +/obj/item/bedsheet/dorms, /obj/structure/curtain/bounty, /obj/item/toy/plush/beeplushie, /obj/machinery/light/directional/north, diff --git a/_maps/example_ship_config.json b/_maps/example_ship_config.json index 4dabf60293d2..7c34d7bc6841 100644 --- a/_maps/example_ship_config.json +++ b/_maps/example_ship_config.json @@ -20,5 +20,6 @@ }, "Assistant": 3 }, - "enabled": true + "enabled": true, + "space_spawn": false } diff --git a/_maps/map_catalogue.txt b/_maps/map_catalogue.txt index 5e6b9c99e1e4..d766b2a849fd 100644 --- a/_maps/map_catalogue.txt +++ b/_maps/map_catalogue.txt @@ -2,10 +2,6 @@ Find the key for using this catalogue in "map_catalogue_key.txt" IceRuins: - File Name = "_maps\RandomRuins\IceRuins\icemoon_underground_icecropolis.dmm" - Size = (x = 105)(y = 60)(z = 1) - Tags = "Major Loot", "Boss Combat Challenge", "Megafauna", "Antag_Gear", "Necropolis Loot", "Shelter", "Hazardous", "Lava", "Ghost Role" - File Name = _maps\RandomRuins\IceRuins\icemoon_hydroponics_lab.dmm Size = (x = 33)(y = 33)(z = 1) Tags = "Medium Loot", "Medium Combat Challenge", "Antag_Gear", "Shelter" @@ -130,9 +126,12 @@ Find the key for using this catalogue in "map_catalogue_key.txt" Tags = "No Combat", "Minor Loot", Liveable" File Name "_maps\RandomRuins\JungleRuins\jungle_bombed_starport - Size = (x = 100)(y = 75)(z = 1_) + Size = (x = 100)(y = 75)(z = 1) Tags = "Medium Combat Challenge", "Major Loot", "Hazardous", "Liveable" + File Name "_maps\RandomRuins\JungleRuins\jungle_abandoned_library + Size = (x = 36)(y = 35)(z = 1) + Tags = "Medium Combat Challenge", "Medium Loot", "Antag Gear", "Necropolis Loot", "Liveable" LavaRuins: File Name = "_maps\RandomRuins\LavaRuins\lavaland_biodome_beach.dmm" @@ -211,6 +210,10 @@ Find the key for using this catalogue in "map_catalogue_key.txt" Size = (x = 30)(y = 30)(z = 1) Tags = "No combat" "Minor loot" "Inhospitable" + File Name = "_maps\RandomRuins\LavaRuins\codelab.dmm" + Size = (x = 56)(y = 35)(z = 1) + Tags = "Minor Combat Challenge", "Medium Loot", "Shelter", "Hazardous" + ReebeRuins: File Name = "_maps\RandomRuins\Ruins\reebe_swarmers.dmm" @@ -356,8 +359,8 @@ Find the key for using this catalogue in "map_catalogue_key.txt" Tags = "Minor Combat Challenge", "Medium Loot", "Shelter" File Name = "_maps\RandomRuins\SpaceRuins\clericden.dmm" - Size = (x = 19)(y = 18)(z = 1) - Tags = "Minor Combat Challenge", "Minor Loot", "Inhospitable" + Size = (x = 30)(y = 30)(z = 1) + Tags = "Medium Combat Challenge", "Medium Loot", "Inhospitable" File Name = "_maps\RandomRuins\SpaceRuins\corporate_mining.dmm" Size = (x = 50)(y = 50)(z = 1) @@ -368,8 +371,8 @@ Find the key for using this catalogue in "map_catalogue_key.txt" Tags = "No Combat", "Medium Loot", "Shelter" File Name = "_maps\RandomRuins\SpaceRuins\cryocontainment.dmm" - Size = (x = 28)(y = 18)(z = 1) - Tags = "Minor Coimbat Challenge", "Medium Loot", "Inhospitable" + Size = (x = 30)(y = 30)(z = 1) + Tags = "Medium Combat Challenge", "Major Loot", "Inhospitable", "Hazardous" File Name = "_maps\RandomRuins\SpaceRuins\dangerous_research.dmm" Size = (x = 40)(y = 40)(z = 1) @@ -464,10 +467,6 @@ Find the key for using this catalogue in "map_catalogue_key.txt" Size = (x = 75)(y = 76)(z = 1) Tags = "Medium Combat Challenge", "Medium Loot", Liveable" - File Name = "_maps\RandomRuins\BeachRuins\beach_push_it.dmm" - Size = (x = 18)(y = 14)(z = 1) - Tags = "Boss Combat Challenge", "Medium Loot", "Liveable" - File Name = "_maps\RandomRuins\BeachRuins\beach_colony.dmm" Size = (x = 30)(y = 30)(z = 1) Tags = "Minor Combat Challenge", "Minor Loot" diff --git a/_maps/outpost/elevator_test.dmm b/_maps/outpost/elevator_test.dmm new file mode 100644 index 000000000000..88775f57dd25 --- /dev/null +++ b/_maps/outpost/elevator_test.dmm @@ -0,0 +1,40 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/obj/structure/elevator_platform, +/turf/template_noop, +/area/template_noop) +"c" = ( +/obj/structure/elevator_platform, +/obj/machinery/elevator_floor_button{ + pixel_y = 25 + }, +/turf/template_noop, +/area/template_noop) +"k" = ( +/obj/structure/elevator_platform, +/obj/machinery/status_display/elevator{ + pixel_y = 32 + }, +/turf/template_noop, +/area/template_noop) +"E" = ( +/obj/structure/elevator_platform, +/obj/machinery/light/directional/north, +/turf/template_noop, +/area/template_noop) + +(1,1,1) = {" +c +a +a +"} +(2,1,1) = {" +k +a +a +"} +(3,1,1) = {" +E +a +a +"} diff --git a/_maps/outpost/hangar/test_20x20.dmm b/_maps/outpost/hangar/test_20x20.dmm new file mode 100644 index 000000000000..c4301d8bceea --- /dev/null +++ b/_maps/outpost/hangar/test_20x20.dmm @@ -0,0 +1,1072 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/open/floor/plating, +/area/hangar) +"b" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{ + dir = 1 + }, +/obj/machinery/light/floor/hangar, +/turf/open/floor/plasteel, +/area/hangar) +"e" = ( +/obj/effect/landmark/outpost/hangar_numbers, +/turf/open/floor/plasteel, +/area/hangar) +"f" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hangar) +"g" = ( +/obj/effect/landmark/outpost/hangar_dock, +/turf/open/floor/plating, +/area/hangar) +"h" = ( +/obj/machinery/light/floor/hangar, +/turf/open/floor/plasteel, +/area/hangar) +"i" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hangar) +"j" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning, +/turf/open/floor/plasteel, +/area/hangar) +"k" = ( +/obj/machinery/atmospherics/components/binary/pump/on, +/turf/open/floor/plasteel, +/area/hangar) +"m" = ( +/turf/closed/indestructible/reinforced, +/area/hangar) +"n" = ( +/obj/machinery/atmospherics/components/unary/tank/air{ + volume = 10000000 + }, +/turf/open/floor/plasteel, +/area/hangar) +"r" = ( +/obj/item/pipe/binary, +/turf/closed/indestructible/reinforced, +/area/hangar) +"s" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hangar) +"t" = ( +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/turf/open/floor/plasteel/tech, +/area/hangar) +"u" = ( +/obj/structure/marker_beacon{ + picked_color = "Teal" + }, +/turf/open/floor/plating, +/area/hangar) +"w" = ( +/turf/open/floor/plasteel/tech, +/area/hangar) +"y" = ( +/obj/machinery/door/poddoor/multi_tile/four_tile_ver, +/turf/closed/indestructible/reinforced, +/area/hangar) +"D" = ( +/obj/effect/turf_decal/arrows{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hangar) +"F" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/tech, +/area/hangar) +"G" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning, +/obj/machinery/light/floor/hangar, +/turf/open/floor/plasteel, +/area/hangar) +"H" = ( +/turf/template_noop, +/area/template_noop) +"I" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hangar) +"K" = ( +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hangar) +"Q" = ( +/obj/effect/landmark/outpost/elevator, +/turf/open/floor/plasteel/elevatorshaft, +/area/hangar) +"R" = ( +/obj/machinery/door/airlock, +/obj/effect/landmark/outpost/elevator_machine, +/turf/open/floor/plasteel, +/area/hangar) +"S" = ( +/turf/open/floor/plasteel, +/area/hangar) +"U" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/warning{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/hangar) +"V" = ( +/obj/machinery/elevator_call_button{ + pixel_y = 25 + }, +/obj/effect/landmark/outpost/elevator_machine, +/turf/open/floor/plasteel, +/area/hangar) +"W" = ( +/turf/open/floor/plasteel/elevatorshaft, +/area/hangar) +"X" = ( +/obj/machinery/atmospherics/components/unary/passive_vent{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hangar) + +(1,1,1) = {" +H +H +H +m +m +m +m +m +m +m +y +m +m +m +y +m +m +m +y +m +m +m +y +m +m +m +y +m +m +m +m +"} +(2,1,1) = {" +H +H +H +m +S +S +j +F +F +F +F +F +F +F +F +F +F +F +F +F +F +F +F +F +F +F +F +i +S +S +m +"} +(3,1,1) = {" +H +H +H +m +S +S +j +w +w +t +w +w +w +w +t +w +w +w +w +t +w +w +w +w +t +w +w +i +S +S +m +"} +(4,1,1) = {" +H +H +H +m +S +S +j +U +U +U +U +U +U +U +U +U +U +U +U +U +U +U +U +U +U +U +U +i +S +S +m +"} +(5,1,1) = {" +H +H +H +m +S +S +j +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +g +i +S +S +m +"} +(6,1,1) = {" +H +H +H +m +S +S +j +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +i +S +S +m +"} +(7,1,1) = {" +H +H +H +m +S +D +j +u +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +u +i +D +S +m +"} +(8,1,1) = {" +H +H +H +m +S +S +j +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +i +S +S +m +"} +(9,1,1) = {" +H +H +H +m +S +S +G +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +b +S +S +m +"} +(10,1,1) = {" +H +H +H +m +S +S +j +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +i +S +S +m +"} +(11,1,1) = {" +H +H +H +m +S +S +j +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +i +S +S +m +"} +(12,1,1) = {" +H +H +H +m +S +D +j +u +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +u +i +D +S +m +"} +(13,1,1) = {" +H +H +H +m +S +S +j +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +i +S +S +m +"} +(14,1,1) = {" +H +H +H +m +S +S +j +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +i +S +S +m +"} +(15,1,1) = {" +H +H +H +m +S +S +j +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +i +S +S +m +"} +(16,1,1) = {" +H +H +H +m +S +S +j +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +i +S +S +m +"} +(17,1,1) = {" +H +H +H +m +S +D +j +u +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +u +i +D +S +m +"} +(18,1,1) = {" +H +H +H +m +S +S +j +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +i +S +S +m +"} +(19,1,1) = {" +H +H +H +m +S +S +G +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +b +S +S +m +"} +(20,1,1) = {" +H +H +H +m +S +S +j +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +i +S +S +m +"} +(21,1,1) = {" +H +H +H +m +S +S +j +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +i +S +S +m +"} +(22,1,1) = {" +H +H +H +m +S +D +j +u +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +u +i +D +S +m +"} +(23,1,1) = {" +H +n +k +r +X +S +j +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +i +S +S +m +"} +(24,1,1) = {" +m +m +m +m +m +V +j +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +i +S +S +m +"} +(25,1,1) = {" +m +W +W +Q +R +S +s +I +I +I +I +I +I +I +I +I +I +I +I +I +I +I +I +I +I +I +I +f +S +S +m +"} +(26,1,1) = {" +m +W +W +W +R +e +S +S +S +K +S +S +S +S +K +S +S +S +S +K +S +S +S +S +K +S +S +S +S +S +m +"} +(27,1,1) = {" +m +W +W +W +R +S +S +S +h +S +S +S +S +S +S +S +S +S +S +S +S +S +S +S +S +h +S +S +S +S +m +"} +(28,1,1) = {" +m +m +m +m +m +m +m +m +m +m +m +m +m +m +m +m +m +m +m +m +m +m +m +m +m +m +m +m +m +m +m +"} diff --git a/_maps/outpost/hangar/test_2_20x20.dmm b/_maps/outpost/hangar/test_2_20x20.dmm new file mode 100644 index 000000000000..e9b8744419eb --- /dev/null +++ b/_maps/outpost/hangar/test_2_20x20.dmm @@ -0,0 +1,2900 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ar" = ( +/obj/machinery/door/airlock/highsecurity, +/turf/open/floor/plasteel/dark, +/area/hangar) +"aE" = ( +/obj/structure/catwalk/over/plated_catwalk, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/industrial/warning/corner, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 8 + }, +/obj/item/pipe/binary{ + dir = 10 + }, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/hangar) +"bg" = ( +/obj/effect/decal/cleanable/garbage{ + pixel_x = -12; + pixel_y = -6 + }, +/turf/open/floor/plasteel/patterned/cargo_one, +/area/hangar) +"bF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/patterned/cargo_one, +/area/hangar) +"bK" = ( +/obj/structure/frame/machine, +/obj/machinery/light/directional/south, +/turf/open/floor/plating, +/area/hangar) +"cx" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/rust, +/area/hangar) +"cF" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_ccw, +/turf/open/floor/plasteel/dark, +/area/hangar) +"cQ" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/corner{ + dir = 1 + }, +/obj/machinery/light/floor/hangar, +/turf/open/floor/plasteel/dark, +/area/hangar) +"cS" = ( +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/turf/open/floor/plasteel/tech, +/area/hangar) +"de" = ( +/obj/effect/turf_decal/steeldecal/steel_decals_central2{ + pixel_y = 2 + }, +/obj/item/pipe/binary{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"dU" = ( +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating, +/area/hangar) +"ej" = ( +/obj/effect/decal/fakelattice{ + color = "#808080" + }, +/obj/effect/decal/cleanable/dirt{ + color = "#808080" + }, +/obj/effect/decal/cleanable/dirt{ + color = "#808080" + }, +/obj/effect/decal/cleanable/confetti{ + color = "#808080" + }, +/turf/open/floor/plasteel/elevatorshaft{ + color = "#808080" + }, +/area/hangar) +"ep" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/turf/open/floor/plasteel/tech, +/area/hangar) +"ew" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_cw{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"eE" = ( +/obj/effect/turf_decal/industrial/hatch/yellow, +/obj/effect/turf_decal/industrial/traffic{ + dir = 8 + }, +/turf/open/floor/plasteel/patterned/cargo_one, +/area/hangar) +"eN" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/tiles, +/area/hangar) +"eQ" = ( +/obj/item/organ/tail/lizard{ + pixel_x = 4; + pixel_y = 11 + }, +/obj/effect/decal/cleanable/blood{ + icon_state = "floor4"; + pixel_y = 13; + pixel_x = 8 + }, +/turf/open/floor/plating/asteroid/icerock/cracked, +/area/hangar) +"eZ" = ( +/obj/effect/turf_decal/techfloor/corner{ + dir = 1 + }, +/obj/effect/turf_decal/steeldecal/steel_decals1, +/turf/open/floor/plasteel/dark, +/area/hangar) +"fi" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_cw{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/floor/hangar, +/turf/open/floor/plasteel/dark, +/area/hangar) +"fp" = ( +/obj/machinery/light/directional/south, +/turf/open/floor/plating/asteroid/icerock/smooth, +/area/hangar) +"ft" = ( +/obj/structure/railing{ + dir = 4; + layer = 4.1 + }, +/turf/open/floor/plasteel/stairs/right, +/area/hangar) +"fu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/oil/streak, +/obj/machinery/light/directional/west, +/turf/open/floor/plating{ + icon_state = "foam_plating" + }, +/area/hangar) +"fF" = ( +/obj/effect/turf_decal/industrial/traffic{ + dir = 4 + }, +/obj/structure/frame/computer{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/hangar) +"fQ" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/slab_1, +/area/hangar) +"fZ" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/obj/structure/catwalk/over/plated_catwalk, +/obj/effect/decal/cleanable/dirt, +/obj/item/pipe/binary, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/hangar) +"gf" = ( +/turf/open/floor/plasteel/patterned/cargo_one, +/area/hangar) +"gh" = ( +/obj/effect/decal/fakelattice{ + color = "#808080" + }, +/obj/effect/decal/cleanable/glass{ + dir = 8; + pixel_y = -3; + color = "#808080"; + pixel_x = 3 + }, +/obj/effect/decal/cleanable/dirt{ + color = "#808080" + }, +/obj/effect/decal/cleanable/confetti{ + color = "#808080"; + pixel_x = 18; + pixel_y = 9 + }, +/obj/structure/railing{ + dir = 8; + layer = 4.1 + }, +/turf/open/floor/plasteel/elevatorshaft{ + color = "#808080" + }, +/area/hangar) +"gV" = ( +/obj/effect/turf_decal/techfloor{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"gX" = ( +/obj/structure/catwalk/over/plated_catwalk, +/obj/item/pipe/binary{ + dir = 5 + }, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/hangar) +"ha" = ( +/obj/effect/turf_decal/industrial/loading, +/turf/open/floor/plasteel/dark, +/area/hangar) +"hT" = ( +/obj/structure/railing/wood{ + layer = 3.1; + dir = 4 + }, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/fernybush, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/grass, +/area/hangar) +"iK" = ( +/obj/structure/fence{ + dir = 4 + }, +/obj/structure/fans/tiny/invisible, +/turf/open/floor/plating/asteroid/icerock, +/area/hangar) +"iZ" = ( +/turf/closed/indestructible/reinforced, +/area/hangar) +"ja" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_access_txt = "109" + }, +/obj/item/pipe/binary, +/turf/open/floor/plating, +/area/hangar) +"jc" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/open/floor/grass, +/area/hangar) +"ji" = ( +/obj/effect/decal/fakelattice{ + color = "#808080" + }, +/obj/effect/decal/cleanable/dirt{ + color = "#808080" + }, +/obj/effect/decal/cleanable/dirt{ + color = "#808080" + }, +/obj/effect/decal/cleanable/dirt{ + color = "#808080" + }, +/obj/structure/railing{ + dir = 8; + layer = 4.1 + }, +/turf/open/floor/plasteel/elevatorshaft{ + color = "#808080" + }, +/area/hangar) +"jq" = ( +/obj/effect/decal/fakelattice{ + color = "#808080" + }, +/obj/structure/railing{ + dir = 8; + layer = 4.1 + }, +/obj/effect/turf_decal/spline/fancy/opaque/black{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt{ + color = "#808080" + }, +/turf/open/floor/plasteel/elevatorshaft{ + color = "#808080" + }, +/area/hangar) +"jF" = ( +/obj/effect/turf_decal/industrial/traffic{ + dir = 4 + }, +/obj/structure/frame/machine, +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/rust, +/area/hangar) +"jP" = ( +/obj/effect/landmark/outpost/hangar_dock, +/turf/open/floor/plating, +/area/hangar) +"ki" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/obj/structure/catwalk/over/plated_catwalk, +/obj/effect/decal/cleanable/blood/old, +/obj/item/pipe/binary, +/turf/open/floor/plating, +/area/hangar) +"kA" = ( +/obj/effect/turf_decal/box/corners{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plasteel/patterned/cargo_one, +/area/hangar) +"kG" = ( +/obj/effect/turf_decal/techfloor{ + dir = 8 + }, +/obj/machinery/computer/card/minor/cmo{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"lg" = ( +/obj/effect/landmark/outpost/elevator, +/turf/open/floor/plasteel/elevatorshaft, +/area/hangar) +"lF" = ( +/obj/effect/turf_decal/techfloor{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"md" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning, +/obj/machinery/light/floor/hangar, +/turf/open/floor/plasteel/dark, +/area/hangar) +"mu" = ( +/obj/structure/flora/ausbushes/sparsegrass{ + pixel_y = -12; + pixel_x = 9 + }, +/turf/open/floor/grass, +/area/hangar) +"mP" = ( +/obj/effect/turf_decal/steeldecal/steel_decals10, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/hangar) +"mR" = ( +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/hangar) +"mY" = ( +/turf/template_noop, +/area/template_noop) +"nQ" = ( +/obj/structure/frame/machine, +/obj/effect/turf_decal/techfloor/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"nY" = ( +/obj/structure/fence/door, +/obj/structure/fans/tiny/invisible, +/turf/open/floor/plating/asteroid/icerock, +/area/hangar) +"oe" = ( +/obj/structure/catwalk/over/plated_catwalk, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/industrial/warning{ + dir = 6 + }, +/obj/effect/decal/cleanable/glass, +/obj/machinery/light/directional/east, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/hangar) +"os" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/elevator_call_button{ + pixel_y = 31; + pixel_x = 10 + }, +/obj/item/kirbyplants{ + icon_state = "plant-21"; + pixel_x = -7; + pixel_y = 18 + }, +/obj/effect/landmark/outpost/elevator_machine, +/turf/open/floor/concrete/tiles, +/area/hangar) +"oV" = ( +/obj/structure/table/reinforced, +/obj/item/stack/packageWrap{ + pixel_y = 7 + }, +/obj/item/clipboard{ + pixel_x = -5; + pixel_y = 1 + }, +/obj/item/export_scanner{ + pixel_x = 4 + }, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/hangar) +"pB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/steeldecal/steel_decals_central2{ + pixel_y = 2 + }, +/obj/item/pipe/binary{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"pX" = ( +/obj/structure/catwalk/over/plated_catwalk, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 4 + }, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/hangar) +"qq" = ( +/obj/effect/decal/fakelattice{ + color = "#808080" + }, +/obj/effect/decal/cleanable/greenglow{ + color = "#808080"; + pixel_x = -11; + pixel_y = 3 + }, +/obj/effect/decal/cleanable/dirt{ + color = "#808080" + }, +/turf/open/floor/plasteel/elevatorshaft{ + color = "#808080" + }, +/area/hangar) +"qR" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_cw{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/floor/hangar, +/turf/open/floor/plasteel/dark, +/area/hangar) +"ri" = ( +/obj/structure/table/wood/reinforced, +/obj/item/flashlight/lamp/green{ + pixel_y = 13; + pixel_x = 8 + }, +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_y = 4; + pixel_x = -4 + }, +/obj/item/clipboard{ + pixel_x = -2; + pixel_y = 8 + }, +/obj/item/phone{ + pixel_x = 8; + pixel_y = -4 + }, +/obj/item/storage/fancy/cigarettes/cigars/havana{ + pixel_y = -8; + pixel_x = 4 + }, +/obj/item/lighter{ + pixel_y = -16; + pixel_x = 13 + }, +/turf/open/floor/plasteel/tech, +/area/hangar) +"rM" = ( +/turf/open/floor/plasteel/dark, +/area/hangar) +"rN" = ( +/obj/structure/chair/greyscale{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/hangar) +"sc" = ( +/obj/effect/decal/fakelattice{ + color = "#808080" + }, +/obj/effect/decal/cleanable/dirt{ + color = "#808080" + }, +/obj/effect/decal/cleanable/dirt{ + color = "#808080" + }, +/obj/machinery/light/directional/east, +/turf/open/floor/plasteel/elevatorshaft{ + color = "#808080" + }, +/area/hangar) +"sv" = ( +/obj/effect/decal/fakelattice{ + color = "#808080" + }, +/obj/effect/decal/cleanable/dirt{ + color = "#808080" + }, +/turf/open/floor/plasteel/elevatorshaft{ + color = "#808080" + }, +/area/hangar) +"sI" = ( +/obj/structure/railing{ + dir = 4; + layer = 4.1 + }, +/obj/structure/sign/warning/securearea{ + pixel_y = 32 + }, +/turf/open/floor/plating/catwalk_floor, +/area/hangar) +"sN" = ( +/obj/structure/table, +/obj/item/toy/cards/deck{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/asteroid/icerock, +/area/hangar) +"sO" = ( +/obj/effect/decal/fakelattice{ + color = "#808080" + }, +/obj/effect/decal/cleanable/sprayweb{ + color = "#808080" + }, +/obj/effect/decal/cleanable/sprayweb{ + color = "#808080" + }, +/turf/open/floor/plasteel/elevatorshaft{ + color = "#808080" + }, +/area/hangar) +"te" = ( +/obj/effect/turf_decal/box/corners{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/girder/displaced, +/turf/open/floor/plasteel/patterned/cargo_one, +/area/hangar) +"ti" = ( +/obj/machinery/computer/crew/syndie{ + dir = 4 + }, +/obj/effect/turf_decal/techfloor{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"tN" = ( +/turf/open/floor/plasteel/stairs/medium, +/area/hangar) +"tR" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/tiles, +/area/hangar) +"up" = ( +/obj/effect/decal/fakelattice{ + color = "#808080" + }, +/obj/item/trash/sosjerky{ + anchored = 1; + color = "#808080"; + pixel_x = 8; + pixel_y = 8 + }, +/obj/effect/decal/cleanable/dirt{ + color = "#808080" + }, +/obj/effect/decal/cleanable/vomit/old{ + color = "#808080" + }, +/obj/structure/railing{ + dir = 8; + layer = 4.1 + }, +/turf/open/floor/plasteel/elevatorshaft{ + color = "#808080" + }, +/area/hangar) +"uq" = ( +/turf/open/floor/plating, +/area/hangar) +"uU" = ( +/obj/structure/marker_beacon{ + picked_color = "Teal" + }, +/turf/open/floor/plating, +/area/hangar) +"vl" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_cw{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"vE" = ( +/obj/machinery/door/poddoor/multi_tile/four_tile_ver, +/turf/closed/indestructible/reinforced, +/area/hangar) +"vR" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_cw{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/warning/docking{ + pixel_x = -32 + }, +/obj/machinery/light/floor/hangar, +/turf/open/floor/plasteel/dark, +/area/hangar) +"vS" = ( +/obj/structure/catwalk/over/plated_catwalk, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/obj/item/pipe/binary, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/hangar) +"we" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_cw{ + dir = 1 + }, +/obj/machinery/light/floor/hangar, +/turf/open/floor/plasteel/dark, +/area/hangar) +"wY" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/concrete/tiles, +/area/hangar) +"xj" = ( +/obj/item/binoculars{ + pixel_y = 6; + pixel_x = -3 + }, +/obj/structure/rack, +/obj/item/radio{ + pixel_y = 6; + pixel_x = 9 + }, +/obj/effect/turf_decal/techfloor/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/tech, +/area/hangar) +"xk" = ( +/obj/effect/decal/fakelattice{ + color = "#808080" + }, +/obj/effect/decal/cleanable/blood{ + color = "#808080" + }, +/obj/effect/decal/cleanable/dirt{ + color = "#808080" + }, +/obj/effect/decal/cleanable/dirt{ + color = "#808080" + }, +/obj/structure/railing{ + dir = 8; + layer = 4.1 + }, +/turf/open/floor/plasteel/elevatorshaft{ + color = "#808080" + }, +/area/hangar) +"xu" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/table, +/obj/item/paper/pamphlet/gateway{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/item/paper/pamphlet/centcom{ + pixel_x = 8; + pixel_y = 1 + }, +/obj/item/reagent_containers/food/drinks/coffee{ + pixel_x = -9; + pixel_y = 3 + }, +/obj/structure/sign/poster/official/do_not_question{ + pixel_x = 32 + }, +/turf/open/floor/concrete/tiles, +/area/hangar) +"xA" = ( +/obj/machinery/door/airlock, +/obj/effect/landmark/outpost/elevator_machine, +/turf/open/floor/plasteel, +/area/hangar) +"xN" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/concrete/slab_1, +/area/hangar) +"xP" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/structure/filingcabinet/chestdrawer, +/turf/open/floor/plasteel/tech, +/area/hangar) +"yb" = ( +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/concrete/tiles, +/area/hangar) +"zf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/official/ian{ + pixel_y = -32 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"zu" = ( +/obj/effect/turf_decal/steeldecal/steel_decals6, +/turf/open/floor/plasteel/dark, +/area/hangar) +"zO" = ( +/obj/structure/railing/wood{ + layer = 3.1; + dir = 4 + }, +/obj/structure/flora/ausbushes/sparsegrass{ + pixel_y = -1; + pixel_x = -1 + }, +/obj/structure/flora/ausbushes/stalkybush, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/grass, +/area/hangar) +"Ap" = ( +/obj/effect/turf_decal/steeldecal/steel_decals_central2{ + pixel_y = 2 + }, +/obj/effect/turf_decal/steeldecal/steel_decals6, +/turf/open/floor/plasteel/dark, +/area/hangar) +"AK" = ( +/turf/open/floor/plating/asteroid/icerock/smooth, +/area/hangar) +"BQ" = ( +/obj/effect/decal/fakelattice{ + color = "#808080" + }, +/obj/item/trash/energybar{ + color = "#808080"; + layer = 2; + pixel_x = -4; + pixel_y = 4 + }, +/obj/effect/decal/cleanable/xenoblood{ + color = "#808080" + }, +/turf/open/floor/plasteel/elevatorshaft{ + color = "#808080" + }, +/area/hangar) +"BV" = ( +/obj/structure/catwalk/over/plated_catwalk, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/industrial/warning{ + dir = 10 + }, +/obj/item/pipe/binary{ + dir = 4 + }, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/hangar) +"BZ" = ( +/obj/machinery/vending/cigarette, +/turf/open/floor/concrete/reinforced, +/area/hangar) +"Ce" = ( +/obj/structure/grille, +/turf/open/floor/plasteel/dark, +/area/hangar) +"CD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"CS" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/landmark/outpost/hangar_numbers, +/turf/open/floor/concrete/slab_1, +/area/hangar) +"CT" = ( +/obj/effect/decal/fakelattice{ + color = "#808080" + }, +/obj/structure/railing{ + dir = 8; + layer = 4.1 + }, +/obj/effect/turf_decal/spline/fancy/opaque/black{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt{ + color = "#808080" + }, +/obj/effect/decal/cleanable/vomit/old{ + color = "#808080" + }, +/obj/effect/decal/cleanable/sprayweb{ + color = "#808080" + }, +/turf/open/floor/plasteel/elevatorshaft{ + color = "#808080" + }, +/area/hangar) +"DD" = ( +/turf/closed/mineral/random/snow, +/area/hangar) +"DT" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_ccw, +/obj/machinery/light/floor/hangar, +/turf/open/floor/plasteel/dark, +/area/hangar) +"Eg" = ( +/obj/structure/railing/wood{ + layer = 3.1; + dir = 4 + }, +/obj/structure/flora/ausbushes/sparsegrass{ + pixel_y = -1; + pixel_x = -1 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/grass, +/area/hangar) +"Ej" = ( +/obj/effect/decal/fakelattice{ + color = "#808080" + }, +/obj/item/trash/cheesie{ + color = "#808080"; + pixel_x = 21; + pixel_y = 1; + layer = 2.9 + }, +/obj/effect/decal/cleanable/glass{ + dir = 8; + pixel_y = 1; + color = "#808080" + }, +/obj/effect/decal/cleanable/oil{ + icon_state = "streak4"; + pixel_x = -13; + pixel_y = -11 + }, +/obj/effect/decal/cleanable/dirt{ + color = "#808080" + }, +/obj/structure/railing{ + dir = 8; + layer = 4.1 + }, +/turf/open/floor/plasteel/elevatorshaft{ + color = "#808080" + }, +/area/hangar) +"En" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/concrete/tiles, +/area/hangar) +"Ev" = ( +/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, +/turf/open/floor/plating, +/area/hangar) +"Fa" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_cw{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"Gk" = ( +/turf/open/floor/plasteel/elevatorshaft, +/area/hangar) +"Gq" = ( +/obj/effect/turf_decal/box/corners{ + dir = 8 + }, +/obj/structure/closet/crate/trashcart, +/turf/open/floor/plasteel/patterned/cargo_one, +/area/hangar) +"GC" = ( +/obj/structure/table/wood/reinforced, +/obj/item/table_bell{ + pixel_x = 9; + pixel_y = -1 + }, +/obj/item/cigbutt/cigarbutt{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/item/dice/d2, +/turf/open/floor/plasteel/tech, +/area/hangar) +"GD" = ( +/obj/structure/table/reinforced{ + color = "#c1b6a5" + }, +/obj/item/desk_flag{ + pixel_x = -6; + pixel_y = 17 + }, +/obj/item/megaphone/sec{ + name = "syndicate megaphone"; + pixel_x = 1; + pixel_y = 4 + }, +/obj/item/camera_bug{ + pixel_x = -5; + pixel_y = -3 + }, +/obj/effect/turf_decal/techfloor{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"GK" = ( +/obj/structure/rack, +/obj/item/poster/random_official{ + pixel_x = 2; + pixel_y = 9 + }, +/obj/item/poster/random_official{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/poster/random_contraband{ + pixel_y = 8; + pixel_x = -1 + }, +/obj/item/destTagger{ + pixel_x = -5 + }, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/hangar) +"GL" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/tech, +/area/hangar) +"GX" = ( +/obj/machinery/computer/cargo/express, +/obj/structure/railing{ + dir = 8; + layer = 4.1 + }, +/obj/structure/sign/poster/official/moth/smokey{ + pixel_y = 32 + }, +/turf/open/floor/plating/catwalk_floor, +/area/hangar) +"Hp" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/hangar) +"HT" = ( +/turf/open/floor/plating/catwalk_floor, +/area/hangar) +"HV" = ( +/obj/machinery/light/floor/hangar, +/turf/open/floor/plasteel/tech, +/area/hangar) +"Iz" = ( +/obj/structure/table/wood/reinforced, +/obj/item/modular_computer/laptop/preset/civilian{ + pixel_x = -1; + pixel_y = 3 + }, +/obj/item/newspaper{ + pixel_x = 6; + pixel_y = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/tech, +/area/hangar) +"IZ" = ( +/obj/structure/chair/sofa/right, +/obj/item/reagent_containers/food/drinks/mug{ + pixel_x = -5; + pixel_y = -3 + }, +/obj/item/toy/plush/hornet{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/reinforced, +/area/hangar) +"Jp" = ( +/obj/effect/decal/fakelattice{ + color = "#808080" + }, +/obj/effect/decal/cleanable/dirt{ + color = "#808080" + }, +/obj/effect/decal/cleanable/dirt{ + color = "#808080" + }, +/obj/effect/decal/cleanable/dirt{ + color = "#808080" + }, +/obj/effect/decal/cleanable/wrapping{ + color = "#808080"; + pixel_y = 8 + }, +/turf/open/floor/plasteel/elevatorshaft{ + color = "#808080" + }, +/area/hangar) +"JW" = ( +/obj/effect/turf_decal/steeldecal/steel_decals3, +/obj/effect/turf_decal/steeldecal/steel_decals3{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"Kv" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_cw{ + dir = 8 + }, +/obj/effect/turf_decal/steeldecal/steel_decals6, +/obj/machinery/light/floor/hangar, +/turf/open/floor/plasteel/dark, +/area/hangar) +"KA" = ( +/obj/structure/flora/rock/pile/icy, +/turf/open/floor/plating/asteroid/icerock/cracked, +/area/hangar) +"KO" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_cw{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"Lb" = ( +/obj/structure/railing{ + dir = 8; + layer = 4.1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/catwalk_floor, +/area/hangar) +"LF" = ( +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating{ + icon_state = "foam_plating" + }, +/area/hangar) +"LM" = ( +/obj/effect/turf_decal/techfloor{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"LO" = ( +/obj/effect/turf_decal/industrial/caution{ + pixel_y = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"Mf" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/tech/grid, +/area/hangar) +"Mm" = ( +/obj/item/flashlight/lantern{ + pixel_x = 7 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/plating/asteroid/icerock, +/area/hangar) +"MJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/garbage{ + pixel_y = -5; + pixel_x = -7 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"MR" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/floor/hangar, +/turf/open/floor/plasteel/dark, +/area/hangar) +"Np" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/patterned/cargo_one, +/area/hangar) +"NB" = ( +/turf/open/floor/plating/asteroid/icerock, +/area/hangar) +"NN" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_access_txt = "109" + }, +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating, +/area/hangar) +"NR" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"NV" = ( +/obj/structure/catwalk/over/plated_catwalk, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/hangar) +"Od" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_ccw, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"Os" = ( +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/hangar) +"Ot" = ( +/obj/effect/turf_decal/techfloor{ + dir = 6 + }, +/obj/structure/table/reinforced{ + color = "#c1b6a5" + }, +/obj/machinery/fax, +/turf/open/floor/plasteel/dark, +/area/hangar) +"OF" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning, +/turf/open/floor/plasteel/dark, +/area/hangar) +"Pc" = ( +/obj/effect/turf_decal/steeldecal/steel_decals2, +/turf/open/floor/plasteel/dark, +/area/hangar) +"Pt" = ( +/obj/machinery/atmospherics/components/unary/tank/air{ + volume = 10000000 + }, +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/hangar) +"PE" = ( +/obj/effect/turf_decal/industrial/hatch/yellow, +/obj/structure/fermenting_barrel{ + pixel_y = 9 + }, +/obj/structure/fermenting_barrel{ + pixel_y = 1; + pixel_x = 8 + }, +/turf/open/floor/plasteel/patterned/cargo_one, +/area/hangar) +"PF" = ( +/obj/effect/turf_decal/industrial/caution{ + pixel_y = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"PL" = ( +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 1 + }, +/obj/structure/catwalk/over/plated_catwalk, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/glass, +/obj/item/pipe/binary, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/hangar) +"Qk" = ( +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating{ + icon_state = "platingdmg2" + }, +/area/hangar) +"Qn" = ( +/obj/structure/mopbucket, +/obj/item/mop{ + pixel_y = 4; + pixel_x = -9 + }, +/obj/item/toy/plush/knight{ + pixel_y = 17; + pixel_x = 4 + }, +/obj/machinery/light/directional/south, +/turf/open/floor/plasteel/dark, +/area/hangar) +"QM" = ( +/obj/structure/flora/rock/icy{ + pixel_x = 5; + pixel_y = 5 + }, +/turf/open/floor/plating/asteroid/icerock, +/area/hangar) +"QS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/wrapping{ + color = "#808080" + }, +/obj/structure/closet/crate, +/turf/open/floor/plasteel/patterned/cargo_one, +/area/hangar) +"QX" = ( +/obj/item/chair{ + pixel_x = 6; + pixel_y = -4 + }, +/turf/open/floor/plating/asteroid/icerock, +/area/hangar) +"Rm" = ( +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plasteel/patterned/cargo_one, +/area/hangar) +"RY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate/freezer, +/obj/machinery/light/directional/north, +/turf/open/floor/plating/rust, +/area/hangar) +"ST" = ( +/obj/effect/turf_decal/arrows, +/turf/open/floor/plasteel/tech, +/area/hangar) +"SW" = ( +/obj/structure/girder/displaced, +/obj/structure/grille/broken, +/turf/open/floor/plasteel/dark, +/area/hangar) +"Tb" = ( +/obj/structure/table/reinforced, +/obj/item/stamp{ + pixel_x = -8; + pixel_y = 8 + }, +/obj/item/stamp/denied{ + pixel_x = -8; + pixel_y = 3 + }, +/obj/item/paper_bin{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_y = 4; + pixel_x = 5 + }, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/machinery/light/directional/north, +/turf/open/floor/plating/catwalk_floor, +/area/hangar) +"TK" = ( +/obj/structure/flora/rock{ + pixel_x = 9 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"TP" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/newscaster/directional/south, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/glass, +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/concrete/tiles, +/area/hangar) +"Ug" = ( +/obj/structure/railing{ + dir = 8; + layer = 4.1 + }, +/turf/open/floor/plasteel/stairs/left, +/area/hangar) +"Uh" = ( +/obj/effect/decal/fakelattice{ + color = "#808080" + }, +/obj/structure/railing{ + dir = 8; + layer = 4.1 + }, +/obj/effect/turf_decal/spline/fancy/opaque/black{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt{ + color = "#808080" + }, +/obj/effect/decal/cleanable/leaper_sludge{ + color = "#808080" + }, +/obj/effect/decal/cleanable/sprayweb{ + color = "#808080" + }, +/turf/open/floor/plasteel/elevatorshaft{ + color = "#808080" + }, +/area/hangar) +"UC" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "asclepius_reception_lockdown"; + name = "Lockdown Shutters" + }, +/obj/item/kirbyplants{ + icon_state = "plant-03" + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/tech, +/area/hangar) +"UM" = ( +/obj/structure/closet/crate/bin, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/directional/north, +/turf/open/floor/concrete/reinforced, +/area/hangar) +"Vk" = ( +/obj/effect/turf_decal/box/corners, +/turf/open/floor/plasteel/patterned/cargo_one, +/area/hangar) +"VD" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "asclepius_reception_lockdown"; + name = "Lockdown Shutters" + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/tech, +/area/hangar) +"Wz" = ( +/obj/machinery/computer/communications{ + dir = 4 + }, +/obj/effect/turf_decal/techfloor{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"WI" = ( +/obj/effect/turf_decal/steeldecal/steel_decals9, +/turf/open/floor/plasteel/dark, +/area/hangar) +"WN" = ( +/obj/structure/floodlight_frame{ + pixel_x = -9; + pixel_y = -1 + }, +/obj/machinery/light/directional/south, +/turf/open/floor/plasteel/dark, +/area/hangar) +"WX" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/concrete/tiles, +/area/hangar) +"Xg" = ( +/turf/open/floor/plasteel/tech, +/area/hangar) +"XA" = ( +/obj/effect/decal/fakelattice{ + color = "#808080" + }, +/obj/structure/railing{ + dir = 8; + layer = 4.1 + }, +/obj/effect/turf_decal/spline/fancy/opaque/black{ + dir = 8 + }, +/obj/effect/decal/cleanable/glass{ + dir = 8; + pixel_y = -4; + color = "#808080"; + pixel_x = 8 + }, +/obj/effect/decal/cleanable/dirt{ + color = "#808080" + }, +/obj/effect/decal/cleanable/dirt{ + color = "#808080" + }, +/turf/open/floor/plasteel/elevatorshaft{ + color = "#808080" + }, +/area/hangar) +"XL" = ( +/obj/item/toy/plush/lizardplushie{ + pixel_x = -6; + name = "tail-less lizard plushie" + }, +/obj/effect/decal/cleanable/blood{ + icon_state = "splatter6"; + pixel_x = -13; + pixel_y = 6 + }, +/obj/item/toy/plush/goatplushie{ + pixel_x = 12 + }, +/obj/item/toy/katana{ + pixel_x = 20; + pixel_y = 1 + }, +/turf/open/floor/plating/asteroid/icerock, +/area/hangar) +"XX" = ( +/obj/effect/turf_decal/industrial/traffic{ + dir = 4 + }, +/obj/structure/grille, +/turf/open/floor/plating, +/area/hangar) +"Ya" = ( +/obj/effect/turf_decal/steeldecal/steel_decals_central2{ + pixel_y = 2 + }, +/obj/machinery/atmospherics/components/unary/passive_vent{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"Yr" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/floor/hangar, +/turf/open/floor/plasteel/dark, +/area/hangar) +"Yv" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"YU" = ( +/obj/structure/chair/sofa/left, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/reinforced, +/area/hangar) +"Za" = ( +/obj/effect/turf_decal/techfloor{ + dir = 4 + }, +/turf/open/floor/plasteel/tech/grid, +/area/hangar) +"Zp" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/light/directional/east, +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/concrete/slab_1, +/area/hangar) +"Zy" = ( +/obj/effect/turf_decal/techfloor{ + dir = 5 + }, +/obj/machinery/computer/camera_advanced{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/plasteel/dark, +/area/hangar) +"ZV" = ( +/obj/effect/turf_decal/industrial/hatch/yellow, +/obj/effect/turf_decal/industrial/traffic{ + dir = 8 + }, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plasteel/patterned/cargo_one, +/area/hangar) + +(1,1,1) = {" +mY +mY +mY +mY +mY +mY +mY +iZ +iZ +iZ +iZ +iZ +iZ +iZ +vE +iZ +iZ +iZ +vE +iZ +iZ +iZ +vE +iZ +iZ +iZ +vE +iZ +iZ +iZ +vE +iZ +iZ +iZ +iZ +mY +mY +mY +mY +"} +(2,1,1) = {" +mY +mY +mY +mY +mY +mY +iZ +iZ +DD +DD +DD +Mf +GL +GL +GL +GL +GL +GL +GL +GL +GL +GL +GL +GL +GL +GL +GL +GL +GL +GL +Mf +iZ +iZ +iZ +iZ +iZ +mY +mY +mY +"} +(3,1,1) = {" +mY +mY +mY +mY +mY +mY +iZ +iZ +DD +DD +DT +Za +Xg +cS +HV +Xg +Xg +Xg +cS +HV +Xg +Xg +HV +ST +Xg +Xg +Xg +HV +ST +Xg +Za +vR +MJ +DD +iZ +iZ +iZ +mY +mY +"} +(4,1,1) = {" +mY +mY +mY +mY +mY +mY +iZ +DD +DD +DD +cF +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +jP +Fa +NR +DD +DD +DD +iZ +iZ +mY +"} +(5,1,1) = {" +mY +mY +mY +mY +mY +iZ +iZ +iZ +DD +nQ +cF +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +Fa +Qn +iZ +DD +DD +DD +iZ +mY +"} +(6,1,1) = {" +mY +mY +mY +mY +mY +iZ +GK +fu +LF +Ap +Od +uU +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uU +Fa +zf +iZ +iZ +DD +DD +iZ +mY +"} +(7,1,1) = {" +mY +iZ +iZ +iZ +iZ +iZ +oV +mR +Os +Ya +Od +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +vl +NR +iK +KA +AK +DD +iZ +iZ +"} +(8,1,1) = {" +mY +iZ +Pt +gX +iZ +GX +Lb +Ug +dU +pB +cF +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +vl +zu +iK +AK +AK +DD +DD +iZ +"} +(9,1,1) = {" +iZ +iZ +iZ +pX +iZ +Tb +HT +tN +Qk +pB +DT +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +we +rM +iK +NB +fp +iZ +DD +iZ +"} +(10,1,1) = {" +iZ +Gk +Gk +BV +iZ +iZ +sI +ft +NV +pB +Od +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +vl +rM +nY +NB +NB +DD +DD +iZ +"} +(11,1,1) = {" +iZ +Gk +Gk +aE +vS +ja +ki +fZ +PL +de +Od +uU +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uU +Fa +NR +iK +NB +NB +KA +DD +iZ +"} +(12,1,1) = {" +iZ +Gk +Gk +oe +DD +DD +XX +fF +jF +eZ +Od +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +vl +NR +iK +NB +NB +NB +iZ +iZ +"} +(13,1,1) = {" +iZ +iZ +iZ +iZ +DD +DD +te +gf +Gq +PF +Od +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +vl +rM +iK +NB +NB +NB +DD +iZ +"} +(14,1,1) = {" +mY +mY +mY +iZ +DD +iZ +RY +Np +bg +ha +DT +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +Fa +rM +DD +QM +Mm +DD +DD +iZ +"} +(15,1,1) = {" +mY +mY +mY +iZ +DD +DD +gf +Np +Np +ha +cF +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +we +Ce +DD +DD +iZ +DD +DD +iZ +"} +(16,1,1) = {" +mY +mY +mY +iZ +DD +DD +Rm +bF +cx +ha +cF +uU +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uU +Fa +Ce +DD +DD +DD +DD +DD +iZ +"} +(17,1,1) = {" +mY +mY +mY +iZ +DD +DD +kA +QS +Vk +LO +Od +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +Fa +NR +NB +QX +DD +DD +DD +iZ +"} +(18,1,1) = {" +mY +mY +mY +iZ +DD +DD +DD +ZV +eE +NR +cF +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +vl +CD +Hp +sN +DD +DD +DD +iZ +"} +(19,1,1) = {" +mY +mY +mY +iZ +DD +DD +DD +DD +PE +NR +cF +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +Fa +SW +Hp +rN +DD +DD +DD +iZ +"} +(20,1,1) = {" +mY +mY +iZ +iZ +DD +DD +DD +DD +DD +NR +OF +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +vl +Ce +bK +iZ +DD +DD +iZ +iZ +"} +(21,1,1) = {" +mY +mY +iZ +DD +DD +DD +mu +jc +DD +rM +md +uU +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uU +fi +Ce +DD +DD +DD +DD +iZ +mY +"} +(22,1,1) = {" +mY +iZ +iZ +DD +DD +hT +zO +Eg +DD +Pc +OF +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +vl +WN +iZ +DD +DD +DD +iZ +mY +"} +(23,1,1) = {" +mY +iZ +DD +DD +BZ +tR +xN +yb +VD +rM +OF +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +uq +vl +TK +DD +DD +DD +iZ +iZ +mY +"} +(24,1,1) = {" +mY +iZ +DD +iZ +UM +En +xN +eN +VD +Xg +MR +Yv +Yv +Yv +Yr +ew +ew +ew +qR +ew +KO +KO +ew +qR +KO +KO +KO +Kv +KO +KO +ew +cQ +DD +DD +DD +DD +iZ +mY +mY +"} +(25,1,1) = {" +mY +iZ +DD +iZ +IZ +En +fQ +eN +VD +Xg +Xg +rM +WI +rM +rM +rM +rM +rM +rM +rM +CD +NR +JW +rM +zu +rM +NR +rM +NR +NR +rM +iZ +DD +DD +DD +iZ +iZ +mY +mY +"} +(26,1,1) = {" +mY +iZ +DD +iZ +YU +En +xN +yb +VD +mP +DD +iZ +DD +DD +iZ +CT +Uh +XA +jq +ji +Ej +gh +up +xk +DD +DD +DD +DD +DD +DD +NN +DD +DD +DD +iZ +iZ +mY +mY +mY +"} +(27,1,1) = {" +iZ +iZ +iZ +iZ +iZ +os +xN +yb +UC +DD +DD +DD +DD +DD +iZ +iZ +sO +BQ +Jp +sv +ej +sc +qq +DD +DD +DD +DD +DD +DD +DD +dU +DD +DD +DD +iZ +mY +mY +mY +mY +"} +(28,1,1) = {" +iZ +Gk +Gk +lg +xA +tR +fQ +yb +DD +DD +DD +DD +DD +DD +DD +iZ +iZ +Ev +Ev +Ev +Ev +iZ +iZ +DD +DD +NB +eQ +DD +DD +Gk +Gk +Gk +DD +DD +iZ +mY +mY +mY +mY +"} +(29,1,1) = {" +iZ +Gk +Gk +Gk +xA +tR +CS +wY +iZ +DD +DD +DD +DD +DD +DD +iZ +xP +xj +kG +ti +Wz +iZ +Gk +Gk +DD +NB +XL +DD +iZ +Gk +Gk +Gk +iZ +DD +iZ +mY +mY +mY +mY +"} +(30,1,1) = {" +iZ +Gk +Gk +Gk +xA +En +fQ +TP +iZ +DD +DD +DD +DD +DD +DD +iZ +Iz +ep +LM +lF +gV +ar +Gk +Gk +DD +NB +NB +DD +iZ +iZ +iZ +iZ +iZ +DD +iZ +mY +mY +mY +mY +"} +(31,1,1) = {" +iZ +iZ +iZ +iZ +iZ +WX +Zp +xu +iZ +DD +DD +DD +DD +DD +DD +iZ +ri +GC +Zy +GD +Ot +iZ +Gk +Gk +iZ +iZ +iZ +iZ +iZ +mY +mY +mY +iZ +iZ +iZ +mY +mY +mY +mY +"} +(32,1,1) = {" +mY +mY +mY +mY +iZ +iZ +iZ +iZ +iZ +iZ +iZ +iZ +iZ +iZ +iZ +iZ +iZ +iZ +iZ +iZ +iZ +iZ +iZ +iZ +iZ +mY +mY +mY +mY +mY +mY +mY +mY +mY +mY +mY +mY +mY +mY +"} diff --git a/_maps/outpost/hangar/test_2_40x20.dmm b/_maps/outpost/hangar/test_2_40x20.dmm new file mode 100644 index 000000000000..6a724f987ee6 --- /dev/null +++ b/_maps/outpost/hangar/test_2_40x20.dmm @@ -0,0 +1,3879 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"au" = ( +/turf/closed/mineral/random/snow, +/area/hangar) +"aB" = ( +/obj/effect/turf_decal/industrial/warning, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"aO" = ( +/obj/structure/closet/crate, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/wrapping, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/hangar) +"bb" = ( +/turf/open/floor/plasteel/elevatorshaft, +/area/hangar) +"bA" = ( +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/turf/open/floor/plasteel/tech, +/area/hangar) +"bQ" = ( +/obj/item/banner, +/turf/open/floor/plasteel/dark, +/area/hangar) +"bZ" = ( +/obj/effect/turf_decal/industrial/warning, +/obj/structure/fluff/hedge{ + icon_state = "hedge-8" + }, +/obj/machinery/light/directional/north, +/turf/open/floor/plasteel/tech/grid, +/area/hangar) +"cb" = ( +/obj/effect/turf_decal/industrial/traffic{ + dir = 8 + }, +/obj/effect/turf_decal/box/corners{ + dir = 8 + }, +/turf/open/floor/plasteel/patterned/cargo_one, +/area/hangar) +"cJ" = ( +/obj/item/pipe/binary{ + dir = 9 + }, +/obj/structure/catwalk/over/plated_catwalk, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/hangar) +"cR" = ( +/obj/structure/table/reinforced{ + color = "#c1b6a5" + }, +/obj/effect/turf_decal/techfloor{ + dir = 4 + }, +/obj/item/storage/fancy/donut_box{ + pixel_y = 6 + }, +/obj/item/storage/fancy/cigarettes{ + pixel_x = 10 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"dg" = ( +/obj/structure/catwalk/over/plated_catwalk, +/obj/item/pipe/binary, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/hangar) +"dk" = ( +/obj/machinery/computer/communications{ + dir = 4 + }, +/obj/effect/turf_decal/techfloor{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"dr" = ( +/obj/structure/table/wood/reinforced, +/obj/item/flashlight/lamp/green{ + pixel_y = 13; + pixel_x = 8 + }, +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_y = 4; + pixel_x = -4 + }, +/obj/item/clipboard{ + pixel_x = -2; + pixel_y = 8 + }, +/obj/item/phone{ + pixel_x = 8; + pixel_y = -4 + }, +/obj/item/storage/fancy/cigarettes/cigars/havana{ + pixel_y = -8; + pixel_x = 4 + }, +/obj/item/lighter{ + pixel_y = -16; + pixel_x = 13 + }, +/turf/open/floor/plasteel/tech, +/area/hangar) +"dD" = ( +/obj/structure/barricade/wooden, +/turf/open/floor/plating/catwalk_floor, +/area/hangar) +"dM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/opaque/yellow/filled/corner, +/turf/open/floor/plasteel/tech, +/area/hangar) +"dQ" = ( +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plasteel/tech, +/area/hangar) +"dY" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/slab_1, +/area/hangar) +"dZ" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning, +/turf/open/floor/plasteel/dark, +/area/hangar) +"es" = ( +/obj/machinery/computer/camera_advanced{ + dir = 4 + }, +/obj/effect/turf_decal/techfloor{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"ex" = ( +/obj/structure/flora/grass/both{ + pixel_x = 23; + pixel_y = 6 + }, +/turf/open/floor/grass/snow/safe, +/area/hangar) +"eA" = ( +/obj/structure/railing/corner, +/obj/effect/turf_decal/techfloor/corner, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"eJ" = ( +/obj/effect/turf_decal/techfloor{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"eX" = ( +/obj/effect/landmark/outpost/hangar_dock, +/turf/open/floor/plating, +/area/hangar) +"eZ" = ( +/obj/structure/railing{ + layer = 3.1 + }, +/obj/effect/turf_decal/spline/fancy/opaque/black, +/obj/machinery/power/floodlight, +/turf/open/floor/plasteel/tech, +/area/hangar) +"fj" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_cw{ + dir = 1 + }, +/obj/machinery/light/floor/hangar, +/turf/open/floor/plasteel/dark, +/area/hangar) +"fm" = ( +/obj/item/pipe/binary{ + dir = 8 + }, +/turf/open/floor/plasteel/stairs{ + dir = 4 + }, +/area/hangar) +"fs" = ( +/obj/effect/turf_decal/techfloor, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"fv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/opaque/yellow/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/tech, +/area/hangar) +"fM" = ( +/obj/effect/turf_decal/industrial/traffic{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"fW" = ( +/obj/structure/chair, +/obj/structure/sign/poster/official/enlist{ + pixel_x = 32 + }, +/turf/open/floor/wood/walnut{ + icon_state = "wood-broken4" + }, +/area/hangar) +"ga" = ( +/obj/structure/railing/corner/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/slab_1, +/area/hangar) +"gg" = ( +/obj/effect/turf_decal/techfloor{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/plasteel/tech, +/area/hangar) +"gu" = ( +/turf/template_noop, +/area/template_noop) +"gv" = ( +/obj/effect/turf_decal/techfloor{ + dir = 8 + }, +/obj/effect/turf_decal/techfloor{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"gx" = ( +/turf/open/floor/plasteel/tech, +/area/hangar) +"gD" = ( +/obj/structure/catwalk/over/plated_catwalk, +/obj/structure/mopbucket, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/hangar) +"gW" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/item/pipe/binary{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"gY" = ( +/obj/effect/turf_decal/techfloor{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/directional/east, +/turf/open/floor/plasteel/dark, +/area/hangar) +"he" = ( +/obj/structure/railing{ + layer = 3.1 + }, +/obj/effect/turf_decal/spline/fancy/opaque/black, +/obj/structure/railing{ + dir = 1; + layer = 4.1 + }, +/obj/structure/grille/indestructable, +/turf/open/floor/plasteel/tech/techmaint, +/area/hangar) +"hr" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_cw{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"hJ" = ( +/obj/structure/railing/wood{ + dir = 8 + }, +/turf/open/floor/plasteel/stairs/wood, +/area/hangar) +"ie" = ( +/turf/closed/indestructible/reinforced, +/area/hangar) +"iK" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/slab_1, +/area/hangar) +"iO" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/tech, +/area/hangar) +"iW" = ( +/obj/structure/table/reinforced{ + color = "#c1b6a5" + }, +/obj/item/desk_flag{ + pixel_x = -6; + pixel_y = 17 + }, +/obj/item/megaphone/sec{ + name = "syndicate megaphone"; + pixel_x = 1; + pixel_y = 4 + }, +/obj/item/camera_bug{ + pixel_x = -5; + pixel_y = -3 + }, +/obj/effect/turf_decal/techfloor{ + dir = 5 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/plasteel/dark, +/area/hangar) +"jk" = ( +/obj/effect/turf_decal/techfloor{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"jn" = ( +/obj/machinery/light/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/reinforced, +/area/hangar) +"jq" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_cw{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"jx" = ( +/obj/item/pipe/binary{ + dir = 8 + }, +/obj/structure/catwalk/over/plated_catwalk, +/obj/machinery/light/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/hangar) +"jS" = ( +/obj/structure/flora/rock/icy, +/turf/open/water/beach/deep, +/area/hangar) +"jW" = ( +/obj/machinery/light/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/patterned/cargo_one, +/area/hangar) +"kd" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/tech, +/area/hangar) +"kr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_cw, +/obj/machinery/light/floor/hangar, +/turf/open/floor/plasteel/dark, +/area/hangar) +"kA" = ( +/obj/effect/spawner/structure/window/hollow/reinforced/middle{ + dir = 4 + }, +/turf/open/floor/plating, +/area/hangar) +"kO" = ( +/obj/effect/turf_decal/box, +/obj/structure/railing{ + layer = 3.1 + }, +/obj/machinery/power/floodlight, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/hangar) +"lf" = ( +/obj/effect/turf_decal/arrows, +/turf/open/floor/plasteel/tech, +/area/hangar) +"ly" = ( +/obj/machinery/door/poddoor/shutters/indestructible/preopen, +/obj/effect/turf_decal/techfloor{ + dir = 1 + }, +/turf/open/floor/plasteel/tech, +/area/hangar) +"lJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_ccw, +/obj/machinery/light/floor/hangar, +/turf/open/floor/plasteel/dark, +/area/hangar) +"lP" = ( +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/pipe/binary{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"mh" = ( +/obj/item/pipe/binary, +/obj/structure/catwalk/over/plated_catwalk, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/hangar) +"mu" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_cw, +/obj/machinery/light/floor/hangar, +/turf/open/floor/plasteel/dark, +/area/hangar) +"mx" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 9 + }, +/obj/structure/closet/toolcloset/empty, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/tech, +/area/hangar) +"mZ" = ( +/obj/item/pipe/binary{ + dir = 9 + }, +/obj/item/kirbyplants{ + icon_state = "plant-25"; + pixel_x = 5 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/robot_debris{ + pixel_x = 8 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/hangar) +"nq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"nA" = ( +/obj/machinery/door/poddoor/shutters/indestructible/preopen, +/obj/effect/turf_decal/techfloor/corner{ + dir = 4 + }, +/obj/effect/turf_decal/techfloor{ + dir = 1 + }, +/turf/open/floor/plasteel/tech, +/area/hangar) +"ov" = ( +/obj/effect/turf_decal/industrial/traffic{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"oE" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/patterned/cargo_one, +/area/hangar) +"pb" = ( +/turf/open/floor/grass/snow/safe, +/area/hangar) +"pf" = ( +/obj/structure/girder/reinforced, +/obj/structure/grille/broken, +/obj/machinery/light/directional/north, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/hangar) +"ph" = ( +/obj/structure/grille/indestructable, +/obj/structure/window/plasma/reinforced/plastitanium, +/turf/open/floor/plating, +/area/hangar) +"po" = ( +/obj/structure/flora/grass/both, +/turf/open/floor/grass/snow/safe, +/area/hangar) +"pU" = ( +/obj/structure/railing/wood{ + layer = 3.1 + }, +/obj/structure/fluff/hedge{ + icon_state = "hedge-4" + }, +/turf/open/floor/wood/walnut, +/area/hangar) +"qe" = ( +/obj/effect/turf_decal/box/corners{ + dir = 4 + }, +/obj/structure/closet/crate, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/vomit, +/turf/open/floor/plating/rust, +/area/hangar) +"qF" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/beer{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/item/toy/cards/deck{ + pixel_y = 2; + pixel_x = -5 + }, +/turf/open/floor/wood/walnut, +/area/hangar) +"qN" = ( +/obj/structure/railing{ + layer = 3.1 + }, +/obj/structure/catwalk/over/plated_catwalk, +/obj/effect/turf_decal/spline/fancy/opaque/black, +/obj/item/pipe/binary, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/hangar) +"qO" = ( +/obj/structure/girder/displaced, +/obj/effect/turf_decal/techfloor{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/plasteel/tech, +/area/hangar) +"qQ" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/obj/item/chair{ + pixel_x = -1; + pixel_y = -4 + }, +/obj/item/chair{ + pixel_x = -1 + }, +/obj/item/chair{ + pixel_x = -1; + pixel_y = 3 + }, +/obj/effect/turf_decal/box, +/turf/open/floor/plasteel/tech, +/area/hangar) +"rd" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/techfloor/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"rj" = ( +/obj/structure/railing{ + layer = 3.1 + }, +/obj/effect/turf_decal/spline/fancy/opaque/black, +/turf/open/floor/plasteel/tech, +/area/hangar) +"ry" = ( +/obj/item/pipe/binary, +/obj/structure/catwalk/over/plated_catwalk, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/hangar) +"rK" = ( +/obj/structure/catwalk/over/plated_catwalk, +/obj/structure/easel, +/turf/open/floor/plating, +/area/hangar) +"rL" = ( +/obj/structure/table_frame/wood, +/obj/item/trash/boritos, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/hangar) +"rP" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/tech/grid, +/area/hangar) +"sJ" = ( +/obj/effect/turf_decal/techfloor{ + dir = 8 + }, +/obj/machinery/computer/card/minor/cmo{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"tc" = ( +/obj/structure/railing/wood{ + layer = 3.1 + }, +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/wood/walnut, +/area/hangar) +"td" = ( +/obj/effect/turf_decal/industrial/traffic/corner, +/obj/effect/decal/cleanable/plastic, +/turf/open/floor/plasteel/dark, +/area/hangar) +"tR" = ( +/obj/effect/turf_decal/techfloor{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"tU" = ( +/obj/structure/table/wood/reinforced, +/obj/item/modular_computer/laptop/preset/civilian{ + pixel_x = -1; + pixel_y = 3 + }, +/obj/item/newspaper{ + pixel_x = 6; + pixel_y = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/tech, +/area/hangar) +"ue" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"uk" = ( +/obj/structure/table/wood/reinforced, +/obj/item/table_bell{ + pixel_x = 9; + pixel_y = -1 + }, +/obj/item/cigbutt/cigarbutt{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/item/dice/d2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/tech, +/area/hangar) +"ur" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"ut" = ( +/obj/structure/railing{ + dir = 8; + layer = 4.1 + }, +/obj/effect/turf_decal/techfloor{ + dir = 8 + }, +/turf/open/floor/plasteel/tech, +/area/hangar) +"uw" = ( +/obj/item/storage/cans/sixbeer{ + pixel_x = 3; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/greenglow, +/turf/open/floor/plasteel/tech, +/area/hangar) +"uy" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood/walnut, +/area/hangar) +"uM" = ( +/obj/item/binoculars{ + pixel_y = 6; + pixel_x = -3 + }, +/obj/structure/rack, +/obj/item/radio{ + pixel_y = 6; + pixel_x = 9 + }, +/obj/effect/turf_decal/techfloor/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/tech, +/area/hangar) +"uN" = ( +/obj/structure/catwalk/over/plated_catwalk, +/obj/item/trash/can{ + pixel_x = -8; + pixel_y = -6 + }, +/obj/item/trash/candy, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/hangar) +"uQ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/slab_1, +/area/hangar) +"uS" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/turf/open/floor/grass/snow/safe, +/area/hangar) +"uT" = ( +/obj/machinery/computer/crew/syndie{ + dir = 4 + }, +/obj/effect/turf_decal/techfloor{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"vC" = ( +/obj/machinery/vending/coffee, +/obj/structure/extinguisher_cabinet/directional/north, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = 32 + }, +/obj/machinery/light/directional/west, +/turf/open/floor/wood/walnut, +/area/hangar) +"vL" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_access_txt = "109" + }, +/obj/item/pipe/binary, +/obj/structure/catwalk/over/plated_catwalk, +/obj/structure/barricade/wooden/crude, +/turf/open/floor/plating, +/area/hangar) +"vO" = ( +/obj/machinery/door/poddoor/multi_tile/four_tile_ver, +/turf/closed/indestructible/reinforced, +/area/hangar) +"vQ" = ( +/obj/machinery/light/floor/hangar, +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"wc" = ( +/turf/open/floor/concrete/reinforced, +/area/hangar) +"wh" = ( +/obj/machinery/computer/cargo/express, +/obj/item/toy/plush/knight{ + pixel_y = 25; + pixel_x = 9 + }, +/turf/open/floor/plating/catwalk_floor, +/area/hangar) +"wk" = ( +/obj/structure/flora/rock/pile/icy, +/turf/open/water/beach/deep, +/area/hangar) +"wl" = ( +/obj/effect/turf_decal/techfloor{ + dir = 4 + }, +/turf/open/floor/plasteel/tech/grid, +/area/hangar) +"wv" = ( +/obj/effect/turf_decal/industrial/warning, +/obj/structure/fluff/hedge{ + icon_state = "hedge-4" + }, +/turf/open/floor/plasteel/tech/grid, +/area/hangar) +"wA" = ( +/obj/effect/decal/cleanable/garbage{ + pixel_y = -7; + pixel_x = 6 + }, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/hangar) +"wH" = ( +/obj/structure/girder, +/turf/open/floor/plating, +/area/hangar) +"xd" = ( +/obj/structure/grille, +/turf/open/floor/plating, +/area/hangar) +"xu" = ( +/turf/open/floor/plasteel/stairs{ + dir = 4 + }, +/area/hangar) +"xC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plasteel/dark, +/area/hangar) +"xU" = ( +/obj/effect/turf_decal/box/corners{ + dir = 1 + }, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plasteel/patterned/cargo_one, +/area/hangar) +"xZ" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{ + dir = 5 + }, +/turf/open/floor/plasteel/tech, +/area/hangar) +"ye" = ( +/turf/open/floor/plating, +/area/hangar) +"yo" = ( +/obj/effect/turf_decal/industrial/warning/corner, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"yq" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/corner{ + dir = 8 + }, +/obj/machinery/light/floor/hangar, +/turf/open/floor/plasteel/dark, +/area/hangar) +"yF" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_ccw, +/turf/open/floor/plasteel/dark, +/area/hangar) +"yV" = ( +/turf/open/floor/plasteel/stairs{ + dir = 8 + }, +/area/hangar) +"zp" = ( +/obj/structure/railing{ + layer = 3.1 + }, +/obj/effect/turf_decal/spline/fancy/opaque/black, +/turf/open/floor/plasteel/stairs{ + dir = 8 + }, +/area/hangar) +"zq" = ( +/obj/structure/catwalk/over/plated_catwalk, +/obj/item/wallframe/light_fixture{ + pixel_y = -5; + pixel_x = 5 + }, +/turf/open/floor/plating, +/area/hangar) +"zA" = ( +/turf/open/floor/plating/ice/smooth, +/area/hangar) +"zR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_cw, +/turf/open/floor/plasteel/dark, +/area/hangar) +"AB" = ( +/obj/structure/rack, +/obj/item/poster/random_official{ + pixel_x = 2; + pixel_y = 9 + }, +/obj/item/poster/random_official{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/poster/random_contraband{ + pixel_y = 8; + pixel_x = -1 + }, +/obj/item/destTagger{ + pixel_x = -2 + }, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/turf_decal/industrial/warning, +/turf/open/floor/plasteel/tech/grid, +/area/hangar) +"AN" = ( +/obj/structure/table/reinforced, +/obj/item/stack/packageWrap{ + pixel_y = 7 + }, +/obj/item/clipboard{ + pixel_x = -5; + pixel_y = 1 + }, +/obj/item/export_scanner{ + pixel_x = 4 + }, +/obj/effect/turf_decal/industrial/warning, +/obj/structure/sign/poster/contraband/eoehoma{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/tech/grid, +/area/hangar) +"Bf" = ( +/obj/machinery/elevator_call_button{ + pixel_y = 31; + pixel_x = 10 + }, +/obj/effect/landmark/outpost/elevator_machine, +/turf/open/floor/wood/walnut, +/area/hangar) +"Bt" = ( +/obj/structure/railing/corner/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/slab_1, +/area/hangar) +"Cb" = ( +/obj/effect/turf_decal/industrial/traffic{ + dir = 8 + }, +/obj/effect/turf_decal/box/corners{ + dir = 1 + }, +/obj/structure/reagent_dispensers/watertank, +/obj/item/radio/intercom/directional/north{ + pixel_y = 20 + }, +/turf/open/floor/plasteel/patterned/cargo_one, +/area/hangar) +"Cm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_ccw, +/turf/open/floor/plasteel/dark, +/area/hangar) +"Df" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/concrete/slab_1, +/area/hangar) +"Dh" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood/walnut, +/area/hangar) +"Ef" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_cw, +/turf/open/floor/plasteel/dark, +/area/hangar) +"ET" = ( +/turf/open/floor/plasteel/stairs/wood, +/area/hangar) +"Fb" = ( +/obj/structure/railing/wood{ + layer = 3.1 + }, +/obj/structure/fluff/hedge{ + icon_state = "hedge-8" + }, +/turf/open/floor/wood/walnut, +/area/hangar) +"Fo" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/concrete/slab_1, +/area/hangar) +"Fs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/tech, +/area/hangar) +"FD" = ( +/obj/effect/landmark/outpost/elevator, +/turf/open/floor/plasteel/elevatorshaft, +/area/hangar) +"GB" = ( +/obj/structure/girder/reinforced, +/turf/open/floor/plasteel/dark, +/area/hangar) +"GG" = ( +/obj/effect/turf_decal/industrial/traffic{ + dir = 4 + }, +/obj/effect/turf_decal/box/corners, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/patterned/cargo_one, +/area/hangar) +"GU" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/techfloor/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/tech, +/area/hangar) +"Hj" = ( +/obj/structure/chair/plastic{ + dir = 4 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/obj/machinery/light/directional/south, +/turf/open/floor/plating, +/area/hangar) +"Hl" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/slab_1, +/area/hangar) +"Hm" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/turf_decal/industrial/stand_clear, +/turf/open/floor/plasteel/dark, +/area/hangar) +"Hp" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/wood/walnut{ + icon_state = "wood-broken7" + }, +/area/hangar) +"HC" = ( +/obj/item/kirbyplants{ + icon_state = "plant-09" + }, +/turf/open/floor/plasteel/tech, +/area/hangar) +"HJ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/sign/poster/official/moth/meth{ + pixel_x = 32 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/concrete/slab_1, +/area/hangar) +"HR" = ( +/obj/structure/railing/wood{ + dir = 4 + }, +/turf/open/floor/plasteel/stairs/wood, +/area/hangar) +"Ij" = ( +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating, +/area/hangar) +"IW" = ( +/obj/effect/turf_decal/techfloor{ + dir = 8 + }, +/obj/effect/turf_decal/techfloor{ + dir = 4 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/plasteel/dark, +/area/hangar) +"Jl" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_cw{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"JC" = ( +/obj/structure/window/reinforced/spawner, +/obj/effect/spawner/structure/window/hollow/reinforced/middle{ + dir = 4 + }, +/turf/open/floor/plating, +/area/hangar) +"JM" = ( +/obj/item/trash/waffles{ + pixel_y = -3 + }, +/obj/item/trash/sosjerky{ + pixel_x = -4 + }, +/obj/item/trash/raisins, +/obj/item/trash/pistachios{ + pixel_x = 6 + }, +/obj/structure/closet/crate/trashcart, +/turf/open/floor/plating, +/area/hangar) +"Kg" = ( +/obj/structure/girder/displaced, +/obj/structure/grille/broken, +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating, +/area/hangar) +"Kn" = ( +/obj/structure/catwalk/over/plated_catwalk, +/obj/item/pipe/binary, +/obj/machinery/light/directional/east, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/hangar) +"KM" = ( +/obj/item/pipe/binary{ + dir = 6 + }, +/obj/structure/catwalk/over/plated_catwalk, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/hangar) +"KV" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_access_txt = "109" + }, +/turf/open/floor/concrete/reinforced, +/area/hangar) +"Lv" = ( +/obj/structure/girder/displaced, +/obj/structure/grille, +/turf/open/floor/plating, +/area/hangar) +"LG" = ( +/obj/structure/catwalk/over/plated_catwalk, +/obj/item/mop{ + pixel_y = -8; + pixel_x = -13 + }, +/obj/item/clothing/head/soft/purple, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/hangar) +"LH" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_cw{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"LW" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_cw{ + dir = 1 + }, +/obj/machinery/light/floor/hangar, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"Ma" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/pipe/binary{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"Nd" = ( +/obj/effect/turf_decal/industrial/traffic{ + dir = 4 + }, +/obj/effect/turf_decal/box/corners{ + dir = 4 + }, +/turf/open/floor/plasteel/patterned/cargo_one, +/area/hangar) +"Ni" = ( +/obj/item/pipe/binary, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/stack/sheet/mineral/wood{ + pixel_x = -6 + }, +/obj/item/stack/sheet/mineral/wood{ + pixel_x = 10; + pixel_y = 7 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/tech/techmaint, +/area/hangar) +"NF" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plasteel/tech, +/area/hangar) +"Oq" = ( +/turf/open/floor/plasteel/dark, +/area/hangar) +"Ov" = ( +/obj/item/wallframe/airalarm{ + pixel_y = -7 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/hangar) +"OM" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/tech, +/area/hangar) +"Pp" = ( +/obj/effect/turf_decal/industrial/warning, +/turf/open/floor/plasteel/dark, +/area/hangar) +"Pr" = ( +/obj/structure/statue/snow/snowman{ + pixel_y = 5 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/turf/open/floor/grass/snow/safe, +/area/hangar) +"Pz" = ( +/mob/living/simple_animal/hostile/cockroach, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/tech, +/area/hangar) +"PZ" = ( +/turf/open/floor/concrete/slab_1, +/area/hangar) +"Qx" = ( +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 4 + }, +/obj/structure/girder/reinforced, +/turf/open/floor/plasteel/dark, +/area/hangar) +"QM" = ( +/obj/effect/turf_decal/industrial/caution{ + pixel_y = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"Rh" = ( +/obj/effect/turf_decal/techfloor{ + dir = 10 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/plasteel/dark, +/area/hangar) +"Rv" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/drinks/mug{ + pixel_x = 9; + pixel_y = -2 + }, +/obj/item/newspaper{ + pixel_x = -5; + pixel_y = -1 + }, +/obj/item/newspaper{ + pixel_x = -5; + pixel_y = 2 + }, +/obj/machinery/jukebox/boombox{ + pixel_y = 5 + }, +/turf/open/floor/wood/walnut, +/area/hangar) +"RQ" = ( +/obj/effect/turf_decal/industrial/traffic/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"Sa" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/corner{ + dir = 1 + }, +/obj/machinery/light/floor/hangar, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"Sg" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{ + dir = 9 + }, +/turf/open/floor/plasteel/tech, +/area/hangar) +"Sk" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/obj/effect/decal/cleanable/oil/streak, +/turf/open/floor/plasteel/dark, +/area/hangar) +"SA" = ( +/obj/structure/table/reinforced, +/obj/item/stamp{ + pixel_x = -8; + pixel_y = 8 + }, +/obj/item/stamp/denied{ + pixel_x = -8; + pixel_y = 3 + }, +/obj/item/paper_bin{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_y = 4; + pixel_x = 5 + }, +/obj/machinery/light/directional/north, +/turf/open/floor/plating/catwalk_floor, +/area/hangar) +"SZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/passive_vent{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"Tb" = ( +/obj/structure/catwalk/over/plated_catwalk, +/obj/item/pipe/binary{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/hangar) +"Tc" = ( +/obj/machinery/door/airlock/highsecurity, +/obj/effect/turf_decal/techfloor{ + dir = 4 + }, +/obj/effect/turf_decal/techfloor{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"Tv" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/decal/cleanable/glass, +/turf/open/floor/wood/walnut, +/area/hangar) +"TA" = ( +/obj/structure/barricade/wooden, +/turf/open/floor/plating, +/area/hangar) +"TM" = ( +/obj/machinery/light/floor/hangar, +/turf/open/floor/plasteel/tech, +/area/hangar) +"TN" = ( +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"TR" = ( +/obj/effect/spawner/lootdrop/grille_or_trash, +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating, +/area/hangar) +"Ud" = ( +/obj/effect/turf_decal/techfloor, +/obj/structure/railing{ + dir = 2; + layer = 4.1 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"Uz" = ( +/obj/structure/catwalk/over/plated_catwalk, +/obj/item/pipe/binary{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/hangar) +"UG" = ( +/obj/machinery/door/airlock, +/obj/effect/landmark/outpost/elevator_machine, +/turf/open/floor/plasteel, +/area/hangar) +"UI" = ( +/obj/item/pipe/binary{ + dir = 8 + }, +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating, +/area/hangar) +"UJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/tech, +/area/hangar) +"UU" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_cw{ + dir = 8 + }, +/obj/machinery/light/floor/hangar, +/turf/open/floor/plasteel/dark, +/area/hangar) +"Vg" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_cw{ + dir = 8 + }, +/obj/machinery/light/floor/hangar{ + pixel_y = 17 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"Vi" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/wood/walnut, +/area/hangar) +"Wb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/outpost/hangar_numbers, +/turf/open/floor/concrete/slab_1, +/area/hangar) +"Wk" = ( +/turf/open/floor/plasteel/patterned/cargo_one, +/area/hangar) +"Wq" = ( +/obj/item/pipe/binary{ + dir = 8 + }, +/obj/structure/catwalk/over/plated_catwalk, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/hangar) +"WI" = ( +/obj/structure/table/reinforced{ + color = "#c1b6a5" + }, +/obj/machinery/fax, +/obj/effect/turf_decal/techfloor{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"WJ" = ( +/obj/item/pipe/binary{ + dir = 8 + }, +/obj/structure/catwalk/over/plated_catwalk, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/hangar) +"WP" = ( +/obj/machinery/atmospherics/components/binary/pump/on, +/obj/structure/catwalk/over/plated_catwalk, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/hangar) +"WW" = ( +/obj/machinery/vending/cigarette, +/obj/item/radio/intercom/directional/north{ + pixel_y = 20 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/item/toy/plush/hornet/gay{ + pixel_y = 23; + pixel_x = 7 + }, +/obj/item/reagent_containers/food/drinks/coffee{ + pixel_x = 1; + pixel_y = 19; + layer = 3.1 + }, +/turf/open/floor/wood/walnut, +/area/hangar) +"WZ" = ( +/obj/structure/marker_beacon{ + picked_color = "Teal" + }, +/turf/open/floor/plating, +/area/hangar) +"Xq" = ( +/turf/open/water/beach/deep, +/area/hangar) +"Xw" = ( +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plasteel/dark, +/area/hangar) +"XU" = ( +/obj/structure/closet/crate/trashcart/laundry, +/obj/effect/turf_decal/industrial/hatch/yellow, +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plasteel/patterned/cargo_one, +/area/hangar) +"Yb" = ( +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 4 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"Yd" = ( +/obj/machinery/atmospherics/components/unary/tank/air{ + volume = 10000000 + }, +/obj/structure/catwalk/over/plated_catwalk, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/machinery/light/directional/north, +/turf/open/floor/plating, +/area/hangar) +"Ym" = ( +/obj/effect/turf_decal/industrial/loading, +/turf/open/floor/plasteel/dark, +/area/hangar) +"YT" = ( +/obj/structure/catwalk/over/plated_catwalk, +/obj/item/pipe/binary{ + dir = 8 + }, +/obj/structure/sign/poster/contraband/energy_swords{ + pixel_y = -32 + }, +/turf/open/floor/plating/rust, +/area/hangar) +"Zc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/slab_1, +/area/hangar) +"Zq" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_ccw, +/obj/machinery/light/floor/hangar, +/turf/open/floor/plasteel/dark, +/area/hangar) +"Zx" = ( +/obj/structure/frame/computer{ + dir = 8 + }, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/hangar) + +(1,1,1) = {" +gu +gu +gu +gu +gu +gu +gu +gu +gu +gu +gu +gu +gu +gu +ie +ie +ie +ie +vO +ie +ie +ie +vO +ie +ie +ie +vO +ie +ie +ie +vO +ie +ie +ie +vO +ie +gu +gu +gu +gu +gu +gu +"} +(2,1,1) = {" +gu +gu +gu +gu +gu +gu +gu +gu +gu +ie +ie +ie +ie +ie +ie +rP +OM +OM +OM +OM +OM +OM +OM +OM +OM +OM +OM +OM +OM +OM +OM +OM +OM +OM +rP +ie +ie +gu +gu +gu +gu +gu +"} +(3,1,1) = {" +gu +gu +gu +gu +gu +gu +gu +gu +ie +ie +au +au +au +ie +dZ +wl +gx +bA +TM +gx +gx +gx +bA +TM +gx +gx +TM +lf +gx +gx +gx +TM +lf +gx +wl +vQ +ie +ie +ie +gu +gu +gu +"} +(4,1,1) = {" +gu +gu +gu +gu +gu +gu +gu +gu +ie +au +au +au +au +au +yF +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +eX +Jl +au +au +ie +ie +gu +gu +"} +(5,1,1) = {" +gu +gu +gu +gu +gu +gu +gu +ie +ie +au +au +au +au +Oq +Zq +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +Jl +au +au +au +ie +gu +gu +"} +(6,1,1) = {" +gu +gu +gu +gu +gu +gu +ie +ie +au +au +au +au +au +Oq +Cm +WZ +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +WZ +Jl +ur +au +au +ie +gu +gu +"} +(7,1,1) = {" +gu +gu +gu +gu +gu +ie +ie +au +au +au +au +au +au +Oq +Cm +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +hr +nq +au +au +ie +gu +gu +"} +(8,1,1) = {" +gu +gu +gu +gu +ie +ie +au +au +au +au +wk +qO +au +Qx +Cm +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +hr +Oq +au +au +ie +gu +gu +"} +(9,1,1) = {" +gu +gu +gu +gu +ie +au +au +au +au +jS +Xq +gg +eZ +ue +Cm +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +fj +ur +ie +au +ie +gu +gu +"} +(10,1,1) = {" +gu +gu +gu +gu +ie +au +au +au +Xq +Xq +Xq +gg +rj +ue +Cm +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +Jl +ur +au +au +ie +gu +gu +"} +(11,1,1) = {" +gu +gu +gu +gu +ie +au +au +AB +ut +ut +ut +GU +rj +ue +lJ +WZ +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +WZ +Jl +ur +au +au +ie +gu +gu +"} +(12,1,1) = {" +gu +gu +gu +gu +ie +au +au +wv +dQ +Uz +Kn +dg +qN +gW +Cm +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +Jl +Oq +au +au +ie +gu +gu +"} +(13,1,1) = {" +gu +gu +ie +ie +ie +ie +ie +bZ +uw +Tb +ie +yV +zp +Ma +Cm +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +Jl +Oq +au +au +ie +gu +gu +"} +(14,1,1) = {" +gu +gu +ie +bb +bb +bb +ie +AN +Pz +YT +ie +Yb +Sk +lP +Cm +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +fj +Oq +au +au +ie +gu +gu +"} +(15,1,1) = {" +gu +gu +ie +bb +bb +bb +ie +ie +xu +fm +he +Hm +Oq +SZ +Cm +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +Jl +Oq +ie +au +ie +ie +gu +"} +(16,1,1) = {" +gu +gu +ie +KM +mh +ry +ry +vL +Ni +mZ +he +Hm +Oq +xC +Cm +WZ +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +WZ +Jl +ur +au +au +au +ie +ie +"} +(17,1,1) = {" +gu +gu +ie +jx +mx +qQ +ie +ie +pf +Zx +au +au +au +ur +lJ +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +Jl +ur +au +au +au +au +ie +"} +(18,1,1) = {" +gu +gu +ie +Wq +ie +ie +ie +au +au +au +au +au +au +nq +Cm +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +Jl +ur +wH +au +au +au +ie +"} +(19,1,1) = {" +gu +ie +ie +UI +ie +au +au +au +au +au +au +au +ie +ur +Cm +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +Jl +Oq +xd +au +au +au +ie +"} +(20,1,1) = {" +ie +ie +au +WJ +ie +au +zA +zA +au +au +au +au +ie +Oq +Cm +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +fj +ur +Ij +JM +au +au +ie +"} +(21,1,1) = {" +ie +Yd +WP +cJ +KV +wc +pb +zA +au +au +au +au +ie +Oq +Cm +WZ +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +WZ +Jl +ur +gD +Ov +au +au +ie +"} +(22,1,1) = {" +ie +au +au +au +ie +jn +pb +po +ex +au +au +au +au +Oq +Cm +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +Jl +ur +LG +wA +au +au +ie +"} +(23,1,1) = {" +ie +ie +ie +ie +ie +au +Pr +uS +uS +uS +au +au +au +Oq +lJ +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +Jl +nq +uN +Hj +ie +au +ie +"} +(24,1,1) = {" +gu +gu +gu +gu +ie +ie +kA +kA +kA +kA +JC +au +au +Oq +Cm +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +hr +ur +zq +rL +au +au +ie +"} +(25,1,1) = {" +gu +gu +gu +gu +ie +vC +Tv +uy +Hp +Rv +pU +au +au +bQ +Cm +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +hr +ur +Ij +TA +au +au +ie +"} +(26,1,1) = {" +ie +ie +ie +ie +ie +Bf +Dh +Dh +Dh +Vi +Fb +HC +nA +Sg +fv +WZ +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +WZ +fj +ur +Ij +rK +au +au +ie +"} +(27,1,1) = {" +ie +bb +bb +FD +UG +dY +dY +Fo +dY +iK +Bt +hJ +ly +UJ +Fs +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +Jl +ur +Kg +Lv +au +au +ie +"} +(28,1,1) = {" +ie +bb +bb +bb +UG +PZ +Wb +Zc +PZ +PZ +uQ +ET +ly +kd +Fs +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +hr +Oq +Ij +kO +ie +au +ie +"} +(29,1,1) = {" +ie +bb +bb +bb +UG +HJ +Df +Df +Df +Hl +ga +HR +ly +xZ +dM +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +hr +Oq +TR +au +au +au +ie +"} +(30,1,1) = {" +ie +ie +ie +ie +ie +ie +ie +WW +fW +qF +tc +au +au +bQ +zR +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +hr +ur +au +au +au +au +ie +"} +(31,1,1) = {" +gu +gu +gu +gu +gu +gu +ie +ie +ie +ie +ie +au +au +Oq +zR +WZ +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +WZ +hr +nq +au +au +au +au +ie +"} +(32,1,1) = {" +gu +gu +gu +gu +gu +gu +gu +gu +gu +ie +ie +au +au +Oq +kr +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +LW +nq +au +au +au +ie +ie +"} +(33,1,1) = {" +gu +gu +gu +gu +gu +gu +gu +ie +ie +ie +au +au +au +Oq +zR +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +hr +Oq +au +au +au +ie +gu +"} +(34,1,1) = {" +gu +gu +gu +gu +gu +gu +gu +ie +au +au +au +au +dD +ur +Ef +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +hr +eA +au +au +au +ie +gu +"} +(35,1,1) = {" +gu +gu +gu +gu +gu +gu +gu +ie +au +au +au +ie +wh +ur +Ef +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +hr +Ud +Xq +au +au +ie +gu +"} +(36,1,1) = {" +gu +gu +gu +gu +gu +gu +gu +ie +au +au +ie +ie +SA +Oq +Ef +WZ +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +WZ +hr +Ud +Xq +au +au +ie +gu +"} +(37,1,1) = {" +gu +gu +gu +gu +gu +gu +gu +ie +au +au +ie +Cb +cb +QM +Ef +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +hr +rd +au +au +au +ie +gu +"} +(38,1,1) = {" +gu +gu +gu +gu +gu +gu +gu +ie +au +au +xU +oE +aO +Ym +mu +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +fj +yo +ie +au +au +ie +gu +"} +(39,1,1) = {" +gu +gu +gu +gu +gu +gu +gu +ie +au +ie +jW +oE +Wk +Ym +Ef +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +Jl +Pp +au +au +au +ie +gu +"} +(40,1,1) = {" +gu +gu +gu +gu +gu +gu +gu +ie +au +au +qe +Wk +Wk +Ym +Ef +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +hr +aB +au +au +au +ie +gu +"} +(41,1,1) = {" +gu +gu +gu +gu +gu +gu +gu +ie +au +au +au +Nd +GG +QM +Ef +WZ +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +WZ +Jl +Pp +au +au +au +ie +gu +"} +(42,1,1) = {" +gu +gu +gu +gu +gu +gu +gu +ie +ie +au +au +au +XU +Oq +Ef +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +Jl +TN +au +au +au +ie +gu +"} +(43,1,1) = {" +gu +gu +gu +gu +gu +gu +gu +gu +ie +au +au +au +au +Oq +Ef +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +Jl +ur +au +au +au +ie +gu +"} +(44,1,1) = {" +gu +gu +gu +gu +gu +gu +gu +gu +ie +ie +au +au +au +Oq +yq +LH +LH +jq +jq +jq +UU +jq +jq +jq +jq +Vg +LH +jq +jq +UU +LH +LH +jq +jq +jq +Sa +Oq +au +au +ie +ie +gu +"} +(45,1,1) = {" +gu +gu +gu +gu +gu +gu +gu +gu +gu +ie +au +au +au +ie +au +Xw +ur +ur +ur +Oq +Oq +td +ov +ov +ov +ov +fM +RQ +ur +ur +Oq +ur +ur +ur +ur +Oq +au +au +au +ie +gu +gu +"} +(46,1,1) = {" +gu +gu +gu +gu +gu +gu +gu +gu +gu +ie +ie +au +au +au +au +au +au +au +ie +au +au +ie +ie +ph +ph +ph +ie +ie +GB +au +au +au +au +ie +au +au +au +au +au +ie +gu +gu +"} +(47,1,1) = {" +gu +gu +gu +gu +gu +gu +gu +gu +gu +gu +ie +ie +ie +ie +au +au +au +au +au +au +ie +ie +es +sJ +uT +dk +uM +ie +ie +ie +ie +ie +au +au +au +au +au +ie +ie +ie +gu +gu +"} +(48,1,1) = {" +gu +gu +gu +gu +gu +gu +gu +gu +gu +gu +gu +gu +gu +ie +ie +ie +ie +au +au +au +ie +tU +iO +jk +tR +tR +Rh +ie +bb +bb +bb +ie +ie +ie +ie +ie +ie +ie +gu +gu +gu +gu +"} +(49,1,1) = {" +gu +gu +gu +gu +gu +gu +gu +gu +gu +gu +gu +gu +gu +gu +gu +gu +ie +ie +ie +ie +ie +dr +uk +eJ +ur +ur +fs +ie +bb +bb +bb +ie +gu +gu +gu +gu +gu +gu +gu +gu +gu +gu +"} +(50,1,1) = {" +gu +gu +gu +gu +gu +gu +gu +gu +gu +gu +gu +gu +gu +gu +gu +gu +gu +gu +gu +gu +ie +ie +NF +iW +WI +cR +gY +Tc +gv +IW +gv +ie +gu +gu +gu +gu +gu +gu +gu +gu +gu +gu +"} +(51,1,1) = {" +gu +gu +gu +gu +gu +gu +gu +gu +gu +gu +gu +gu +gu +gu +gu +gu +gu +gu +gu +gu +gu +ie +ie +ie +ie +ie +ie +ie +ie +ie +ie +ie +gu +gu +gu +gu +gu +gu +gu +gu +gu +gu +"} diff --git a/_maps/outpost/hangar/test_2_40x40.dmm b/_maps/outpost/hangar/test_2_40x40.dmm new file mode 100644 index 000000000000..ada742d9f557 --- /dev/null +++ b/_maps/outpost/hangar/test_2_40x40.dmm @@ -0,0 +1,4682 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ae" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_access_txt = "109" + }, +/obj/item/pipe/binary, +/turf/open/floor/concrete/slab_3, +/area/hangar) +"ah" = ( +/obj/effect/decal/cleanable/robot_debris{ + pixel_x = 12 + }, +/turf/open/floor/plasteel{ + color = "#808080" + }, +/area/hangar) +"ar" = ( +/obj/structure/catwalk/over/plated_catwalk, +/obj/effect/spawner/lootdrop/glowstick{ + pixel_x = 5; + pixel_y = 9 + }, +/turf/open/floor/plating, +/area/hangar) +"az" = ( +/obj/machinery/vending/coffee{ + pixel_x = 5 + }, +/obj/item/kirbyplants{ + icon_state = "plant-22"; + pixel_x = -11 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/item/toy/plush/moth{ + pixel_y = 21; + pixel_x = 6 + }, +/turf/open/floor/concrete/slab_3, +/area/hangar) +"aF" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_cw{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"aH" = ( +/obj/structure/catwalk/over/plated_catwalk, +/obj/structure/girder, +/obj/structure/grille/broken, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/hangar) +"aL" = ( +/obj/effect/turf_decal/techfloor{ + dir = 4 + }, +/obj/machinery/computer/cargo/express{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/plasteel{ + color = "#808080" + }, +/area/hangar) +"bt" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/turf_decal/box/corners{ + dir = 8 + }, +/turf/open/floor/plating/rust, +/area/hangar) +"cg" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel{ + color = "#808080" + }, +/area/hangar) +"cm" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_ccw, +/obj/machinery/light/floor/hangar, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"db" = ( +/obj/structure/marker_beacon{ + picked_color = "Teal" + }, +/turf/open/floor/plating, +/area/hangar) +"dd" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"eM" = ( +/obj/effect/turf_decal/industrial/warning, +/obj/effect/turf_decal/industrial/caution{ + dir = 1 + }, +/turf/open/floor/plasteel{ + color = "#808080" + }, +/area/hangar) +"fn" = ( +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"fE" = ( +/obj/structure/catwalk/over, +/obj/structure/table/wood, +/obj/item/reagent_containers/syringe/contraband/space_drugs{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/reagent_containers/glass/mortar/metal, +/obj/item/reagent_containers/syringe/contraband/morphine{ + pixel_x = -3; + pixel_y = 1 + }, +/turf/open/floor/plating{ + icon_state = "foam_plating" + }, +/area/hangar) +"fR" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{ + dir = 8 + }, +/obj/machinery/light/floor/hangar, +/turf/open/floor/plasteel/dark, +/area/hangar) +"gN" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_cw{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"ht" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"hw" = ( +/obj/structure/railing{ + dir = 2; + layer = 4.1 + }, +/obj/effect/turf_decal/spline/fancy/opaque/black, +/turf/open/water/beach/deep, +/area/hangar) +"hz" = ( +/obj/structure/railing/corner, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"hG" = ( +/obj/structure/flora/rock/pile/icy, +/turf/open/floor/plating/asteroid/icerock, +/area/hangar) +"hP" = ( +/obj/machinery/door/poddoor/multi_tile/four_tile_ver, +/turf/closed/indestructible/reinforced, +/area/hangar) +"iG" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"iY" = ( +/obj/effect/turf_decal/techfloor{ + dir = 4 + }, +/obj/structure/rack, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/plasteel{ + color = "#808080" + }, +/area/hangar) +"jk" = ( +/obj/structure/flora/rock/pile/icy, +/turf/open/water/beach/deep, +/area/hangar) +"jw" = ( +/obj/machinery/light/directional/east, +/turf/open/floor/plasteel/dark, +/area/hangar) +"kF" = ( +/obj/effect/decal/cleanable/garbage{ + pixel_x = 11; + pixel_y = 5 + }, +/obj/effect/decal/cleanable/wrapping{ + color = "#808080"; + pixel_y = 12 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"kJ" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/landmark/outpost/hangar_numbers, +/turf/open/floor/concrete/slab_3, +/area/hangar) +"kV" = ( +/turf/open/floor/plasteel/patterned/cargo_one, +/area/hangar) +"la" = ( +/obj/structure/railing{ + layer = 3.1 + }, +/obj/structure/fans/tiny/invisible, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"ln" = ( +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/concrete/slab_3, +/area/hangar) +"lJ" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning, +/obj/machinery/light/floor/hangar, +/turf/open/floor/plasteel/dark, +/area/hangar) +"lO" = ( +/obj/effect/turf_decal/box/corners{ + dir = 1 + }, +/obj/machinery/light/directional/north, +/obj/effect/decal/cleanable/glass, +/turf/open/floor/plasteel/patterned/cargo_one, +/area/hangar) +"lP" = ( +/obj/structure/railing{ + dir = 4; + layer = 4.1 + }, +/obj/effect/turf_decal/spline/fancy/opaque/black{ + dir = 4 + }, +/turf/open/water/beach/deep, +/area/hangar) +"ml" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"mH" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning, +/turf/open/floor/plasteel/dark, +/area/hangar) +"nK" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_cw{ + dir = 1 + }, +/obj/machinery/light/floor/hangar, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"nN" = ( +/obj/structure/closet/crate, +/turf/open/floor/plating, +/area/hangar) +"of" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/coffee{ + pixel_x = -9; + pixel_y = 3 + }, +/obj/item/reagent_containers/food/drinks/mug/tea{ + pixel_y = 9; + pixel_x = 5 + }, +/obj/machinery/light/floor/hangar, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/concrete/slab_3, +/area/hangar) +"oi" = ( +/obj/item/stack/ore/salvage/scrapsilver{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/structure/railing{ + dir = 2; + layer = 4.1 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/hangar) +"oj" = ( +/turf/open/floor/plasteel/tech, +/area/hangar) +"oq" = ( +/obj/structure/fence{ + dir = 4 + }, +/obj/structure/fans/tiny/invisible, +/turf/open/floor/plating/asteroid/icerock, +/area/hangar) +"oX" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_ccw, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"pt" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_cw{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"pz" = ( +/turf/open/floor/plasteel/dark, +/area/hangar) +"pE" = ( +/obj/structure/catwalk/over/plated_catwalk, +/obj/item/stack/ore/salvage/scraptitanium/five, +/obj/machinery/light/directional/north, +/turf/open/floor/plating, +/area/hangar) +"pO" = ( +/obj/structure/grille, +/obj/structure/railing{ + dir = 1; + layer = 4.1 + }, +/obj/structure/railing{ + dir = 2; + layer = 4.1 + }, +/turf/open/floor/plating, +/area/hangar) +"qn" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/concrete/reinforced, +/area/hangar) +"qq" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/corner{ + dir = 1 + }, +/obj/machinery/light/floor/hangar, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"qT" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4; + layer = 4.1 + }, +/obj/effect/decal/cleanable/glass{ + pixel_x = -8; + pixel_y = 6 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"rc" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/turf/open/floor/plasteel{ + color = "#808080" + }, +/area/hangar) +"rp" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/warning{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/hangar) +"rB" = ( +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/concrete/slab_2, +/area/hangar) +"rF" = ( +/obj/structure/easel, +/turf/open/floor/plasteel/patterned/cargo_one, +/area/hangar) +"sc" = ( +/obj/effect/turf_decal/industrial/warning, +/obj/structure/railing{ + dir = 2; + layer = 4.1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel{ + color = "#808080" + }, +/area/hangar) +"sn" = ( +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plating/rust, +/area/hangar) +"sp" = ( +/obj/structure/catwalk/over/plated_catwalk, +/obj/structure/frame/machine, +/turf/open/floor/plating, +/area/hangar) +"sW" = ( +/obj/structure/sign/departments/cargo{ + pixel_x = 32 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"tN" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_ccw, +/obj/machinery/light/floor/hangar, +/turf/open/floor/plasteel/dark, +/area/hangar) +"ue" = ( +/obj/machinery/door/airlock, +/obj/effect/landmark/outpost/elevator_machine, +/turf/open/floor/plasteel{ + color = "#808080" + }, +/area/hangar) +"ui" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/slab_3, +/area/hangar) +"vW" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/patterned/cargo_one, +/area/hangar) +"wj" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/slab_3, +/area/hangar) +"wH" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_ccw{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"wZ" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/turf_decal/industrial/caution, +/turf/open/floor/plasteel{ + color = "#808080" + }, +/area/hangar) +"xj" = ( +/turf/open/floor/plasteel/elevatorshaft, +/area/hangar) +"xk" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_cw{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"xG" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/rust, +/area/hangar) +"xN" = ( +/obj/effect/turf_decal/industrial/warning, +/obj/effect/turf_decal/industrial/caution{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel{ + color = "#808080" + }, +/area/hangar) +"xR" = ( +/obj/structure/catwalk/over/plated_catwalk, +/obj/item/kirbyplants{ + icon_state = "plant-25"; + pixel_x = 11 + }, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/hangar) +"xU" = ( +/obj/effect/decal/cleanable/garbage, +/turf/open/floor/plating, +/area/hangar) +"xX" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/frame/computer, +/turf/open/floor/plasteel/dark, +/area/hangar) +"ya" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/turf_decal/industrial/stand_clear, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"yb" = ( +/obj/structure/girder/displaced, +/turf/open/floor/plasteel/dark, +/area/hangar) +"yV" = ( +/obj/structure/catwalk/over/plated_catwalk, +/obj/machinery/light/directional/east, +/turf/open/floor/plating/rust, +/area/hangar) +"zd" = ( +/obj/machinery/light/floor/hangar, +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"zY" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"Ab" = ( +/obj/item/stack/cable_coil/cut/yellow, +/obj/structure/railing{ + dir = 2; + layer = 4.1 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/hangar) +"Ak" = ( +/obj/effect/turf_decal/industrial/warning, +/turf/open/floor/plasteel{ + color = "#808080" + }, +/area/hangar) +"Ar" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/concrete/slab_3, +/area/hangar) +"AO" = ( +/obj/machinery/light/directional/south, +/turf/open/floor/plating/asteroid/icerock/cracked, +/area/hangar) +"Be" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/slab_3, +/area/hangar) +"BE" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/tech, +/area/hangar) +"BL" = ( +/obj/effect/turf_decal/box/corners{ + dir = 4 + }, +/obj/structure/closet/crate, +/turf/open/floor/plasteel/patterned/cargo_one, +/area/hangar) +"BZ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/structure/closet/crate/bin, +/turf/open/floor/concrete/tiles, +/area/hangar) +"Cl" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/structure/sign/warning/nosmoking{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/patterned/cargo_one, +/area/hangar) +"Cy" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/table, +/obj/item/paper/pamphlet/gateway{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/paper/pamphlet/centcom{ + pixel_x = 8; + pixel_y = 1 + }, +/obj/item/paper_bin{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_y = 4; + pixel_x = -7 + }, +/turf/open/floor/concrete/reinforced, +/area/hangar) +"CV" = ( +/obj/structure/bed{ + icon_state = "dirty_mattress" + }, +/obj/structure/catwalk/over, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/hangar) +"De" = ( +/obj/effect/landmark/outpost/hangar_dock, +/turf/open/floor/plating, +/area/hangar) +"Dm" = ( +/obj/structure/catwalk/over/plated_catwalk, +/obj/item/trash/boritos, +/turf/open/floor/plating, +/area/hangar) +"DA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/oil/streak, +/turf/open/floor/plasteel/patterned/cargo_one, +/area/hangar) +"DK" = ( +/turf/closed/mineral/random/snow, +/area/hangar) +"DP" = ( +/obj/effect/turf_decal/box/corners, +/obj/structure/closet/crate, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/hangar) +"DS" = ( +/obj/structure/fence/door, +/obj/structure/fans/tiny/invisible, +/turf/open/floor/plating/asteroid/icerock, +/area/hangar) +"DY" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/turf_decal/industrial/caution, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel{ + color = "#808080" + }, +/area/hangar) +"Et" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_cw{ + dir = 1 + }, +/obj/machinery/light/floor/hangar, +/turf/open/floor/plasteel/dark, +/area/hangar) +"Ew" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4; + layer = 4.1 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"EJ" = ( +/obj/structure/railing{ + dir = 1; + layer = 4.1 + }, +/obj/effect/turf_decal/spline/fancy/opaque/black{ + dir = 1 + }, +/turf/open/water/beach/deep, +/area/hangar) +"Fj" = ( +/obj/effect/turf_decal/techfloor{ + dir = 4 + }, +/obj/structure/rack, +/obj/effect/turf_decal/industrial/warning, +/obj/structure/railing{ + dir = 2; + layer = 4.1 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/plasteel{ + color = "#808080" + }, +/area/hangar) +"Fl" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/landmark/outpost/elevator_machine, +/obj/machinery/elevator_call_button{ + pixel_y = 31; + pixel_x = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/slab_2, +/area/hangar) +"Fp" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"FI" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/concrete/slab_2, +/area/hangar) +"FL" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/item/pipe/binary, +/turf/open/floor/concrete/slab_3, +/area/hangar) +"FY" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_ccw, +/turf/open/floor/plasteel/dark, +/area/hangar) +"Gg" = ( +/obj/structure/closet/crate, +/obj/effect/turf_decal/box/corners{ + dir = 1 + }, +/turf/open/floor/plating{ + icon_state = "foam_plating" + }, +/area/hangar) +"Gm" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/slab_2, +/area/hangar) +"Gu" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/chair{ + dir = 4 + }, +/obj/item/pipe/binary, +/turf/open/floor/concrete/slab_3, +/area/hangar) +"Hg" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_cw{ + dir = 8 + }, +/obj/machinery/light/floor/hangar, +/turf/open/floor/plasteel/dark, +/area/hangar) +"Hi" = ( +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 9 + }, +/turf/open/floor/plasteel{ + color = "#808080" + }, +/area/hangar) +"HW" = ( +/obj/effect/turf_decal/box/corners{ + dir = 8 + }, +/turf/open/floor/plasteel/patterned/cargo_one, +/area/hangar) +"HY" = ( +/turf/open/floor/plating/asteroid/icerock/smooth, +/area/hangar) +"It" = ( +/obj/machinery/light/floor/hangar, +/obj/effect/turf_decal/trimline/opaque/yellow/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"Iw" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"IF" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_cw{ + dir = 8 + }, +/obj/machinery/light/floor/hangar, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"JN" = ( +/turf/closed/indestructible/reinforced, +/area/hangar) +"Ka" = ( +/obj/structure/catwalk/over/plated_catwalk, +/obj/structure/firelock_frame, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/hangar) +"Kf" = ( +/obj/structure/fluff/hedge, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/concrete/reinforced, +/area/hangar) +"Km" = ( +/turf/open/floor/plating/asteroid/icerock/cracked, +/area/hangar) +"Kv" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"KN" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/slab_2, +/area/hangar) +"Lc" = ( +/obj/structure/closet/crate, +/obj/item/storage/box/donkpockets{ + pixel_x = 6; + pixel_y = -3 + }, +/obj/machinery/light/directional/south, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/plasteel/patterned/cargo_one, +/area/hangar) +"Lq" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/plasteel{ + color = "#808080" + }, +/area/hangar) +"Lr" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/rust, +/area/hangar) +"LE" = ( +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plasteel/dark, +/area/hangar) +"LH" = ( +/turf/template_noop, +/area/template_noop) +"LV" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/slab_3, +/area/hangar) +"Mg" = ( +/obj/structure/girder/displaced, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"Mu" = ( +/turf/open/floor/plating/asteroid/iceberg, +/area/hangar) +"Na" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/chair{ + dir = 8 + }, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = 32 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/concrete/reinforced, +/area/hangar) +"Nq" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/turf/open/floor/concrete/reinforced, +/area/hangar) +"NL" = ( +/obj/effect/landmark/outpost/elevator, +/turf/open/floor/plasteel/elevatorshaft, +/area/hangar) +"Og" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/chair, +/obj/machinery/light/directional/east, +/turf/open/floor/concrete/slab_2, +/area/hangar) +"Oz" = ( +/obj/structure/catwalk/over/plated_catwalk, +/obj/item/stack/rods{ + pixel_x = -7; + pixel_y = -2 + }, +/turf/open/floor/plating, +/area/hangar) +"OG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/poddoor/shutters/indestructible/preopen, +/turf/open/floor/plasteel/tech, +/area/hangar) +"OI" = ( +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/turf/open/floor/plasteel/tech, +/area/hangar) +"Ph" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/slab_3, +/area/hangar) +"Po" = ( +/obj/item/flashlight/lantern{ + pixel_x = 7 + }, +/turf/open/floor/plating/asteroid/icerock, +/area/hangar) +"Px" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/turf/open/floor/plasteel{ + color = "#808080" + }, +/area/hangar) +"PL" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/turf/open/floor/concrete/slab_3, +/area/hangar) +"Qb" = ( +/obj/structure/flora/rock/icy, +/turf/open/water/beach/deep, +/area/hangar) +"QJ" = ( +/obj/structure/catwalk/over/plated_catwalk, +/obj/item/stack/cable_coil/cut/yellow, +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/hangar) +"QV" = ( +/turf/open/floor/plasteel/tech/techmaint, +/area/hangar) +"RA" = ( +/obj/structure/railing{ + dir = 1; + layer = 4.1 + }, +/obj/effect/turf_decal/spline/fancy/opaque/black{ + dir = 1 + }, +/obj/structure/flora/rock/pile/icy{ + pixel_y = -5; + pixel_x = 4 + }, +/turf/open/water/beach/deep, +/area/hangar) +"RB" = ( +/obj/machinery/door/poddoor/shutters/indestructible/preopen, +/turf/open/floor/plasteel/tech, +/area/hangar) +"Sf" = ( +/obj/structure/catwalk/over/plated_catwalk, +/obj/structure/railing{ + dir = 2; + layer = 4.1 + }, +/obj/item/stack/rods{ + pixel_x = -7; + pixel_y = -2 + }, +/obj/structure/grille/broken, +/obj/structure/girder/reinforced, +/turf/open/floor/plating, +/area/hangar) +"Sg" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/turf/open/floor/concrete/slab_3, +/area/hangar) +"So" = ( +/obj/structure/flora/rock/icy{ + pixel_x = 5; + pixel_y = 5 + }, +/turf/open/water/beach/deep, +/area/hangar) +"SO" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/concrete/tiles, +/area/hangar) +"Th" = ( +/obj/structure/fence/corner{ + dir = 9 + }, +/obj/structure/fans/tiny/invisible, +/turf/open/floor/plating/asteroid/icerock, +/area/hangar) +"Ts" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel{ + color = "#808080" + }, +/area/hangar) +"Tw" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_cw{ + dir = 1 + }, +/obj/machinery/light/floor/hangar, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"Tz" = ( +/obj/structure/railing/corner, +/obj/effect/turf_decal/spline/fancy/opaque/black/corner, +/turf/open/water/beach/deep, +/area/hangar) +"TV" = ( +/obj/item/stack/rods{ + pixel_x = 7; + pixel_y = -9 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/hangar) +"Uc" = ( +/obj/structure/catwalk/over/plated_catwalk, +/obj/structure/railing{ + dir = 2; + layer = 4.1 + }, +/obj/structure/grille, +/turf/open/floor/plating{ + icon_state = "platingdmg2" + }, +/area/hangar) +"UB" = ( +/turf/open/floor/plating/asteroid/icerock, +/area/hangar) +"UO" = ( +/obj/structure/railing{ + dir = 6; + layer = 4.1 + }, +/obj/effect/turf_decal/spline/fancy/opaque/black{ + dir = 6 + }, +/turf/open/water/beach/deep, +/area/hangar) +"Vb" = ( +/obj/effect/turf_decal/industrial/warning, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel{ + color = "#808080" + }, +/area/hangar) +"Vc" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4; + layer = 4.1 + }, +/obj/structure/closet/crate/trashcart, +/obj/item/trash/can/food/beans{ + pixel_x = 4; + pixel_y = -5 + }, +/obj/item/trash/can/food/peaches, +/obj/item/trash/can/food, +/obj/effect/decal/cleanable/glass, +/turf/open/floor/plasteel/dark, +/area/hangar) +"Vf" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/passive_vent{ + dir = 1 + }, +/turf/open/floor/concrete/slab_3, +/area/hangar) +"Vj" = ( +/obj/structure/fence{ + dir = 1 + }, +/obj/structure/fans/tiny/invisible, +/turf/open/floor/plating/asteroid/icerock, +/area/hangar) +"Vo" = ( +/obj/structure/catwalk/over/plated_catwalk, +/obj/structure/girder, +/obj/structure/grille/broken, +/obj/structure/railing{ + dir = 2; + layer = 4.1 + }, +/turf/open/floor/plating, +/area/hangar) +"Vq" = ( +/obj/structure/catwalk/over/plated_catwalk, +/obj/machinery/atmospherics/components/unary/tank/air{ + volume = 10000000 + }, +/turf/open/floor/plating, +/area/hangar) +"Vz" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/plating{ + icon_state = "foam_plating" + }, +/area/hangar) +"VS" = ( +/obj/effect/turf_decal/industrial/warning/corner, +/obj/structure/railing/corner, +/obj/effect/turf_decal/industrial/warning{ + dir = 10 + }, +/turf/open/floor/plasteel{ + color = "#808080" + }, +/area/hangar) +"VZ" = ( +/turf/open/floor/plating, +/area/hangar) +"Wc" = ( +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating, +/area/hangar) +"Wp" = ( +/turf/open/floor/plasteel{ + color = "#808080" + }, +/area/hangar) +"Xt" = ( +/obj/structure/catwalk/over/plated_catwalk, +/obj/machinery/atmospherics/components/binary/pump/on, +/turf/open/floor/plating, +/area/hangar) +"Xx" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_cw{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"Xz" = ( +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"XF" = ( +/turf/open/water/beach/deep, +/area/hangar) +"YA" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"YO" = ( +/obj/structure/railing{ + layer = 3.1 + }, +/obj/structure/fans/tiny/invisible, +/turf/open/floor/plasteel/dark, +/area/hangar) +"ZD" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/concrete/reinforced, +/area/hangar) + +(1,1,1) = {" +LH +LH +LH +LH +LH +LH +JN +JN +JN +JN +hP +JN +JN +JN +hP +JN +JN +JN +hP +JN +JN +JN +hP +JN +JN +JN +hP +JN +JN +JN +hP +JN +JN +JN +hP +JN +JN +JN +hP +JN +JN +JN +hP +JN +JN +JN +hP +JN +LH +LH +LH +LH +LH +LH +LH +LH +"} +(2,1,1) = {" +LH +LH +LH +JN +JN +JN +JN +BE +BE +BE +BE +BE +BE +BE +BE +BE +BE +BE +BE +BE +BE +BE +BE +BE +BE +BE +BE +BE +BE +BE +BE +BE +BE +BE +BE +BE +BE +BE +BE +BE +BE +BE +BE +BE +BE +BE +BE +JN +JN +JN +JN +JN +LH +LH +LH +LH +"} +(3,1,1) = {" +LH +LH +JN +JN +DK +JN +lJ +oj +oj +OI +oj +oj +oj +oj +OI +oj +oj +oj +oj +OI +oj +oj +oj +oj +OI +oj +oj +oj +oj +OI +oj +oj +oj +oj +OI +oj +oj +oj +oj +OI +oj +oj +oj +oj +OI +oj +oj +zd +JN +DK +DK +JN +LH +LH +LH +LH +"} +(4,1,1) = {" +LH +LH +JN +DK +DK +DK +mH +rp +rp +rp +rp +rp +rp +rp +rp +rp +rp +rp +rp +rp +rp +rp +rp +rp +rp +rp +rp +rp +rp +rp +rp +rp +rp +rp +rp +rp +rp +rp +rp +rp +rp +rp +rp +rp +rp +rp +rp +Kv +DK +DK +DK +JN +LH +LH +LH +LH +"} +(5,1,1) = {" +LH +LH +JN +DK +DK +DK +FY +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +De +pt +DK +DK +DK +JN +LH +LH +LH +LH +"} +(6,1,1) = {" +LH +LH +JN +DK +DK +pz +FY +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +pt +pz +DK +DK +JN +JN +LH +LH +LH +"} +(7,1,1) = {" +LH +LH +JN +DK +DK +pz +FY +db +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +db +pt +pz +DK +DK +DK +JN +LH +LH +LH +"} +(8,1,1) = {" +LH +LH +JN +DK +DK +pz +FY +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +pt +pz +JN +DK +DK +JN +JN +LH +LH +"} +(9,1,1) = {" +LH +LH +JN +DK +DK +pz +tN +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +Et +zY +DK +DK +DK +DK +JN +LH +LH +"} +(10,1,1) = {" +LH +JN +JN +DK +DK +pz +FY +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +pt +zY +DK +DK +DK +DK +JN +LH +LH +"} +(11,1,1) = {" +LH +JN +DK +DK +DK +pz +oX +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +Xx +pz +DK +DK +DK +DK +JN +JN +LH +"} +(12,1,1) = {" +JN +JN +DK +DK +DK +fn +oX +db +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +db +pt +pz +aH +DK +DK +DK +DK +JN +LH +"} +(13,1,1) = {" +JN +DK +DK +DK +pO +Iw +FY +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +pt +zY +Dm +DK +DK +DK +DK +JN +LH +"} +(14,1,1) = {" +JN +DK +DK +DK +pO +Mg +FY +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +pt +zY +Wc +xR +DK +DK +DK +JN +LH +"} +(15,1,1) = {" +JN +DK +DK +DK +pO +xX +tN +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +Et +zY +CV +fE +DK +DK +DK +JN +JN +"} +(16,1,1) = {" +JN +DK +DK +sp +Sf +dd +FY +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +pt +pz +Th +Vj +JN +DK +DK +DK +JN +"} +(17,1,1) = {" +JN +DK +DK +Oz +Ab +Iw +FY +db +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +db +pt +zY +oq +HY +jk +DK +DK +DK +JN +"} +(18,1,1) = {" +JN +JN +JN +pE +QV +ya +FY +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +pt +zY +oq +HY +XF +DK +DK +DK +JN +"} +(19,1,1) = {" +JN +DK +DK +ar +TV +Iw +FY +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +pt +zY +oq +Km +XF +XF +DK +DK +JN +"} +(20,1,1) = {" +JN +DK +DK +Ka +oi +Iw +FY +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +pt +zY +oq +HY +XF +XF +DK +DK +JN +"} +(21,1,1) = {" +JN +DK +DK +QJ +Uc +dd +tN +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +Et +zY +oq +HY +HY +XF +DK +DK +JN +"} +(22,1,1) = {" +JN +DK +DK +DK +Vo +Iw +FY +db +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +db +pt +pz +oq +hG +Km +XF +DK +DK +JN +"} +(23,1,1) = {" +JN +DK +DK +DK +DK +Xz +FY +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +pt +pz +DS +UB +AO +JN +DK +DK +JN +"} +(24,1,1) = {" +JN +JN +DK +DK +DK +zY +FY +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +pt +pz +oq +UB +UB +DK +DK +DK +JN +"} +(25,1,1) = {" +LH +JN +JN +DK +DK +zY +FY +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +pt +zY +oq +UB +DK +DK +DK +JN +JN +"} +(26,1,1) = {" +LH +LH +JN +DK +DK +pz +FY +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +pt +zY +oq +Po +DK +DK +DK +JN +LH +"} +(27,1,1) = {" +LH +LH +JN +DK +DK +pz +tN +db +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +db +Et +zY +oq +DK +DK +DK +DK +JN +LH +"} +(28,1,1) = {" +LH +LH +JN +DK +DK +zY +FY +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +pt +pz +oq +DK +DK +DK +JN +JN +LH +"} +(29,1,1) = {" +LH +LH +JN +DK +JN +zY +FY +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +pt +pz +JN +DK +DK +DK +JN +LH +LH +"} +(30,1,1) = {" +LH +LH +JN +DK +DK +ml +FY +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +pt +pz +DK +DK +DK +JN +JN +LH +LH +"} +(31,1,1) = {" +LH +LH +JN +DK +DK +iG +oX +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +Xx +pz +DK +DK +DK +JN +LH +LH +LH +"} +(32,1,1) = {" +LH +LH +JN +DK +JN +iG +FY +db +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +db +Xx +pz +DK +DK +DK +JN +LH +LH +LH +"} +(33,1,1) = {" +LH +LH +JN +DK +JN +iG +cm +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +Tw +pz +DK +DK +DK +JN +LH +LH +LH +"} +(34,1,1) = {" +LH +LH +JN +DK +DK +iG +oX +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +Xx +pz +JN +DK +JN +JN +LH +LH +LH +"} +(35,1,1) = {" +LH +LH +JN +DK +DK +ht +oX +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +pt +pz +DK +DK +JN +LH +LH +LH +LH +"} +(36,1,1) = {" +LH +LH +JN +DK +DK +pz +FY +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +pt +zY +DK +DK +JN +JN +LH +LH +LH +"} +(37,1,1) = {" +LH +LH +JN +DK +DK +pz +FY +db +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +db +Xx +zY +DK +DK +DK +JN +JN +LH +LH +"} +(38,1,1) = {" +LH +LH +JN +DK +DK +pz +oX +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +Xx +hz +DK +DK +DK +DK +JN +LH +LH +"} +(39,1,1) = {" +LH +LH +JN +DK +DK +pz +cm +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +nK +YO +Mu +DK +DK +DK +JN +LH +LH +"} +(40,1,1) = {" +LH +LH +JN +DK +DK +pz +FY +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +Xx +YO +Mu +Mu +DK +DK +JN +LH +LH +"} +(41,1,1) = {" +LH +LH +JN +DK +DK +pz +FY +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +pt +YO +Mu +Mu +DK +DK +JN +LH +LH +"} +(42,1,1) = {" +LH +LH +JN +DK +DK +zY +FY +db +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +db +pt +YO +Mu +Mu +DK +DK +JN +LH +LH +"} +(43,1,1) = {" +LH +LH +JN +DK +DK +zY +FY +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +pt +la +Mu +DK +DK +DK +JN +LH +LH +"} +(44,1,1) = {" +LH +JN +JN +DK +DK +kF +FY +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +VZ +Xx +la +Mu +DK +DK +DK +JN +LH +LH +"} +(45,1,1) = {" +LH +JN +DK +DK +DK +DK +It +wH +wH +YA +YA +fR +YA +gN +gN +gN +gN +Hg +gN +gN +gN +gN +gN +fR +YA +YA +gN +gN +gN +Hg +gN +gN +gN +aF +aF +IF +aF +gN +gN +gN +gN +Hg +gN +gN +gN +aF +xk +qq +Fp +JN +DK +DK +DK +JN +LH +LH +"} +(46,1,1) = {" +LH +JN +DK +DK +DK +DK +DK +DK +DK +pz +zY +pz +pz +yb +pz +pz +pz +pz +pz +sW +jw +LE +pz +pz +pz +pz +pz +pz +pz +pz +pz +pz +zY +zY +pz +pz +pz +zY +zY +zY +pz +pz +pz +pz +zY +zY +pz +pz +DK +DK +DK +DK +JN +JN +LH +LH +"} +(47,1,1) = {" +LH +JN +DK +DK +XF +XF +DK +DK +DK +DK +RB +OG +DK +DK +DK +DK +DK +DK +DK +JN +JN +pz +pz +pz +pz +pz +pz +pz +jw +pz +pz +zY +pz +pz +pz +DK +DK +JN +DK +DK +JN +DK +DK +DK +DK +DK +DK +DK +DK +DK +DK +JN +JN +LH +LH +LH +"} +(48,1,1) = {" +LH +JN +DK +DK +XF +XF +XF +XF +XF +hw +wj +ln +DK +DK +DK +DK +DK +DK +DK +DK +JN +Vc +Ew +Hi +Px +VS +Ew +qT +JN +JN +DK +DK +DK +DK +DK +DK +DK +DK +DK +DK +DK +DK +DK +DK +DK +DK +DK +DK +DK +DK +DK +JN +LH +LH +LH +LH +"} +(49,1,1) = {" +LH +JN +DK +DK +XF +XF +XF +XF +XF +hw +FI +Ph +RA +XF +XF +Qb +XF +DK +DK +DK +JN +lO +HW +Lq +Wp +sc +Gg +bt +DK +DK +DK +DK +DK +DK +DK +DK +DK +DK +DK +DK +DK +DK +DK +JN +JN +JN +JN +JN +JN +JN +JN +JN +LH +LH +LH +LH +"} +(50,1,1) = {" +LH +JN +DK +DK +DK +XF +XF +XF +Tz +UO +Ar +Ph +EJ +XF +XF +XF +XF +XF +DK +DK +JN +xG +kV +wZ +cg +xN +kV +xU +DK +DK +DK +JN +JN +JN +JN +JN +JN +JN +JN +JN +JN +JN +JN +JN +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +"} +(51,1,1) = {" +LH +JN +DK +DK +DK +DK +lP +lP +UO +ui +LV +rB +EJ +XF +XF +XF +XF +jk +DK +DK +JN +Cl +vW +rc +Wp +Ak +kV +rF +DK +JN +JN +JN +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +"} +(52,1,1) = {" +LH +JN +JN +Vq +Xt +ae +FL +FL +Gu +Vf +Be +Sg +EJ +XF +XF +XF +XF +DK +DK +DK +JN +nN +DA +Ts +cg +Vb +vW +Lc +JN +JN +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +"} +(53,1,1) = {" +LH +LH +JN +yV +Wc +JN +az +Og +of +PL +Ph +DK +DK +DK +So +XF +XF +DK +DK +DK +JN +Vz +Lr +DY +ah +eM +kV +sn +JN +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +"} +(54,1,1) = {" +LH +LH +JN +JN +JN +JN +JN +JN +JN +Fl +Ph +BZ +DK +DK +DK +XF +DK +DK +DK +JN +JN +JN +DP +iY +aL +Fj +BL +JN +JN +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +"} +(55,1,1) = {" +LH +LH +LH +LH +JN +xj +xj +NL +ue +wj +ln +SO +Kf +JN +DK +DK +DK +DK +JN +JN +JN +JN +JN +JN +JN +JN +JN +JN +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +"} +(56,1,1) = {" +LH +LH +LH +LH +JN +xj +xj +xj +ue +Gm +kJ +SO +Nq +JN +DK +DK +DK +JN +JN +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +"} +(57,1,1) = {" +LH +LH +LH +LH +JN +xj +xj +xj +ue +Ar +KN +SO +ZD +JN +JN +JN +JN +JN +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +"} +(58,1,1) = {" +LH +LH +LH +LH +JN +JN +JN +JN +JN +Na +Cy +qn +JN +JN +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +"} +(59,1,1) = {" +LH +LH +LH +LH +LH +LH +LH +LH +JN +JN +JN +JN +JN +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +LH +"} diff --git a/_maps/outpost/hangar/test_2_56x20.dmm b/_maps/outpost/hangar/test_2_56x20.dmm new file mode 100644 index 000000000000..aa7bc893a0ab --- /dev/null +++ b/_maps/outpost/hangar/test_2_56x20.dmm @@ -0,0 +1,3548 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ai" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/tech, +/area/hangar) +"an" = ( +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/concrete/slab_1, +/area/hangar) +"at" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_cw{ + dir = 8 + }, +/obj/machinery/light/floor/hangar, +/obj/effect/turf_decal/industrial/warning/corner, +/turf/open/floor/plasteel/dark, +/area/hangar) +"aA" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/bookcase/random/fiction, +/turf/open/floor/wood, +/area/hangar) +"aF" = ( +/obj/structure/bookcase/random/fiction, +/obj/structure/sign/plaques/deempisi{ + pixel_y = 22; + pixel_x = -8 + }, +/obj/item/toy/plush/hornet{ + pixel_x = 9; + pixel_y = 26 + }, +/turf/open/floor/wood, +/area/hangar) +"aR" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"aU" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"bp" = ( +/obj/item/stack/rods{ + pixel_x = 7; + pixel_y = -9 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg2" + }, +/area/hangar) +"bt" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/turf/open/floor/concrete/reinforced, +/area/hangar) +"bu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"bP" = ( +/obj/effect/turf_decal/industrial/traffic{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"ce" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/slab_1, +/area/hangar) +"cz" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/hangar) +"cP" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/machinery/light/directional/south, +/turf/open/floor/carpet/red, +/area/hangar) +"df" = ( +/obj/structure/marker_beacon{ + picked_color = "Teal" + }, +/turf/open/floor/plating, +/area/hangar) +"dj" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/structure/chair/office{ + dir = 8 + }, +/turf/open/floor/carpet/red, +/area/hangar) +"do" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/concrete/reinforced, +/area/hangar) +"dr" = ( +/obj/structure/flora/rock/pile/icy, +/turf/open/water/beach/deep, +/area/hangar) +"eq" = ( +/obj/effect/turf_decal/industrial/traffic/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"eE" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_cw{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/floor/hangar, +/turf/open/floor/plasteel/dark, +/area/hangar) +"eP" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning, +/turf/open/floor/plasteel/dark, +/area/hangar) +"eW" = ( +/obj/effect/decal/cleanable/dirt, +/turf/closed/mineral/random/snow, +/area/hangar) +"fb" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_cw{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"fn" = ( +/obj/effect/turf_decal/steeldecal/steel_decals6, +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"ft" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/sign/poster/official/moth/meth{ + pixel_y = 32 + }, +/turf/open/floor/concrete/slab_1, +/area/hangar) +"fM" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plasteel/dark, +/area/hangar) +"fQ" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_ccw, +/obj/machinery/light/floor/hangar, +/turf/open/floor/plasteel/dark, +/area/hangar) +"hl" = ( +/obj/machinery/door/airlock, +/obj/effect/landmark/outpost/elevator_machine, +/turf/open/floor/plasteel, +/area/hangar) +"hz" = ( +/obj/effect/turf_decal/siding/wood/end{ + dir = 4 + }, +/obj/item/kirbyplants{ + icon_state = "plant-21"; + pixel_x = 6; + pixel_y = 17 + }, +/obj/structure/sign/poster/official/sgt{ + pixel_x = 32 + }, +/turf/open/floor/carpet/red, +/area/hangar) +"ik" = ( +/obj/structure/fireplace, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/sepia, +/area/hangar) +"il" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_ccw, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"jd" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/turf/open/floor/concrete/slab_1, +/area/hangar) +"je" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/structure/bookcase/random/fiction, +/turf/open/floor/wood, +/area/hangar) +"ju" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/concrete/slab_1, +/area/hangar) +"jD" = ( +/obj/machinery/light/floor/hangar, +/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_ccw, +/turf/open/floor/plasteel/dark, +/area/hangar) +"kx" = ( +/obj/machinery/computer/cargo/express{ + dir = 8; + pixel_x = 7 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/decal/cleanable/garbage{ + pixel_x = -3; + pixel_y = -10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"kL" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/carpet/red, +/area/hangar) +"lD" = ( +/obj/structure/chair/comfy{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/carpet/green, +/area/hangar) +"lE" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_cw{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"lS" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"lT" = ( +/obj/structure/table, +/obj/item/radio/intercom/directional/south, +/obj/effect/turf_decal/siding/wood, +/obj/item/newspaper{ + pixel_x = -5; + pixel_y = -1 + }, +/obj/item/newspaper{ + pixel_x = -5; + pixel_y = 2 + }, +/obj/machinery/jukebox/boombox{ + pixel_y = 3; + pixel_x = 4 + }, +/turf/open/floor/carpet/green, +/area/hangar) +"mh" = ( +/obj/structure/bookcase/random/fiction, +/turf/open/floor/wood, +/area/hangar) +"mu" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_x = 5; + pixel_y = 14 + }, +/obj/item/storage/photo_album/library{ + pixel_y = -2; + pixel_x = -4 + }, +/turf/open/floor/carpet/red, +/area/hangar) +"mX" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/hangar) +"nl" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/light/directional/north, +/turf/open/floor/concrete/slab_1, +/area/hangar) +"oi" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/slab_1, +/area/hangar) +"oO" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"oU" = ( +/obj/structure/firelock_frame, +/turf/open/floor/plating, +/area/hangar) +"oY" = ( +/obj/machinery/vending/coffee{ + pixel_x = 5 + }, +/obj/item/kirbyplants{ + icon_state = "plant-22"; + pixel_x = -11 + }, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/machinery/elevator_call_button{ + pixel_y = 24; + pixel_x = -10 + }, +/obj/effect/landmark/outpost/elevator_machine, +/turf/open/floor/concrete/reinforced, +/area/hangar) +"po" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/water/beach/deep, +/area/hangar) +"pr" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = -32 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/slab_1, +/area/hangar) +"qa" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/slab_1, +/area/hangar) +"qb" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/turf/open/floor/concrete/slab_1, +/area/hangar) +"qi" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_cw{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"rn" = ( +/obj/structure/grille/broken, +/obj/structure/catwalk/over/plated_catwalk, +/obj/item/toy/plush/beeplushie{ + pixel_y = -1; + pixel_x = 2 + }, +/turf/open/floor/plating{ + icon_state = "foam_plating" + }, +/area/hangar) +"rq" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/turf/open/floor/carpet/red, +/area/hangar) +"rB" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/turf/open/floor/carpet/red, +/area/hangar) +"sd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"se" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/warning{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/hangar) +"sg" = ( +/obj/structure/bookcase/random/fiction, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/wood, +/area/hangar) +"si" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/hangar) +"sC" = ( +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/turf/open/floor/plasteel/tech, +/area/hangar) +"sF" = ( +/obj/effect/turf_decal/siding/wood/corner, +/turf/open/floor/concrete/slab_1, +/area/hangar) +"sT" = ( +/obj/effect/turf_decal/techfloor/corner, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"tc" = ( +/obj/machinery/door/poddoor/multi_tile/four_tile_ver, +/turf/closed/indestructible/reinforced, +/area/hangar) +"tC" = ( +/obj/machinery/light/floor/hangar, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"tW" = ( +/obj/effect/landmark/outpost/elevator, +/turf/open/floor/plasteel/elevatorshaft, +/area/hangar) +"ut" = ( +/obj/structure/rack, +/obj/item/poster/random_official{ + pixel_x = 2; + pixel_y = 9 + }, +/obj/item/poster/random_official{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/destTagger{ + pixel_x = -5 + }, +/obj/item/export_scanner{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"uB" = ( +/obj/structure/railing{ + dir = 8; + layer = 4.1 + }, +/turf/open/water/beach/deep, +/area/hangar) +"uX" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_cw{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/floor/hangar, +/turf/open/floor/plasteel/dark, +/area/hangar) +"vt" = ( +/obj/effect/turf_decal/industrial/traffic{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"vA" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"wx" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/open/floor/wood, +/area/hangar) +"xe" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"xE" = ( +/turf/open/floor/wood, +/area/hangar) +"xK" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/turf/open/floor/concrete/slab_1, +/area/hangar) +"yh" = ( +/obj/effect/turf_decal/techfloor, +/obj/effect/turf_decal/techfloor/hole, +/turf/open/floor/plasteel/dark, +/area/hangar) +"yK" = ( +/obj/structure/catwalk/over/plated_catwalk, +/obj/machinery/light/broken/directional/south, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/hangar) +"yT" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/structure/table/wood, +/obj/item/toy/cards/deck{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/toy/cards/deck/kotahi{ + pixel_x = 5; + pixel_y = 2 + }, +/obj/item/toy/plush/moth{ + pixel_y = -7; + pixel_x = -8 + }, +/turf/open/floor/wood, +/area/hangar) +"yV" = ( +/obj/effect/turf_decal/industrial/traffic/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"yY" = ( +/obj/machinery/atmospherics/components/unary/tank/air{ + volume = 10000000; + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"zj" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"zr" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_cw{ + dir = 8 + }, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"zT" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/slab_1, +/area/hangar) +"zX" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/machinery/light/directional/east, +/turf/open/floor/plasteel/dark, +/area/hangar) +"Ab" = ( +/turf/open/floor/plating, +/area/hangar) +"BA" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/carpet/red, +/area/hangar) +"Cb" = ( +/turf/open/floor/plasteel/dark, +/area/hangar) +"Cg" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/structure/table/wood, +/obj/item/storage/pill_bottle/dice{ + pixel_x = -6 + }, +/obj/item/toy/figure/lawyer{ + pixel_x = 3; + pixel_y = 7 + }, +/obj/item/toy/cards/deck/cas, +/turf/open/floor/wood, +/area/hangar) +"CJ" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/turf/open/floor/wood, +/area/hangar) +"CK" = ( +/obj/structure/grille, +/obj/structure/railing{ + dir = 4; + layer = 4.1 + }, +/obj/structure/railing{ + dir = 8; + layer = 4.1 + }, +/turf/open/floor/plating, +/area/hangar) +"CV" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/slab_1, +/area/hangar) +"CW" = ( +/obj/structure/statue/snow/snowlegion, +/turf/open/floor/concrete/reinforced, +/area/hangar) +"Df" = ( +/obj/effect/decal/cleanable/oil, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/plasteel/dark, +/area/hangar) +"Dy" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_cw{ + dir = 8 + }, +/obj/machinery/light/floor/hangar, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"EQ" = ( +/obj/effect/landmark/outpost/hangar_dock, +/turf/open/floor/plating, +/area/hangar) +"Fi" = ( +/turf/open/water/beach/deep, +/area/hangar) +"Fm" = ( +/obj/machinery/door/airlock/centcom{ + req_access_txt = "109" + }, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"Fz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/outpost/hangar_numbers, +/turf/open/floor/concrete/slab_1, +/area/hangar) +"FB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"FF" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/carpet/red, +/area/hangar) +"FN" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/slab_1, +/area/hangar) +"FQ" = ( +/turf/closed/mineral/random/snow, +/area/hangar) +"Gc" = ( +/obj/effect/turf_decal/industrial/warning, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"Gf" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/concrete/slab_1, +/area/hangar) +"Gl" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/turf/open/floor/concrete/slab_1, +/area/hangar) +"Hi" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/slab_1, +/area/hangar) +"Im" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/turf/open/floor/concrete/tiles, +/area/hangar) +"Io" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/slab_1, +/area/hangar) +"Iu" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/concrete/tiles, +/area/hangar) +"ID" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_cw{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"JD" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/concrete/tiles, +/area/hangar) +"JM" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/carpet/red, +/area/hangar) +"JX" = ( +/obj/effect/turf_decal/techfloor, +/turf/open/floor/plasteel/dark, +/area/hangar) +"Kg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/slab_1, +/area/hangar) +"Kp" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/light/directional/west, +/turf/open/floor/concrete/slab_1, +/area/hangar) +"KV" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/vending/cigarette{ + pixel_x = 5 + }, +/turf/open/floor/wood, +/area/hangar) +"Lg" = ( +/turf/open/floor/concrete/slab_1, +/area/hangar) +"Ls" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/concrete/slab_1, +/area/hangar) +"LT" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ + icon_state = "wood-broken" + }, +/area/hangar) +"LY" = ( +/obj/structure/railing{ + dir = 2; + layer = 4.1 + }, +/obj/structure/girder, +/obj/structure/railing{ + dir = 1; + layer = 4.1 + }, +/turf/open/floor/plating, +/area/hangar) +"MI" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/light/directional/east, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"MP" = ( +/turf/closed/indestructible/reinforced, +/area/hangar) +"MZ" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_cw{ + dir = 1 + }, +/obj/structure/girder/displaced, +/turf/open/floor/plasteel/dark, +/area/hangar) +"Na" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"Nt" = ( +/obj/machinery/door/airlock, +/obj/effect/landmark/outpost/elevator_machine, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/hangar) +"Nu" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/turf/open/floor/concrete/slab_1, +/area/hangar) +"NP" = ( +/obj/machinery/light/floor/hangar, +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"Ph" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/chair/office{ + dir = 4 + }, +/turf/open/floor/carpet/red, +/area/hangar) +"Qi" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/slab_1, +/area/hangar) +"Qk" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/concrete/tiles, +/area/hangar) +"Rr" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/turf/open/floor/concrete/tiles, +/area/hangar) +"RO" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_cw{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"RV" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/structure/fluff/hedge, +/turf/open/floor/wood, +/area/hangar) +"Sj" = ( +/obj/structure/railing{ + dir = 10 + }, +/turf/open/water/beach/deep, +/area/hangar) +"Sw" = ( +/obj/structure/table, +/obj/item/paper/pamphlet/gateway{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/item/paper/pamphlet/centcom{ + pixel_x = 8; + pixel_y = 1 + }, +/obj/item/reagent_containers/food/drinks/coffee{ + pixel_x = -6; + pixel_y = 3 + }, +/obj/machinery/light/directional/south, +/turf/open/floor/concrete/reinforced, +/area/hangar) +"Sx" = ( +/turf/template_noop, +/area/template_noop) +"Sz" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/concrete/tiles, +/area/hangar) +"SA" = ( +/obj/effect/turf_decal/industrial/traffic/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hangar) +"SU" = ( +/turf/open/floor/plasteel/tech, +/area/hangar) +"Tg" = ( +/obj/structure/girder, +/obj/structure/railing{ + dir = 2; + layer = 4.1 + }, +/obj/structure/railing{ + dir = 1; + layer = 4.1 + }, +/turf/open/floor/plating, +/area/hangar) +"TD" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/slab_1, +/area/hangar) +"TY" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/carpet/red, +/area/hangar) +"Ub" = ( +/obj/effect/turf_decal/industrial/traffic/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) +"Uu" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_ccw, +/turf/open/floor/plasteel/dark, +/area/hangar) +"Ux" = ( +/obj/structure/noticeboard{ + pixel_y = 31 + }, +/obj/item/storage/box/matches, +/obj/item/grown/log{ + pixel_x = 7; + pixel_y = 14 + }, +/obj/item/grown/log{ + pixel_x = 7; + pixel_y = 14 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/sepia, +/area/hangar) +"UA" = ( +/obj/structure/girder/reinforced, +/turf/open/floor/plating, +/area/hangar) +"Vl" = ( +/obj/machinery/atmospherics/components/unary/passive_vent, +/turf/open/floor/plasteel/dark, +/area/hangar) +"VM" = ( +/obj/structure/flora/rock/icy, +/turf/open/water/beach/deep, +/area/hangar) +"Wp" = ( +/obj/structure/catwalk/over/plated_catwalk, +/obj/effect/spawner/lootdrop/glowstick{ + pixel_x = 5; + pixel_y = 9 + }, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/hangar) +"Xm" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = 3; + pixel_y = 2 + }, +/obj/item/pen{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/structure/sign/poster/official/fruit_bowl{ + pixel_y = 32 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/wood, +/area/hangar) +"Xp" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = 32 + }, +/turf/open/floor/concrete/tiles, +/area/hangar) +"XQ" = ( +/obj/structure/grille, +/turf/open/floor/plating, +/area/hangar) +"XT" = ( +/obj/structure/rack{ + color = "#A47449"; + pixel_y = 11 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/grown/log{ + pixel_x = -7; + pixel_y = 20 + }, +/obj/item/grown/log{ + pixel_x = 7; + pixel_y = 20 + }, +/obj/item/grown/log{ + pixel_y = 25 + }, +/obj/item/statuebust{ + pixel_x = 6 + }, +/turf/open/floor/plasteel/sepia, +/area/hangar) +"Yn" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/light/directional/south, +/turf/open/floor/concrete/tiles, +/area/hangar) +"YD" = ( +/turf/open/floor/plasteel/elevatorshaft, +/area/hangar) +"YI" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/turf/open/floor/wood, +/area/hangar) +"YN" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/turf/open/floor/concrete/slab_1, +/area/hangar) +"ZX" = ( +/obj/effect/turf_decal/techfloor/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hangar) + +(1,1,1) = {" +Sx +Sx +Sx +Sx +MP +MP +MP +MP +tc +MP +MP +MP +tc +MP +MP +MP +tc +MP +MP +MP +tc +MP +MP +MP +tc +MP +Sx +Sx +Sx +Sx +"} +(2,1,1) = {" +Sx +Sx +Sx +MP +MP +ai +ai +ai +ai +ai +ai +ai +ai +ai +ai +ai +ai +ai +ai +ai +ai +ai +ai +ai +ai +MP +MP +Sx +Sx +Sx +"} +(3,1,1) = {" +MP +MP +MP +MP +eP +SU +SU +sC +SU +SU +SU +SU +sC +SU +SU +SU +SU +sC +SU +SU +SU +SU +sC +SU +SU +xe +MP +MP +MP +MP +"} +(4,1,1) = {" +MP +FQ +FQ +FQ +eP +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +xe +FQ +FQ +FQ +MP +"} +(5,1,1) = {" +MP +FQ +FQ +Ub +fQ +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +EQ +uX +Cb +FQ +FQ +MP +"} +(6,1,1) = {" +MP +FQ +FQ +vt +Uu +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +fb +Cb +FQ +FQ +MP +"} +(7,1,1) = {" +MP +FQ +FQ +bP +Uu +df +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +df +lE +Cb +FQ +FQ +MP +"} +(8,1,1) = {" +MP +FQ +FQ +eq +il +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +fb +aR +MP +FQ +MP +"} +(9,1,1) = {" +MP +FQ +FQ +Ub +il +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +qi +Cb +FQ +FQ +MP +"} +(10,1,1) = {" +MP +FQ +MP +vt +Uu +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +fb +Cb +FQ +FQ +MP +"} +(11,1,1) = {" +MP +FQ +FQ +bP +fQ +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +uX +aR +FQ +FQ +MP +"} +(12,1,1) = {" +MP +FQ +FQ +eq +Uu +df +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +df +lE +Cb +FQ +FQ +MP +"} +(13,1,1) = {" +MP +FQ +FQ +SA +Uu +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +lE +Cb +FQ +FQ +MP +"} +(14,1,1) = {" +MP +FQ +FQ +vt +il +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +fb +FB +FQ +FQ +MP +"} +(15,1,1) = {" +MP +FQ +FQ +vt +il +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +fb +aR +FQ +FQ +MP +"} +(16,1,1) = {" +MP +FQ +FQ +eq +Uu +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +qi +Cb +FQ +FQ +MP +"} +(17,1,1) = {" +MP +FQ +FQ +SA +fQ +df +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +df +uX +Cb +FQ +FQ +MP +"} +(18,1,1) = {" +MP +FQ +FQ +vt +Uu +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +fb +Cb +MP +FQ +MP +"} +(19,1,1) = {" +MP +FQ +FQ +vt +Uu +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +fb +Cb +FQ +FQ +MP +"} +(20,1,1) = {" +MP +FQ +FQ +yV +il +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +lE +Cb +FQ +FQ +MP +"} +(21,1,1) = {" +MP +FQ +FQ +Ub +il +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +qi +aR +FQ +FQ +MP +"} +(22,1,1) = {" +MP +FQ +FQ +vt +Uu +df +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +df +fb +FB +FQ +FQ +MP +"} +(23,1,1) = {" +MP +FQ +FQ +vt +fQ +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +uX +FB +FQ +FQ +MP +"} +(24,1,1) = {" +MP +FQ +FQ +eq +Uu +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +lE +Cb +FQ +FQ +MP +"} +(25,1,1) = {" +MP +FQ +FQ +SA +Uu +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +lE +Cb +FQ +FQ +MP +"} +(26,1,1) = {" +MP +FQ +FQ +bP +il +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +lE +Cb +FQ +FQ +MP +"} +(27,1,1) = {" +MP +FQ +MP +vt +il +df +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +df +fb +Cb +FQ +FQ +MP +"} +(28,1,1) = {" +MP +FQ +FQ +yV +Uu +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +fb +Cb +FQ +FQ +MP +"} +(29,1,1) = {" +MP +FQ +FQ +Ub +fQ +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +uX +aR +FQ +FQ +MP +"} +(30,1,1) = {" +MP +FQ +FQ +vt +Uu +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +lE +aR +FQ +FQ +MP +"} +(31,1,1) = {" +MP +FQ +FQ +vt +Uu +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +lE +Cb +FQ +FQ +MP +"} +(32,1,1) = {" +MP +FQ +FQ +eq +il +df +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +df +lE +Cb +FQ +FQ +MP +"} +(33,1,1) = {" +MP +FQ +FQ +Ub +il +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +fb +aR +FQ +FQ +MP +"} +(34,1,1) = {" +MP +FQ +FQ +vt +Uu +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +fb +aR +MP +FQ +MP +"} +(35,1,1) = {" +MP +FQ +FQ +vt +fQ +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +uX +aR +FQ +FQ +MP +"} +(36,1,1) = {" +MP +FQ +FQ +yV +Uu +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +lE +Cb +FQ +FQ +MP +"} +(37,1,1) = {" +MP +FQ +FQ +Ub +Uu +df +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +df +lE +Cb +FQ +FQ +MP +"} +(38,1,1) = {" +MP +FQ +MP +vt +il +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +lE +Cb +FQ +FQ +MP +"} +(39,1,1) = {" +MP +FQ +FQ +vt +il +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +fb +Cb +FQ +FQ +MP +"} +(40,1,1) = {" +MP +FQ +FQ +yV +Uu +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +fb +Cb +MP +MP +MP +"} +(41,1,1) = {" +MP +FQ +FQ +Ub +fQ +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +uX +Vl +Fm +yY +MP +"} +(42,1,1) = {" +MP +FQ +FQ +vt +Uu +df +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +df +lE +sT +MP +MP +MP +"} +(43,1,1) = {" +MP +FQ +FQ +vt +Uu +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +lE +JX +FQ +FQ +MP +"} +(44,1,1) = {" +MP +FQ +FQ +yV +il +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +lE +JX +FQ +FQ +MP +"} +(45,1,1) = {" +MP +FQ +FQ +Ub +il +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +fb +JX +FQ +FQ +MP +"} +(46,1,1) = {" +MP +FQ +FQ +vt +Uu +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +fb +yh +FQ +FQ +MP +"} +(47,1,1) = {" +MP +FQ +FQ +vt +fQ +df +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +df +uX +JX +MP +FQ +MP +"} +(48,1,1) = {" +MP +FQ +FQ +yV +Uu +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +lE +JX +FQ +FQ +MP +"} +(49,1,1) = {" +MP +FQ +FQ +Ub +Uu +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +lE +JX +FQ +FQ +MP +"} +(50,1,1) = {" +MP +FQ +FQ +vt +il +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +MZ +yh +FQ +FQ +MP +"} +(51,1,1) = {" +MP +FQ +FQ +vt +il +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +fb +JX +FQ +FQ +MP +"} +(52,1,1) = {" +MP +FQ +FQ +yV +Uu +df +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +df +fb +ZX +FQ +FQ +MP +"} +(53,1,1) = {" +MP +FQ +FQ +Ub +jD +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +uX +Cb +FQ +FQ +MP +"} +(54,1,1) = {" +MP +FQ +FQ +vt +Uu +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +lE +Cb +FQ +FQ +MP +"} +(55,1,1) = {" +MP +FQ +MP +vt +Uu +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +lE +Cb +FQ +FQ +MP +"} +(56,1,1) = {" +MP +FQ +FQ +yV +il +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +lE +Cb +oU +cz +MP +"} +(57,1,1) = {" +MP +FQ +FQ +Ub +il +df +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +df +fb +Cb +Tg +yK +MP +"} +(58,1,1) = {" +MP +FQ +FQ +vt +Uu +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +fb +Cb +bp +Wp +MP +"} +(59,1,1) = {" +MP +FQ +FQ +vt +fQ +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +uX +Cb +Tg +rn +MP +"} +(60,1,1) = {" +MP +FQ +FQ +yV +Uu +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +Ab +lE +Cb +Tg +XQ +MP +"} +(61,1,1) = {" +MP +FQ +FQ +Cb +lS +fn +NP +zj +sd +oO +at +aU +Na +tC +zr +ID +eE +RO +zj +NP +bu +zj +oO +Dy +RO +vA +Cb +LY +FQ +MP +"} +(62,1,1) = {" +MP +FQ +MP +MP +Cb +Cb +Cb +Cb +Cb +aR +Gc +MI +Df +fM +kx +ut +zX +aR +Cb +aR +aR +Cb +Cb +Cb +FB +Cb +Cb +FQ +FQ +MP +"} +(63,1,1) = {" +MP +FQ +MP +MP +MP +MP +ft +Lg +an +FQ +FQ +MP +MP +CK +CK +CK +MP +FQ +FQ +ju +Lg +zT +FQ +FQ +FQ +FQ +FQ +FQ +FQ +MP +"} +(64,1,1) = {" +MP +FQ +FQ +MP +CW +MP +nl +Io +Qi +jd +FQ +FQ +MP +FQ +FQ +FQ +MP +FQ +Gl +Hi +Io +zT +RV +FQ +FQ +FQ +FQ +FQ +FQ +MP +"} +(65,1,1) = {" +MP +FQ +FQ +MP +MP +MP +YN +xK +Kg +ce +jd +FQ +MP +CK +CK +CK +MP +Gl +qb +Io +sF +Nu +YI +je +FQ +FQ +MP +MP +MP +MP +"} +(66,1,1) = {" +MP +FQ +FQ +Fi +Fi +po +Sj +YN +oi +Io +ce +TD +pr +TD +TD +TD +Kp +Hi +Lg +sF +Nu +mX +xE +aA +FQ +FQ +MP +Sx +Sx +Sx +"} +(67,1,1) = {" +MP +FQ +FQ +FQ +Fi +dr +po +Sj +YN +oi +Io +Io +Lg +Lg +Lg +Lg +Lg +Io +FN +qa +xE +LT +mX +aA +FQ +FQ +MP +Sx +Sx +Sx +"} +(68,1,1) = {" +MP +FQ +FQ +FQ +Fi +Fi +Fi +po +Sj +YN +Gf +Ls +CV +CV +Gf +Ls +Gf +CV +qa +KV +CJ +xE +si +yT +Cg +FQ +MP +Sx +Sx +Sx +"} +(69,1,1) = {" +MP +MP +FQ +FQ +FQ +Fi +Fi +Fi +po +uB +uB +MP +FQ +eW +FQ +MP +Qk +Io +Sz +MP +Xm +wx +TY +kL +cP +MP +MP +Sx +Sx +Sx +"} +(70,1,1) = {" +Sx +MP +MP +FQ +MP +VM +Fi +Fi +dr +Fi +MP +MP +MP +MP +MP +MP +Xp +Io +Yn +MP +MP +Ux +FF +JM +Ph +sg +MP +Sx +Sx +Sx +"} +(71,1,1) = {" +Sx +Sx +MP +MP +MP +MP +Fi +Fi +Fi +UA +MP +YD +YD +tW +hl +JD +Im +Io +Sz +lD +MP +ik +rB +JM +mu +mh +MP +Sx +Sx +Sx +"} +(72,1,1) = {" +Sx +Sx +Sx +Sx +Sx +MP +MP +MP +MP +MP +MP +YD +YD +YD +Nt +Io +Io +Fz +Sz +lT +MP +XT +rq +BA +dj +mh +MP +Sx +Sx +Sx +"} +(73,1,1) = {" +Sx +Sx +Sx +Sx +Sx +Sx +Sx +Sx +Sx +Sx +MP +YD +YD +YD +Nt +Iu +Iu +Iu +Rr +lD +MP +MP +aF +hz +mh +MP +MP +Sx +Sx +Sx +"} +(74,1,1) = {" +Sx +Sx +Sx +Sx +Sx +Sx +Sx +Sx +Sx +Sx +MP +MP +MP +MP +MP +oY +do +bt +Sw +MP +MP +MP +MP +MP +MP +MP +Sx +Sx +Sx +Sx +"} +(75,1,1) = {" +Sx +Sx +Sx +Sx +Sx +Sx +Sx +Sx +Sx +Sx +Sx +Sx +Sx +Sx +MP +MP +MP +MP +MP +MP +Sx +Sx +Sx +Sx +Sx +Sx +Sx +Sx +Sx +Sx +"} diff --git a/_maps/outpost/hangar/test_40x20.dmm b/_maps/outpost/hangar/test_40x20.dmm new file mode 100644 index 000000000000..c50c8573660c --- /dev/null +++ b/_maps/outpost/hangar/test_40x20.dmm @@ -0,0 +1,1732 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/open/floor/plating, +/area/hangar) +"b" = ( +/turf/closed/indestructible/reinforced, +/area/hangar) +"c" = ( +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hangar) +"d" = ( +/obj/machinery/atmospherics/components/binary/pump/on, +/turf/open/floor/plasteel, +/area/hangar) +"g" = ( +/obj/machinery/atmospherics/components/unary/passive_vent{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hangar) +"h" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hangar) +"k" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hangar) +"n" = ( +/obj/item/pipe/binary, +/turf/closed/indestructible/reinforced, +/area/hangar) +"o" = ( +/obj/machinery/atmospherics/components/unary/tank/air{ + volume = 10000000 + }, +/turf/open/floor/plasteel, +/area/hangar) +"q" = ( +/turf/open/floor/plasteel, +/area/hangar) +"r" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hangar) +"t" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning, +/obj/machinery/light/floor/hangar, +/turf/open/floor/plasteel, +/area/hangar) +"u" = ( +/obj/effect/landmark/outpost/elevator, +/turf/open/floor/plasteel/elevatorshaft, +/area/hangar) +"x" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/warning{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/hangar) +"y" = ( +/obj/machinery/elevator_call_button{ + pixel_y = 25 + }, +/obj/effect/landmark/outpost/elevator_machine, +/turf/open/floor/plasteel, +/area/hangar) +"z" = ( +/obj/effect/landmark/outpost/hangar_numbers, +/turf/open/floor/plasteel, +/area/hangar) +"B" = ( +/obj/effect/turf_decal/arrows{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hangar) +"C" = ( +/obj/machinery/light/floor/hangar, +/turf/open/floor/plasteel, +/area/hangar) +"E" = ( +/obj/machinery/door/airlock, +/obj/effect/landmark/outpost/elevator_machine, +/turf/open/floor/plasteel, +/area/hangar) +"I" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{ + dir = 1 + }, +/obj/machinery/light/floor/hangar, +/turf/open/floor/plasteel, +/area/hangar) +"J" = ( +/obj/effect/landmark/outpost/hangar_dock, +/turf/open/floor/plating, +/area/hangar) +"K" = ( +/obj/structure/marker_beacon{ + picked_color = "Teal" + }, +/turf/open/floor/plating, +/area/hangar) +"N" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning, +/turf/open/floor/plasteel, +/area/hangar) +"P" = ( +/turf/template_noop, +/area/template_noop) +"Q" = ( +/turf/open/floor/plasteel/tech, +/area/hangar) +"S" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/tech, +/area/hangar) +"T" = ( +/obj/machinery/door/poddoor/multi_tile/four_tile_ver, +/turf/closed/indestructible/reinforced, +/area/hangar) +"V" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hangar) +"W" = ( +/turf/open/floor/plasteel/elevatorshaft, +/area/hangar) +"Z" = ( +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/turf/open/floor/plasteel/tech, +/area/hangar) + +(1,1,1) = {" +P +P +P +b +b +b +b +b +b +b +T +b +b +b +T +b +b +b +T +b +b +b +T +b +b +b +T +b +b +b +b +"} +(2,1,1) = {" +P +P +P +b +q +q +N +S +S +S +S +S +S +S +S +S +S +S +S +S +S +S +S +S +S +S +S +k +q +q +b +"} +(3,1,1) = {" +P +P +P +b +q +q +N +Q +Q +Z +Q +Q +Q +Q +Z +Q +Q +Q +Q +Z +Q +Q +Q +Q +Z +Q +Q +k +q +q +b +"} +(4,1,1) = {" +P +P +P +b +q +q +N +x +x +x +x +x +x +x +x +x +x +x +x +x +x +x +x +x +x +x +x +k +q +q +b +"} +(5,1,1) = {" +P +P +P +b +q +q +N +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +J +k +q +q +b +"} +(6,1,1) = {" +P +P +P +b +q +q +N +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +k +q +q +b +"} +(7,1,1) = {" +P +P +P +b +q +B +N +K +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +K +k +B +q +b +"} +(8,1,1) = {" +P +P +P +b +q +q +N +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +k +q +q +b +"} +(9,1,1) = {" +P +P +P +b +q +q +t +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +I +q +q +b +"} +(10,1,1) = {" +P +P +P +b +q +q +N +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +k +q +q +b +"} +(11,1,1) = {" +P +P +P +b +q +q +N +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +k +q +q +b +"} +(12,1,1) = {" +P +P +P +b +q +B +N +K +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +K +k +B +q +b +"} +(13,1,1) = {" +P +P +P +b +q +q +N +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +k +q +q +b +"} +(14,1,1) = {" +P +P +P +b +q +q +N +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +k +q +q +b +"} +(15,1,1) = {" +P +P +P +b +q +q +N +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +k +q +q +b +"} +(16,1,1) = {" +P +P +P +b +q +q +N +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +k +q +q +b +"} +(17,1,1) = {" +P +P +P +b +q +B +N +K +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +K +k +B +q +b +"} +(18,1,1) = {" +P +P +P +b +q +q +N +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +k +q +q +b +"} +(19,1,1) = {" +P +P +P +b +q +q +t +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +I +q +q +b +"} +(20,1,1) = {" +P +P +P +b +q +q +N +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +k +q +q +b +"} +(21,1,1) = {" +P +P +P +b +q +q +N +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +k +q +q +b +"} +(22,1,1) = {" +P +P +P +b +q +B +N +K +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +K +k +B +q +b +"} +(23,1,1) = {" +P +P +P +b +q +q +N +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +k +q +q +b +"} +(24,1,1) = {" +P +P +P +b +q +q +N +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +k +q +q +b +"} +(25,1,1) = {" +P +P +P +b +q +q +N +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +k +q +q +b +"} +(26,1,1) = {" +P +P +P +b +q +q +N +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +k +q +q +b +"} +(27,1,1) = {" +P +P +P +b +q +B +N +K +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +K +k +B +q +b +"} +(28,1,1) = {" +P +P +P +b +q +q +N +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +k +q +q +b +"} +(29,1,1) = {" +P +P +P +b +q +q +t +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +I +q +q +b +"} +(30,1,1) = {" +P +P +P +b +q +q +N +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +k +q +q +b +"} +(31,1,1) = {" +P +P +P +b +q +q +N +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +k +q +q +b +"} +(32,1,1) = {" +P +P +P +b +q +B +N +K +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +K +k +B +q +b +"} +(33,1,1) = {" +P +P +P +b +q +q +N +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +k +q +q +b +"} +(34,1,1) = {" +P +P +P +b +q +q +N +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +k +q +q +b +"} +(35,1,1) = {" +P +P +P +b +q +q +N +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +k +q +q +b +"} +(36,1,1) = {" +P +P +P +b +q +q +N +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +k +q +q +b +"} +(37,1,1) = {" +P +P +P +b +q +B +N +K +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +K +k +B +q +b +"} +(38,1,1) = {" +P +P +P +b +q +q +N +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +k +q +q +b +"} +(39,1,1) = {" +P +P +P +b +q +q +t +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +I +q +q +b +"} +(40,1,1) = {" +P +P +P +b +q +q +N +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +k +q +q +b +"} +(41,1,1) = {" +P +P +P +b +q +q +N +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +k +q +q +b +"} +(42,1,1) = {" +P +P +P +b +q +B +N +K +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +K +k +B +q +b +"} +(43,1,1) = {" +P +o +d +n +g +q +N +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +k +q +q +b +"} +(44,1,1) = {" +b +b +b +b +b +y +N +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +k +q +q +b +"} +(45,1,1) = {" +b +W +W +u +E +q +h +V +V +V +V +V +V +V +V +V +V +V +V +V +V +V +V +V +V +V +V +r +q +q +b +"} +(46,1,1) = {" +b +W +W +W +E +z +q +q +q +c +q +q +q +q +c +q +q +q +q +c +q +q +q +q +c +q +q +q +q +q +b +"} +(47,1,1) = {" +b +W +W +W +E +q +q +q +C +q +q +q +q +q +q +q +q +q +q +q +q +q +q +q +q +C +q +q +q +q +b +"} +(48,1,1) = {" +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +"} diff --git a/_maps/outpost/hangar/test_40x40.dmm b/_maps/outpost/hangar/test_40x40.dmm new file mode 100644 index 000000000000..0bae3295e4e0 --- /dev/null +++ b/_maps/outpost/hangar/test_40x40.dmm @@ -0,0 +1,2692 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/closed/indestructible/reinforced, +/area/hangar) +"d" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/tech, +/area/hangar) +"e" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/warning{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/hangar) +"f" = ( +/obj/machinery/atmospherics/components/binary/pump/on, +/turf/open/floor/plasteel, +/area/hangar) +"i" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{ + dir = 1 + }, +/obj/machinery/light/floor/hangar, +/turf/open/floor/plasteel, +/area/hangar) +"j" = ( +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/turf/open/floor/plasteel/tech, +/area/hangar) +"l" = ( +/obj/effect/landmark/outpost/hangar_numbers, +/turf/open/floor/plasteel, +/area/hangar) +"o" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hangar) +"p" = ( +/obj/machinery/door/poddoor/multi_tile/four_tile_ver, +/turf/closed/indestructible/reinforced, +/area/hangar) +"q" = ( +/obj/item/pipe/binary, +/turf/closed/indestructible/reinforced, +/area/hangar) +"r" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning, +/obj/machinery/light/floor/hangar, +/turf/open/floor/plasteel, +/area/hangar) +"u" = ( +/turf/template_noop, +/area/template_noop) +"v" = ( +/obj/machinery/door/airlock, +/obj/effect/landmark/outpost/elevator_machine, +/turf/open/floor/plasteel, +/area/hangar) +"z" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hangar) +"A" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning, +/turf/open/floor/plasteel, +/area/hangar) +"B" = ( +/obj/machinery/light/floor/hangar, +/turf/open/floor/plasteel, +/area/hangar) +"D" = ( +/turf/open/floor/plating, +/area/hangar) +"E" = ( +/turf/open/floor/plasteel, +/area/hangar) +"G" = ( +/obj/machinery/elevator_call_button{ + pixel_y = 25 + }, +/obj/effect/landmark/outpost/elevator_machine, +/turf/open/floor/plasteel, +/area/hangar) +"I" = ( +/turf/open/floor/plasteel/tech, +/area/hangar) +"J" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hangar) +"K" = ( +/obj/machinery/atmospherics/components/unary/tank/air{ + volume = 10000000 + }, +/turf/open/floor/plasteel, +/area/hangar) +"L" = ( +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hangar) +"M" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hangar) +"N" = ( +/obj/effect/landmark/outpost/elevator, +/turf/open/floor/plasteel/elevatorshaft, +/area/hangar) +"O" = ( +/obj/effect/landmark/outpost/hangar_dock, +/turf/open/floor/plating, +/area/hangar) +"R" = ( +/obj/effect/turf_decal/arrows{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hangar) +"U" = ( +/obj/machinery/atmospherics/components/unary/passive_vent{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hangar) +"V" = ( +/turf/open/floor/plasteel/elevatorshaft, +/area/hangar) +"W" = ( +/obj/structure/marker_beacon{ + picked_color = "Teal" + }, +/turf/open/floor/plating, +/area/hangar) + +(1,1,1) = {" +u +u +u +a +a +a +a +a +a +a +p +a +a +a +p +a +a +a +p +a +a +a +p +a +a +a +p +a +a +a +p +a +a +a +p +a +a +a +p +a +a +a +p +a +a +a +p +a +a +a +a +"} +(2,1,1) = {" +u +u +u +a +E +E +A +d +d +d +d +d +d +d +d +d +d +d +d +d +d +d +d +d +d +d +d +d +d +d +d +d +d +d +d +d +d +d +d +d +d +d +d +d +d +d +d +J +E +E +a +"} +(3,1,1) = {" +u +u +u +a +E +E +A +I +I +j +I +I +I +I +j +I +I +I +I +j +I +I +I +I +j +I +I +I +I +j +I +I +I +I +j +I +I +I +I +j +I +I +I +I +j +I +I +J +E +E +a +"} +(4,1,1) = {" +u +u +u +a +E +E +A +e +e +e +e +e +e +e +e +e +e +e +e +e +e +e +e +e +e +e +e +e +e +e +e +e +e +e +e +e +e +e +e +e +e +e +e +e +e +e +e +J +E +E +a +"} +(5,1,1) = {" +u +u +u +a +E +E +A +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +O +J +E +E +a +"} +(6,1,1) = {" +u +u +u +a +E +E +A +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +J +E +E +a +"} +(7,1,1) = {" +u +u +u +a +E +R +A +W +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +W +J +R +E +a +"} +(8,1,1) = {" +u +u +u +a +E +E +A +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +J +E +E +a +"} +(9,1,1) = {" +u +u +u +a +E +E +r +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +i +E +E +a +"} +(10,1,1) = {" +u +u +u +a +E +E +A +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +J +E +E +a +"} +(11,1,1) = {" +u +u +u +a +E +E +A +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +J +E +E +a +"} +(12,1,1) = {" +u +u +u +a +E +R +A +W +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +W +J +R +E +a +"} +(13,1,1) = {" +u +u +u +a +E +E +A +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +J +E +E +a +"} +(14,1,1) = {" +u +u +u +a +E +E +A +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +J +E +E +a +"} +(15,1,1) = {" +u +u +u +a +E +E +A +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +J +E +E +a +"} +(16,1,1) = {" +u +u +u +a +E +E +A +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +J +E +E +a +"} +(17,1,1) = {" +u +u +u +a +E +R +A +W +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +W +J +R +E +a +"} +(18,1,1) = {" +u +u +u +a +E +E +A +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +J +E +E +a +"} +(19,1,1) = {" +u +u +u +a +E +E +r +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +i +E +E +a +"} +(20,1,1) = {" +u +u +u +a +E +E +A +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +J +E +E +a +"} +(21,1,1) = {" +u +u +u +a +E +E +A +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +J +E +E +a +"} +(22,1,1) = {" +u +u +u +a +E +R +A +W +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +W +J +R +E +a +"} +(23,1,1) = {" +u +u +u +a +E +E +A +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +J +E +E +a +"} +(24,1,1) = {" +u +u +u +a +E +E +A +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +J +E +E +a +"} +(25,1,1) = {" +u +u +u +a +E +E +A +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +J +E +E +a +"} +(26,1,1) = {" +u +u +u +a +E +E +A +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +J +E +E +a +"} +(27,1,1) = {" +u +u +u +a +E +R +A +W +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +W +J +R +E +a +"} +(28,1,1) = {" +u +u +u +a +E +E +A +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +J +E +E +a +"} +(29,1,1) = {" +u +u +u +a +E +E +r +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +i +E +E +a +"} +(30,1,1) = {" +u +u +u +a +E +E +A +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +J +E +E +a +"} +(31,1,1) = {" +u +u +u +a +E +E +A +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +J +E +E +a +"} +(32,1,1) = {" +u +u +u +a +E +R +A +W +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +W +J +R +E +a +"} +(33,1,1) = {" +u +u +u +a +E +E +A +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +J +E +E +a +"} +(34,1,1) = {" +u +u +u +a +E +E +A +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +J +E +E +a +"} +(35,1,1) = {" +u +u +u +a +E +E +A +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +J +E +E +a +"} +(36,1,1) = {" +u +u +u +a +E +E +A +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +J +E +E +a +"} +(37,1,1) = {" +u +u +u +a +E +R +A +W +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +W +J +R +E +a +"} +(38,1,1) = {" +u +u +u +a +E +E +A +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +J +E +E +a +"} +(39,1,1) = {" +u +u +u +a +E +E +r +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +i +E +E +a +"} +(40,1,1) = {" +u +u +u +a +E +E +A +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +J +E +E +a +"} +(41,1,1) = {" +u +u +u +a +E +E +A +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +J +E +E +a +"} +(42,1,1) = {" +u +u +u +a +E +R +A +W +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +W +J +R +E +a +"} +(43,1,1) = {" +u +K +f +q +U +E +A +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +J +E +E +a +"} +(44,1,1) = {" +a +a +a +a +a +G +A +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +D +J +E +E +a +"} +(45,1,1) = {" +a +V +V +N +v +E +o +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +M +E +E +a +"} +(46,1,1) = {" +a +V +V +V +v +l +E +E +E +L +E +E +E +E +L +E +E +E +E +L +E +E +E +E +L +E +E +E +E +L +E +E +E +E +L +E +E +E +E +L +E +E +E +E +L +E +E +E +E +E +a +"} +(47,1,1) = {" +a +V +V +V +v +E +E +B +E +E +E +E +E +E +E +E +E +B +E +E +E +E +E +E +E +E +B +B +E +E +E +E +E +E +E +E +B +E +E +E +E +E +E +E +E +E +B +E +E +E +a +"} +(48,1,1) = {" +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +"} diff --git a/_maps/outpost/hangar/test_56x20.dmm b/_maps/outpost/hangar/test_56x20.dmm new file mode 100644 index 000000000000..be5afd91fa78 --- /dev/null +++ b/_maps/outpost/hangar/test_56x20.dmm @@ -0,0 +1,2260 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/open/floor/plating, +/area/hangar) +"b" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/tech, +/area/hangar) +"c" = ( +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hangar) +"d" = ( +/obj/machinery/door/poddoor/multi_tile/four_tile_ver, +/turf/closed/indestructible/reinforced, +/area/hangar) +"g" = ( +/turf/closed/indestructible/reinforced, +/area/hangar) +"h" = ( +/obj/item/pipe/binary, +/turf/closed/indestructible/reinforced, +/area/hangar) +"k" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hangar) +"o" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hangar) +"q" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning, +/obj/machinery/light/floor/hangar, +/turf/open/floor/plasteel, +/area/hangar) +"r" = ( +/obj/structure/marker_beacon{ + picked_color = "Teal" + }, +/turf/open/floor/plating, +/area/hangar) +"t" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{ + dir = 1 + }, +/obj/machinery/light/floor/hangar, +/turf/open/floor/plasteel, +/area/hangar) +"u" = ( +/obj/machinery/elevator_call_button{ + pixel_y = 25 + }, +/obj/effect/landmark/outpost/elevator_machine, +/turf/open/floor/plasteel, +/area/hangar) +"v" = ( +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/turf/open/floor/plasteel/tech, +/area/hangar) +"w" = ( +/obj/machinery/door/airlock, +/obj/effect/landmark/outpost/elevator_machine, +/turf/open/floor/plasteel, +/area/hangar) +"z" = ( +/obj/machinery/atmospherics/components/unary/passive_vent{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hangar) +"A" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hangar) +"F" = ( +/obj/effect/landmark/outpost/hangar_numbers, +/turf/open/floor/plasteel, +/area/hangar) +"H" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hangar) +"L" = ( +/turf/open/floor/plasteel/elevatorshaft, +/area/hangar) +"M" = ( +/obj/effect/landmark/outpost/elevator, +/turf/open/floor/plasteel/elevatorshaft, +/area/hangar) +"O" = ( +/obj/effect/landmark/outpost/hangar_dock, +/turf/open/floor/plating, +/area/hangar) +"Q" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning, +/turf/open/floor/plasteel, +/area/hangar) +"R" = ( +/obj/machinery/light/floor/hangar, +/turf/open/floor/plasteel, +/area/hangar) +"S" = ( +/obj/effect/turf_decal/arrows{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hangar) +"T" = ( +/turf/open/floor/plasteel, +/area/hangar) +"U" = ( +/obj/machinery/atmospherics/components/binary/pump/on, +/turf/open/floor/plasteel, +/area/hangar) +"V" = ( +/turf/open/floor/plasteel/tech, +/area/hangar) +"W" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/warning{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/hangar) +"Y" = ( +/obj/machinery/atmospherics/components/unary/tank/air{ + volume = 10000000 + }, +/turf/open/floor/plasteel, +/area/hangar) +"Z" = ( +/turf/template_noop, +/area/template_noop) + +(1,1,1) = {" +Z +Z +Z +g +g +g +g +g +g +g +d +g +g +g +d +g +g +g +d +g +g +g +d +g +g +g +d +g +g +g +g +"} +(2,1,1) = {" +Z +Z +Z +g +T +T +Q +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +A +T +T +g +"} +(3,1,1) = {" +Z +Z +Z +g +T +T +Q +V +V +v +V +V +V +V +v +V +V +V +V +v +V +V +V +V +v +V +V +A +T +T +g +"} +(4,1,1) = {" +Z +Z +Z +g +T +T +Q +W +W +W +W +W +W +W +W +W +W +W +W +W +W +W +W +W +W +W +W +A +T +T +g +"} +(5,1,1) = {" +Z +Z +Z +g +T +T +Q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +O +A +T +T +g +"} +(6,1,1) = {" +Z +Z +Z +g +T +T +Q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +A +T +T +g +"} +(7,1,1) = {" +Z +Z +Z +g +T +S +Q +r +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +r +A +S +T +g +"} +(8,1,1) = {" +Z +Z +Z +g +T +T +Q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +A +T +T +g +"} +(9,1,1) = {" +Z +Z +Z +g +T +T +q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +t +T +T +g +"} +(10,1,1) = {" +Z +Z +Z +g +T +T +Q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +A +T +T +g +"} +(11,1,1) = {" +Z +Z +Z +g +T +T +Q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +A +T +T +g +"} +(12,1,1) = {" +Z +Z +Z +g +T +S +Q +r +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +r +A +S +T +g +"} +(13,1,1) = {" +Z +Z +Z +g +T +T +Q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +A +T +T +g +"} +(14,1,1) = {" +Z +Z +Z +g +T +T +Q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +A +T +T +g +"} +(15,1,1) = {" +Z +Z +Z +g +T +T +Q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +A +T +T +g +"} +(16,1,1) = {" +Z +Z +Z +g +T +T +Q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +A +T +T +g +"} +(17,1,1) = {" +Z +Z +Z +g +T +S +Q +r +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +r +A +S +T +g +"} +(18,1,1) = {" +Z +Z +Z +g +T +T +Q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +A +T +T +g +"} +(19,1,1) = {" +Z +Z +Z +g +T +T +q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +t +T +T +g +"} +(20,1,1) = {" +Z +Z +Z +g +T +T +Q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +A +T +T +g +"} +(21,1,1) = {" +Z +Z +Z +g +T +T +Q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +A +T +T +g +"} +(22,1,1) = {" +Z +Z +Z +g +T +S +Q +r +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +r +A +S +T +g +"} +(23,1,1) = {" +Z +Z +Z +g +T +T +Q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +A +T +T +g +"} +(24,1,1) = {" +Z +Z +Z +g +T +T +Q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +A +T +T +g +"} +(25,1,1) = {" +Z +Z +Z +g +T +T +Q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +A +T +T +g +"} +(26,1,1) = {" +Z +Z +Z +g +T +T +Q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +A +T +T +g +"} +(27,1,1) = {" +Z +Z +Z +g +T +S +Q +r +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +r +A +S +T +g +"} +(28,1,1) = {" +Z +Z +Z +g +T +T +Q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +A +T +T +g +"} +(29,1,1) = {" +Z +Z +Z +g +T +T +q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +t +T +T +g +"} +(30,1,1) = {" +Z +Z +Z +g +T +T +Q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +A +T +T +g +"} +(31,1,1) = {" +Z +Z +Z +g +T +T +Q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +A +T +T +g +"} +(32,1,1) = {" +Z +Z +Z +g +T +S +Q +r +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +r +A +S +T +g +"} +(33,1,1) = {" +Z +Z +Z +g +T +T +Q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +A +T +T +g +"} +(34,1,1) = {" +Z +Z +Z +g +T +T +Q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +A +T +T +g +"} +(35,1,1) = {" +Z +Z +Z +g +T +T +Q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +A +T +T +g +"} +(36,1,1) = {" +Z +Z +Z +g +T +T +Q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +A +T +T +g +"} +(37,1,1) = {" +Z +Z +Z +g +T +S +Q +r +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +r +A +S +T +g +"} +(38,1,1) = {" +Z +Z +Z +g +T +T +Q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +A +T +T +g +"} +(39,1,1) = {" +Z +Z +Z +g +T +T +q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +t +T +T +g +"} +(40,1,1) = {" +Z +Z +Z +g +T +T +Q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +A +T +T +g +"} +(41,1,1) = {" +Z +Z +Z +g +T +T +Q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +A +T +T +g +"} +(42,1,1) = {" +Z +Z +Z +g +T +S +Q +r +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +r +A +S +T +g +"} +(43,1,1) = {" +Z +Z +Z +g +T +T +Q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +A +T +T +g +"} +(44,1,1) = {" +Z +Z +Z +g +T +T +Q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +A +T +T +g +"} +(45,1,1) = {" +Z +Z +Z +g +T +T +Q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +A +T +T +g +"} +(46,1,1) = {" +Z +Z +Z +g +T +T +Q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +A +T +T +g +"} +(47,1,1) = {" +Z +Z +Z +g +T +S +Q +r +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +r +A +S +T +g +"} +(48,1,1) = {" +Z +Z +Z +g +T +T +Q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +A +T +T +g +"} +(49,1,1) = {" +Z +Z +Z +g +T +T +q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +t +T +T +g +"} +(50,1,1) = {" +Z +Z +Z +g +T +T +Q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +A +T +T +g +"} +(51,1,1) = {" +Z +Z +Z +g +T +T +Q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +A +T +T +g +"} +(52,1,1) = {" +Z +Z +Z +g +T +S +Q +r +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +r +A +S +T +g +"} +(53,1,1) = {" +Z +Z +Z +g +T +T +Q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +A +T +T +g +"} +(54,1,1) = {" +Z +Z +Z +g +T +T +Q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +A +T +T +g +"} +(55,1,1) = {" +Z +Z +Z +g +T +T +Q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +A +T +T +g +"} +(56,1,1) = {" +Z +Z +Z +g +T +T +Q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +A +T +T +g +"} +(57,1,1) = {" +Z +Z +Z +g +T +S +Q +r +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +r +A +S +T +g +"} +(58,1,1) = {" +Z +Z +Z +g +T +T +Q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +A +T +T +g +"} +(59,1,1) = {" +Z +Y +U +h +z +T +q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +t +T +T +g +"} +(60,1,1) = {" +g +g +g +g +g +u +Q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +A +T +T +g +"} +(61,1,1) = {" +g +L +L +M +w +T +k +o +o +o +o +o +o +o +o +o +o +o +o +o +o +o +o +o +o +o +o +H +T +T +g +"} +(62,1,1) = {" +g +L +L +L +w +F +T +T +T +c +T +T +T +T +c +T +T +T +T +c +T +T +T +T +c +T +T +T +T +T +g +"} +(63,1,1) = {" +g +L +L +L +w +T +T +T +R +T +T +T +T +T +T +T +T +T +T +T +T +T +T +T +T +R +T +T +T +T +g +"} +(64,1,1) = {" +g +g +g +g +g +g +g +g +g +g +g +g +g +g +g +g +g +g +g +g +g +g +g +g +g +g +g +g +g +g +g +"} diff --git a/_maps/outpost/hangar/test_56x40.dmm b/_maps/outpost/hangar/test_56x40.dmm new file mode 100644 index 000000000000..6ca87ef8e48a --- /dev/null +++ b/_maps/outpost/hangar/test_56x40.dmm @@ -0,0 +1,3540 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/open/floor/plating, +/area/hangar) +"c" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hangar) +"e" = ( +/obj/effect/landmark/outpost/hangar_numbers, +/turf/open/floor/plasteel, +/area/hangar) +"f" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning, +/obj/machinery/light/floor/hangar, +/turf/open/floor/plasteel, +/area/hangar) +"g" = ( +/obj/structure/marker_beacon{ + picked_color = "Teal" + }, +/turf/open/floor/plating, +/area/hangar) +"h" = ( +/obj/machinery/door/airlock, +/obj/effect/landmark/outpost/elevator_machine, +/turf/open/floor/plasteel, +/area/hangar) +"k" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{ + dir = 1 + }, +/obj/machinery/light/floor/hangar, +/turf/open/floor/plasteel, +/area/hangar) +"l" = ( +/obj/machinery/light/floor/hangar, +/turf/open/floor/plasteel, +/area/hangar) +"n" = ( +/turf/open/floor/plasteel/tech, +/area/hangar) +"p" = ( +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/turf/open/floor/plasteel/tech, +/area/hangar) +"q" = ( +/obj/item/pipe/binary, +/turf/closed/indestructible/reinforced, +/area/hangar) +"s" = ( +/obj/machinery/atmospherics/components/binary/pump/on, +/turf/open/floor/plasteel, +/area/hangar) +"v" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hangar) +"x" = ( +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hangar) +"y" = ( +/obj/machinery/elevator_call_button{ + pixel_y = 25 + }, +/obj/effect/landmark/outpost/elevator_machine, +/turf/open/floor/plasteel, +/area/hangar) +"z" = ( +/turf/open/floor/plasteel, +/area/hangar) +"B" = ( +/obj/machinery/atmospherics/components/unary/tank/air{ + volume = 10000000 + }, +/turf/open/floor/plasteel, +/area/hangar) +"C" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning, +/turf/open/floor/plasteel, +/area/hangar) +"F" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/tech, +/area/hangar) +"H" = ( +/turf/closed/indestructible/reinforced, +/area/hangar) +"J" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/warning{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/hangar) +"L" = ( +/obj/machinery/atmospherics/components/unary/passive_vent{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hangar) +"Q" = ( +/obj/effect/landmark/outpost/elevator, +/turf/open/floor/plasteel/elevatorshaft, +/area/hangar) +"R" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hangar) +"S" = ( +/obj/effect/landmark/outpost/hangar_dock, +/turf/open/floor/plating, +/area/hangar) +"U" = ( +/obj/machinery/door/poddoor/multi_tile/four_tile_ver, +/turf/closed/indestructible/reinforced, +/area/hangar) +"V" = ( +/turf/template_noop, +/area/template_noop) +"W" = ( +/obj/effect/turf_decal/arrows{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hangar) +"X" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hangar) +"Y" = ( +/turf/open/floor/plasteel/elevatorshaft, +/area/hangar) + +(1,1,1) = {" +V +V +V +H +H +H +H +H +H +H +U +H +H +H +U +H +H +H +U +H +H +H +U +H +H +H +U +H +H +H +U +H +H +H +U +H +H +H +U +H +H +H +U +H +H +H +U +H +H +H +H +"} +(2,1,1) = {" +V +V +V +H +z +z +C +F +F +F +F +F +F +F +F +F +F +F +F +F +F +F +F +F +F +F +F +F +F +F +F +F +F +F +F +F +F +F +F +F +F +F +F +F +F +F +F +v +z +z +H +"} +(3,1,1) = {" +V +V +V +H +z +z +C +n +n +p +n +n +n +n +p +n +n +n +n +p +n +n +n +n +p +n +n +n +n +p +n +n +n +n +p +n +n +n +n +p +n +n +n +n +p +n +n +v +z +z +H +"} +(4,1,1) = {" +V +V +V +H +z +z +C +J +J +J +J +J +J +J +J +J +J +J +J +J +J +J +J +J +J +J +J +J +J +J +J +J +J +J +J +J +J +J +J +J +J +J +J +J +J +J +J +v +z +z +H +"} +(5,1,1) = {" +V +V +V +H +z +z +C +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +S +v +z +z +H +"} +(6,1,1) = {" +V +V +V +H +z +z +C +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +v +z +z +H +"} +(7,1,1) = {" +V +V +V +H +z +W +C +g +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +g +v +W +z +H +"} +(8,1,1) = {" +V +V +V +H +z +z +C +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +v +z +z +H +"} +(9,1,1) = {" +V +V +V +H +z +z +f +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +k +z +z +H +"} +(10,1,1) = {" +V +V +V +H +z +z +C +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +v +z +z +H +"} +(11,1,1) = {" +V +V +V +H +z +z +C +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +v +z +z +H +"} +(12,1,1) = {" +V +V +V +H +z +W +C +g +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +g +v +W +z +H +"} +(13,1,1) = {" +V +V +V +H +z +z +C +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +v +z +z +H +"} +(14,1,1) = {" +V +V +V +H +z +z +C +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +v +z +z +H +"} +(15,1,1) = {" +V +V +V +H +z +z +C +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +v +z +z +H +"} +(16,1,1) = {" +V +V +V +H +z +z +C +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +v +z +z +H +"} +(17,1,1) = {" +V +V +V +H +z +W +C +g +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +g +v +W +z +H +"} +(18,1,1) = {" +V +V +V +H +z +z +C +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +v +z +z +H +"} +(19,1,1) = {" +V +V +V +H +z +z +f +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +k +z +z +H +"} +(20,1,1) = {" +V +V +V +H +z +z +C +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +v +z +z +H +"} +(21,1,1) = {" +V +V +V +H +z +z +C +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +v +z +z +H +"} +(22,1,1) = {" +V +V +V +H +z +W +C +g +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +g +v +W +z +H +"} +(23,1,1) = {" +V +V +V +H +z +z +C +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +v +z +z +H +"} +(24,1,1) = {" +V +V +V +H +z +z +C +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +v +z +z +H +"} +(25,1,1) = {" +V +V +V +H +z +z +C +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +v +z +z +H +"} +(26,1,1) = {" +V +V +V +H +z +z +C +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +v +z +z +H +"} +(27,1,1) = {" +V +V +V +H +z +W +C +g +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +g +v +W +z +H +"} +(28,1,1) = {" +V +V +V +H +z +z +C +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +v +z +z +H +"} +(29,1,1) = {" +V +V +V +H +z +z +f +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +k +z +z +H +"} +(30,1,1) = {" +V +V +V +H +z +z +C +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +v +z +z +H +"} +(31,1,1) = {" +V +V +V +H +z +z +C +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +v +z +z +H +"} +(32,1,1) = {" +V +V +V +H +z +W +C +g +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +g +v +W +z +H +"} +(33,1,1) = {" +V +V +V +H +z +z +C +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +v +z +z +H +"} +(34,1,1) = {" +V +V +V +H +z +z +C +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +v +z +z +H +"} +(35,1,1) = {" +V +V +V +H +z +z +C +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +v +z +z +H +"} +(36,1,1) = {" +V +V +V +H +z +z +C +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +v +z +z +H +"} +(37,1,1) = {" +V +V +V +H +z +W +C +g +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +g +v +W +z +H +"} +(38,1,1) = {" +V +V +V +H +z +z +C +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +v +z +z +H +"} +(39,1,1) = {" +V +V +V +H +z +z +f +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +k +z +z +H +"} +(40,1,1) = {" +V +V +V +H +z +z +C +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +v +z +z +H +"} +(41,1,1) = {" +V +V +V +H +z +z +C +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +v +z +z +H +"} +(42,1,1) = {" +V +V +V +H +z +W +C +g +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +g +v +W +z +H +"} +(43,1,1) = {" +V +V +V +H +z +z +C +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +v +z +z +H +"} +(44,1,1) = {" +V +V +V +H +z +z +C +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +v +z +z +H +"} +(45,1,1) = {" +V +V +V +H +z +z +C +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +v +z +z +H +"} +(46,1,1) = {" +V +V +V +H +z +z +C +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +v +z +z +H +"} +(47,1,1) = {" +V +V +V +H +z +W +C +g +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +g +v +W +z +H +"} +(48,1,1) = {" +V +V +V +H +z +z +C +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +v +z +z +H +"} +(49,1,1) = {" +V +V +V +H +z +z +f +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +k +z +z +H +"} +(50,1,1) = {" +V +V +V +H +z +z +C +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +v +z +z +H +"} +(51,1,1) = {" +V +V +V +H +z +z +C +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +v +z +z +H +"} +(52,1,1) = {" +V +V +V +H +z +W +C +g +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +g +v +W +z +H +"} +(53,1,1) = {" +V +V +V +H +z +z +C +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +v +z +z +H +"} +(54,1,1) = {" +V +V +V +H +z +z +C +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +v +z +z +H +"} +(55,1,1) = {" +V +V +V +H +z +z +C +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +v +z +z +H +"} +(56,1,1) = {" +V +V +V +H +z +z +C +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +v +z +z +H +"} +(57,1,1) = {" +V +V +V +H +z +W +C +g +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +g +v +W +z +H +"} +(58,1,1) = {" +V +V +V +H +z +z +C +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +v +z +z +H +"} +(59,1,1) = {" +V +B +s +q +L +z +f +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +k +z +z +H +"} +(60,1,1) = {" +H +H +H +H +H +y +C +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +v +z +z +H +"} +(61,1,1) = {" +H +Y +Y +Q +h +z +c +X +X +X +X +X +X +X +X +X +X +X +X +X +X +X +X +X +X +X +X +X +X +X +X +X +X +X +X +X +X +X +X +X +X +X +X +X +X +X +X +R +z +z +H +"} +(62,1,1) = {" +H +Y +Y +Y +h +e +z +z +z +x +z +z +z +z +x +z +z +z +z +x +z +z +z +z +x +z +z +z +z +x +z +z +z +z +x +z +z +z +z +x +z +z +z +z +x +z +z +z +z +z +H +"} +(63,1,1) = {" +H +Y +Y +Y +h +z +z +l +z +z +z +z +z +z +z +z +z +l +z +z +z +z +z +z +z +z +l +l +z +z +z +z +z +z +z +z +l +z +z +z +z +z +z +z +z +z +l +z +z +z +H +"} +(64,1,1) = {" +H +H +H +H +H +H +H +H +H +H +H +H +H +H +H +H +H +H +H +H +H +H +H +H +H +H +H +H +H +H +H +H +H +H +H +H +H +H +H +H +H +H +H +H +H +H +H +H +H +H +H +"} diff --git a/_maps/outpost/outpost_test_1.dmm b/_maps/outpost/outpost_test_1.dmm new file mode 100644 index 000000000000..009668fb5676 --- /dev/null +++ b/_maps/outpost/outpost_test_1.dmm @@ -0,0 +1,20588 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ac" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"af" = ( +/obj/structure/curtain/cloth/fancy, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/mono, +/area/outpost/crew) +"ai" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/obj/machinery/light/small/directional/east, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"an" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/spline/fancy/opaque/black{ + dir = 1 + }, +/turf/open/floor/plasteel/patterned/grid, +/area/outpost/cargo) +"ar" = ( +/obj/structure/rack, +/obj/effect/turf_decal/trimline/opaque/green/line, +/obj/effect/turf_decal/trimline/opaque/green/line{ + dir = 1 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/vacant_rooms) +"aC" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"aH" = ( +/obj/effect/turf_decal/corner/opaque/green{ + dir = 6 + }, +/obj/structure/closet/firecloset/wall{ + dir = 8; + pixel_x = 28 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"bg" = ( +/obj/structure/rack, +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/obj/machinery/light/small/broken/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/vacant_rooms) +"bk" = ( +/obj/structure/table, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/clipboard, +/obj/item/hand_labeler, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/cargo) +"bo" = ( +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/obj/structure/window/reinforced/tinted{ + dir = 1 + }, +/turf/open/floor/grass, +/area/outpost/crew) +"bs" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/corner/opaque/green{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"bt" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/spline/fancy/opaque/black/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"bv" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"by" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/public/glass, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/hallway/central) +"bI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/effect/turf_decal/spline/fancy/opaque/grey/corner{ + dir = 1 + }, +/obj/effect/turf_decal/spline/fancy/opaque/grey{ + dir = 4; + pixel_y = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"bJ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/patterned, +/area/outpost/cargo) +"bL" = ( +/obj/structure/rack, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/vacant_rooms) +"bQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/obj/structure/sign/poster/random{ + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"bT" = ( +/obj/structure/chair/wood/wings{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet, +/area/outpost/crew) +"cc" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"cg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/corner/opaque/green{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"cs" = ( +/obj/structure/table, +/obj/item/circuitboard/machine/paystand, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/vacant_rooms) +"ct" = ( +/obj/effect/turf_decal/corner/opaque/green{ + dir = 9 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"cx" = ( +/obj/item/kirbyplants/random, +/turf/open/floor/plasteel, +/area/outpost/crew) +"cy" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/effect/turf_decal/spline/fancy/opaque/grey{ + dir = 4; + pixel_y = 1 + }, +/obj/effect/turf_decal/spline/fancy/opaque/grey{ + dir = 8; + pixel_y = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"cz" = ( +/obj/structure/barricade/wooden, +/turf/open/floor/plasteel/elevatorshaft, +/area/outpost/cargo) +"cA" = ( +/obj/machinery/door/poddoor/preopen, +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/machinery/door/airlock/public/glass, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/tech, +/area/outpost/hallway/central) +"cC" = ( +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/cargo) +"cO" = ( +/obj/item/radio/intercom/directional/east, +/turf/open/floor/wood, +/area/outpost/crew) +"cU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"cW" = ( +/obj/effect/turf_decal/box/corners{ + dir = 4 + }, +/obj/structure/closet/crate, +/turf/open/floor/plasteel/patterned/grid, +/area/outpost/cargo) +"cZ" = ( +/obj/machinery/telecomms/allinone/indestructable{ + id = "Outpost" + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"da" = ( +/obj/effect/turf_decal/box/corners{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/spline/fancy/opaque/black/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/patterned/grid, +/area/outpost/cargo) +"dh" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/box, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/plasteel, +/area/outpost/crew) +"dq" = ( +/obj/machinery/door/window/brigdoor/westleft, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/spline/fancy/opaque/grey{ + pixel_x = -1 + }, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"dt" = ( +/obj/effect/turf_decal/box/corners, +/obj/structure/closet/crate/science, +/obj/machinery/light/directional/south, +/turf/open/floor/plasteel/patterned/grid, +/area/outpost/cargo) +"du" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/outpost/crew) +"dC" = ( +/obj/machinery/cryopod{ + dir = 4 + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/plasteel/tech/grid, +/area/outpost/crew/dorm) +"dD" = ( +/obj/effect/turf_decal/corner/opaque/green{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"dH" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood, +/area/outpost/crew) +"dK" = ( +/obj/machinery/firealarm/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"dS" = ( +/obj/effect/turf_decal/corner/opaque/red{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"dV" = ( +/obj/machinery/recycler, +/turf/open/floor/plasteel, +/area/outpost/crew/dorm) +"dW" = ( +/obj/machinery/firealarm/directional/north, +/obj/effect/turf_decal/corner/opaque/black{ + dir = 6 + }, +/obj/effect/turf_decal/corner/opaque/green{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"dX" = ( +/obj/machinery/door/airlock{ + name = "Cryogenics" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel, +/area/outpost/crew/dorm) +"dY" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/newscaster/directional/north{ + pixel_y = 32 + }, +/obj/structure/filingcabinet/double, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/cargo) +"ec" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/obj/machinery/light/small/directional/north, +/obj/structure/sign/poster/contraband/random{ + pixel_x = 32 + }, +/turf/open/floor/wood, +/area/outpost/crew) +"ed" = ( +/obj/structure/sign/poster/random{ + pixel_y = 32 + }, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/corner/opaque/green{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"eg" = ( +/obj/effect/turf_decal/corner/opaque/green{ + dir = 9 + }, +/obj/machinery/light/directional/west, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"em" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"eq" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/turf/open/floor/wood, +/area/outpost/vacant_rooms) +"es" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/wood, +/area/outpost/crew) +"et" = ( +/obj/effect/turf_decal/corner/opaque/black{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"ex" = ( +/obj/machinery/vending/snack/random, +/obj/effect/turf_decal/corner/opaque/green/three_quarters{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"ey" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"ez" = ( +/obj/machinery/door/airlock{ + id_tag = "ob3"; + name = "Bathroom" + }, +/turf/open/floor/plasteel/tech, +/area/outpost/crew) +"eL" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/obj/item/kirbyplants{ + icon_state = "plant-03"; + name = "Dave" + }, +/obj/effect/turf_decal/spline/fancy/opaque/grey{ + dir = 8 + }, +/obj/structure/sign/poster/contraband/inteq_nt{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/confetti, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"eO" = ( +/obj/effect/turf_decal/corner/opaque/green/three_quarters{ + dir = 4 + }, +/obj/machinery/vending/coffee, +/obj/structure/sign/poster/random{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"fc" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/disposalpipe/junction/flip{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/landmark/observer_start, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"fh" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"fj" = ( +/obj/structure/railing/corner, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"fk" = ( +/obj/machinery/camera/autoname{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/green{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"fv" = ( +/obj/effect/turf_decal/spline/fancy/opaque/grey{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/garbage, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"fD" = ( +/obj/machinery/door/airlock/public/glass, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/hallway/central) +"fI" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/obj/effect/turf_decal/spline/fancy/opaque/grey{ + dir = 8; + pixel_y = 1 + }, +/obj/effect/turf_decal/spline/fancy/opaque/grey{ + dir = 4; + pixel_y = 1 + }, +/obj/machinery/camera/autoname, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"fM" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/effect/turf_decal/spline/fancy/opaque/grey{ + dir = 4; + pixel_y = 1 + }, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"fQ" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/obj/effect/turf_decal/industrial/stand_clear{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"fV" = ( +/obj/structure/rack, +/obj/effect/turf_decal/box/corners{ + dir = 4 + }, +/obj/effect/turf_decal/box/corners, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/vacant_rooms) +"fZ" = ( +/obj/structure/table, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/item/clipboard{ + pixel_y = -3; + pixel_x = -3 + }, +/obj/item/pen{ + pixel_y = -4; + pixel_x = -4 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/cargo) +"ga" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/effect/turf_decal/spline/fancy/opaque/grey{ + dir = 4; + pixel_y = 1 + }, +/obj/effect/turf_decal/spline/fancy/opaque/grey{ + dir = 8; + pixel_y = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"gf" = ( +/obj/effect/turf_decal/box, +/obj/structure/closet/crate/engineering, +/turf/open/floor/plasteel/patterned/grid, +/area/outpost/cargo) +"gm" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"gr" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"gs" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"gy" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/wood, +/area/outpost/crew) +"gz" = ( +/obj/effect/turf_decal/corner/opaque/black{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"gF" = ( +/obj/structure/rack, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/vacant_rooms) +"gJ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/obj/machinery/newscaster/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"gK" = ( +/obj/item/kirbyplants/random, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_x = -32 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/plasteel, +/area/outpost/crew) +"gN" = ( +/obj/machinery/airalarm/directional/east, +/turf/open/floor/wood, +/area/outpost/crew) +"gU" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"gX" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"hd" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/machinery/light/directional/south, +/turf/open/floor/plasteel/grimy, +/area/outpost/crew) +"ho" = ( +/obj/structure/table, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/vacant_rooms) +"hv" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/sign/poster/official/random{ + pixel_y = -32; + pixel_x = 32 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"hx" = ( +/obj/effect/turf_decal/box/corners, +/obj/structure/railing, +/obj/effect/turf_decal/spline/fancy/opaque/black, +/turf/open/floor/plasteel/patterned/grid, +/area/outpost/cargo) +"hA" = ( +/obj/effect/turf_decal/spline/fancy/wood, +/turf/open/floor/wood, +/area/outpost/vacant_rooms) +"hB" = ( +/obj/structure/rack, +/obj/machinery/light/small/broken/directional/east, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/vacant_rooms) +"hG" = ( +/obj/machinery/light/directional/east, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"hI" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"hU" = ( +/obj/machinery/airalarm/directional/west, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"hY" = ( +/obj/effect/turf_decal/corner/opaque/green{ + dir = 6 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"im" = ( +/obj/effect/turf_decal/corner/opaque/green/three_quarters{ + dir = 8 + }, +/obj/item/kirbyplants/random, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"iw" = ( +/obj/effect/turf_decal/corner/opaque/black{ + dir = 5 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/camera/autoname{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"iB" = ( +/obj/effect/turf_decal/corner/opaque/black{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"iF" = ( +/obj/structure/railing, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"iG" = ( +/turf/open/floor/plasteel/elevatorshaft, +/area/outpost/cargo) +"iI" = ( +/obj/effect/turf_decal/spline/fancy/wood{ + dir = 8 + }, +/turf/open/floor/wood, +/area/outpost/vacant_rooms) +"iL" = ( +/obj/effect/turf_decal/box/corners{ + dir = 1 + }, +/obj/structure/closet/crate, +/obj/machinery/light/directional/north, +/turf/open/floor/plasteel/patterned/grid, +/area/outpost/cargo) +"iQ" = ( +/obj/machinery/light/directional/north, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"iV" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/obj/machinery/camera/autoname{ + dir = 5 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"iY" = ( +/obj/structure/window/reinforced/tinted{ + dir = 1 + }, +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/turf/open/floor/grass, +/area/outpost/crew) +"jd" = ( +/obj/effect/turf_decal/corner/opaque/green/three_quarters{ + dir = 8 + }, +/obj/machinery/vending/sovietsoda, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"je" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/wood, +/area/outpost/crew) +"jh" = ( +/obj/machinery/light/small/directional/south, +/turf/open/floor/plasteel, +/area/outpost/crew/dorm) +"jk" = ( +/obj/effect/turf_decal/box, +/obj/machinery/light/directional/east, +/turf/open/floor/plasteel/patterned/grid, +/area/outpost/cargo) +"jl" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/stairs{ + dir = 1 + }, +/area/outpost/hallway/central) +"jn" = ( +/obj/effect/turf_decal/box/corners{ + dir = 8 + }, +/obj/structure/closet/cardboard, +/turf/open/floor/plasteel/patterned/grid, +/area/outpost/cargo) +"jp" = ( +/obj/effect/landmark{ + name = "Primary Cargo Shaft" + }, +/turf/open/floor/plasteel/elevatorshaft, +/area/outpost/cargo) +"jx" = ( +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"jC" = ( +/turf/open/floor/plasteel/patterned, +/area/outpost/cargo) +"jD" = ( +/obj/machinery/newscaster/directional/south, +/turf/open/floor/wood, +/area/outpost/crew) +"jF" = ( +/obj/machinery/door/airlock/public/glass, +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/vacant_rooms) +"jH" = ( +/obj/structure/rack, +/obj/effect/turf_decal/box/corners, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/vacant_rooms) +"jI" = ( +/obj/machinery/newscaster/directional/east, +/turf/open/floor/wood, +/area/outpost/crew) +"jM" = ( +/obj/effect/turf_decal/corner/opaque/black{ + dir = 6 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"jS" = ( +/obj/effect/turf_decal/spline/fancy/opaque/grey{ + pixel_x = -1 + }, +/obj/effect/turf_decal/spline/fancy/opaque/grey/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"jU" = ( +/obj/structure/table, +/obj/machinery/door/window{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/plasteel/patterned/cargo_one, +/area/outpost/vacant_rooms) +"kb" = ( +/obj/structure/closet/crate, +/turf/open/floor/plasteel/patterned/grid, +/area/outpost/cargo) +"kg" = ( +/obj/machinery/computer/cryopod/directional/west, +/obj/structure/table, +/obj/effect/turf_decal/corner/opaque/bottlegreen/border{ + dir = 9 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/obj/machinery/newscaster/directional/north{ + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/outpost/crew/dorm) +"ki" = ( +/obj/structure/chair/office, +/obj/machinery/light/small/directional/west, +/turf/open/floor/plasteel/grimy, +/area/outpost/crew/dorm) +"ks" = ( +/turf/open/floor/plasteel/elevatorshaft, +/area/outpost/hallway/central) +"kA" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/green/three_quarters{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"kC" = ( +/obj/structure/window/reinforced/fulltile, +/obj/structure/grille, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "outsmall2" + }, +/turf/open/floor/plating, +/area/outpost/crew) +"kF" = ( +/obj/effect/turf_decal/corner/opaque/black{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/disposalpipe/junction/flip{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"kH" = ( +/obj/effect/turf_decal/siding/thinplating, +/turf/open/floor/plasteel/tech, +/area/outpost/hallway/central) +"kI" = ( +/obj/structure/curtain/cloth/fancy, +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/plasteel/mono, +/area/outpost/crew) +"kP" = ( +/obj/effect/turf_decal/spline/fancy/opaque/grey{ + dir = 1; + pixel_x = -1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"kQ" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/airlock/public/glass, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/tech, +/area/outpost/vacant_rooms) +"kR" = ( +/obj/structure/rack, +/obj/effect/turf_decal/box/corners{ + dir = 4 + }, +/obj/effect/turf_decal/box/corners, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/vacant_rooms) +"kW" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/turf/open/floor/plasteel/grimy, +/area/outpost/crew) +"kY" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/outpost/crew) +"li" = ( +/obj/machinery/door/poddoor/preopen, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/machinery/door/airlock/public/glass, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/tech, +/area/outpost/hallway/central) +"lj" = ( +/obj/structure/table/wood, +/obj/structure/sign/poster/contraband/random{ + pixel_y = -32 + }, +/turf/open/floor/plasteel/grimy, +/area/outpost/crew) +"lk" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/corner/opaque/green{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"lp" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/wood, +/area/outpost/crew) +"ls" = ( +/obj/effect/turf_decal/corner/opaque/black{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"lz" = ( +/obj/effect/turf_decal/box/corners{ + dir = 4 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/spline/fancy/opaque/black{ + dir = 1 + }, +/turf/open/floor/plasteel/patterned/grid, +/area/outpost/cargo) +"lC" = ( +/obj/structure/table, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/cargo) +"lH" = ( +/obj/machinery/door/window/brigdoor/southleft, +/obj/effect/turf_decal/siding/thinplating, +/turf/open/floor/plasteel/patterned/cargo_one, +/area/outpost/vacant_rooms) +"lK" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"lP" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/industrial/stand_clear{ + dir = 1 + }, +/obj/effect/turf_decal/spline/fancy/opaque/black/corner{ + dir = 8 + }, +/obj/machinery/camera/autoname{ + dir = 8 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"lS" = ( +/obj/effect/turf_decal/corner/opaque/bottlegreen{ + dir = 10 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/plasteel, +/area/outpost/crew/dorm) +"lW" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/obj/machinery/airalarm/directional/north, +/obj/effect/turf_decal/spline/fancy/opaque/grey{ + dir = 4; + pixel_y = 1 + }, +/obj/effect/turf_decal/spline/fancy/opaque/grey{ + dir = 8; + pixel_y = 1 + }, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"lX" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"mg" = ( +/obj/effect/turf_decal/box, +/obj/structure/closet/crate, +/obj/machinery/light/directional/west, +/turf/open/floor/plasteel/patterned/grid, +/area/outpost/cargo) +"ml" = ( +/obj/structure/table/wood, +/turf/open/floor/carpet, +/area/outpost/crew) +"mn" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/table/wood, +/obj/machinery/vending/boozeomat, +/turf/open/floor/carpet, +/area/outpost/crew) +"mp" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/confetti, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"ms" = ( +/obj/effect/turf_decal/corner/opaque/black{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"mt" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"mz" = ( +/obj/machinery/firealarm/directional/north, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"mA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/corner/opaque/black{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"mB" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"mC" = ( +/turf/open/space/basic, +/area/space) +"mF" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/effect/turf_decal/spline/fancy/opaque/grey{ + dir = 4; + pixel_y = 1 + }, +/obj/machinery/newscaster/directional/north{ + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"mG" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/camera/autoname{ + dir = 9 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"mL" = ( +/obj/effect/turf_decal/corner/opaque/green{ + dir = 9 + }, +/obj/structure/closet/emcloset/wall{ + dir = 4; + pixel_x = -28 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"mO" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"mT" = ( +/obj/machinery/light/directional/south, +/turf/open/floor/plasteel/patterned/grid, +/area/outpost/cargo) +"nc" = ( +/obj/effect/turf_decal/spline/fancy/opaque/grey{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"nd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/patterned, +/area/outpost/crew/dorm) +"nf" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/outpost/crew) +"ng" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/outpost/crew) +"np" = ( +/obj/effect/turf_decal/corner/opaque/green{ + dir = 6 + }, +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"ns" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"nw" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/wood, +/area/outpost/crew) +"nz" = ( +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"nE" = ( +/obj/structure/chair/wood/wings{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/outpost/crew) +"nI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/corner/opaque/black{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"nK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/spline/fancy/opaque/grey{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"nM" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/corner/opaque/black{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"nO" = ( +/obj/structure/rack, +/obj/effect/turf_decal/trimline/opaque/green/end{ + dir = 1 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/vacant_rooms) +"nT" = ( +/obj/machinery/door/window/brigdoor/westright, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"nU" = ( +/turf/closed/indestructible/reinforced, +/area/outpost/crew/dorm) +"nY" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel/grimy, +/area/outpost/crew/dorm) +"ob" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/outpost/crew) +"oe" = ( +/obj/machinery/firealarm/directional/south, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"oi" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/box, +/obj/structure/disposalpipe/trunk, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"oq" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/structure/sign/poster/contraband/random{ + pixel_y = -32 + }, +/turf/open/floor/plasteel/grimy, +/area/outpost/crew) +"or" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/junction/flip{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"ov" = ( +/obj/structure/chair/wood/wings, +/turf/open/floor/carpet, +/area/outpost/crew) +"oC" = ( +/obj/item/kirbyplants/random, +/obj/machinery/light/small/directional/west, +/obj/effect/turf_decal/spline/fancy/wood{ + dir = 9 + }, +/turf/open/floor/wood, +/area/outpost/vacant_rooms) +"oF" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/item/radio/intercom/directional/west, +/obj/machinery/camera/autoname{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"oL" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/airlock/wood, +/turf/open/floor/plasteel/tech, +/area/outpost/vacant_rooms) +"oR" = ( +/obj/structure/toilet{ + pixel_y = 13 + }, +/obj/machinery/newscaster/directional/east, +/obj/machinery/light/small/directional/west, +/turf/open/floor/plasteel, +/area/outpost/cargo) +"oV" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"pe" = ( +/obj/structure/railing{ + dir = 10 + }, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"pg" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/outpost/crew/dorm) +"pj" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/components/unary/tank/air{ + volume = 10000000; + piping_layer = 2 + }, +/turf/open/floor/plasteel, +/area/outpost/crew/dorm) +"pl" = ( +/obj/effect/turf_decal/corner/opaque/green{ + dir = 10 + }, +/obj/structure/table, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"pm" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/obj/effect/turf_decal/spline/fancy/opaque/grey{ + dir = 8; + pixel_y = 1 + }, +/obj/effect/turf_decal/spline/fancy/opaque/grey{ + dir = 4; + pixel_y = 1 + }, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"ps" = ( +/obj/machinery/button/door{ + id = "ob2"; + name = "door lock"; + pixel_x = 10; + pixel_y = 23; + specialfunctions = 4; + normaldoorcontrol = 1 + }, +/obj/machinery/door/airlock{ + id_tag = "ob2"; + name = "Stall 1" + }, +/turf/open/floor/plasteel, +/area/outpost/crew/dorm) +"pt" = ( +/obj/effect/turf_decal/siding/thinplating, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/airlock/public/glass, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/tech, +/area/outpost/vacant_rooms) +"pw" = ( +/obj/structure/table, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"py" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/spline/fancy/opaque/black{ + dir = 4 + }, +/turf/open/floor/plasteel/stairs{ + dir = 1 + }, +/area/outpost/cargo) +"pA" = ( +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"pF" = ( +/obj/effect/turf_decal/box/corners{ + dir = 1 + }, +/obj/structure/closet/crate/engineering, +/turf/open/floor/plasteel/patterned/grid, +/area/outpost/cargo) +"pG" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"pO" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/wood, +/area/outpost/crew) +"pP" = ( +/obj/machinery/vending/coffee, +/obj/machinery/light/directional/north, +/turf/open/floor/plasteel, +/area/outpost/crew) +"pX" = ( +/obj/machinery/door/poddoor/preopen, +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/machinery/door/airlock/public/glass, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/hallway/central) +"pY" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/industrial/stand_clear, +/obj/effect/turf_decal/spline/fancy/opaque/black/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"qc" = ( +/obj/structure/table, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/cargo) +"qi" = ( +/obj/effect/turf_decal/box/corners, +/obj/structure/closet/crate, +/turf/open/floor/plasteel/patterned/grid, +/area/outpost/cargo) +"qs" = ( +/obj/effect/turf_decal/spline/fancy/opaque/grey, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/window, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel/grimy, +/area/outpost/crew/dorm) +"qt" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/stairs{ + dir = 1 + }, +/area/outpost/hallway/central) +"qH" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = -13 + }, +/obj/structure/mirror{ + pixel_x = -28 + }, +/turf/open/floor/plasteel/patterned, +/area/outpost/crew/dorm) +"qP" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"qQ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/corner/opaque/black{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"qT" = ( +/obj/machinery/airalarm/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"qV" = ( +/obj/machinery/button/door{ + id = "ob1"; + name = "door lock"; + pixel_x = 10; + pixel_y = 23; + specialfunctions = 4; + normaldoorcontrol = 1 + }, +/obj/machinery/door/airlock{ + id_tag = "ob1"; + name = "Stall 1" + }, +/turf/open/floor/plasteel, +/area/outpost/crew/dorm) +"re" = ( +/obj/effect/turf_decal/box/corners{ + dir = 8 + }, +/obj/machinery/light/directional/south, +/turf/open/floor/plasteel/patterned/grid, +/area/outpost/cargo) +"ri" = ( +/obj/structure/table, +/obj/effect/turf_decal/spline/fancy/opaque/grey, +/turf/open/floor/plasteel/grimy, +/area/outpost/crew/dorm) +"rt" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/outpost/crew) +"ru" = ( +/turf/closed/indestructible/reinforced{ + icon = 'icons/obj/doors/blastdoor.dmi'; + icon_state = "closed"; + name = "hardened blast door" + }, +/area/outpost/hallway/central) +"ry" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/airlock/public/glass, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/tech, +/area/outpost/vacant_rooms) +"rB" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/grass, +/area/outpost/crew) +"rF" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/spline/fancy/opaque/black{ + dir = 4 + }, +/turf/open/floor/plasteel/stairs, +/area/outpost/cargo) +"rG" = ( +/obj/structure/rack, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/vacant_rooms) +"rK" = ( +/obj/effect/turf_decal/corner/opaque/black{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"rM" = ( +/obj/structure/rack, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/greenglow, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/vacant_rooms) +"rS" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"rV" = ( +/obj/structure/table, +/obj/machinery/newscaster/directional/north{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/vacant_rooms) +"rZ" = ( +/obj/effect/turf_decal/corner/opaque/black, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/obj/effect/turf_decal/spline/fancy/opaque/grey{ + dir = 8; + pixel_y = 1 + }, +/obj/effect/turf_decal/spline/fancy/opaque/grey/corner{ + dir = 4 + }, +/obj/machinery/newscaster/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"sa" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/outpost/crew) +"sd" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"sk" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/airlock/public/glass, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/tech, +/area/outpost/vacant_rooms) +"sm" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"sn" = ( +/obj/effect/turf_decal/corner/opaque/green/three_quarters, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"sr" = ( +/obj/effect/landmark/outpost/elevator{ + shaft = "main" + }, +/turf/open/floor/plasteel/elevatorshaft, +/area/outpost/hallway/central) +"ss" = ( +/obj/structure/table, +/obj/structure/extinguisher_cabinet/directional/north, +/obj/item/radio/intercom/directional/north{ + pixel_y = 24 + }, +/obj/effect/turf_decal/corner/opaque/green/three_quarters{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"su" = ( +/obj/structure/railing, +/obj/effect/turf_decal/spline/fancy/opaque/black, +/turf/open/floor/plasteel/patterned/grid, +/area/outpost/cargo) +"sv" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/wood, +/area/outpost/crew) +"sB" = ( +/obj/effect/turf_decal/siding/thinplating, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/airlock/public/glass, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/tech, +/area/outpost/vacant_rooms) +"sH" = ( +/obj/effect/turf_decal/spline/fancy/wood{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/wood, +/area/outpost/vacant_rooms) +"sI" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"sL" = ( +/obj/structure/rack, +/obj/effect/turf_decal/box/corners{ + dir = 8 + }, +/obj/effect/turf_decal/box/corners{ + dir = 1 + }, +/obj/structure/sign/poster/contraband/inteq_gec{ + pixel_x = -32 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/vacant_rooms) +"sM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/obj/structure/sign/poster/random{ + pixel_x = 32 + }, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"sO" = ( +/obj/effect/turf_decal/corner/opaque/green{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"sX" = ( +/obj/effect/turf_decal/corner/opaque/black{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"tg" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/outpost/crew) +"ti" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/outpost/crew) +"tr" = ( +/obj/structure/table/wood, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet, +/area/outpost/crew) +"tv" = ( +/obj/structure/chair, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"tB" = ( +/obj/effect/turf_decal/siding/thinplating, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/airlock/public/glass, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/tech, +/area/outpost/vacant_rooms) +"tK" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/box, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"tL" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/outpost/crew) +"tU" = ( +/obj/machinery/light/directional/north, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"tZ" = ( +/obj/effect/turf_decal/corner/opaque/black{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/turf_decal/spline/fancy/opaque/grey{ + dir = 1; + pixel_x = -1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"uc" = ( +/obj/effect/turf_decal/spline/fancy/opaque/grey/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"uv" = ( +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/junction/flip{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"uy" = ( +/obj/effect/turf_decal/corner/opaque/green{ + dir = 6 + }, +/obj/item/kirbyplants/random, +/obj/machinery/light/directional/east, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"uF" = ( +/turf/open/floor/wood, +/area/outpost/crew) +"uG" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/outpost/crew) +"uL" = ( +/obj/structure/rack, +/obj/effect/turf_decal/box/corners{ + dir = 8 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/vacant_rooms) +"uQ" = ( +/obj/structure/urinal{ + pixel_y = 32 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plasteel/patterned, +/area/outpost/crew/dorm) +"uW" = ( +/obj/effect/turf_decal/corner/opaque/black{ + dir = 10 + }, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"uX" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/obj/structure/closet/firecloset/wall{ + pixel_y = 28 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/corner/opaque/green{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"ve" = ( +/obj/structure/rack, +/obj/effect/turf_decal/box/corners{ + dir = 1 + }, +/obj/effect/turf_decal/box/corners{ + dir = 8 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/vacant_rooms) +"vf" = ( +/obj/structure/chair/wood/wings{ + dir = 4 + }, +/obj/machinery/newscaster/directional/west, +/obj/machinery/camera/autoname{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/outpost/crew) +"vn" = ( +/obj/structure/rack, +/obj/effect/turf_decal/trimline/opaque/green/end{ + dir = 4 + }, +/obj/machinery/light/directional/south, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/vacant_rooms) +"vr" = ( +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/corner/opaque/green{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"vu" = ( +/obj/structure/table, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/paper_bin, +/obj/item/pen, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/cargo) +"vv" = ( +/obj/machinery/firealarm/directional/south, +/obj/effect/turf_decal/corner/opaque/green{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"vL" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"vT" = ( +/obj/effect/turf_decal/corner/opaque/green/three_quarters, +/obj/structure/chair{ + dir = 8 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"vV" = ( +/obj/structure/noticeboard{ + dir = 8; + pixel_x = 28 + }, +/obj/effect/turf_decal/corner/opaque/bottlegreen/border{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel, +/area/outpost/crew/dorm) +"vX" = ( +/obj/structure/rack, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/vacant_rooms) +"wa" = ( +/obj/effect/turf_decal/corner/opaque/black{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"wm" = ( +/obj/effect/turf_decal/corner/opaque/bottlegreen/border{ + dir = 8 + }, +/obj/effect/turf_decal/industrial/caution{ + dir = 4 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/plasteel, +/area/outpost/crew/dorm) +"wn" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"wr" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_y = 6; + pixel_x = 6 + }, +/obj/item/paper_bin/carbon{ + pixel_y = 1; + pixel_x = -8 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/cargo) +"wy" = ( +/obj/effect/turf_decal/corner/opaque/green{ + dir = 10 + }, +/obj/structure/chair{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"wB" = ( +/obj/effect/turf_decal/siding/thinplating, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/airlock/public/glass{ + name = "Restroom" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/tech, +/area/outpost/crew/dorm) +"wE" = ( +/obj/structure/table, +/obj/effect/turf_decal/corner/opaque/bottlegreen/three_quarters{ + dir = 4 + }, +/obj/machinery/newscaster/directional/west, +/obj/item/radio/intercom/directional/north{ + pixel_y = 23 + }, +/turf/open/floor/plasteel, +/area/outpost/crew/dorm) +"wF" = ( +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/obj/structure/flora/ausbushes/ppflowers, +/turf/open/floor/grass, +/area/outpost/crew) +"wH" = ( +/obj/structure/rack, +/obj/effect/turf_decal/trimline/opaque/green/end{ + dir = 1 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/vacant_rooms) +"wL" = ( +/turf/closed/indestructible/reinforced, +/area/outpost/vacant_rooms) +"wR" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"xa" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/outpost/crew) +"xc" = ( +/obj/structure/railing{ + dir = 9 + }, +/obj/effect/turf_decal/industrial/warning/corner, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"xi" = ( +/obj/effect/turf_decal/spline/fancy/opaque/grey, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/glass, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"xm" = ( +/obj/effect/turf_decal/box, +/obj/machinery/light/directional/west, +/turf/open/floor/plasteel/patterned/grid, +/area/outpost/cargo) +"xn" = ( +/obj/structure/rack, +/obj/structure/sign/poster/contraband/random{ + pixel_y = -32 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/vacant_rooms) +"xo" = ( +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_x = 32 + }, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"xr" = ( +/obj/machinery/light/directional/west, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"xs" = ( +/obj/effect/turf_decal/corner/opaque/green{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"xx" = ( +/obj/machinery/door/airlock/public/glass, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/hallway/central) +"xy" = ( +/obj/structure/table, +/obj/machinery/newscaster/directional/north{ + pixel_y = 32 + }, +/obj/effect/turf_decal/corner/opaque/green/three_quarters{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"xA" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/door/airlock{ + name = "Cryogenics" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/crew/dorm) +"xQ" = ( +/obj/structure/table, +/obj/item/circuitboard/machine/paystand, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/vacant_rooms) +"xW" = ( +/obj/structure/chair/wood/wings{ + dir = 4 + }, +/obj/machinery/button/door{ + dir = 4; + pixel_y = 7; + pixel_x = -38; + id = "outsmall1"; + name = "window shutters" + }, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/carpet, +/area/outpost/crew) +"xX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/closed/indestructible/reinforced{ + icon = 'icons/obj/doors/blastdoor.dmi'; + icon_state = "closed"; + name = "hardened blast door" + }, +/area/outpost/hallway/central) +"xZ" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel, +/area/outpost/crew/dorm) +"ya" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"yh" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/outpost/crew) +"yj" = ( +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/spline/fancy/wood{ + dir = 6 + }, +/turf/open/floor/carpet/royalblack, +/area/outpost/vacant_rooms) +"yl" = ( +/obj/effect/turf_decal/corner/opaque/bottlegreen{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/outpost/crew/dorm) +"yp" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"ys" = ( +/obj/structure/curtain/cloth/fancy, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/mono, +/area/outpost/crew) +"yu" = ( +/obj/effect/turf_decal/corner/opaque/black{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"yy" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"yI" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/closed/indestructible/reinforced{ + icon = 'icons/obj/doors/airlocks/hatch/centcom.dmi'; + icon_state = "closed"; + name = "airlock" + }, +/area/outpost/crew/dorm) +"yK" = ( +/obj/structure/rack, +/obj/effect/turf_decal/box, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/vacant_rooms) +"yM" = ( +/obj/effect/turf_decal/corner/opaque/black{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"yV" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/obj/machinery/camera/autoname{ + dir = 1 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"zn" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/wood, +/area/outpost/crew) +"zp" = ( +/obj/effect/turf_decal/box, +/obj/structure/closet/cardboard, +/turf/open/floor/plasteel/patterned/grid, +/area/outpost/cargo) +"zv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/corner/opaque/black{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"zG" = ( +/obj/effect/turf_decal/corner/opaque/red{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"zL" = ( +/obj/effect/turf_decal/corner/opaque/black{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/obj/effect/turf_decal/spline/fancy/opaque/grey{ + dir = 1; + pixel_x = -1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"zS" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/hallway/central) +"zW" = ( +/obj/machinery/computer/cargo/express{ + dir = 4 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/cargo) +"zX" = ( +/obj/structure/rack, +/obj/effect/turf_decal/trimline/opaque/green/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/opaque/green/line{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/vacant_rooms) +"Ab" = ( +/obj/effect/turf_decal/corner/opaque/green{ + dir = 5 + }, +/obj/structure/sign/poster/random{ + pixel_y = 32 + }, +/obj/machinery/vending/cigarette, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"Ac" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"Am" = ( +/obj/effect/turf_decal/box/corners{ + dir = 4 + }, +/obj/structure/closet/crate/science, +/obj/machinery/light/directional/north, +/turf/open/floor/plasteel/patterned/grid, +/area/outpost/cargo) +"Ao" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"Ap" = ( +/obj/machinery/firealarm/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/corner/opaque/green{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"Au" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/wood, +/area/outpost/crew) +"Aw" = ( +/obj/structure/sign/poster/random{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"AC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/corner/opaque/black{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"AI" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/machinery/newscaster/directional/south, +/obj/machinery/camera/autoname{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"AK" = ( +/obj/machinery/door/airlock/public/glass, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/tech, +/area/outpost/hallway/central) +"AL" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/open/floor/wood, +/area/outpost/vacant_rooms) +"AM" = ( +/obj/effect/turf_decal/corner/opaque/black{ + dir = 10 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"AR" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/corner/opaque/red{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"AU" = ( +/obj/effect/turf_decal/corner/opaque/black{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"AY" = ( +/obj/effect/turf_decal/corner/opaque/green{ + dir = 9 + }, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"Bh" = ( +/obj/structure/table, +/obj/structure/window/reinforced, +/obj/item/hand_labeler, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/cargo) +"Bj" = ( +/obj/effect/turf_decal/spline/fancy/opaque/grey{ + dir = 8; + pixel_y = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"Bs" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"Bu" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/wood, +/area/outpost/crew) +"Bx" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/corner/opaque/green{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"BE" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/turf_decal/spline/fancy/opaque/grey{ + dir = 1; + pixel_x = -1 + }, +/obj/effect/turf_decal/spline/fancy/opaque/grey{ + pixel_x = -1 + }, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"BF" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/box, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/camera/autoname{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/outpost/crew) +"BJ" = ( +/obj/structure/rack, +/obj/effect/turf_decal/box/corners{ + dir = 8 + }, +/obj/effect/turf_decal/box/corners{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/vacant_rooms) +"BQ" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"Cc" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/siding/wood, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/outpost/crew) +"Cd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"Cj" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"Ck" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/effect/turf_decal/spline/fancy/opaque/grey{ + dir = 8; + pixel_y = 1 + }, +/obj/effect/turf_decal/spline/fancy/opaque/grey/corner{ + dir = 4 + }, +/obj/effect/turf_decal/spline/fancy/opaque/grey/corner, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"Co" = ( +/obj/machinery/announcement_system, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"Cq" = ( +/obj/effect/turf_decal/corner/opaque/bottlegreen/three_quarters, +/obj/machinery/disposal/bin, +/obj/machinery/light/small/directional/south, +/turf/open/floor/plasteel, +/area/outpost/crew/dorm) +"Ct" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"CI" = ( +/obj/effect/turf_decal/spline/fancy/opaque/grey{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"CL" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"CR" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/stairs{ + dir = 1 + }, +/area/outpost/hallway/central) +"CT" = ( +/obj/structure/rack, +/obj/effect/turf_decal/box/corners, +/obj/effect/turf_decal/box/corners{ + dir = 4 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/vacant_rooms) +"CU" = ( +/obj/machinery/door/poddoor/preopen, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/machinery/door/airlock/public/glass, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/hallway/central) +"Dd" = ( +/obj/structure/chair/greyscale{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/bottlegreen/three_quarters{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/obj/machinery/light/small/directional/west, +/turf/open/floor/plasteel, +/area/outpost/crew/dorm) +"De" = ( +/obj/structure/rack, +/obj/effect/turf_decal/trimline/opaque/green/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/opaque/green/line{ + dir = 8 + }, +/obj/machinery/camera/autoname{ + dir = 8 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/vacant_rooms) +"Df" = ( +/obj/effect/turf_decal/corner/opaque/bottlegreen{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/outpost/crew/dorm) +"Dg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"Do" = ( +/obj/structure/table, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/paper_bin, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/cargo) +"Dz" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/obj/effect/turf_decal/spline/fancy/opaque/grey/corner{ + dir = 8 + }, +/obj/effect/turf_decal/spline/fancy/opaque/grey{ + dir = 4; + pixel_y = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"DA" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"DB" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood, +/area/outpost/crew) +"DH" = ( +/obj/machinery/button/door{ + pixel_y = 36; + pixel_x = -9; + id = "outsmall2"; + name = "window shutters" + }, +/obj/item/radio/intercom/directional/north{ + pixel_y = 22; + pixel_x = -5 + }, +/turf/open/floor/wood, +/area/outpost/crew) +"DJ" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/effect/turf_decal/spline/fancy/wood{ + dir = 1 + }, +/turf/open/floor/wood, +/area/outpost/vacant_rooms) +"DQ" = ( +/obj/effect/turf_decal/corner/opaque/green{ + dir = 10 + }, +/obj/structure/table, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"DU" = ( +/obj/effect/turf_decal/corner/opaque/green{ + dir = 5 + }, +/obj/machinery/vending/cola/random, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"DV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"DX" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = -13 + }, +/obj/structure/mirror{ + pixel_x = -28 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/plasteel, +/area/outpost/crew) +"DY" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/junction/yjunction{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"Eg" = ( +/obj/effect/turf_decal/corner/opaque/green{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"Eh" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"Eo" = ( +/obj/structure/rack, +/obj/effect/turf_decal/box/corners{ + dir = 4 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/vacant_rooms) +"Ep" = ( +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/open/floor/grass, +/area/outpost/crew) +"Eq" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/spline/fancy/opaque/black{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"Eu" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/binary/pump/on/layer2, +/turf/open/floor/plasteel, +/area/outpost/crew/dorm) +"Ev" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/effect/turf_decal/spline/fancy/opaque/grey{ + dir = 8; + pixel_y = 1 + }, +/obj/effect/turf_decal/corner/opaque/black{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"Ez" = ( +/obj/machinery/airalarm/directional/north, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"EB" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 + }, +/turf/open/floor/wood, +/area/outpost/crew) +"ED" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/microwave{ + pixel_y = 5 + }, +/turf/open/floor/carpet, +/area/outpost/crew) +"EG" = ( +/obj/effect/turf_decal/corner/opaque/black{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"EH" = ( +/obj/structure/railing/corner, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"EI" = ( +/obj/effect/turf_decal/corner/opaque/green/three_quarters{ + dir = 1 + }, +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"EK" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"EM" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"EU" = ( +/obj/structure/curtain/cloth/fancy, +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/mono, +/area/outpost/crew) +"EW" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"EY" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/obj/structure/closet/emcloset/wall{ + pixel_y = 28 + }, +/obj/effect/turf_decal/corner/opaque/green{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"Fa" = ( +/obj/effect/turf_decal/box/corners{ + dir = 8 + }, +/turf/open/floor/plasteel/patterned/grid, +/area/outpost/cargo) +"Ff" = ( +/obj/structure/rack, +/obj/effect/turf_decal/trimline/opaque/green/end, +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/vacant_rooms) +"Fu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"FB" = ( +/obj/structure/railing{ + dir = 6 + }, +/turf/open/floor/grass, +/area/outpost/crew) +"FF" = ( +/obj/machinery/vending/games, +/obj/effect/turf_decal/corner/opaque/green/three_quarters{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"FM" = ( +/obj/machinery/power/floodlight, +/obj/structure/cable, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/cargo) +"FQ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/wood, +/area/outpost/crew) +"FU" = ( +/obj/effect/turf_decal/spline/fancy/opaque/grey{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/obj/structure/sign/poster/contraband/random{ + pixel_x = 32 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/garbage, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"Gc" = ( +/obj/effect/turf_decal/spline/fancy/opaque/grey/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"Gj" = ( +/obj/machinery/door/airlock/public/glass, +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/structure/barricade/wooden/crude, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/oil/slippery, +/turf/open/floor/plasteel/tech, +/area/outpost/vacant_rooms) +"Gm" = ( +/obj/effect/turf_decal/corner/opaque/bottlegreen{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/outpost/crew/dorm) +"Gp" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/spline/fancy/opaque/grey{ + dir = 8; + pixel_y = 1 + }, +/obj/effect/turf_decal/spline/fancy/opaque/grey{ + dir = 4; + pixel_y = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"Gq" = ( +/obj/effect/turf_decal/corner/opaque/bottlegreen/three_quarters{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/outpost/crew/dorm) +"Gu" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"GA" = ( +/obj/item/kirbyplants/random, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_y = -32 + }, +/turf/open/floor/plasteel/grimy, +/area/outpost/crew) +"GB" = ( +/obj/structure/rack, +/obj/structure/sign/poster/contraband/random{ + pixel_y = -32 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/glass, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/vacant_rooms) +"GG" = ( +/obj/effect/turf_decal/spline/fancy/opaque/grey, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/greenglow, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"GJ" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/wood, +/area/outpost/crew) +"GK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/spline/fancy/opaque/grey{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"GL" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"GQ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = 32; + pixel_x = -33 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"GS" = ( +/obj/structure/urinal{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/patterned, +/area/outpost/crew/dorm) +"GT" = ( +/obj/effect/turf_decal/corner/opaque/black{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/spline/fancy/opaque/grey/corner{ + dir = 1 + }, +/obj/effect/turf_decal/spline/fancy/opaque/grey/corner{ + dir = 4 + }, +/obj/machinery/firealarm/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"GU" = ( +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/corner/opaque/green{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"Hb" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"He" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/spline/fancy/wood, +/turf/open/floor/wood, +/area/outpost/vacant_rooms) +"Hg" = ( +/obj/effect/turf_decal/corner/opaque/black{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"Hi" = ( +/obj/effect/turf_decal/spline/fancy/opaque/grey{ + dir = 1; + pixel_x = -1 + }, +/obj/effect/turf_decal/spline/fancy/opaque/grey{ + pixel_x = -1 + }, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"Hl" = ( +/obj/machinery/light/directional/west, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"Hm" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced, +/obj/item/storage/fancy/donut_box{ + pixel_y = -3 + }, +/turf/open/floor/carpet, +/area/outpost/crew) +"Hp" = ( +/obj/structure/rack, +/obj/effect/turf_decal/trimline/opaque/green/end, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/vacant_rooms) +"Hx" = ( +/obj/effect/turf_decal/box, +/obj/structure/closet/crate, +/turf/open/floor/plasteel/patterned/grid, +/area/outpost/cargo) +"HB" = ( +/obj/structure/rack, +/obj/effect/turf_decal/trimline/opaque/green/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/opaque/green/line{ + dir = 4 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/vacant_rooms) +"HC" = ( +/obj/effect/turf_decal/corner/opaque/bottlegreen{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/outpost/crew/dorm) +"HG" = ( +/obj/effect/turf_decal/spline/fancy/opaque/grey{ + dir = 8; + pixel_y = 1 + }, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"HH" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/wood, +/area/outpost/crew) +"HL" = ( +/obj/structure/rack, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/opaque/green/end{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/machinery/camera/autoname{ + dir = 1 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/vacant_rooms) +"HR" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/box, +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/corner/opaque/green{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"HU" = ( +/obj/effect/turf_decal/corner/opaque/green{ + dir = 9 + }, +/obj/machinery/light/directional/west, +/obj/item/kirbyplants/random, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"HZ" = ( +/obj/structure/table/wood, +/obj/structure/displaycase/forsale, +/obj/effect/turf_decal/siding/wood/end, +/turf/open/floor/wood, +/area/outpost/vacant_rooms) +"Ig" = ( +/obj/effect/turf_decal/corner/opaque/green/three_quarters{ + dir = 4 + }, +/obj/machinery/disposal/bin, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"Ij" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"It" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"Ix" = ( +/obj/structure/sign/directions/command{ + dir = 4; + pixel_y = -24 + }, +/obj/effect/turf_decal/corner/opaque/black{ + dir = 6 + }, +/obj/effect/turf_decal/corner/opaque/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"IB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"ID" = ( +/obj/structure/railing, +/obj/effect/turf_decal/spline/fancy/opaque/black, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"IP" = ( +/obj/machinery/door/airlock/public/glass, +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/vacant_rooms) +"IU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/corner/opaque/black{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"IY" = ( +/obj/structure/chair/greyscale{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/bottlegreen/border{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/obj/machinery/light/small/directional/east, +/turf/open/floor/plasteel, +/area/outpost/crew/dorm) +"IZ" = ( +/obj/structure/window/reinforced/fulltile, +/obj/structure/grille, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "outsmall1" + }, +/turf/open/floor/plating, +/area/outpost/crew) +"Jh" = ( +/obj/effect/turf_decal/corner/opaque/black{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"Jl" = ( +/obj/structure/rack, +/obj/machinery/light/small/broken/directional/south, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/garbage, +/obj/effect/decal/cleanable/glass, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/vacant_rooms) +"Jo" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/obj/structure/disposalpipe/junction/yjunction{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"Jp" = ( +/obj/structure/sign/poster/random{ + pixel_y = -32 + }, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/corner/opaque/green/three_quarters, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"Jr" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"Ju" = ( +/obj/structure/railing, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"Jz" = ( +/obj/machinery/light/directional/east, +/turf/open/floor/wood, +/area/outpost/crew) +"JB" = ( +/obj/effect/turf_decal/corner/opaque/black{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"JC" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/turf/open/floor/wood, +/area/outpost/crew) +"JL" = ( +/obj/structure/table, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/cargo) +"JM" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/outpost/crew) +"JU" = ( +/turf/open/floor/plasteel/patterned, +/area/outpost/crew/dorm) +"JX" = ( +/obj/effect/turf_decal/corner/opaque/green{ + dir = 6 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"Ka" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/greenglow, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"Kn" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/effect/turf_decal/industrial/stand_clear{ + dir = 8 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"Ko" = ( +/obj/effect/turf_decal/box/corners{ + dir = 4 + }, +/turf/open/floor/plasteel/patterned/grid, +/area/outpost/cargo) +"Kt" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/junction/flip{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"Kw" = ( +/obj/structure/rack, +/obj/effect/turf_decal/trimline/opaque/green/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/opaque/green/line{ + dir = 4 + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/vacant_rooms) +"Ky" = ( +/obj/effect/turf_decal/spline/fancy/wood{ + dir = 4 + }, +/turf/open/floor/carpet/royalblack, +/area/outpost/vacant_rooms) +"Kz" = ( +/obj/machinery/light/directional/south, +/turf/open/floor/plasteel/patterned, +/area/outpost/cargo) +"KA" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/spline/fancy/opaque/grey{ + dir = 4; + pixel_y = 1 + }, +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"KC" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/airlock/wood, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/vacant_rooms) +"KD" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/newscaster/directional/east, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"KG" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/box, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"KH" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/box, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"KJ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"KK" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/obj/machinery/light/small/directional/west, +/turf/open/floor/wood, +/area/outpost/crew) +"KQ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/outpost/crew) +"KV" = ( +/obj/machinery/light/small/directional/south, +/turf/open/floor/plasteel/patterned, +/area/outpost/crew/dorm) +"KW" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/machinery/elevator_call_button{ + pixel_y = 25 + }, +/obj/effect/landmark/outpost/elevator_machine{ + shaft = "main" + }, +/turf/open/floor/plasteel/tech, +/area/outpost/hallway/central) +"Ld" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/plasteel/grimy, +/area/outpost/crew) +"Lr" = ( +/obj/structure/railing/corner, +/obj/effect/turf_decal/spline/fancy/opaque/black/corner, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"Ls" = ( +/obj/machinery/light/small/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plasteel/patterned, +/area/outpost/crew/dorm) +"Lu" = ( +/turf/open/floor/wood, +/area/outpost/vacant_rooms) +"Lx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/patterned, +/area/outpost/crew/dorm) +"Lz" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/cargo) +"LD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"LG" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"LI" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"LL" = ( +/turf/open/floor/plasteel/patterned/grid, +/area/outpost/cargo) +"LP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/spline/fancy/opaque/grey{ + pixel_x = -1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"LZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/turf/open/floor/wood, +/area/outpost/crew) +"Mk" = ( +/obj/effect/turf_decal/corner/opaque/black{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"Mr" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"Mt" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/hallway/central) +"Mz" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/spline/fancy/opaque/grey{ + dir = 8; + pixel_y = 1 + }, +/obj/effect/turf_decal/spline/fancy/opaque/grey{ + dir = 4; + pixel_y = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"MA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"MB" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32; + pixel_y = -32 + }, +/turf/open/floor/plasteel/patterned, +/area/outpost/crew/dorm) +"ME" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/spline/fancy/opaque/black{ + dir = 1 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"MF" = ( +/obj/structure/table, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/siding/thinplating{ + dir = 10 + }, +/obj/item/circuitboard/machine/paystand, +/turf/open/floor/plasteel/patterned/cargo_one, +/area/outpost/vacant_rooms) +"MN" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"MO" = ( +/obj/effect/turf_decal/box/corners, +/obj/effect/turf_decal/box/corners{ + dir = 4 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/obj/machinery/light/small/directional/north, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/vacant_rooms) +"Nc" = ( +/obj/structure/rack, +/obj/effect/turf_decal/trimline/opaque/green/end, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/vacant_rooms) +"Ne" = ( +/obj/effect/turf_decal/corner/opaque/black{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"Ni" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel/patterned, +/area/outpost/crew/dorm) +"Nl" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/outpost/crew) +"Nv" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/outpost/crew) +"Nx" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/turf/open/floor/wood, +/area/outpost/crew) +"NH" = ( +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/obj/structure/window/reinforced/tinted, +/turf/open/floor/grass, +/area/outpost/crew) +"NO" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/obj/item/radio/intercom/directional/north{ + pixel_y = 23 + }, +/turf/open/floor/plasteel/patterned/cargo_one, +/area/outpost/vacant_rooms) +"NT" = ( +/obj/structure/rack, +/obj/effect/turf_decal/trimline/opaque/green/end{ + dir = 1 + }, +/obj/machinery/light/directional/north, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/vacant_rooms) +"NX" = ( +/obj/machinery/light/directional/east, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/cargo) +"Oa" = ( +/obj/effect/turf_decal/corner/opaque/bottlegreen{ + dir = 5 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/outpost/crew/dorm) +"Ob" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/spline/fancy/opaque/grey{ + dir = 1 + }, +/obj/machinery/light/small/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"Od" = ( +/obj/effect/turf_decal/corner/opaque/green{ + dir = 6 + }, +/obj/machinery/newscaster/directional/east, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"Of" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood, +/area/outpost/crew) +"Oj" = ( +/obj/effect/turf_decal/box/corners, +/obj/structure/closet/crate/science, +/turf/open/floor/plasteel/patterned/grid, +/area/outpost/cargo) +"Om" = ( +/obj/machinery/power/smes/magical, +/obj/structure/cable, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"Oq" = ( +/obj/effect/turf_decal/spline/fancy/opaque/grey/corner, +/obj/machinery/light/directional/west, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"Or" = ( +/turf/closed/indestructible/reinforced, +/area/outpost/crew) +"Ou" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/outpost/crew) +"Ov" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/light/directional/west, +/turf/open/floor/plasteel/grimy, +/area/outpost/crew) +"Oz" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/outpost/crew) +"OC" = ( +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/corner/opaque/red{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"OH" = ( +/obj/item/kirbyplants/random, +/obj/machinery/light/small/directional/west, +/obj/effect/turf_decal/spline/fancy/wood{ + dir = 10 + }, +/turf/open/floor/wood, +/area/outpost/vacant_rooms) +"OJ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"OY" = ( +/obj/machinery/light/directional/south, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"Pa" = ( +/obj/machinery/light/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/corner/opaque/green{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"Pj" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/cargo) +"Ps" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/effect/turf_decal/spline/fancy/opaque/grey{ + dir = 8; + pixel_y = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"Pu" = ( +/obj/structure/table, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/paper_bin{ + pixel_y = 3; + pixel_x = 2 + }, +/obj/structure/noticeboard{ + pixel_y = 28 + }, +/obj/item/pen{ + pixel_y = 4; + pixel_x = 2 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/cargo) +"Pz" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/corner/opaque/green{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"PA" = ( +/obj/effect/turf_decal/spline/fancy/opaque/grey{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/glass, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"PE" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"PG" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"PH" = ( +/obj/structure/railing{ + dir = 10 + }, +/turf/open/floor/grass, +/area/outpost/crew) +"PI" = ( +/obj/machinery/airalarm/directional/east, +/obj/item/radio/intercom/directional/north{ + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"PK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"PR" = ( +/obj/structure/railing{ + dir = 5 + }, +/turf/open/floor/grass, +/area/outpost/crew) +"PV" = ( +/obj/structure/railing, +/turf/open/floor/grass, +/area/outpost/crew) +"Qc" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood, +/area/outpost/vacant_rooms) +"Qe" = ( +/obj/structure/table, +/obj/item/clipboard, +/obj/item/pen, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/cargo) +"Qf" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/turf_decal/spline/fancy/opaque/grey/corner{ + dir = 1 + }, +/obj/effect/turf_decal/spline/fancy/opaque/grey/corner{ + dir = 8 + }, +/obj/effect/turf_decal/spline/fancy/opaque/grey{ + dir = 4; + pixel_y = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"Qh" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/outpost/crew) +"Qj" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"Qk" = ( +/turf/open/floor/carpet, +/area/outpost/crew) +"Qt" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/spline/fancy/opaque/grey{ + dir = 8; + pixel_y = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"Qw" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/industrial/warning, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"QA" = ( +/obj/effect/turf_decal/corner/opaque/green{ + dir = 9 + }, +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"QD" = ( +/obj/effect/turf_decal/box/corners, +/turf/open/floor/plasteel/patterned/grid, +/area/outpost/cargo) +"QG" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/machinery/light/small/directional/east, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/plasteel/patterned, +/area/outpost/crew/dorm) +"QI" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/indestructible/reinforced, +/area/outpost/crew/dorm) +"QK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/sign/poster/official/random{ + pixel_x = 32; + pixel_y = 32 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"QP" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/cargo) +"QT" = ( +/obj/effect/turf_decal/corner/opaque/green{ + dir = 9 + }, +/obj/machinery/light/directional/west, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"QY" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"Rb" = ( +/obj/machinery/door/airlock{ + id_tag = "ob4"; + name = "Bathroom" + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"Rd" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/turf/open/floor/plasteel/grimy, +/area/outpost/crew) +"Re" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/spline/fancy/opaque/black{ + dir = 1 + }, +/turf/open/floor/plasteel/stairs{ + dir = 8 + }, +/area/outpost/cargo) +"Rk" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/turf/open/floor/plasteel/grimy, +/area/outpost/crew) +"Ry" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/box/corners{ + dir = 1 + }, +/obj/effect/turf_decal/box/corners{ + dir = 8 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/vacant_rooms) +"RC" = ( +/obj/effect/turf_decal/spline/fancy/opaque/grey{ + dir = 1; + pixel_x = -1 + }, +/obj/effect/turf_decal/spline/fancy/opaque/grey{ + pixel_x = -1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"RF" = ( +/obj/effect/turf_decal/industrial/stand_clear{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"RG" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"RN" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/obj/effect/turf_decal/corner/opaque/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"RV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"RY" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/box, +/obj/structure/disposalpipe/trunk, +/obj/effect/landmark/observer_start, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/cargo) +"Sa" = ( +/obj/machinery/porta_turret/ship, +/obj/structure/sign/warning/securearea{ + pixel_x = -26; + pixel_y = -5 + }, +/obj/effect/turf_decal/corner/opaque/red{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"Sc" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_x = 32 + }, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"Si" = ( +/obj/structure/filingcabinet/double, +/turf/open/floor/plasteel/grimy, +/area/outpost/crew/dorm) +"Sn" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/junction/flip{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/corner/opaque/black{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"Sp" = ( +/obj/machinery/vending/snack/random, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/plasteel, +/area/outpost/crew) +"St" = ( +/obj/effect/turf_decal/corner/opaque/black{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"SC" = ( +/obj/structure/rack, +/obj/effect/turf_decal/box/corners{ + dir = 1 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/vacant_rooms) +"ST" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/obj/effect/turf_decal/spline/fancy/wood{ + dir = 1 + }, +/turf/open/floor/wood, +/area/outpost/vacant_rooms) +"Td" = ( +/obj/effect/turf_decal/siding/thinplating, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/airlock/public/glass, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel/tech, +/area/outpost/vacant_rooms) +"Th" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/obj/machinery/light/small/directional/east, +/turf/open/floor/plasteel/grimy, +/area/outpost/crew/dorm) +"Tk" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"Tt" = ( +/obj/machinery/camera/autoname{ + dir = 10 + }, +/obj/structure/filingcabinet/double, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/cargo) +"Ty" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"TA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/wood, +/area/outpost/vacant_rooms) +"TB" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/wood, +/area/outpost/crew) +"TW" = ( +/obj/effect/turf_decal/corner/opaque/bottlegreen{ + dir = 10 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/plasteel, +/area/outpost/crew/dorm) +"TY" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/filingcabinet/double, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/cargo) +"Ud" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/cargo) +"Uo" = ( +/obj/structure/rack, +/obj/effect/turf_decal/trimline/opaque/green/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/opaque/green/line{ + dir = 8 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/vacant_rooms) +"Up" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced, +/turf/open/floor/carpet, +/area/outpost/crew) +"Uv" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/outpost/crew/dorm) +"Uw" = ( +/turf/closed/indestructible/reinforced, +/area/outpost/cargo) +"Uy" = ( +/obj/structure/rack, +/obj/effect/turf_decal/trimline/opaque/green/line, +/obj/effect/turf_decal/trimline/opaque/green/line{ + dir = 1 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/vacant_rooms) +"Uz" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/obj/machinery/camera/autoname{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/outpost/crew) +"UE" = ( +/obj/machinery/light/directional/north, +/turf/open/floor/plasteel/patterned/grid, +/area/outpost/cargo) +"UM" = ( +/obj/machinery/holopad/emergency/bar, +/obj/effect/landmark/observer_start, +/turf/open/floor/carpet, +/area/outpost/crew) +"UU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"Vg" = ( +/obj/machinery/modular_computer/console/preset/civilian, +/obj/machinery/camera/autoname{ + dir = 6 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/cargo) +"Vh" = ( +/obj/structure/railing, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"Vq" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"Vy" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/outpost/crew) +"VE" = ( +/obj/structure/railing, +/obj/effect/turf_decal/spline/fancy/opaque/black, +/turf/open/floor/plasteel/stairs{ + dir = 8 + }, +/area/outpost/cargo) +"VH" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/spline/fancy/wood{ + dir = 5 + }, +/obj/item/radio/intercom/directional/north{ + pixel_y = 23 + }, +/turf/open/floor/carpet/royalblack, +/area/outpost/vacant_rooms) +"VR" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"VV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"VW" = ( +/obj/structure/chair/wood/wings{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood, +/area/outpost/crew) +"VX" = ( +/obj/machinery/button/door{ + id = "ob3"; + name = "door lock"; + pixel_x = -8; + pixel_y = 24; + specialfunctions = 4; + normaldoorcontrol = 1 + }, +/obj/structure/toilet{ + dir = 8 + }, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/plasteel, +/area/outpost/crew) +"Wd" = ( +/obj/machinery/light/small/directional/east, +/turf/open/floor/wood, +/area/outpost/crew) +"Wt" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"Ww" = ( +/turf/open/floor/plasteel, +/area/outpost/crew) +"Wz" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/sign/poster/official/random{ + pixel_x = -32; + pixel_y = -32 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"WI" = ( +/obj/structure/closet/cardboard, +/obj/item/picket_sign, +/obj/item/picket_sign, +/turf/open/floor/plasteel/patterned/grid, +/area/outpost/cargo) +"WM" = ( +/obj/structure/chair/greyscale{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/bottlegreen{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/outpost/crew/dorm) +"WN" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/outpost/crew) +"WT" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/grimy, +/area/outpost/crew) +"WV" = ( +/obj/structure/sign/poster/contraband/inteq{ + pixel_y = 32 + }, +/obj/effect/turf_decal/corner/opaque/green{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"Xc" = ( +/obj/effect/turf_decal/corner/opaque/black{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"Xk" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/patterned, +/area/outpost/cargo) +"Xl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"Xm" = ( +/obj/effect/turf_decal/industrial/stand_clear{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"Xn" = ( +/obj/effect/turf_decal/box/corners, +/obj/structure/closet/cardboard, +/turf/open/floor/plasteel/patterned/grid, +/area/outpost/cargo) +"Xp" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/obj/effect/turf_decal/spline/fancy/opaque/grey{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/confetti, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"Xr" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/patterned, +/area/outpost/crew/dorm) +"Xx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/corner/opaque/black{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"XB" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/obj/effect/turf_decal/spline/fancy/opaque/grey/corner{ + dir = 1 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"XM" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet, +/area/outpost/crew) +"XS" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"Yb" = ( +/obj/structure/table, +/obj/effect/turf_decal/spline/fancy/opaque/grey, +/obj/item/paper_bin, +/obj/item/pen, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/plasteel/grimy, +/area/outpost/crew/dorm) +"Yd" = ( +/turf/closed/indestructible/reinforced, +/area/outpost/hallway/central) +"Yo" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/outpost/crew) +"Yr" = ( +/turf/open/floor/plasteel/stairs{ + dir = 1 + }, +/area/outpost/hallway/central) +"Yv" = ( +/obj/effect/turf_decal/box/corners{ + dir = 1 + }, +/turf/open/floor/plasteel/patterned/grid, +/area/outpost/cargo) +"YB" = ( +/obj/machinery/button/door{ + id = "ob4"; + name = "door lock"; + pixel_x = 25; + pixel_y = -6; + dir = 8; + specialfunctions = 4; + normaldoorcontrol = 1 + }, +/obj/structure/sink{ + dir = 4; + pixel_x = -13 + }, +/obj/structure/mirror{ + pixel_x = -28 + }, +/turf/open/floor/plasteel, +/area/outpost/cargo) +"YC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/corner/opaque/green{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"YE" = ( +/obj/item/kirbyplants/random, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"YK" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/light/directional/west, +/turf/open/floor/plasteel/grimy, +/area/outpost/crew) +"YQ" = ( +/obj/effect/turf_decal/box/corners{ + dir = 8 + }, +/obj/structure/railing/corner, +/obj/effect/turf_decal/spline/fancy/opaque/black/corner, +/turf/open/floor/plasteel/patterned/grid, +/area/outpost/cargo) +"YR" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/airlock/public/glass, +/turf/open/floor/plasteel/tech, +/area/outpost/vacant_rooms) +"YX" = ( +/obj/machinery/door/window{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/spline/fancy/wood, +/turf/open/floor/carpet/royalblack, +/area/outpost/vacant_rooms) +"Za" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/outpost/crew) +"Ze" = ( +/obj/structure/railing, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"Zi" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/wood, +/area/outpost/crew) +"Zm" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/siding/wood/end{ + dir = 1 + }, +/turf/open/floor/wood, +/area/outpost/vacant_rooms) +"Zr" = ( +/obj/machinery/porta_turret/ship, +/obj/structure/sign/warning/securearea{ + pixel_x = 26; + pixel_y = -5 + }, +/obj/effect/turf_decal/corner/opaque/red{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"Zt" = ( +/obj/structure/window/reinforced/tinted{ + dir = 1 + }, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/open/floor/grass, +/area/outpost/crew) +"Zu" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/newscaster/directional/west, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"Zx" = ( +/obj/item/kirbyplants/random, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/grimy, +/area/outpost/crew/dorm) +"ZE" = ( +/obj/structure/table, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/vacant_rooms) +"ZM" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/outpost/crew) +"ZO" = ( +/obj/effect/turf_decal/spline/fancy/opaque/grey{ + pixel_x = -1 + }, +/obj/machinery/light/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"ZS" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/plasteel/grimy, +/area/outpost/crew/dorm) +"ZV" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel, +/area/outpost/hallway/central) +"ZY" = ( +/obj/effect/turf_decal/spline/fancy/opaque/grey{ + dir = 1; + pixel_x = -1 + }, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) + +(1,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(2,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(3,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(4,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(5,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(6,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +Or +kC +kC +kC +kC +kC +kC +Or +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(7,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +Or +Or +DH +ov +tr +tr +bT +jD +Or +Or +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(8,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +Or +ec +es +Qk +nE +nE +XM +EB +Zi +Or +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(9,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +Or +Or +Or +ys +bo +wF +Ep +NH +af +Or +Or +Or +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(10,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +Or +Or +gK +YK +TB +PR +rB +rB +FB +FQ +Ov +vf +Or +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(11,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +Or +Sp +Ww +sa +GJ +uG +rt +rt +tL +HH +WN +lj +Or +Or +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(12,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +Or +pP +Rd +tg +xa +nf +du +KQ +Ou +Oz +Rk +kY +GA +Or +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(13,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +Or +Or +Or +BF +Rk +kW +ng +Qh +Qh +Qh +Qh +Yo +Nl +Rk +oq +Or +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(14,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +Or +Or +KK +EU +gy +lp +Au +Nv +ml +ml +ml +ml +Hm +FQ +uF +hd +Or +Or +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(15,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +IZ +xW +Qk +bo +PH +dH +ZM +Cc +Qk +Qk +UM +Qk +Up +pO +ob +WT +dh +Or +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(16,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +IZ +ml +Qk +Zt +PV +yh +JM +je +tr +ti +ti +ED +mn +Of +du +Ld +cx +Or +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(17,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +IZ +nE +Qk +iY +FB +VW +Bu +Za +Vy +sv +sv +sv +sv +JC +Uz +Or +Or +Or +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(18,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +IZ +jI +Wd +kI +DB +nw +uF +zn +uF +Jz +cO +gN +jI +LZ +Nx +ez +DX +Or +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(19,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +wL +wL +wL +wL +wL +wL +CU +li +CU +wL +wL +wL +wL +wL +wL +wL +VX +Or +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(20,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +wL +nO +HB +Kw +Ff +wL +ed +RV +vv +wL +oF +hU +nz +Oq +KA +wL +Or +Or +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(21,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +wL +pm +Ck +ga +rZ +wL +xs +RV +sO +wL +xQ +ZE +yK +RC +ve +wL +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(22,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +wL +Ry +Hi +BJ +zL +sk +Mk +ns +Xc +tB +Ev +Ps +Qt +jS +xn +wL +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(23,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +wL +MO +BE +fV +tZ +ry +Hg +uv +wa +Td +iB +wR +gJ +ZO +CT +wL +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(24,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +wL +fI +Qf +Gp +GT +wL +vr +RV +Pa +wL +wL +wL +wL +wL +wL +wL +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(25,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +wL +rV +cs +ZE +ZY +wL +EY +ZV +AM +sB +iw +rS +Zu +rS +KH +wL +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(26,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +wL +PI +ai +Sc +xo +wL +uX +sI +Ne +pt +et +UU +UU +Tk +pG +wL +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(27,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +wL +wL +wL +wL +wL +wL +WV +LD +lk +wL +jU +MF +nT +dq +HL +wL +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(28,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +wL +sL +Ob +uW +YR +gz +LD +fk +wL +NO +lH +nz +LP +ar +wL +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(29,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +nU +nU +nU +nU +nU +wL +wL +wL +wL +wL +wL +rG +Xp +rK +kQ +yM +Hb +sO +wL +mF +fM +Gc +LP +Uy +wL +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(30,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +nU +nU +dC +nU +wE +Dd +wL +Aw +nz +cc +YE +wL +vX +GK +mp +wL +vr +LD +GU +wL +NT +Nc +kP +LP +vn +wL +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(31,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +nU +kg +wm +nU +WM +Df +wL +nz +ZE +cs +ho +wL +kR +nK +qT +wL +HR +or +cg +wL +lW +cy +bI +Dz +Mz +wL +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(32,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +nU +IY +vV +dX +Gm +lS +wL +uc +HG +HG +Bj +wL +eL +XB +AI +wL +Pz +PE +cg +wL +wH +Uo +zX +De +Hp +wL +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(33,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +nU +nU +nU +nU +nU +nU +nU +yl +Df +wL +Ez +SC +uL +Xl +wL +wL +wL +wL +wL +dW +AC +Ix +wL +wL +wL +wL +wL +wL +wL +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(34,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +nU +xZ +jh +nU +Si +ki +Yb +Oa +TW +wL +Qj +vX +vX +Xl +wL +eO +AY +kA +Yd +pX +cA +pX +Yd +ss +QA +EI +Yd +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(35,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +nU +pj +Eu +yI +nY +ZS +ri +HC +Df +wL +mz +Eo +jH +Xl +wL +DU +vL +Fu +Eg +IU +qQ +EG +Eg +dD +Gu +DQ +Yd +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(36,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +nU +nU +nU +nU +Zx +Th +qs +Gq +Cq +wL +sM +zv +mA +bQ +wL +ex +RN +GL +hG +cU +Kt +Ij +hG +Bs +MA +pl +Yd +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(37,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +nU +nU +nU +qH +qH +nU +nU +nU +nU +xA +nU +wL +wL +IP +jF +wL +wL +Yd +xs +OY +Yd +KW +zS +zS +Yd +iQ +jx +vT +Yd +Yd +Yd +Yd +Yd +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(38,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +nU +pg +QI +Ls +MB +KV +nU +Ig +HU +yu +mL +eg +ct +ms +Jh +QT +sX +fD +nI +RV +Yd +ks +ks +sr +kH +RV +dK +Yd +Yd +AR +dS +Sa +Yd +Yd +Yd +Yd +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(39,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +nU +Uv +nU +uQ +Lx +Xr +wB +kF +Mr +fc +aC +CL +Jr +It +wn +Jr +St +AK +Xx +DY +Yd +ks +ks +ks +kH +Ao +Vq +qt +CR +mt +Dg +RF +xX +PK +Om +Yd +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(40,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +nU +dV +nU +GS +nd +KV +nU +im +jM +JB +aH +JX +hY +AU +ls +uy +sX +fD +nI +LD +Yd +ks +ks +ks +kH +DV +jx +Yr +jl +Ty +em +Xm +ru +jx +jx +Yd +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(41,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +nU +nU +nU +GS +Ni +JU +wL +wL +wL +Gj +wL +wL +wL +KC +oL +wL +wL +Yd +Ap +OY +Yd +Mt +Mt +Mt +Yd +tU +Yd +Yd +Yd +OC +zG +Zr +Yd +Yd +Yd +Yd +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(42,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +nU +qV +nU +ps +wL +bg +fv +GG +GB +wL +oC +sH +iI +OH +wL +FF +bs +ac +Hl +cU +Ct +yp +xr +sm +tv +pw +Yd +Yd +Yd +Yd +Yd +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(43,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +nU +QG +nU +QG +wL +bL +CI +xi +Jl +wL +ST +eq +TA +He +wL +Ab +Ty +lX +YC +ls +Sn +nM +Bx +XS +Cj +wy +Yd +cZ +Co +Yd +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(44,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +nU +nU +nU +nU +wL +wL +gF +PA +oe +wL +DJ +AL +Lu +hA +wL +jd +Od +Jp +Yd +xx +by +xx +Yd +xy +np +sn +Yd +Yd +Yd +Yd +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(45,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +wL +rM +nc +IB +wL +Zm +Qc +HZ +YX +wL +Yd +Yd +Yd +Uw +jC +bJ +jC +Uw +Yd +Yd +Yd +Yd +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(46,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +wL +hB +FU +Ka +wL +VH +Ky +Ky +yj +wL +Uw +oR +YB +Rb +jC +Xk +Kz +Uw +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(47,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +wL +wL +wL +wL +wL +wL +wL +wL +wL +wL +Uw +Uw +Uw +Uw +pA +KJ +pA +Uw +Uw +Uw +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(48,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +Uw +pF +Fa +pA +KJ +pA +Yv +jn +Uw +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(49,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +Uw +Uw +UE +LL +pA +KJ +pA +LL +mT +Uw +Uw +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(50,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +Uw +Uw +Uw +iV +LL +LL +pA +KJ +pA +LL +LL +yV +Uw +Uw +Uw +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(51,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +Uw +Uw +gf +mg +GQ +Ko +Xn +pA +gs +pA +Ko +QD +Wz +xm +Hx +Uw +Uw +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(52,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +Uw +Uw +gr +QY +QY +EH +PG +PG +ey +Jo +fj +VR +VR +DA +RG +OJ +KG +Uw +Uw +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(53,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +Uw +Yv +kb +LL +Fa +Ze +iG +iG +mB +RY +Ju +iG +iG +Wt +Yv +kb +LL +Fa +Uw +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(54,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +Uw +Am +LL +LL +QD +Ze +iG +iG +lK +FM +iF +iG +iG +Wt +cW +LL +LL +dt +Uw +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(55,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +Uw +EW +pA +pA +pA +Ze +iG +xc +LG +Kn +EK +pe +iG +Eh +Cd +Cd +Cd +gm +Uw +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(56,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +Uw +Pu +Lz +cC +fZ +Ze +iG +Qw +cz +cz +cz +Vh +iG +hI +vu +lC +cC +lC +Uw +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(57,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +Uw +Vg +QP +cC +Bh +Ze +iG +Qw +cz +jp +cz +Vh +iG +hI +bk +QP +cC +Tt +Uw +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(58,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +Uw +dY +Pj +cC +Do +Ze +iG +Qw +cz +cz +cz +Vh +iG +hI +qc +JL +cC +TY +Uw +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(59,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +Uw +oi +RG +RG +RG +gU +bv +sd +fh +fQ +fh +MN +bv +BQ +QY +QY +QY +mO +Uw +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(60,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +Uw +iL +LL +LL +Fa +ya +Yv +YQ +Lr +Eq +bt +da +Fa +EM +Yv +LL +LL +re +Uw +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(61,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +Uw +Ko +WI +LL +qi +ya +LL +su +VE +zW +Re +an +LL +EM +Ko +kb +kb +QD +Uw +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(62,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +Uw +Uw +qP +Cd +Cd +VV +LL +su +cC +cC +cC +an +LL +gX +Cd +hv +yy +Uw +Uw +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(63,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +Uw +Uw +Hx +jk +QK +Ko +hx +Qe +cC +cC +lz +Oj +EM +jk +zp +Uw +Uw +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(64,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +Uw +Uw +Uw +mG +Ac +ID +wr +cC +Ud +ME +oV +KD +Uw +Uw +Uw +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(65,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +Uw +Uw +LI +lP +py +NX +rF +pY +tK +Uw +Uw +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(66,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +Uw +Uw +Uw +Uw +Uw +Uw +Uw +Uw +Uw +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(67,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(68,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(69,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(70,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(71,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(72,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(73,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(74,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(75,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(76,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(77,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(78,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(79,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(80,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(81,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(82,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(83,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(84,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(85,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(86,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(87,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(88,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(89,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(90,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(91,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(92,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(93,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(94,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(95,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(96,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(97,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(98,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(99,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(100,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(101,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(102,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(103,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(104,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(105,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(106,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(107,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(108,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(109,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(110,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(111,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(112,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(113,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(114,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(115,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(116,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(117,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(118,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(119,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(120,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} +(121,1,1) = {" +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +mC +"} diff --git a/_maps/outpost/outpost_test_2.dmm b/_maps/outpost/outpost_test_2.dmm new file mode 100644 index 000000000000..5884b870792c --- /dev/null +++ b/_maps/outpost/outpost_test_2.dmm @@ -0,0 +1,19839 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ac" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/plasteel/rockvault, +/area/outpost/operations) +"ae" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/machinery/firealarm/directional/north, +/obj/item/radio/intercom/directional/north{ + pixel_y = 20; + pixel_x = -3 + }, +/turf/open/floor/wood, +/area/outpost/crew/bar) +"ag" = ( +/obj/structure/table/reinforced, +/obj/item/folder/blue{ + pixel_x = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"ai" = ( +/obj/structure/stone_tile/slab/cracked, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"ak" = ( +/turf/closed/indestructible/reinforced, +/area/outpost/external) +"an" = ( +/obj/effect/turf_decal/techfloor/orange{ + dir = 9 + }, +/turf/open/floor/plasteel/tech/grid, +/area/outpost/engineering) +"aq" = ( +/obj/effect/turf_decal/techfloor/orange{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plasteel/tech, +/area/outpost/engineering/atmospherics) +"ar" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating{ + icon_state = "platingdmg2" + }, +/area/outpost/maintenance/aft) +"av" = ( +/turf/open/floor/grass/snow/safe, +/area/outpost/hallway/starboard) +"aw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/maintenance/three, +/obj/machinery/light/small/broken/directional/south, +/turf/open/floor/plating/rust, +/area/outpost/maintenance/aft) +"ay" = ( +/obj/item/chair/stool/bar, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/carpet/blue, +/area/outpost/hallway/central) +"az" = ( +/obj/structure/closet/secure_closet/ertMed, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 + }, +/obj/machinery/light/directional/south, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/auto_name/directional/east, +/turf/open/floor/plasteel/tech, +/area/outpost/security/armory) +"aA" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/turf/open/floor/concrete/tiles, +/area/outpost/crew/garden) +"aB" = ( +/obj/effect/turf_decal/corner/opaque/blue/full, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/outpost/medical) +"aC" = ( +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/siding/white{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"aD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/alien/weeds, +/obj/structure/alien/egg/burst, +/obj/effect/decal/cleanable/xenoblood/xgibs/larva, +/obj/effect/decal/cleanable/xenoblood/xgibs/down{ + pixel_y = 11 + }, +/obj/effect/decal/cleanable/xenoblood/xgibs/limb{ + pixel_x = -11 + }, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"aE" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/cakeslice/birthday{ + pixel_x = -3; + pixel_y = -5 + }, +/obj/effect/decal/cleanable/confetti{ + pixel_x = -12; + pixel_y = -3 + }, +/turf/open/floor/plasteel/sepia, +/area/outpost/crew/bar) +"aF" = ( +/obj/item/trash/popcorn{ + pixel_y = -7 + }, +/obj/item/stack/sheet/mineral/wood{ + pixel_x = 10; + pixel_y = 7 + }, +/obj/effect/turf_decal/industrial/warning, +/obj/effect/turf_decal/industrial/caution{ + dir = 4; + pixel_x = -6 + }, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"aG" = ( +/obj/machinery/light/directional/north, +/obj/machinery/computer/rdconsole{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/opaque/purple/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"aH" = ( +/obj/structure/fluff/hedge{ + icon_state = "hedge-8" + }, +/turf/open/floor/grass, +/area/outpost/hallway/fore) +"aI" = ( +/obj/effect/turf_decal/techfloor, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"aJ" = ( +/obj/structure/grille, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/outpost/maintenance/fore) +"aL" = ( +/turf/closed/mineral/random/snow, +/area/outpost/maintenance/aft) +"aN" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/turf/open/floor/plasteel/sepia, +/area/outpost/crew/canteen) +"aO" = ( +/obj/effect/turf_decal/techfloor{ + dir = 8 + }, +/obj/machinery/autolathe, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"aR" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/wood, +/area/outpost/crew/library) +"aS" = ( +/obj/item/kirbyplants/random, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"aU" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/carpet/green, +/area/outpost/hallway/aft) +"aV" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/item/banner, +/obj/effect/turf_decal/spline/fancy/opaque/black{ + dir = 1 + }, +/obj/effect/turf_decal/spline/fancy/opaque/black, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/plasteel/dark, +/area/outpost/hallway/fore) +"aW" = ( +/turf/open/floor/plating, +/area/outpost/external) +"aZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/stairs{ + icon = 'icons/obj/stairs.dmi'; + dir = 8 + }, +/area/outpost/engineering/atmospherics) +"ba" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/item/kirbyplants/photosynthetic, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/carpet/nanoweave, +/area/outpost/crew/canteen) +"bb" = ( +/obj/structure/statue/snow/snowman{ + pixel_y = 5 + }, +/turf/open/floor/grass/snow/safe, +/area/outpost/hallway/starboard) +"bd" = ( +/turf/open/floor/engine/air, +/area/outpost/engineering/atmospherics) +"bg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/opaque/yellow/filled/line{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"bj" = ( +/obj/effect/turf_decal/trimline/opaque/beige/filled/warning{ + dir = 1; + pixel_y = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"bk" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/central) +"bn" = ( +/obj/structure/table/reinforced, +/obj/machinery/computer/med_data/laptop{ + pixel_x = -3 + }, +/obj/machinery/computer/secure_data/laptop{ + pixel_x = 14 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo/office) +"bq" = ( +/obj/structure/table_frame/wood, +/obj/item/wallframe/airalarm, +/turf/open/floor/plating, +/area/outpost/maintenance/aft) +"bt" = ( +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/opaque/red/line{ + dir = 10 + }, +/obj/structure/closet/secure_closet/security/sec, +/obj/effect/turf_decal/industrial/outline/yellow, +/turf/open/floor/plasteel/dark, +/area/outpost/security) +"bu" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/carpet/nanoweave, +/area/outpost/crew/canteen) +"bv" = ( +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/patterned/grid, +/area/outpost/hallway/fore) +"bw" = ( +/obj/effect/turf_decal/corner_techfloor_gray/diagonal{ + layer = 2.030 + }, +/obj/effect/decal/cleanable/oil/streak, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"bx" = ( +/obj/machinery/door/poddoor/shutters/preopen, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"by" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/carpet/nanoweave, +/area/outpost/vacant_rooms) +"bA" = ( +/obj/structure/flora/tree/palm{ + icon_state = "palm2" + }, +/obj/structure/railing/wood{ + dir = 4 + }, +/turf/open/floor/grass, +/area/outpost/crew/garden) +"bB" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/machinery/light/directional/south, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/carpet/green, +/area/outpost/hallway/aft) +"bC" = ( +/obj/effect/turf_decal/techfloor/corner, +/obj/effect/overlay/holoray, +/turf/open/floor/plasteel/tech, +/area/outpost/crew/cryo) +"bG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32 + }, +/obj/item/trash/waffles, +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/outpost/maintenance/aft) +"bH" = ( +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/mono/dark, +/area/outpost/cargo) +"bJ" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = -6; + pixel_y = 3 + }, +/obj/item/pen{ + pixel_x = -3; + pixel_y = 6 + }, +/obj/structure/sign/poster/official/cohiba_robusto_ad{ + pixel_x = -32 + }, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/wood, +/area/outpost/vacant_rooms/office) +"bL" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/carpet/nanoweave, +/area/outpost/crew/canteen) +"bO" = ( +/obj/machinery/door/airlock/grunge, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"bP" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/structure/fluff/hedge, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/central) +"bQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"bR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating, +/area/outpost/maintenance/aft) +"bS" = ( +/turf/open/floor/plasteel/tech, +/area/outpost/security/armory) +"bU" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/tiles, +/area/outpost/crew/library) +"bV" = ( +/obj/structure/bed, +/obj/structure/curtain/cloth/grey, +/obj/item/bedsheet/red, +/turf/open/floor/carpet, +/area/outpost/crew/dorm) +"bW" = ( +/obj/effect/turf_decal/techfloor/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/transparent/lightgrey/line{ + dir = 6 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 6 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/engineering/atmospherics) +"bX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance_hatch{ + req_access_txt = "109" + }, +/turf/open/floor/plating, +/area/outpost/maintenance/aft) +"bY" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/central) +"ca" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/outpost/crew/library) +"cb" = ( +/obj/effect/decal/fakelattice{ + icon_state = "lattice-12" + }, +/turf/open/space/basic, +/area/outpost/external) +"cc" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/industrial/warning{ + dir = 6 + }, +/obj/item/cardboard_cutout{ + icon_state = "cutout_ian" + }, +/obj/structure/bed/dogbed/ian, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"ce" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/opaque/beige/filled/line, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"cf" = ( +/obj/structure/closet/crate/wooden, +/obj/structure/railing/wood{ + layer = 3.1 + }, +/obj/structure/railing/wood{ + layer = 3.1; + pixel_y = 24 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/retro/nanotrasen_logo_70s{ + pixel_x = -32 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken6" + }, +/area/outpost/crew/dorm) +"ci" = ( +/obj/structure/window/reinforced/spawner/west, +/obj/machinery/light/directional/south, +/turf/open/floor/plasteel/dark, +/area/outpost/crew/cryo) +"cj" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/newscaster/directional/east, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/carpet/nanoweave, +/area/outpost/hallway/central) +"ck" = ( +/obj/structure/chair/wood{ + dir = 8; + pixel_x = 7; + pixel_y = -3 + }, +/obj/item/toy/plush/beeplushie, +/obj/effect/turf_decal/weather/snow/corner{ + dir = 5 + }, +/obj/effect/turf_decal/weather/snow/corner{ + dir = 6 + }, +/obj/item/reagent_containers/food/drinks/mug/tea{ + pixel_y = -14; + pixel_x = -4 + }, +/turf/open/floor/plating/asteroid/snow/under/lit, +/area/outpost/external) +"cm" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/central) +"cn" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood, +/area/outpost/crew/library) +"cp" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/railing/wood{ + dir = 8 + }, +/turf/open/floor/wood, +/area/outpost/hallway/central) +"cq" = ( +/obj/machinery/door/airlock/public/glass, +/obj/effect/landmark/outpost/elevator_machine{ + shaft = "3" + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/hallway/fore) +"cr" = ( +/turf/open/floor/grass, +/area/outpost/crew/garden) +"ct" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/starboard) +"cv" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/sign/departments/security{ + pixel_y = -32 + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/central) +"cB" = ( +/obj/item/kirbyplants/photosynthetic, +/turf/open/floor/plasteel, +/area/outpost/crew/canteen) +"cC" = ( +/obj/effect/turf_decal/techfloor{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/sign/poster/contraband/atmosia_independence{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/engineering/atmospherics) +"cF" = ( +/obj/effect/turf_decal/industrial/traffic{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"cG" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate/trashcart/laundry, +/turf/open/floor/wood, +/area/outpost/crew/dorm) +"cH" = ( +/obj/structure/filingcabinet{ + pixel_x = 13 + }, +/obj/item/kirbyplants/random{ + pixel_x = -5 + }, +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/newscaster/directional/north{ + pixel_y = 33 + }, +/obj/machinery/newscaster/directional/north{ + pixel_x = -32 + }, +/turf/open/floor/wood, +/area/outpost/operations) +"cJ" = ( +/turf/open/floor/plating/ice/smooth, +/area/outpost/hallway/starboard) +"cK" = ( +/obj/effect/turf_decal/corner_techfloor_gray/diagonal{ + layer = 2.030 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"cL" = ( +/turf/closed/indestructible/reinforced, +/area/outpost/maintenance/aft) +"cM" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"cR" = ( +/obj/effect/turf_decal/techfloor/corner{ + dir = 1 + }, +/obj/effect/overlay/holoray, +/turf/open/floor/plasteel/tech, +/area/outpost/crew/cryo) +"cS" = ( +/obj/effect/turf_decal/industrial/hatch/yellow, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"cU" = ( +/obj/effect/turf_decal/siding/wood/corner, +/turf/open/floor/carpet, +/area/outpost/crew/library) +"cW" = ( +/obj/structure/stone_tile{ + dir = 1 + }, +/turf/open/floor/plasteel/cult, +/area/outpost/maintenance/fore) +"cX" = ( +/obj/structure/sign/warning/electricshock{ + pixel_y = 32 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/smes/magical, +/turf/open/floor/plasteel/telecomms_floor, +/area/outpost/engineering) +"da" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 + }, +/obj/machinery/shower{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/tech/grid, +/area/outpost/engineering) +"db" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/closed/indestructible/reinforced, +/area/outpost/maintenance/fore) +"dd" = ( +/obj/effect/turf_decal/corner_techfloor_gray/diagonal{ + layer = 2.030 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"de" = ( +/obj/effect/turf_decal/techfloor{ + dir = 6 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/crew/cryo) +"df" = ( +/obj/structure/rack, +/obj/effect/turf_decal/box/corners{ + dir = 4 + }, +/obj/effect/turf_decal/box/corners, +/obj/item/circuitboard/machine/vendor{ + pixel_y = 4; + pixel_x = 2 + }, +/obj/structure/window/reinforced/spawner/east, +/turf/open/floor/concrete/slab_1, +/area/outpost/hallway/central) +"dg" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/engine, +/area/outpost/crew/cryo) +"dh" = ( +/obj/structure/mopbucket, +/turf/open/floor/plating/rust, +/area/outpost/maintenance/aft) +"di" = ( +/obj/structure/chair/comfy/brown{ + buildstackamount = 0; + color = "#c45c57"; + dir = 8 + }, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"dj" = ( +/turf/closed/mineral/random/snow, +/area/outpost/hallway/central) +"do" = ( +/obj/structure/dresser, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/carpet/blue, +/area/outpost/operations) +"dp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/crew/garden) +"dq" = ( +/obj/structure/window/reinforced/spawner/east, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/crew/cryo) +"dr" = ( +/obj/structure/chair, +/turf/open/floor/wood, +/area/outpost/crew/bar) +"du" = ( +/obj/machinery/door/airlock{ + name = "WC" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/patterned/ridged{ + color = "#4c535b" + }, +/area/outpost/crew/library) +"dv" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/ale{ + pixel_x = 6; + pixel_y = 1 + }, +/obj/item/reagent_containers/food/drinks/bottle/hcider{ + pixel_x = -9; + pixel_y = 11 + }, +/turf/open/floor/wood, +/area/outpost/crew/bar) +"dw" = ( +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating/dark/corner, +/obj/effect/turf_decal/trimline/opaque/red/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/opaque/red/corner, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/outpost/security) +"dx" = ( +/obj/effect/decal/fakelattice{ + icon_state = "lattice-38" + }, +/turf/open/space/basic, +/area/outpost/external) +"dA" = ( +/obj/machinery/door/airlock/public/glass, +/obj/effect/landmark/outpost/elevator_machine{ + shaft = "4" + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/hallway/fore) +"dB" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/vending/coffee, +/obj/machinery/newscaster/directional/east, +/turf/open/floor/concrete/tiles, +/area/outpost/hallway/aft) +"dC" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/turf/open/floor/concrete/tiles, +/area/outpost/crew/garden) +"dD" = ( +/obj/structure/table/glass, +/obj/machinery/computer/secure_data/laptop{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/toy/figure/dsquad{ + pixel_x = -9; + pixel_y = 4 + }, +/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"dE" = ( +/obj/structure/rack, +/obj/effect/turf_decal/box/corners{ + icon_state = "box_corners"; + dir = 8 + }, +/obj/effect/turf_decal/box/corners, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/concrete/slab_1, +/area/outpost/hallway/central) +"dF" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/concrete/tiles, +/area/outpost/hallway/central) +"dL" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/carpet/red, +/area/outpost/vacant_rooms/office) +"dM" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/grass, +/area/outpost/crew/lounge) +"dN" = ( +/obj/structure/table/reinforced, +/obj/machinery/microwave{ + pixel_y = 5 + }, +/turf/open/floor/plasteel/kitchen_coldroom/freezerfloor, +/area/outpost/crew/library) +"dO" = ( +/obj/effect/turf_decal/snow, +/obj/effect/turf_decal/weather/snow/corner{ + dir = 8 + }, +/turf/open/floor/concrete/reinforced, +/area/outpost/hallway/starboard) +"dQ" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel/sepia, +/area/outpost/crew/canteen) +"dR" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood, +/area/outpost/vacant_rooms/office) +"dT" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/engineering/atmospherics) +"dU" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/directional/north, +/turf/open/floor/plasteel/patterned/ridged, +/area/outpost/crew/canteen) +"dX" = ( +/obj/structure/closet/secure_closet/freezer/kitchen, +/turf/open/floor/plasteel/patterned/ridged, +/area/outpost/crew/canteen) +"ea" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/industrial/stand_clear, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/outpost/maintenance/fore) +"eb" = ( +/obj/structure/railing/wood{ + dir = 10 + }, +/turf/open/floor/grass, +/area/outpost/crew/garden) +"ee" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/official/fruit_bowl{ + pixel_y = 32 + }, +/turf/open/floor/carpet/nanoweave, +/area/outpost/crew/canteen) +"ef" = ( +/obj/item/trash/candy, +/turf/open/floor/plating/rust, +/area/outpost/maintenance/aft) +"eg" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/concrete/tiles, +/area/outpost/hallway/central) +"eh" = ( +/obj/effect/turf_decal/siding/wood/corner, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/starboard) +"ei" = ( +/obj/effect/turf_decal/industrial/traffic{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"ej" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/rockvault, +/area/outpost/operations) +"en" = ( +/obj/structure/closet/firecloset/full{ + anchored = 1; + can_be_unanchored = 1 + }, +/obj/structure/sign/poster/official/moth/hardhats{ + pixel_y = 32 + }, +/obj/effect/turf_decal/industrial/hatch/red, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 + }, +/turf/open/floor/plasteel/tech/grid, +/area/outpost/engineering) +"ep" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/table/wood, +/obj/item/newspaper{ + pixel_x = -4 + }, +/obj/item/newspaper{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/newspaper{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/reagent_containers/food/drinks/mug{ + pixel_x = 9; + pixel_y = -1 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/auto_name/directional/south, +/turf/open/floor/concrete/tiles, +/area/outpost/hallway/aft) +"er" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/central) +"et" = ( +/obj/structure/railing/wood{ + dir = 8 + }, +/turf/open/floor/grass, +/area/outpost/crew/garden) +"eu" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/turf/open/floor/wood, +/area/outpost/crew/library) +"ev" = ( +/obj/structure/girder/cult, +/turf/open/floor/plating{ + icon_state = "foam_plating" + }, +/area/outpost/maintenance/fore) +"ex" = ( +/turf/closed/indestructible/reinforced, +/area/outpost/cargo/office) +"ez" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/structure/railing/wood{ + dir = 10 + }, +/turf/open/floor/grass, +/area/outpost/hallway/fore) +"eB" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood, +/area/outpost/operations) +"eC" = ( +/obj/effect/turf_decal/techfloor{ + dir = 8 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/crew/cryo) +"eH" = ( +/obj/structure/railing/wood{ + dir = 4 + }, +/turf/open/floor/grass, +/area/outpost/crew/garden) +"eI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/industrial/caution, +/obj/structure/catwalk/over/plated_catwalk, +/obj/effect/turf_decal/arrows{ + dir = 4 + }, +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/turf/open/floor/plating, +/area/outpost/maintenance/aft) +"eK" = ( +/obj/machinery/light/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/carpet/royalblue, +/area/outpost/operations) +"eL" = ( +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"eO" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/central) +"eP" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 5 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/turf/open/floor/plasteel/rockvault, +/area/outpost/operations) +"eQ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/carpet/nanoweave, +/area/outpost/crew/canteen) +"eR" = ( +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating/rust, +/area/outpost/maintenance/fore) +"eS" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/carpet/nanoweave, +/area/outpost/vacant_rooms) +"eU" = ( +/obj/effect/turf_decal/techfloor/corner, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/transparent/lightgrey/line{ + dir = 1 + }, +/obj/structure/sign/poster/official/moth/piping{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/engineering/atmospherics) +"eW" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"eX" = ( +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/outpost/maintenance/fore) +"eZ" = ( +/obj/structure/fluff/hedge{ + icon_state = "hedge-12" + }, +/obj/machinery/light/directional/south, +/turf/open/floor/grass, +/area/outpost/hallway/fore) +"fb" = ( +/obj/machinery/vending/boozeomat/syndicate_access, +/turf/open/floor/plasteel/tech, +/area/outpost/crew/bar) +"fc" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/turf/open/floor/grass, +/area/outpost/crew/garden) +"ff" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/carpet/nanoweave, +/area/outpost/crew/canteen) +"fg" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/railing/wood{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/carpet, +/area/outpost/crew/library) +"fj" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/light/directional/north, +/obj/item/reagent_containers/food/drinks/mug/coco{ + pixel_x = 7 + }, +/obj/item/trash/cheesie{ + pixel_x = -5 + }, +/turf/open/floor/wood, +/area/outpost/crew/library) +"fk" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/directional/south, +/turf/open/floor/wood, +/area/outpost/vacant_rooms/office) +"fl" = ( +/obj/effect/turf_decal/borderfloorwhite{ + dir = 10 + }, +/obj/structure/toilet/secret{ + dir = 4; + secret_type = /obj/item/storage/box/donkpockets/donkpocketgondola + }, +/turf/open/floor/plasteel/white, +/area/outpost/crew/library) +"fn" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 + }, +/obj/effect/turf_decal/number/one, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/hallway/fore) +"fp" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/wood, +/area/outpost/vacant_rooms/office) +"fq" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/turf/open/floor/wood, +/area/outpost/crew/library) +"fr" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/central) +"ft" = ( +/obj/effect/turf_decal/industrial/traffic{ + dir = 4 + }, +/obj/effect/turf_decal/industrial/traffic{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"fu" = ( +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/opaque/red/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/outpost/security) +"fv" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/concrete/tiles, +/area/outpost/crew/garden) +"fy" = ( +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/starboard) +"fA" = ( +/obj/effect/turf_decal/corner/opaque/blue/full, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/white, +/area/outpost/medical) +"fB" = ( +/obj/structure/janitorialcart, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/garbage, +/turf/open/floor/plasteel/tech/grid, +/area/outpost/crew/library) +"fE" = ( +/obj/structure/fluff/hedge{ + icon_state = "hedge-12" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/tech, +/area/outpost/hallway/fore) +"fF" = ( +/turf/closed/wall/mineral/cult, +/area/outpost/maintenance/fore) +"fG" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/railing/wood{ + layer = 3.1; + dir = 8 + }, +/turf/open/floor/wood, +/area/outpost/crew/library) +"fH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"fJ" = ( +/obj/effect/decal/cleanable/molten_object/large, +/turf/open/floor/plating, +/area/outpost/maintenance/aft) +"fK" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood/ebony, +/area/outpost/crew/lounge) +"fL" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/tiles, +/area/outpost/crew/garden) +"fM" = ( +/obj/structure/girder, +/obj/effect/decal/cleanable/glass{ + pixel_y = -7 + }, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating, +/area/outpost/maintenance/aft) +"fN" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/starboard) +"fO" = ( +/turf/open/floor/plasteel/kitchen_coldroom/freezerfloor, +/area/outpost/crew/library) +"fP" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/sepia, +/area/outpost/crew/canteen) +"fQ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/fluff/divine/nexus, +/turf/open/floor/concrete/tiles, +/area/outpost/crew/lounge) +"fR" = ( +/obj/effect/turf_decal/siding/white{ + dir = 9 + }, +/obj/machinery/newscaster/directional/north{ + pixel_y = 33 + }, +/obj/item/kirbyplants{ + icon_state = "plant-21" + }, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"fT" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/machinery/firealarm/directional/south, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/concrete/slab_3, +/area/outpost/crew/garden) +"fU" = ( +/obj/effect/turf_decal/trimline/opaque/purple/filled/line{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"fV" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/bookcase/random, +/turf/open/floor/wood, +/area/outpost/maintenance/aft) +"fX" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/window/reinforced/spawner/west, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/crew/cryo) +"fZ" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/item/banner, +/obj/effect/turf_decal/spline/fancy/opaque/black{ + dir = 1 + }, +/obj/effect/turf_decal/spline/fancy/opaque/black, +/obj/item/radio/intercom/directional/north{ + pixel_y = 20 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/hallway/fore) +"ga" = ( +/turf/open/floor/plasteel/stairs{ + icon = 'icons/obj/stairs.dmi' + }, +/area/outpost/hallway/fore) +"gd" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"ge" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/wood, +/area/outpost/crew/bar) +"gg" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"gh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"gk" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/central) +"gl" = ( +/obj/effect/turf_decal/industrial/warning, +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/outpost/maintenance/fore) +"gm" = ( +/obj/effect/turf_decal/box/corners{ + dir = 1 + }, +/obj/effect/turf_decal/box/corners{ + icon_state = "box_corners"; + dir = 8 + }, +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/paper/crumpled, +/turf/open/floor/concrete/slab_1, +/area/outpost/hallway/central) +"gn" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/stairs{ + icon = 'icons/obj/stairs.dmi'; + dir = 1 + }, +/area/outpost/crew/cryo) +"go" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/outpost/crew/canteen) +"gs" = ( +/turf/closed/indestructible/reinforced, +/area/outpost/hallway/starboard) +"gu" = ( +/obj/structure/rack, +/obj/effect/turf_decal/box/corners{ + dir = 1 + }, +/obj/effect/turf_decal/box/corners{ + dir = 4 + }, +/obj/effect/decal/cleanable/wrapping, +/obj/item/radio/intercom/directional/west, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/concrete/slab_1, +/area/outpost/hallway/central) +"gv" = ( +/obj/structure/statue/snow/snowman{ + pixel_y = 3 + }, +/turf/open/floor/plating/asteroid/snow/airless, +/area/outpost/external) +"gw" = ( +/obj/effect/turf_decal/techfloor{ + dir = 8 + }, +/obj/effect/turf_decal/industrial/caution{ + pixel_x = 17 + }, +/turf/open/floor/plasteel/tech/grid, +/area/outpost/security/armory) +"gx" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/outpost/crew/canteen) +"gy" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/carpet/nanoweave, +/area/outpost/crew/canteen) +"gz" = ( +/obj/structure/girder/cult, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"gA" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/wood{ + icon_state = "wood-broken4" + }, +/area/outpost/crew/dorm) +"gB" = ( +/obj/item/kirbyplants{ + icon_state = "plant-22"; + pixel_x = -8 + }, +/turf/open/floor/wood, +/area/outpost/crew/library) +"gC" = ( +/obj/effect/turf_decal/techfloor/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/crew/cryo) +"gH" = ( +/obj/structure/girder, +/obj/effect/decal/cleanable/blood/gibs/old, +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/turf/open/floor/plating, +/area/outpost/maintenance/aft) +"gI" = ( +/obj/structure/bed, +/obj/structure/curtain/cloth/grey, +/obj/machinery/light/directional/west, +/obj/item/bedsheet/red, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/carpet, +/area/outpost/crew/dorm) +"gJ" = ( +/obj/effect/turf_decal/techfloor{ + dir = 1 + }, +/obj/effect/turf_decal/techfloor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/tech/grid, +/area/outpost/security/armory) +"gK" = ( +/obj/structure/chair, +/turf/open/floor/plasteel/sepia, +/area/outpost/crew/canteen) +"gL" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/logo{ + pixel_y = 32 + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/central) +"gM" = ( +/obj/structure/grille, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"gN" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/central) +"gO" = ( +/mob/living/simple_animal/pet/penguin/emperor, +/turf/open/floor/grass/snow/safe, +/area/outpost/hallway/starboard) +"gP" = ( +/turf/closed/indestructible/reinforced, +/area/outpost/crew/canteen) +"gR" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel/stairs{ + icon = 'icons/obj/stairs.dmi' + }, +/area/outpost/hallway/fore) +"gS" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/shreds{ + pixel_y = 14 + }, +/obj/effect/decal/cleanable/cobweb, +/turf/closed/mineral/random/snow, +/area/outpost/external) +"gT" = ( +/obj/machinery/vending/boozeomat/syndicate_access, +/turf/open/floor/plasteel/sepia, +/area/outpost/crew/library) +"gU" = ( +/obj/machinery/computer/prisoner/management, +/obj/effect/turf_decal/trimline/opaque/red/filled/line, +/obj/effect/turf_decal/techfloor{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"gV" = ( +/obj/effect/turf_decal/techfloor, +/obj/effect/turf_decal/techfloor/corner{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/tech/grid, +/area/outpost/security/armory) +"gW" = ( +/obj/machinery/door/poddoor/ert, +/turf/open/floor/plasteel/dark, +/area/outpost/security/armory) +"ha" = ( +/obj/structure/grille, +/turf/open/floor/plating{ + icon_state = "platingdmg2" + }, +/area/outpost/maintenance/fore) +"hb" = ( +/obj/structure/girder, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"hc" = ( +/turf/closed/mineral/random/snow, +/area/outpost/crew/cryo) +"hd" = ( +/obj/effect/spawner/lootdrop/maintenance/three, +/turf/open/floor/plating, +/area/outpost/maintenance/aft) +"he" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/barricade/security, +/obj/structure/sign/poster/contraband/random{ + pixel_x = 32 + }, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"hg" = ( +/obj/effect/turf_decal/techfloor/corner{ + dir = 1 + }, +/obj/effect/turf_decal/techfloor/corner, +/obj/machinery/power/port_gen/pacman/super, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel/tech, +/area/outpost/engineering) +"hh" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/white{ + dir = 10 + }, +/obj/structure/statue/sandstone/venus{ + layer = 3.1 + }, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/plasteel/patterned/grid, +/area/outpost/hallway/fore) +"hi" = ( +/turf/open/floor/plasteel/stairs{ + barefootstep = "woodbarefoot"; + color = "#A47449"; + footstep = "wood"; + dir = 8 + }, +/area/outpost/hallway/central) +"hj" = ( +/turf/closed/indestructible/reinforced, +/area/outpost/engineering) +"hk" = ( +/obj/structure/table/reinforced, +/obj/machinery/chem_dispenser/drinks/beer/fullupgrade{ + dir = 8 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/crew/bar) +"hp" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/decal/cleanable/wrapping, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/wood, +/area/outpost/crew/bar) +"hu" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine, +/area/outpost/maintenance/fore) +"hx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ + dir = 1 + }, +/obj/machinery/computer/communications, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"hy" = ( +/obj/machinery/door/airlock/highsecurity, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/crew/cryo) +"hA" = ( +/obj/effect/turf_decal/industrial/hatch/yellow, +/obj/effect/turf_decal/corner/opaque/yellow/full, +/obj/effect/turf_decal/corner/opaque/yellow/diagonal, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"hD" = ( +/obj/structure/table/wood, +/obj/item/trash/plate{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/item/reagent_containers/food/drinks/soda_cans/cola{ + pixel_x = -5 + }, +/turf/open/floor/plasteel/sepia, +/area/outpost/crew/canteen) +"hE" = ( +/obj/machinery/door/poddoor/shutters/indestructible{ + name = "Showcase Storage" + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"hF" = ( +/obj/structure/table/wood, +/obj/item/trash/plate{ + pixel_x = 8 + }, +/turf/open/floor/plasteel/sepia, +/area/outpost/crew/canteen) +"hH" = ( +/obj/effect/decal/fakelattice{ + icon_state = "lattice-3" + }, +/turf/open/space/basic, +/area/outpost/external) +"hI" = ( +/obj/machinery/computer/atmos_alert{ + dir = 1 + }, +/obj/structure/railing, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/trimline/opaque/yellow/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/spline/fancy/opaque/black, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"hJ" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/obj/effect/decal/cleanable/dirt, +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating, +/area/outpost/maintenance/aft) +"hK" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/wood/walnut, +/area/outpost/crew/bar) +"hM" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/structure/closet/crate/bin, +/obj/item/trash/chips, +/obj/item/trash/pistachios{ + pixel_x = 6 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/wood, +/area/outpost/hallway/central) +"hO" = ( +/obj/effect/turf_decal/techfloor{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/transparent/lightgrey/line{ + dir = 4 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/binary/pump/on/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/engineering/atmospherics) +"hP" = ( +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/patterned/grid, +/area/outpost/hallway/fore) +"hQ" = ( +/obj/effect/turf_decal/industrial/traffic{ + dir = 8 + }, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"hV" = ( +/obj/effect/turf_decal/techfloor{ + dir = 8 + }, +/turf/open/floor/plasteel/tech/grid, +/area/outpost/security/armory) +"hW" = ( +/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, +/turf/open/floor/plating, +/area/outpost/crew/cryo) +"hX" = ( +/obj/structure/showcase/cyborg/old, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/decal/cleanable/ash/large{ + pixel_y = -11; + pixel_x = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/plastic, +/turf/open/floor/plating, +/area/outpost/maintenance/aft) +"hZ" = ( +/obj/machinery/processor, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/showroomfloor, +/area/outpost/hallway/central) +"ic" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo/office) +"ie" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/tech/grid, +/area/outpost/engineering) +"ig" = ( +/obj/effect/turf_decal/techfloor{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/transparent/lightgrey/line, +/obj/effect/turf_decal/industrial/warning, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/directional/south, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/engineering/atmospherics) +"il" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/wood, +/area/outpost/crew/bar) +"im" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance/two, +/obj/structure/grille/broken, +/turf/open/floor/plating{ + icon_state = "foam_plating" + }, +/area/outpost/maintenance/aft) +"ip" = ( +/obj/structure/filler{ + icon_state = "safe-open" + }, +/turf/open/floor/plating{ + icon_state = "foam_plating" + }, +/area/outpost/maintenance/fore) +"ir" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/concrete/slab_2, +/area/outpost/hallway/central) +"iu" = ( +/obj/structure/chair/stool/bar, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel/sepia, +/area/outpost/crew/library) +"iv" = ( +/obj/structure/table/glass, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"iz" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/rockvault, +/area/outpost/operations) +"iB" = ( +/obj/effect/turf_decal/techfloor{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/crew/cryo) +"iD" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/sign/poster/official/obey{ + pixel_y = -32 + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/starboard) +"iE" = ( +/obj/structure/table/wood, +/obj/machinery/jukebox/boombox{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/reagent_containers/food/drinks/bottle/applejack{ + pixel_y = 8; + pixel_x = 5 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/sepia, +/area/outpost/crew/bar) +"iG" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/concrete/tiles, +/area/outpost/hallway/aft) +"iH" = ( +/obj/effect/turf_decal/siding/wood/end, +/obj/structure/table_frame/wood, +/obj/structure/fluff/paper, +/turf/open/floor/wood, +/area/outpost/maintenance/aft) +"iJ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/concrete/tiles, +/area/outpost/hallway/central) +"iL" = ( +/obj/effect/turf_decal/trimline/opaque/beige/filled/line, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"iM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating/rust, +/area/outpost/maintenance/fore) +"iN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating/rust, +/area/outpost/maintenance/aft) +"iQ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/turf/open/floor/carpet/nanoweave, +/area/outpost/crew/canteen) +"iR" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/concrete/slab_2, +/area/outpost/hallway/central) +"iT" = ( +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"iW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/grille_or_trash, +/obj/structure/sign/poster/contraband/random{ + pixel_x = 32; + pixel_y = -32 + }, +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating/rust, +/area/outpost/maintenance/aft) +"iX" = ( +/obj/effect/turf_decal/techfloor{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/tech/grid, +/area/outpost/security/armory) +"iY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/oil/streak, +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"jb" = ( +/obj/structure/rack, +/obj/item/storage/belt/utility/full/engi{ + pixel_y = 4 + }, +/obj/item/geiger_counter{ + pixel_x = 1; + pixel_y = 2 + }, +/obj/effect/turf_decal/techfloor{ + dir = 4 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/engineering/atmospherics) +"jc" = ( +/obj/structure/table/reinforced, +/turf/open/floor/plasteel/sepia, +/area/outpost/crew/canteen) +"je" = ( +/obj/structure/table, +/obj/effect/turf_decal/techfloor{ + dir = 8 + }, +/turf/open/floor/engine, +/area/outpost/crew/cryo) +"jf" = ( +/obj/structure/chair/stool/bar, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/sepia, +/area/outpost/crew/library) +"jg" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/outpost/hallway/fore) +"jh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/central) +"jj" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/firealarm/directional/west, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/carpet/nanoweave, +/area/outpost/crew/canteen) +"jl" = ( +/obj/machinery/door/poddoor/shutters/preopen, +/obj/structure/barricade/wooden, +/turf/open/floor/plating, +/area/outpost/maintenance/aft) +"jm" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/light/directional/north, +/obj/structure/sign/poster/retro/nanotrasen_logo_80s{ + pixel_y = 32 + }, +/turf/open/floor/concrete/tiles, +/area/outpost/crew/garden) +"jn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/central) +"jo" = ( +/obj/effect/decal/cleanable/plasma, +/obj/effect/turf_decal/borderfloor{ + dir = 1 + }, +/obj/structure/window/reinforced/spawner/north, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/outpost/maintenance/fore) +"js" = ( +/obj/effect/turf_decal/techfloor{ + dir = 9 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/crew/cryo) +"jv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"jw" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/slab_3, +/area/outpost/crew/garden) +"jx" = ( +/obj/machinery/door/poddoor/shutters/preopen, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"jz" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/structure/railing/wood{ + layer = 3.1; + dir = 4 + }, +/obj/machinery/airalarm/directional/south, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/turf/open/floor/wood, +/area/outpost/crew/library) +"jB" = ( +/obj/effect/turf_decal/corner_techfloor_gray/diagonal{ + layer = 2.030 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"jC" = ( +/obj/structure/table/reinforced{ + color = "#c1b6a5" + }, +/obj/item/paper_bin{ + pixel_x = 5; + pixel_y = 2 + }, +/obj/item/pen{ + pixel_x = 5; + pixel_y = 1 + }, +/obj/item/circuitboard/machine/shuttle/engine/electric{ + pixel_x = -1; + pixel_y = -3 + }, +/obj/item/circuitboard/machine/shuttle/engine/electric{ + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/engineering/atmospherics) +"jD" = ( +/obj/effect/decal/cleanable/garbage{ + pixel_y = -7; + pixel_x = 6 + }, +/obj/machinery/light/broken/directional/east, +/obj/effect/turf_decal/industrial/warning, +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating/rust, +/area/outpost/maintenance/fore) +"jE" = ( +/obj/effect/turf_decal/techfloor/corner{ + dir = 8 + }, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 4 + }, +/obj/effect/turf_decal/steeldecal/steel_decals10, +/obj/effect/overlay/holoray, +/turf/open/floor/plasteel/telecomms_floor, +/area/outpost/crew/cryo) +"jF" = ( +/obj/structure/railing/wood{ + layer = 3.1; + dir = 10 + }, +/obj/structure/flora/ausbushes/fullgrass{ + pixel_x = 12; + pixel_y = 2 + }, +/turf/open/floor/grass, +/area/outpost/hallway/central) +"jG" = ( +/turf/open/floor/engine, +/area/outpost/maintenance/fore) +"jI" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/central) +"jJ" = ( +/obj/structure/rack, +/obj/effect/turf_decal/techfloor{ + dir = 8 + }, +/obj/structure/railing{ + dir = 2; + layer = 4.1 + }, +/obj/item/storage/box/zipties{ + pixel_y = 7; + pixel_x = 8 + }, +/obj/item/storage/box/teargas{ + pixel_x = -8; + pixel_y = 7 + }, +/obj/effect/turf_decal/spline/fancy/opaque/black{ + dir = 6 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/security/armory) +"jK" = ( +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/opaque/red/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/outpost/security) +"jL" = ( +/obj/effect/turf_decal/siding/wood, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/starboard) +"jP" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/starboard) +"jQ" = ( +/obj/structure/alien/weeds, +/obj/effect/decal/cleanable/blood/innards, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/blood/gibs, +/obj/structure/bed/nest, +/obj/machinery/light/built/directional/west, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"jR" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel/rockvault, +/area/outpost/operations) +"jT" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/item/radio/intercom/directional/north{ + pixel_y = 20 + }, +/turf/open/floor/carpet/nanoweave, +/area/outpost/crew/canteen) +"jU" = ( +/obj/effect/turf_decal/borderfloorwhite{ + dir = 5 + }, +/obj/structure/urinal{ + pixel_y = 28 + }, +/turf/open/floor/plasteel/white, +/area/outpost/crew/library) +"jV" = ( +/turf/open/floor/plasteel/stairs{ + dir = 1 + }, +/area/outpost/security/armory) +"jW" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + dir = 4; + icon_state = "rightsecure"; + name = "Head of Personnel's Desk"; + req_access_txt = "101" + }, +/obj/machinery/door/window/northleft{ + dir = 8; + name = "Reception Window" + }, +/turf/open/floor/plasteel, +/area/outpost/operations) +"jX" = ( +/obj/structure/fireplace, +/turf/open/floor/plasteel/sepia, +/area/outpost/vacant_rooms/office) +"jY" = ( +/obj/effect/turf_decal/industrial/warning, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"jZ" = ( +/obj/effect/turf_decal/techfloor/orange{ + dir = 10 + }, +/obj/machinery/autolathe, +/obj/effect/turf_decal/industrial/hatch/yellow, +/turf/open/floor/plasteel/tech/grid, +/area/outpost/engineering) +"ka" = ( +/obj/structure/foamedmetal, +/turf/open/floor/plating{ + icon_state = "foam_plating" + }, +/area/outpost/maintenance/fore) +"kc" = ( +/obj/effect/decal/cleanable/glass, +/obj/structure/window/reinforced/spawner, +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/plasma, +/obj/item/shard, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"kd" = ( +/mob/living/simple_animal/chicken, +/obj/structure/railing/wood{ + layer = 3.1; + dir = 4 + }, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/open/floor/grass, +/area/outpost/hallway/central) +"ke" = ( +/obj/effect/turf_decal/techfloor/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/transparent/lightgrey/line{ + dir = 5 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 5 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/engineering/atmospherics) +"kf" = ( +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/obj/structure/sign/poster/contraband/tools{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"ki" = ( +/obj/effect/turf_decal/siding/wideplating/dark, +/obj/effect/turf_decal/trimline/opaque/red/line, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/outpost/security) +"kk" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/grass, +/area/outpost/crew/lounge) +"kl" = ( +/obj/machinery/door/airlock/mining{ + req_access_txt = "109" + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo/office) +"kq" = ( +/obj/structure/railing{ + dir = 1; + layer = 4.1 + }, +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plasteel/tech, +/area/outpost/engineering) +"kt" = ( +/obj/machinery/door/window/brigdoor/northright{ + dir = 4 + }, +/obj/effect/turf_decal/spline/fancy/opaque/black, +/obj/effect/turf_decal/spline/fancy/opaque/black{ + dir = 1 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/crew/cryo) +"kw" = ( +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel/patterned/grid, +/area/outpost/hallway/fore) +"kx" = ( +/obj/structure/table/reinforced, +/obj/machinery/chem_dispenser/drinks/fullupgrade{ + dir = 8 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/crew/bar) +"kz" = ( +/obj/structure/railing/wood{ + dir = 6 + }, +/turf/open/floor/grass, +/area/outpost/crew/garden) +"kA" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/sign/poster/official/here_for_your_safety{ + pixel_y = -32 + }, +/turf/open/floor/carpet, +/area/outpost/crew/library) +"kB" = ( +/obj/effect/turf_decal/techfloor{ + dir = 6 + }, +/turf/open/floor/plasteel/telecomms_floor, +/area/outpost/crew/cryo) +"kC" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"kF" = ( +/obj/machinery/vending/medical/syndicate_access, +/obj/effect/turf_decal/corner/opaque/blue/full, +/obj/effect/turf_decal/techfloor{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/outpost/medical) +"kH" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/obj/structure/barricade/wooden/crude{ + layer = 3.13 + }, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"kI" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/structure/flora/grass/both, +/turf/open/floor/grass/snow/safe, +/area/outpost/hallway/starboard) +"kJ" = ( +/obj/effect/turf_decal/techfloor, +/obj/machinery/suit_storage_unit/inherit/industrial, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"kM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/rockvault, +/area/outpost/operations) +"kN" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/obj/structure/railing{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"kO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/patterned/grid, +/area/outpost/vacant_rooms) +"kP" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/spline/fancy/opaque/black{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"kR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/starboard) +"kT" = ( +/obj/machinery/door/window/brigdoor/security{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/concrete/tiles, +/area/outpost/hallway/central) +"kY" = ( +/obj/effect/turf_decal/trimline/opaque/beige/filled/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"kZ" = ( +/obj/effect/turf_decal/techfloor{ + dir = 5 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/crew/cryo) +"la" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/concrete/tiles, +/area/outpost/hallway/aft) +"lb" = ( +/obj/effect/spawner/structure/window/reinforced/indestructable, +/turf/open/floor/plating, +/area/outpost/security) +"le" = ( +/obj/structure/closet/crate/wooden, +/obj/structure/railing/wood{ + layer = 3.1 + }, +/obj/structure/railing/wood{ + layer = 3.1; + pixel_y = 24 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/wood, +/area/outpost/crew/dorm) +"lf" = ( +/obj/structure/table, +/obj/item/export_scanner{ + pixel_x = -3; + pixel_y = -10 + }, +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/item/pen{ + pixel_x = -5; + pixel_y = 7 + }, +/obj/item/phone{ + pixel_x = 8; + pixel_y = 7 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/carpet/green, +/area/outpost/hallway/central) +"lg" = ( +/obj/effect/turf_decal/techfloor{ + dir = 4 + }, +/obj/effect/turf_decal/techfloor{ + dir = 8 + }, +/obj/structure/sign/poster/contraband/engis_unite{ + pixel_y = 32 + }, +/obj/machinery/power/terminal{ + dir = 4 + }, +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel/tech, +/area/outpost/engineering) +"lh" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/machinery/firealarm/directional/south, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/grass, +/area/outpost/crew/lounge) +"li" = ( +/obj/effect/turf_decal/number/seven, +/turf/open/floor/plasteel/elevatorshaft, +/area/outpost/vacant_rooms) +"lq" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/firealarm/directional/east, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/starboard) +"lr" = ( +/turf/open/floor/engine/n2, +/area/outpost/engineering/atmospherics) +"lt" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/turf/open/floor/wood, +/area/outpost/hallway/central) +"lx" = ( +/obj/machinery/door/airlock/freezer, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/outpost/crew/canteen) +"ly" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille, +/turf/open/floor/plating, +/area/outpost/maintenance/aft) +"lz" = ( +/obj/machinery/power/floodlight, +/obj/effect/decal/cleanable/greenglow, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"lA" = ( +/obj/structure/mopbucket, +/turf/open/floor/plating/rust, +/area/outpost/maintenance/fore) +"lB" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/turf/open/floor/carpet/red, +/area/outpost/vacant_rooms/office) +"lD" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/structure/railing/wood{ + layer = 3.1; + dir = 8 + }, +/obj/machinery/newscaster/directional/north{ + pixel_y = 33 + }, +/turf/open/floor/grass, +/area/outpost/crew/lounge) +"lG" = ( +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating/dark, +/obj/effect/turf_decal/trimline/opaque/red/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/opaque/red/line, +/obj/machinery/door/airlock/security/glass{ + req_access_txt = "101" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4; + req_one_access_txt = "101" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/outpost/security) +"lH" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/elevator_call_button{ + pixel_y = 25 + }, +/obj/effect/landmark/outpost/elevator_machine{ + shaft = "2" + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/hallway/fore) +"lI" = ( +/obj/item/trash/syndi_cakes{ + pixel_x = 4 + }, +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating, +/area/outpost/maintenance/aft) +"lJ" = ( +/turf/closed/wall/rust, +/area/outpost/maintenance/fore) +"lK" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/opaque/bottlegreen/line{ + dir = 1 + }, +/obj/structure/closet/crate/freezer/blood, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/white, +/area/outpost/medical) +"lL" = ( +/obj/structure/urinal{ + pixel_y = 33 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/foam, +/area/outpost/maintenance/aft) +"lM" = ( +/obj/machinery/door/poddoor/shutters/preopen, +/obj/structure/barricade/wooden, +/obj/structure/barricade/wooden/crude, +/turf/open/floor/plating, +/area/outpost/maintenance/aft) +"lN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"lR" = ( +/obj/structure/table/wood, +/obj/item/newspaper{ + pixel_x = 4; + pixel_y = -1 + }, +/obj/item/newspaper{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/newspaper{ + pixel_x = 4; + pixel_y = 5 + }, +/obj/item/table_bell{ + pixel_x = -8; + pixel_y = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/sepia, +/area/outpost/crew/bar) +"lS" = ( +/obj/structure/table/reinforced, +/obj/item/radio{ + desc = "An old handheld radio. You could use it, if you really wanted to."; + icon_state = "radio"; + name = "old radio"; + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/cartridge/quartermaster{ + pixel_x = -3 + }, +/obj/item/cartridge/quartermaster{ + pixel_x = -1; + pixel_y = 5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/destTagger, +/obj/machinery/light/directional/north, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo/office) +"lT" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/carpet/nanoweave, +/area/outpost/crew/canteen) +"lX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/fermenting_barrel{ + pixel_x = 7; + pixel_y = -2 + }, +/obj/effect/turf_decal/industrial/warning, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"lY" = ( +/turf/open/floor/engine/hull/reinforced, +/area/outpost/external) +"lZ" = ( +/obj/effect/turf_decal/corner/opaque/yellow/diagonal, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"mb" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 10 + }, +/obj/machinery/light/directional/west, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"mc" = ( +/obj/structure/chair/wood{ + pixel_x = -1; + pixel_y = -3 + }, +/obj/item/toy/plush/moth{ + pixel_y = 3; + pixel_x = -1 + }, +/obj/effect/turf_decal/weather/snow/corner{ + dir = 9 + }, +/turf/open/floor/plating/asteroid/snow/under/lit, +/area/outpost/external) +"mh" = ( +/obj/structure/barricade/wooden, +/turf/open/floor/plating, +/area/outpost/maintenance/aft) +"mk" = ( +/obj/effect/turf_decal/techfloor{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/plasteel/tech, +/area/outpost/crew/cryo) +"ml" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/rods/ten{ + pixel_x = -11; + pixel_y = -1 + }, +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"mn" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/chair/pew/left{ + dir = 8 + }, +/turf/open/floor/grass, +/area/outpost/crew/lounge) +"mp" = ( +/obj/structure/bookcase/random/fiction, +/obj/item/candle/infinite{ + pixel_y = 19; + pixel_x = -14 + }, +/obj/structure/sign/poster/official/enlist{ + pixel_x = -32 + }, +/turf/open/floor/wood, +/area/outpost/vacant_rooms/office) +"mq" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel/sepia, +/area/outpost/crew/canteen) +"mr" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/concrete/tiles, +/area/outpost/hallway/aft) +"ms" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/opaque/beige/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"mt" = ( +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/concrete/slab_2, +/area/outpost/hallway/central) +"mu" = ( +/obj/structure/table/reinforced, +/obj/item/storage/backpack/duffelbag/med/surgery, +/obj/item/clothing/gloves/color/latex{ + pixel_y = -4 + }, +/obj/effect/turf_decal/corner/opaque/blue/full, +/obj/item/storage/pill_bottle/mannitol{ + pixel_x = -3; + pixel_y = 9 + }, +/obj/item/storage/pill_bottle/epinephrine{ + pixel_x = -8; + pixel_y = 11 + }, +/obj/item/reagent_containers/medigel/sterilizine{ + pixel_x = -9; + pixel_y = 7 + }, +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/techfloor{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel/white, +/area/outpost/medical) +"mv" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/chair{ + dir = 1; + pixel_x = 1; + pixel_y = 7 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/wood, +/area/outpost/crew/bar) +"mw" = ( +/obj/machinery/door/airlock/command{ + req_access_txt = "101" + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"mx" = ( +/obj/structure/bed, +/obj/structure/curtain/cloth/grey, +/obj/item/bedsheet/nanotrasen, +/turf/open/floor/carpet, +/area/outpost/crew/dorm) +"my" = ( +/obj/effect/turf_decal/techfloor, +/obj/effect/turf_decal/trimline/transparent/lightgrey/line{ + dir = 1 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/engineering/atmospherics) +"mz" = ( +/obj/structure/catwalk/over/plated_catwalk, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plating, +/area/outpost/engineering/atmospherics) +"mA" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/outpost/crew/bar) +"mB" = ( +/obj/machinery/door/airlock/medical{ + req_access_txt = "109" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/outpost/medical) +"mD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/plasteel/sepia, +/area/outpost/crew/canteen) +"mE" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/structure/sign/plaques/deempisi{ + pixel_y = 26 + }, +/turf/open/floor/wood, +/area/outpost/vacant_rooms/office) +"mF" = ( +/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ + dir = 6 + }, +/obj/structure/sign/nanotrasen{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"mG" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/decal/cleanable/vomit/old, +/obj/item/cigbutt/cigarbutt{ + pixel_x = 15; + pixel_y = -8 + }, +/obj/effect/decal/cleanable/ash{ + pixel_x = 12; + pixel_y = -4 + }, +/turf/open/floor/wood, +/area/outpost/crew/library) +"mH" = ( +/obj/structure/frame/machine, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating, +/area/outpost/maintenance/aft) +"mI" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/curtain{ + color = "#363636" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/outpost/crew/dorm) +"mJ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/concrete/tiles, +/area/outpost/crew/garden) +"mN" = ( +/obj/effect/turf_decal/techfloor{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/security/armory) +"mP" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/sign/poster/contraband/smoke{ + pixel_y = -32 + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/central) +"mR" = ( +/obj/effect/turf_decal/techfloor{ + dir = 8 + }, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/plasteel/tech, +/area/outpost/crew/cryo) +"mS" = ( +/obj/machinery/power/floodlight, +/obj/effect/decal/cleanable/glitter, +/turf/open/floor/plating{ + icon_state = "platingdmg2" + }, +/area/outpost/maintenance/fore) +"mW" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/central) +"mY" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/decal/cleanable/dirt, +/obj/item/radio/intercom/directional/south, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/wood, +/area/outpost/crew/library) +"mZ" = ( +/obj/structure/table/wood, +/obj/machinery/fax, +/turf/open/floor/plasteel, +/area/outpost/crew/canteen) +"na" = ( +/obj/structure/flora/rock/pile/largejungle{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/open/floor/grass, +/area/outpost/crew/garden) +"nb" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/sign/poster/official/miners{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/stairs{ + icon = 'icons/obj/stairs.dmi' + }, +/area/outpost/hallway/fore) +"nc" = ( +/obj/structure/girder/reinforced, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/outpost/maintenance/aft) +"ne" = ( +/obj/structure/railing/corner, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/plasteel/rockvault, +/area/outpost/operations) +"ng" = ( +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 4 + }, +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 6 + }, +/obj/structure/stone_tile/surrounding_tile/cracked, +/obj/effect/decal/remains/human{ + pixel_y = 4 + }, +/obj/effect/mob_spawn/human/corpse/nanotrasensoldier, +/turf/open/floor/plating{ + icon_state = "foam_plating" + }, +/area/outpost/maintenance/fore) +"nh" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/outpost/crew/library) +"nj" = ( +/obj/machinery/light/directional/west, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"nk" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/turf/open/floor/wood, +/area/outpost/vacant_rooms/office) +"nn" = ( +/turf/open/floor/plasteel/elevatorshaft, +/area/outpost/vacant_rooms) +"no" = ( +/obj/effect/turf_decal/corner_techfloor_gray/diagonal{ + layer = 2.030 + }, +/obj/effect/decal/cleanable/oil, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"nt" = ( +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/outpost/maintenance/fore) +"nv" = ( +/obj/effect/turf_decal/box/corners{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine, +/area/outpost/maintenance/fore) +"ny" = ( +/obj/effect/turf_decal/techfloor{ + dir = 4 + }, +/turf/open/floor/plasteel/tech/grid, +/area/outpost/security/armory) +"nz" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/opaque/bottlegreen/line{ + dir = 1 + }, +/obj/structure/closet/secure_closet/medical2, +/turf/open/floor/plasteel/white, +/area/outpost/medical) +"nA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/pew/right{ + dir = 8 + }, +/turf/open/floor/grass, +/area/outpost/crew/lounge) +"nC" = ( +/obj/structure/table/wood, +/obj/item/phone{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/storage/fancy/nugget_box{ + pixel_y = -5; + pixel_x = -9 + }, +/obj/item/reagent_containers/food/drinks/britcup{ + pixel_x = -7; + pixel_y = 10 + }, +/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"nE" = ( +/obj/structure/chair/office, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/structure/sign/poster/official/fruit_bowl{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/carpet/red, +/area/outpost/vacant_rooms/office) +"nF" = ( +/obj/effect/turf_decal/trimline/opaque/beige/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"nH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/bag/trash{ + pixel_x = 8; + pixel_y = -4 + }, +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"nJ" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/opaque/bottlegreen/line{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/item/storage/firstaid/toxin{ + pixel_x = -2; + pixel_y = 10 + }, +/obj/item/storage/firstaid/fire{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/machinery/light/directional/south, +/turf/open/floor/plasteel/white, +/area/outpost/medical) +"nP" = ( +/obj/effect/decal/cleanable/wrapping, +/turf/open/floor/plating/airless, +/area/outpost/maintenance/fore) +"nQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/broken/directional/south, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"nT" = ( +/obj/structure/table/reinforced{ + color = "#c1b6a5" + }, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/plasteel/dark, +/area/outpost/crew/cryo) +"nU" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/turf/open/floor/concrete/tiles, +/area/outpost/hallway/central) +"nX" = ( +/turf/open/floor/wood, +/area/outpost/crew/bar) +"nY" = ( +/obj/effect/turf_decal/techfloor{ + dir = 8 + }, +/turf/open/floor/engine, +/area/outpost/crew/cryo) +"nZ" = ( +/obj/effect/turf_decal/industrial/traffic{ + dir = 8 + }, +/obj/machinery/light/directional/north, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"oa" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/sign/poster/official/high_class_martini{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/carpet/nanoweave, +/area/outpost/crew/canteen) +"ob" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/sign/poster/contraband/red_rum{ + pixel_x = 32 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/concrete/slab_4, +/area/outpost/hallway/central) +"oc" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/sign/poster/official/safety_internals{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/starboard) +"od" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/grass, +/area/outpost/crew/lounge) +"of" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/noticeboard{ + icon_state = "nboard05"; + pixel_y = 32 + }, +/turf/open/floor/wood, +/area/outpost/crew/library) +"og" = ( +/obj/effect/turf_decal/siding/wood/corner, +/turf/open/floor/concrete/tiles, +/area/outpost/hallway/central) +"oh" = ( +/obj/effect/turf_decal/techfloor{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/turf/open/floor/plasteel/tech, +/area/outpost/crew/cryo) +"ok" = ( +/obj/effect/turf_decal/box/corners{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/vehicle/ridden/atv{ + dir = 1 + }, +/turf/open/floor/engine, +/area/outpost/maintenance/fore) +"om" = ( +/obj/effect/turf_decal/corner_techfloor_gray/diagonal{ + layer = 2.030 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"on" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/nachos, +/turf/open/floor/plasteel/sepia, +/area/outpost/crew/canteen) +"oo" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/closet/secure_closet/freezer/wall{ + dir = 8; + pixel_x = 28 + }, +/turf/open/floor/wood, +/area/outpost/hallway/central) +"op" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Bridge Access"; + req_access_txt = "101"; + security_level = 6 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/outpost/operations) +"oq" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/opaque/bottlegreen/line{ + dir = 1 + }, +/obj/machinery/airalarm/directional/east, +/obj/structure/bed/roller, +/obj/machinery/iv_drip, +/turf/open/floor/plasteel/white, +/area/outpost/medical) +"ot" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/structure/railing/wood{ + layer = 3.1; + dir = 8 + }, +/turf/open/floor/grass, +/area/outpost/crew/lounge) +"ow" = ( +/obj/effect/turf_decal/trimline/opaque/beige/filled/line, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"oA" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/outpost/crew/dorm) +"oC" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/turf/open/floor/concrete/tiles, +/area/outpost/hallway/aft) +"oD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel/sepia, +/area/outpost/crew/canteen) +"oE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"oG" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/starboard) +"oH" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/structure/closet/crate/secure/loot, +/turf/open/floor/plating{ + icon_state = "platingdmg2" + }, +/area/outpost/maintenance/fore) +"oI" = ( +/obj/effect/turf_decal/techfloor{ + dir = 1 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"oJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/outpost/operations) +"oK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/patterned/grid, +/area/outpost/hallway/fore) +"oL" = ( +/obj/effect/turf_decal/corner/opaque/yellow/diagonal, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/obj/structure/chair/office{ + dir = 8; + name = "tactical swivel chair" + }, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"oN" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/sign/poster/official/safety_report{ + pixel_y = -32 + }, +/turf/open/floor/concrete/slab_2, +/area/outpost/hallway/starboard) +"oS" = ( +/obj/effect/turf_decal/techfloor{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/hallway/fore) +"oX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"oZ" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/turf/open/floor/plasteel/sepia, +/area/outpost/crew/canteen) +"pa" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/displaycase/captain{ + req_access = null; + req_access_txt = "20"; + req_one_access_txt = "0" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/carpet/blue, +/area/outpost/operations) +"pe" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/starboard) +"pg" = ( +/obj/structure/bed, +/obj/structure/curtain/cloth/grey, +/obj/item/bedsheet/qm, +/turf/open/floor/carpet, +/area/outpost/crew/dorm) +"pj" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/obj/machinery/firealarm/directional/west, +/obj/item/radio/intercom/directional/west, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/turf/open/floor/concrete/tiles, +/area/outpost/hallway/aft) +"pl" = ( +/obj/effect/landmark/outpost/elevator{ + shaft = "3" + }, +/turf/open/floor/plasteel/elevatorshaft, +/area/outpost/hallway/fore) +"pm" = ( +/obj/machinery/door/airlock/external, +/obj/structure/barricade/wooden/crude{ + layer = 3.1 + }, +/turf/open/floor/plating, +/area/outpost/maintenance/aft) +"po" = ( +/turf/closed/indestructible/reinforced, +/area/outpost/medical) +"pq" = ( +/obj/effect/turf_decal/techfloor/corner{ + dir = 4 + }, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 5 + }, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 6 + }, +/turf/open/floor/plasteel/telecomms_floor, +/area/outpost/crew/cryo) +"pr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/outpost/crew/canteen) +"ps" = ( +/obj/structure/fluff/hedge, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"pt" = ( +/obj/machinery/light/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/carpet/blue, +/area/outpost/hallway/central) +"pu" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/turf/open/floor/plasteel/tech, +/area/outpost/vacant_rooms) +"pv" = ( +/obj/structure/railing/wood{ + layer = 3.1; + dir = 4 + }, +/obj/structure/flora/ausbushes/sparsegrass{ + pixel_y = -1; + pixel_x = -1 + }, +/obj/structure/flora/ausbushes/stalkybush, +/obj/structure/flora/ausbushes/ywflowers, +/turf/open/floor/grass, +/area/outpost/hallway/aft) +"px" = ( +/obj/effect/turf_decal/techfloor/orange{ + dir = 8 + }, +/obj/machinery/light/directional/west, +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/tech/grid, +/area/outpost/engineering) +"pz" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/concrete/tiles, +/area/outpost/hallway/central) +"pC" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/obj/machinery/light/directional/west, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/hallway/fore) +"pD" = ( +/obj/effect/turf_decal/box/corners, +/obj/effect/turf_decal/box/corners{ + dir = 4 + }, +/obj/structure/frame/machine, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/concrete/slab_1, +/area/outpost/hallway/central) +"pE" = ( +/obj/effect/turf_decal/techfloor/corner{ + dir = 1 + }, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 4 + }, +/obj/effect/turf_decal/steeldecal/steel_decals10, +/turf/open/floor/plasteel/telecomms_floor, +/area/outpost/crew/cryo) +"pG" = ( +/obj/structure/chair/sofa/left, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/greenglow/filled{ + pixel_y = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/outpost/maintenance/aft) +"pI" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel/sepia, +/area/outpost/crew/canteen) +"pJ" = ( +/obj/structure/table/wood, +/obj/item/modular_computer/laptop/preset/civilian{ + pixel_y = 3 + }, +/turf/open/floor/plasteel/sepia, +/area/outpost/crew/library) +"pL" = ( +/obj/structure/flora/rock/pile/largejungle{ + pixel_x = -26; + pixel_y = 3 + }, +/turf/open/floor/grass, +/area/outpost/crew/garden) +"pN" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/outpost/crew/library) +"pR" = ( +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/opaque/red/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/outpost/security) +"pT" = ( +/obj/structure/table/reinforced{ + color = "#c1b6a5" + }, +/obj/machinery/jukebox/boombox{ + pixel_y = 5 + }, +/obj/item/phone{ + pixel_x = -11; + pixel_y = 3 + }, +/obj/item/folder/yellow{ + pixel_x = 7; + pixel_y = -3 + }, +/obj/item/forcefield_projector{ + pixel_y = -2 + }, +/obj/effect/turf_decal/techfloor{ + dir = 8 + }, +/obj/machinery/light/directional/north, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/engineering/atmospherics) +"pU" = ( +/turf/closed/indestructible/reinforced, +/area/outpost/engineering/atmospherics) +"pX" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood, +/area/outpost/crew/library) +"pZ" = ( +/obj/structure/window/reinforced/spawner/east, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/computer/med_data, +/turf/open/floor/plasteel/dark, +/area/outpost/crew/cryo) +"qb" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/outpost/crew/library) +"qc" = ( +/obj/effect/turf_decal/atmos/oxygen{ + dir = 1 + }, +/turf/open/floor/engine/o2, +/area/outpost/engineering/atmospherics) +"qd" = ( +/obj/machinery/vending/cigarette, +/turf/open/floor/plasteel, +/area/outpost/hallway/fore) +"qe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table/reinforced{ + color = "#c1b6a5" + }, +/obj/structure/reagent_dispensers/servingdish, +/obj/effect/decal/cleanable/vomit/old{ + pixel_x = 1; + pixel_y = -9 + }, +/turf/open/floor/plating/rust, +/area/outpost/maintenance/fore) +"qg" = ( +/obj/structure/table/reinforced, +/obj/item/modular_computer/laptop/preset/civilian{ + pixel_y = 6 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/radio/intercom/directional/north{ + pixel_y = 20; + pixel_x = -3 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/security) +"qi" = ( +/obj/effect/turf_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/tech/grid, +/area/outpost/engineering) +"qj" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/light/directional/north, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/carpet, +/area/outpost/hallway/central) +"qk" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"qm" = ( +/obj/effect/turf_decal/techfloor{ + dir = 1 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/plasteel/tech, +/area/outpost/crew/cryo) +"qo" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/obj/effect/turf_decal/box/corners{ + icon_state = "box_corners"; + dir = 8 + }, +/obj/effect/turf_decal/box/corners, +/turf/open/floor/plasteel/patterned/ridged, +/area/outpost/crew/library) +"qp" = ( +/obj/effect/turf_decal/atmos/plasma{ + dir = 1 + }, +/turf/open/floor/engine/plasma, +/area/outpost/engineering/atmospherics) +"qu" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"qv" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = -6 + }, +/obj/item/pen{ + pixel_x = -6 + }, +/obj/item/stamp/qm{ + pixel_x = 6; + pixel_y = 9 + }, +/obj/item/stamp{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/stamp/denied{ + pixel_x = 6; + pixel_y = -1 + }, +/obj/item/toy/figure/cargotech{ + pixel_x = -8; + pixel_y = 15 + }, +/obj/effect/turf_decal/techfloor{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"qw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed{ + icon_state = "dirty_mattress" + }, +/obj/item/storage/wallet, +/obj/item/reagent_containers/food/drinks/bottle/pruno{ + pixel_x = 5 + }, +/obj/item/bedsheet/nanotrasen, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"qx" = ( +/obj/effect/turf_decal/corner/opaque/blue/full, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/outpost/medical) +"qy" = ( +/obj/machinery/door/airlock/external{ + req_access_txt = "109" + }, +/turf/open/floor/plating, +/area/outpost/maintenance/aft) +"qz" = ( +/obj/structure/railing/corner/wood{ + dir = 1 + }, +/obj/structure/railing/corner/wood{ + dir = 8 + }, +/obj/structure/flora/grass/jungle/b{ + pixel_x = 9; + pixel_y = 9 + }, +/turf/open/floor/grass, +/area/outpost/crew/garden) +"qA" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/sign/logo{ + icon_state = "nanotrasen_sign3"; + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/central) +"qC" = ( +/obj/machinery/light/directional/north, +/obj/machinery/status_display/ai{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/industrial/warning{ + dir = 5 + }, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"qE" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/rockvault, +/area/outpost/operations) +"qF" = ( +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 4 + }, +/obj/structure/frame/computer{ + anchored = 1; + dir = 8; + pixel_x = 7 + }, +/obj/structure/grille/broken, +/turf/open/floor/plating/rust, +/area/outpost/maintenance/aft) +"qG" = ( +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating/dark/corner, +/obj/effect/turf_decal/trimline/opaque/red/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/opaque/red/corner, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/outpost/security) +"qI" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/box/corners{ + dir = 8 + }, +/obj/effect/turf_decal/box/corners, +/turf/open/floor/plasteel/patterned/ridged, +/area/outpost/hallway/central) +"qK" = ( +/obj/structure/chair/sofa/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/item/radio/intercom/directional/north{ + pixel_y = 20 + }, +/turf/open/floor/wood, +/area/outpost/crew/library) +"qL" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel/kitchen_coldroom/freezerfloor, +/area/outpost/crew/library) +"qN" = ( +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 5 + }, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 6 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/tech, +/area/outpost/engineering) +"qO" = ( +/obj/effect/turf_decal/techfloor/corner{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/plasteel/tech, +/area/outpost/crew/cryo) +"qQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/girder, +/turf/open/floor/plating, +/area/outpost/maintenance/aft) +"qT" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/wood/walnut, +/area/outpost/crew/bar) +"qU" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/item/radio/intercom/directional/west, +/obj/machinery/firealarm/directional/west, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel/stairs{ + icon = 'icons/obj/stairs.dmi' + }, +/area/outpost/hallway/fore) +"qW" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/carpet, +/area/outpost/hallway/central) +"qX" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/grass, +/area/outpost/crew/lounge) +"qZ" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/outpost/hallway/fore) +"ra" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/window/reinforced/spawner/west, +/obj/structure/sign/poster/retro/we_watch{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/turf/open/floor/plasteel/dark, +/area/outpost/crew/cryo) +"rb" = ( +/obj/machinery/door/airlock/command, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"rc" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/structure/sign/painting/library{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/outpost/maintenance/aft) +"rd" = ( +/obj/item/storage/fancy/candle_box{ + pixel_x = 8; + pixel_y = 2 + }, +/obj/structure/table/wood, +/obj/item/lighter, +/turf/open/floor/concrete/tiles, +/area/outpost/crew/lounge) +"re" = ( +/obj/structure/rack, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/concrete/slab_1, +/area/outpost/hallway/central) +"rf" = ( +/obj/structure/table, +/obj/item/lighter{ + pixel_x = -8 + }, +/obj/item/radio/intercom/directional/west, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/carpet/blue, +/area/outpost/hallway/central) +"rh" = ( +/obj/item/storage/bag/tray, +/obj/item/storage/box/donkpockets{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/item/storage/box/donkpockets{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/reagent_containers/food/condiment/peppermill{ + desc = "Often used to flavor food or make people sneeze. Fashionably moved to the left side of the table."; + pixel_x = -8; + pixel_y = 2 + }, +/obj/item/reagent_containers/food/condiment/saltshaker{ + desc = "Salt. From space oceans, presumably. A staple of modern medicine."; + pixel_x = -8; + pixel_y = 12 + }, +/obj/machinery/reagentgrinder{ + pixel_y = 5 + }, +/obj/structure/table, +/obj/machinery/light/directional/west, +/turf/open/floor/plasteel, +/area/outpost/crew/library) +"rj" = ( +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 1 + }, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 8 + }, +/obj/effect/turf_decal/techfloor/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/hallway/fore) +"rk" = ( +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/outpost/maintenance/aft) +"rl" = ( +/obj/structure/table/reinforced, +/obj/item/kitchen/knife{ + pixel_y = 6; + pixel_x = 9 + }, +/obj/item/book/manual/chef_recipes{ + pixel_x = -4; + pixel_y = 6 + }, +/obj/item/kitchen/rollingpin, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/kitchen_coldroom/freezerfloor, +/area/outpost/crew/library) +"ro" = ( +/obj/structure/table/wood/poker, +/obj/item/flashlight/lamp/green{ + pixel_y = 13; + pixel_x = -6; + layer = 4 + }, +/obj/item/paper_bin{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/pen/fountain{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/pen{ + pixel_y = 4; + pixel_x = 8 + }, +/turf/open/floor/wood, +/area/outpost/crew/library) +"rs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel/kitchen_coldroom/freezerfloor, +/area/outpost/crew/library) +"ru" = ( +/obj/effect/turf_decal/techfloor{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/engine, +/area/outpost/crew/cryo) +"rv" = ( +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/opaque/red/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/outpost/security) +"rw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/concrete/tiles, +/area/outpost/hallway/central) +"rx" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/crew/garden) +"ry" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/engineering/atmospherics) +"rA" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/crew/cryo) +"rB" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/sign/poster/official/moth{ + pixel_y = 32 + }, +/turf/open/floor/wood, +/area/outpost/crew/library) +"rD" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/obj/machinery/suit_storage_unit/inherit, +/turf/open/floor/plasteel/tech/grid, +/area/outpost/security) +"rE" = ( +/obj/machinery/door/airlock/command{ + name = "Council Chamber"; + req_access_txt = "19"; + security_level = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"rG" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/obj/item/grenade/frag{ + pixel_x = 6; + pixel_y = -3 + }, +/obj/item/grenade/empgrenade, +/obj/item/grenade/stingbang{ + pixel_x = -8; + pixel_y = -4 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/security/armory) +"rJ" = ( +/obj/structure/table/reinforced{ + color = "#c1b6a5" + }, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel/dark, +/area/outpost/crew/cryo) +"rL" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/railing/wood{ + layer = 3.1; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/wood, +/area/outpost/crew/library) +"rN" = ( +/obj/effect/turf_decal/industrial/traffic{ + dir = 4 + }, +/obj/effect/turf_decal/industrial/traffic{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"rO" = ( +/obj/structure/filingcabinet/security{ + pixel_x = 11 + }, +/obj/machinery/newscaster/directional/east, +/turf/open/floor/plasteel/dark, +/area/outpost/crew/cryo) +"rP" = ( +/obj/effect/turf_decal/atmos/carbon_dioxide, +/turf/open/floor/engine/co2, +/area/outpost/engineering/atmospherics) +"rQ" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/sign/plaques/kiddie/library{ + pixel_y = -32 + }, +/obj/item/kirbyplants{ + icon_state = "plant-22"; + pixel_x = -11 + }, +/obj/machinery/vending/games{ + pixel_x = 4 + }, +/turf/open/floor/carpet/red, +/area/outpost/vacant_rooms/office) +"rR" = ( +/obj/structure/reagent_dispensers/water_cooler{ + pixel_x = 8; + pixel_y = 15; + density = 0 + }, +/obj/item/kirbyplants{ + icon_state = "plant-25"; + pixel_x = -3; + pixel_y = 6 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/fore) +"rT" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/light/directional/south, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/wood, +/area/outpost/crew/library) +"rU" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/opaque/bottlegreen/line{ + dir = 1 + }, +/obj/structure/bed/roller, +/obj/machinery/iv_drip, +/turf/open/floor/plasteel/white, +/area/outpost/medical) +"rV" = ( +/obj/machinery/door/poddoor{ + id = "heron_outercargo"; + name = "Cargo Hatch" + }, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"rW" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 5 + }, +/obj/machinery/suit_storage_unit/inherit, +/turf/open/floor/plasteel/tech/grid, +/area/outpost/security) +"rX" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel/stairs{ + dir = 1 + }, +/area/outpost/cargo) +"rZ" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/condiment/peppermill{ + desc = "Often used to flavor food or make people sneeze. Fashionably moved to the left side of the table."; + pixel_x = -8; + pixel_y = 2 + }, +/obj/item/reagent_containers/food/condiment/saltshaker{ + desc = "Salt. From space oceans, presumably. A staple of modern medicine."; + pixel_x = -8; + pixel_y = 12 + }, +/obj/item/toy/figure/chef, +/turf/open/floor/plasteel/sepia, +/area/outpost/crew/canteen) +"sb" = ( +/obj/machinery/door/window/westright{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/carpet/blue, +/area/outpost/operations) +"sd" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/plasma, +/turf/open/floor/concrete/tiles, +/area/outpost/hallway/central) +"sg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/showcase/machinery/tv, +/obj/effect/turf_decal/box/corners{ + dir = 8 + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/plating/rust, +/area/outpost/maintenance/fore) +"si" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood/walnut, +/area/outpost/crew/bar) +"sl" = ( +/obj/item/kirbyplants/dead{ + pixel_x = -6 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/directional/west, +/turf/open/floor/plating, +/area/outpost/maintenance/aft) +"sm" = ( +/obj/machinery/status_display/ai{ + pixel_y = 32 + }, +/obj/item/clothing/accessory/holster, +/obj/structure/closet/secure_closet/head_of_personnel, +/turf/open/floor/carpet/royalblue, +/area/outpost/operations) +"sn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/obj/structure/showcase/mecha/ripley, +/obj/effect/turf_decal/box/corners{ + dir = 1; + icon_state = "box_corners" + }, +/turf/open/floor/plating/rust, +/area/outpost/maintenance/fore) +"so" = ( +/turf/open/floor/carpet/blue, +/area/outpost/operations) +"st" = ( +/obj/machinery/door/poddoor/shutters/indestructible, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"su" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/concrete/slab_1, +/area/outpost/hallway/aft) +"sv" = ( +/obj/structure/bookcase/random/fiction, +/obj/machinery/newscaster/directional/north{ + pixel_y = 33 + }, +/turf/open/floor/wood, +/area/outpost/crew/library) +"sx" = ( +/obj/structure/table/glass, +/obj/effect/decal/cleanable/dirt, +/obj/item/pinpointer/nuke{ + pixel_x = -5; + pixel_y = 4 + }, +/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ + dir = 9 + }, +/obj/item/phone{ + desc = "Supposedly a direct line to Nanotrasen Central Command. It's not even plugged in."; + pixel_x = 9; + pixel_y = 3 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"sz" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/fore) +"sA" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 9 + }, +/obj/item/pen{ + pixel_x = -2; + pixel_y = 10 + }, +/obj/item/clipboard{ + pixel_x = -3; + pixel_y = -4 + }, +/obj/item/folder/blue{ + pixel_x = -6; + pixel_y = -5 + }, +/obj/item/stamp/qm{ + pixel_x = 8; + pixel_y = 9 + }, +/obj/item/stamp{ + pixel_x = 8; + pixel_y = 4 + }, +/obj/item/stamp/denied{ + pixel_y = -1; + pixel_x = 8 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo/office) +"sB" = ( +/obj/effect/turf_decal/spline/fancy/opaque/black{ + dir = 1 + }, +/obj/effect/turf_decal/spline/fancy/opaque/black, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/outpost/hallway/fore) +"sD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/barricade/wooden, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"sF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/rust, +/area/outpost/maintenance/aft) +"sH" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/item/kirbyplants{ + icon_state = "plant-09" + }, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/wood, +/area/outpost/hallway/central) +"sI" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/turf/open/floor/carpet/nanoweave, +/area/outpost/crew/canteen) +"sJ" = ( +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/item/radio/intercom/directional/west, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/fore) +"sL" = ( +/obj/structure/railing/wood{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/grass, +/area/outpost/crew/garden) +"sM" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/techfloor, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"sN" = ( +/turf/open/floor/plating/asteroid/icerock/smooth, +/area/outpost/external) +"sP" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/slab_3, +/area/outpost/crew/garden) +"sQ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/crew/bar) +"sR" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/showroomfloor, +/area/outpost/crew/canteen) +"sT" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/closet/secure_closet/freezer/wall{ + dir = 8; + pixel_x = 28 + }, +/obj/item/clothing/suit/apron/chef, +/turf/open/floor/concrete/tiles, +/area/outpost/crew/library) +"sU" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/tech/grid, +/area/outpost/engineering) +"sV" = ( +/obj/effect/turf_decal/siding/wideplating/dark, +/obj/effect/turf_decal/trimline/opaque/red/line, +/obj/machinery/light/directional/south, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/security) +"sX" = ( +/obj/structure/catwalk/over/plated_catwalk, +/obj/structure/sign/poster/official/random{ + pixel_y = -32; + pixel_x = 32 + }, +/turf/open/floor/plating, +/area/outpost/maintenance/aft) +"ta" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/carpet, +/area/outpost/hallway/central) +"tb" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/tech/grid, +/area/outpost/engineering) +"td" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/slab_3, +/area/outpost/crew/garden) +"te" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_access_txt = "109" + }, +/turf/open/floor/plating, +/area/outpost/crew/bar) +"tf" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/spline/fancy/opaque/black{ + dir = 8 + }, +/turf/open/floor/plasteel/stairs{ + icon = 'icons/obj/stairs.dmi' + }, +/area/outpost/hallway/fore) +"ti" = ( +/obj/effect/turf_decal/trimline/opaque/beige/filled/line, +/obj/effect/turf_decal/industrial/loading{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"tj" = ( +/turf/open/floor/engine/vacuum, +/area/outpost/engineering/atmospherics) +"tl" = ( +/obj/machinery/computer/slot_machine, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/outpost/maintenance/fore) +"tm" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/outpost/crew/canteen) +"tp" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/fore) +"tr" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/concrete/slab_2, +/area/outpost/hallway/starboard) +"ts" = ( +/obj/machinery/door/window/brigdoor/eastleft{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/crew/cryo) +"tt" = ( +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/opaque/red/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/opaque/red/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/outpost/security) +"tv" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/outpost/crew/canteen) +"tx" = ( +/obj/structure/table/wood, +/obj/item/papercutter{ + pixel_x = 7; + pixel_y = 2 + }, +/obj/item/hand_tele{ + pixel_x = -13; + pixel_y = 5 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/wood, +/area/outpost/operations) +"ty" = ( +/obj/machinery/door/airlock/atmos, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/engineering/atmospherics) +"tz" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/wood/ebony, +/area/outpost/crew/lounge) +"tA" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/coffee{ + pixel_x = -8; + pixel_y = 3 + }, +/turf/open/floor/plasteel/sepia, +/area/outpost/crew/canteen) +"tC" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"tD" = ( +/obj/effect/spawner/lootdrop/grille_or_trash, +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/outpost/maintenance/aft) +"tE" = ( +/obj/structure/railing/wood{ + layer = 3.1 + }, +/obj/structure/flora/ausbushes/lavendergrass{ + pixel_x = -5; + pixel_y = 6 + }, +/obj/structure/flora/ausbushes/pointybush, +/turf/open/floor/grass, +/area/outpost/hallway/central) +"tF" = ( +/obj/effect/decal/cleanable/plasma, +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/outpost/maintenance/fore) +"tG" = ( +/obj/effect/decal/cleanable/food/flour, +/turf/open/floor/plasteel, +/area/outpost/crew/canteen) +"tI" = ( +/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"tJ" = ( +/obj/structure/table/wood/reinforced, +/turf/open/floor/wood/ebony, +/area/outpost/crew/lounge) +"tK" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/outpost/vacant_rooms/office) +"tM" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/item/stamp/captain{ + pixel_x = 8; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/railing, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood, +/area/outpost/operations) +"tN" = ( +/obj/structure/chair/sofa{ + dir = 1 + }, +/turf/open/floor/plasteel/sepia, +/area/outpost/crew/canteen) +"tO" = ( +/obj/effect/turf_decal/techfloor{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/engineering/atmospherics) +"tP" = ( +/obj/machinery/washing_machine, +/turf/open/floor/plasteel/patterned/cargo_one, +/area/outpost/crew/library) +"tQ" = ( +/obj/structure/railing{ + layer = 3.1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 4 + }, +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/outpost/maintenance/aft) +"tV" = ( +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"tW" = ( +/obj/machinery/computer/cargo/express{ + dir = 8 + }, +/obj/effect/turf_decal/techfloor{ + dir = 4 + }, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"tX" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/patterned/grid, +/area/outpost/hallway/fore) +"tY" = ( +/obj/structure/chair/sofa/corner{ + dir = 1 + }, +/obj/structure/sign/poster/official/moth/epi{ + pixel_x = -32 + }, +/turf/open/floor/plasteel/sepia, +/area/outpost/crew/canteen) +"tZ" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/security) +"ua" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/carpet/nanoweave, +/area/outpost/crew/canteen) +"uc" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = 5; + pixel_y = 1 + }, +/obj/item/pen/fountain{ + pixel_y = 2; + pixel_x = 4 + }, +/turf/open/floor/plasteel/sepia, +/area/outpost/crew/canteen) +"ue" = ( +/obj/structure/table/wood, +/obj/structure/noticeboard{ + pixel_y = 30 + }, +/obj/item/storage/box/PDAs{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/ids, +/obj/item/storage/box/silver_ids{ + pixel_y = 7; + pixel_x = 6 + }, +/turf/open/floor/plasteel, +/area/outpost/operations) +"uf" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/aft) +"ui" = ( +/obj/effect/turf_decal/atmos/nitrogen, +/turf/open/floor/engine/n2, +/area/outpost/engineering/atmospherics) +"uj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/catwalk/over/plated_catwalk, +/obj/effect/decal/cleanable/plasma, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/auto_name/directional/east, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/outpost/maintenance/aft) +"uk" = ( +/obj/machinery/light/small/directional/west, +/turf/open/floor/concrete/reinforced, +/area/outpost/crew/garden) +"un" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/wood, +/area/outpost/crew/bar) +"uo" = ( +/obj/item/stack/sheet/mineral/wood, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/outpost/maintenance/aft) +"up" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/tech, +/area/outpost/hallway/fore) +"uq" = ( +/obj/structure/railing{ + layer = 3.1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 1 + }, +/obj/structure/catwalk/over/plated_catwalk, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating/rust, +/area/outpost/maintenance/aft) +"ur" = ( +/obj/structure/railing/corner, +/obj/effect/turf_decal/spline/fancy/opaque/black/corner, +/turf/open/floor/plasteel/patterned/grid, +/area/outpost/hallway/fore) +"us" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/mug{ + pixel_x = -7; + pixel_y = -2 + }, +/obj/item/table_bell{ + pixel_x = -8; + pixel_y = 7 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/sepia, +/area/outpost/crew/library) +"ut" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/carpet/nanoweave, +/area/outpost/hallway/central) +"uu" = ( +/obj/effect/turf_decal/industrial/traffic{ + dir = 4 + }, +/obj/effect/turf_decal/industrial/traffic{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"uv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/turf/open/floor/wood, +/area/outpost/crew/bar) +"uw" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/railing/wood{ + layer = 3.1; + dir = 8 + }, +/turf/open/floor/grass, +/area/outpost/crew/lounge) +"uD" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/starboard) +"uE" = ( +/obj/structure/table/reinforced{ + color = "#c1b6a5" + }, +/obj/item/flashlight/lamp{ + pixel_x = -8; + pixel_y = 13 + }, +/obj/item/storage/fancy/donut_box{ + pixel_y = 5; + pixel_x = -2 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/engineering/atmospherics) +"uG" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/sign/poster/contraband/robustmore_drinkfoods{ + pixel_x = -32 + }, +/turf/open/floor/carpet/nanoweave, +/area/outpost/hallway/central) +"uH" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/central) +"uI" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/crew/garden) +"uJ" = ( +/obj/structure/showcase/machinery/cloning_pod, +/obj/effect/turf_decal/box/corners{ + dir = 8 + }, +/turf/open/floor/plating/rust, +/area/outpost/maintenance/fore) +"uK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"uL" = ( +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/carpet/red, +/area/outpost/vacant_rooms/office) +"uP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/bag/tray/cafeteria{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/structure/catwalk/over/plated_catwalk, +/obj/structure/sign/poster/contraband/random{ + pixel_x = 32; + pixel_y = -32 + }, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"uQ" = ( +/obj/structure/bed, +/obj/structure/curtain/cloth/grey, +/obj/effect/decal/cleanable/dirt, +/obj/item/bedsheet/brown, +/turf/open/floor/carpet, +/area/outpost/crew/dorm) +"uR" = ( +/obj/effect/turf_decal/techfloor/corner, +/turf/open/floor/plasteel/tech, +/area/outpost/crew/cryo) +"uS" = ( +/obj/effect/turf_decal/industrial/hatch/yellow, +/obj/effect/turf_decal/corner/opaque/yellow/full, +/obj/effect/turf_decal/corner/opaque/yellow/diagonal, +/obj/machinery/light/directional/south, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"uU" = ( +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/opaque/red/line{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/security) +"uV" = ( +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating{ + icon_state = "foam_plating" + }, +/area/outpost/maintenance/aft) +"uX" = ( +/obj/structure/flora/grass/both, +/turf/open/floor/grass/snow/safe, +/area/outpost/hallway/fore) +"uZ" = ( +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 1 + }, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 8 + }, +/obj/effect/turf_decal/techfloor/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/hallway/fore) +"va" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/light/directional/north, +/obj/structure/closet/wall{ + name = "Storage Locker"; + dir = 8; + pixel_x = 28 + }, +/turf/open/floor/carpet, +/area/outpost/hallway/central) +"vc" = ( +/obj/structure/fluff/hedge{ + icon_state = "hedge-8" + }, +/turf/open/floor/plasteel/tech, +/area/outpost/hallway/fore) +"vd" = ( +/turf/open/floor/plasteel/tech, +/area/outpost/cargo/office) +"ve" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/central) +"vf" = ( +/obj/structure/showcase/cyborg/old, +/obj/effect/turf_decal/box/corners{ + dir = 4; + icon_state = "box_corners" + }, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/outpost/maintenance/fore) +"vk" = ( +/obj/structure/table, +/obj/machinery/microwave{ + pixel_y = 5 + }, +/obj/effect/turf_decal/industrial/warning/corner{ + color = "#808080"; + dir = 8 + }, +/turf/open/floor/plasteel, +/area/outpost/crew/canteen) +"vl" = ( +/obj/effect/turf_decal/techfloor/orange{ + dir = 1 + }, +/obj/machinery/suit_storage_unit/inherit/industrial, +/obj/item/clothing/suit/space/engineer, +/obj/item/clothing/head/helmet/space/light/engineer, +/obj/effect/turf_decal/industrial/hatch/yellow, +/turf/open/floor/plasteel/tech/grid, +/area/outpost/engineering) +"vm" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/turf/open/floor/carpet/nanoweave, +/area/outpost/vacant_rooms) +"vo" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/closet/emcloset/wall{ + pixel_y = 28 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/starboard) +"vq" = ( +/obj/structure/sink/kitchen{ + dir = 4; + pixel_x = -12 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/food/plant_smudge, +/turf/open/floor/plasteel, +/area/outpost/crew/canteen) +"vr" = ( +/obj/machinery/door/airlock/freezer, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/outpost/crew/canteen) +"vs" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/item/kirbyplants/random, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/spline/fancy/opaque/black{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"vu" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/structure/railing/wood{ + layer = 3.1; + dir = 8 + }, +/turf/open/floor/grass, +/area/outpost/crew/lounge) +"vv" = ( +/obj/structure/closet/bombcloset, +/obj/effect/decal/cleanable/robot_debris, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"vw" = ( +/turf/closed/indestructible/reinforced, +/area/outpost/crew/garden) +"vx" = ( +/turf/closed/mineral/random/jungle, +/area/outpost/crew/garden) +"vy" = ( +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating/rust, +/area/outpost/maintenance/fore) +"vz" = ( +/obj/structure/grille, +/obj/structure/railing{ + dir = 8; + layer = 4.1 + }, +/turf/open/floor/plating/rust, +/area/outpost/maintenance/fore) +"vB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/catwalk/over/plated_catwalk, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"vC" = ( +/turf/closed/indestructible/reinforced, +/area/outpost/hallway/aft) +"vD" = ( +/turf/open/floor/engine/co2, +/area/outpost/engineering/atmospherics) +"vE" = ( +/obj/effect/decal/cleanable/plasma, +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"vG" = ( +/obj/machinery/door/airlock/public/glass, +/obj/effect/landmark/outpost/elevator_machine{ + shaft = "1" + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/hallway/fore) +"vI" = ( +/obj/effect/turf_decal/techfloor/orange{ + dir = 4 + }, +/obj/machinery/light/directional/east, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/tech/grid, +/area/outpost/engineering) +"vJ" = ( +/obj/item/storage/box/maid, +/obj/item/clothing/gloves/color/latex/nitrile/evil, +/obj/item/clothing/head/soft/purple, +/obj/item/clothing/shoes/galoshes, +/obj/item/storage/box/mousetraps, +/obj/item/reagent_containers/glass/bucket, +/obj/item/reagent_containers/glass/rag, +/obj/item/mop, +/obj/item/soap/deluxe, +/obj/structure/closet/wall/blue{ + dir = 4; + name = "Janitorial Closet"; + pixel_x = -29 + }, +/obj/machinery/door/window, +/obj/effect/turf_decal/industrial/warning, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/tech/grid, +/area/outpost/crew/library) +"vK" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/machinery/libraryscanner, +/obj/machinery/light/directional/south, +/obj/item/radio/intercom/directional/west, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/carpet/red, +/area/outpost/vacant_rooms/office) +"vM" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/item/kirbyplants{ + icon_state = "plant-21"; + pixel_x = 7 + }, +/turf/open/floor/wood, +/area/outpost/vacant_rooms/office) +"vN" = ( +/obj/effect/turf_decal/techfloor{ + dir = 5 + }, +/obj/machinery/computer/bounty, +/turf/open/floor/plasteel/tech, +/area/outpost/hallway/fore) +"vO" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/light/directional/north, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/central) +"vQ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/railing/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/carpet, +/area/outpost/crew/library) +"vS" = ( +/obj/structure/fluff/hedge{ + icon_state = "hedge-8" + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/grass, +/area/outpost/hallway/fore) +"vT" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 + }, +/obj/machinery/light/directional/north, +/obj/item/kirbyplants{ + icon_state = "plant-21" + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/hallway/fore) +"vV" = ( +/turf/open/space/basic, +/area/space) +"vW" = ( +/obj/structure/sign/logo{ + icon_state = "nanotrasen_sign5"; + pixel_y = 32 + }, +/turf/open/floor/plasteel/stairs{ + barefootstep = "woodbarefoot"; + color = "#A47449"; + footstep = "wood"; + dir = 4 + }, +/area/outpost/hallway/central) +"vY" = ( +/obj/structure/stone_tile/burnt, +/turf/open/floor/plasteel/cult, +/area/outpost/maintenance/fore) +"vZ" = ( +/turf/open/floor/plasteel/patterned/grid, +/area/outpost/hallway/fore) +"wa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/alien/weeds, +/obj/effect/decal/cleanable/xenoblood/xgibs/body, +/obj/effect/decal/cleanable/xenoblood/xgibs, +/obj/effect/decal/cleanable/xenoblood/xgibs/up, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"wc" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/carpet/nanoweave, +/area/outpost/crew/canteen) +"wd" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 + }, +/obj/effect/turf_decal/spline/fancy/opaque/black{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/rockvault, +/area/outpost/operations) +"we" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"wf" = ( +/obj/structure/flora/rock/jungle{ + pixel_x = 12 + }, +/turf/open/floor/grass, +/area/outpost/crew/garden) +"wg" = ( +/obj/effect/turf_decal/techfloor/orange{ + dir = 4 + }, +/turf/open/floor/plasteel/tech/grid, +/area/outpost/engineering) +"wh" = ( +/obj/effect/turf_decal/steeldecal/steel_decals10, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 4 + }, +/obj/effect/turf_decal/techfloor/corner, +/turf/open/floor/plasteel/tech, +/area/outpost/hallway/fore) +"wj" = ( +/obj/effect/turf_decal/corner_techfloor_gray/diagonal{ + layer = 2.030 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"wk" = ( +/obj/machinery/atmospherics/components/unary/passive_vent/layer2{ + dir = 8 + }, +/turf/open/floor/engine/air, +/area/outpost/engineering/atmospherics) +"wl" = ( +/obj/machinery/cryopod, +/turf/open/floor/plasteel/telecomms_floor, +/area/outpost/crew/cryo) +"wn" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/wood, +/area/outpost/hallway/central) +"wp" = ( +/turf/open/floor/plasteel/dark, +/area/outpost/security) +"wq" = ( +/turf/open/floor/plasteel/elevatorshaft, +/area/outpost/crew/library) +"wt" = ( +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/concrete/tiles, +/area/outpost/crew/lounge) +"wu" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/starboard) +"wy" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/item/kirbyplants{ + icon_state = "plant-21" + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/concrete/tiles, +/area/outpost/hallway/central) +"wz" = ( +/obj/effect/turf_decal/techfloor/orange, +/obj/machinery/computer/monitor{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/turf/open/floor/plasteel/tech/grid, +/area/outpost/engineering) +"wB" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/spawner, +/obj/structure/window/reinforced/spawner/north, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"wC" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = 32 + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/starboard) +"wE" = ( +/turf/open/floor/concrete/reinforced, +/area/outpost/hallway/starboard) +"wF" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/chair/stool/bar, +/obj/effect/decal/cleanable/food/egg_smudge{ + pixel_x = 6; + pixel_y = -5 + }, +/turf/open/floor/concrete/slab_2, +/area/outpost/hallway/central) +"wH" = ( +/turf/closed/indestructible/reinforced, +/area/outpost/maintenance/fore) +"wI" = ( +/obj/effect/spawner/structure/window/reinforced/indestructable, +/turf/open/floor/plating, +/area/outpost/operations) +"wJ" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/central) +"wK" = ( +/obj/machinery/cryopod{ + dir = 8 + }, +/turf/open/floor/plasteel/telecomms_floor, +/area/outpost/crew/cryo) +"wL" = ( +/obj/structure/table/wood, +/obj/item/modular_computer/laptop/preset/civilian{ + pixel_y = 5 + }, +/obj/structure/sign/poster/solgov/paperwork{ + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"wM" = ( +/obj/structure/fluff/hedge{ + icon_state = "hedge-4" + }, +/turf/open/floor/plasteel/tech, +/area/outpost/hallway/fore) +"wN" = ( +/obj/structure/rack{ + color = "#A47449"; + pixel_y = 11 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/grown/log{ + pixel_x = -7; + pixel_y = 20 + }, +/obj/item/grown/log{ + pixel_x = 7; + pixel_y = 20 + }, +/obj/item/grown/log{ + pixel_y = 25 + }, +/obj/item/statuebust{ + pixel_x = 6 + }, +/turf/open/floor/plasteel/sepia, +/area/outpost/vacant_rooms/office) +"wQ" = ( +/obj/structure/flora/rock/pile/icy, +/turf/open/floor/plating/ice/smooth, +/area/outpost/hallway/fore) +"wR" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/concrete/tiles, +/area/outpost/hallway/central) +"wS" = ( +/turf/closed/indestructible/reinforced, +/area/outpost/operations) +"wT" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom/directional/west{ + freerange = 1; + name = "Syndicate Radio Intercom" + }, +/obj/item/folder/red{ + pixel_x = 3 + }, +/obj/item/storage/fancy/cigarettes/cigpack_robustgold{ + pixel_x = -6 + }, +/obj/item/lighter{ + pixel_x = -5; + pixel_y = -1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"wV" = ( +/obj/structure/closet/radiation, +/obj/effect/turf_decal/industrial/hatch/yellow, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 + }, +/turf/open/floor/plasteel/tech/grid, +/area/outpost/engineering) +"wW" = ( +/obj/effect/turf_decal/techfloor{ + dir = 4 + }, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/plasteel/tech, +/area/outpost/crew/cryo) +"wY" = ( +/turf/open/floor/plasteel/stairs{ + icon = 'icons/obj/stairs.dmi'; + dir = 1 + }, +/area/outpost/engineering) +"wZ" = ( +/obj/structure/table/wood/reinforced, +/obj/item/paper_bin{ + pixel_x = -7; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_y = 4; + pixel_x = -8 + }, +/obj/item/pen/charcoal{ + pixel_y = 8; + pixel_x = -3 + }, +/obj/item/flashlight/lamp/green{ + pixel_y = 8; + pixel_x = 6 + }, +/obj/item/phone{ + pixel_x = 8; + pixel_y = -8 + }, +/obj/structure/table/wood, +/turf/open/floor/plasteel, +/area/outpost/crew/canteen) +"xa" = ( +/turf/open/floor/grass, +/area/outpost/hallway/fore) +"xd" = ( +/obj/machinery/power/floodlight, +/obj/effect/decal/cleanable/garbage{ + pixel_x = -9; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/plating/rust, +/area/outpost/maintenance/fore) +"xe" = ( +/obj/effect/turf_decal/corner_techfloor_gray/diagonal{ + layer = 2.030 + }, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"xf" = ( +/obj/structure/table_frame/wood, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"xh" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/outpost/hallway/central) +"xk" = ( +/obj/structure/bonfire/prelit, +/obj/effect/turf_decal/weather/snow/corner{ + dir = 1 + }, +/turf/open/floor/plating/asteroid/snow/under/lit, +/area/outpost/external) +"xm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/banner, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"xo" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/light/directional/north, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/starboard) +"xp" = ( +/obj/effect/turf_decal/techfloor, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/plasteel/tech, +/area/outpost/crew/cryo) +"xr" = ( +/obj/structure/table/wood, +/obj/item/trash/plate{ + pixel_x = 1; + pixel_y = 6 + }, +/turf/open/floor/plasteel/sepia, +/area/outpost/crew/canteen) +"xs" = ( +/obj/structure/table/wood/reinforced, +/turf/open/floor/carpet/nanoweave, +/area/outpost/vacant_rooms) +"xt" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/banner/command/mundane, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"xu" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/outpost/hallway/central) +"xv" = ( +/obj/structure/chair/sofa{ + dir = 1 + }, +/obj/structure/sign/poster/contraband/free_tonto{ + pixel_y = -32 + }, +/turf/open/floor/plasteel/sepia, +/area/outpost/crew/canteen) +"xw" = ( +/obj/effect/turf_decal/industrial/hatch/yellow, +/obj/effect/turf_decal/corner/opaque/yellow/full, +/obj/effect/turf_decal/corner/opaque/yellow/diagonal, +/obj/item/radio/intercom/directional/south, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"xy" = ( +/obj/structure/table, +/turf/open/floor/plasteel/sepia, +/area/outpost/hallway/central) +"xA" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/machinery/light/built/directional/south, +/obj/item/wirerod, +/turf/open/floor/wood{ + icon_state = "wood-broken" + }, +/area/outpost/maintenance/aft) +"xC" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/plasteel, +/area/outpost/hallway/fore) +"xD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/wood{ + pixel_y = 3; + dir = 4; + pixel_x = -7 + }, +/turf/open/floor/plating/rust, +/area/outpost/maintenance/fore) +"xE" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/turf/open/floor/carpet/nanoweave, +/area/outpost/crew/canteen) +"xF" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_access_txt = "109" + }, +/turf/open/floor/plating, +/area/outpost/crew/library) +"xH" = ( +/obj/machinery/door/window/brigdoor/security, +/obj/structure/rack, +/obj/effect/decal/cleanable/insectguts{ + pixel_x = 13; + pixel_y = 5 + }, +/turf/open/floor/concrete/tiles, +/area/outpost/hallway/central) +"xI" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/sign/poster/retro/pdaancient{ + pixel_y = 32 + }, +/turf/open/floor/wood, +/area/outpost/crew/dorm) +"xK" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/concrete/slab_1, +/area/outpost/hallway/aft) +"xL" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/railing/wood{ + dir = 8 + }, +/obj/structure/sign/poster/contraband/missing_gloves{ + pixel_y = 32 + }, +/turf/open/floor/grass, +/area/outpost/hallway/fore) +"xM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/ammo_casing/spent{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/ammo_casing/spent{ + pixel_x = -2; + pixel_y = -6 + }, +/turf/open/floor/plating/rust, +/area/outpost/maintenance/fore) +"xO" = ( +/obj/structure/rack, +/obj/effect/decal/cleanable/wrapping{ + pixel_y = -2 + }, +/turf/open/floor/concrete/slab_1, +/area/outpost/hallway/central) +"xQ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/central) +"xR" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/carpet, +/area/outpost/crew/library) +"xT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/central) +"xU" = ( +/obj/structure/sign/poster/official/help_others, +/turf/closed/indestructible/reinforced, +/area/outpost/hallway/central) +"xV" = ( +/obj/machinery/light/dim/directional/south, +/obj/structure/closet/cardboard, +/obj/effect/spawner/lootdrop/maintenance/two, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"xW" = ( +/obj/effect/turf_decal/techfloor/orange{ + dir = 10 + }, +/obj/structure/table/reinforced{ + color = "#c1b6a5" + }, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/stock_parts/cell/high, +/turf/open/floor/plasteel/tech/grid, +/area/outpost/engineering) +"xY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating/rust, +/area/outpost/maintenance/fore) +"xZ" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/item/banner, +/turf/open/floor/concrete/tiles, +/area/outpost/crew/garden) +"yb" = ( +/obj/machinery/light/broken/directional/east, +/obj/item/light/tube/broken, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"yc" = ( +/obj/machinery/door/window/brigdoor/southright, +/obj/structure/sign/poster/contraband/starkist{ + pixel_x = -32 + }, +/turf/open/floor/plasteel/sepia, +/area/outpost/hallway/central) +"ye" = ( +/obj/effect/turf_decal/techfloor{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/transparent/lightgrey/line, +/obj/effect/turf_decal/industrial/warning, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/engineering/atmospherics) +"yh" = ( +/obj/structure/rack, +/turf/open/floor/concrete/slab_1, +/area/outpost/hallway/central) +"yi" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/wood, +/area/outpost/vacant_rooms/office) +"yj" = ( +/obj/structure/barricade/wooden/snowed, +/turf/open/floor/plating/asteroid/snow/airless, +/area/outpost/external) +"yl" = ( +/obj/structure/sink{ + pixel_y = 23 + }, +/obj/structure/mirror{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/kitchen_coldroom/freezerfloor, +/area/outpost/crew/canteen) +"ym" = ( +/obj/effect/turf_decal/trimline/opaque/beige/filled/corner, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"yn" = ( +/obj/effect/decal/cleanable/greenglow, +/turf/open/floor/plating, +/area/outpost/maintenance/aft) +"yo" = ( +/obj/effect/turf_decal/corner_techfloor_gray/diagonal{ + layer = 2.030 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"yp" = ( +/obj/item/wallframe/light_fixture{ + pixel_y = -5; + pixel_x = 5 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating/rust, +/area/outpost/maintenance/aft) +"yr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating/rust, +/area/outpost/maintenance/aft) +"ys" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"yy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood, +/area/outpost/operations) +"yA" = ( +/obj/structure/closet/secure_closet/ertCom, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/security/armory) +"yB" = ( +/obj/structure/table/wood, +/obj/machinery/jukebox/boombox{ + pixel_y = 5 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/item/storage/fancy/cigarettes/cigpack_robustgold{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/lighter{ + pixel_x = -1 + }, +/obj/item/clothing/mask/cigarette/dromedary{ + pixel_x = -5 + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/wood, +/area/outpost/crew/library) +"yD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/borderfloor{ + dir = 1 + }, +/obj/structure/window/reinforced/spawner/north, +/obj/item/screwdriver, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/outpost/maintenance/fore) +"yE" = ( +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/outpost/maintenance/aft) +"yF" = ( +/obj/structure/chair/comfy/black, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/light/directional/west, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/wood, +/area/outpost/vacant_rooms/office) +"yG" = ( +/obj/structure/table/reinforced, +/obj/item/flashlight/lamp{ + pixel_y = 10; + pixel_x = -7 + }, +/obj/item/paper_bin{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_y = 4; + pixel_x = 5 + }, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = -6; + pixel_y = -10 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/security) +"yI" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/chair/stool/bar{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/wood, +/area/outpost/crew/bar) +"yJ" = ( +/obj/item/kirbyplants{ + icon_state = "plant-09" + }, +/turf/open/floor/concrete/tiles, +/area/outpost/crew/lounge) +"yK" = ( +/obj/structure/stone_tile/block{ + dir = 4 + }, +/turf/open/floor/plasteel/cult, +/area/outpost/maintenance/fore) +"yL" = ( +/obj/machinery/door/airlock/grunge, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"yN" = ( +/obj/machinery/computer/cryopod/directional/north{ + pixel_y = -5 + }, +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/outpost/crew/cryo) +"yO" = ( +/obj/structure/table, +/obj/item/circuitboard/machine/vendor{ + pixel_y = 6; + pixel_x = 2 + }, +/obj/machinery/newscaster/directional/east, +/turf/open/floor/plasteel/sepia, +/area/outpost/hallway/central) +"yP" = ( +/obj/structure/bed{ + icon_state = "dirty_mattress" + }, +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plating{ + icon_state = "foam_plating" + }, +/area/outpost/maintenance/aft) +"yQ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/railing/wood{ + dir = 4 + }, +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/outpost/hallway/central) +"yV" = ( +/obj/structure/table/reinforced, +/obj/item/trash/plate{ + pixel_x = 7 + }, +/obj/item/trash/plate{ + pixel_x = 7; + pixel_y = 2 + }, +/obj/item/trash/plate{ + pixel_x = 7; + pixel_y = 4 + }, +/obj/item/trash/plate{ + pixel_x = 7; + pixel_y = 6 + }, +/turf/open/floor/plasteel/sepia, +/area/outpost/crew/canteen) +"yW" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/aft) +"yX" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/central) +"yZ" = ( +/obj/structure/urinal{ + pixel_y = 28 + }, +/turf/open/floor/plasteel/kitchen_coldroom/freezerfloor, +/area/outpost/crew/canteen) +"za" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/structure/railing/wood{ + dir = 4 + }, +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/outpost/hallway/central) +"zb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/crew/garden) +"ze" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/chair, +/obj/structure/sign/poster/official/high_class_martini{ + pixel_x = -32 + }, +/turf/open/floor/wood, +/area/outpost/crew/bar) +"zf" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/turf/open/floor/plasteel/dark, +/area/outpost/security) +"zi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/auto_name/directional/east, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"zj" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/carpet, +/area/outpost/crew/library) +"zl" = ( +/obj/effect/turf_decal/techfloor/orange{ + dir = 5 + }, +/obj/structure/closet/firecloset/wall{ + pixel_y = 28 + }, +/turf/open/floor/plasteel/tech/grid, +/area/outpost/engineering) +"zm" = ( +/obj/machinery/computer/security, +/obj/effect/turf_decal/trimline/opaque/red/filled/line, +/obj/effect/turf_decal/techfloor{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"zn" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel/kitchen_coldroom/freezerfloor, +/area/outpost/crew/library) +"zo" = ( +/obj/structure/table/reinforced, +/obj/item/storage/photo_album{ + pixel_y = 10; + pixel_x = 4 + }, +/obj/machinery/recharger{ + pixel_x = -5 + }, +/obj/machinery/recharger{ + pixel_x = 6 + }, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/plasteel/dark, +/area/outpost/security) +"zq" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/starboard) +"zs" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_x = 32 + }, +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plating/rust, +/area/outpost/maintenance/fore) +"zu" = ( +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"zv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"zy" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/patterned/grid, +/area/outpost/hallway/fore) +"zz" = ( +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/central) +"zB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/food/plant_smudge, +/turf/open/floor/plasteel/sepia, +/area/outpost/hallway/central) +"zD" = ( +/obj/effect/turf_decal/techfloor/orange{ + dir = 9 + }, +/obj/machinery/suit_storage_unit/inherit/industrial, +/obj/item/clothing/suit/space/engineer, +/obj/item/clothing/head/helmet/space/light/engineer, +/obj/effect/turf_decal/industrial/hatch/yellow, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/plasteel/tech/grid, +/area/outpost/engineering) +"zF" = ( +/obj/machinery/light/broken/directional/south, +/obj/structure/table/reinforced, +/obj/item/t_scanner{ + pixel_y = -1; + pixel_x = -5 + }, +/obj/item/stack/packageWrap, +/turf/open/floor/plating/rust, +/area/outpost/maintenance/fore) +"zG" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/obj/machinery/light/directional/west, +/obj/effect/decal/cleanable/vomit/old{ + pixel_x = 7; + pixel_y = -5 + }, +/turf/open/floor/plasteel/sepia, +/area/outpost/crew/canteen) +"zH" = ( +/obj/machinery/light/built/directional/east, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/garbage{ + pixel_y = 10; + pixel_x = -3 + }, +/turf/open/floor/plating/rust, +/area/outpost/maintenance/aft) +"zI" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/central) +"zK" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/item/toy/plush/moth, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"zL" = ( +/turf/open/floor/concrete/slab_3, +/area/outpost/crew/garden) +"zM" = ( +/obj/structure/bookcase/random/fiction, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/wood, +/area/outpost/vacant_rooms/office) +"zO" = ( +/obj/structure/flora/tree/palm{ + pixel_x = 16 + }, +/turf/open/floor/grass, +/area/outpost/crew/garden) +"zP" = ( +/obj/structure/closet/wall/red{ + dir = 8; + name = "Bartender's locker"; + pixel_x = 29 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/carpet/blue, +/area/outpost/hallway/central) +"zQ" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/obj/structure/grille/broken, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"zR" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/chair/pew/left{ + dir = 8 + }, +/turf/open/floor/grass, +/area/outpost/crew/lounge) +"zS" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/light/directional/north, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/turf/open/floor/plasteel/sepia, +/area/outpost/crew/canteen) +"zV" = ( +/obj/effect/turf_decal/techfloor{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/transparent/lightgrey/line, +/obj/effect/turf_decal/industrial/warning, +/obj/machinery/light/directional/south, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/engineering/atmospherics) +"zY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating/rust, +/area/outpost/maintenance/aft) +"zZ" = ( +/obj/effect/turf_decal/techfloor{ + dir = 9 + }, +/obj/machinery/computer/bounty, +/turf/open/floor/plasteel/tech, +/area/outpost/hallway/fore) +"Aa" = ( +/obj/effect/turf_decal/techfloor{ + dir = 4 + }, +/obj/machinery/computer/communications{ + dir = 8 + }, +/turf/open/floor/engine, +/area/outpost/crew/cryo) +"Ab" = ( +/turf/open/floor/plasteel/elevatorshaft, +/area/outpost/cargo) +"Ac" = ( +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating/dark, +/obj/effect/turf_decal/trimline/opaque/red/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/opaque/red/line, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/centcom{ + name = "Briefing Room"; + req_access_txt = "101" + }, +/turf/open/floor/plasteel/dark, +/area/outpost/security/armory) +"Ad" = ( +/turf/closed/mineral/random/snow, +/area/outpost/operations) +"Af" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"Ag" = ( +/obj/machinery/door/airlock{ + req_access_txt = "109" + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/concrete/slab_1, +/area/outpost/hallway/aft) +"Ai" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 10 + }, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 4 + }, +/obj/machinery/airalarm/directional/south, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/plasteel/rockvault, +/area/outpost/operations) +"Aj" = ( +/obj/structure/window/reinforced/spawner/east, +/obj/structure/filingcabinet/double, +/turf/open/floor/plasteel/dark, +/area/outpost/security) +"Ak" = ( +/obj/structure/flora/ausbushes/leafybush, +/obj/structure/railing/wood{ + layer = 3.1 + }, +/turf/open/floor/grass, +/area/outpost/hallway/central) +"Al" = ( +/obj/structure/table/wood, +/obj/effect/decal/cleanable/dirt, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = 10; + pixel_y = 13 + }, +/obj/effect/decal/cleanable/vomit/old{ + pixel_y = 8 + }, +/turf/open/floor/plasteel/sepia, +/area/outpost/crew/library) +"Am" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/outpost/crew/dorm) +"Ao" = ( +/obj/structure/rack, +/obj/effect/turf_decal/techfloor{ + dir = 4 + }, +/obj/structure/railing{ + dir = 2; + layer = 4.1 + }, +/obj/item/crowbar/power{ + pixel_y = 5 + }, +/obj/item/crowbar/power, +/obj/effect/turf_decal/spline/fancy/opaque/black{ + dir = 10 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/security/armory) +"Ap" = ( +/obj/structure/chair/plastic{ + dir = 4 + }, +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating/rust, +/area/outpost/maintenance/aft) +"As" = ( +/obj/machinery/computer/med_data, +/obj/effect/turf_decal/trimline/opaque/green/filled/line, +/obj/effect/turf_decal/techfloor{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"At" = ( +/obj/structure/fluff/hedge{ + icon_state = "hedge-4" + }, +/turf/open/floor/grass, +/area/outpost/hallway/fore) +"Au" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/outpost/crew/library) +"Ax" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/structure/railing/corner/wood, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/carpet, +/area/outpost/crew/library) +"Ay" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/effect/mapping_helpers/airlock/locked, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"Az" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/plasteel/rockvault, +/area/outpost/operations) +"AA" = ( +/turf/open/floor/plasteel/sepia, +/area/outpost/crew/canteen) +"AB" = ( +/turf/open/floor/plating/asteroid/snow/airless, +/area/outpost/external) +"AC" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/light/directional/north, +/turf/open/floor/grass, +/area/outpost/crew/lounge) +"AD" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/concrete/tiles, +/area/outpost/hallway/central) +"AE" = ( +/turf/open/floor/plasteel/elevatorshaft, +/area/outpost/hallway/fore) +"AF" = ( +/obj/structure/rack, +/obj/effect/turf_decal/box/corners{ + dir = 1 + }, +/obj/effect/turf_decal/box/corners{ + icon_state = "box_corners"; + dir = 8 + }, +/obj/effect/spawner/lootdrop/maintenance/two, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/concrete/slab_1, +/area/outpost/hallway/central) +"AK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/outpost/crew/canteen) +"AL" = ( +/obj/effect/landmark/outpost/elevator{ + shaft = "2" + }, +/turf/open/floor/plasteel/elevatorshaft, +/area/outpost/hallway/fore) +"AM" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/spline/fancy/opaque/black{ + dir = 4 + }, +/turf/open/floor/plasteel/stairs{ + icon = 'icons/obj/stairs.dmi' + }, +/area/outpost/hallway/fore) +"AN" = ( +/obj/structure/railing/wood{ + layer = 3.1; + dir = 6 + }, +/obj/structure/flora/ausbushes/sparsegrass{ + pixel_y = 9; + pixel_x = -9 + }, +/turf/open/floor/grass, +/area/outpost/hallway/central) +"AR" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/carpet/nanoweave, +/area/outpost/crew/canteen) +"AS" = ( +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/item/radio/intercom/directional/north{ + pixel_y = 20; + pixel_x = -3 + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/plasteel/mono/dark, +/area/outpost/cargo) +"AT" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/wood, +/area/outpost/crew/library) +"AV" = ( +/obj/structure/catwalk/over/plated_catwalk, +/obj/structure/fence/door, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"AW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/industrial/warning, +/obj/structure/sign/poster/official/random{ + pixel_y = -32 + }, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"Bb" = ( +/obj/effect/turf_decal/siding/white{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel/patterned/grid, +/area/outpost/hallway/fore) +"Bc" = ( +/obj/effect/turf_decal/industrial/warning, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/newscaster/directional/north{ + pixel_y = 33 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"Bf" = ( +/obj/effect/spawner/structure/window/reinforced/indestructable, +/turf/open/floor/plating, +/area/outpost/external) +"Bi" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/carpet/nanoweave, +/area/outpost/vacant_rooms) +"Bj" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/beer{ + pixel_x = -11; + pixel_y = 12 + }, +/obj/item/reagent_containers/food/drinks/beer{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/item/toy/cards/deck{ + pixel_y = 2; + pixel_x = -5 + }, +/turf/open/floor/wood, +/area/outpost/crew/bar) +"Bm" = ( +/obj/structure/table/wood/reinforced, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/item/paper{ + pixel_x = 3; + pixel_y = 7 + }, +/obj/item/pen/charcoal{ + pixel_y = 8 + }, +/turf/open/floor/carpet/nanoweave, +/area/outpost/vacant_rooms) +"Br" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/food/flour, +/obj/structure/chair/sofa/right, +/obj/item/toy/figure/botanist{ + pixel_x = 2 + }, +/obj/item/toy/figure/clown{ + pixel_x = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/outpost/maintenance/aft) +"Bs" = ( +/obj/structure/closet/crate/bin, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/generic, +/obj/item/toy/foamblade, +/obj/item/trash/can, +/obj/item/trash/pistachios{ + pixel_x = -3 + }, +/turf/open/floor/plating, +/area/outpost/maintenance/aft) +"Bu" = ( +/obj/effect/turf_decal/techfloor{ + dir = 4 + }, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 1 + }, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 8 + }, +/turf/open/floor/plasteel/telecomms_floor, +/area/outpost/crew/cryo) +"Bw" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/robot_debris, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/wood/walnut, +/area/outpost/crew/bar) +"Bx" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/crew/garden) +"By" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plating/asteroid/icerock/cracked, +/area/outpost/maintenance/fore) +"Bz" = ( +/obj/structure/table/wood, +/obj/machinery/recharger, +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"BA" = ( +/obj/machinery/light/directional/west, +/turf/open/floor/plasteel/showroomfloor, +/area/outpost/crew/canteen) +"BB" = ( +/obj/structure/stone_tile{ + dir = 8 + }, +/turf/open/floor/plasteel/cult, +/area/outpost/maintenance/fore) +"BC" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/carpet/nanoweave, +/area/outpost/hallway/central) +"BD" = ( +/obj/effect/turf_decal/techfloor{ + dir = 9 + }, +/obj/machinery/light/directional/west, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/tech, +/area/outpost/engineering) +"BE" = ( +/obj/machinery/light/directional/west, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel/rockvault, +/area/outpost/operations) +"BF" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/sink/kitchen{ + dir = 4; + pixel_x = -12 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/wrapping, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/concrete/tiles, +/area/outpost/crew/library) +"BG" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/central) +"BH" = ( +/obj/effect/turf_decal/atmos/nitrous_oxide, +/turf/open/floor/engine/n2o, +/area/outpost/engineering/atmospherics) +"BI" = ( +/obj/machinery/door/window/brigdoor/southright, +/obj/structure/rack, +/obj/effect/spawner/lootdrop/glowstick, +/turf/open/floor/concrete/tiles, +/area/outpost/hallway/central) +"BJ" = ( +/obj/structure/noticeboard{ + pixel_y = 31 + }, +/obj/item/storage/box/matches, +/obj/item/grown/log{ + pixel_x = 7; + pixel_y = 14 + }, +/obj/item/grown/log{ + pixel_x = 7; + pixel_y = 14 + }, +/turf/open/floor/plasteel/sepia, +/area/outpost/vacant_rooms/office) +"BL" = ( +/obj/effect/turf_decal/spline/fancy/opaque/black{ + dir = 4 + }, +/obj/effect/turf_decal/spline/fancy/opaque/black{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/tech, +/area/outpost/crew/cryo) +"BN" = ( +/obj/structure/girder/reinforced, +/obj/effect/decal/cleanable/molten_object/large{ + pixel_x = -13; + pixel_y = -3 + }, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"BQ" = ( +/obj/effect/turf_decal/techfloor{ + dir = 1 + }, +/obj/effect/overlay/holoray, +/turf/open/floor/plasteel/tech, +/area/outpost/crew/cryo) +"BR" = ( +/obj/effect/turf_decal/corner_techfloor_gray/diagonal{ + layer = 2.030 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"BS" = ( +/obj/structure/urinal{ + pixel_y = 33 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/chem_pile, +/obj/effect/decal/cleanable/oil/streak, +/turf/open/floor/plating/foam, +/area/outpost/maintenance/aft) +"BT" = ( +/turf/open/floor/plasteel/sepia, +/area/outpost/crew/library) +"BV" = ( +/obj/structure/catwalk/over/plated_catwalk, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating/rust, +/area/outpost/maintenance/fore) +"BX" = ( +/obj/machinery/light/small/broken/directional/west, +/obj/structure/catwalk/over/plated_catwalk, +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/turf/open/floor/plating, +/area/outpost/maintenance/aft) +"BY" = ( +/turf/open/floor/grass, +/area/outpost/crew/lounge) +"Ca" = ( +/obj/structure/railing/wood{ + layer = 3.1; + dir = 4 + }, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/fernybush, +/turf/open/floor/grass, +/area/outpost/hallway/aft) +"Cc" = ( +/obj/structure/table/reinforced{ + color = "#c1b6a5" + }, +/obj/machinery/firealarm/directional/east, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/plasteel/dark, +/area/outpost/crew/cryo) +"Cd" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/concrete/tiles, +/area/outpost/hallway/central) +"Ce" = ( +/obj/machinery/light/directional/east, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 + }, +/turf/open/floor/plasteel/rockvault, +/area/outpost/operations) +"Ci" = ( +/obj/structure/showcase/perfect_employee, +/obj/effect/turf_decal/box/corners{ + dir = 8 + }, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"Cj" = ( +/obj/structure/girder, +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/rust, +/area/outpost/maintenance/fore) +"Ck" = ( +/obj/structure/catwalk/over/plated_catwalk, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plating, +/area/outpost/engineering/atmospherics) +"Cl" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/carpet/green, +/area/outpost/hallway/aft) +"Cn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/trash/pistachios, +/turf/open/floor/engine, +/area/outpost/maintenance/fore) +"Co" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/central) +"Cp" = ( +/obj/effect/turf_decal/techfloor{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel/tech, +/area/outpost/engineering) +"Cs" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 9 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/turf/open/floor/plasteel/rockvault, +/area/outpost/operations) +"Cv" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/spline/fancy/opaque/black{ + dir = 4 + }, +/obj/machinery/airalarm/directional/west, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel/stairs{ + dir = 1 + }, +/area/outpost/operations) +"Cw" = ( +/obj/structure/chair/sofa/left, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/machinery/light/directional/north, +/turf/open/floor/wood, +/area/outpost/crew/library) +"Cy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/rockvault, +/area/outpost/operations) +"CA" = ( +/obj/structure/table/wood, +/obj/machinery/computer/med_data/laptop{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/outpost/crew/canteen) +"CC" = ( +/obj/effect/turf_decal/techfloor/orange{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/tech/grid, +/area/outpost/engineering) +"CD" = ( +/obj/structure/catwalk/over/plated_catwalk, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"CE" = ( +/obj/effect/turf_decal/techfloor{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/transparent/lightgrey/line, +/obj/effect/turf_decal/industrial/warning, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/engineering/atmospherics) +"CF" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/outpost/maintenance/aft) +"CG" = ( +/obj/effect/landmark/outpost/elevator{ + shaft = "1" + }, +/turf/open/floor/plasteel/elevatorshaft, +/area/outpost/hallway/fore) +"CH" = ( +/obj/machinery/chem_master/condimaster, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/greenglow, +/obj/structure/sign/poster/retro/smile{ + pixel_y = -32 + }, +/turf/open/floor/plasteel/kitchen_coldroom/freezerfloor, +/area/outpost/crew/library) +"CJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/girder/displaced, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"CK" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/computer/crew, +/turf/open/floor/plasteel/dark, +/area/outpost/crew/cryo) +"CL" = ( +/obj/machinery/door/poddoor/shutters/indestructible{ + name = "Showcase Storage" + }, +/obj/structure/barricade/wooden/crude{ + layer = 3.13 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"CN" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/concrete/slab_1, +/area/outpost/hallway/aft) +"CQ" = ( +/obj/structure/flora/grass/both, +/turf/open/floor/grass/snow/safe, +/area/outpost/hallway/starboard) +"CU" = ( +/obj/effect/turf_decal/trimline/opaque/beige/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/industrial/loading{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"CV" = ( +/obj/structure/grille, +/obj/structure/railing{ + dir = 4; + layer = 4.1 + }, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"CW" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/central) +"CZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/oil{ + icon_state = "streak5" + }, +/obj/effect/decal/cleanable/robot_debris{ + pixel_y = 1 + }, +/obj/effect/decal/cleanable/robot_debris/limb{ + pixel_y = 4; + pixel_x = -4 + }, +/obj/effect/decal/cleanable/robot_debris/gib{ + icon_state = "peaceborg-noir" + }, +/obj/effect/decal/cleanable/oil{ + icon_state = "floor6"; + pixel_y = 14; + pixel_x = -16 + }, +/obj/effect/decal/cleanable/oil{ + icon_state = "streak4"; + pixel_x = -13; + pixel_y = -11 + }, +/obj/effect/decal/cleanable/ash/large{ + pixel_x = 5; + pixel_y = -1 + }, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"Db" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/light/directional/west, +/turf/open/floor/carpet, +/area/outpost/crew/library) +"Df" = ( +/obj/effect/turf_decal/trimline/opaque/beige/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"Dg" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/carpet/green, +/area/outpost/hallway/aft) +"Dh" = ( +/obj/structure/catwalk/over/plated_catwalk, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating/rust, +/area/outpost/maintenance/fore) +"Di" = ( +/turf/open/floor/engine/n2o, +/area/outpost/engineering/atmospherics) +"Dk" = ( +/obj/machinery/vending/coffee, +/obj/effect/decal/cleanable/robot_debris, +/turf/open/floor/concrete/slab_1, +/area/outpost/hallway/central) +"Dl" = ( +/obj/machinery/computer/card, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"Dm" = ( +/obj/structure/railing{ + dir = 2; + layer = 4.1 + }, +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/structure/reagent_dispensers, +/turf/open/floor/plasteel/tech, +/area/outpost/engineering) +"Dp" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/central) +"Ds" = ( +/obj/structure/rack, +/obj/effect/turf_decal/box/corners{ + icon_state = "box_corners"; + dir = 8 + }, +/obj/effect/turf_decal/box/corners, +/obj/item/storage/pill_bottle/floorpill/full{ + pixel_x = -8 + }, +/turf/open/floor/concrete/slab_1, +/area/outpost/hallway/central) +"Dt" = ( +/obj/machinery/power/floodlight, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/outpost/maintenance/aft) +"Du" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/obj/effect/turf_decal/techfloor{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/security) +"Dw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/borderfloor, +/obj/structure/window/reinforced/spawner, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"Dy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair{ + dir = 4; + pixel_x = -8 + }, +/turf/open/floor/plating/rust, +/area/outpost/maintenance/aft) +"DD" = ( +/obj/effect/decal/cleanable/glass{ + pixel_y = -10 + }, +/turf/open/floor/plating/airless, +/area/outpost/maintenance/fore) +"DE" = ( +/obj/structure/flora/rock/icy, +/turf/open/floor/plating/ice/smooth, +/area/outpost/hallway/starboard) +"DF" = ( +/obj/item/kirbyplants/random, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"DH" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/table_frame/wood, +/obj/structure/fluff/paper/stack, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/outpost/maintenance/aft) +"DJ" = ( +/obj/structure/rack, +/obj/effect/turf_decal/box/corners{ + icon_state = "box_corners"; + dir = 8 + }, +/obj/effect/turf_decal/box/corners, +/turf/open/floor/concrete/slab_1, +/area/outpost/hallway/central) +"DL" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/sign/poster/contraband/ambrosia_vulgaris{ + pixel_x = -32 + }, +/turf/open/floor/carpet/nanoweave, +/area/outpost/crew/canteen) +"DM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"DO" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/condiment/enzyme{ + pixel_x = -2; + pixel_y = 6 + }, +/obj/item/reagent_containers/glass/beaker, +/obj/machinery/firealarm/directional/south, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/plasteel/kitchen_coldroom/freezerfloor, +/area/outpost/crew/library) +"DP" = ( +/obj/machinery/computer/crew, +/turf/open/floor/plasteel/dark, +/area/outpost/crew/cryo) +"DR" = ( +/obj/effect/turf_decal/techfloor{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/tech, +/area/outpost/engineering) +"DS" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/crew/bar) +"DU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/carpet/blue, +/area/outpost/hallway/central) +"DV" = ( +/obj/structure/table/wood, +/obj/machinery/computer/med_data/laptop{ + dir = 4; + pixel_x = -1; + pixel_y = 3 + }, +/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"DY" = ( +/obj/structure/railing, +/obj/machinery/light/directional/south, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"DZ" = ( +/obj/machinery/vending/snack, +/turf/open/floor/plasteel, +/area/outpost/hallway/fore) +"Eb" = ( +/obj/machinery/door/airlock/wood/glass, +/turf/open/floor/wood, +/area/outpost/vacant_rooms/office) +"Ec" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/outpost/hallway/central) +"Ed" = ( +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 8 + }, +/turf/open/floor/grass, +/area/outpost/crew/garden) +"Ee" = ( +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"Ef" = ( +/obj/structure/table/reinforced, +/obj/item/flashlight/lamp{ + pixel_x = -2; + pixel_y = 12 + }, +/obj/item/export_scanner{ + pixel_x = -3; + pixel_y = -10 + }, +/obj/item/toy/figure/qm{ + pixel_x = -9; + pixel_y = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo/office) +"Eg" = ( +/obj/effect/turf_decal/techfloor{ + dir = 8 + }, +/obj/effect/decal/cleanable/plasma, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/engineering/atmospherics) +"Eh" = ( +/obj/effect/turf_decal/siding/wood, +/obj/item/kirbyplants{ + icon_state = "plant-03" + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/carpet, +/area/outpost/crew/library) +"Ei" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance_hatch{ + req_access_txt = "109" + }, +/turf/open/floor/plasteel/tech, +/area/outpost/maintenance/fore) +"El" = ( +/turf/open/floor/plasteel/showroomfloor, +/area/outpost/hallway/central) +"Em" = ( +/obj/machinery/door/airlock{ + req_access_txt = "109" + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/concrete/slab_1, +/area/outpost/crew/library) +"En" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/outpost/security) +"Ep" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/chair/stool/bar{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/wood, +/area/outpost/crew/bar) +"Eq" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/engine, +/area/outpost/crew/cryo) +"Es" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/wood, +/area/outpost/crew/library) +"Et" = ( +/obj/effect/turf_decal/techfloor{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/engineering/atmospherics) +"Ev" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/central) +"Ew" = ( +/obj/structure/flora/grass/jungle, +/turf/open/floor/grass, +/area/outpost/crew/garden) +"Ex" = ( +/turf/open/floor/plating/ice/smooth, +/area/outpost/hallway/fore) +"Ey" = ( +/obj/structure/bookcase/random/fiction, +/obj/item/radio/intercom/directional/west, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/wood, +/area/outpost/vacant_rooms/office) +"Ez" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/tomatojuice{ + pixel_y = 2 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = 10; + pixel_y = 6 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = -8; + pixel_y = 3 + }, +/obj/effect/decal/cleanable/food/tomato_smudge{ + pixel_y = -6 + }, +/obj/structure/sign/painting/library{ + pixel_y = 32 + }, +/turf/open/floor/wood, +/area/outpost/crew/bar) +"EA" = ( +/obj/machinery/cryopod{ + dir = 4 + }, +/turf/open/floor/plasteel/telecomms_floor, +/area/outpost/crew/cryo) +"EB" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/fluff/divine/nexus, +/turf/open/floor/concrete/tiles, +/area/outpost/crew/lounge) +"EC" = ( +/obj/effect/turf_decal/industrial/traffic{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"EE" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 6 + }, +/obj/machinery/recharger{ + pixel_x = -5 + }, +/obj/machinery/recharger{ + pixel_x = 6 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/security/armory) +"EF" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/starboard) +"EH" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/tiles, +/area/outpost/hallway/central) +"EJ" = ( +/obj/structure/chair/pew/left{ + dir = 8 + }, +/turf/open/floor/grass, +/area/outpost/crew/lounge) +"EM" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/structure/railing/corner/wood{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/carpet, +/area/outpost/crew/library) +"EN" = ( +/obj/structure/lattice, +/turf/open/space/basic, +/area/outpost/external) +"EO" = ( +/obj/effect/turf_decal/techfloor{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/power/terminal{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel/tech, +/area/outpost/engineering) +"EP" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/sepia, +/area/outpost/hallway/central) +"EU" = ( +/obj/structure/filingcabinet, +/obj/structure/filingcabinet{ + pixel_x = 11 + }, +/obj/structure/filingcabinet{ + pixel_x = -11 + }, +/obj/structure/noticeboard{ + pixel_y = 31 + }, +/obj/effect/turf_decal/siding/wood/end{ + dir = 1 + }, +/turf/open/floor/carpet/red, +/area/outpost/vacant_rooms) +"EV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/fore) +"EW" = ( +/obj/effect/turf_decal/siding/wideplating/dark, +/obj/effect/turf_decal/trimline/opaque/red/line, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/security) +"EY" = ( +/obj/effect/turf_decal/box/corners, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine, +/area/outpost/maintenance/fore) +"EZ" = ( +/obj/structure/closet/crate/solarpanel_small, +/turf/open/floor/plating, +/area/outpost/maintenance/aft) +"Fd" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/structure/fluff/hedge, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/central) +"Fe" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/closed/indestructible/reinforced, +/area/outpost/maintenance/aft) +"Ff" = ( +/obj/structure/rack, +/obj/machinery/light/directional/east, +/turf/open/floor/concrete/slab_1, +/area/outpost/hallway/central) +"Fi" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/concrete/tiles, +/area/outpost/hallway/aft) +"Fm" = ( +/obj/effect/turf_decal/techfloor/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/crew/cryo) +"Fn" = ( +/obj/item/stack/sheet/mineral/wood{ + pixel_x = 9; + pixel_y = 6 + }, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/outpost/maintenance/aft) +"Fo" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/plasteel/sepia, +/area/outpost/crew/canteen) +"Fp" = ( +/obj/effect/turf_decal/techfloor/orange, +/obj/structure/railing{ + dir = 2; + layer = 4.1 + }, +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/turf/open/floor/plasteel/tech, +/area/outpost/engineering/atmospherics) +"Fq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/stairs{ + barefootstep = "woodbarefoot"; + color = "#A47449"; + footstep = "wood"; + dir = 4 + }, +/area/outpost/hallway/central) +"Fs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/bag/tray/cafeteria{ + pixel_x = 5; + pixel_y = -4 + }, +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"Ft" = ( +/turf/open/floor/plating/asteroid/icerock, +/area/outpost/external) +"Fu" = ( +/obj/structure/table/reinforced{ + color = "#c1b6a5" + }, +/turf/open/floor/plasteel/dark, +/area/outpost/crew/cryo) +"Fw" = ( +/obj/effect/turf_decal/siding/wood, +/obj/item/kirbyplants{ + icon_state = "plant-10" + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/carpet, +/area/outpost/crew/library) +"Fx" = ( +/obj/effect/turf_decal/corner_techfloor_gray/diagonal{ + layer = 2.030 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"Fy" = ( +/obj/effect/turf_decal/techfloor/orange, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/tech/grid, +/area/outpost/engineering) +"Fz" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/carpet, +/area/outpost/crew/library) +"FA" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/carpet/green, +/area/outpost/hallway/aft) +"FB" = ( +/obj/effect/turf_decal/number/nine, +/turf/open/floor/plasteel/elevatorshaft, +/area/outpost/crew/library) +"FC" = ( +/obj/machinery/light/directional/west, +/turf/open/floor/plasteel, +/area/outpost/crew/canteen) +"FD" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = 32 + }, +/obj/structure/chair, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/hallway/fore) +"FG" = ( +/obj/machinery/telecomms/allinone{ + intercept = 1 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/engine, +/area/outpost/crew/cryo) +"FL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/industrial/caution{ + pixel_y = 6 + }, +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/outpost/maintenance/fore) +"FM" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/light/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/grass, +/area/outpost/crew/lounge) +"FN" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/light/directional/south, +/turf/open/floor/concrete/tiles, +/area/outpost/crew/garden) +"FQ" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/carpet/green, +/area/outpost/hallway/aft) +"FR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/plasma, +/obj/item/banner/command/mundane, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"FT" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/carpet/red, +/area/outpost/vacant_rooms/office) +"FU" = ( +/turf/closed/indestructible/reinforced, +/area/outpost/security/armory) +"FV" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/rockvault, +/area/outpost/operations) +"Gb" = ( +/turf/closed/mineral/random/snow, +/area/outpost/crew/canteen) +"Gc" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/central) +"Gd" = ( +/obj/structure/bookcase/random/fiction, +/turf/open/floor/wood, +/area/outpost/vacant_rooms/office) +"Ge" = ( +/obj/structure/window/reinforced/spawner, +/obj/effect/turf_decal/industrial/warning{ + dir = 1; + color = "#808080" + }, +/turf/open/floor/plasteel/dark, +/area/outpost/security) +"Gg" = ( +/obj/effect/turf_decal/number/eight, +/turf/open/floor/plasteel/elevatorshaft, +/area/outpost/cargo) +"Gh" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_access_txt = "109" + }, +/turf/open/floor/plating, +/area/outpost/crew/lounge) +"Gi" = ( +/obj/structure/closet/wall{ + name = "Storage Locker"; + pixel_y = -28; + dir = 1 + }, +/turf/open/floor/carpet/green, +/area/outpost/hallway/central) +"Gj" = ( +/obj/structure/table/optable, +/obj/machinery/defibrillator_mount/loaded{ + pixel_y = 24 + }, +/obj/effect/turf_decal/corner/opaque/blue/full, +/obj/effect/turf_decal/techfloor{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/outpost/medical) +"Gk" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/concrete/tiles, +/area/outpost/hallway/central) +"Gm" = ( +/obj/machinery/computer/monitor{ + dir = 1 + }, +/obj/structure/railing, +/obj/effect/turf_decal/spline/fancy/opaque/black, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"Gn" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/item/radio/intercom/directional/north{ + pixel_y = 20 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/crew/garden) +"Gq" = ( +/obj/machinery/door/poddoor/multi_tile/three_tile_hor, +/turf/closed/indestructible/reinforced, +/area/outpost/maintenance/fore) +"Gr" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/structure/sign/poster/contraband/space_cola{ + pixel_x = -32; + pixel_y = 32 + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/central) +"Gs" = ( +/obj/machinery/door/window/brigdoor/westright, +/obj/machinery/door/window/brigdoor/westright{ + dir = 4 + }, +/obj/structure/fans/tiny, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel/tech/grid, +/area/outpost/operations) +"Gt" = ( +/obj/structure/railing/corner/wood, +/obj/structure/railing/corner/wood{ + pixel_y = 26 + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/outpost/crew/dorm) +"Gu" = ( +/obj/effect/turf_decal/techfloor/corner, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 1 + }, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 8 + }, +/turf/open/floor/plasteel/telecomms_floor, +/area/outpost/crew/cryo) +"Gv" = ( +/obj/item/toy/snowball{ + pixel_x = -7; + pixel_y = -10 + }, +/obj/item/toy/snowball{ + pixel_x = 1; + pixel_y = -10 + }, +/obj/item/toy/snowball{ + pixel_x = 9; + pixel_y = -10 + }, +/obj/item/toy/snowball{ + pixel_x = 4; + pixel_y = -2 + }, +/obj/item/toy/snowball{ + pixel_x = -3; + pixel_y = -2 + }, +/obj/item/toy/snowball{ + pixel_y = 5; + pixel_x = 1 + }, +/obj/effect/turf_decal/weather/snow/corner{ + dir = 10 + }, +/turf/open/floor/plating/asteroid/snow/under/lit, +/area/outpost/external) +"Gw" = ( +/obj/effect/turf_decal/techfloor, +/obj/item/radio/intercom/directional/north{ + pixel_y = 20; + pixel_x = -3 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/crew/cryo) +"Gx" = ( +/turf/open/floor/plating, +/area/outpost/hallway/fore) +"Gy" = ( +/obj/structure/railing/wood{ + layer = 3.1 + }, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/open/floor/grass, +/area/outpost/hallway/central) +"Gz" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/broken/directional/north, +/obj/structure/catwalk/over/plated_catwalk, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating/rust, +/area/outpost/maintenance/aft) +"GA" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/machinery/vending/clothing, +/obj/machinery/newscaster/directional/north{ + pixel_y = 33 + }, +/turf/open/floor/wood, +/area/outpost/crew/dorm) +"GB" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/concrete/slab_2, +/area/outpost/hallway/central) +"GC" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/sepia, +/area/outpost/crew/canteen) +"GD" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/effect/turf_decal/box/corners{ + dir = 1 + }, +/obj/effect/turf_decal/box/corners{ + dir = 4 + }, +/turf/open/floor/plasteel/patterned/ridged, +/area/outpost/crew/library) +"GE" = ( +/obj/structure/window/reinforced/spawner/east, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/crew/cryo) +"GG" = ( +/obj/structure/chair/sofa{ + dir = 1 + }, +/obj/effect/decal/cleanable/vomit/old{ + pixel_y = 7 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/plasteel/sepia, +/area/outpost/crew/canteen) +"GH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/showcase/mecha/marauder, +/obj/effect/turf_decal/box/corners{ + dir = 4; + icon_state = "box_corners" + }, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"GI" = ( +/obj/effect/turf_decal/siding/wideplating/dark, +/obj/effect/turf_decal/trimline/opaque/red/line, +/obj/machinery/airalarm/directional/south, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/security) +"GJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/rockvault, +/area/outpost/operations) +"GK" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/airalarm/directional/north, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"GL" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/turf/open/floor/plasteel/tech, +/area/outpost/hallway/starboard) +"GN" = ( +/obj/effect/turf_decal/trimline/opaque/purple/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"GO" = ( +/obj/structure/showcase/cyborg/old, +/obj/effect/turf_decal/box/corners, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/outpost/maintenance/fore) +"GQ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/stairs{ + icon = 'icons/obj/stairs.dmi'; + dir = 1 + }, +/area/outpost/engineering) +"GR" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/carpet/red, +/area/outpost/vacant_rooms/office) +"GS" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/outpost/crew/bar) +"GT" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/firealarm/directional/south, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/central) +"GU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/carpet/green, +/area/outpost/hallway/aft) +"GW" = ( +/obj/structure/toilet{ + dir = 4; + pixel_x = -1; + pixel_y = 5 + }, +/obj/structure/curtain/bounty, +/turf/open/floor/plating/catwalk_floor, +/area/outpost/security) +"GY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/broken/directional/south, +/obj/structure/bed{ + icon_state = "dirty_mattress" + }, +/obj/item/storage/pill_bottle/happy{ + pixel_y = -11; + pixel_x = -13 + }, +/turf/open/floor/plating/rust, +/area/outpost/maintenance/fore) +"Hb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/stairs{ + dir = 1 + }, +/area/outpost/cargo) +"Hh" = ( +/obj/machinery/chem_master/condimaster, +/obj/effect/turf_decal/industrial/warning{ + dir = 2; + color = "#808080" + }, +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel, +/area/outpost/crew/canteen) +"Hi" = ( +/obj/structure/catwalk/over/plated_catwalk, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/east, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"Hj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/fore) +"Hk" = ( +/obj/effect/turf_decal/borderfloor, +/obj/structure/window/reinforced/spawner, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"Ho" = ( +/obj/structure/table/wood/reinforced, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/item/storage/fancy/donut_box{ + pixel_y = 6 + }, +/turf/open/floor/carpet/nanoweave, +/area/outpost/vacant_rooms) +"Hp" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/decal/cleanable/robot_debris, +/obj/machinery/newscaster/directional/east, +/turf/open/floor/wood, +/area/outpost/crew/library) +"Hq" = ( +/obj/machinery/airalarm/directional/east, +/turf/open/floor/plasteel/showroomfloor, +/area/outpost/crew/canteen) +"Hs" = ( +/obj/machinery/vending/cart{ + req_access_txt = "57" + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"Hu" = ( +/obj/machinery/door/airlock/highsecurity{ + req_access_txt = "109" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/tech, +/area/outpost/crew/cryo) +"Hv" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/turf/open/floor/concrete/slab_3, +/area/outpost/crew/garden) +"Hx" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/railing/wood, +/turf/open/floor/grass, +/area/outpost/hallway/fore) +"Hy" = ( +/obj/machinery/portable_atmospherics/scrubber, +/obj/effect/decal/cleanable/glass, +/obj/effect/turf_decal/box, +/turf/open/floor/plating, +/area/outpost/maintenance/aft) +"HA" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/light/directional/south, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/central) +"HC" = ( +/obj/machinery/light/directional/east, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/rockvault, +/area/outpost/operations) +"HD" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"HE" = ( +/turf/open/floor/plasteel/stairs{ + icon = 'icons/obj/stairs.dmi'; + dir = 8 + }, +/area/outpost/engineering/atmospherics) +"HF" = ( +/obj/machinery/computer/card, +/obj/effect/turf_decal/trimline/opaque/green/filled/line, +/obj/effect/turf_decal/techfloor{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"HG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/outpost/maintenance/fore) +"HH" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/obj/effect/turf_decal/number/three, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/hallway/fore) +"HI" = ( +/obj/effect/turf_decal/techfloor{ + dir = 5 + }, +/turf/open/floor/plasteel/telecomms_floor, +/area/outpost/crew/cryo) +"HJ" = ( +/obj/machinery/firealarm/directional/east, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/plasteel/sepia, +/area/outpost/crew/canteen) +"HL" = ( +/obj/effect/turf_decal/techfloor/orange/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/tech/grid, +/area/outpost/engineering) +"HM" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"HO" = ( +/obj/machinery/door/window/brigdoor/eastleft{ + dir = 8 + }, +/obj/effect/turf_decal/spline/fancy/opaque/black, +/obj/effect/turf_decal/spline/fancy/opaque/black{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/crew/cryo) +"HS" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/item/toy/plush/beeplushie, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"HT" = ( +/obj/effect/turf_decal/techfloor/corner{ + dir = 8 + }, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 4 + }, +/obj/effect/turf_decal/steeldecal/steel_decals10, +/turf/open/floor/plasteel/telecomms_floor, +/area/outpost/crew/cryo) +"HW" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/structure/sign/poster/retro/radio{ + pixel_x = 32 + }, +/obj/item/radio/intercom/directional/north{ + pixel_y = 20 + }, +/turf/open/floor/wood, +/area/outpost/crew/library) +"HY" = ( +/turf/open/floor/plating/asteroid/icerock/cracked, +/area/outpost/external) +"HZ" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 6 + }, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/rockvault, +/area/outpost/operations) +"Ia" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/rockvault, +/area/outpost/operations) +"Ib" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/light/directional/west, +/turf/open/floor/carpet/nanoweave, +/area/outpost/hallway/central) +"Ie" = ( +/obj/structure/railing, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"If" = ( +/obj/structure/rack, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/box/corners{ + dir = 1 + }, +/obj/effect/turf_decal/box/corners{ + dir = 4 + }, +/turf/open/floor/concrete/slab_1, +/area/outpost/hallway/central) +"Ig" = ( +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 5 + }, +/obj/machinery/smartfridge/bloodbank/preloaded, +/obj/effect/turf_decal/corner/opaque/blue/full, +/obj/effect/turf_decal/techfloor{ + dir = 1 + }, +/obj/item/radio/intercom/directional/north{ + pixel_y = 20; + pixel_x = -3 + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/plasteel/white, +/area/outpost/medical) +"Ih" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/radio/intercom/directional/north{ + pixel_y = 20 + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/central) +"Ij" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/central) +"Ik" = ( +/obj/structure/railing, +/obj/effect/turf_decal/spline/fancy/opaque/black, +/obj/effect/turf_decal/corner_steel_grid{ + dir = 10 + }, +/turf/open/floor/plasteel/patterned/grid, +/area/outpost/hallway/fore) +"Il" = ( +/obj/structure/alien/weeds, +/obj/structure/alien/resin/wall, +/turf/open/floor/plating/rust, +/area/outpost/maintenance/fore) +"In" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/curtain{ + color = "#363636" + }, +/turf/open/floor/wood, +/area/outpost/crew/dorm) +"Io" = ( +/obj/machinery/door/airlock/public/glass, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/fore) +"Iq" = ( +/obj/structure/table/wood, +/obj/item/trash/plate{ + pixel_x = 1; + pixel_y = -3 + }, +/obj/item/reagent_containers/food/snacks/meatbun, +/obj/item/reagent_containers/food/drinks/soda_cans/lemon_lime{ + pixel_y = 12; + pixel_x = -8 + }, +/obj/structure/sign/poster/contraband/eat{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/sepia, +/area/outpost/crew/canteen) +"It" = ( +/turf/closed/indestructible/reinforced, +/area/outpost/vacant_rooms/office) +"Iu" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/tech/grid, +/area/outpost/engineering) +"Iv" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/carpet/nanoweave, +/area/outpost/hallway/central) +"Iy" = ( +/obj/structure/window/reinforced/spawner/west, +/obj/machinery/computer/med_data, +/turf/open/floor/plasteel/dark, +/area/outpost/crew/cryo) +"Iz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/central) +"IB" = ( +/obj/machinery/space_heater, +/obj/structure/railing{ + layer = 3.1 + }, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/turf_decal/box, +/turf/open/floor/plating, +/area/outpost/maintenance/aft) +"IC" = ( +/obj/effect/turf_decal/techfloor{ + dir = 4 + }, +/turf/open/floor/engine, +/area/outpost/crew/cryo) +"IE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/taperecorder{ + pixel_y = -5; + pixel_x = 10 + }, +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"IF" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood, +/area/outpost/crew/bar) +"IH" = ( +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"II" = ( +/obj/effect/turf_decal/techfloor, +/obj/effect/turf_decal/trimline/transparent/lightgrey/line{ + dir = 1 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/item/radio/intercom/directional/north{ + pixel_y = 20 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/engineering/atmospherics) +"IJ" = ( +/turf/open/floor/plasteel, +/area/outpost/crew/canteen) +"IL" = ( +/obj/structure/bed, +/obj/structure/curtain/cloth/grey, +/obj/item/bedsheet/brown, +/turf/open/floor/carpet, +/area/outpost/crew/dorm) +"IM" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/rockvault, +/area/outpost/operations) +"IN" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/plasteel, +/area/outpost/operations) +"IP" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/starboard) +"IR" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"IS" = ( +/obj/effect/turf_decal/techfloor{ + dir = 4 + }, +/obj/effect/overlay/holoray, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/plasteel/tech, +/area/outpost/crew/cryo) +"IW" = ( +/turf/open/floor/plasteel/stairs{ + barefootstep = "woodbarefoot"; + color = "#A47449"; + footstep = "wood"; + dir = 4 + }, +/area/outpost/hallway/central) +"IY" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/tech, +/area/outpost/engineering) +"IZ" = ( +/obj/machinery/computer/crew, +/obj/effect/turf_decal/trimline/opaque/green/filled/line, +/obj/effect/turf_decal/techfloor{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"Ja" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/tiles, +/area/outpost/hallway/central) +"Jb" = ( +/obj/effect/landmark/outpost/elevator{ + shaft = "4" + }, +/turf/open/floor/plasteel/elevatorshaft, +/area/outpost/hallway/fore) +"Jc" = ( +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 5 + }, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/tech, +/area/outpost/engineering) +"Jf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating{ + icon_state = "foam_plating" + }, +/area/outpost/maintenance/fore) +"Jh" = ( +/obj/structure/table/wood, +/obj/item/storage/photo_album{ + pixel_y = 2; + pixel_x = 2 + }, +/obj/item/toy/figure/ian{ + pixel_x = -3 + }, +/obj/item/storage/pill_bottle/happy{ + pixel_y = -1; + pixel_x = 5 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/carpet/royalblue, +/area/outpost/operations) +"Ji" = ( +/obj/effect/turf_decal/box/corners, +/obj/effect/turf_decal/box/corners{ + dir = 4 + }, +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/patterned/ridged, +/area/outpost/crew/canteen) +"Jm" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/central) +"Jp" = ( +/obj/effect/turf_decal/techfloor{ + dir = 8 + }, +/obj/machinery/light/directional/west, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/engineering/atmospherics) +"Jq" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/item/flashlight/lamp/green{ + pixel_x = 7; + pixel_y = 14; + layer = 3.1 + }, +/obj/item/toy/cards/deck{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/toy/cards/deck/kotahi{ + pixel_x = 5; + pixel_y = 2 + }, +/obj/item/storage/pill_bottle/dice{ + pixel_x = -11 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/carpet/red, +/area/outpost/vacant_rooms/office) +"Js" = ( +/obj/structure/table, +/obj/item/table_bell{ + pixel_x = -7 + }, +/obj/item/paper_bin{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/pen{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/open/floor/carpet/blue, +/area/outpost/hallway/central) +"Jt" = ( +/obj/machinery/modular_computer/console/preset/command{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/opaque/blue/filled/line, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"Ju" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/condiment/peppermill{ + desc = "Often used to flavor food or make people sneeze. Fashionably moved to the left side of the table."; + pixel_x = 9; + pixel_y = 2 + }, +/obj/item/reagent_containers/food/condiment/saltshaker{ + desc = "Salt. From space oceans, presumably. A staple of modern medicine."; + pixel_x = 9; + pixel_y = 12 + }, +/obj/item/trash/plate{ + pixel_x = -6 + }, +/obj/item/trash/plate{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/item/trash/plate{ + pixel_x = -6; + pixel_y = 4 + }, +/turf/open/floor/plasteel/sepia, +/area/outpost/hallway/central) +"Jv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/plasma, +/obj/machinery/light/small/directional/east, +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating{ + icon_state = "foam_plating" + }, +/area/outpost/maintenance/fore) +"Jw" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"JB" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/carpet/nanoweave, +/area/outpost/crew/canteen) +"JC" = ( +/obj/structure/railing{ + dir = 4; + layer = 4.1 + }, +/turf/open/floor/plating{ + icon_state = "foam_plating" + }, +/area/outpost/maintenance/fore) +"JE" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/sign/poster/contraband/xenofauna_parasite{ + pixel_y = -32 + }, +/obj/item/radio/intercom/directional/east, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/wood, +/area/outpost/hallway/central) +"JH" = ( +/obj/effect/turf_decal/siding/wideplating/dark, +/obj/effect/turf_decal/trimline/opaque/red/line, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/security) +"JJ" = ( +/obj/effect/turf_decal/techfloor{ + dir = 4 + }, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/plasteel/tech, +/area/outpost/security/armory) +"JK" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/railing/wood{ + layer = 3.1; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/wood, +/area/outpost/crew/library) +"JM" = ( +/obj/effect/turf_decal/techfloor{ + dir = 8 + }, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 4 + }, +/obj/effect/turf_decal/steeldecal/steel_decals10, +/turf/open/floor/plasteel/telecomms_floor, +/area/outpost/crew/cryo) +"JO" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/spline/fancy/opaque/black{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel/stairs{ + dir = 1 + }, +/area/outpost/operations) +"JP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel/kitchen_coldroom/freezerfloor, +/area/outpost/crew/library) +"JR" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"JS" = ( +/obj/effect/turf_decal/techfloor/corner{ + dir = 4 + }, +/obj/effect/turf_decal/industrial/warning, +/obj/effect/turf_decal/trimline/transparent/lightgrey/line, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/engineering/atmospherics) +"JX" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/railing/corner/wood{ + dir = 4 + }, +/turf/open/floor/wood, +/area/outpost/hallway/central) +"JY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/alien/weeds/node, +/obj/effect/decal/cleanable/xenoblood/xtracks, +/obj/effect/decal/cleanable/xenoblood/xtracks{ + pixel_y = 21 + }, +/obj/effect/decal/cleanable/xenoblood/xtracks{ + pixel_y = -19 + }, +/obj/effect/decal/cleanable/xenoblood, +/obj/effect/decal/cleanable/xenoblood/xgibs/torso, +/obj/effect/decal/cleanable/xenoblood/xgibs/core{ + pixel_x = -4; + pixel_y = -6 + }, +/turf/open/floor/plating/rust, +/area/outpost/maintenance/fore) +"JZ" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/patterned/grid, +/area/outpost/vacant_rooms) +"Kb" = ( +/obj/structure/table, +/obj/item/circuitboard/machine/vendor, +/obj/effect/decal/cleanable/wrapping, +/turf/open/floor/carpet/green, +/area/outpost/hallway/central) +"Kd" = ( +/obj/machinery/computer/operating, +/obj/effect/turf_decal/corner/opaque/blue/full, +/obj/effect/turf_decal/techfloor{ + dir = 1 + }, +/obj/structure/sign/poster/official/cleanliness{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/white, +/area/outpost/medical) +"Ke" = ( +/obj/machinery/computer/aifixer{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/opaque/purple/filled/line, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"Kf" = ( +/obj/effect/turf_decal/corner_techfloor_gray/diagonal{ + layer = 2.030 + }, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"Kg" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/chair/stool/bar{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/wood, +/area/outpost/crew/bar) +"Kh" = ( +/obj/structure/rack, +/obj/effect/turf_decal/box/corners{ + dir = 1 + }, +/obj/effect/turf_decal/box/corners{ + dir = 4 + }, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/concrete/slab_1, +/area/outpost/hallway/central) +"Kj" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/concrete/tiles, +/area/outpost/hallway/central) +"Kk" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/structure/railing/wood{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/emcloset/wall{ + dir = 8; + pixel_x = 28 + }, +/turf/open/floor/wood, +/area/outpost/hallway/central) +"Kn" = ( +/obj/machinery/telecomms/allinone/indestructable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/telecomms_floor, +/area/outpost/operations) +"Ko" = ( +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/turf/open/floor/plasteel/patterned/grid, +/area/outpost/hallway/fore) +"Kp" = ( +/obj/structure/mineral_door/paperframe, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/tech, +/area/outpost/crew/lounge) +"Kt" = ( +/obj/structure/bed{ + pixel_x = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/item/bedsheet/head_of_personnel, +/turf/open/floor/carpet/royalblue, +/area/outpost/operations) +"Kv" = ( +/obj/structure/table/wood/reinforced, +/obj/item/table_bell/brass{ + pixel_y = -9; + pixel_x = 7 + }, +/obj/item/candle/infinite{ + pixel_x = 11; + pixel_y = 10 + }, +/turf/open/floor/wood/ebony, +/area/outpost/crew/lounge) +"Kw" = ( +/obj/effect/turf_decal/techfloor{ + dir = 4 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/engineering/atmospherics) +"Kx" = ( +/obj/effect/turf_decal/box/corners{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/vehicle/ridden/atv{ + dir = 1 + }, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/outpost/maintenance/fore) +"Kz" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = 32 + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/starboard) +"KA" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/closet/crate/bin, +/turf/open/floor/concrete/tiles, +/area/outpost/hallway/aft) +"KC" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/crew/garden) +"KD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/wirecutters{ + pixel_x = 11; + pixel_y = -8 + }, +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating/rust, +/area/outpost/maintenance/aft) +"KF" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/machinery/light/directional/north, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"KG" = ( +/obj/effect/turf_decal/techfloor, +/obj/effect/overlay/holoray{ + pixel_y = -47 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/crew/cryo) +"KL" = ( +/obj/structure/flora/junglebush, +/turf/open/floor/grass, +/area/outpost/crew/garden) +"KM" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/tiles, +/area/outpost/hallway/aft) +"KP" = ( +/obj/structure/table/wood, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"KQ" = ( +/obj/structure/barricade/security, +/obj/structure/curtain/cloth/grey, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"KT" = ( +/obj/machinery/door/window/brigdoor/southright{ + req_access_txt = "1" + }, +/obj/effect/turf_decal/industrial/warning/corner{ + color = "#808080"; + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/security) +"KU" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/outpost/hallway/fore) +"KV" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/starboard) +"KW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/grille_or_trash, +/turf/open/floor/plating, +/area/outpost/maintenance/aft) +"KX" = ( +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/turf/open/floor/plasteel/patterned/grid, +/area/outpost/hallway/fore) +"KY" = ( +/obj/structure/flora/grass/both, +/turf/open/floor/plating/asteroid/snow/airless, +/area/outpost/external) +"Lf" = ( +/obj/structure/railing{ + layer = 3.1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/catwalk/over/plated_catwalk, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/outpost/maintenance/aft) +"Lg" = ( +/obj/machinery/deepfryer, +/obj/effect/turf_decal/industrial/warning{ + dir = 2; + color = "#808080" + }, +/turf/open/floor/plasteel, +/area/outpost/crew/canteen) +"Lh" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/sign/logo{ + icon_state = "nanotrasen_sign2"; + pixel_y = 32 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/central) +"Lj" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/chair/stool/bar, +/turf/open/floor/concrete/slab_2, +/area/outpost/hallway/central) +"Ll" = ( +/obj/structure/girder/reinforced, +/turf/open/floor/plating, +/area/outpost/maintenance/aft) +"Ln" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/tech/grid, +/area/outpost/cargo) +"Lo" = ( +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel/rockvault, +/area/outpost/operations) +"Lp" = ( +/obj/machinery/pipedispenser, +/obj/effect/turf_decal/techfloor{ + dir = 8 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/engineering/atmospherics) +"Lr" = ( +/obj/effect/turf_decal/techfloor/orange{ + dir = 5 + }, +/turf/open/floor/plasteel/tech/grid, +/area/outpost/engineering) +"Ls" = ( +/obj/machinery/pdapainter{ + pixel_y = 2 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"Lu" = ( +/obj/effect/turf_decal/techfloor{ + dir = 8 + }, +/obj/machinery/light/directional/west, +/turf/open/floor/plasteel/tech, +/area/outpost/security/armory) +"Lv" = ( +/obj/structure/flora/tree/pine, +/obj/structure/flora/grass/both, +/turf/open/floor/grass/snow/safe, +/area/outpost/hallway/fore) +"Lw" = ( +/obj/structure/stone_tile/block{ + dir = 8 + }, +/turf/open/floor/plating{ + icon_state = "foam_plating" + }, +/area/outpost/maintenance/fore) +"Lx" = ( +/obj/effect/turf_decal/borderfloorwhite{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/white, +/area/outpost/crew/library) +"Lz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/door/airlock/maintenance_hatch{ + req_access_txt = "109" + }, +/turf/open/floor/plating, +/area/outpost/engineering/atmospherics) +"LC" = ( +/obj/structure/bed, +/obj/structure/curtain/cloth/grey, +/obj/machinery/light/directional/east, +/obj/effect/decal/cleanable/dirt, +/obj/item/bedsheet/brown, +/turf/open/floor/carpet, +/area/outpost/crew/dorm) +"LD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/wood, +/area/outpost/crew/library) +"LE" = ( +/obj/machinery/computer/bounty{ + dir = 8 + }, +/obj/effect/turf_decal/techfloor{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"LF" = ( +/obj/effect/turf_decal/techfloor/corner, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 9 + }, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 10 + }, +/turf/open/floor/plasteel/telecomms_floor, +/area/outpost/crew/cryo) +"LG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/central) +"LI" = ( +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/opaque/red/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/outpost/security) +"LJ" = ( +/obj/effect/turf_decal/techfloor/corner{ + dir = 4; + layer = 2.37 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-9" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/tech, +/area/outpost/engineering) +"LK" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/central) +"LM" = ( +/obj/machinery/light/directional/south, +/turf/open/floor/plasteel/showroomfloor, +/area/outpost/hallway/central) +"LN" = ( +/obj/machinery/light/small/broken/directional/north, +/obj/structure/reagent_dispensers/beerkeg{ + pixel_y = 3; + pixel_x = 4 + }, +/obj/structure/reagent_dispensers/beerkeg{ + pixel_y = -3; + pixel_x = -9 + }, +/obj/item/reagent_containers/food/drinks/bottle/cognac{ + pixel_x = 5; + pixel_y = -5 + }, +/obj/item/toy/plush/goatplushie{ + pixel_y = 12; + pixel_x = -9 + }, +/obj/effect/decal/cleanable/greenglow{ + pixel_y = -6 + }, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/outpost/maintenance/fore) +"LO" = ( +/obj/structure/catwalk/over/plated_catwalk, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plating, +/area/outpost/engineering/atmospherics) +"LP" = ( +/obj/structure/girder/displaced, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"LQ" = ( +/obj/structure/flora/rock/icy, +/turf/open/floor/grass/snow/safe, +/area/outpost/hallway/fore) +"LS" = ( +/obj/structure/frame/machine, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"LV" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/chair/pew/right{ + dir = 8 + }, +/turf/open/floor/grass, +/area/outpost/crew/lounge) +"LW" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/kitchen_coldroom/freezerfloor, +/area/outpost/crew/library) +"LX" = ( +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 5 + }, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 6 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/tech, +/area/outpost/engineering) +"LZ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/carpet, +/area/outpost/crew/library) +"Mb" = ( +/obj/structure/showcase/perfect_employee, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"Mc" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/structure/railing/wood{ + dir = 5 + }, +/obj/structure/chair, +/turf/open/floor/wood, +/area/outpost/hallway/central) +"Md" = ( +/obj/structure/table/wood, +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/pill_bottle/dice{ + pixel_x = -8; + pixel_y = 6 + }, +/obj/item/toy/cards/deck{ + pixel_x = 3; + pixel_y = 4 + }, +/turf/open/floor/wood, +/area/outpost/crew/library) +"Me" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/vending/cigarette, +/obj/machinery/newscaster/directional/west, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/concrete/tiles, +/area/outpost/hallway/aft) +"Mf" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/engineering/atmospherics) +"Mg" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/obj/effect/decal/cleanable/generic, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/radio/intercom/directional/north{ + icon_state = "cmm_headset" + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo/office) +"Mi" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/outpost/maintenance/aft) +"Mk" = ( +/obj/structure/flora/stump, +/turf/open/floor/grass/snow/safe, +/area/outpost/hallway/starboard) +"Mn" = ( +/obj/machinery/photocopier/nt{ + pixel_y = 3 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/industrial/hatch/yellow, +/turf/open/floor/plasteel/dark, +/area/outpost/security) +"Mo" = ( +/obj/structure/bed, +/obj/structure/curtain/cloth/grey, +/obj/effect/decal/cleanable/cobweb, +/obj/item/bedsheet/nanotrasen, +/turf/open/floor/carpet, +/area/outpost/crew/dorm) +"Mp" = ( +/obj/structure/chair/comfy/black, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"Mq" = ( +/turf/open/floor/concrete/reinforced, +/area/outpost/crew/garden) +"Mt" = ( +/turf/closed/indestructible/reinforced, +/area/outpost/security) +"Mv" = ( +/obj/machinery/suit_storage_unit/captain, +/obj/machinery/light/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/industrial/warning{ + dir = 9 + }, +/turf/open/floor/plasteel/tech/grid, +/area/outpost/operations) +"Mw" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood, +/area/outpost/crew/dorm) +"Mx" = ( +/turf/closed/indestructible/reinforced, +/area/outpost/crew/lounge) +"MA" = ( +/obj/effect/turf_decal/siding/white, +/turf/open/floor/plasteel/patterned/grid, +/area/outpost/hallway/fore) +"MC" = ( +/obj/structure/filingcabinet/employment{ + pixel_x = -11 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/crew/cryo) +"MD" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/turf/open/floor/plating, +/area/outpost/hallway/fore) +"MF" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/outpost/crew/lounge) +"MK" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/wood, +/area/outpost/crew/library) +"MM" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/concrete/tiles, +/area/outpost/hallway/aft) +"MO" = ( +/obj/structure/chair/sofa{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/turf/open/floor/plasteel/sepia, +/area/outpost/crew/canteen) +"MP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/starboard) +"MQ" = ( +/obj/structure/table, +/obj/structure/window/reinforced/spawner/west, +/turf/open/floor/plasteel/sepia, +/area/outpost/hallway/central) +"MR" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/carpet, +/area/outpost/crew/library) +"MU" = ( +/obj/effect/turf_decal/plaque, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/concrete/tiles, +/area/outpost/hallway/central) +"MX" = ( +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/siding/white{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"MZ" = ( +/obj/effect/turf_decal/techfloor, +/obj/effect/turf_decal/trimline/transparent/lightgrey/line{ + dir = 1 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/engineering/atmospherics) +"Na" = ( +/obj/effect/turf_decal/techfloor/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/crew/cryo) +"Nb" = ( +/obj/effect/turf_decal/techfloor/corner, +/obj/structure/sign/warning/coldtemp{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/crew/cryo) +"Nc" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/outpost/crew/library) +"Nd" = ( +/obj/structure/frame/machine, +/obj/effect/decal/cleanable/wrapping, +/turf/open/floor/concrete/slab_1, +/area/outpost/hallway/central) +"Nf" = ( +/obj/machinery/modular_computer/console/preset/engineering{ + dir = 4 + }, +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"Ng" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/concrete/slab_1, +/area/outpost/hallway/aft) +"Nh" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/window/reinforced/spawner/east, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/turf/open/floor/plasteel/dark, +/area/outpost/crew/cryo) +"Ni" = ( +/obj/structure/chair, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/sepia, +/area/outpost/crew/canteen) +"Nj" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/wood, +/area/outpost/crew/library) +"Nm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/newscaster/directional/east, +/turf/open/floor/plasteel/sepia, +/area/outpost/crew/library) +"Nn" = ( +/turf/closed/indestructible/reinforced, +/area/outpost/cargo) +"Nq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/alien/weeds, +/obj/structure/alien/resin/wall, +/turf/open/floor/plating/rust, +/area/outpost/maintenance/fore) +"Nr" = ( +/turf/closed/indestructible/reinforced, +/area/outpost/crew/library) +"Ns" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/white{ + dir = 10 + }, +/obj/item/kirbyplants{ + icon_state = "plant-10" + }, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"Nu" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/slab_2, +/area/outpost/hallway/central) +"Nw" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/carpet/nanoweave, +/area/outpost/crew/canteen) +"Ny" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/turf/open/floor/concrete/tiles, +/area/outpost/hallway/central) +"Nz" = ( +/obj/structure/table/wood, +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/fancy/cigarettes/cigpack_uplift{ + pixel_x = 6; + pixel_y = 7 + }, +/obj/item/lighter/greyscale{ + pixel_x = 8; + pixel_y = 1 + }, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"NA" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/condiment/enzyme{ + pixel_x = -2; + pixel_y = 6 + }, +/obj/item/reagent_containers/glass/beaker, +/obj/effect/turf_decal/industrial/warning{ + dir = 2; + color = "#808080" + }, +/obj/machinery/light/directional/north, +/turf/open/floor/plasteel, +/area/outpost/crew/canteen) +"NC" = ( +/obj/structure/stone_tile/block, +/turf/open/floor/plasteel/cult, +/area/outpost/maintenance/fore) +"NF" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 + }, +/obj/effect/turf_decal/number/four, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/hallway/fore) +"NG" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/stairs{ + barefootstep = "woodbarefoot"; + color = "#A47449"; + footstep = "wood" + }, +/area/outpost/hallway/fore) +"NH" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/stairs{ + barefootstep = "woodbarefoot"; + color = "#A47449"; + footstep = "wood"; + dir = 8 + }, +/area/outpost/hallway/central) +"NI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/curtain/cloth/grey, +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/outpost/maintenance/fore) +"NJ" = ( +/obj/structure/window/reinforced/spawner/west, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/outpost/crew/cryo) +"NK" = ( +/obj/effect/turf_decal/techfloor{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/engineering/atmospherics) +"NL" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/tech/grid, +/area/outpost/engineering) +"NM" = ( +/obj/machinery/light/broken/directional/south, +/obj/item/trash/waffles{ + pixel_y = -3 + }, +/obj/item/trash/sosjerky{ + pixel_x = -4 + }, +/obj/item/trash/raisins, +/obj/item/trash/pistachios{ + pixel_x = 6 + }, +/obj/structure/closet/crate/trashcart, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"NO" = ( +/obj/effect/turf_decal/techfloor/corner{ + dir = 4; + layer = 2.37 + }, +/obj/effect/turf_decal/techfloor/corner{ + dir = 8 + }, +/obj/machinery/power/port_gen/pacman, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/tech, +/area/outpost/engineering) +"NP" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/table/reinforced, +/obj/item/kitchen/knife{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/wood, +/area/outpost/hallway/central) +"NQ" = ( +/obj/effect/turf_decal/techfloor{ + dir = 4 + }, +/obj/machinery/light/directional/west, +/turf/open/floor/plasteel/tech, +/area/outpost/crew/cryo) +"NR" = ( +/obj/effect/turf_decal/industrial/traffic{ + dir = 4 + }, +/obj/machinery/light/directional/north, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"NT" = ( +/obj/structure/bed, +/obj/item/bedsheet/captain, +/turf/open/floor/carpet/blue, +/area/outpost/operations) +"NV" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/item/kirbyplants{ + icon_state = "plant-21"; + pixel_x = -6; + pixel_y = 17 + }, +/obj/machinery/light/directional/west, +/turf/open/floor/carpet/nanoweave, +/area/outpost/vacant_rooms) +"NW" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/concrete/tiles, +/area/outpost/hallway/central) +"NX" = ( +/obj/structure/flora/tree/palm{ + icon_state = "palm2" + }, +/turf/open/floor/grass, +/area/outpost/crew/garden) +"NY" = ( +/obj/structure/rack{ + dir = 8 + }, +/obj/effect/turf_decal/techfloor{ + dir = 4 + }, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/engine, +/area/outpost/crew/cryo) +"NZ" = ( +/obj/effect/turf_decal/atmos/air{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/engine/air, +/area/outpost/engineering/atmospherics) +"Oa" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/concrete/slab_2, +/area/outpost/hallway/central) +"Ob" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating{ + icon_state = "foam_plating" + }, +/area/outpost/maintenance/fore) +"Oc" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/crew/garden) +"Od" = ( +/obj/effect/turf_decal/industrial/outline/yellow, +/turf/open/floor/plasteel/mono/dark, +/area/outpost/cargo) +"Oe" = ( +/obj/effect/turf_decal/techfloor, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 9 + }, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 10 + }, +/turf/open/floor/plasteel/telecomms_floor, +/area/outpost/crew/cryo) +"Of" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/light/directional/north, +/obj/structure/sign/poster/retro/nanotrasen_logo_80s{ + pixel_y = 32 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/concrete/tiles, +/area/outpost/crew/garden) +"Og" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/showroomfloor, +/area/outpost/hallway/central) +"Oh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/glass, +/obj/structure/closet/body_bag, +/obj/effect/mob_spawn/human/corpse/damaged, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"Oi" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/mob/living/simple_animal/pet/penguin/emperor, +/obj/machinery/light/directional/east, +/turf/open/floor/grass/snow/safe, +/area/outpost/hallway/starboard) +"Ok" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/stairs{ + icon = 'icons/obj/stairs.dmi' + }, +/area/outpost/hallway/fore) +"Ol" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/crew/garden) +"Oo" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/chair/pew/left{ + dir = 8 + }, +/turf/open/floor/grass, +/area/outpost/crew/lounge) +"Op" = ( +/obj/machinery/light/directional/north, +/obj/structure/table/reinforced, +/obj/item/binoculars, +/turf/open/floor/plasteel/rockvault, +/area/outpost/operations) +"Oq" = ( +/obj/structure/alien/weeds, +/obj/structure/alien/resin/wall, +/turf/open/floor/plating{ + icon_state = "platingdmg2" + }, +/area/outpost/maintenance/fore) +"Or" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/light/directional/south, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/central) +"Os" = ( +/obj/effect/turf_decal/weather/snow/corner{ + dir = 6 + }, +/obj/item/shovel, +/obj/item/flashlight/lantern{ + pixel_x = 7 + }, +/turf/open/floor/plating/asteroid/snow/under/lit, +/area/outpost/external) +"Ot" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/starboard) +"Ou" = ( +/obj/effect/turf_decal/techfloor{ + dir = 1 + }, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 5 + }, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 6 + }, +/turf/open/floor/plasteel/telecomms_floor, +/area/outpost/crew/cryo) +"Ov" = ( +/obj/effect/turf_decal/trimline/opaque/purple/filled/line{ + dir = 10 + }, +/obj/structure/sign/nanotrasen{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"Ow" = ( +/obj/structure/toilet/secret{ + dir = 4; + secret_type = /obj/item/storage/box/donkpockets/donkpocketgondola + }, +/turf/open/floor/plasteel/kitchen_coldroom/freezerfloor, +/area/outpost/crew/canteen) +"Ox" = ( +/obj/structure/flora/grass/jungle/b, +/obj/structure/railing/wood{ + dir = 4 + }, +/turf/open/floor/grass, +/area/outpost/crew/garden) +"Oy" = ( +/obj/effect/turf_decal/industrial/hatch/yellow, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/mono/dark, +/area/outpost/cargo) +"OA" = ( +/obj/machinery/processor, +/turf/open/floor/plasteel/kitchen_coldroom/freezerfloor, +/area/outpost/crew/library) +"OC" = ( +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel/patterned/grid, +/area/outpost/hallway/fore) +"OE" = ( +/obj/effect/turf_decal/techfloor/orange/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/tech/grid, +/area/outpost/engineering) +"OF" = ( +/obj/machinery/computer/security{ + dir = 8 + }, +/obj/effect/turf_decal/techfloor{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/plasteel/dark, +/area/outpost/security) +"OG" = ( +/obj/effect/turf_decal/steeldecal/steel_decals10, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 4 + }, +/obj/effect/turf_decal/techfloor/corner{ + dir = 4; + layer = 2.37 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/hallway/fore) +"OI" = ( +/obj/effect/turf_decal/techfloor/orange, +/obj/machinery/portable_atmospherics/scrubber, +/obj/effect/turf_decal/industrial/hatch/yellow, +/turf/open/floor/plasteel/tech/grid, +/area/outpost/engineering) +"OJ" = ( +/obj/structure/fluff/arc, +/obj/structure/sign/poster/official/love_ian{ + pixel_y = 32; + pixel_x = 32 + }, +/turf/open/floor/grass, +/area/outpost/hallway/fore) +"OK" = ( +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 1 + }, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/tech, +/area/outpost/hallway/fore) +"OM" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood/walnut, +/area/outpost/crew/bar) +"ON" = ( +/obj/structure/bookcase/random/fiction, +/turf/open/floor/wood, +/area/outpost/crew/library) +"OP" = ( +/turf/closed/mineral/random/snow, +/area/outpost/maintenance/fore) +"OQ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/starboard) +"OR" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 + }, +/obj/machinery/shower{ + dir = 8 + }, +/turf/open/floor/plasteel/tech/grid, +/area/outpost/engineering) +"OU" = ( +/obj/machinery/vending/cola{ + pixel_x = -6 + }, +/turf/open/floor/concrete/slab_1, +/area/outpost/hallway/central) +"OV" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/slab_2, +/area/outpost/hallway/central) +"OX" = ( +/obj/effect/turf_decal/industrial/hatch/yellow, +/obj/effect/turf_decal/corner/opaque/yellow/full, +/obj/effect/turf_decal/corner/opaque/yellow/diagonal, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"Pa" = ( +/obj/structure/table, +/obj/machinery/jukebox/boombox{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/reagent_containers/food/condiment/soysauce{ + pixel_x = -6; + pixel_y = 7 + }, +/turf/open/floor/plasteel/sepia, +/area/outpost/hallway/central) +"Pb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/grille_or_trash, +/obj/item/stack/sheet/mineral/wood{ + pixel_x = -6 + }, +/obj/effect/turf_decal/industrial/warning, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"Pc" = ( +/obj/effect/turf_decal/techfloor{ + dir = 9 + }, +/turf/open/floor/plasteel/telecomms_floor, +/area/outpost/crew/cryo) +"Pd" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/techfloor{ + dir = 8 + }, +/obj/item/storage/fancy/cigarettes/cigpack_robustgold{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/lighter{ + pixel_x = -5; + pixel_y = 3 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"Pf" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/sign/poster/contraband/mothpill{ + pixel_x = 32 + }, +/turf/open/floor/concrete/tiles, +/area/outpost/hallway/central) +"Pi" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/chair/pew/right{ + dir = 8 + }, +/turf/open/floor/grass, +/area/outpost/crew/lounge) +"Pk" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/outpost/crew/canteen) +"Pl" = ( +/obj/effect/turf_decal/techfloor, +/obj/structure/sign/warning/electricshock{ + pixel_y = 32 + }, +/obj/machinery/light/directional/north, +/turf/open/floor/plasteel/tech, +/area/outpost/crew/cryo) +"Pm" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/item/kirbyplants{ + icon_state = "plant-10"; + pixel_x = -7 + }, +/turf/open/floor/concrete/slab_2, +/area/outpost/hallway/central) +"Po" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/chair/pew/right{ + dir = 8 + }, +/turf/open/floor/grass, +/area/outpost/crew/lounge) +"Pp" = ( +/obj/structure/chair/office, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/item/radio/intercom/directional/north{ + pixel_y = 20 + }, +/turf/open/floor/carpet/red, +/area/outpost/vacant_rooms/office) +"Pt" = ( +/obj/item/kirbyplants{ + icon_state = "plant-21" + }, +/turf/open/floor/plasteel/sepia, +/area/outpost/crew/canteen) +"Pv" = ( +/obj/effect/turf_decal/techfloor/orange/corner, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/tech/grid, +/area/outpost/engineering) +"Px" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/concrete/slab_2, +/area/outpost/hallway/central) +"PA" = ( +/obj/structure/mineral_door/paperframe, +/turf/open/floor/plasteel/tech, +/area/outpost/crew/lounge) +"PB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/showcase/machinery/cloning_pod, +/obj/effect/turf_decal/box/corners{ + dir = 1; + icon_state = "box_corners" + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/plating/rust, +/area/outpost/maintenance/fore) +"PC" = ( +/obj/structure/closet/secure_closet/freezer/kitchen, +/obj/effect/decal/cleanable/food/flour, +/obj/effect/turf_decal/box/corners{ + dir = 1 + }, +/obj/effect/turf_decal/box/corners{ + dir = 4 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/plasteel/patterned/ridged, +/area/outpost/hallway/central) +"PE" = ( +/obj/effect/turf_decal/techfloor{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/transparent/lightgrey/line, +/obj/effect/turf_decal/industrial/warning, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/engineering/atmospherics) +"PF" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/structure/sign/nanotrasen{ + pixel_y = -32 + }, +/turf/open/floor/carpet/green, +/area/outpost/hallway/aft) +"PG" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/trimline/opaque/yellow/filled/line{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"PH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random{ + pixel_y = -32 + }, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"PL" = ( +/obj/effect/turf_decal/techfloor/corner{ + dir = 8 + }, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 9 + }, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 10 + }, +/turf/open/floor/plasteel/telecomms_floor, +/area/outpost/crew/cryo) +"PN" = ( +/obj/structure/fluff/paper/stack{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/outpost/maintenance/aft) +"PO" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/item/chair/wood, +/obj/structure/sign/painting/library{ + pixel_x = 32 + }, +/turf/open/floor/wood, +/area/outpost/maintenance/aft) +"PP" = ( +/obj/structure/railing, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 + }, +/obj/structure/table, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/hallway/fore) +"PR" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/carpet/green, +/area/outpost/hallway/aft) +"PS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/glass, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/carpet/royalblue, +/area/outpost/operations) +"PV" = ( +/obj/machinery/vending/snack/blue{ + pixel_x = -17 + }, +/obj/item/kirbyplants{ + icon_state = "plant-03"; + pixel_x = 4 + }, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/decal/cleanable/wrapping, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/concrete/slab_1, +/area/outpost/hallway/central) +"PX" = ( +/obj/effect/turf_decal/corner/opaque/yellow/diagonal, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"PY" = ( +/obj/effect/turf_decal/corner/opaque/yellow/diagonal, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"PZ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/stairs{ + icon = 'icons/obj/stairs.dmi' + }, +/area/outpost/crew/cryo) +"Qb" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/outpost/hallway/fore) +"Qd" = ( +/turf/open/floor/wood/ebony, +/area/outpost/crew/lounge) +"Qe" = ( +/obj/structure/table/wood/reinforced, +/obj/item/candle/infinite{ + pixel_x = 11 + }, +/obj/item/binoculars, +/turf/open/floor/wood/ebony, +/area/outpost/crew/lounge) +"Qf" = ( +/obj/machinery/door/airlock/mining{ + req_access_txt = "109" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/tech/grid, +/area/outpost/cargo) +"Qj" = ( +/obj/machinery/door/airlock/command{ + name = "Council Chamber"; + req_access_txt = "19"; + security_level = 6 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"Ql" = ( +/obj/structure/rack, +/obj/effect/turf_decal/box/corners, +/obj/effect/turf_decal/box/corners{ + dir = 4 + }, +/obj/effect/spawner/lootdrop/maintenance/two, +/obj/item/paperplane, +/obj/item/radio/intercom/directional/south, +/obj/machinery/firealarm/directional/south, +/obj/machinery/newscaster/directional/east, +/turf/open/floor/concrete/slab_1, +/area/outpost/hallway/central) +"Qm" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/structure/railing/wood{ + dir = 8 + }, +/obj/structure/table/wood, +/obj/item/storage/fancy/nugget_box{ + pixel_x = 5; + pixel_y = -4 + }, +/obj/item/reagent_containers/food/drinks/bottle/kahlua{ + pixel_x = -5; + pixel_y = 6 + }, +/turf/open/floor/wood, +/area/outpost/hallway/central) +"Qn" = ( +/obj/machinery/photocopier{ + pixel_y = 3 + }, +/obj/structure/railing, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"Qo" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/starboard) +"Qp" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/central) +"Qq" = ( +/obj/effect/turf_decal/box/corners{ + dir = 1 + }, +/obj/effect/turf_decal/box/corners{ + icon_state = "box_corners"; + dir = 8 + }, +/obj/structure/closet/secure_closet/freezer/meat, +/obj/item/reagent_containers/food/snacks/meat/slab/monkey, +/obj/item/reagent_containers/food/snacks/meat/slab/monkey, +/obj/item/reagent_containers/food/snacks/meat/slab/monkey, +/obj/item/reagent_containers/food/snacks/meat/slab/monkey, +/obj/item/reagent_containers/food/snacks/meat/slab/chicken, +/obj/item/reagent_containers/food/snacks/meat/slab/chicken, +/obj/item/reagent_containers/food/snacks/meat/slab/chicken, +/obj/item/reagent_containers/food/snacks/meat/slab/chicken, +/turf/open/floor/plasteel/patterned/ridged, +/area/outpost/crew/canteen) +"Qu" = ( +/obj/structure/flora/junglebush/large, +/turf/open/floor/grass, +/area/outpost/crew/garden) +"Qv" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/engineering/atmospherics) +"Qw" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/closet/crate/trashcart, +/obj/item/trash/syndi_cakes{ + pixel_x = -4; + pixel_y = 3 + }, +/obj/item/trash/energybar, +/obj/item/trash/candy, +/obj/item/trash/sosjerky, +/turf/open/floor/plating, +/area/outpost/maintenance/aft) +"Qy" = ( +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/obj/structure/railing/corner, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/patterned/grid, +/area/outpost/hallway/fore) +"Qz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"QA" = ( +/turf/open/floor/engine/plasma, +/area/outpost/engineering/atmospherics) +"QB" = ( +/obj/machinery/light/broken/directional/south, +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating{ + icon_state = "foam_plating" + }, +/area/outpost/maintenance/aft) +"QC" = ( +/obj/machinery/processor, +/obj/effect/turf_decal/industrial/warning{ + dir = 2; + color = "#808080" + }, +/obj/effect/decal/cleanable/food/tomato_smudge, +/obj/item/radio/intercom/directional/north{ + pixel_y = 20 + }, +/turf/open/floor/plasteel, +/area/outpost/crew/canteen) +"QD" = ( +/obj/structure/flora/rock/pile/largejungle{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/structure/railing/wood{ + layer = 3.1; + dir = 8 + }, +/turf/open/floor/grass, +/area/outpost/hallway/central) +"QG" = ( +/obj/machinery/vending/cigarette, +/turf/open/floor/concrete/reinforced, +/area/outpost/hallway/central) +"QH" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating, +/area/outpost/maintenance/aft) +"QI" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/spline/fancy/opaque/black{ + dir = 8 + }, +/turf/open/floor/plasteel/stairs{ + dir = 1 + }, +/area/outpost/operations) +"QK" = ( +/obj/machinery/door/airlock/public/glass, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/crew/garden) +"QL" = ( +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/opaque/red/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/dark, +/area/outpost/security) +"QM" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/obj/effect/decal/cleanable/wrapping, +/turf/open/floor/wood, +/area/outpost/crew/library) +"QN" = ( +/obj/structure/railing/wood{ + layer = 3.1; + dir = 4 + }, +/obj/structure/flora/ausbushes/fullgrass{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/structure/flora/ausbushes/ppflowers, +/turf/open/floor/grass, +/area/outpost/hallway/aft) +"QO" = ( +/obj/effect/turf_decal/techfloor/orange, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/tech/grid, +/area/outpost/engineering) +"QP" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/railing/corner/wood, +/obj/structure/railing/corner/wood{ + dir = 8 + }, +/turf/open/floor/grass, +/area/outpost/hallway/fore) +"QR" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood, +/area/outpost/vacant_rooms/office) +"QS" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/central) +"QT" = ( +/turf/closed/indestructible/reinforced, +/area/outpost/vacant_rooms) +"QU" = ( +/turf/open/floor/engine/o2, +/area/outpost/engineering/atmospherics) +"QW" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/green, +/area/outpost/hallway/central) +"QY" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/turf/open/floor/plating, +/area/outpost/maintenance/aft) +"Ra" = ( +/obj/structure/table/wood, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/maintenance/two, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"Rc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/outpost/crew/canteen) +"Rd" = ( +/turf/open/floor/carpet/green, +/area/outpost/hallway/central) +"Re" = ( +/obj/structure/flora/rock/icy, +/turf/open/floor/plating/asteroid/snow/airless, +/area/outpost/external) +"Rf" = ( +/obj/machinery/computer/station_alert{ + dir = 1 + }, +/obj/structure/railing, +/obj/effect/turf_decal/trimline/opaque/yellow/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/spline/fancy/opaque/black, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"Rg" = ( +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"Rj" = ( +/obj/structure/table/reinforced{ + color = "#c1b6a5" + }, +/obj/machinery/chem_dispenser/drinks/beer/fullupgrade{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/turf/open/floor/plasteel/sepia, +/area/outpost/crew/library) +"Rk" = ( +/obj/effect/turf_decal/techfloor, +/obj/machinery/suit_storage_unit/inherit/industrial, +/obj/machinery/light/directional/south, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"Rl" = ( +/obj/structure/table/wood, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"Rm" = ( +/obj/machinery/door/window/brigdoor/northright{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/crew/cryo) +"Rn" = ( +/obj/structure/closet/secure_closet/ertSec, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/security/armory) +"Ro" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"Rp" = ( +/turf/closed/indestructible/reinforced, +/area/outpost/hallway/fore) +"Rq" = ( +/turf/closed/mineral/random/snow, +/area/outpost/hallway/starboard) +"Rr" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/concrete/tiles, +/area/outpost/hallway/aft) +"Rt" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/structure/easel, +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/outpost/maintenance/aft) +"Ru" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/maintenance/two, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/outpost/maintenance/fore) +"Rw" = ( +/turf/open/floor/concrete/tiles, +/area/outpost/hallway/central) +"Rx" = ( +/turf/closed/indestructible/reinforced, +/area/outpost/crew/cryo) +"Rz" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/item/kirbyplants{ + icon_state = "plant-09" + }, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = 32 + }, +/turf/open/floor/carpet, +/area/outpost/crew/library) +"RA" = ( +/obj/machinery/door/airlock/wood, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/wood, +/area/outpost/vacant_rooms/office) +"RB" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/central) +"RC" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/machinery/newscaster/directional/east, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/starboard) +"RD" = ( +/obj/machinery/door/airlock, +/turf/open/floor/plasteel/kitchen_coldroom/freezerfloor, +/area/outpost/crew/canteen) +"RE" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/tiles, +/area/outpost/hallway/central) +"RF" = ( +/obj/effect/turf_decal/spline/fancy/opaque/black/corner, +/obj/effect/turf_decal/spline/fancy/opaque/black/corner{ + dir = 1 + }, +/obj/effect/turf_decal/spline/fancy/opaque/black/corner{ + dir = 4 + }, +/obj/effect/turf_decal/spline/fancy/opaque/black/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/goonplaque, +/area/outpost/crew/cryo) +"RG" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/firealarm/directional/east, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/concrete/tiles, +/area/outpost/hallway/aft) +"RH" = ( +/obj/effect/turf_decal/steeldecal/steel_decals10, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/hallway/fore) +"RJ" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 9 + }, +/obj/machinery/suit_storage_unit/inherit, +/turf/open/floor/plasteel/tech/grid, +/area/outpost/security) +"RK" = ( +/obj/structure/flora/grass/jungle/b, +/turf/open/floor/grass, +/area/outpost/crew/garden) +"RM" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/concrete/slab_3, +/area/outpost/crew/garden) +"RO" = ( +/obj/machinery/computer/slot_machine, +/turf/open/floor/plating/rust, +/area/outpost/maintenance/fore) +"RP" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/concrete/tiles, +/area/outpost/hallway/aft) +"RR" = ( +/obj/effect/turf_decal/techfloor, +/obj/machinery/light/directional/west, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"RS" = ( +/obj/machinery/door/airlock/engineering{ + req_access_txt = "109" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/tech, +/area/outpost/engineering) +"RT" = ( +/obj/structure/frame/machine, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/decal/cleanable/glass, +/obj/machinery/newscaster/directional/east, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/concrete/tiles, +/area/outpost/hallway/central) +"RV" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/obj/structure/sink{ + dir = 4; + pixel_x = -12; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/plasma, +/turf/open/floor/plating, +/area/outpost/maintenance/aft) +"RX" = ( +/obj/effect/decal/cleanable/oil, +/obj/item/stack/sheet/mineral/wood{ + pixel_x = -4; + pixel_y = -5 + }, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/outpost/maintenance/aft) +"RY" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/turf/open/floor/concrete/slab_2, +/area/outpost/hallway/central) +"RZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/stack/rods/ten{ + pixel_x = 9 + }, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"Sa" = ( +/obj/effect/turf_decal/techfloor{ + dir = 8 + }, +/obj/item/radio/intercom/directional/north{ + pixel_y = 20; + pixel_x = -3 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/security/armory) +"Sd" = ( +/obj/structure/grille/broken, +/obj/effect/spawner/lootdrop/minor/pirate_or_bandana, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"Se" = ( +/obj/effect/turf_decal/techfloor{ + dir = 10 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/crew/cryo) +"Sh" = ( +/obj/structure/bookcase/random/fiction, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood, +/area/outpost/crew/library) +"Si" = ( +/turf/open/floor/carpet/red, +/area/outpost/vacant_rooms/office) +"Sk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/concrete/tiles, +/area/outpost/hallway/central) +"Sm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random{ + pixel_x = 32 + }, +/turf/open/floor/plating/rust, +/area/outpost/maintenance/aft) +"Sn" = ( +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood, +/area/outpost/hallway/central) +"So" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/industrial/warning, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"Sp" = ( +/obj/structure/girder/displaced, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/outpost/maintenance/aft) +"Su" = ( +/obj/structure/filingcabinet/chestdrawer/wheeled, +/obj/effect/turf_decal/industrial/warning, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"Sw" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel/rockvault, +/area/outpost/operations) +"Sx" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/auto_name/directional/west, +/turf/open/floor/wood, +/area/outpost/crew/dorm) +"Sz" = ( +/obj/machinery/jukebox, +/obj/effect/decal/cleanable/plasma, +/turf/open/floor/plasteel/sepia, +/area/outpost/crew/canteen) +"SB" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Bridge Access"; + req_access_txt = "101"; + security_level = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/outpost/operations) +"SE" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/spline/fancy/opaque/black{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"SF" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/central) +"SH" = ( +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating{ + icon_state = "foam_plating" + }, +/area/outpost/maintenance/fore) +"SK" = ( +/obj/structure/stone_tile/block{ + dir = 1 + }, +/obj/structure/stone_tile/block/cracked, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"SL" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/concrete/tiles, +/area/outpost/crew/lounge) +"SN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/pew/left{ + dir = 4 + }, +/obj/item/trash/can{ + pixel_y = 3 + }, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/outpost/maintenance/fore) +"SP" = ( +/obj/effect/turf_decal/techfloor/corner{ + dir = 1 + }, +/obj/effect/turf_decal/techfloor/corner{ + dir = 4; + layer = 2.37 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-10" + }, +/obj/structure/cable/yellow{ + icon_state = "1-6" + }, +/turf/open/floor/plasteel/tech, +/area/outpost/engineering) +"SR" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/turf/open/floor/carpet/green, +/area/outpost/hallway/central) +"ST" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/nachos{ + pixel_y = 9 + }, +/obj/item/reagent_containers/food/drinks/soda_cans/pwr_game{ + pixel_x = 8; + pixel_y = 3 + }, +/turf/open/floor/plasteel/sepia, +/area/outpost/crew/canteen) +"SW" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/obj/effect/decal/cleanable/robot_debris/gib{ + pixel_x = -13 + }, +/turf/open/floor/plasteel/sepia, +/area/outpost/crew/canteen) +"SX" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/starboard) +"Ta" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/railing/corner/wood{ + dir = 1 + }, +/obj/structure/railing/corner/wood{ + dir = 8 + }, +/turf/open/floor/grass, +/area/outpost/hallway/fore) +"Tc" = ( +/obj/structure/closet/crate/trashcart/laundry, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/maintenance/two, +/obj/effect/spawner/lootdrop/lizardboots, +/obj/effect/spawner/lootdrop/minor/kittyears_or_rabbitears, +/obj/structure/grille/broken, +/obj/effect/turf_decal/box/white, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/outpost/maintenance/aft) +"Td" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/outpost/crew/canteen) +"Te" = ( +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"Th" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/plasma, +/obj/structure/closet/crate/secure/loot, +/obj/effect/decal/cleanable/wrapping, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"Tk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/patterned/grid, +/area/outpost/vacant_rooms) +"Tm" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/outpost/crew/bar) +"Tn" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/outpost/hallway/central) +"To" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/outpost/maintenance/aft) +"Tp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/starboard) +"Ts" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/sepia, +/area/outpost/crew/library) +"Tt" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/newscaster/directional/north{ + pixel_y = 33 + }, +/turf/open/floor/wood, +/area/outpost/crew/bar) +"Tu" = ( +/obj/item/toy/plush/beeplushie{ + pixel_y = 5; + pixel_x = 3 + }, +/obj/item/reagent_containers/food/snacks/cakebatter{ + pixel_y = -9; + pixel_x = -5 + }, +/turf/open/floor/engine/n2o, +/area/outpost/engineering/atmospherics) +"Tv" = ( +/obj/structure/railing/corner, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/broken/directional/north, +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/outpost/maintenance/aft) +"Tw" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/window/reinforced/spawner/east, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/crew/cryo) +"Ty" = ( +/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"Tz" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/table/reinforced, +/obj/machinery/light/directional/south, +/obj/item/reagent_containers/glass/beaker, +/obj/item/reagent_containers/food/condiment/enzyme{ + pixel_x = -2; + pixel_y = 6 + }, +/turf/open/floor/wood, +/area/outpost/hallway/central) +"TA" = ( +/obj/effect/turf_decal/techfloor{ + dir = 8 + }, +/obj/machinery/computer/security{ + dir = 4 + }, +/turf/open/floor/engine, +/area/outpost/crew/cryo) +"TC" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/starboard) +"TF" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/item/stamp{ + pixel_x = -7; + pixel_y = 6 + }, +/obj/item/stamp/denied{ + pixel_x = -7 + }, +/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"TH" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/central) +"TJ" = ( +/turf/closed/indestructible/reinforced, +/area/outpost/hallway/central) +"TL" = ( +/obj/structure/table, +/obj/item/book/manual/chef_recipes{ + pixel_x = -4; + pixel_y = 6 + }, +/obj/item/kitchen/knife{ + pixel_y = 6; + pixel_x = 9 + }, +/obj/item/kitchen/rollingpin, +/obj/effect/turf_decal/industrial/warning{ + dir = 10; + color = "#808080" + }, +/turf/open/floor/plasteel, +/area/outpost/crew/canteen) +"TN" = ( +/obj/machinery/light/directional/north, +/obj/structure/table/wood, +/obj/machinery/status_display/ai{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/radio/intercom/directional/north{ + pixel_y = 5; + pixel_x = -3 + }, +/turf/open/floor/wood, +/area/outpost/operations) +"TP" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/carpet/red, +/area/outpost/vacant_rooms/office) +"TQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/sepia, +/area/outpost/crew/canteen) +"TR" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/item/paper/crumpled/ruins, +/obj/item/paper/fluff/jobs, +/obj/item/paper/fluff/jobs/cargo/manifest, +/obj/machinery/newscaster/directional/south, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo/office) +"TS" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/slab_2, +/area/outpost/hallway/central) +"TT" = ( +/obj/structure/chair/office, +/turf/open/floor/carpet/nanoweave, +/area/outpost/vacant_rooms) +"TV" = ( +/obj/structure/dresser, +/obj/item/trash/candle{ + pixel_y = 15; + pixel_x = 3 + }, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/carpet/royalblue, +/area/outpost/operations) +"TW" = ( +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/stairs{ + icon = 'icons/obj/stairs.dmi'; + dir = 8 + }, +/area/outpost/engineering/atmospherics) +"TZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/showcase/perfect_employee, +/obj/effect/turf_decal/box/corners, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/open/floor/plating/rust, +/area/outpost/maintenance/fore) +"Ua" = ( +/obj/effect/turf_decal/siding/wood/corner, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/central) +"Ub" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/aft) +"Uc" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = 32 + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/central) +"Ud" = ( +/obj/structure/barricade/security, +/obj/structure/curtain/cloth/grey, +/turf/open/floor/plating/rust, +/area/outpost/maintenance/fore) +"Ug" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/turf/open/floor/plasteel/patterned/grid, +/area/outpost/hallway/fore) +"Uh" = ( +/obj/effect/turf_decal/borderfloorwhite{ + dir = 9 + }, +/obj/structure/sink{ + pixel_y = 23 + }, +/obj/structure/mirror{ + pixel_y = 32 + }, +/obj/machinery/light/small/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/white, +/area/outpost/crew/library) +"Ui" = ( +/obj/effect/turf_decal/siding/white{ + dir = 5 + }, +/obj/structure/sign/poster/official/do_not_question{ + pixel_x = 32; + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/patterned/grid, +/area/outpost/hallway/fore) +"Uk" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/light/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/outpost/crew/bar) +"Un" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/structure/sign/poster/contraband/cybersun_med{ + pixel_x = 32 + }, +/obj/item/kirbyplants{ + pixel_x = 6; + pixel_y = 7 + }, +/turf/open/floor/wood, +/area/outpost/crew/bar) +"Uo" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/tech, +/area/outpost/hallway/fore) +"Uu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/frame/machine, +/obj/structure/noticeboard{ + pixel_y = 28 + }, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/plating/rust, +/area/outpost/maintenance/fore) +"Uv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing{ + dir = 8; + layer = 4.1 + }, +/obj/item/toy/plush/beeplushie, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"Ux" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/concrete/tiles, +/area/outpost/hallway/aft) +"Uy" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/patterned/grid, +/area/outpost/vacant_rooms) +"UA" = ( +/obj/structure/showcase/mecha/marauder, +/obj/effect/turf_decal/box/corners, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"UC" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood, +/area/outpost/crew/dorm) +"UD" = ( +/obj/effect/spawner/structure/window/reinforced/indestructable, +/turf/open/floor/plating, +/area/outpost/crew/canteen) +"UG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"UI" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/spline/fancy/opaque/black/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/patterned/grid, +/area/outpost/hallway/fore) +"UK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/industrial/warning/corner, +/obj/machinery/light/small/broken/directional/east, +/turf/open/floor/plating, +/area/outpost/maintenance/aft) +"UL" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/tech/grid, +/area/outpost/engineering) +"UM" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on/layer4, +/turf/open/floor/plating/asteroid/icerock/cracked, +/area/outpost/maintenance/fore) +"UO" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 + }, +/obj/effect/turf_decal/spline/fancy/opaque/black{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel/rockvault, +/area/outpost/operations) +"UP" = ( +/obj/effect/turf_decal/techfloor/corner{ + dir = 4 + }, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 1 + }, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 8 + }, +/turf/open/floor/plasteel/telecomms_floor, +/area/outpost/crew/cryo) +"UQ" = ( +/obj/machinery/door/poddoor/shutters/indestructible{ + name = "Showcase Storage" + }, +/obj/structure/barricade/wooden/crude{ + layer = 3.13 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/outpost/maintenance/fore) +"US" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"UT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/body_bag, +/obj/effect/mob_spawn/human/corpse/cargo_tech, +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"UU" = ( +/obj/structure/railing/wood{ + layer = 3.1; + dir = 8 + }, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/grass, +/area/outpost/hallway/central) +"UW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate/secure/loot, +/obj/effect/decal/cleanable/ash{ + pixel_x = 15; + pixel_y = -5 + }, +/obj/item/reagent_containers/food/drinks/coffee{ + pixel_y = 7; + pixel_x = -5 + }, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"UX" = ( +/obj/structure/window/plasma/reinforced/fulltile, +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plating, +/area/outpost/engineering/atmospherics) +"UY" = ( +/obj/structure/table/wood, +/obj/item/trash/plate{ + pixel_x = 1; + pixel_y = 2 + }, +/obj/item/reagent_containers/food/drinks/soda_cans/cola{ + pixel_x = 12 + }, +/turf/open/floor/plasteel/sepia, +/area/outpost/crew/canteen) +"UZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/pew/right{ + dir = 4 + }, +/obj/item/trash/boritos{ + pixel_x = 3; + pixel_y = -2 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/outpost/maintenance/fore) +"Vb" = ( +/obj/structure/window/reinforced/spawner/east, +/obj/machinery/light/directional/south, +/turf/open/floor/plasteel/dark, +/area/outpost/crew/cryo) +"Vc" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/light/directional/south, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/starboard) +"Vg" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/prisoner{ + pixel_x = -4; + pixel_y = 9 + }, +/obj/item/storage/box/flashbangs{ + pixel_x = 7; + pixel_y = 4 + }, +/obj/item/storage/box/flashes, +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 10 + }, +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/opaque/red/line{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/security) +"Vh" = ( +/obj/machinery/shower{ + dir = 8; + pixel_y = -7 + }, +/obj/machinery/door/window/eastleft{ + dir = 8 + }, +/obj/structure/curtain, +/obj/item/soap/deluxe, +/turf/open/floor/plasteel/freezer, +/area/outpost/crew/library) +"Vi" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/obj/machinery/light/directional/east, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/obj/machinery/elevator_call_button{ + pixel_y = 25 + }, +/obj/effect/landmark/outpost/elevator_machine{ + shaft = "3" + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/hallway/fore) +"Vk" = ( +/obj/structure/flora/rock/jungle{ + pixel_y = -11 + }, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/grass, +/area/outpost/crew/garden) +"Vl" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/rockvault, +/area/outpost/operations) +"Vm" = ( +/obj/structure/window/plasma/reinforced/fulltile, +/obj/structure/grille, +/turf/open/floor/plating, +/area/outpost/engineering/atmospherics) +"Vn" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/starboard) +"Vp" = ( +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/grass, +/area/outpost/crew/lounge) +"Vq" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/outpost/crew/library) +"Vr" = ( +/obj/machinery/gibber, +/turf/open/floor/plasteel/showroomfloor, +/area/outpost/crew/canteen) +"Vs" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/carpet/nanoweave, +/area/outpost/crew/canteen) +"Vu" = ( +/obj/effect/turf_decal/techfloor/orange/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/tech/grid, +/area/outpost/engineering) +"Vv" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/firealarm/directional/south, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/wood, +/area/outpost/crew/library) +"Vx" = ( +/obj/effect/turf_decal/corner_techfloor_gray/diagonal{ + layer = 2.030 + }, +/obj/effect/turf_decal/industrial/loading{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"Vy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/catwalk/over/plated_catwalk, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/outpost/maintenance/fore) +"Vz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/patterned/grid, +/area/outpost/hallway/fore) +"VA" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/carpet/green, +/area/outpost/hallway/aft) +"VC" = ( +/obj/effect/turf_decal/corner/opaque/blue/full, +/turf/open/floor/plasteel/white, +/area/outpost/medical) +"VI" = ( +/obj/machinery/light/small/directional/south, +/obj/structure/chair{ + dir = 4; + pixel_x = -7 + }, +/obj/item/trash/can{ + pixel_x = 11; + pixel_y = -5 + }, +/turf/open/floor/plating/rust, +/area/outpost/maintenance/fore) +"VK" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + req_access_txt = "109" + }, +/turf/open/floor/concrete/reinforced, +/area/outpost/maintenance/aft) +"VL" = ( +/obj/machinery/gibber, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/showroomfloor, +/area/outpost/hallway/central) +"VM" = ( +/turf/open/floor/grass, +/area/outpost/hallway/central) +"VN" = ( +/turf/open/floor/engine, +/area/outpost/crew/cryo) +"VT" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/turf/open/floor/grass/snow/safe, +/area/outpost/hallway/starboard) +"VV" = ( +/obj/structure/railing, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 + }, +/obj/machinery/elevator_call_button{ + dir = 8; + pixel_x = 25 + }, +/obj/effect/landmark/outpost/elevator_machine{ + shaft = "4" + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/hallway/fore) +"VZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/opaque/beige/filled/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"Wc" = ( +/obj/structure/table/wood/reinforced, +/obj/item/paper_bin{ + pixel_x = -7; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_y = 4; + pixel_x = -8 + }, +/obj/item/pen/charcoal{ + pixel_y = 8; + pixel_x = -3 + }, +/obj/item/flashlight/lamp/green{ + pixel_y = 8; + pixel_x = 6 + }, +/obj/item/phone{ + pixel_x = 8; + pixel_y = -3 + }, +/turf/open/floor/carpet/nanoweave, +/area/outpost/vacant_rooms) +"Wd" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/machinery/light/directional/south, +/obj/machinery/newscaster/directional/east, +/turf/open/floor/wood, +/area/outpost/hallway/central) +"Wi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/central) +"Wj" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance/two, +/turf/open/floor/concrete/slab_1, +/area/outpost/hallway/central) +"Wn" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/light/directional/south, +/turf/open/floor/concrete/slab_2, +/area/outpost/hallway/central) +"Wo" = ( +/obj/effect/decal/cleanable/plastic, +/obj/item/chair{ + pixel_x = -1; + pixel_y = -4 + }, +/obj/item/chair{ + pixel_x = -1 + }, +/obj/item/chair{ + pixel_x = -1; + pixel_y = 3 + }, +/obj/effect/turf_decal/box, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"Wp" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/outpost/operations) +"Wq" = ( +/obj/effect/turf_decal/industrial/warning, +/turf/closed/mineral/random/jungle, +/area/outpost/crew/garden) +"Wu" = ( +/obj/effect/turf_decal/siding/white{ + dir = 6 + }, +/obj/structure/statue/sandstone/venus{ + dir = 8; + layer = 3.1 + }, +/turf/open/floor/plasteel/patterned/grid, +/area/outpost/hallway/fore) +"Ww" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 + }, +/obj/machinery/light/directional/north, +/obj/machinery/elevator_call_button{ + dir = 4; + pixel_x = -25 + }, +/obj/effect/landmark/outpost/elevator_machine{ + shaft = "1" + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/hallway/fore) +"Wx" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/newscaster/directional/north{ + pixel_y = 33 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/sepia, +/area/outpost/crew/canteen) +"Wz" = ( +/obj/effect/turf_decal/trimline/opaque/beige/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"WB" = ( +/obj/structure/railing, +/obj/effect/turf_decal/spline/fancy/opaque/black, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/corner_steel_grid{ + dir = 10 + }, +/turf/open/floor/plasteel/patterned/grid, +/area/outpost/hallway/fore) +"WC" = ( +/turf/closed/indestructible/reinforced, +/area/outpost/crew/bar) +"WD" = ( +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/patterned/grid, +/area/outpost/hallway/fore) +"WE" = ( +/obj/machinery/door/airlock/freezer, +/turf/open/floor/plasteel/kitchen_coldroom/freezerfloor, +/area/outpost/hallway/central) +"WI" = ( +/obj/machinery/light/directional/east, +/turf/open/floor/plasteel/kitchen_coldroom/freezerfloor, +/area/outpost/crew/canteen) +"WJ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/structure/chair/stool/bar, +/obj/effect/decal/cleanable/vomit/old, +/turf/open/floor/concrete/slab_2, +/area/outpost/hallway/central) +"WL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/tech, +/area/outpost/engineering) +"WP" = ( +/obj/effect/turf_decal/industrial/traffic{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"WS" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/tech, +/area/outpost/hallway/fore) +"WT" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/tech, +/area/outpost/hallway/fore) +"WU" = ( +/obj/structure/table/wood, +/obj/item/storage/photo_album/library{ + pixel_y = 1; + pixel_x = -4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/carpet/red, +/area/outpost/vacant_rooms/office) +"WX" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/plasteel/patterned/grid, +/area/outpost/hallway/fore) +"WY" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/door/airlock/maintenance_hatch, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/outpost/maintenance/aft) +"WZ" = ( +/turf/open/floor/plating, +/area/outpost/maintenance/aft) +"Xb" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/chair/stool/bar{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/wood, +/area/outpost/crew/bar) +"Xd" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/spline/fancy/opaque/black{ + dir = 8 + }, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel/stairs{ + dir = 1 + }, +/area/outpost/operations) +"Xf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"Xg" = ( +/obj/structure/railing/corner/wood, +/obj/structure/flora/tree/palm{ + icon_state = "palm2" + }, +/turf/open/floor/grass, +/area/outpost/crew/garden) +"Xh" = ( +/obj/effect/turf_decal/corner/opaque/yellow/diagonal, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"Xi" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/structure/railing/wood{ + dir = 9 + }, +/turf/open/floor/wood, +/area/outpost/hallway/central) +"Xm" = ( +/obj/structure/sink/puddle, +/obj/structure/flora/ausbushes/stalkybush{ + pixel_y = 6 + }, +/turf/open/floor/grass, +/area/outpost/hallway/central) +"Xo" = ( +/obj/effect/turf_decal/trimline/opaque/beige/filled/warning{ + dir = 1; + pixel_y = 1 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"Xp" = ( +/obj/machinery/light/small/directional/west, +/turf/closed/indestructible/reinforced, +/area/outpost/maintenance/aft) +"Xs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/industrial/warning/corner, +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"Xt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/catwalk/over/plated_catwalk, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"Xu" = ( +/obj/effect/decal/cleanable/plasma, +/obj/structure/curtain/cloth/grey, +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating/rust, +/area/outpost/maintenance/fore) +"Xv" = ( +/obj/effect/turf_decal/corner_techfloor_gray/diagonal{ + layer = 2.030 + }, +/obj/effect/turf_decal/industrial/loading{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"Xw" = ( +/obj/structure/railing{ + layer = 3.1 + }, +/obj/effect/spawner/lootdrop/grille_or_trash, +/obj/item/trash/can{ + pixel_x = -8; + pixel_y = -6 + }, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/outpost/maintenance/aft) +"Xy" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/wood, +/area/outpost/crew/library) +"Xz" = ( +/obj/effect/turf_decal/techfloor/orange{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/radio/intercom/directional/north{ + pixel_y = 20 + }, +/turf/open/floor/plasteel/tech/grid, +/area/outpost/engineering) +"XA" = ( +/obj/structure/bookcase/random/fiction, +/obj/item/candle/infinite{ + pixel_y = 19; + pixel_x = 15 + }, +/obj/structure/sign/poster/official/sgt{ + pixel_x = 32 + }, +/turf/open/floor/wood, +/area/outpost/vacant_rooms/office) +"XB" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/slab_3, +/area/outpost/crew/garden) +"XC" = ( +/obj/item/storage/bag/tray, +/obj/item/storage/box/donkpockets{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/item/storage/box/donkpockets{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/reagent_containers/food/condiment/peppermill{ + desc = "Often used to flavor food or make people sneeze. Fashionably moved to the left side of the table."; + pixel_x = -8; + pixel_y = 2 + }, +/obj/item/reagent_containers/food/condiment/saltshaker{ + desc = "Salt. From space oceans, presumably. A staple of modern medicine."; + pixel_x = -8; + pixel_y = 12 + }, +/obj/machinery/reagentgrinder{ + pixel_y = 5 + }, +/obj/structure/table, +/obj/effect/turf_decal/industrial/warning{ + dir = 2; + color = "#808080" + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/plasteel, +/area/outpost/crew/canteen) +"XD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/central) +"XH" = ( +/obj/structure/flora/tree/palm{ + pixel_x = 16 + }, +/obj/structure/railing/wood{ + dir = 8 + }, +/turf/open/floor/grass, +/area/outpost/crew/garden) +"XI" = ( +/obj/machinery/computer/secure_data, +/obj/effect/turf_decal/trimline/opaque/red/filled/line, +/obj/effect/turf_decal/techfloor{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"XK" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/carpet, +/area/outpost/crew/library) +"XP" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/carpet/nanoweave, +/area/outpost/crew/canteen) +"XQ" = ( +/obj/structure/table/wood, +/obj/item/table_bell{ + pixel_x = 9; + pixel_y = -1 + }, +/turf/open/floor/plasteel, +/area/outpost/crew/canteen) +"XS" = ( +/obj/effect/turf_decal/techfloor{ + dir = 10 + }, +/turf/open/floor/plasteel/telecomms_floor, +/area/outpost/crew/cryo) +"XT" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/item/banner, +/turf/open/floor/concrete/tiles, +/area/outpost/crew/garden) +"XV" = ( +/obj/effect/turf_decal/techfloor/corner{ + dir = 8 + }, +/obj/structure/sign/warning/coldtemp{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/crew/cryo) +"XW" = ( +/obj/effect/turf_decal/siding/wideplating/dark, +/obj/effect/turf_decal/trimline/opaque/red/line, +/obj/structure/closet/secure_closet/security/sec, +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/south, +/turf/open/floor/plasteel/dark, +/area/outpost/security) +"XY" = ( +/obj/machinery/door/airlock/public/glass, +/obj/effect/landmark/outpost/elevator_machine{ + shaft = "2" + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/hallway/fore) +"Ya" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/starboard) +"Yb" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/item/kirbyplants{ + icon_state = "plant-03" + }, +/turf/open/floor/concrete/tiles, +/area/outpost/hallway/aft) +"Yf" = ( +/obj/effect/turf_decal/techfloor/corner{ + dir = 1 + }, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 5 + }, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 6 + }, +/turf/open/floor/plasteel/telecomms_floor, +/area/outpost/crew/cryo) +"Yh" = ( +/obj/effect/turf_decal/techfloor/orange{ + dir = 8 + }, +/obj/structure/closet/emcloset/wall{ + dir = 4; + pixel_x = -28 + }, +/turf/open/floor/plasteel/tech/grid, +/area/outpost/engineering) +"Yi" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/obj/effect/turf_decal/number/two, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/hallway/fore) +"Yj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/mop{ + pixel_y = -8; + pixel_x = -13 + }, +/obj/item/clothing/head/soft/purple, +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating{ + icon_state = "platingdmg2" + }, +/area/outpost/maintenance/fore) +"Yl" = ( +/obj/structure/table/reinforced{ + color = "#c1b6a5" + }, +/obj/machinery/chem_dispenser/drinks/fullupgrade{ + dir = 1 + }, +/obj/item/radio/intercom/directional/south, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/plasteel/sepia, +/area/outpost/crew/library) +"Yo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/oil, +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating/rust, +/area/outpost/maintenance/fore) +"Yp" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/concrete/slab_1, +/area/outpost/hallway/aft) +"Yq" = ( +/obj/structure/table/reinforced, +/obj/item/folder/yellow{ + pixel_x = -7 + }, +/turf/open/floor/plasteel/dark, +/area/outpost/operations) +"Yr" = ( +/obj/effect/turf_decal/techfloor/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-5" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/tech, +/area/outpost/engineering) +"Yt" = ( +/obj/structure/railing/corner/wood{ + dir = 8 + }, +/obj/structure/flora/tree/palm{ + pixel_x = 16 + }, +/turf/open/floor/grass, +/area/outpost/crew/garden) +"Yv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/bag/tray/cafeteria{ + pixel_x = -9; + pixel_y = 12 + }, +/obj/effect/decal/cleanable/food/egg_smudge, +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"Yy" = ( +/obj/effect/turf_decal/techfloor, +/obj/effect/turf_decal/trimline/transparent/lightgrey/line{ + dir = 1 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/engineering/atmospherics) +"Yz" = ( +/obj/structure/stone_tile/surrounding/cracked, +/obj/item/toy/plush/narplush, +/turf/open/floor/plating/rust, +/area/outpost/maintenance/fore) +"YC" = ( +/obj/structure/table/wood, +/obj/item/storage/secure/briefcase, +/obj/item/storage/lockbox/loyalty{ + pixel_x = 5; + pixel_y = 1 + }, +/obj/item/assembly/flash/handheld, +/obj/machinery/light/directional/east, +/turf/open/floor/plasteel, +/area/outpost/operations) +"YE" = ( +/obj/effect/decal/fakelattice{ + icon_state = "lattice-11" + }, +/turf/open/space/basic, +/area/outpost/external) +"YF" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/coffee{ + pixel_x = -8; + pixel_y = 3 + }, +/obj/item/trash/semki{ + pixel_y = 7; + pixel_x = 5 + }, +/turf/open/floor/wood, +/area/outpost/crew/library) +"YG" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/railing/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/carpet, +/area/outpost/crew/library) +"YH" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 8; + color = "#808080" + }, +/obj/structure/bed, +/obj/machinery/light/directional/east, +/turf/open/floor/plasteel/dark, +/area/outpost/security) +"YI" = ( +/obj/structure/closet/secure_closet/captains, +/turf/open/floor/carpet/blue, +/area/outpost/operations) +"YJ" = ( +/obj/structure/table/wood, +/obj/item/paicard{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/paicard{ + pixel_x = -1; + pixel_y = 1 + }, +/turf/open/floor/plasteel/sepia, +/area/outpost/crew/bar) +"YM" = ( +/obj/effect/turf_decal/techfloor/orange{ + dir = 6 + }, +/obj/structure/tank_dispenser, +/turf/open/floor/plasteel/tech/grid, +/area/outpost/engineering) +"YN" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 4 + }, +/obj/item/gun/energy/ionrifle, +/obj/item/gun/energy/beam_rifle{ + pixel_x = 3; + pixel_y = -4 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/security/armory) +"YO" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/concrete/slab_4, +/area/outpost/hallway/central) +"YP" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/engineering/atmospherics) +"YR" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/railing/corner/wood{ + dir = 8 + }, +/obj/structure/sign/poster/official/soft_cap_pop_art{ + pixel_x = -32 + }, +/turf/open/floor/carpet, +/area/outpost/crew/library) +"YS" = ( +/obj/effect/turf_decal/techfloor{ + dir = 8 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/plasteel/tech, +/area/outpost/hallway/fore) +"YT" = ( +/obj/effect/turf_decal/corner_techfloor_gray/diagonal{ + layer = 2.030 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"YX" = ( +/obj/effect/turf_decal/industrial/traffic{ + dir = 4 + }, +/obj/effect/turf_decal/industrial/traffic{ + dir = 8 + }, +/obj/machinery/light/directional/north, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"YZ" = ( +/obj/structure/closet/secure_closet/ertEngi, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 + }, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/plasteel/tech, +/area/outpost/security/armory) +"Za" = ( +/turf/closed/indestructible/reinforced, +/area/outpost/crew/dorm) +"Zb" = ( +/obj/structure/closet/secure_closet/freezer/wall{ + dir = 8; + pixel_x = 28 + }, +/obj/item/clothing/under/rank/civilian/cookjorts, +/obj/item/clothing/shoes/cookflops, +/obj/item/clothing/suit/toggle/chef, +/obj/item/clothing/under/rank/civilian/chef, +/obj/item/clothing/under/rank/civilian/chef/skirt, +/obj/item/clothing/suit/hooded/wintercoat, +/obj/item/clothing/head/chefhat, +/obj/item/clothing/suit/apron/chef, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/showroomfloor, +/area/outpost/crew/canteen) +"Zc" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/central) +"Zd" = ( +/obj/effect/turf_decal/trimline/opaque/beige/filled/line, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/outpost/cargo) +"Ze" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner, +/turf/open/floor/concrete/tiles, +/area/outpost/hallway/central) +"Zf" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"Zh" = ( +/obj/effect/turf_decal/siding/white, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/outpost/vacant_rooms) +"Zi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/alien/weeds, +/obj/structure/alien/egg/burst, +/obj/effect/decal/cleanable/xenoblood/xgibs/larva/body, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"Zk" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/chair/wood, +/turf/open/floor/wood, +/area/outpost/crew/dorm) +"Zl" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/grass, +/area/outpost/crew/lounge) +"Zm" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/light/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/tiles, +/area/outpost/hallway/aft) +"Zn" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/light/directional/north, +/obj/structure/sign/logo{ + icon_state = "nanotrasen_sign4"; + pixel_y = 32 + }, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/central) +"Zp" = ( +/turf/closed/mineral/random/snow, +/area/outpost/external) +"Zr" = ( +/obj/machinery/vending/security, +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/opaque/red/line{ + dir = 6 + }, +/obj/effect/turf_decal/industrial/outline/yellow, +/turf/open/floor/plasteel/dark, +/area/outpost/security) +"Zs" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/machinery/light/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/outpost/hallway/central) +"Zt" = ( +/obj/structure/rack, +/obj/effect/turf_decal/box/corners{ + dir = 1 + }, +/obj/effect/turf_decal/box/corners{ + icon_state = "box_corners"; + dir = 8 + }, +/obj/machinery/light/directional/south, +/obj/item/shard, +/turf/open/floor/concrete/slab_1, +/area/outpost/hallway/central) +"Zu" = ( +/obj/machinery/cryopod{ + dir = 1 + }, +/turf/open/floor/plasteel/telecomms_floor, +/area/outpost/crew/cryo) +"Zv" = ( +/obj/structure/table, +/obj/structure/bedsheetbin, +/turf/open/floor/plasteel/patterned/cargo_one, +/area/outpost/crew/library) +"Zw" = ( +/obj/machinery/light/directional/east, +/obj/effect/decal/cleanable/plasma, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo/office) +"Zy" = ( +/obj/structure/girder/displaced, +/obj/structure/railing{ + dir = 4; + layer = 4.1 + }, +/turf/open/floor/plating, +/area/outpost/maintenance/fore) +"Zz" = ( +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/central) +"ZB" = ( +/turf/open/floor/plasteel/stairs{ + barefootstep = "woodbarefoot"; + color = "#A47449"; + footstep = "wood" + }, +/area/outpost/hallway/fore) +"ZC" = ( +/obj/structure/railing/corner/wood{ + dir = 8 + }, +/obj/structure/railing/corner/wood{ + dir = 8; + pixel_y = 26 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/turf/open/floor/wood, +/area/outpost/crew/dorm) +"ZD" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/machinery/door/window/brigdoor/southright{ + req_access_txt = "101" + }, +/obj/machinery/door/window/brigdoor/southright{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/ert, +/turf/open/floor/plasteel/tech/techmaint, +/area/outpost/security) +"ZE" = ( +/obj/effect/turf_decal/techfloor/orange{ + dir = 6 + }, +/obj/machinery/portable_atmospherics/scrubber/huge, +/obj/effect/turf_decal/industrial/hatch/yellow, +/turf/open/floor/plasteel/tech/grid, +/area/outpost/engineering) +"ZF" = ( +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/turf/open/floor/plasteel/mono/dark, +/area/outpost/cargo) +"ZG" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/railing/corner/wood{ + dir = 1 + }, +/obj/structure/railing/corner/wood{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/outpost/hallway/central) +"ZH" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/starboard) +"ZJ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/light/directional/east, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/carpet/nanoweave, +/area/outpost/crew/canteen) +"ZK" = ( +/obj/machinery/door/poddoor/shutters/preopen, +/turf/open/floor/plasteel/tech, +/area/outpost/cargo) +"ZM" = ( +/obj/effect/turf_decal/industrial/hatch/yellow, +/turf/open/floor/plasteel/mono/dark, +/area/outpost/cargo) +"ZN" = ( +/obj/effect/turf_decal/spline/fancy/opaque/black{ + dir = 8 + }, +/obj/effect/turf_decal/spline/fancy/opaque/black{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/tech, +/area/outpost/crew/cryo) +"ZO" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/machinery/light/directional/south, +/obj/structure/closet/wall{ + name = "Game Locker"; + dir = 8; + pixel_x = 28; + desc = "It's a basic storage unit. Theres a little label on it, asking you to put the toys back in when finished" + }, +/obj/item/toy/figure/curator{ + pixel_x = 7; + pixel_y = 8 + }, +/obj/item/toy/figure/detective, +/obj/item/toy/figure/dsquad{ + pixel_x = 7 + }, +/obj/item/toy/figure/head_of_personnel{ + pixel_y = -5; + pixel_x = 11 + }, +/obj/item/toy/figure/ian{ + pixel_y = -3; + pixel_x = 5 + }, +/obj/item/toy/figure/ian{ + pixel_y = -3; + pixel_x = 5 + }, +/obj/item/toy/figure/ian{ + pixel_y = -3; + pixel_x = 5 + }, +/obj/item/toy/figure/janitor{ + pixel_y = -7 + }, +/obj/item/toy/figure/lawyer{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/item/toy/figure/ninja{ + pixel_y = -9; + pixel_x = 6 + }, +/obj/item/toy/figure/captain, +/obj/item/toy/figure/syndie, +/obj/item/toy/figure/syndie, +/obj/item/toy/figure/syndie, +/obj/item/toy/figure/secofficer, +/obj/item/toy/figure/secofficer, +/obj/item/toy/figure/wizard, +/obj/item/toy/plush/knight, +/obj/item/toy/plush/hornet{ + pixel_x = 9; + pixel_y = -4 + }, +/obj/item/toy/toy_xeno, +/obj/item/toy/toy_xeno, +/obj/item/storage/pill_bottle/dice{ + pixel_x = 6; + pixel_y = 6 + }, +/turf/open/floor/carpet/red, +/area/outpost/vacant_rooms/office) +"ZQ" = ( +/obj/machinery/light/directional/north, +/turf/open/floor/grass, +/area/outpost/hallway/fore) +"ZR" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/concrete/slab_3, +/area/outpost/hallway/starboard) +"ZS" = ( +/obj/effect/turf_decal/techfloor{ + dir = 1 + }, +/turf/open/floor/plasteel/tech, +/area/outpost/crew/cryo) +"ZT" = ( +/obj/effect/turf_decal/techfloor{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/computer/bounty, +/turf/open/floor/plasteel/tech, +/area/outpost/hallway/fore) +"ZV" = ( +/obj/structure/table, +/obj/machinery/light/directional/south, +/turf/open/floor/plasteel/patterned/cargo_one, +/area/outpost/crew/library) +"ZW" = ( +/obj/structure/chair/stool/bar, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/turf/open/floor/plasteel/sepia, +/area/outpost/crew/library) +"ZX" = ( +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating/dark, +/obj/effect/turf_decal/trimline/opaque/red/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/opaque/red/line, +/obj/machinery/door/airlock/security{ + req_access_txt = "101" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/poddoor/ert, +/turf/open/floor/plasteel/dark, +/area/outpost/security) +"ZY" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/light/directional/south, +/turf/open/floor/concrete/tiles, +/area/outpost/crew/garden) +"ZZ" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/mug{ + pixel_x = -7; + pixel_y = -2 + }, +/obj/item/toy/cards/deck{ + pixel_y = 7; + pixel_x = 5 + }, +/turf/open/floor/plasteel/sepia, +/area/outpost/crew/bar) + +(1,1,1) = {" +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +MF +MF +MF +MF +MF +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +"} +(2,1,1) = {" +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +MF +MF +Kv +tJ +Qe +MF +MF +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +"} +(3,1,1) = {" +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +Zp +Zp +Zp +Zp +Zp +Zp +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +MF +MF +EB +Qd +fK +fK +fQ +MF +MF +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +"} +(4,1,1) = {" +vV +vV +vV +vV +vV +vV +vV +vV +vV +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +vV +vV +vV +vV +vV +Zp +Zp +Zp +Zp +Mx +rd +wt +fK +Qd +Qd +SL +yJ +Mx +Zp +Zp +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +"} +(5,1,1) = {" +vV +vV +vV +vV +vV +vV +vV +vV +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +vV +Zp +Zp +Zp +Zp +Zp +Zp +Mx +lD +uw +ot +Qd +vu +uw +ot +Mx +aL +aL +Zp +Zp +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +"} +(6,1,1) = {" +vV +vV +vV +vV +vV +vV +vV +vV +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Mx +AC +EJ +Po +fK +zR +nA +FM +Mx +cL +aL +aL +aL +Zp +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +"} +(7,1,1) = {" +vV +vV +vV +vV +vV +vV +vV +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Mx +Zl +dM +od +fK +qX +BY +Vp +Gh +BX +Ap +EZ +aL +aL +Zp +Zp +Zp +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +"} +(8,1,1) = {" +vV +vV +vV +vV +vV +vV +vV +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Mx +kk +mn +Pi +tz +Oo +LV +lh +Mx +yP +iN +iN +uV +aL +Zp +Zp +Zp +Zp +Zp +Zp +Zp +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +"} +(9,1,1) = {" +vV +vV +vV +vV +vV +vV +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +TJ +TJ +TJ +TJ +TJ +TJ +Mx +Mx +Mx +PA +Kp +PA +Mx +Mx +Mx +cL +cL +cL +Tv +cL +cL +aL +Zp +Zp +Zp +Zp +Zp +Zp +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +"} +(10,1,1) = {" +vV +vV +vV +vV +vV +vV +Zp +Zp +Zp +Zp +Zp +Zp +Zp +wH +lJ +wH +wH +lJ +OP +OP +Zp +TJ +TJ +qj +yc +Ja +gu +Wj +re +dE +Tn +Qp +Iz +gN +Tn +AF +Pm +rf +pt +cL +tQ +Xp +RV +Fe +Zp +Zp +Zp +Zp +Zp +Zp +Zp +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +"} +(11,1,1) = {" +vV +vV +vV +vV +vV +Zp +Zp +HY +sN +sN +sN +Zp +OP +wH +RO +xD +xf +eX +zu +OP +Zp +TJ +xH +ta +MQ +sd +Cd +Cd +Cd +RE +Cd +Gc +Wi +cm +Tn +xO +OV +Js +ay +bX +Lf +cL +lL +Ll +Zp +Zp +Zp +Zp +Zp +Zp +Zp +aW +aW +aW +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +"} +(12,1,1) = {" +vV +vV +vV +vV +Zp +Zp +Zp +sN +Ft +sN +HY +Zp +OP +LS +eW +eW +eW +Nz +PH +wH +Zp +TJ +BI +qW +xy +Ze +EH +pz +pz +pz +pz +Dp +jn +TS +Tn +df +OV +DU +zP +cL +uq +cL +BS +cL +gS +Zp +Zp +Zp +Zp +Zp +Zp +ak +aW +aW +aW +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +"} +(13,1,1) = {" +vV +vV +vV +vV +Zp +Zp +HY +sN +vV +Ft +Ft +Zp +wH +tl +yb +zu +eW +Ra +ip +wH +wH +wH +wH +va +yO +wy +Kh +Ff +yh +DJ +Nd +zI +LG +yX +YO +ob +eO +RT +TJ +cL +Gz +cL +WY +cL +aL +cL +cL +aL +aL +Zp +cL +cL +qy +cL +aW +aW +vV +vV +vV +vV +vV +vV +vV +vV +vV +"} +(14,1,1) = {" +vV +vV +vV +Zp +Zp +Zp +sN +vV +vV +cb +Ft +OP +wH +wH +wH +we +wH +lJ +wH +wH +Zi +jQ +wH +WC +WC +WC +WC +WC +WC +WC +Dk +jI +Zc +HA +xU +TJ +TJ +TJ +TJ +hX +uj +hJ +eI +bG +nc +cL +uo +Fn +aL +aL +cL +WZ +WZ +cL +aW +aW +Zp +vV +vV +vV +vV +vV +vV +vV +vV +"} +(15,1,1) = {" +vV +vV +vV +Zp +Zp +Zp +HY +Ft +dx +YE +hH +DD +kc +sn +sg +yD +Dw +PB +uJ +lJ +wa +JY +aD +WC +mA +Uk +ze +dv +hp +WC +TJ +vO +gk +mW +WJ +Pa +wn +NP +TJ +cL +cL +cL +Bs +KD +aw +cL +fV +RX +Rt +aL +cL +QY +WZ +cL +aW +Zp +Zp +vV +vV +vV +vV +vV +vV +vV +vV +"} +(16,1,1) = {" +vV +vV +Zp +Zp +Zp +Zp +HY +HY +Ft +hH +hH +nP +wB +vf +GO +jo +Hk +GH +UA +wH +Oq +Il +Nq +WC +Ez +uv +dr +Bj +mv +GS +bP +Gr +GB +zz +wF +EP +xh +Tz +TJ +hZ +VL +cL +Br +iN +ly +cL +DH +PN +PO +iH +cL +cL +pm +cL +Zp +Zp +Zp +Zp +vV +vV +vV +vV +vV +vV +vV +"} +(17,1,1) = {" +vV +Zp +Zp +Zp +AB +Zp +Zp +Zp +Zp +Zp +Zp +OP +lJ +UQ +CL +zQ +lJ +hE +hE +wH +wH +we +wH +WC +Tt +ge +nX +Tm +un +sQ +LK +BG +Ij +zz +Lj +Ju +xh +Sn +WE +El +Og +cL +pG +sX +Tc +cL +rc +xA +cL +cL +cL +Dt +QB +cL +cL +Zp +Zp +Zp +vV +vV +vV +vV +vV +vV +vV +"} +(18,1,1) = {" +vV +Zp +Zp +gv +AB +Re +Zp +Zp +Zp +Zp +wH +wH +wH +vy +zv +IE +vE +LP +xY +SH +Jf +Oh +ha +WC +ae +Ep +Xb +Kg +yI +DS +wJ +Px +er +Ua +RY +zB +oo +JE +TJ +El +LM +cL +ar +lI +cL +cL +jl +lM +cL +Sp +Xw +yn +uV +im +cL +cL +Zp +Zp +vV +vV +vV +vV +vV +vV +vV +"} +(19,1,1) = {" +vV +Zp +Zp +mc +Gv +AB +Zp +Zp +Zp +wH +lJ +oH +eR +Yo +he +CZ +xM +Cj +xd +RZ +UT +Jv +cM +te +IF +lR +aE +ZZ +YJ +GS +Fd +Dp +Ev +GT +TJ +TJ +TJ +TJ +TJ +PC +qI +cL +CF +cL +cL +mh +bR +ar +QH +tD +bR +yp +iN +Dy +gH +cL +cL +Zp +Zp +vV +vV +vV +vV +vV +vV +"} +(20,1,1) = {" +vV +Zp +Zp +xk +Os +yj +Zp +Zp +Zp +OP +Ci +UG +nH +xV +wH +lJ +wH +Rp +Rp +Rp +Rp +Rp +gM +WC +il +iE +si +si +qT +WC +TJ +vO +Ev +mt +Tn +SR +QW +Gi +TJ +TJ +cL +cL +rk +rk +bR +bR +iW +fJ +cL +Hy +IB +bq +zH +KW +To +sl +cL +cL +Zp +vV +vV +vV +vV +vV +vV +"} +(21,1,1) = {" +vV +Zp +Zp +ck +KY +Zp +Zp +Zp +Zp +OP +Mb +UG +lz +wH +wH +fF +ev +Rp +AE +AE +CG +Rp +hb +WC +Un +hK +OM +OM +Bw +WC +OU +Qp +Ev +Zz +Tn +lf +Kb +Rd +If +Ds +cL +mH +Sm +UK +yr +qF +Qw +Rx +Rx +Rx +Rx +Rx +Rx +Rx +fM +sF +yE +cL +Zp +Zp +Zp +vV +vV +vV +vV +"} +(22,1,1) = {" +vV +Zp +Zp +Zp +OP +OP +OP +OP +OP +wH +TZ +UG +wH +wH +ng +Lw +BB +Rp +AE +AE +AE +Rp +Rp +WC +WC +WC +fb +hk +kx +WC +PV +Qp +jh +Jm +AD +nU +eg +dF +kT +wR +vw +vw +vw +cL +VK +cL +Rx +Rx +uR +wW +NQ +IS +Fm +Rx +Rx +ef +cL +cL +cL +Zp +Zp +Zp +vV +vV +vV +"} +(23,1,1) = {" +vV +vV +Zp +OP +OP +Zy +JC +CV +aJ +wH +Uu +eR +Ay +ai +SK +Yz +NC +Rp +AE +AE +AE +Rp +Lv +Ex +wQ +WC +WC +WC +WC +WC +TJ +iR +SF +bk +Tn +gm +NW +Zt +vw +vw +vw +vx +vx +Wq +Mq +uk +Rx +uR +de +Gu +Bu +UP +kZ +Fm +Rx +Mi +hd +dh +aL +Zp +Zp +Zp +Zp +vV +vV +"} +(24,1,1) = {" +vV +vV +vV +Gq +ka +ok +Ob +nv +zF +wH +ml +Xs +wH +gz +cW +yK +vY +Rp +Rp +vG +Rp +Rp +LQ +uX +Ex +MD +Gx +Gx +Gx +Gx +TJ +gL +gk +Zz +Tn +pD +Pf +Ql +vw +vx +vx +vx +pL +Ed +fc +fc +Rx +xp +LF +kB +wK +HI +pq +qm +Rx +zY +qQ +aL +aL +Zp +Zp +Zp +Zp +vV +vV +"} +(25,1,1) = {" +vV +vV +vV +wH +ea +jG +jG +Cn +eW +kH +FL +lX +Rp +Rp +Rp +Rp +Rp +Rp +Ww +fn +PP +Rp +KU +KU +KU +Rp +Rp +Rp +Rp +Gx +TJ +Lh +ir +HA +TJ +TJ +TJ +vw +vw +vx +cr +cr +cr +RK +cr +RK +Rx +Pl +Oe +Zu +yN +wl +Ou +oh +Rx +Rx +Rx +Rx +Rx +Zp +Zp +Zp +Zp +Zp +vV +"} +(26,1,1) = {" +vV +vV +vV +wH +tF +Kx +hu +EY +nQ +wH +NI +KQ +Rp +AE +AE +AL +Rp +pC +Bb +kw +OC +qU +gR +WX +Ug +hh +At +Rp +Gx +Gx +TJ +qA +TH +Zz +sH +hM +TJ +vw +Vk +cr +cr +NX +cr +Xg +eH +bA +Rx +KG +PL +XS +EA +Pc +Yf +ZS +hW +rJ +Fu +Rx +Rx +Zp +Zp +Zp +Zp +Zp +vV +"} +(27,1,1) = {" +vV +vV +Zp +OP +OP +Uv +vz +gM +Sd +wH +Vy +GY +Rp +AE +AE +AE +XY +Yi +Ko +vZ +vZ +ga +ga +tX +vZ +MA +eZ +Rp +qZ +jg +TJ +Zn +gk +TS +JX +xu +Zs +vw +eH +bA +Ox +eH +eH +kz +aA +ZY +Rx +Na +Se +HT +JM +pE +js +cR +hW +CK +rA +MC +Rx +Zp +Zp +Zp +Zp +Zp +vV +"} +(28,1,1) = {" +vV +Zp +Zp +Zp +OP +OP +OP +OP +we +wH +Te +qw +Rp +AE +AE +AE +Rp +lH +Ko +vZ +ur +AM +AM +oK +vZ +MA +vS +Rp +Rp +WT +TJ +vW +Fq +IW +Mc +yQ +za +vw +jm +fL +fL +mJ +mJ +mJ +XT +fT +Rx +Rx +XV +eC +eC +eC +gC +hW +hW +pZ +Rm +Vb +Rx +Zp +Zp +Zp +Zp +Zp +Zp +"} +(29,1,1) = {" +Zp +Zp +Zp +Zp +Zp +Zp +OP +mS +aF +wH +Xu +Ud +Rp +Rp +Rp +Rp +Rp +aV +Ko +vZ +Ik +wM +zZ +uZ +OK +rj +YS +Rp +sJ +sz +ZB +Rw +Gk +Ny +Cd +Cd +Kj +vw +Hv +Oc +Ol +Ol +Ol +Ol +sP +XB +zL +Rx +ra +NJ +HO +NJ +fX +hW +TA +ru +nY +je +Rx +Zp +Zp +Zp +Zp +Zp +Zp +"} +(30,1,1) = {" +Zp +Zp +Zp +Zp +Zp +Zp +OP +sD +Pb +wH +CD +vB +AV +Hi +Dh +BV +Ei +sB +bv +zy +WB +fE +ZT +Uo +WS +up +WS +Io +EV +Hj +NG +iJ +MU +Sk +Sk +iJ +iJ +QK +KC +dp +zb +Bx +zb +zb +zb +Bx +Bx +hy +gn +ZN +RF +BL +PZ +Hu +dg +Eq +VN +FG +Rx +Zp +Zp +Zp +Zp +Zp +Zp +"} +(31,1,1) = {" +Zp +Zp +Zp +Zp +Zp +OP +OP +Th +AW +wH +Jw +wH +Rp +Rp +Rp +Rp +Rp +fZ +Ko +vZ +Ik +vc +vN +OG +RH +wh +oS +Rp +rR +tp +ZB +Rw +rw +og +pz +pz +pz +vw +Gn +uI +rx +td +rx +rx +rx +jw +zL +Rx +Nh +dq +kt +GE +Tw +hW +Aa +IC +IC +NY +Rx +Zp +Zp +Zp +Zp +Zp +Zp +"} +(32,1,1) = {" +Zp +Zp +Zp +OP +OP +OP +lA +Ru +gl +Jw +UG +xm +Rp +AE +AE +pl +Rp +FD +Ko +vZ +UI +tf +tf +Vz +vZ +MA +At +Rp +xL +Ta +ez +hi +NH +hi +Xi +cp +Qm +vw +Of +fv +fv +fv +fv +fv +xZ +RM +Rx +Rx +Nb +iB +iB +iB +Fm +hW +hW +Iy +ts +ci +Rx +Zp +Zp +Zp +Zp +Zp +Zp +"} +(33,1,1) = {" +Zp +Zp +Zp +OP +UZ +SN +Yj +HG +jD +wH +oE +zs +Rp +AE +AE +AE +cq +HH +Ko +vZ +vZ +ga +ga +Vz +vZ +MA +eZ +Rp +ZQ +OJ +QP +zz +gk +zz +ZG +Ec +Wd +vw +sL +XH +qz +et +et +eb +dC +FN +Rx +bC +de +Gu +Bu +UP +kZ +Fm +hW +DP +rA +rO +Rx +Zp +Zp +Zp +Zp +Zp +Zp +"} +(34,1,1) = {" +Zp +Zp +Zp +OP +UW +UG +HG +NM +wH +wH +wH +wH +Rp +AE +AE +AE +Rp +Vi +Ui +WD +Qy +nb +Ok +hP +KX +Wu +aH +Rp +Rp +xa +Hx +Dp +GB +Ua +Kk +lt +TJ +vw +Ew +cr +cr +zO +cr +Yt +et +XH +Rx +Gw +LF +kB +wK +HI +pq +ZS +hW +Cc +nT +Rx +Rx +Zp +Zp +Zp +Zp +Zp +Zp +"} +(35,1,1) = {" +Zp +Zp +Zp +wH +bQ +iM +vv +hj +hj +cX +BD +hg +Rp +Rp +Rp +Rp +Rp +Rp +vT +NF +VV +Rp +qd +Qb +xC +DZ +Rp +QT +QT +QT +QT +xQ +Ev +HA +It +Eb +It +vw +vw +Qu +cr +na +KL +wf +Ew +vx +Rx +Pl +Oe +Zu +yN +wl +Ou +oh +Rx +Rx +Rx +Rx +hc +Zp +Zp +Zp +Zp +Zp +Zp +"} +(36,1,1) = {" +Zp +Zp +Zp +wH +wH +Jw +wH +hj +cX +Cp +Yr +LX +wY +an +Yh +px +xW +Rp +Rp +dA +Rp +QT +QT +pu +QT +QT +QT +EU +NV +Bi +Ho +Oa +Ev +mt +It +mE +yF +bJ +vw +vx +vx +cr +cr +vx +vx +vx +Rx +xp +PL +XS +EA +Pc +Yf +BQ +Rx +Uh +fl +Nr +Nr +Zp +Zp +Zp +Zp +Zp +vV +"} +(37,1,1) = {" +Zp +Zp +wH +wH +CJ +iY +VI +hj +lg +SP +IY +Jc +GQ +CC +sU +ie +wz +Rp +AE +AE +Jb +QT +nn +nn +nn +QT +wL +Rl +by +TT +xs +Qp +xT +bY +RA +yi +fp +nk +vw +vw +vx +vx +vx +vx +vx +vx +Rx +qO +Se +jE +JM +pE +js +gC +Rx +jU +Lx +Vh +Nr +Zp +Zp +Zp +Zp +Zp +vV +"} +(38,1,1) = {" +Zp +Zp +wH +Wo +uP +Yv +BN +hj +cX +EO +LJ +qN +wY +Lr +Vu +Pv +YM +Rp +AE +AE +AE +QT +nn +li +nn +QT +Wc +di +vm +eS +Bm +Co +Ev +Zz +It +BJ +dL +GR +vK +vw +vw +vw +vw +po +po +po +Rx +Rx +Na +mR +mk +eC +gC +Rx +Rx +Nr +du +Nr +Nr +Zp +Zp +Zp +Zp +Zp +vV +"} +(39,1,1) = {" +Zp +Zp +wH +qe +Fs +wH +wH +hj +hj +cX +DR +NO +hj +hj +Xz +Fy +hj +Rp +AE +AE +AE +QT +nn +nn +nn +QT +ps +Ee +Ee +Ee +QT +Nu +jh +QS +It +jX +TP +Si +rQ +It +Gd +mp +Ey +po +Ig +VC +nz +Rx +Rx +Rx +Rx +Rx +Rx +Rx +fB +vJ +cn +Zv +Nr +Zp +Zp +Zp +Zp +vV +vV +"} +(40,1,1) = {" +Zp +Zp +wH +LN +nt +pU +uE +jC +pU +pU +pU +pU +pU +zD +HL +OE +jZ +Rp +Rp +Rp +Rp +QT +st +st +st +QT +QT +QT +bO +QT +QT +Ih +Ev +Or +It +wN +lB +Si +uL +dR +dR +dR +fk +po +kF +VC +lK +po +Mo +uQ +cf +bV +gI +Za +Nr +Nr +cn +ZV +Nr +Zp +Zp +Zp +vV +vV +vV +"} +(41,1,1) = {" +vV +Zp +wH +wH +HG +pU +pT +Eg +NK +cC +Jp +Lp +pU +vl +Iu +UL +OI +hj +en +wV +hj +fR +Qz +Xf +lN +nj +Qz +kf +Qz +Ns +QT +Uc +Ev +CW +It +It +Pp +WU +FT +tK +QR +QR +vM +po +Kd +qx +nJ +po +xI +UC +ZC +oA +Am +mI +Sx +pX +eu +tP +Nr +Zp +Zp +Zp +vV +vV +vV +"} +(42,1,1) = {" +vV +UM +By +db +Xt +Lz +ry +ry +YP +dT +Qv +Mf +ty +qi +tb +NL +QO +RS +WL +WL +RS +eL +kO +kO +JZ +Ro +Uy +Tk +kO +Zh +yL +fr +ve +Zz +QG +It +nE +Jq +ZO +It +XA +zM +Gd +po +Gj +aB +rU +po +Zk +Mw +Gt +cG +Mw +In +gA +LD +mY +Nr +Nr +Zp +Zp +Zp +vV +vV +vV +"} +(43,1,1) = {" +vV +HY +HY +wH +wH +pU +aq +Fp +jb +Kw +tO +Et +pU +zl +wg +vI +ZE +hj +da +OR +hj +aC +iT +iT +ys +jv +gh +zi +tV +MX +QT +vO +GB +mP +TJ +It +It +It +It +It +It +It +It +po +mu +fA +oq +po +LC +IL +le +pg +mx +Za +GA +MK +Vv +Nr +Zp +Zp +Zp +Zp +vV +vV +vV +"} +(44,1,1) = {" +vV +vV +HY +Zp +Zp +pU +aq +Fp +pU +HE +aZ +TW +pU +kq +Dm +hj +hj +hj +hj +hj +hj +QT +QT +bO +QT +QT +QT +QT +QT +QT +QT +RB +gk +Zz +vC +Me +pj +oC +ep +vC +pv +Ca +QN +po +po +mB +po +po +Za +Za +Za +Za +Za +Za +Za +AT +rT +Nr +Zp +Zp +Zp +Zp +vV +vV +vV +"} +(45,1,1) = {" +vV +vV +Zp +Zp +Zp +pU +pU +pU +pU +eU +tO +JS +pU +pU +pU +gP +Vr +BA +sR +gP +ba +DL +FC +IJ +cB +gP +dj +dj +dj +dj +Gy +Qp +gk +mW +Ub +Dg +Cl +Dg +bB +vC +mr +mr +mr +Zm +la +MM +mr +Nr +Rz +zj +Db +nh +YR +fG +fG +Nj +Xy +Nr +Zp +Zp +Zp +Zp +vV +vV +vV +"} +(46,1,1) = {" +vV +vV +Zp +Zp +Zp +Zp +pU +vD +Vm +my +LO +CE +Vm +QU +pU +Qq +AK +sR +sR +gP +ua +sI +mZ +IJ +IJ +gP +dj +dj +dj +Xm +Ak +Qp +uH +Px +uf +aU +GU +FQ +FA +Ag +xK +su +Ng +Yp +Yp +CN +Yp +Em +YG +vQ +fg +EM +Ax +JK +rL +Es +jz +Nr +Zp +Zp +Zp +Zp +vV +vV +vV +"} +(47,1,1) = {" +vV +vV +Zp +Zp +Zp +Zp +pU +rP +Vm +my +LO +CE +Vm +qc +pU +dX +Pk +Rc +tm +lx +lT +gy +wZ +XQ +CA +gP +TJ +TJ +TJ +kd +AN +Qp +gk +Ua +yW +PR +PR +VA +PF +vC +Fi +Ux +KM +RG +RP +iG +Rr +Nr +Sh +ON +ON +Nc +XK +ZW +us +Ts +Yl +Nr +Zp +Zp +Zp +Zp +Zp +vV +vV +"} +(48,1,1) = {" +vV +vV +Zp +Zp +Zp +Zp +pU +vD +Vm +my +mz +ye +Vm +QU +pU +dU +Td +gx +sR +gP +jT +wc +xE +XP +eQ +jj +BC +uG +Ib +ut +ut +Gc +Ev +cv +vC +dB +KA +iG +Yb +vC +bn +Ef +sA +ex +Nn +Qf +Nn +Nr +qK +QM +ro +pN +XK +jf +Al +BT +Rj +Nr +Zp +Zp +Zp +Zp +Zp +vV +vV +"} +(49,1,1) = {" +vV +vV +Zp +Zp +Zp +Zp +pU +pU +pU +II +mz +zV +pU +pU +pU +Ji +go +Zb +Hq +gP +ee +Vs +bL +ZJ +bL +oa +cj +Iv +Iv +Iv +Iv +wJ +XD +Wn +Mt +Mt +Mt +ZX +Mt +Mt +lS +Mg +TR +ex +RR +Ln +oI +Nr +Cw +fq +gB +Au +Fz +iu +pJ +Nm +gT +Nr +Zp +Zp +Zp +Zp +Zp +vV +vV +"} +(50,1,1) = {" +vV +vV +Zp +Zp +Zp +Zp +pU +lr +Vm +my +mz +ye +Vm +QA +pU +gP +vr +gP +gP +gP +AR +JB +gP +gP +gP +gP +TJ +dj +UU +QD +jF +Qp +Ev +Zz +Mt +yG +zo +tt +bt +Mt +ic +Zw +vd +kl +aI +Ln +oI +Nr +sv +mG +aR +Nc +kA +Nr +Nr +Nr +Nr +Nr +Zp +Zp +Zp +Zp +Zp +vV +vV +"} +(51,1,1) = {" +vV +vV +Zp +Zp +Zp +Zp +pU +ui +Vm +my +mz +ye +Vm +qp +pU +Hh +pr +vq +gP +Sz +Nw +ff +AA +zG +tY +gP +dj +dj +dj +VM +tE +Qp +Ev +Zz +Mt +qg +En +QL +XW +Mt +Mt +ex +ex +ex +Nn +Qf +Nn +Nr +Nr +yB +Md +pN +Fw +Nr +OA +rh +dN +Nr +Zp +Zp +Zp +Zp +Zp +vV +vV +"} +(52,1,1) = {" +vV +vV +Zp +Zp +Zp +Zp +pU +lr +Vm +my +mz +ye +Vm +QA +pU +QC +IJ +tv +rZ +AA +Nw +ff +gK +tA +xv +gP +Rq +Rq +Rq +Rq +gs +vo +tr +jL +Mt +Mn +zf +rv +ki +RJ +Mt +Ab +Ab +Ab +bx +qu +mb +cS +Nr +of +qb +xR +MR +BF +JP +rs +DO +Nr +Zp +Zp +Zp +Zp +vV +vV +vV +"} +(53,1,1) = {" +vV +vV +Zp +Zp +Zp +Zp +pU +pU +pU +Yy +mz +ig +pU +pU +pU +XC +IJ +tv +jc +AA +iQ +bu +gK +UY +tN +UD +DE +Rq +Rq +Rq +gs +xo +EF +iD +Mt +Mt +Aj +LI +ki +rD +Mt +Ab +Gg +Ab +ZK +Zf +jY +cS +Nr +rB +Vq +ca +LZ +bU +zn +LW +rl +Nr +Zp +Zp +Zp +Zp +vV +vV +vV +"} +(54,1,1) = {" +vV +vV +vV +Zp +Zp +Zp +pU +Di +Vm +my +mz +PE +Vm +tj +pU +NA +tG +tv +yV +AA +AA +TQ +Ni +xr +oZ +UD +cJ +cJ +Rq +Rq +gs +zq +MP +fy +ZD +tZ +wp +jK +EW +rW +Mt +Ab +Ab +Ab +jx +IH +jY +cS +Nr +fj +YF +ca +cU +sT +qL +fO +CH +Nr +Zp +Zp +Zp +Zp +vV +vV +vV +"} +(55,1,1) = {" +vV +vV +vV +Zp +Zp +Zp +pU +BH +Vm +MZ +Ck +ye +Vm +tj +pU +vk +TL +IJ +uc +AA +GC +mD +oD +oD +pI +UD +bb +CQ +gO +Rq +gs +Ya +MP +fy +lb +Du +OF +qG +uU +Mt +Mt +Nn +Nn +Nn +Nn +GK +jY +Nn +Nr +HW +Hp +ca +Eh +Nr +GD +qo +Nr +Nr +Zp +Zp +Zp +vV +vV +vV +vV +"} +(56,1,1) = {" +vV +vV +vV +Zp +Zp +Zp +pU +Tu +Vm +ke +hO +bW +Vm +tj +pU +gP +Lg +IJ +gP +zS +fP +aN +AA +Pt +GC +UD +av +Mk +CQ +Rq +gs +Kz +uD +oN +Mt +Mt +Mt +lG +Mt +Mt +NR +EC +cF +WP +Df +xe +Kf +ow +Nr +Nr +Nr +xF +Nr +Nr +Nr +Nr +Nr +Zp +Zp +Zp +vV +vV +vV +vV +vV +"} +(57,1,1) = {" +vV +vV +vV +vV +Zp +Zp +pU +pU +pU +Vm +UX +Vm +pU +pU +pU +gP +gP +gP +gP +Iq +hD +AA +gK +on +SW +UD +VT +Oi +kI +Rq +gs +KV +uD +fy +lb +GW +Ge +tt +Vg +Mt +Od +Od +Od +ZM +Wz +jB +YT +iL +uS +Nr +wq +wq +wq +Nr +Zp +Zp +Zp +Zp +Zp +Zp +vV +vV +vV +vV +vV +"} +(58,1,1) = {" +vV +vV +vV +vV +Zp +Zp +Zp +pU +bd +bd +NZ +bd +bd +pU +Gb +gP +yl +Ow +gP +Wx +dQ +GC +gK +hF +GG +gP +dO +gs +gs +gs +gs +ZH +tr +fy +lb +YH +KT +LI +JH +Mt +Od +Od +bH +ZM +Wz +jB +YT +iL +xw +Nr +wq +FB +wq +Nr +Zp +Zp +Zp +Zp +Zp +vV +vV +vV +vV +vV +vV +"} +(59,1,1) = {" +vV +vV +vV +vV +vV +Zp +Zp +pU +bd +bd +wk +bd +bd +pU +Gb +gP +yZ +WI +RD +mq +HJ +Fo +gK +ST +MO +gP +wE +GL +Ot +Vn +Vn +ct +uD +Vc +Mt +Mt +Mt +pR +sV +Mt +YX +uu +ft +ft +kY +bw +cK +Zd +OX +Nr +wq +wq +wq +Nr +Zp +Zp +Zp +Zp +Zp +vV +vV +vV +vV +vV +vV +"} +(60,1,1) = {" +vV +vV +vV +vV +vV +Zp +Zp +pU +pU +pU +pU +pU +pU +pU +gP +gP +gP +gP +wS +wS +wS +gP +gP +gP +gP +gP +gP +gP +SX +Qo +wu +wu +kR +fN +lb +GW +Ge +fu +GI +Mt +Od +Od +bH +ZM +Xo +yo +YT +Zd +hA +Nn +Nn +Nn +Nn +Nn +Zp +Zp +Zp +vV +vV +vV +vV +vV +vV +vV +vV +"} +(61,1,1) = {" +vV +vV +vV +vV +vV +Ft +Ft +lY +Bf +EN +wS +wS +Nf +iv +Jt +wS +Ad +Ad +Ad +Kn +Ad +Ad +Ad +Ad +Ad +Ad +Ad +wS +oc +Tp +eh +ZR +lq +RC +lb +YH +KT +dw +Zr +Mt +AS +bH +ZF +Oy +bj +BR +om +ce +uS +Nn +aO +Pd +qv +Nn +Zp +Zp +Zp +vV +vV +vV +vV +vV +vV +vV +vV +"} +(62,1,1) = {" +vV +vV +vV +vV +vV +Ft +Zp +lY +Bf +EN +wI +gU +Ty +tI +mF +wS +wS +wS +wS +Gs +wS +wS +wS +wS +wS +Ad +Ad +wS +OQ +MP +fy +FU +FU +FU +FU +FU +FU +Ac +FU +FU +YX +ft +rN +uu +Wz +Fx +dd +VZ +ms +rX +PY +oL +sM +Nn +Zp +Zp +vV +vV +vV +vV +vV +vV +vV +vV +vV +"} +(63,1,1) = {" +vV +vV +vV +vV +vV +Zp +Zp +lY +Bf +EN +wI +XI +Cs +FV +ne +JO +BE +Cv +UO +ej +Sw +Lo +jR +Ai +wS +wS +wS +wS +wC +tr +Vc +FU +Sa +Lu +jJ +YN +EE +gJ +rG +FU +Od +bH +Od +ZM +Xo +wj +no +ym +nF +Hb +PX +Xh +Rk +Nn +Zp +Zp +vV +vV +vV +vV +vV +vV +vV +vV +vV +"} +(64,1,1) = {" +vV +vV +vV +vV +vV +Zp +HY +lY +Bf +EN +wI +zm +Vl +PG +hI +sx +uK +DV +wT +kP +HD +gd +Rg +Cy +wI +aS +FR +wI +Ya +pe +TC +gW +bS +bS +jV +gw +hV +gV +Rn +FU +Od +Od +Od +ZM +Xo +cK +cK +iL +xw +Nn +lZ +Xh +kJ +Nn +Zp +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +"} +(65,1,1) = {" +vV +vV +vV +vV +vV +HY +HY +lY +Bf +EN +wS +Op +GJ +tC +Gm +hx +US +Mp +KP +vs +ag +Yq +Rg +kM +SB +Wp +oJ +op +IP +kR +oG +gW +bS +bS +jV +ny +ny +iX +Rn +FU +nZ +hQ +ei +ei +CU +Vx +Xv +ti +uS +Nn +tW +LE +Nn +Nn +Zp +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +"} +(66,1,1) = {" +vV +vV +vV +vV +vV +Ft +HY +lY +Bf +EN +wI +IZ +Vl +bg +Rf +dD +oX +TF +nC +SE +HS +zK +US +iz +wI +DF +xt +wI +KV +jP +jL +FU +mN +JJ +Ao +yA +YZ +az +FU +FU +Nn +Nn +Nn +Nn +rV +rV +rV +rV +Nn +Nn +Nn +Nn +Nn +Zp +Zp +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +"} +(67,1,1) = {" +vV +vV +vV +vV +vV +Ft +Zp +lY +Bf +EN +wI +As +eP +Ia +Az +QI +Ce +Xd +wd +IM +ac +HC +qE +HZ +wS +wS +wS +wS +wI +jW +wI +wS +wS +FU +FU +FU +FU +FU +FU +Zp +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +"} +(68,1,1) = {" +vV +vV +vV +vV +vV +Zp +Zp +lY +Bf +EN +wI +HF +fU +GN +Ov +wS +wS +wS +rE +wS +wS +wS +Qj +wS +wS +sm +Jh +wS +Dl +HM +Su +Qn +wS +Zp +Zp +Zp +Zp +Zp +Zp +Zp +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +"} +(69,1,1) = {" +vV +vV +vV +vV +vV +Zp +Zp +lY +Bf +EN +wS +wS +aG +iv +Ke +wS +cH +yy +kC +pa +YI +wS +Bc +IN +wS +eK +PS +wS +KF +fH +So +Ie +wS +Zp +Zp +Zp +Zp +Zp +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +"} +(70,1,1) = {" +vV +vV +vV +vV +vV +vV +Zp +Zp +ak +ak +ak +wS +wI +wI +wI +wS +TN +eB +qk +sb +so +wS +qC +DM +rb +IR +Af +mw +JR +gg +cc +DY +wS +Zp +Zp +Zp +Zp +Zp +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +"} +(71,1,1) = {" +vV +vV +vV +vV +vV +vV +Zp +Zp +ak +ak +ak +ak +EN +EN +EN +wS +tx +tM +Mv +do +NT +wS +ue +YC +wS +TV +Kt +wS +Bz +Ls +Hs +kN +wS +Zp +Zp +Zp +Zp +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +"} +(72,1,1) = {" +vV +vV +vV +vV +vV +vV +Zp +Zp +Zp +ak +ak +ak +Bf +Bf +Bf +wS +wI +wI +wS +wS +wS +wS +wI +wS +wS +wS +wS +wS +wS +wS +wS +wS +wS +Zp +Zp +Zp +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +"} +(73,1,1) = {" +vV +vV +vV +vV +vV +vV +vV +Zp +Zp +Zp +Zp +Zp +sN +sN +sN +HY +HY +HY +HY +HY +sN +sN +sN +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +"} +(74,1,1) = {" +vV +vV +vV +vV +vV +vV +vV +vV +Zp +Zp +Zp +Zp +Zp +Zp +sN +sN +HY +HY +Zp +Zp +HY +sN +sN +sN +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +"} +(75,1,1) = {" +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +Zp +Zp +Zp +Zp +HY +HY +HY +Zp +vV +vV +vV +vV +vV +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +vV +"} diff --git a/_maps/ship_config_schema.json b/_maps/ship_config_schema.json index e0e1b4eb8ce0..ad395164a71c 100644 --- a/_maps/ship_config_schema.json +++ b/_maps/ship_config_schema.json @@ -156,6 +156,12 @@ "type": "boolean", "description": "Whether or not this ship can be selected by players. Will still be admin-spawnable if not.", "default": false + }, + "space_spawn": { + "title": "Spawns in space", + "type": "boolean", + "description": "Whether this ship will spawn in space or at the outpost. If true, the ship will be placed randomly in space upon being spawned by the join menu.", + "default": false } }, diff --git a/_maps/shuttles/shiptest/independent_beluga.dmm b/_maps/shuttles/shiptest/independent_beluga.dmm index 6431371844ce..8737c51a64e6 100644 --- a/_maps/shuttles/shiptest/independent_beluga.dmm +++ b/_maps/shuttles/shiptest/independent_beluga.dmm @@ -174,6 +174,25 @@ /obj/item/radio/intercom/directional/north, /turf/open/floor/plasteel/telecomms_floor, /area/ship/crew/cryo) +"cf" = ( +/obj/machinery/suit_storage_unit/inherit/industrial, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/item/tank/jetpack/carbondioxide, +/obj/item/clothing/suit/space, +/obj/item/clothing/head/helmet/space/light{ + pixel_y = 8; + pixel_x = 6 + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/machinery/light_switch{ + dir = 8; + pixel_y = 11; + pixel_x = 19 + }, +/turf/open/floor/plasteel/tech, +/area/ship/cargo) "cg" = ( /obj/structure/sign/poster/official/moth{ pixel_y = 32 @@ -185,21 +204,6 @@ /obj/structure/bookcase/manuals/engineering, /turf/open/floor/wood, /area/ship/crew/library) -"cj" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/machinery/button/door{ - id = "premier_dorm2"; - name = "Door Bolt"; - pixel_x = 23; - pixel_y = 10; - dir = 8; - specialfunctions = 4; - normaldoorcontrol = 1 - }, -/turf/open/floor/wood, -/area/ship/crew) "ck" = ( /obj/effect/turf_decal/siding/wood{ dir = 8 @@ -210,31 +214,6 @@ }, /turf/open/floor/wood, /area/ship/crew/library) -"cm" = ( -/obj/structure/table/reinforced{ - color = "#c1b6a5" - }, -/obj/structure/railing{ - dir = 2; - layer = 4.1 - }, -/obj/item/storage/belt/utility/full/engi{ - pixel_x = -3; - pixel_y = 6 - }, -/obj/item/storage/toolbox/electrical{ - pixel_y = -1 - }, -/obj/item/multitool{ - pixel_x = 9; - pixel_y = 3 - }, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/tech, -/area/ship/engineering) "cs" = ( /obj/structure/table/wood, /obj/item/modular_computer/laptop/preset/civilian{ @@ -343,9 +322,7 @@ /obj/structure/table/reinforced{ color = "#c1b6a5" }, -/obj/machinery/photocopier/faxmachine/longrange{ - department = "Internal Affairs" - }, +/obj/machinery/fax, /obj/machinery/airalarm/directional/north, /obj/machinery/camera/autoname{ dir = 6 @@ -558,6 +535,19 @@ }, /turf/open/floor/plasteel/patterned/grid, /area/ship/crew/cryo) +"fl" = ( +/obj/structure/showcase/machinery/signal_decrypter, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/machinery/light_switch{ + pixel_y = 10; + dir = 8; + pixel_x = 20 + }, +/turf/open/floor/plasteel/telecomms_floor, +/area/ship/crew/library) "fq" = ( /obj/effect/turf_decal/siding/wood/corner{ dir = 8 @@ -604,14 +594,6 @@ /obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/toxin_output, /turf/open/floor/engine/plasma, /area/ship/engineering) -"fK" = ( -/obj/structure/showcase/machinery/signal_decrypter, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/telecomms_floor, -/area/ship/crew/library) "fP" = ( /obj/structure/fluff/hedge, /turf/open/floor/carpet/nanoweave/purple, @@ -879,34 +861,6 @@ }, /turf/open/floor/plasteel/tech, /area/ship/engineering) -"ii" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/structure/closet/secure_closet/personal/cabinet, -/obj/structure/railing/wood{ - layer = 3.1; - dir = 8 - }, -/obj/item/clothing/under/suit/dresssuit, -/obj/item/clothing/under/suit/dresssuit, -/obj/item/clothing/under/suit/dresssuit, -/obj/item/clothing/under/rank/civilian/bartender, -/obj/item/clothing/under/rank/civilian/bartender/skirt, -/obj/item/clothing/under/rank/civilian/chef, -/obj/item/clothing/under/rank/civilian/chef/skirt, -/obj/item/clothing/under/rank/civilian/janitor/sanitation_tech, -/obj/item/clothing/under/rank/civilian/janitor/sanitation_tech/skirt, -/obj/item/clothing/suit/toggle/chef, -/obj/item/clothing/shoes/sneakers/black, -/obj/item/clothing/shoes/sneakers/black, -/obj/item/clothing/shoes/sneakers/black, -/obj/item/clothing/accessory/waistcoat, -/obj/item/clothing/shoes/cookflops{ - pixel_y = -11 - }, -/turf/open/floor/carpet/nanoweave/beige, -/area/ship/crew/dorm) "ij" = ( /turf/open/floor/carpet/nanoweave, /area/ship/hallway/central) @@ -1013,6 +967,26 @@ }, /turf/open/floor/plasteel/dark, /area/ship/bridge) +"jv" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/button/door{ + id = "premier_dorm2"; + name = "Door Bolt"; + pixel_x = 23; + pixel_y = 10; + dir = 8; + specialfunctions = 4; + normaldoorcontrol = 1 + }, +/obj/machinery/light_switch{ + dir = 8; + pixel_y = -10; + pixel_x = 20 + }, +/turf/open/floor/wood, +/area/ship/crew) "jw" = ( /obj/effect/turf_decal/siding/wood{ dir = 1 @@ -1277,6 +1251,36 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /turf/open/floor/plasteel/mono/dark, /area/ship/cargo) +"me" = ( +/obj/structure/closet/cabinet, +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/messenger, +/obj/item/storage/backpack/duffelbag, +/obj/item/clothing/under/suit/navy, +/obj/item/clothing/under/suit/navy, +/obj/item/clothing/under/suit/black/skirt, +/obj/item/clothing/under/suit/blacktwopiece, +/obj/item/clothing/suit/toggle/lawyer/navy, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/effect/turf_decal/siding/wood{ + dir = 1; + color = "#543C30" + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/obj/item/clothing/neck/cloak/trans, +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/duffelbag, +/obj/item/storage/backpack/messenger, +/turf/open/floor/wood/walnut, +/area/ship/crew/cryo) "mi" = ( /obj/structure/closet/secure_closet/engineering_electrical, /obj/effect/turf_decal/industrial/outline/yellow, @@ -1850,37 +1854,6 @@ }, /turf/open/floor/plasteel/tech, /area/ship/engineering) -"qY" = ( -/obj/structure/closet/cabinet, -/obj/item/storage/backpack/satchel, -/obj/item/storage/backpack/messenger, -/obj/item/storage/backpack/duffelbag, -/obj/item/clothing/under/suit/navy, -/obj/item/clothing/under/suit/navy, -/obj/item/clothing/under/suit/black/skirt, -/obj/item/clothing/under/misc/vice_officer, -/obj/item/clothing/under/suit/blacktwopiece, -/obj/item/clothing/suit/toggle/lawyer/navy, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/effect/turf_decal/siding/wood{ - dir = 1; - color = "#543C30" - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/item/clothing/neck/cloak/trans, -/obj/item/storage/backpack/satchel, -/obj/item/storage/backpack/duffelbag, -/obj/item/storage/backpack/messenger, -/turf/open/floor/wood/walnut, -/area/ship/crew/cryo) "ra" = ( /obj/structure/filingcabinet/double/grey, /obj/item/paper{ @@ -1949,11 +1922,6 @@ }, /turf/open/floor/plasteel/sepia, /area/ship/crew/canteen) -"rJ" = ( -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable/yellow, -/turf/open/floor/carpet/nanoweave/purple, -/area/ship/crew) "rQ" = ( /obj/effect/turf_decal/industrial/outline/yellow, /obj/item/storage/firstaid/medical{ @@ -2036,39 +2004,6 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/ship/security) -"sP" = ( -/obj/structure/closet/cabinet, -/obj/item/clothing/under/suit/navy, -/obj/item/clothing/under/suit/burgundy, -/obj/item/clothing/under/suit/black, -/obj/item/clothing/under/suit/black/skirt, -/obj/item/clothing/under/suit/blacktwopiece, -/obj/item/clothing/under/misc/vice_officer, -/obj/item/clothing/under/suit/black/female, -/obj/item/clothing/suit/toggle/lawyer/charcoal, -/obj/item/clothing/suit/toggle/lawyer/navy, -/obj/item/clothing/suit/toggle/lawyer/burgundy, -/obj/item/clothing/shoes/laceup, -/obj/item/clothing/shoes/laceup, -/obj/item/clothing/shoes/laceup, -/obj/machinery/firealarm/directional/east{ - pixel_y = 4 - }, -/obj/machinery/light_switch{ - dir = 8; - pixel_x = 21; - pixel_y = -8 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 2; - color = "#543C30" - }, -/obj/machinery/light/directional/south, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/wood/walnut, -/area/ship/crew/cryo) "tf" = ( /obj/structure/railing{ dir = 1 @@ -2336,17 +2271,6 @@ }, /turf/open/floor/wood, /area/ship/crew) -"vN" = ( -/obj/machinery/airalarm/directional/north, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/structure/closet/crate/bin, -/obj/item/trash/waffles, -/obj/item/trash/candy, -/obj/item/trash/semki, -/turf/open/floor/carpet/nanoweave, -/area/ship/hallway/central) "vR" = ( /obj/effect/turf_decal/siding/wood{ dir = 1 @@ -2357,30 +2281,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, /area/ship/crew/library) -"wi" = ( -/obj/effect/turf_decal/corner/opaque/white/diagonal, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/obj/item/cutting_board{ - pixel_x = -3; - pixel_y = 1 - }, -/obj/structure/table, -/obj/item/kitchen/knife{ - pixel_x = 11; - pixel_y = 7 - }, -/obj/item/reagent_containers/food/snacks/meat/slab/chicken{ - pixel_x = -4 - }, -/obj/item/reagent_containers/food/snacks/meat/rawcutlet/chicken{ - pixel_x = 1; - pixel_y = 3 - }, -/turf/open/floor/plasteel, -/area/ship/crew/canteen) "wn" = ( /turf/open/floor/plasteel/patterned/ridged, /area/ship/hallway/central) @@ -2489,6 +2389,22 @@ }, /turf/open/floor/grass, /area/ship/hallway/central) +"xd" = ( +/obj/machinery/airalarm/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/obj/structure/closet/crate/bin, +/obj/item/trash/waffles, +/obj/item/trash/candy, +/obj/item/trash/semki, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -20; + pixel_y = 0 + }, +/turf/open/floor/carpet/nanoweave, +/area/ship/hallway/central) "xe" = ( /obj/structure/chair/comfy{ dir = 1 @@ -2568,6 +2484,16 @@ }, /turf/open/floor/plasteel/dark, /area/ship/bridge) +"xQ" = ( +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable/yellow, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -20; + pixel_y = 13 + }, +/turf/open/floor/carpet/nanoweave/purple, +/area/ship/crew) "xV" = ( /obj/effect/turf_decal/siding/wood{ dir = 4 @@ -2635,20 +2561,6 @@ }, /turf/open/floor/plasteel/white, /area/ship/hallway/central) -"ys" = ( -/obj/effect/turf_decal/siding/wideplating/dark, -/obj/machinery/photocopier{ - pixel_y = 3 - }, -/obj/effect/turf_decal/industrial/hatch/yellow, -/obj/item/radio/intercom/directional/south, -/obj/machinery/firealarm/directional/south, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/cable/yellow{ - icon_state = "0-1" - }, -/turf/open/floor/plasteel/dark, -/area/ship/security) "yy" = ( /turf/closed/wall/mineral/titanium, /area/ship/cargo) @@ -2816,6 +2728,34 @@ }, /turf/open/floor/plating, /area/ship/crew/canteen) +"AU" = ( +/obj/effect/turf_decal/corner/opaque/white/diagonal, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/item/cutting_board{ + pixel_x = -3; + pixel_y = 1 + }, +/obj/structure/table, +/obj/item/kitchen/knife{ + pixel_x = 11; + pixel_y = 7 + }, +/obj/item/reagent_containers/food/snacks/meat/slab/chicken{ + pixel_x = -4 + }, +/obj/item/reagent_containers/food/snacks/meat/rawcutlet/chicken{ + pixel_x = 1; + pixel_y = 3 + }, +/obj/machinery/light_switch{ + pixel_y = 22; + pixel_x = -12 + }, +/turf/open/floor/plasteel, +/area/ship/crew/canteen) "Bi" = ( /obj/structure/sign/warning/vacuum{ pixel_y = -24 @@ -2915,6 +2855,36 @@ }, /turf/open/floor/plasteel/sepia, /area/ship/crew/library) +"Cr" = ( +/obj/structure/table/reinforced{ + color = "#c1b6a5" + }, +/obj/structure/railing{ + dir = 2; + layer = 4.1 + }, +/obj/item/storage/belt/utility/full/engi{ + pixel_x = -3; + pixel_y = 6 + }, +/obj/item/storage/toolbox/electrical{ + pixel_y = -1 + }, +/obj/item/multitool{ + pixel_x = 9; + pixel_y = 3 + }, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/machinery/light_switch{ + dir = 8; + pixel_y = 11; + pixel_x = 19 + }, +/turf/open/floor/plasteel/tech, +/area/ship/engineering) "Ct" = ( /turf/open/floor/carpet/nanoweave, /area/ship/crew) @@ -3134,20 +3104,6 @@ }, /turf/open/floor/wood/walnut, /area/ship/crew/cryo) -"Ei" = ( -/obj/machinery/suit_storage_unit/inherit/industrial, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/item/tank/jetpack/carbondioxide, -/obj/item/clothing/suit/space, -/obj/item/clothing/head/helmet/space/light{ - pixel_y = 8; - pixel_x = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) "El" = ( /obj/effect/turf_decal/siding/wideplating/dark{ dir = 1 @@ -4088,6 +4044,25 @@ /obj/structure/safe/floor, /turf/open/floor/plating, /area/ship/bridge) +"Mf" = ( +/obj/effect/turf_decal/siding/wideplating/dark, +/obj/machinery/photocopier{ + pixel_y = 3 + }, +/obj/effect/turf_decal/industrial/hatch/yellow, +/obj/item/radio/intercom/directional/south, +/obj/machinery/firealarm/directional/south, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable/yellow{ + icon_state = "0-1" + }, +/obj/machinery/light_switch{ + pixel_y = 10; + dir = 8; + pixel_x = 20 + }, +/turf/open/floor/plasteel/dark, +/area/ship/security) "Mr" = ( /obj/structure/catwalk/over/plated_catwalk/dark, /obj/structure/sign/poster/contraband/space_cola{ @@ -4703,6 +4678,38 @@ }, /turf/open/floor/plating, /area/ship/crew/library) +"Td" = ( +/obj/structure/closet/cabinet, +/obj/item/clothing/under/suit/navy, +/obj/item/clothing/under/suit/burgundy, +/obj/item/clothing/under/suit/black, +/obj/item/clothing/under/suit/black/skirt, +/obj/item/clothing/under/suit/blacktwopiece, +/obj/item/clothing/under/suit/black/female, +/obj/item/clothing/suit/toggle/lawyer/charcoal, +/obj/item/clothing/suit/toggle/lawyer/navy, +/obj/item/clothing/suit/toggle/lawyer/burgundy, +/obj/item/clothing/shoes/laceup, +/obj/item/clothing/shoes/laceup, +/obj/item/clothing/shoes/laceup, +/obj/machinery/firealarm/directional/east{ + pixel_y = 4 + }, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 21; + pixel_y = -8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 2; + color = "#543C30" + }, +/obj/machinery/light/directional/south, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/turf/open/floor/wood/walnut, +/area/ship/crew/cryo) "Ti" = ( /obj/effect/turf_decal/steeldecal/steel_decals10{ dir = 9 @@ -5015,6 +5022,34 @@ }, /turf/open/floor/carpet/red, /area/ship/crew) +"Xm" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/closet/secure_closet/personal/cabinet, +/obj/structure/railing/wood{ + layer = 3.1; + dir = 8 + }, +/obj/item/clothing/under/suit/dresssuit, +/obj/item/clothing/under/suit/dresssuit, +/obj/item/clothing/under/suit/dresssuit, +/obj/item/clothing/under/rank/civilian/bartender, +/obj/item/clothing/under/rank/civilian/bartender/skirt, +/obj/item/clothing/under/rank/civilian/chef, +/obj/item/clothing/under/rank/civilian/chef/skirt, +/obj/item/clothing/under/rank/civilian/janitor, +/obj/item/clothing/under/rank/civilian/janitor/skirt, +/obj/item/clothing/suit/toggle/chef, +/obj/item/clothing/shoes/sneakers/black, +/obj/item/clothing/shoes/sneakers/black, +/obj/item/clothing/shoes/sneakers/black, +/obj/item/clothing/accessory/waistcoat, +/obj/item/clothing/shoes/cookflops{ + pixel_y = -11 + }, +/turf/open/floor/carpet/nanoweave/beige, +/area/ship/crew/dorm) "Xn" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 8 @@ -5428,7 +5463,7 @@ DE Yr tf xx -cm +Cr Iq AF AF @@ -5590,8 +5625,8 @@ ax Tl lx MO -qY -sP +me +Td FH PQ nB @@ -5600,7 +5635,7 @@ nj wT AF yk -Ei +cf VK cR AF @@ -5639,7 +5674,7 @@ yK TM Ow qU -rJ +xQ HS CF ni @@ -5674,7 +5709,7 @@ Sv aF MG Zy -ii +Xm NB NB cs @@ -5725,7 +5760,7 @@ pe Ct vd wO -cj +jv LE CU Hq @@ -5777,7 +5812,7 @@ Sv (27,1,1) = {" Sv bD -wi +AU uL TQ Pa @@ -5949,7 +5984,7 @@ FH yU yn FH -vN +xd Pw oW ad @@ -5978,7 +6013,7 @@ Kb bG Cp CK -fK +fl QA bG Sv @@ -6083,7 +6118,7 @@ MN vv Zr Dv -ys +Mf OE Sv Sv diff --git a/_maps/shuttles/shiptest/independent_box.dmm b/_maps/shuttles/shiptest/independent_box.dmm index 22f7bcbc1360..0a011231ffbd 100644 --- a/_maps/shuttles/shiptest/independent_box.dmm +++ b/_maps/shuttles/shiptest/independent_box.dmm @@ -371,7 +371,7 @@ /obj/machinery/light_switch{ dir = 1; pixel_x = 6; - pixel_y = -25 + pixel_y = -20 }, /obj/structure/window/reinforced/spawner/west, /obj/item/kirbyplants/random, @@ -1640,6 +1640,11 @@ icon_state = "0-2" }, /obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -20; + pixel_y = 10 + }, /turf/open/floor/carpet/nanoweave/blue, /area/ship/bridge) "ux" = ( @@ -1744,6 +1749,11 @@ icon_state = "0-4" }, /obj/machinery/power/apc/auto_name/directional/south, +/obj/machinery/light_switch{ + dir = 1; + pixel_x = 11; + pixel_y = -16 + }, /turf/open/floor/plasteel/tech/grid, /area/ship/medical/morgue) "vq" = ( @@ -2184,6 +2194,11 @@ /obj/item/mop, /obj/machinery/power/apc/auto_name/directional/south, /obj/structure/cable, +/obj/machinery/light_switch{ + dir = 1; + pixel_x = 11; + pixel_y = -16 + }, /turf/open/floor/plating, /area/ship/engineering) "Dm" = ( @@ -2500,7 +2515,6 @@ pixel_x = -32 }, /obj/item/storage/box/pillbottles, -/obj/item/clothing/under/rank/medical/chemist/, /obj/item/clothing/suit/longcoat/chemist, /obj/item/reagent_containers/dropper, /obj/item/clothing/head/beret/chem, @@ -2548,7 +2562,7 @@ /turf/open/floor/plasteel/tech/techmaint, /area/ship/crew) "OF" = ( -/obj/machinery/photocopier/faxmachine, +/obj/machinery/fax, /obj/structure/table/reinforced, /obj/machinery/light/small/directional/north, /turf/open/floor/plasteel/dark, diff --git a/_maps/shuttles/shiptest/independent_boyardee.dmm b/_maps/shuttles/shiptest/independent_boyardee.dmm index ede51c9a219c..bb35d794651d 100644 --- a/_maps/shuttles/shiptest/independent_boyardee.dmm +++ b/_maps/shuttles/shiptest/independent_boyardee.dmm @@ -410,7 +410,7 @@ /area/ship/crew) "hL" = ( /obj/structure/bed, -/obj/item/bedsheet/random, +/obj/item/bedsheet/dorms, /obj/structure/curtain/bounty, /turf/open/floor/wood/walnut, /area/ship/crew) @@ -502,6 +502,14 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/ship/bridge) +"kC" = ( +/obj/machinery/light_switch{ + dir = 1; + pixel_x = 20; + pixel_y = -20 + }, +/turf/open/floor/plasteel/mono/white, +/area/ship/bridge) "kM" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ dir = 1 @@ -806,8 +814,8 @@ }, /obj/machinery/light_switch{ dir = 8; - pixel_x = 25; - pixel_y = -25 + pixel_x = 20; + pixel_y = -23 }, /obj/structure/cable{ icon_state = "1-2" @@ -868,7 +876,7 @@ /area/ship/maintenance) "qZ" = ( /obj/structure/bed, -/obj/item/bedsheet/random, +/obj/item/bedsheet/dorms, /obj/structure/curtain/bounty, /obj/effect/turf_decal/siding/wood{ dir = 1; @@ -1043,14 +1051,6 @@ /obj/machinery/light/small/directional/east, /turf/open/floor/plasteel/patterned, /area/ship/crew/canteen) -"tC" = ( -/obj/docking_port/stationary{ - width = 15; - height = 15; - dir = 8 - }, -/turf/closed/wall, -/area/ship/crew/canteen) "tP" = ( /obj/effect/turf_decal/corner/transparent/neutral{ dir = 1 @@ -2339,7 +2339,7 @@ /area/ship/bridge) "RU" = ( /obj/structure/bed, -/obj/item/bedsheet/random, +/obj/item/bedsheet/dorms, /obj/structure/curtain/bounty, /obj/effect/turf_decal/siding/wood/corner{ color = "#543C30"; @@ -2707,6 +2707,11 @@ dir = 1 }, /obj/machinery/newscaster/directional/south, +/obj/machinery/light_switch{ + dir = 1; + pixel_x = 10; + pixel_y = -18 + }, /turf/open/floor/plasteel, /area/ship/crew/canteen) "Yj" = ( @@ -2804,14 +2809,6 @@ }, /turf/open/floor/wood, /area/ship/crew/canteen) -"ZQ" = ( -/obj/machinery/light_switch{ - dir = 1; - pixel_x = 25; - pixel_y = -25 - }, -/turf/open/floor/plasteel/mono, -/area/ship/bridge) "ZY" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 8 @@ -3028,7 +3025,7 @@ Qm sU CP rt -tC +sU XQ sU sU @@ -3349,7 +3346,7 @@ Qc rC cA Lj -ZQ +Sf lg fs GG @@ -3390,7 +3387,7 @@ Lj bB Mp Sf -Lj +kC gV TD wO diff --git a/_maps/shuttles/shiptest/independent_bubble.dmm b/_maps/shuttles/shiptest/independent_bubble.dmm index e00db2c06677..6e37d1b244e8 100644 --- a/_maps/shuttles/shiptest/independent_bubble.dmm +++ b/_maps/shuttles/shiptest/independent_bubble.dmm @@ -133,6 +133,10 @@ /obj/effect/turf_decal/ntspaceworks_big/five{ dir = 8 }, +/obj/machinery/light_switch{ + pixel_x = 8; + pixel_y = 23 + }, /turf/open/floor/plating, /area/ship/maintenance/aft) "fS" = ( @@ -223,6 +227,11 @@ /obj/effect/turf_decal/corner/opaque/blue/border{ dir = 4 }, +/obj/machinery/light_switch{ + dir = 1; + pixel_x = 11; + pixel_y = -20 + }, /turf/open/floor/plasteel, /area/ship/hallway/central) "im" = ( @@ -359,6 +368,10 @@ /obj/structure/window/reinforced/spawner/east, /obj/structure/frame/machine, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/machinery/light_switch{ + pixel_x = 8; + pixel_y = 23 + }, /turf/open/floor/plasteel, /area/ship/science) "nH" = ( @@ -459,6 +472,11 @@ }, /obj/effect/turf_decal/corner/opaque/blue/three_quarters, /obj/machinery/firealarm/directional/south, +/obj/machinery/light_switch{ + dir = 1; + pixel_x = 11; + pixel_y = -20 + }, /turf/open/floor/plasteel, /area/ship/bridge) "uw" = ( @@ -1001,6 +1019,11 @@ dir = 6 }, /obj/machinery/suit_storage_unit/independent/mining, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 20; + pixel_y = 11 + }, /turf/open/floor/plasteel, /area/ship/cargo) "Ss" = ( @@ -1171,6 +1194,10 @@ icon_state = "2-8" }, /obj/machinery/firealarm/directional/north, +/obj/machinery/light_switch{ + pixel_x = 10; + pixel_y = 23 + }, /turf/open/floor/plasteel, /area/ship/engineering) "Yi" = ( diff --git a/_maps/shuttles/shiptest/independent_byo.dmm b/_maps/shuttles/shiptest/independent_byo.dmm index 006a112fe1e4..458d8c6f0fb3 100644 --- a/_maps/shuttles/shiptest/independent_byo.dmm +++ b/_maps/shuttles/shiptest/independent_byo.dmm @@ -11,6 +11,11 @@ /area/ship/construction) "ci" = ( /obj/item/stock_parts/cell/high, +/obj/machinery/light_switch{ + dir = 1; + pixel_x = 10; + pixel_y = -20 + }, /turf/open/floor/plating, /area/ship/construction) "ck" = ( diff --git a/_maps/shuttles/shiptest/independent_caravan.dmm b/_maps/shuttles/shiptest/independent_caravan.dmm index 40722ece1fe4..8f9837c4065f 100644 --- a/_maps/shuttles/shiptest/independent_caravan.dmm +++ b/_maps/shuttles/shiptest/independent_caravan.dmm @@ -396,7 +396,7 @@ dir = 8 }, /obj/item/paper/crumpled{ - info = "A mix of 67/33 ratio of oxygen (node 1) and plasma (node 2) works very well, even at 500 kPa." + default_raw_text = "A mix of 67/33 ratio of oxygen (node 1) and plasma (node 2) works very well, even at 500 kPa." }, /turf/open/floor/plating, /area/ship/engineering/atmospherics) @@ -735,6 +735,11 @@ /obj/structure/railing{ dir = 9 }, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 20; + pixel_y = -12 + }, /turf/open/floor/plasteel/tech/techmaint, /area/ship/hallway/central) "nm" = ( @@ -1680,7 +1685,7 @@ /obj/item/weldingtool, /obj/item/weldingtool, /obj/item/paper{ - info = "The igniter in the chamber does not work very well. I suggest throwing lit welders down the disposal chute over there to ignite the chamber."; + default_raw_text = "The igniter in the chamber does not work very well. I suggest throwing lit welders down the disposal chute over there to ignite the chamber."; pixel_x = -6 }, /obj/machinery/button/door/incinerator_vent_atmos_aux{ @@ -1955,6 +1960,10 @@ icon_state = "0-4" }, /obj/structure/frame/machine, +/obj/machinery/light_switch{ + pixel_x = 11; + pixel_y = 23 + }, /turf/open/floor/plasteel/white, /area/ship/science) "JN" = ( @@ -2183,10 +2192,6 @@ dir = 1 }, /obj/machinery/light/directional/north, -/obj/machinery/light_switch{ - pixel_x = 25; - pixel_y = 25 - }, /obj/machinery/computer/operating, /turf/open/floor/plasteel/white, /area/ship/science) @@ -2551,10 +2556,20 @@ /obj/machinery/power/apc/auto_name/directional/east, /obj/structure/cable, /obj/structure/reagent_dispensers/watertank, +/obj/machinery/light_switch{ + pixel_y = 11; + dir = 8; + pixel_x = 20 + }, /turf/open/floor/plating, /area/ship/engineering/atmospherics) "Ux" = ( /obj/machinery/firealarm/directional/south, +/obj/machinery/light_switch{ + dir = 1; + pixel_x = 11; + pixel_y = -18 + }, /turf/open/floor/plasteel/tech, /area/ship/cargo) "UB" = ( @@ -2901,10 +2916,6 @@ dir = 1 }, /obj/machinery/light/directional/north, -/obj/machinery/light_switch{ - pixel_x = -25; - pixel_y = 25 - }, /obj/machinery/computer/rdconsole, /turf/open/floor/plasteel/white, /area/ship/science) diff --git a/_maps/shuttles/shiptest/independent_dwayne.dmm b/_maps/shuttles/shiptest/independent_dwayne.dmm index 99e8b9f1e0c5..ecf9b941b994 100644 --- a/_maps/shuttles/shiptest/independent_dwayne.dmm +++ b/_maps/shuttles/shiptest/independent_dwayne.dmm @@ -1654,10 +1654,9 @@ /obj/item/kinetic_crusher, /obj/effect/turf_decal/box, /obj/item/vending_refill/mining_equipment, -/obj/item/ammo_box/c38_box/hunting, -/obj/item/ammo_box/c38_box/hunting, /obj/item/ammo_box/c38_box, -/obj/item/disk/design_disk/ammo_38_hunting, +/obj/item/ammo_box/c38_box, +/obj/item/ammo_box/c38_box, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 9 diff --git a/_maps/shuttles/shiptest/independent_halftrack.dmm b/_maps/shuttles/shiptest/independent_halftrack.dmm index 707427d8b88c..b2a10b35c53e 100644 --- a/_maps/shuttles/shiptest/independent_halftrack.dmm +++ b/_maps/shuttles/shiptest/independent_halftrack.dmm @@ -271,7 +271,7 @@ /area/ship/security/range) "hF" = ( /obj/structure/table/reinforced, -/obj/machinery/photocopier/faxmachine/longrange, +/obj/machinery/fax, /turf/open/floor/plasteel/dark, /area/ship/bridge) "hH" = ( @@ -284,6 +284,11 @@ /obj/effect/turf_decal/trimline/opaque/red/filled/line{ dir = 8 }, +/obj/machinery/light_switch{ + dir = 1; + pixel_x = 11; + pixel_y = -16 + }, /turf/open/floor/plasteel/dark, /area/ship/security/range) "ie" = ( @@ -705,6 +710,11 @@ /obj/structure/cable{ icon_state = "0-8" }, +/obj/machinery/light_switch{ + dir = 1; + pixel_x = 11; + pixel_y = -16 + }, /turf/open/floor/carpet/nanoweave, /area/ship/bridge) "se" = ( @@ -924,6 +934,10 @@ icon_state = "4-8" }, /obj/machinery/light/small/directional/north, +/obj/machinery/light_switch{ + pixel_y = 21; + pixel_x = 8 + }, /turf/open/floor/plating, /area/ship/maintenance/port) "vG" = ( @@ -1136,6 +1150,7 @@ /obj/structure/rack, /obj/item/gun/energy/laser/scatter, /obj/item/gun/energy/laser/scatter, +/obj/machinery/light/directional/east, /turf/open/floor/plasteel/dark, /area/ship/security/armory) "DU" = ( @@ -1157,6 +1172,10 @@ "EA" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, /obj/machinery/photocopier, +/obj/machinery/light_switch{ + pixel_y = 21; + pixel_x = 8 + }, /turf/open/floor/plasteel/mono/dark, /area/ship/hallway/aft) "EW" = ( @@ -1170,6 +1189,10 @@ icon_state = "4-8" }, /obj/machinery/light/small/directional/north, +/obj/machinery/light_switch{ + pixel_y = 21; + pixel_x = 8 + }, /turf/open/floor/plating, /area/ship/maintenance/starboard) "Fx" = ( @@ -1407,11 +1430,15 @@ /area/ship/maintenance/port) "KR" = ( /obj/machinery/airalarm/directional/east, -/obj/machinery/light/directional/east, /obj/structure/cable{ icon_state = "0-8" }, /obj/machinery/power/apc/auto_name/directional/south, +/obj/machinery/light_switch{ + pixel_x = 11; + dir = 1; + pixel_y = -16 + }, /turf/open/floor/plasteel/dark, /area/ship/security/armory) "Lh" = ( @@ -1490,6 +1517,11 @@ /obj/structure/cable{ icon_state = "0-4" }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -20; + pixel_y = 12 + }, /turf/open/floor/plasteel/dark, /area/ship/security) "Mm" = ( @@ -1713,6 +1745,11 @@ /obj/structure/cable{ icon_state = "0-2" }, +/obj/machinery/light_switch{ + dir = 4; + pixel_y = 12; + pixel_x = -20 + }, /turf/open/floor/carpet/nanoweave, /area/ship/crew) "QY" = ( @@ -1812,6 +1849,11 @@ }, /obj/machinery/power/apc/auto_name/directional/west, /obj/machinery/airalarm/directional/north, +/obj/machinery/light_switch{ + dir = 4; + pixel_y = 12; + pixel_x = -20 + }, /turf/open/floor/plasteel/dark, /area/ship/storage) "SR" = ( diff --git a/_maps/shuttles/shiptest/independent_junker.dmm b/_maps/shuttles/shiptest/independent_junker.dmm index 41e443a3040e..d740a30838a9 100644 --- a/_maps/shuttles/shiptest/independent_junker.dmm +++ b/_maps/shuttles/shiptest/independent_junker.dmm @@ -104,7 +104,7 @@ }, /obj/machinery/computer/helm/retro, /obj/item/paper/construction{ - info = "Yeah, just so you know, I left the fuel and air pumps OFF when I dropped this thing of for you, you're gonna have to go outside and turn em on to start up the engines

    The pumps are outside on the tank things to the left and right on the back of the ship, there's also one in each engine room you'll need to get going." + default_raw_text = "Yeah, just so you know, I left the fuel and air pumps OFF when I dropped this thing of for you, you're gonna have to go outside and turn em on to start up the engines

    The pumps are outside on the tank things to the left and right on the back of the ship, there's also one in each engine room you'll need to get going." }, /turf/open/floor/plating, /area/ship/bridge) @@ -360,7 +360,7 @@ /obj/effect/turf_decal/industrial/warning/dust, /obj/machinery/airalarm/directional/east, /obj/item/paper/construction{ - info = "

    Airlock Instructions


    Because none of you numbnuts can remember them


    1: Bolt the door behind you so you dont bump into it and lose all our air.
    Bolt is the LEFT BUTTON
    2: Go to the air alarm, set it to siphon
    3: When at least most of the gas is out, turn OFF siphon
    4: You can now open the shutters
    I shouldnt have to tell you this, but theyre the RIGHT button

    To go back IN


    1: Close the shutters behind you
    2: Set the air alarm to SIPHON again
    3: When all of the dangerous gas is out, set the air alarm to FILL
    3: Once the pressure is at least 50 kpa, you can set the air alarm back to normal, and unbolt the door

    I still can't fucking believe I have to write this." + default_raw_text = "

    Airlock Instructions


    Because none of you numbnuts can remember them


    1: Bolt the door behind you so you dont bump into it and lose all our air.
    Bolt is the LEFT BUTTON
    2: Go to the air alarm, set it to siphon
    3: When at least most of the gas is out, turn OFF siphon
    4: You can now open the shutters
    I shouldnt have to tell you this, but theyre the RIGHT button

    To go back IN


    1: Close the shutters behind you
    2: Set the air alarm to SIPHON again
    3: When all of the dangerous gas is out, set the air alarm to FILL
    3: Once the pressure is at least 50 kpa, you can set the air alarm back to normal, and unbolt the door

    I still can't fucking believe I have to write this." }, /turf/open/floor/plating{ icon_state = "platingdmg1" @@ -1876,6 +1876,11 @@ pixel_y = 2; pixel_x = 12 }, +/obj/machinery/light_switch{ + dir = 4; + pixel_y = 12; + pixel_x = -20 + }, /turf/open/floor/pod/light, /area/ship/maintenance/aft) "Ix" = ( @@ -1995,6 +2000,11 @@ /obj/effect/mob_spawn/human/corpse/charredskeleton, /obj/machinery/power/apc/auto_name/directional/west, /obj/structure/cable, +/obj/machinery/light_switch{ + dir = 4; + pixel_y = 12; + pixel_x = -20 + }, /turf/open/floor/plating/rust, /area/ship/engineering/electrical) "JQ" = ( @@ -2150,12 +2160,12 @@ /obj/item/paper/crumpled{ pixel_y = 4; pixel_x = -23; - info = "Attempt 301. Longitudinal traction was applied to the upper protruding flesh appendage. Muffled screaming (possibly Jeff?) was observed. Spontaneous amputation occurred and the screaming ceased. Duct tape applied.

    Results: Reployer remains unfunctioning." + default_raw_text = "Attempt 301. Longitudinal traction was applied to the upper protruding flesh appendage. Muffled screaming (possibly Jeff?) was observed. Spontaneous amputation occurred and the screaming ceased. Duct tape applied.

    Results: Reployer remains unfunctioning." }, /obj/item/paper/crumpled{ pixel_y = -12; pixel_x = -3; - info = "Attempt 1180. Salt circle was established with regular rituals. 30mL of blood was dripped directly onto the reployer, and chanting begun 1 minute after the beginning of the attempt. Despite using only lighting from tallow candles, soapbucket scrying was ineffective in troubleshooting the problem.

    Results: Reployer remains unfunctioning." + default_raw_text = "Attempt 1180. Salt circle was established with regular rituals. 30mL of blood was dripped directly onto the reployer, and chanting begun 1 minute after the beginning of the attempt. Despite using only lighting from tallow candles, soapbucket scrying was ineffective in troubleshooting the problem.

    Results: Reployer remains unfunctioning." }, /obj/effect/decal/cleanable/greenglow/filled, /obj/item/screwdriver/old{ @@ -2253,6 +2263,11 @@ }, /mob/living/simple_animal/hostile/cockroach/glockroach, /obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 20; + pixel_y = 14 + }, /turf/open/floor/pod/light, /area/ship/maintenance/aft) "QM" = ( @@ -2681,6 +2696,11 @@ /obj/structure/cable{ icon_state = "1-8" }, +/obj/machinery/light_switch{ + dir = 4; + pixel_y = 12; + pixel_x = -20 + }, /turf/open/floor/pod/dark, /area/ship/crew/office) "YS" = ( diff --git a/_maps/shuttles/shiptest/independent_kilo.dmm b/_maps/shuttles/shiptest/independent_kilo.dmm index ead3f5a0ef26..2c9d8a006140 100644 --- a/_maps/shuttles/shiptest/independent_kilo.dmm +++ b/_maps/shuttles/shiptest/independent_kilo.dmm @@ -869,6 +869,11 @@ dir = 8 }, /obj/machinery/power/apc/auto_name/directional/east, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 20; + pixel_y = -12 + }, /turf/open/floor/mineral/titanium/yellow, /area/ship/cargo) "hR" = ( @@ -1202,6 +1207,12 @@ }, /turf/open/floor/plasteel/white, /area/ship/crew/canteen/kitchen) +"rW" = ( +/obj/machinery/porta_turret/ship/weak{ + dir = 4 + }, +/turf/closed/wall/mineral/titanium, +/area/ship/bridge) "sD" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/industrial/warning/corner{ @@ -1230,6 +1241,10 @@ dir = 4 }, /obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/light_switch{ + pixel_x = 13; + pixel_y = 21 + }, /turf/open/floor/plasteel/showroomfloor, /area/ship/crew) "sW" = ( @@ -1470,11 +1485,6 @@ pixel_y = 6; req_access = null }, -/obj/machinery/light_switch{ - dir = 4; - pixel_x = -23; - pixel_y = -6 - }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 6 }, @@ -1578,7 +1588,7 @@ pixel_y = 6 }, /obj/item/paper/crumpled/bloody{ - info = "We struck gold, literally. We found some good rocks out near Centurai-II rich with the stuff. Kae said he and Milos found something out while prospecting, some sort of glowing cube. It's jammed in there good, so we're anchoring until we sort this out..."; + default_raw_text = "We struck gold, literally. We found some good rocks out near Centurai-II rich with the stuff. Kae said he and Milos found something out while prospecting, some sort of glowing cube. It's jammed in there good, so we're anchoring until we sort this out..."; pixel_x = 4; pixel_y = 4 }, @@ -1963,7 +1973,9 @@ /turf/open/floor/plating, /area/ship/cargo) "PW" = ( -/obj/machinery/porta_turret/ship/weak, +/obj/machinery/porta_turret/ship/weak{ + dir = 10 + }, /turf/closed/wall/mineral/titanium, /area/ship/bridge) "Qw" = ( @@ -2014,6 +2026,10 @@ dir = 9 }, /obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/light_switch{ + pixel_x = -13; + pixel_y = 23 + }, /turf/open/floor/mineral/titanium/blue, /area/ship/bridge) "Sx" = ( @@ -2210,7 +2226,9 @@ /turf/open/floor/mineral/plastitanium, /area/ship/bridge) "Vq" = ( -/obj/machinery/porta_turret/ship/weak, +/obj/machinery/porta_turret/ship/weak{ + dir = 10 + }, /turf/closed/wall/mineral/titanium, /area/ship/crew/canteen/kitchen) "Vx" = ( @@ -2735,12 +2753,12 @@ aa (24,1,1) = {" aa aa -PW +rW ac Qw qw ac -PW +rW aa aa aa diff --git a/_maps/shuttles/shiptest/independent_lagoon.dmm b/_maps/shuttles/shiptest/independent_lagoon.dmm index f3a88222c07c..c015f0c262a1 100644 --- a/_maps/shuttles/shiptest/independent_lagoon.dmm +++ b/_maps/shuttles/shiptest/independent_lagoon.dmm @@ -750,6 +750,11 @@ icon_state = "0-2" }, /obj/machinery/power/apc/auto_name/directional/west, +/obj/machinery/light_switch{ + dir = 4; + pixel_y = 10; + pixel_x = -20 + }, /turf/open/floor/carpet/black, /area/ship/crew/office) "eX" = ( @@ -769,6 +774,11 @@ icon_state = "0-2" }, /obj/machinery/power/apc/auto_name/directional/east, +/obj/machinery/light_switch{ + pixel_x = 20; + pixel_y = -12; + dir = 8 + }, /turf/open/floor/plasteel/patterned/cargo_one, /area/ship/cargo) "fd" = ( @@ -1337,6 +1347,11 @@ /obj/structure/cable, /obj/effect/turf_decal/corner/opaque/white/border, /obj/machinery/power/apc/auto_name/directional/south, +/obj/machinery/light_switch{ + dir = 1; + pixel_x = -12; + pixel_y = -16 + }, /turf/open/floor/plasteel, /area/ship/hallway/starboard) "iN" = ( @@ -1471,6 +1486,11 @@ }, /obj/machinery/computer/arcade, /obj/machinery/power/apc/auto_name/directional/east, +/obj/machinery/light_switch{ + pixel_x = 20; + pixel_y = -12; + dir = 8 + }, /turf/open/floor/light/colour_cycle/dancefloor_b, /area/ship/storage) "jw" = ( @@ -1482,6 +1502,11 @@ icon_state = "0-8" }, /obj/machinery/power/apc/auto_name/directional/east, +/obj/machinery/light_switch{ + pixel_x = 20; + pixel_y = -12; + dir = 8 + }, /turf/open/floor/carpet/black, /area/ship/crew/library) "jC" = ( @@ -1601,6 +1626,11 @@ dir = 8 }, /obj/machinery/power/apc/auto_name/directional/east, +/obj/machinery/light_switch{ + pixel_x = 20; + pixel_y = -12; + dir = 8 + }, /turf/open/floor/plasteel, /area/ship/crew/canteen/kitchen) "kq" = ( @@ -1645,6 +1675,10 @@ icon_state = "0-4" }, /obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/light_switch{ + pixel_x = -13; + pixel_y = 23 + }, /turf/open/floor/plasteel/white, /area/ship/crew/toilet) "kA" = ( @@ -1705,6 +1739,11 @@ }, /obj/machinery/photocopier, /obj/machinery/power/apc/auto_name/directional/east, +/obj/machinery/light_switch{ + pixel_x = 20; + pixel_y = -12; + dir = 8 + }, /turf/open/floor/plasteel/dark, /area/ship/hallway/port) "lx" = ( @@ -1880,6 +1919,11 @@ dir = 4 }, /obj/machinery/power/apc/auto_name/directional/east, +/obj/machinery/light_switch{ + pixel_x = 20; + pixel_y = -12; + dir = 8 + }, /turf/open/floor/wood, /area/ship/crew/hydroponics) "mz" = ( @@ -2080,6 +2124,11 @@ /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, /obj/effect/turf_decal/corner/opaque/white/border, /obj/machinery/power/apc/auto_name/directional/south, +/obj/machinery/light_switch{ + dir = 1; + pixel_x = -12; + pixel_y = -16 + }, /turf/open/floor/plasteel, /area/ship/crew) "nU" = ( @@ -3466,6 +3515,11 @@ dir = 4 }, /obj/machinery/power/apc/auto_name/directional/east, +/obj/machinery/light_switch{ + pixel_x = 20; + pixel_y = -12; + dir = 8 + }, /turf/open/floor/pod/dark, /area/ship/hallway/fore) "xo" = ( @@ -3852,9 +3906,7 @@ /obj/effect/turf_decal/corner/opaque/white/border{ dir = 1 }, -/obj/item/radio/intercom/directional/north{ - pixel_y = 22 - }, +/obj/item/radio/intercom/directional/north, /turf/open/floor/plasteel, /area/ship/hallway/fore) "zW" = ( @@ -4756,10 +4808,6 @@ /obj/item/paper_bin, /obj/item/pen/fountain, /obj/item/kitchen/knife/letter_opener, -/obj/machinery/light_switch{ - pixel_x = -25; - dir = 4 - }, /obj/item/pen, /turf/open/floor/carpet/black, /area/ship/crew/library) @@ -4982,7 +5030,7 @@ /obj/structure/table/reinforced, /obj/machinery/recharger, /obj/item/paper{ - info = "Reminder that passengers are NOT permitted to carry weapons on board."; + default_raw_text = "Reminder that passengers are NOT permitted to carry weapons on board."; pixel_x = 4 }, /obj/machinery/computer/helm/viewscreen/directional/east, @@ -7002,6 +7050,11 @@ }, /obj/item/radio/intercom/directional/north, /obj/machinery/power/apc/auto_name/directional/east, +/obj/machinery/light_switch{ + pixel_x = 20; + pixel_y = -12; + dir = 8 + }, /turf/open/floor/wood, /area/ship/crew/chapel) "VR" = ( @@ -7197,6 +7250,10 @@ icon_state = "0-8" }, /obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/light_switch{ + pixel_x = -13; + pixel_y = 23 + }, /turf/open/floor/plasteel/dark, /area/ship/security) "Xa" = ( @@ -7275,6 +7332,11 @@ }, /obj/item/storage/box/maid, /obj/machinery/airalarm/directional/west, +/obj/machinery/light_switch{ + pixel_x = -13; + pixel_y = 23 + }, +/obj/machinery/power/apc/auto_name/directional/north, /turf/open/floor/plasteel, /area/ship/crew/janitor) "Xs" = ( @@ -7374,6 +7436,10 @@ icon_state = "0-2" }, /obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/light_switch{ + pixel_x = -13; + pixel_y = 23 + }, /turf/open/floor/grass, /area/ship/hallway/central) "Yl" = ( @@ -7497,6 +7563,11 @@ dir = 4 }, /obj/machinery/power/apc/auto_name/directional/east, +/obj/machinery/light_switch{ + pixel_x = 20; + pixel_y = -12; + dir = 8 + }, /turf/open/floor/wood, /area/ship/crew/dorm) "Zx" = ( diff --git a/_maps/shuttles/shiptest/independent_litieguai.dmm b/_maps/shuttles/shiptest/independent_litieguai.dmm index 478ec4c12cc3..cf8ac312b338 100644 --- a/_maps/shuttles/shiptest/independent_litieguai.dmm +++ b/_maps/shuttles/shiptest/independent_litieguai.dmm @@ -22,10 +22,10 @@ /area/ship/storage) "bl" = ( /obj/docking_port/stationary{ - width = 30; - height = 15; + dir = 2; dwidth = 15; - dir = 2 + height = 15; + width = 30 }, /turf/template_noop, /area/template_noop) @@ -285,7 +285,7 @@ /area/ship/storage) "hF" = ( /obj/structure/table/reinforced, -/obj/machinery/photocopier/faxmachine/longrange, +/obj/machinery/fax, /turf/open/floor/plasteel/dark, /area/ship/bridge) "hH" = ( @@ -306,6 +306,11 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ dir = 1 }, +/obj/machinery/light_switch{ + dir = 1; + pixel_x = -12; + pixel_y = -16 + }, /turf/open/floor/vault, /area/ship/storage) "ie" = ( @@ -703,6 +708,11 @@ /obj/structure/cable{ icon_state = "0-4" }, +/obj/machinery/light_switch{ + dir = 1; + pixel_x = -12; + pixel_y = -16 + }, /turf/open/floor/plasteel/freezer, /area/ship/crew/toilet) "pK" = ( @@ -783,6 +793,11 @@ /obj/structure/cable{ icon_state = "0-8" }, +/obj/machinery/light_switch{ + dir = 1; + pixel_x = -12; + pixel_y = -16 + }, /turf/open/floor/carpet/nanoweave, /area/ship/bridge) "se" = ( @@ -1010,6 +1025,11 @@ /obj/structure/cable{ icon_state = "0-8" }, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 20; + pixel_y = 14 + }, /turf/open/floor/plasteel, /area/ship/hallway/aft) "vn" = ( @@ -1055,6 +1075,11 @@ icon_state = "0-2" }, /obj/item/storage/toolbox/electrical, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 20; + pixel_y = 14 + }, /turf/open/floor/plating, /area/ship/maintenance/port) "wD" = ( @@ -1096,6 +1121,11 @@ /obj/effect/turf_decal/number/zero{ dir = 4 }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -20; + pixel_y = 10 + }, /turf/open/floor/plating, /area/ship/maintenance/starboard) "zg" = ( @@ -1257,6 +1287,11 @@ /obj/effect/turf_decal/trimline/opaque/red/filled/line{ dir = 8 }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -20; + pixel_y = 10 + }, /turf/open/floor/plasteel/white, /area/ship/hallway/fore) "CX" = ( @@ -1641,10 +1676,10 @@ /area/ship/storage) "Ml" = ( /obj/docking_port/stationary{ + dir = 8; dwidth = 8; - width = 30; height = 15; - dir = 8 + width = 30 }, /turf/template_noop, /area/template_noop) @@ -1928,6 +1963,11 @@ /obj/structure/cable{ icon_state = "0-2" }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -20; + pixel_y = 10 + }, /turf/open/floor/plasteel, /area/ship/crew) "QY" = ( @@ -2037,8 +2077,8 @@ /obj/machinery/stasis, /obj/effect/turf_decal/industrial/outline/red, /obj/machinery/smartfridge/organ{ - pixel_y = 32; - density = 0 + density = 0; + pixel_y = 32 }, /turf/open/floor/plasteel/tech, /area/ship/medical) @@ -2526,6 +2566,11 @@ dir = 1 }, /obj/structure/extinguisher_cabinet/directional/west, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -20; + pixel_y = 10 + }, /turf/open/floor/plasteel/white, /area/ship/medical) "YM" = ( diff --git a/_maps/shuttles/shiptest/independent_masinyane.dmm b/_maps/shuttles/shiptest/independent_masinyane.dmm index 67f850b2914d..08e5a614a51a 100644 --- a/_maps/shuttles/shiptest/independent_masinyane.dmm +++ b/_maps/shuttles/shiptest/independent_masinyane.dmm @@ -18,6 +18,11 @@ /obj/effect/turf_decal/isf_small/right{ dir = 4 }, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 20; + pixel_y = 11 + }, /turf/open/floor/plating, /area/ship/engineering) "cu" = ( @@ -684,6 +689,11 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ dir = 1 }, +/obj/machinery/light_switch{ + dir = 4; + pixel_y = 10; + pixel_x = -20 + }, /turf/open/floor/plasteel/dark, /area/ship/bridge) "TB" = ( diff --git a/_maps/shuttles/shiptest/independent_meta.dmm b/_maps/shuttles/shiptest/independent_meta.dmm index b8d92e02f05b..52232d6b22b0 100644 --- a/_maps/shuttles/shiptest/independent_meta.dmm +++ b/_maps/shuttles/shiptest/independent_meta.dmm @@ -409,6 +409,7 @@ dir = 1; piping_layer = 2 }, +/obj/machinery/light/small/built/directional/south, /turf/open/floor/plating, /area/ship/engineering) "bh" = ( @@ -427,7 +428,6 @@ /area/ship/engineering) "bi" = ( /obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/small/built/directional/south, /obj/effect/decal/cleanable/blood, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ dir = 1 @@ -658,6 +658,10 @@ dir = 1 }, /obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/light_switch{ + pixel_x = -13; + pixel_y = 22 + }, /turf/open/floor/plasteel, /area/ship/crew/canteen) "bO" = ( @@ -1068,6 +1072,11 @@ pixel_x = 7 }, /obj/machinery/light/small/built/directional/west, +/obj/machinery/light_switch{ + pixel_x = -13; + pixel_y = 22 + }, +/obj/machinery/power/apc/auto_name/directional/north, /turf/open/floor/plasteel/dark, /area/ship/bridge) "cE" = ( @@ -1171,6 +1180,11 @@ icon_state = "0-2" }, /obj/machinery/power/apc/auto_name/directional/west, +/obj/machinery/light_switch{ + dir = 4; + pixel_y = 10; + pixel_x = -20 + }, /turf/open/floor/plasteel/dark, /area/ship/cargo) "cK" = ( @@ -1536,6 +1550,11 @@ dir = 1 }, /obj/machinery/power/apc/auto_name/directional/south, +/obj/machinery/light_switch{ + dir = 1; + pixel_x = 11; + pixel_y = -16 + }, /turf/open/floor/plating, /area/ship/engineering) "dK" = ( @@ -1863,6 +1882,11 @@ dir = 4 }, /obj/effect/turf_decal/corner/opaque/white/diagonal, +/obj/machinery/light_switch{ + dir = 1; + pixel_x = -12; + pixel_y = -16 + }, /turf/open/floor/plasteel, /area/ship/crew) "hq" = ( @@ -2010,6 +2034,12 @@ /obj/effect/turf_decal/corner/transparent/neutral/full, /turf/open/floor/plasteel/dark, /area/ship/cargo) +"mL" = ( +/obj/machinery/porta_turret/ship/weak{ + dir = 1 + }, +/turf/closed/wall/mineral/titanium, +/area/ship/bridge) "nK" = ( /obj/machinery/door/airlock/external, /obj/effect/mapping_helpers/airlock/cyclelink_helper, @@ -2354,6 +2384,18 @@ }, /turf/open/floor/plasteel/dark, /area/ship/cargo) +"zJ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/light/small/built/directional/east, +/turf/open/floor/plating, +/area/ship/engineering) "Ag" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/turf_decal/corner/transparent/neutral/full, @@ -2859,6 +2901,12 @@ /obj/machinery/light/small/built/directional/west, /turf/open/floor/plasteel/dark, /area/ship/crew) +"VT" = ( +/obj/machinery/porta_turret/ship/weak{ + dir = 4 + }, +/turf/closed/wall/mineral/titanium, +/area/ship/bridge) "Xs" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/turf_decal/ntspaceworks_big/two{ @@ -2991,7 +3039,7 @@ aa "} (5,1,1) = {" aa -jJ +mL ac aB aO @@ -3016,7 +3064,7 @@ aa am aC aP -bj +zJ by dR rF @@ -3243,7 +3291,7 @@ aa "} (17,1,1) = {" aa -jJ +mL ai ai rU @@ -3433,10 +3481,10 @@ aa (26,1,1) = {" aa aa -jJ +VT ai ai -jJ +VT aa aa aa @@ -3444,10 +3492,10 @@ aa aa aa aa -jJ +VT bD bD -jJ +VT aa aa "} diff --git a/_maps/shuttles/shiptest/independent_mudskipper.dmm b/_maps/shuttles/shiptest/independent_mudskipper.dmm new file mode 100644 index 000000000000..2f3900971f1b --- /dev/null +++ b/_maps/shuttles/shiptest/independent_mudskipper.dmm @@ -0,0 +1,3057 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ac" = ( +/obj/structure/chair/office, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable{ + icon_state = "0-1" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/tech, +/area/ship/engineering/engine) +"ag" = ( +/obj/machinery/power/shuttle/engine/electric{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/ship/engineering/engine) +"ak" = ( +/obj/effect/turf_decal/siding/wood/end{ + dir = 8; + color = "#543C30" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/structure/extinguisher_cabinet/directional/south, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/wood/walnut, +/area/ship/bridge) +"ao" = ( +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/machinery/atmospherics/components/binary/pump{ + name = "Plasma to Engines"; + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/techfloor{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ship/engineering/engine) +"ar" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/grimy, +/area/ship/hallway/aft) +"bS" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/grimy, +/area/ship/hallway/aft) +"bZ" = ( +/obj/machinery/power/smes/shuttle/precharged{ + dir = 4 + }, +/obj/structure/window/reinforced/spawner/west, +/obj/machinery/door/window/eastleft{ + layer = 3.1 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/shutters{ + dir = 4; + id = "mudskipper_engine" + }, +/turf/open/floor/plating, +/area/ship/engineering/engine) +"cn" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/machinery/airalarm/directional/east, +/obj/machinery/light_switch{ + pixel_y = 23; + pixel_x = -3 + }, +/turf/open/floor/plasteel/dark, +/area/ship/maintenance) +"cs" = ( +/turf/template_noop, +/area/template_noop) +"cx" = ( +/obj/effect/turf_decal/techfloor{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/effect/turf_decal/miskilamo_small{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/ship/cargo) +"cB" = ( +/obj/effect/turf_decal/siding/wood{ + color = "#543C30"; + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/grimy, +/area/ship/crew) +"dc" = ( +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ship/hallway/central) +"dw" = ( +/obj/structure/window/reinforced/spawner, +/obj/structure/table/reinforced{ + color = "#c1b6a5" + }, +/obj/item/analyzer{ + pixel_y = 3 + }, +/obj/machinery/button/door{ + dir = 8; + pixel_x = 22; + pixel_y = 15; + id = "mudskipper_engine"; + name = "Engine Shutters" + }, +/turf/open/floor/plasteel/tech/grid, +/area/ship/engineering/engine) +"dN" = ( +/obj/machinery/modular_computer/console/preset/command{ + dir = 8 + }, +/obj/effect/turf_decal/corner/transparent/neutral, +/turf/open/floor/plasteel/dark, +/area/ship/bridge) +"dQ" = ( +/obj/effect/turf_decal/siding/wood{ + color = "#543C30"; + dir = 6 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/machinery/firealarm/directional/south, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/grimy, +/area/ship/crew) +"dT" = ( +/obj/machinery/suit_storage_unit/inherit, +/obj/item/tank/jetpack/carbondioxide, +/obj/machinery/firealarm/directional/west{ + pixel_y = -13 + }, +/obj/item/clothing/suit/space/engineer, +/obj/item/clothing/head/helmet/space/light/engineer, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/plasteel/tech/grid, +/area/ship/cargo) +"dZ" = ( +/obj/effect/turf_decal/techfloor{ + dir = 1 + }, +/obj/effect/decal/cleanable/glass, +/obj/structure/extinguisher_cabinet/directional/west{ + pixel_y = 5 + }, +/obj/machinery/button/door{ + dir = 4; + pixel_x = -33; + pixel_y = -7; + id = "mudskipper_door"; + name = "Cargo Door" + }, +/obj/machinery/button/shieldwallgen{ + dir = 4; + pixel_x = -21; + pixel_y = -7; + id = "mudskipper_shield"; + name = "Cargo Holofield" + }, +/turf/open/floor/plasteel/dark, +/area/ship/cargo) +"ec" = ( +/obj/effect/turf_decal/techfloor{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ship/cargo) +"ee" = ( +/obj/effect/turf_decal/industrial/warning, +/obj/effect/turf_decal/industrial/caution{ + dir = 1 + }, +/obj/structure/window/reinforced/spawner/west, +/obj/structure/window/reinforced/spawner/east, +/turf/open/floor/plasteel/tech/airless, +/area/ship/external/dark) +"en" = ( +/obj/structure/catwalk/over/plated_catwalk/dark, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/ship/engineering/engine) +"eu" = ( +/obj/effect/turf_decal/techfloor{ + dir = 1 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/closet/crate/engineering/electrical{ + name = "fuel crate" + }, +/obj/item/stack/sheet/mineral/plasma/five, +/obj/item/stack/sheet/mineral/plasma/five, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/tech, +/area/ship/engineering/engine) +"eL" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table, +/obj/structure/sign/poster/contraband/smoke{ + pixel_x = 32 + }, +/obj/effect/turf_decal/siding/wood{ + color = "#543C30"; + dir = 4 + }, +/obj/item/toy/cards/deck{ + pixel_y = 3 + }, +/turf/open/floor/wood/walnut, +/area/ship/hallway/aft) +"eX" = ( +/obj/machinery/atmospherics/components/unary/passive_vent, +/turf/open/floor/engine/hull/reinforced, +/area/ship/external/dark) +"gf" = ( +/obj/structure/catwalk/over/plated_catwalk/dark, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/ship/hallway/central) +"gB" = ( +/obj/structure/catwalk, +/obj/machinery/door/poddoor{ + dir = 4; + id = "mudskipper_door" + }, +/turf/open/floor/engine, +/area/ship/cargo) +"gR" = ( +/obj/effect/turf_decal/box, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/oil{ + icon_state = "floor4" + }, +/obj/structure/closet/crate/secure{ + name = "scavenging supplies"; + desc = "A secure crate. This one is particularly large."; + storage_capacity = 40 + }, +/obj/item/reagent_containers/glass/chem_jug/thermite, +/obj/item/door_seal, +/obj/item/door_seal, +/obj/item/storage/toolbox/mechanical, +/obj/item/storage/firstaid/toxin, +/obj/item/storage/firstaid/regular, +/obj/item/grenade/chem_grenade/metalfoam, +/obj/item/grenade/chem_grenade/metalfoam, +/obj/item/storage/box/beakers, +/obj/item/lighter/greyscale, +/obj/item/bodybag, +/obj/item/bodybag, +/obj/item/pickaxe/mini, +/obj/item/reagent_containers/pill/patch/styptic, +/obj/item/reagent_containers/pill/patch/silver_sulf, +/obj/item/circular_saw, +/obj/item/gps/mining{ + gpstag = "SCAV1" + }, +/obj/item/gps/mining{ + gpstag = "SCAV2" + }, +/obj/item/gps/mining{ + gpstag = "SCAV3" + }, +/obj/item/gps/mining{ + gpstag = "SCAV4" + }, +/obj/item/multitool, +/turf/open/floor/plasteel/tech, +/area/ship/cargo) +"gT" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood{ + color = "#543C30"; + dir = 6 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/wood/walnut, +/area/ship/hallway/aft) +"hr" = ( +/obj/machinery/power/smes/engineering, +/obj/effect/turf_decal/techfloor{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/tech, +/area/ship/engineering/engine) +"hH" = ( +/turf/closed/wall/mineral/plastitanium, +/area/ship/external/dark) +"hX" = ( +/obj/structure/grille, +/turf/open/floor/engine/hull/reinforced, +/area/ship/external/dark) +"hY" = ( +/obj/structure/catwalk/over/plated_catwalk/dark, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/ship/engineering/engine) +"ib" = ( +/obj/docking_port/mobile{ + can_move_docking_ports = 1; + dir = 8; + launch_status = 0; + preferred_direction = 4; + dheight = 3 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/turf/open/floor/engine/hull/reinforced, +/area/ship/cargo) +"ic" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/oil{ + icon_state = "floor4" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel/dark, +/area/ship/bridge) +"iy" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ship/hallway/aft) +"iY" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/ship/hallway/central) +"kB" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/machinery/airalarm/directional/west, +/obj/machinery/light_switch{ + pixel_y = 23; + pixel_x = 3 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/ship/crew/toilet) +"kV" = ( +/obj/machinery/vending/coffee, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/turf_decal/techfloor{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet/directional/west{ + pixel_y = -5 + }, +/obj/machinery/light/dim/directional/north, +/turf/open/floor/plasteel/dark, +/area/ship/hallway/central) +"kX" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/layer4{ + dir = 4 + }, +/obj/machinery/airalarm/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/dim/directional/west{ + bulb_power = 0.5 + }, +/obj/effect/turf_decal/techfloor{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ship/engineering/engine) +"kY" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/turf/open/floor/engine/hull/reinforced, +/area/ship/cargo) +"lj" = ( +/obj/machinery/power/shuttle/engine/fueled/plasma{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ship/engineering/engine) +"ma" = ( +/obj/structure/catwalk/over/plated_catwalk/dark, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/ship/external/dark) +"mt" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock{ + name = "Bathroom" + }, +/turf/open/floor/plasteel/tech, +/area/ship/crew/toilet) +"mC" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/tech, +/area/ship/hallway/central) +"mF" = ( +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ship/cargo) +"mS" = ( +/obj/structure/catwalk, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/door/poddoor{ + dir = 4; + id = "mudskipper_door" + }, +/obj/machinery/power/shieldwallgen/atmos/roundstart{ + dir = 1; + id = "mudskipper_shield" + }, +/turf/open/floor/engine, +/area/ship/cargo) +"nj" = ( +/obj/effect/turf_decal/techfloor{ + dir = 5 + }, +/obj/structure/sign/warning/vacuum/external{ + pixel_y = 28 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/effect/turf_decal/miskilamo_small/left{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/ship/cargo) +"nm" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair, +/obj/effect/turf_decal/siding/wood{ + color = "#543C30"; + dir = 9 + }, +/turf/open/floor/wood/walnut{ + icon_state = "wood-broken7" + }, +/area/ship/hallway/aft) +"nx" = ( +/obj/machinery/door/airlock/external, +/obj/machinery/atmospherics/pipe/layer_manifold, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/turf_decal/industrial/warning, +/turf/open/floor/plasteel/tech, +/area/ship/hallway/aft) +"nM" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table/reinforced{ + color = "#c1b6a5" + }, +/obj/machinery/light/small/directional/north{ + pixel_x = 6 + }, +/obj/machinery/computer/helm/viewscreen/computer, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/plasteel/telecomms_floor, +/area/ship/bridge) +"nR" = ( +/obj/effect/turf_decal/corner_techfloor_grid{ + dir = 8 + }, +/obj/effect/turf_decal/techfloor/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ship/cargo) +"nV" = ( +/obj/structure/closet/wall/blue{ + dir = 4; + secure = 1; + pixel_x = -28; + locked = 1 + }, +/obj/item/gun/energy/laser/scatter, +/obj/item/stock_parts/cell/gun/upgraded, +/obj/machinery/holopad/emergency/command, +/obj/item/storage/backpack/duffelbag, +/obj/item/clothing/glasses/sunglasses, +/obj/item/clothing/head/caphat, +/obj/item/megaphone/command, +/obj/item/kitchen/knife/combat/survival, +/obj/item/flashlight/seclite, +/turf/open/floor/plasteel/dark, +/area/ship/bridge) +"ot" = ( +/obj/effect/turf_decal/techfloor{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/number/four{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ship/cargo) +"ov" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/airalarm/directional/east, +/obj/machinery/photocopier, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/plasteel/tech, +/area/ship/hallway/aft) +"oC" = ( +/obj/effect/turf_decal/siding/wood/end{ + dir = 4; + color = "#543C30" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/firealarm/directional/south, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/wood/walnut, +/area/ship/bridge) +"oG" = ( +/obj/machinery/door/airlock/grunge{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/tech, +/area/ship/bridge) +"oU" = ( +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ship/crew/toilet) +"po" = ( +/obj/structure/catwalk, +/obj/machinery/door/poddoor{ + dir = 4; + id = "mudskipper_door" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/shieldwallgen/atmos/roundstart{ + id = "mudskipper_shield" + }, +/turf/open/floor/engine, +/area/ship/cargo) +"pF" = ( +/obj/machinery/firealarm/directional/west{ + pixel_y = 5 + }, +/obj/machinery/light/small/directional/south, +/obj/structure/table/reinforced, +/obj/structure/bedsheetbin, +/obj/effect/turf_decal/techfloor{ + dir = 10 + }, +/turf/open/floor/plasteel/tech/grid, +/area/ship/maintenance) +"pY" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plasteel/grimy, +/area/ship/bridge) +"qy" = ( +/obj/effect/turf_decal/corner/transparent/neutral{ + dir = 4 + }, +/obj/machinery/computer/crew{ + dir = 8; + icon_state = "computer-right" + }, +/obj/machinery/button/door{ + dir = 1; + pixel_x = -6; + pixel_y = -21; + name = "Bridge Lockdown"; + id = "mudskipper_bridge" + }, +/turf/open/floor/plasteel/dark, +/area/ship/bridge) +"qE" = ( +/obj/structure/catwalk/over/plated_catwalk/dark, +/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-5" + }, +/turf/open/floor/plating, +/area/ship/engineering/engine) +"qN" = ( +/obj/machinery/cryopod, +/obj/effect/turf_decal/techfloor{ + dir = 10 + }, +/obj/effect/turf_decal/industrial/hatch/yellow, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/radio/intercom/directional/north{ + pixel_x = -3 + }, +/turf/open/floor/plasteel/dark, +/area/ship/crew/cryo) +"rr" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 22; + pixel_y = -3 + }, +/turf/open/floor/plasteel/tech, +/area/ship/bridge) +"rO" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/catwalk/over/plated_catwalk/dark, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/ship/cargo) +"sa" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair, +/obj/effect/turf_decal/siding/wood{ + dir = 5; + color = "#543C30" + }, +/obj/machinery/newscaster/directional/east{ + pixel_y = -6 + }, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 22; + pixel_y = 5 + }, +/turf/open/floor/wood/walnut, +/area/ship/hallway/aft) +"sf" = ( +/obj/machinery/computer/helm{ + dir = 8; + icon_state = "computer-left" + }, +/obj/effect/turf_decal/corner/transparent/neutral{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/ship/bridge) +"sp" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/visible/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/brown/visible/layer2, +/obj/machinery/meter/atmos/layer2{ + name = "waste to external meter" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ship/engineering/engine) +"sA" = ( +/obj/effect/turf_decal/techfloor{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/effect/turf_decal/miskilamo_small/right{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ship/cargo) +"sH" = ( +/obj/structure/catwalk, +/obj/structure/window/reinforced/spawner/east, +/obj/structure/window/reinforced/spawner/west, +/turf/open/floor/engine/airless, +/area/ship/external/dark) +"sI" = ( +/obj/effect/turf_decal/techfloor, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/table/reinforced{ + color = "#c1b6a5" + }, +/obj/item/storage/toolbox/mechanical, +/turf/open/floor/plasteel/tech, +/area/ship/engineering/engine) +"sT" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/structure/table/reinforced, +/obj/machinery/microwave, +/obj/effect/turf_decal/techfloor{ + dir = 5 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/plasteel/tech, +/area/ship/hallway/aft) +"th" = ( +/obj/effect/turf_decal/borderfloor/full, +/obj/effect/turf_decal/industrial/traffic{ + dir = 1 + }, +/obj/effect/turf_decal/industrial/traffic, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/tech/techmaint, +/area/ship/cargo) +"ti" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/sign/warning/incident{ + pixel_x = -32 + }, +/obj/machinery/computer/cargo/express/retro{ + dir = 4 + }, +/turf/open/floor/plasteel/tech/grid, +/area/ship/cargo) +"tI" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/tech, +/area/ship/hallway/aft) +"tK" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/machinery/firealarm/directional/north, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/ship/crew/toilet) +"uk" = ( +/obj/effect/turf_decal/techfloor{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/ship/cargo) +"uz" = ( +/obj/effect/turf_decal/corner_techfloor_grid{ + dir = 4 + }, +/obj/effect/turf_decal/techfloor/corner{ + dir = 4 + }, +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/industrial/hatch/yellow, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/sign/warning/nosmoking/burnt{ + pixel_x = 7; + pixel_y = 28 + }, +/turf/open/floor/plasteel/dark, +/area/ship/cargo) +"uW" = ( +/obj/machinery/door/airlock/grunge{ + name = "Bridge"; + req_one_access_txt = "7" + }, +/obj/effect/turf_decal/industrial/warning, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id = "mudskipper_bridge" + }, +/turf/open/floor/plasteel/dark, +/area/ship/bridge) +"vn" = ( +/obj/structure/table/reinforced, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/sign/poster/contraband/punch_shit{ + pixel_x = 32 + }, +/obj/effect/turf_decal/techfloor{ + dir = 4 + }, +/obj/item/storage/fancy/donut_box, +/turf/open/floor/plasteel/tech, +/area/ship/hallway/aft) +"vI" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/plastic, +/turf/open/floor/plasteel/tech, +/area/ship/engineering/engine) +"wi" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable{ + icon_state = "0-1" + }, +/turf/open/floor/plasteel/dark, +/area/ship/maintenance) +"wj" = ( +/obj/effect/turf_decal/industrial/outline/red, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel/tech, +/area/ship/cargo) +"ws" = ( +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ship/engineering/engine) +"xk" = ( +/obj/effect/turf_decal/techfloor, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 25; + pixel_y = 5 + }, +/obj/item/kirbyplants{ + icon_state = "plant-14" + }, +/turf/open/floor/plasteel/dark, +/area/ship/hallway/central) +"xo" = ( +/obj/structure/dresser, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood/walnut{ + icon_state = "wood-broken7" + }, +/area/ship/crew) +"xp" = ( +/obj/structure/toilet{ + dir = 1 + }, +/obj/machinery/light/dim/directional/south, +/obj/structure/curtain, +/turf/open/floor/plasteel/showroomfloor, +/area/ship/crew/toilet) +"xH" = ( +/obj/structure/table/reinforced{ + color = "#c1b6a5" + }, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/turf/open/floor/plasteel/tech, +/area/ship/cargo) +"xU" = ( +/obj/effect/turf_decal/techfloor{ + dir = 4 + }, +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/east{ + bulb_power = 0.2 + }, +/turf/open/floor/plasteel/tech, +/area/ship/engineering/engine) +"yg" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/techfloor{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet/directional/west{ + pixel_y = -5 + }, +/obj/item/kirbyplants{ + icon_state = "plant-22" + }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -22; + pixel_y = 6 + }, +/turf/open/floor/plasteel/tech, +/area/ship/hallway/aft) +"yv" = ( +/obj/structure/window/plasma/reinforced/plastitanium, +/obj/structure/grille, +/obj/machinery/door/poddoor/shutters{ + id = "mudskipper_window" + }, +/turf/open/floor/plating, +/area/ship/cargo) +"yB" = ( +/obj/effect/turf_decal/techfloor, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable{ + icon_state = "0-1" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ship/cargo) +"yS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable{ + icon_state = "0-1" + }, +/turf/open/floor/plasteel/grimy, +/area/ship/hallway/aft) +"yY" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/dim/directional/west{ + bulb_power = 0.5 + }, +/obj/machinery/atmospherics/components/unary/portables_connector{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/toxins, +/obj/effect/turf_decal/techfloor{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ship/engineering/engine) +"zx" = ( +/obj/machinery/atmospherics/components/unary/shuttle/heater{ + dir = 4 + }, +/obj/structure/window/reinforced/spawner/west, +/obj/structure/window/reinforced/spawner/north, +/obj/structure/window/reinforced/spawner, +/obj/structure/window/reinforced/spawner/east, +/obj/machinery/door/poddoor/shutters{ + dir = 4; + id = "mudskipper_engine" + }, +/turf/open/floor/plating, +/area/ship/engineering/engine) +"zR" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/turf/open/floor/plasteel/grimy, +/area/ship/hallway/aft) +"zW" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/catwalk/over/plated_catwalk/dark, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/turf/open/floor/plating, +/area/ship/crew/cryo) +"zX" = ( +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ship/crew/cryo) +"Ak" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/effect/turf_decal/box, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plasteel/tech, +/area/ship/bridge) +"AN" = ( +/obj/structure/catwalk/over/plated_catwalk/dark, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 22; + pixel_y = -14 + }, +/turf/open/floor/plating, +/area/ship/engineering/engine) +"Bj" = ( +/obj/effect/turf_decal/corner_techfloor_grid, +/obj/effect/turf_decal/techfloor/corner, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/sign/poster/contraband/hacking_guide{ + pixel_y = -32 + }, +/obj/effect/turf_decal/industrial/hatch/yellow, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/reagent_dispensers/watertank, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/ship/cargo) +"Bn" = ( +/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/techfloor{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ship/hallway/aft) +"Bw" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/oil{ + icon_state = "floor4" + }, +/turf/open/floor/plasteel/tech, +/area/ship/cargo) +"BA" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden/layer2{ + dir = 4 + }, +/obj/machinery/advanced_airlock_controller{ + pixel_y = 24 + }, +/obj/effect/turf_decal/techfloor{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/ship/hallway/aft) +"BW" = ( +/obj/effect/turf_decal/box, +/obj/effect/decal/cleanable/plastic, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/closet/crate/radiation{ + name = "rad protection crate" + }, +/obj/item/clothing/suit/radiation, +/obj/item/clothing/suit/radiation, +/obj/item/clothing/head/radiation, +/obj/item/clothing/head/radiation, +/obj/item/geiger_counter, +/obj/item/geiger_counter, +/obj/item/storage/pill_bottle/charcoal/less, +/obj/item/reagent_containers/hypospray/medipen/penacid, +/obj/item/reagent_containers/hypospray/medipen/penacid, +/turf/open/floor/plasteel/tech, +/area/ship/cargo) +"Ch" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/ship/crew/toilet) +"Cr" = ( +/obj/structure/table/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/tech/grid, +/area/ship/hallway/aft) +"CG" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/clothing/suit/space/eva, +/obj/item/clothing/head/helmet/space/eva, +/obj/machinery/suit_storage_unit/inherit/industrial, +/turf/open/floor/plasteel/tech/grid, +/area/ship/hallway/aft) +"Dj" = ( +/obj/effect/turf_decal/borderfloor/full, +/obj/effect/turf_decal/industrial/traffic{ + dir = 1 + }, +/obj/effect/turf_decal/industrial/traffic, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/tech/techmaint, +/area/ship/cargo) +"Dp" = ( +/obj/effect/turf_decal/siding/wood{ + color = "#543C30"; + dir = 1 + }, +/obj/effect/turf_decal/siding/wood{ + color = "#543C30" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/wood/walnut{ + icon_state = "wood-broken2" + }, +/area/ship/bridge) +"DC" = ( +/obj/structure/catwalk/over/plated_catwalk/dark, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/ship/hallway/central) +"DS" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/techfloor{ + dir = 1 + }, +/obj/item/kirbyplants{ + icon_state = "plant-21" + }, +/obj/machinery/light_switch{ + pixel_y = 23; + pixel_x = -3 + }, +/turf/open/floor/plasteel/dark, +/area/ship/hallway/central) +"Ed" = ( +/obj/effect/turf_decal/corner_techfloor_grid{ + dir = 1 + }, +/obj/effect/turf_decal/techfloor/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ship/cargo) +"Eg" = ( +/obj/effect/turf_decal/techfloor{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/number/eight{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ship/cargo) +"Ey" = ( +/obj/effect/turf_decal/siding/wood{ + color = "#543C30"; + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/grimy, +/area/ship/crew) +"EP" = ( +/obj/effect/turf_decal/techfloor{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/button/shieldwallgen{ + dir = 1; + pixel_x = -6; + pixel_y = -21; + id = "mudskipper_shield"; + name = "Cargo Holofield" + }, +/obj/machinery/button/door{ + dir = 1; + pixel_x = 6; + pixel_y = -21; + id = "mudskipper_door"; + name = "Cargo Door" + }, +/obj/effect/turf_decal/number/six{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ship/cargo) +"EQ" = ( +/obj/structure/tank_dispenser/oxygen, +/obj/machinery/atmospherics/pipe/layer_manifold{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/dim/directional/north, +/turf/open/floor/plasteel/tech/grid, +/area/ship/hallway/aft) +"Ft" = ( +/obj/structure/bed, +/obj/item/bedsheet/dorms, +/obj/structure/curtain/bounty, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light_switch{ + dir = 1; + pixel_y = -21; + pixel_x = 3 + }, +/turf/open/floor/wood/walnut, +/area/ship/crew) +"FN" = ( +/obj/machinery/suit_storage_unit/inherit, +/obj/item/tank/jetpack/carbondioxide, +/obj/structure/sign/warning{ + pixel_x = -28 + }, +/obj/item/clothing/suit/space/engineer, +/obj/item/clothing/head/helmet/space/light/engineer, +/turf/open/floor/plasteel/tech/grid, +/area/ship/cargo) +"Gk" = ( +/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "mudskipper_bridge" + }, +/turf/open/floor/plating, +/area/ship/bridge) +"Gq" = ( +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ship/crew) +"GI" = ( +/obj/machinery/cryopod{ + dir = 1 + }, +/obj/effect/turf_decal/techfloor{ + dir = 9 + }, +/obj/effect/turf_decal/industrial/hatch/yellow, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/plasteel/dark, +/area/ship/crew/cryo) +"GW" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood/walnut{ + icon_state = "wood-broken7" + }, +/area/ship/crew) +"Hk" = ( +/obj/structure/catwalk/over/plated_catwalk/dark, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/ship/engineering/engine) +"Id" = ( +/obj/effect/turf_decal/techfloor{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table/reinforced{ + color = "#c1b6a5" + }, +/obj/item/stack/sheet/metal/five{ + pixel_y = 3 + }, +/obj/item/stack/sheet/glass/five{ + pixel_y = 6 + }, +/turf/open/floor/plasteel/dark, +/area/ship/cargo) +"IL" = ( +/obj/structure/catwalk/over/plated_catwalk/dark, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/ship/hallway/central) +"IP" = ( +/obj/structure/table, +/obj/effect/turf_decal/techfloor{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/dim/directional/east, +/obj/item/radio{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/item/radio{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/item/radio{ + pixel_y = 3; + pixel_x = -6 + }, +/obj/item/radio{ + pixel_y = 3; + pixel_x = -6 + }, +/turf/open/floor/plasteel/tech/grid, +/area/ship/crew/cryo) +"IU" = ( +/obj/structure/catwalk, +/turf/open/floor/engine/airless, +/area/ship/external/dark) +"JN" = ( +/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/techfloor{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ship/hallway/aft) +"JS" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/grimy, +/area/ship/hallway/aft) +"Kt" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/turf/open/floor/plasteel/grimy, +/area/ship/hallway/aft) +"KA" = ( +/obj/structure/window/reinforced/spawner, +/obj/structure/table/reinforced{ + color = "#c1b6a5" + }, +/obj/item/paper_bin, +/obj/item/pen, +/obj/structure/cable{ + icon_state = "1-10" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/tech/grid, +/area/ship/engineering/engine) +"KT" = ( +/obj/machinery/washing_machine, +/obj/effect/turf_decal/techfloor{ + dir = 6 + }, +/turf/open/floor/plasteel/tech/grid, +/area/ship/maintenance) +"KU" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/techfloor{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/plasteel/dark, +/area/ship/crew/cryo) +"Lw" = ( +/obj/machinery/firealarm/directional/west{ + pixel_y = 4 + }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -22; + pixel_y = -9 + }, +/obj/effect/turf_decal/techfloor, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/machinery/computer/cryopod/retro/directional/south, +/turf/open/floor/plasteel/dark, +/area/ship/crew/cryo) +"LV" = ( +/obj/structure/catwalk/over/plated_catwalk/dark, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/turf/open/floor/plating, +/area/ship/hallway/central) +"Mf" = ( +/turf/template_noop, +/area/space) +"Mi" = ( +/obj/structure/catwalk/over/plated_catwalk/dark, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/turf/open/floor/plating, +/area/ship/hallway/central) +"MB" = ( +/obj/docking_port/stationary{ + dir = 2; + dwidth = 15; + height = 15; + width = 30 + }, +/turf/template_noop, +/area/template_noop) +"MF" = ( +/obj/machinery/power/smes/shuttle/precharged{ + dir = 4 + }, +/obj/structure/window/reinforced/spawner/west, +/obj/machinery/door/window/eastright{ + layer = 3.1 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/shutters{ + dir = 4; + id = "mudskipper_engine" + }, +/turf/open/floor/plating, +/area/ship/engineering/engine) +"MK" = ( +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ship/maintenance) +"Ni" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/turf_decal/industrial/warning, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/tech, +/area/ship/hallway/aft) +"Nj" = ( +/obj/machinery/door/airlock/external{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/tech, +/area/ship/hallway/aft) +"Nl" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/machinery/light/floor, +/turf/open/floor/engine/hull/reinforced, +/area/ship/cargo) +"NJ" = ( +/obj/effect/turf_decal/box, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/structure/closet/crate{ + name = "ration crate" + }, +/obj/item/reagent_containers/food/snacks/rationpack, +/obj/item/reagent_containers/food/snacks/rationpack, +/obj/item/reagent_containers/food/snacks/rationpack, +/obj/item/reagent_containers/food/snacks/rationpack, +/obj/item/reagent_containers/food/snacks/canned/beans, +/obj/item/reagent_containers/food/snacks/canned/beans, +/obj/item/reagent_containers/food/snacks/canned/beans, +/obj/item/reagent_containers/food/snacks/canned/beans, +/obj/item/reagent_containers/food/drinks/waterbottle, +/obj/item/reagent_containers/food/drinks/waterbottle, +/obj/item/reagent_containers/food/drinks/waterbottle, +/obj/item/reagent_containers/food/drinks/waterbottle, +/turf/open/floor/plasteel/tech, +/area/ship/cargo) +"NN" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/plasteel/tech, +/area/ship/hallway/aft) +"NU" = ( +/obj/effect/turf_decal/techfloor{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/plasteel/dark, +/area/ship/cargo) +"Oc" = ( +/obj/item/paper_bin, +/obj/structure/table/reinforced{ + color = "#c1b6a5" + }, +/turf/open/floor/plasteel/tech/grid, +/area/ship/bridge) +"OB" = ( +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ship/bridge) +"OD" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/plasteel/tech, +/area/ship/cargo) +"Pr" = ( +/obj/machinery/door/airlock/grunge{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 8 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/tech, +/area/ship/hallway/central) +"PO" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/techfloor/corner{ + dir = 8 + }, +/obj/effect/turf_decal/techfloor/corner, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/ship/hallway/central) +"PR" = ( +/obj/structure/window/plasma/reinforced/plastitanium, +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/door/poddoor/shutters{ + id = "mudskipper_window" + }, +/turf/open/floor/plating, +/area/ship/hallway/aft) +"PU" = ( +/obj/effect/turf_decal/techfloor{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ship/cargo) +"Qp" = ( +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ship/hallway/aft) +"Qt" = ( +/obj/structure/window/plasma/reinforced/plastitanium, +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/layer_manifold, +/obj/machinery/door/poddoor/shutters{ + id = "mudskipper_window" + }, +/turf/open/floor/plating, +/area/ship/engineering/engine) +"Qu" = ( +/obj/machinery/autolathe/hacked, +/turf/open/floor/plasteel/tech, +/area/ship/cargo) +"Qx" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/turf_decal/techfloor/corner{ + dir = 8 + }, +/obj/effect/turf_decal/techfloor/corner, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ship/hallway/central) +"QF" = ( +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/techfloor{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ship/engineering/engine) +"Rc" = ( +/obj/structure/table/reinforced, +/obj/item/radio/intercom/wideband/table{ + dir = 8 + }, +/obj/machinery/button/door{ + dir = 1; + pixel_x = 6; + pixel_y = -21; + id = "mudskipper_window"; + name = "Window Shutters" + }, +/obj/machinery/light/small/directional/west{ + pixel_y = -6; + bulb_power = 0.6 + }, +/turf/open/floor/plasteel/dark, +/area/ship/bridge) +"Rl" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table, +/obj/effect/turf_decal/siding/wood{ + color = "#543C30"; + dir = 8 + }, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = 10; + pixel_y = 5 + }, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = 18; + pixel_y = 2 + }, +/obj/item/paper/pamphlet{ + pixel_x = -3; + pixel_y = 2; + name = "Salvage And You" + }, +/turf/open/floor/wood/walnut, +/area/ship/hallway/aft) +"Rn" = ( +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/grunge{ + name = "Utility Closet" + }, +/turf/open/floor/plasteel/tech, +/area/ship/maintenance) +"Rv" = ( +/obj/item/gps/mining{ + pixel_y = 6; + gpstag = "SCAV0" + }, +/obj/item/clipboard{ + pixel_x = 5; + pixel_y = -12 + }, +/obj/item/reagent_containers/glass/maunamug{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/item/pen/fountain{ + pixel_x = 5; + pixel_y = -12 + }, +/obj/structure/sign/poster/contraband/shamblers_juice{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table/reinforced{ + color = "#c1b6a5" + }, +/turf/open/floor/plasteel/tech/grid, +/area/ship/bridge) +"RR" = ( +/obj/structure/tank_dispenser/oxygen, +/obj/machinery/light/directional/west, +/turf/open/floor/plasteel/tech/grid, +/area/ship/cargo) +"Sj" = ( +/obj/structure/filingcabinet/double, +/obj/item/folder, +/obj/machinery/light/small/directional/west{ + pixel_y = 6; + bulb_power = 0.6 + }, +/turf/open/floor/plasteel/dark, +/area/ship/bridge) +"So" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/turf_decal/industrial/warning, +/obj/machinery/door/airlock{ + name = "Crew Quarters" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/tech, +/area/ship/crew) +"Sq" = ( +/obj/structure/curtain, +/obj/machinery/shower{ + dir = 1 + }, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 6 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/ship/crew/toilet) +"ST" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/techfloor{ + dir = 1 + }, +/obj/item/storage/cans/sixbeer, +/obj/effect/spawner/lootdrop/donkpockets, +/obj/structure/closet/secure_closet/freezer{ + anchored = 1; + name = "fridge" + }, +/obj/item/reagent_containers/food/snacks/meat/slab, +/obj/item/reagent_containers/food/snacks/meat/slab, +/turf/open/floor/plasteel/tech, +/area/ship/hallway/aft) +"Ti" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on{ + dir = 4; + name = "airlock waste injector" + }, +/turf/open/floor/engine/hull/reinforced, +/area/ship/external/dark) +"Tn" = ( +/obj/structure/catwalk/over/plated_catwalk/dark, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/ship/engineering/engine) +"TV" = ( +/obj/machinery/door/airlock/grunge{ + dir = 4; + name = "Cargo Bay" + }, +/obj/effect/turf_decal/industrial/traffic{ + dir = 4 + }, +/obj/effect/turf_decal/industrial/traffic{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/tech, +/area/ship/hallway/central) +"Ud" = ( +/obj/effect/turf_decal/box, +/obj/machinery/atmospherics/components/unary/tank/air{ + dir = 8; + piping_layer = 4 + }, +/obj/machinery/firealarm/directional/east{ + pixel_y = -5 + }, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plasteel/tech, +/area/ship/engineering/engine) +"Ui" = ( +/obj/item/radio/intercom/directional/south, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/ship/bridge) +"UF" = ( +/obj/machinery/door/airlock/engineering{ + dir = 4; + name = "Engine Room" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/tech, +/area/ship/bridge) +"UL" = ( +/obj/machinery/suit_storage_unit/inherit, +/obj/item/tank/jetpack/carbondioxide, +/obj/machinery/light/directional/west, +/obj/item/clothing/suit/space/engineer, +/obj/item/clothing/head/helmet/space/light/engineer, +/turf/open/floor/plasteel/tech/grid, +/area/ship/cargo) +"UZ" = ( +/obj/structure/table, +/obj/machinery/airalarm/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/flashlight/lamp/green{ + pixel_y = 4 + }, +/turf/open/floor/wood/walnut, +/area/ship/crew) +"Vn" = ( +/obj/machinery/vending/cigarette, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/wrapping, +/obj/effect/turf_decal/techfloor{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ship/hallway/central) +"Vo" = ( +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/techfloor{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ship/engineering/engine) +"Vy" = ( +/obj/structure/bed, +/obj/item/bedsheet/dorms, +/obj/structure/curtain/bounty, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/dim/directional/north, +/turf/open/floor/wood/walnut, +/area/ship/crew) +"VP" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/techfloor/corner{ + dir = 4 + }, +/obj/effect/turf_decal/techfloor/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/ship/hallway/central) +"VW" = ( +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ship/external/dark) +"Wm" = ( +/obj/machinery/door/airlock/grunge{ + dir = 4; + name = "Cryogenic Storage" + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/tech, +/area/ship/crew) +"Wz" = ( +/obj/structure/sink{ + dir = 1 + }, +/obj/structure/mirror{ + pixel_y = -30 + }, +/obj/structure/window/reinforced/tinted/frosted{ + dir = 4 + }, +/obj/structure/window/reinforced/tinted/frosted{ + dir = 8 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/ship/crew/toilet) +"Xc" = ( +/obj/machinery/blackbox_recorder, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/north{ + pixel_x = -6 + }, +/turf/open/floor/plasteel/telecomms_floor, +/area/ship/bridge) +"Xh" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/techfloor, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable{ + icon_state = "0-1" + }, +/turf/open/floor/plasteel/dark, +/area/ship/hallway/central) +"Xk" = ( +/obj/effect/turf_decal/industrial/outline/red, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/tech, +/area/ship/cargo) +"Xm" = ( +/obj/structure/window/plasma/reinforced/plastitanium, +/obj/structure/grille, +/obj/machinery/door/poddoor/shutters{ + id = "mudskipper_window" + }, +/turf/open/floor/plating, +/area/ship/hallway/aft) +"XK" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/dark, +/area/ship/hallway/aft) +"XU" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood{ + color = "#543C30" + }, +/obj/effect/turf_decal/siding/wood{ + dir = 10; + color = "#543C30" + }, +/turf/open/floor/wood/walnut, +/area/ship/hallway/aft) +"Yc" = ( +/obj/effect/turf_decal/box, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/rack, +/obj/item/stock_parts/cell/gun, +/obj/item/gun/energy/laser{ + pixel_y = 5 + }, +/obj/item/stock_parts/cell/gun, +/obj/item/gun/energy/laser, +/obj/item/flashlight/seclite, +/obj/item/kitchen/knife/combat/survival, +/obj/item/flashlight/seclite, +/obj/item/kitchen/knife/combat/survival, +/turf/open/floor/plasteel/tech, +/area/ship/cargo) +"Yd" = ( +/obj/structure/window/plasma/reinforced/plastitanium, +/obj/structure/grille, +/obj/machinery/door/poddoor/shutters{ + id = "mudskipper_window" + }, +/turf/open/floor/plating, +/area/ship/crew) +"Yq" = ( +/obj/effect/decal/cleanable/oil{ + icon_state = "floor4" + }, +/obj/machinery/atmospherics/components/binary/pump/on/layer4{ + name = "Air to Distro"; + target_pressure = 1000 + }, +/obj/machinery/atmospherics/components/binary/volume_pump/layer2{ + name = "Scrubbers to External"; + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/tech, +/area/ship/engineering/engine) +"Yv" = ( +/obj/structure/closet/crate/bin, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/techfloor{ + dir = 1 + }, +/obj/machinery/firealarm/directional/east{ + pixel_y = -5 + }, +/obj/machinery/light/dim/directional/north, +/turf/open/floor/plasteel/dark, +/area/ship/hallway/central) +"YK" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/turf_decal/industrial/warning, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plasteel/tech, +/area/ship/hallway/aft) +"YL" = ( +/obj/machinery/power/port_gen/pacman, +/obj/effect/turf_decal/techfloor{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "0-1" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/robot_debris, +/turf/open/floor/plasteel/tech, +/area/ship/engineering/engine) +"Zi" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/catwalk/over/plated_catwalk/dark, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/ship/cargo) +"ZC" = ( +/obj/effect/turf_decal/siding/wood{ + color = "#543C30"; + dir = 9 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/grimy, +/area/ship/crew) +"ZJ" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/techfloor, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/plasteel/dark, +/area/ship/hallway/central) + +(1,1,1) = {" +cs +cs +cs +cs +ws +ag +lj +ag +ag +lj +ag +ws +cs +cs +cs +cs +cs +"} +(2,1,1) = {" +cs +hX +IU +ws +ws +bZ +zx +bZ +MF +zx +MF +ws +ws +IU +hX +cs +cs +"} +(3,1,1) = {" +cs +hX +cs +ws +kX +QF +en +Vo +Vo +qE +ao +yY +ws +cs +hX +cs +cs +"} +(4,1,1) = {" +hX +hX +eX +Qt +sp +Yq +Tn +vI +KA +eu +hY +sI +ws +IU +hX +hX +cs +"} +(5,1,1) = {" +hX +cs +cs +ws +Ud +Hk +AN +ac +dw +hr +xU +YL +ws +cs +cs +hX +cs +"} +(6,1,1) = {" +hX +IU +OB +OB +OB +UF +OB +OB +OB +OB +OB +Qp +Qp +Qp +Ti +hX +cs +"} +(7,1,1) = {" +cs +cs +OB +Xc +ic +ak +OB +Sj +nV +Rc +OB +EQ +Cr +PR +ma +cs +cs +"} +(8,1,1) = {" +cs +cs +OB +Rv +Oc +Dp +uW +pY +Ak +Ui +OB +BA +Bn +nx +ee +sH +MB +"} +(9,1,1) = {" +cs +cs +OB +nM +rr +oC +OB +dN +sf +qy +OB +JN +CG +Qp +IU +cs +cs +"} +(10,1,1) = {" +hX +IU +OB +OB +OB +oG +OB +Gk +Gk +Gk +OB +Nj +Qp +Qp +IU +hX +cs +"} +(11,1,1) = {" +hX +cs +cs +Xm +yg +XK +Ni +tI +JS +bS +yS +Kt +Xm +cs +cs +hX +cs +"} +(12,1,1) = {" +hX +cs +cs +Xm +ST +iy +YK +NN +zR +nm +Rl +XU +Xm +cs +cs +hX +cs +"} +(13,1,1) = {" +hX +cs +cs +Qp +sT +vn +Qp +ov +ar +sa +eL +gT +Qp +cs +cs +hX +cs +"} +(14,1,1) = {" +hX +IU +Gq +Gq +Gq +Gq +Gq +dc +Pr +dc +oU +oU +oU +oU +IU +hX +cs +"} +(15,1,1) = {" +cs +cs +Gq +Vy +UZ +Ft +Gq +kV +gf +Xh +oU +kB +xp +oU +cs +cs +cs +"} +(16,1,1) = {" +cs +cs +Yd +GW +ZC +Ey +So +VP +IL +Qx +mt +Ch +Wz +oU +cs +cs +cs +"} +(17,1,1) = {" +hX +IU +Yd +xo +cB +dQ +Gq +DS +Mi +ZJ +oU +tK +Sq +oU +IU +hX +cs +"} +(18,1,1) = {" +hX +cs +Gq +Gq +Wm +Gq +Gq +dc +mC +iY +MK +MK +MK +MK +cs +hX +cs +"} +(19,1,1) = {" +hX +cs +zX +KU +zW +Lw +zX +Vn +DC +PO +Rn +wi +pF +MK +cs +hX +cs +"} +(20,1,1) = {" +hX +IU +zX +qN +IP +GI +zX +Yv +LV +xk +MK +cn +KT +MK +IU +hX +cs +"} +(21,1,1) = {" +cs +cs +zX +zX +zX +zX +zX +dc +TV +dc +MK +MK +MK +MK +cs +cs +cs +"} +(22,1,1) = {" +cs +cs +cs +yv +UL +FN +dT +dZ +Zi +yB +ti +RR +yv +cs +cs +cs +cs +"} +(23,1,1) = {" +cs +hX +IU +yv +PU +NU +uk +Ed +rO +nR +ec +Id +yv +IU +hX +cs +cs +"} +(24,1,1) = {" +cs +hX +cs +yv +OD +xH +Yc +wj +Dj +BW +Bw +Qu +yv +Mf +hX +cs +cs +"} +(25,1,1) = {" +cs +hX +IU +mF +mF +uz +gR +Xk +th +NJ +Bj +mF +mF +IU +hX +cs +cs +"} +(26,1,1) = {" +cs +hX +cs +cs +mF +nj +cx +sA +ot +Eg +EP +mF +Mf +Mf +hX +cs +cs +"} +(27,1,1) = {" +cs +hX +IU +IU +mF +po +gB +gB +gB +gB +mS +mF +IU +IU +hX +cs +cs +"} +(28,1,1) = {" +cs +cs +cs +VW +hH +Nl +kY +ib +kY +kY +Nl +hH +VW +cs +cs +cs +cs +"} +(29,1,1) = {" +cs +cs +cs +hH +hH +cs +cs +cs +cs +cs +cs +hH +hH +cs +cs +cs +cs +"} +(30,1,1) = {" +cs +cs +cs +cs +hH +hH +cs +cs +cs +cs +hH +hH +cs +cs +cs +cs +cs +"} +(31,1,1) = {" +cs +cs +cs +cs +cs +hH +cs +cs +cs +cs +hH +cs +cs +cs +cs +cs +cs +"} diff --git a/_maps/shuttles/shiptest/independent_nemo.dmm b/_maps/shuttles/shiptest/independent_nemo.dmm index f5867eeddb84..f693cbcbdc27 100644 --- a/_maps/shuttles/shiptest/independent_nemo.dmm +++ b/_maps/shuttles/shiptest/independent_nemo.dmm @@ -251,16 +251,6 @@ }, /turf/open/floor/plasteel/patterned/cargo_one, /area/ship/cargo) -"dj" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/turf/open/floor/wood, -/area/ship/crew/library) "dt" = ( /obj/structure/displaycase/trophy, /obj/effect/turf_decal/siding/wood{ @@ -407,39 +397,6 @@ }, /turf/open/floor/plating, /area/ship/engineering/atmospherics) -"eK" = ( -/obj/effect/turf_decal/siding/purple{ - dir = 8 - }, -/obj/structure/frame/machine, -/obj/item/paper{ - info = "Missing protolathe. Lost in transit." - }, -/turf/open/floor/plasteel/dark, -/area/ship/science) -"eR" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 8 - }, -/obj/structure/closet/secure_closet/wall{ - dir = 4; - icon_state = "sec_wall"; - name = "hunting locker"; - pixel_x = -32; - req_access = list(30) - }, -/obj/item/firing_pin, -/obj/item/kitchen/knife/hunting, -/obj/item/disk/design_disk/ammo_38_hunting, -/obj/item/gun/ballistic/shotgun/contender, -/obj/item/ammo_box/a4570, -/obj/item/ammo_box/a4570, -/turf/open/floor/carpet/black, -/area/ship/bridge) "eS" = ( /obj/structure/cable{ icon_state = "1-2" @@ -497,6 +454,25 @@ }, /turf/open/floor/plasteel/dark, /area/ship/hallway/central) +"fu" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/item/stack/sheet/mineral/wood{ + amount = 10 + }, +/obj/structure/closet/crate, +/obj/item/storage/box/monkeycubes, +/obj/effect/turf_decal/siding/brown{ + dir = 5 + }, +/obj/machinery/light_switch{ + pixel_x = -13; + pixel_y = 23 + }, +/turf/open/floor/plasteel/patterned/cargo_one, +/area/ship/cargo) "fA" = ( /obj/machinery/door/poddoor{ dir = 4; @@ -577,21 +553,6 @@ }, /turf/open/floor/wood, /area/ship/crew/canteen) -"gL" = ( -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/item/stack/sheet/mineral/wood{ - amount = 10 - }, -/obj/structure/closet/crate, -/obj/item/storage/box/monkeycubes, -/obj/effect/turf_decal/siding/brown{ - dir = 5 - }, -/turf/open/floor/plasteel/patterned/cargo_one, -/area/ship/cargo) "gO" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 5 @@ -676,6 +637,16 @@ }, /turf/open/floor/plasteel/tech/techmaint, /area/ship/engineering/electrical) +"ie" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/obj/structure/frame/machine, +/obj/item/paper{ + default_raw_text = "Missing protolathe. Lost in transit." + }, +/turf/open/floor/plasteel/dark, +/area/ship/science) "ih" = ( /obj/structure/window/plasma/reinforced/spawner, /obj/structure/window/plasma/reinforced/spawner/west, @@ -726,19 +697,6 @@ }, /turf/open/floor/plasteel/tech/techmaint, /area/ship/engineering/atmospherics) -"iD" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/effect/turf_decal/siding/wood{ - dir = 10 - }, -/obj/effect/turf_decal/siding/green{ - dir = 1 - }, -/turf/open/floor/wood, -/area/ship/crew/dorm) "iF" = ( /obj/structure/disposalpipe/segment{ dir = 8 @@ -858,6 +816,22 @@ /obj/machinery/computer/helm/viewscreen/directional/south, /turf/open/floor/plasteel/dark, /area/ship/crew/canteen) +"jR" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/item/poster/random_contraband, +/obj/effect/turf_decal/number/zero{ + dir = 8 + }, +/obj/machinery/light_switch{ + pixel_x = 22; + pixel_y = -12; + dir = 8 + }, +/turf/open/floor/plating, +/area/ship/maintenance/port) "jT" = ( /obj/structure/cable/yellow{ icon_state = "0-8" @@ -960,6 +934,14 @@ /obj/effect/turf_decal/trimline/opaque/blue/arrow_cw, /turf/open/floor/plating, /area/ship/engineering/atmospherics) +"lx" = ( +/obj/machinery/light/directional/north, +/obj/machinery/suit_storage_unit/mining, +/obj/effect/turf_decal/siding/brown{ + dir = 1 + }, +/turf/open/floor/plasteel/patterned/cargo_one, +/area/ship/cargo) "ly" = ( /obj/structure/window/plasma/reinforced/spawner, /obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/oxygen_output, @@ -972,30 +954,6 @@ }, /turf/open/floor/plating, /area/ship/engineering/electrical) -"lD" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/button/ignition/incinerator/atmos{ - pixel_x = -26; - pixel_y = -3 - }, -/obj/machinery/atmospherics/pipe/manifold/green/visible/layer5{ - dir = 8 - }, -/obj/structure/table, -/obj/item/weldingtool, -/obj/item/weldingtool, -/obj/item/weldingtool, -/obj/item/weldingtool, -/obj/item/paper{ - info = "The igniter in the chamber does not work very well. I suggest throwing lit welders down the disposal chute over there to ignite the chamber." - }, -/obj/effect/turf_decal/trimline/opaque/red/line{ - dir = 6 - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) "lF" = ( /obj/effect/turf_decal/siding/blue/corner, /turf/open/floor/plasteel/white, @@ -1141,12 +1099,6 @@ }, /turf/open/floor/plasteel/dark, /area/ship/hallway/central) -"mQ" = ( -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/machinery/portable_atmospherics/pump, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) "mS" = ( /obj/structure/window/plasma/reinforced/spawner/east, /obj/machinery/air_sensor/atmos/toxin_tank{ @@ -1218,6 +1170,17 @@ }, /turf/open/floor/plasteel/patterned/cargo_one, /area/ship/cargo) +"oo" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/machinery/portable_atmospherics/pump, +/obj/machinery/light_switch{ + pixel_x = 22; + pixel_y = -12; + dir = 8 + }, +/turf/open/floor/plating, +/area/ship/maintenance/starboard) "oA" = ( /obj/structure/cable/yellow{ icon_state = "4-8" @@ -1435,21 +1398,6 @@ /obj/machinery/airalarm/directional/east, /turf/open/floor/carpet/black, /area/ship/crew/library) -"rX" = ( -/obj/structure/table, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/effect/turf_decal/siding/yellow{ - dir = 4 - }, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high/plus, -/obj/item/circuitboard/machine/thermomachine, -/obj/item/circuitboard/machine/thermomachine, -/turf/open/floor/plasteel/tech, -/area/ship/engineering/electrical) "se" = ( /obj/machinery/atmospherics/components/unary/vent_pump/siphon/on, /turf/open/floor/plating, @@ -1472,20 +1420,6 @@ /obj/machinery/libraryscanner, /turf/open/floor/wood, /area/ship/crew/library) -"ts" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/table/glass, -/obj/item/reagent_containers/spray/cleaner, -/obj/effect/turf_decal/siding/blue{ - dir = 9 - }, -/obj/machinery/light/directional/west, -/obj/item/bodybag/bluespace, -/turf/open/floor/plasteel/white, -/area/ship/medical) "tQ" = ( /obj/structure/chair/sofa/left, /obj/effect/turf_decal/siding/wood{ @@ -1588,6 +1522,11 @@ }, /turf/open/floor/plating, /area/ship/maintenance/starboard) +"vv" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood, +/area/ship/crew/dorm) "vB" = ( /obj/effect/turf_decal/siding/wood{ dir = 4 @@ -1631,32 +1570,6 @@ /obj/effect/turf_decal/industrial/warning/full, /turf/open/floor/plating, /area/ship/engineering/atmospherics) -"wh" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/closet/secure_closet/freezer/meat, -/obj/item/storage/fancy/egg_box, -/obj/item/storage/fancy/egg_box, -/obj/item/reagent_containers/food/snacks/grown/potato, -/obj/item/reagent_containers/food/snacks/grown/potato, -/obj/item/reagent_containers/food/snacks/grown/potato, -/obj/item/reagent_containers/food/snacks/grown/potato, -/obj/item/reagent_containers/food/snacks/grown/potato, -/obj/item/reagent_containers/food/snacks/grown/potato, -/obj/item/reagent_containers/food/condiment/milk, -/obj/item/reagent_containers/food/condiment/milk, -/obj/item/reagent_containers/food/condiment/enzyme, -/obj/item/reagent_containers/food/condiment/sugar, -/obj/item/reagent_containers/food/condiment/flour, -/obj/item/reagent_containers/food/condiment/flour, -/obj/item/kitchen/knife, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/turf/open/floor/wood, -/area/ship/crew/canteen) "wr" = ( /obj/structure/cable{ icon_state = "1-4" @@ -1718,14 +1631,6 @@ }, /turf/open/floor/plasteel/dark, /area/ship/science) -"xw" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/tank_dispenser/oxygen, -/turf/open/floor/pod, -/area/ship/hallway/central) "xE" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ dir = 8 @@ -1832,17 +1737,6 @@ }, /turf/open/floor/plating, /area/ship/engineering/atmospherics) -"Al" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/item/poster/random_contraband, -/obj/effect/turf_decal/number/zero{ - dir = 8 - }, -/turf/open/floor/plating, -/area/ship/maintenance/port) "An" = ( /obj/structure/cable/yellow{ icon_state = "4-8" @@ -1878,6 +1772,29 @@ }, /turf/open/floor/wood, /area/ship/crew/canteen) +"AK" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 8 + }, +/obj/machinery/light_switch{ + pixel_x = -13; + pixel_y = 23 + }, +/turf/open/floor/carpet/black, +/area/ship/bridge) "AN" = ( /obj/structure/window/plasma/reinforced/spawner, /obj/structure/window/plasma/reinforced/spawner/west, @@ -1899,6 +1816,24 @@ }, /turf/open/floor/plasteel/white, /area/ship/medical) +"Bi" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/table/glass, +/obj/item/reagent_containers/spray/cleaner, +/obj/effect/turf_decal/siding/blue{ + dir = 9 + }, +/obj/machinery/light/directional/west, +/obj/item/bodybag/bluespace, +/obj/machinery/light_switch{ + pixel_x = -13; + pixel_y = 23 + }, +/turf/open/floor/plasteel/white, +/area/ship/medical) "Bl" = ( /obj/machinery/shower{ dir = 8; @@ -1908,6 +1843,23 @@ /obj/structure/curtain, /turf/open/floor/plasteel/white, /area/ship/crew/dorm) +"Bn" = ( +/obj/machinery/atmospherics/components/trinary/mixer/flipped{ + dir = 4; + name = "Chamber Mixer" + }, +/obj/machinery/light/directional/east, +/obj/item/paper/crumpled{ + default_raw_text = "A mix of 67/33 ratio of oxygen (node 1) and plasma (node 2) works very well, even at 500 kPa." + }, +/obj/effect/turf_decal/trimline/opaque/blue/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/opaque/purple/corner{ + dir = 8 + }, +/turf/open/floor/engine, +/area/ship/engineering/atmospherics) "Bv" = ( /obj/effect/turf_decal/siding/blue{ dir = 8 @@ -2021,12 +1973,6 @@ /obj/machinery/atmospherics/components/binary/circulator, /turf/open/floor/engine, /area/ship/engineering/atmospherics) -"CN" = ( -/obj/structure/table/wood, -/obj/item/clothing/under/drip, -/obj/effect/turf_decal/siding/wood, -/turf/open/floor/wood, -/area/ship/crew/dorm) "CQ" = ( /obj/docking_port/stationary{ width = 30; @@ -2140,6 +2086,16 @@ /obj/machinery/atmospherics/components/unary/vent_pump/layer2, /turf/open/floor/pod, /area/ship/hallway/central) +"Ev" = ( +/obj/machinery/computer/cargo/express{ + dir = 4 + }, +/obj/effect/turf_decal/siding/brown{ + dir = 10 + }, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/plasteel/patterned/cargo_one, +/area/ship/cargo) "Ez" = ( /obj/structure/tank_dispenser, /obj/machinery/firealarm/directional/east, @@ -2149,6 +2105,30 @@ }, /turf/open/floor/plasteel/tech, /area/ship/engineering/electrical) +"EL" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/obj/machinery/button/ignition/incinerator/atmos{ + pixel_x = -26; + pixel_y = -3 + }, +/obj/machinery/atmospherics/pipe/manifold/green/visible/layer5{ + dir = 8 + }, +/obj/structure/table, +/obj/item/weldingtool, +/obj/item/weldingtool, +/obj/item/weldingtool, +/obj/item/weldingtool, +/obj/item/paper{ + default_raw_text = "The igniter in the chamber does not work very well. I suggest throwing lit welders down the disposal chute over there to ignite the chamber." + }, +/obj/effect/turf_decal/trimline/opaque/red/line{ + dir = 6 + }, +/turf/open/floor/plating, +/area/ship/engineering/atmospherics) "Fk" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ dir = 8 @@ -2181,6 +2161,28 @@ "FG" = ( /turf/open/floor/wood, /area/ship/crew/library) +"FO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 8 + }, +/obj/structure/closet/secure_closet/wall{ + dir = 4; + icon_state = "sec_wall"; + name = "hunting locker"; + pixel_x = -32; + req_access = list(30) + }, +/obj/item/firing_pin, +/obj/item/kitchen/knife/hunting, +/obj/item/gun/ballistic/shotgun/contender, +/obj/item/ammo_box/a4570, +/obj/item/ammo_box/a4570, +/turf/open/floor/carpet/black, +/area/ship/bridge) "FT" = ( /obj/effect/turf_decal/siding/thinplating/dark{ dir = 1 @@ -2338,15 +2340,6 @@ }, /turf/closed/wall/mineral/plastitanium/nodiagonal, /area/ship/engineering/atmospherics) -"Jw" = ( -/obj/machinery/computer/cargo/express{ - dir = 4 - }, -/obj/effect/turf_decal/siding/brown{ - dir = 10 - }, -/turf/open/floor/plasteel/patterned/cargo_one, -/area/ship/cargo) "Jz" = ( /obj/machinery/atmospherics/components/unary/outlet_injector/atmos/incinerator_input{ dir = 4 @@ -2403,15 +2396,6 @@ }, /turf/open/floor/plasteel/patterned/cargo_one, /area/ship/cargo) -"KH" = ( -/obj/machinery/firealarm/directional/north, -/obj/machinery/light/directional/north, -/obj/machinery/suit_storage_unit/mining, -/obj/effect/turf_decal/siding/brown{ - dir = 1 - }, -/turf/open/floor/plasteel/patterned/cargo_one, -/area/ship/cargo) "KK" = ( /obj/structure/cable{ icon_state = "4-8" @@ -2572,23 +2556,6 @@ }, /turf/open/floor/plasteel/tech/techmaint, /area/ship/engineering/atmospherics) -"MX" = ( -/obj/machinery/atmospherics/components/trinary/mixer/flipped{ - dir = 4; - name = "Chamber Mixer" - }, -/obj/machinery/light/directional/east, -/obj/item/paper/crumpled{ - info = "A mix of 67/33 ratio of oxygen (node 1) and plasma (node 2) works very well, even at 500 kPa." - }, -/obj/effect/turf_decal/trimline/opaque/blue/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/opaque/purple/corner{ - dir = 8 - }, -/turf/open/floor/engine, -/area/ship/engineering/atmospherics) "Ne" = ( /obj/structure/cable{ icon_state = "2-4" @@ -2619,6 +2586,30 @@ /obj/item/stack/sheet/glass/fifty, /turf/open/floor/plasteel/tech, /area/ship/engineering/electrical) +"Nk" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/light_switch{ + pixel_x = -13; + pixel_y = 23 + }, +/turf/open/floor/plasteel/dark, +/area/ship/science) "Nn" = ( /obj/structure/cable{ icon_state = "2-8" @@ -2749,6 +2740,20 @@ }, /turf/open/floor/plasteel/white, /area/ship/medical) +"Oe" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/light_switch{ + pixel_x = -13; + pixel_y = 23 + }, +/turf/open/floor/wood, +/area/ship/crew/library) "Ol" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ dir = 4 @@ -2774,6 +2779,36 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /turf/open/floor/plating, /area/ship/engineering/atmospherics) +"OG" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/closet/secure_closet/freezer/meat, +/obj/item/storage/fancy/egg_box, +/obj/item/storage/fancy/egg_box, +/obj/item/reagent_containers/food/snacks/grown/potato, +/obj/item/reagent_containers/food/snacks/grown/potato, +/obj/item/reagent_containers/food/snacks/grown/potato, +/obj/item/reagent_containers/food/snacks/grown/potato, +/obj/item/reagent_containers/food/snacks/grown/potato, +/obj/item/reagent_containers/food/snacks/grown/potato, +/obj/item/reagent_containers/food/condiment/milk, +/obj/item/reagent_containers/food/condiment/milk, +/obj/item/reagent_containers/food/condiment/enzyme, +/obj/item/reagent_containers/food/condiment/sugar, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/kitchen/knife, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/light_switch{ + pixel_x = -13; + pixel_y = 23 + }, +/turf/open/floor/wood, +/area/ship/crew/canteen) "OI" = ( /obj/structure/rack, /obj/item/clothing/suit/hooded/wintercoat/science, @@ -3057,6 +3092,26 @@ }, /turf/open/floor/engine, /area/ship/engineering/atmospherics) +"Th" = ( +/obj/structure/table, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/effect/turf_decal/siding/yellow{ + dir = 4 + }, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high/plus, +/obj/item/circuitboard/machine/thermomachine, +/obj/item/circuitboard/machine/thermomachine, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 20; + pixel_y = 12 + }, +/turf/open/floor/plasteel/tech, +/area/ship/engineering/electrical) "Tv" = ( /obj/effect/turf_decal/siding/thinplating/dark/corner, /turf/open/floor/carpet/black, @@ -3099,6 +3154,24 @@ /obj/item/radio/intercom/directional/north, /turf/open/floor/plating, /area/ship/engineering/atmospherics) +"TM" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/effect/turf_decal/siding/green{ + dir = 1 + }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -20; + pixel_y = 12 + }, +/turf/open/floor/wood, +/area/ship/crew/dorm) "UB" = ( /turf/closed/wall/mineral/plastitanium/nodiagonal, /area/ship/engineering/atmospherics) @@ -3241,6 +3314,18 @@ }, /turf/open/floor/plasteel/dark, /area/ship/science) +"VZ" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/tank_dispenser/oxygen, +/obj/machinery/light_switch{ + pixel_x = -13; + pixel_y = 23 + }, +/turf/open/floor/pod, +/area/ship/hallway/central) "Wa" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, @@ -3326,50 +3411,11 @@ /obj/item/radio/intercom/directional/north, /turf/open/floor/carpet/black, /area/ship/bridge) -"WU" = ( -/obj/machinery/power/apc/auto_name/directional/north, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 8 - }, -/turf/open/floor/carpet/black, -/area/ship/bridge) "Xi" = ( /obj/structure/table/wood, /obj/item/flashlight/lamp, /turf/open/floor/carpet/black, /area/ship/crew/library) -"Xn" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/siding/purple{ - dir = 1 - }, -/obj/effect/turf_decal/siding/purple, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/dark, -/area/ship/science) "Xq" = ( /obj/structure/bookcase/random/reference, /obj/effect/turf_decal/siding/wood{ @@ -3672,19 +3718,19 @@ tb tb lu GX -Al +jR RR Mw zV JW wz SH -MX +Bn gx Xr bK Qb -mQ +oo Gu uI "} @@ -3719,7 +3765,7 @@ lu UB TK Ss -lD +EL YR bi vP @@ -3906,7 +3952,7 @@ tb cc AX BH -Jw +Ev cc nz GJ @@ -3946,7 +3992,7 @@ tb tb tb cc -KH +lx nZ SP cc @@ -3967,7 +4013,7 @@ tb tb tb cc -gL +fu gk Kl NL @@ -3975,7 +4021,7 @@ Zj GJ Ez kd -rX +Th LY GJ tb @@ -4030,13 +4076,13 @@ UK UK UK UK -xw +VZ Eb Pn US dN dN -dj +Oe FG FG Jp @@ -4162,7 +4208,7 @@ ah bI Bz JL -iD +TM es MM dJ @@ -4178,7 +4224,7 @@ tb tb tb Yk -wh +OG TE aF Bz @@ -4228,7 +4274,7 @@ NB de bT cj -CN +vv GT tb tb @@ -4287,7 +4333,7 @@ lG MT SU Gb -ts +Bi QI Bv LQ @@ -4371,7 +4417,7 @@ tb lG PL ch -eK +ie vc My lG @@ -4411,7 +4457,7 @@ tb tb tb lG -Xn +Nk JF iv XO @@ -4453,8 +4499,8 @@ tb tb tb dY -WU -eR +AK +FO gO nJ HZ diff --git a/_maps/shuttles/shiptest/independent_pillbottle.dmm b/_maps/shuttles/shiptest/independent_pillbottle.dmm index 5a29158424b6..7408067decf5 100644 --- a/_maps/shuttles/shiptest/independent_pillbottle.dmm +++ b/_maps/shuttles/shiptest/independent_pillbottle.dmm @@ -256,6 +256,11 @@ icon_state = "1-6" }, /obj/machinery/power/apc/auto_name/directional/west, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -20; + pixel_y = 12 + }, /turf/open/floor/plasteel/dark, /area/ship/engineering) "fi" = ( @@ -765,9 +770,6 @@ /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, /turf/open/floor/plasteel, /area/ship/hallway/central) -"mx" = ( -/turf/closed/wall, -/area/ship/crew/toilet) "mF" = ( /obj/structure/cable{ icon_state = "2-8" @@ -894,7 +896,7 @@ pixel_y = -32 }, /turf/open/floor/plastic, -/area/ship/crew/toilet) +/area/ship/hallway/central) "oR" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ dir = 4 @@ -946,6 +948,10 @@ }, /obj/effect/decal/cleanable/dirt, /obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/light_switch{ + pixel_y = 22; + pixel_x = -12 + }, /turf/open/floor/plasteel, /area/ship/hallway/central) "pF" = ( @@ -1101,6 +1107,11 @@ }, /obj/effect/decal/cleanable/dirt, /obj/machinery/power/apc/auto_name/directional/west, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -20; + pixel_y = 12 + }, /turf/open/floor/plasteel, /area/ship/crew/dorm) "sK" = ( @@ -1121,6 +1132,11 @@ desc = "A dish full of mashed pills for your bowl." }, /obj/effect/turf_decal/corner/opaque/white/full, +/obj/machinery/light_switch{ + pixel_y = 22; + pixel_x = -12 + }, +/obj/machinery/power/apc/auto_name/directional/north, /turf/open/floor/plasteel, /area/ship/crew) "sO" = ( @@ -1311,6 +1327,7 @@ }, /obj/effect/decal/cleanable/dirt/dust, /obj/structure/reagent_dispensers/water_cooler, +/obj/machinery/light/directional/west, /turf/open/floor/plasteel, /area/ship/hallway/fore) "vX" = ( @@ -1410,7 +1427,7 @@ /obj/item/bikehorn/rubberducky, /obj/machinery/light/small/directional/south, /turf/open/floor/plastic, -/area/ship/crew/toilet) +/area/ship/hallway/central) "wK" = ( /obj/structure/reagent_dispensers/beerkeg, /turf/open/floor/plating/airless, @@ -2159,7 +2176,7 @@ name = "Restroom" }, /turf/open/floor/plasteel/tech, -/area/ship/crew/toilet) +/area/ship/hallway/central) "Mf" = ( /obj/effect/turf_decal/industrial/warning{ dir = 1 @@ -2189,6 +2206,11 @@ "MQ" = ( /obj/structure/cable, /obj/machinery/power/apc/auto_name/directional/west, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -20; + pixel_y = 12 + }, /turf/open/floor/plasteel/patterned, /area/ship/cargo) "Nc" = ( @@ -2204,7 +2226,6 @@ dir = 1 }, /obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/directional/west, /obj/effect/decal/cleanable/dirt, /obj/structure/table, /obj/item/toy/crayon/spraycan, @@ -2673,6 +2694,11 @@ dir = 4 }, /obj/machinery/power/apc/auto_name/directional/south, +/obj/machinery/light_switch{ + dir = 1; + pixel_x = -12; + pixel_y = -16 + }, /turf/open/floor/carpet/nanoweave/blue, /area/ship/bridge) "TM" = ( @@ -3338,9 +3364,9 @@ Or Uy IG NP -mx -mx -mx +Uy +Uy +Uy Oz "} (10,1,1) = {" @@ -3361,9 +3387,9 @@ cr Uy SR fL -mx +Uy wH -mx +Uy Oz "} (11,1,1) = {" @@ -3386,7 +3412,7 @@ Ri rJ LU oM -mx +Uy Oz "} (12,1,1) = {" diff --git a/_maps/shuttles/shiptest/independent_rigger.dmm b/_maps/shuttles/shiptest/independent_rigger.dmm index 7c26d599c089..00347dae6852 100644 --- a/_maps/shuttles/shiptest/independent_rigger.dmm +++ b/_maps/shuttles/shiptest/independent_rigger.dmm @@ -7,6 +7,11 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /obj/machinery/light/small/directional/east, /obj/effect/turf_decal/corner/opaque/yellow/diagonal, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 20; + pixel_y = 10 + }, /turf/open/floor/plasteel/white, /area/ship/crew/canteen) "ai" = ( @@ -21,9 +26,9 @@ "av" = ( /obj/structure/grille, /obj/machinery/door/poddoor/shutters{ + dir = 4; id = "riggerwindows"; - name = "Blast Shutters"; - dir = 4 + name = "Blast Shutters" }, /obj/structure/window/plasma/reinforced/plastitanium, /obj/structure/curtain, @@ -71,14 +76,17 @@ /turf/open/floor/plating, /area/ship/construction) "bo" = ( -/obj/machinery/status_display/shuttle{ - pixel_y = -32 - }, /obj/effect/turf_decal/industrial/outline/yellow, /obj/machinery/suit_storage_unit/inherit/industrial, /obj/item/clothing/suit/space/pilot, /obj/item/clothing/head/helmet/space/pilot/random, /obj/item/clothing/mask/breath, +/obj/machinery/light/small/directional/south, +/obj/machinery/light_switch{ + dir = 1; + pixel_x = -7; + pixel_y = -20 + }, /turf/open/floor/plasteel/tech/techmaint, /area/ship/cargo) "bx" = ( @@ -126,30 +134,6 @@ "bC" = ( /turf/closed/wall/mineral/plastitanium/nodiagonal, /area/ship/crew) -"bF" = ( -/obj/machinery/door/window/eastright{ - name = "Robotics"; - req_access_txt = "47" - }, -/obj/effect/turf_decal/corner/opaque/purple/border{ - dir = 4 - }, -/obj/effect/turf_decal/techfloor{ - dir = 8 - }, -/obj/structure/closet/wall{ - icon_door = "white_wall"; - name = "science closet"; - pixel_y = 28 - }, -/obj/item/storage/backpack/satchel/eng, -/obj/item/clothing/shoes/workboots, -/obj/item/clothing/under/rank/rnd/roboticist/mech_engineer, -/obj/item/clothing/suit/apron/overalls, -/obj/item/clothing/gloves/color/black, -/obj/item/clothing/head/welding, -/turf/open/floor/plasteel/tech, -/area/ship/hallway/central) "bL" = ( /obj/structure/cable/yellow{ icon_state = "2-8" @@ -200,20 +184,6 @@ /turf/open/floor/plasteel/mono, /area/ship/hallway/central) "cl" = ( -/obj/machinery/button/door{ - dir = 4; - id = "riggerdoors"; - name = "Blast Door Control"; - pixel_x = -29; - pixel_y = 5 - }, -/obj/machinery/button/door{ - dir = 4; - id = "riggerwindows"; - name = "Window Lockdown"; - pixel_x = -29; - pixel_y = -5 - }, /obj/machinery/light/directional/west, /obj/effect/turf_decal/corner/opaque/blue/border, /turf/open/floor/plasteel/mono/dark, @@ -309,9 +279,9 @@ /obj/structure/grille, /obj/structure/window/plasma/reinforced/plastitanium, /obj/machinery/door/poddoor/shutters{ + dir = 4; id = "riggerwindows"; - name = "Blast Shutters"; - dir = 4 + name = "Blast Shutters" }, /obj/machinery/atmospherics/pipe/layer_manifold{ dir = 4 @@ -451,6 +421,21 @@ }, /turf/open/floor/plasteel/grimy, /area/ship/crew) +"gd" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/machinery/airalarm/directional/south, +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -20; + pixel_y = 12 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/ship/hallway/central) "ge" = ( /obj/machinery/vending/cigarette, /obj/effect/turf_decal/industrial/outline/yellow, @@ -467,12 +452,24 @@ dir = 1 }, /obj/effect/turf_decal/industrial/stand_clear, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, /turf/open/floor/plasteel/tech/techmaint, /area/ship/cargo) "hE" = ( /obj/effect/turf_decal/industrial/outline/yellow, /obj/effect/spawner/lootdrop/maintenance, -/obj/item/radio/intercom/directional/north, +/obj/item/radio/intercom/directional/north{ + pixel_x = 10 + }, +/obj/machinery/light_switch{ + pixel_x = -5; + pixel_y = 22 + }, /turf/open/floor/plating, /area/ship/maintenance/starboard) "hG" = ( @@ -558,7 +555,8 @@ }, /obj/machinery/light_switch{ dir = 8; - pixel_x = 25 + pixel_x = 20; + pixel_y = 5 }, /turf/open/floor/plasteel/grimy, /area/ship/crew) @@ -669,6 +667,9 @@ dir = 6 }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/cable{ + icon_state = "1-2" + }, /turf/open/floor/plasteel/tech, /area/ship/cargo) "jl" = ( @@ -816,6 +817,13 @@ "kC" = ( /turf/closed/wall/mineral/plastitanium/nodiagonal, /area/ship/engineering) +"kG" = ( +/obj/machinery/door/poddoor{ + id = "riggs_cargo"; + name = "Mech Bay Blast Door" + }, +/turf/open/floor/engine/hull/interior, +/area/ship/cargo) "kV" = ( /obj/structure/cable{ icon_state = "1-2" @@ -974,8 +982,8 @@ pixel_y = 28; req_access_txt = "1" }, +/obj/item/gun/ballistic/shotgun/winchester, /obj/item/gun/ballistic/automatic/pistol/m1911, -/obj/item/gun/ballistic/automatic/surplus, /turf/open/floor/plasteel/dark, /area/ship/security) "mJ" = ( @@ -999,12 +1007,6 @@ /obj/structure/window/plasma/reinforced/plastitanium, /turf/open/floor/plating, /area/ship/crew/office) -"mQ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/grimy, -/area/ship/crew/office) "mW" = ( /obj/machinery/door/firedoor/border_only{ dir = 8 @@ -1081,16 +1083,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /turf/open/floor/plasteel/grimy, /area/ship/crew) -"oe" = ( -/obj/structure/grille, -/obj/machinery/door/poddoor/shutters{ - id = "riggerwindows"; - name = "Blast Shutters"; - dir = 4 - }, -/obj/structure/window/plasma/reinforced/plastitanium, -/turf/open/floor/plating, -/area/ship/bridge) "oh" = ( /turf/closed/wall/mineral/plastitanium, /area/ship/hallway/central) @@ -1279,9 +1271,18 @@ }, /obj/machinery/button/door{ dir = 4; - id = "riggerdoors"; + id = "riggs_cargo"; name = "Blast Door Control"; - pixel_x = -25 + pixel_x = -21 + }, +/obj/machinery/button/shieldwallgen{ + dir = 4; + id = "riggs_airshield"; + pixel_x = -20; + pixel_y = 10 + }, +/obj/structure/cable{ + icon_state = "1-4" }, /turf/open/floor/plasteel/tech/techmaint, /area/ship/cargo) @@ -1347,6 +1348,25 @@ }, /turf/open/floor/plating, /area/ship/maintenance/starboard) +"ru" = ( +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/effect/turf_decal/corner/opaque/blue/border{ + dir = 8 + }, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 20; + pixel_y = 11 + }, +/turf/open/floor/plasteel/mono/dark, +/area/ship/bridge) "rD" = ( /obj/machinery/power/smes/engineering, /obj/effect/turf_decal/industrial/hatch/yellow, @@ -1371,18 +1391,6 @@ }, /turf/open/floor/plasteel/dark, /area/ship/medical) -"rL" = ( -/obj/machinery/power/apc/auto_name/directional/east, -/obj/effect/turf_decal/industrial/outline/yellow, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/suit_storage_unit/inherit/industrial, -/obj/item/clothing/suit/space/engineer, -/obj/item/clothing/head/helmet/space/light/engineer, -/obj/item/clothing/mask/breath, -/turf/open/floor/plasteel/tech, -/area/ship/engineering) "rZ" = ( /obj/structure/reagent_dispensers/fueltank, /obj/effect/turf_decal/industrial/outline/yellow, @@ -1469,10 +1477,18 @@ /area/ship/maintenance/starboard) "sT" = ( /obj/machinery/door/poddoor{ - id = "riggerdoors"; + id = "riggs_cargo"; name = "Mech Bay Blast Door" }, -/obj/structure/fans/tiny, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/shieldwallgen/atmos{ + anchored = 1; + dir = 4; + id = "riggs_airshield"; + locked = 1 + }, /turf/open/floor/engine/hull/interior, /area/ship/cargo) "sV" = ( @@ -1551,7 +1567,13 @@ dir = 4 }, /obj/structure/catwalk/over, -/obj/structure/extinguisher_cabinet/directional/north, +/obj/structure/extinguisher_cabinet/directional/north{ + pixel_x = 5 + }, +/obj/machinery/light_switch{ + pixel_x = -5; + pixel_y = 22 + }, /turf/open/floor/plating, /area/ship/engineering) "uk" = ( @@ -1585,7 +1607,7 @@ "un" = ( /obj/structure/table/reinforced, /obj/machinery/firealarm/directional/west, -/obj/machinery/photocopier/faxmachine/longrange, +/obj/machinery/fax, /obj/machinery/light/directional/south, /turf/open/floor/carpet/blue, /area/ship/bridge) @@ -1698,16 +1720,6 @@ /obj/effect/turf_decal/industrial/outline/yellow, /turf/open/floor/plating, /area/ship/maintenance/starboard) -"vM" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/machinery/airalarm/directional/south, -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/industrial/outline/yellow, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/hallway/central) "vN" = ( /obj/structure/window/reinforced/spawner, /obj/structure/window/reinforced/spawner/west{ @@ -1835,6 +1847,20 @@ /obj/effect/turf_decal/industrial/hatch/yellow, /turf/open/floor/plating, /area/ship/engineering/atmospherics) +"xl" = ( +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -20; + pixel_y = 12 + }, +/turf/open/floor/plating, +/area/ship/construction) "xn" = ( /obj/item/mop, /obj/item/storage/bag/trash{ @@ -1861,6 +1887,11 @@ /obj/effect/turf_decal/corner/opaque/blue/border{ dir = 8 }, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 20; + pixel_y = 5 + }, /turf/open/floor/plasteel/dark, /area/ship/engineering/communications) "xH" = ( @@ -1978,8 +2009,8 @@ "yo" = ( /obj/docking_port/stationary{ dwidth = 7; - width = 14; - height = 15 + height = 15; + width = 14 }, /turf/template_noop, /area/template_noop) @@ -2084,6 +2115,9 @@ /obj/effect/turf_decal/industrial/warning{ dir = 1 }, +/obj/structure/cable{ + icon_state = "4-8" + }, /turf/open/floor/plasteel/tech/techmaint, /area/ship/cargo) "yX" = ( @@ -2198,11 +2232,11 @@ /turf/open/floor/plasteel/tech, /area/ship/engineering) "Am" = ( -/obj/item/radio/intercom/wideband/directional/north, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ dir = 4 }, /obj/machinery/computer/cargo/express, +/obj/item/radio/intercom/directional/north, /turf/open/floor/carpet/blue, /area/ship/engineering/communications) "Ao" = ( @@ -2217,15 +2251,6 @@ "As" = ( /turf/closed/wall/mineral/plastitanium, /area/ship/medical) -"At" = ( -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plating, -/area/ship/construction) "Ax" = ( /obj/structure/cable{ icon_state = "4-8" @@ -2270,7 +2295,7 @@ /area/ship/engineering) "AH" = ( /obj/structure/bed, -/obj/item/bedsheet/random, +/obj/item/bedsheet/dorms, /obj/structure/curtain/bounty, /turf/open/floor/plasteel/grimy, /area/ship/crew) @@ -2358,13 +2383,6 @@ }, /turf/open/floor/plating, /area/ship/maintenance/port) -"Cx" = ( -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) "Cz" = ( /obj/effect/turf_decal/corner/opaque/blue/half{ dir = 1 @@ -2465,7 +2483,13 @@ "DJ" = ( /obj/structure/reagent_dispensers/watertank, /obj/effect/turf_decal/industrial/outline/yellow, -/obj/item/radio/intercom/directional/north, +/obj/item/radio/intercom/directional/north{ + pixel_x = -10 + }, +/obj/machinery/light_switch{ + pixel_x = 5; + pixel_y = 22 + }, /turf/open/floor/plating, /area/ship/maintenance/port) "DL" = ( @@ -2687,6 +2711,11 @@ }, /obj/structure/window/reinforced/spawner, /obj/structure/frame/machine, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -20; + pixel_y = 5 + }, /turf/open/floor/plasteel/tech, /area/ship/hallway/central) "Gw" = ( @@ -2820,7 +2849,7 @@ /area/ship/engineering/atmospherics) "Hn" = ( /obj/structure/bed, -/obj/item/bedsheet/random, +/obj/item/bedsheet/dorms, /obj/structure/curtain/bounty, /obj/structure/sign/poster/contraband/random{ pixel_x = -32 @@ -2935,6 +2964,30 @@ /obj/structure/chair, /turf/open/floor/plasteel/mono, /area/ship/medical) +"IA" = ( +/obj/machinery/door/window/eastright{ + name = "Robotics"; + req_access_txt = "47" + }, +/obj/effect/turf_decal/corner/opaque/purple/border{ + dir = 4 + }, +/obj/effect/turf_decal/techfloor{ + dir = 8 + }, +/obj/structure/closet/wall{ + icon_door = "white_wall"; + name = "science closet"; + pixel_y = 28 + }, +/obj/item/storage/backpack/satchel/eng, +/obj/item/clothing/shoes/workboots, +/obj/item/clothing/under/rank/rnd/roboticist, +/obj/item/clothing/suit/apron/overalls, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/head/welding, +/turf/open/floor/plasteel/tech, +/area/ship/hallway/central) "IB" = ( /obj/effect/landmark/start/shaft_miner, /turf/open/floor/plasteel/tech, @@ -2959,17 +3012,33 @@ /obj/effect/turf_decal/corner/opaque/yellow/diagonal, /turf/open/floor/plasteel/white, /area/ship/crew/canteen) +"IX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 20; + pixel_y = 0 + }, +/turf/open/floor/plasteel/grimy, +/area/ship/crew/office) "Je" = ( /obj/effect/turf_decal/corner/opaque/white/mono, /turf/open/floor/plasteel/mono/white, /area/ship/medical) -"Jf" = ( -/obj/machinery/power/apc/auto_name/directional/east, +"Jr" = ( +/obj/machinery/power/apc/auto_name/directional/west, /obj/structure/cable{ - icon_state = "0-8" + icon_state = "0-4" + }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -20; + pixel_y = 12 }, /turf/open/floor/plating, -/area/ship/maintenance/port) +/area/ship/maintenance/starboard) "Jt" = ( /obj/machinery/door/airlock/public/glass{ dir = 4; @@ -3003,16 +3072,42 @@ /obj/machinery/computer/crew, /turf/open/floor/plasteel/dark, /area/ship/bridge) +"JF" = ( +/obj/machinery/power/apc/auto_name/directional/east, +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/suit_storage_unit/inherit/industrial, +/obj/item/clothing/suit/space/engineer, +/obj/item/clothing/head/helmet/space/light/engineer, +/obj/item/clothing/mask/breath, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 20; + pixel_y = 11 + }, +/turf/open/floor/plasteel/tech, +/area/ship/engineering) "JG" = ( /obj/structure/window/plasma/reinforced/plastitanium, /obj/structure/grille, /turf/open/floor/plating, /area/ship/medical) "JK" = ( -/obj/item/radio/intercom/directional/west, +/obj/item/radio/intercom/directional/west{ + pixel_y = 5 + }, /obj/effect/turf_decal/corner/opaque/blue/border{ dir = 1 }, +/obj/machinery/button/door{ + dir = 4; + id = "riggerwindows"; + name = "Window Shutter Control"; + pixel_x = -21; + pixel_y = -10 + }, /turf/open/floor/plasteel/mono/dark, /area/ship/bridge) "JS" = ( @@ -3118,7 +3213,6 @@ "LS" = ( /obj/effect/turf_decal/industrial/outline/yellow, /obj/structure/table/reinforced, -/obj/item/areaeditor/shuttle, /obj/item/megaphone/command{ pixel_x = -5; pixel_y = 9 @@ -3188,7 +3282,8 @@ }, /obj/machinery/light_switch{ dir = 4; - pixel_x = -25 + pixel_x = -20; + pixel_y = 5 }, /turf/open/floor/plasteel/dark, /area/ship/medical) @@ -3213,6 +3308,16 @@ /obj/item/circuitboard/mecha/ripley/peripherals, /turf/open/floor/plasteel/tech, /area/ship/hallway/central) +"NA" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/turf_decal/industrial/stand_clear, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/ship/cargo) "NO" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ dir = 1 @@ -3261,6 +3366,22 @@ }, /turf/open/floor/plasteel/tech/techmaint, /area/ship/hallway/central) +"Oy" = ( +/obj/machinery/door/poddoor{ + id = "riggs_cargo"; + name = "Mech Bay Blast Door" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/shieldwallgen/atmos{ + anchored = 1; + dir = 8; + id = "riggs_airshield"; + locked = 1 + }, +/turf/open/floor/engine/hull/interior, +/area/ship/cargo) "OJ" = ( /obj/item/kirbyplants/random, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ @@ -3289,9 +3410,7 @@ pixel_x = -5; pixel_y = 8 }, -/obj/machinery/status_display/shuttle{ - pixel_y = -32 - }, +/obj/machinery/computer/helm/viewscreen/directional/south, /turf/open/floor/plasteel/tech, /area/ship/engineering) "OR" = ( @@ -3311,7 +3430,8 @@ }, /obj/machinery/light_switch{ dir = 1; - pixel_y = -25 + pixel_x = 5; + pixel_y = -20 }, /turf/open/floor/carpet/blue, /area/ship/bridge) @@ -3324,7 +3444,7 @@ /turf/open/floor/plasteel/tech, /area/ship/hallway/central) "OY" = ( -/obj/machinery/light/small/directional/south, +/obj/machinery/computer/helm/viewscreen/directional/south, /turf/open/floor/plasteel/tech/techmaint, /area/ship/cargo) "Pd" = ( @@ -3363,7 +3483,7 @@ dir = 10 }, /obj/machinery/light_switch{ - pixel_y = 25 + pixel_y = 22 }, /turf/open/floor/plasteel/grimy, /area/ship/security) @@ -3414,6 +3534,11 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /obj/machinery/atmospherics/pipe/simple/green/visible, /obj/structure/catwalk/over, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -20; + pixel_y = 5 + }, /turf/open/floor/plating, /area/ship/engineering/atmospherics) "Qe" = ( @@ -3460,6 +3585,18 @@ /obj/effect/spawner/lootdrop/maintenance/three, /turf/open/floor/plasteel, /area/ship/construction) +"QB" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/sign/warning/incident{ + pixel_x = 32 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/ship/cargo) "QQ" = ( /obj/machinery/holopad/emergency/command, /obj/item/storage/backpack/captain, @@ -3620,7 +3757,8 @@ /obj/machinery/washing_machine, /obj/machinery/light_switch{ dir = 8; - pixel_x = 25 + pixel_x = 20; + pixel_y = 5 }, /turf/open/floor/plasteel/patterned, /area/ship/crew) @@ -3655,6 +3793,18 @@ /obj/item/spacecash/bundle/c1000, /turf/open/floor/plasteel/mono/dark, /area/ship/bridge) +"SW" = ( +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 20; + pixel_y = 11 + }, +/turf/open/floor/plating, +/area/ship/maintenance/port) "SX" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 10 @@ -3679,6 +3829,9 @@ dir = 6 }, /obj/structure/reagent_dispensers/fueltank, +/obj/structure/cable{ + icon_state = "1-2" + }, /turf/open/floor/plasteel/tech, /area/ship/cargo) "Te" = ( @@ -3903,7 +4056,7 @@ pixel_x = -32 }, /obj/structure/filingcabinet/chestdrawer, -/obj/item/radio/intercom/directional/north, +/obj/item/radio/intercom/wideband/directional/north, /turf/open/floor/carpet/blue, /area/ship/engineering/communications) "VG" = ( @@ -3993,11 +4146,10 @@ pixel_y = 28; req_access_txt = "1" }, +/obj/item/ammo_box/c38_box, /obj/item/ammo_box/magazine/m45/rubbershot, /obj/item/ammo_box/magazine/m45/rubbershot, /obj/item/ammo_box/magazine/m45, -/obj/item/ammo_box/magazine/m10mm/rifle, -/obj/item/ammo_box/magazine/m10mm/rifle, /turf/open/floor/plasteel/dark, /area/ship/security) "WH" = ( @@ -4043,9 +4195,6 @@ /area/ship/crew/canteen) "WS" = ( /obj/structure/table, -/obj/item/mmi/posibrain{ - pixel_x = 6 - }, /obj/effect/turf_decal/corner/opaque/purple/half{ dir = 8 }, @@ -4055,6 +4204,7 @@ /obj/item/paper_bin{ pixel_x = -10 }, +/obj/item/paicard, /obj/item/clothing/glasses/hud/diagnostic{ pixel_x = 6 }, @@ -4288,20 +4438,6 @@ }, /turf/open/floor/plasteel/dark, /area/ship/medical) -"ZU" = ( -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/corner/opaque/blue/border{ - dir = 8 - }, -/turf/open/floor/plasteel/mono/dark, -/area/ship/bridge) "ZW" = ( /obj/structure/cable{ icon_state = "1-2" @@ -4517,7 +4653,7 @@ eQ Pw uN Tm -Jf +SW yT Er uN @@ -4611,7 +4747,7 @@ vm XM ph oy -mQ +IX Kg Xm vR @@ -4636,7 +4772,7 @@ Ly Ly Ly Ly -oe +cb Kn qd qd @@ -4742,7 +4878,7 @@ Rz JE Vs SS -ZU +ru YH lY xD @@ -4772,7 +4908,7 @@ Ly Ly Ly Ly -oe +cb cb qd qd @@ -4820,7 +4956,7 @@ UW Xg Ht ES -vM +gd Tq WH IB @@ -4916,7 +5052,7 @@ iC iC WE WE -bF +IA vN UW cv @@ -4978,7 +5114,7 @@ Ly Ly Ly Ly -sT +kG hy SY ji @@ -5012,7 +5148,7 @@ Ly Ly Ly Ly -sT +kG yW pO Wm @@ -5046,7 +5182,7 @@ Ly Ly Ly yo -sT +kG yW Hy wZ @@ -5061,7 +5197,7 @@ HG mz Tq uj -rL +JF yV Aj kC @@ -5080,8 +5216,8 @@ Ly Ly Ly Ly -sT -hy +kG +NA QT ib zw @@ -5114,8 +5250,8 @@ Ly Ly Ly Ly -sT -yW +Oy +QB Bp JS jZ @@ -5299,7 +5435,7 @@ Ec ZE Sh BX -Cx +Jr vB HW Sh @@ -5320,7 +5456,7 @@ dc fp iP Kh -At +xl jI pE Qd diff --git a/_maps/shuttles/shiptest/independent_rube_goldberg.dmm b/_maps/shuttles/shiptest/independent_rube_goldberg.dmm index aa60cb0daf33..69043b560f0d 100644 --- a/_maps/shuttles/shiptest/independent_rube_goldberg.dmm +++ b/_maps/shuttles/shiptest/independent_rube_goldberg.dmm @@ -244,6 +244,24 @@ /obj/machinery/light/directional/north, /turf/open/floor/carpet/royalblue, /area/ship/crew/dorm) +"cE" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/light_switch{ + pixel_x = 11; + pixel_y = 23 + }, +/turf/open/floor/plating/airless, +/area/ship/hallway) "cF" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -302,6 +320,25 @@ /obj/machinery/disposal/deliveryChute, /turf/open/floor/plasteel/tech/techmaint, /area/ship/engineering/engine) +"dd" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/machinery/light_switch{ + pixel_x = 11; + pixel_y = 23 + }, +/turf/open/floor/plasteel/stairs{ + dir = 8 + }, +/area/ship/bridge) "dm" = ( /obj/structure/window/reinforced/spawner{ dir = 8 @@ -765,21 +802,6 @@ }, /turf/open/floor/plating, /area/ship/engineering/atmospherics) -"hn" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/airalarm/directional/east, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable/green{ - icon_state = "0-2" - }, -/obj/structure/cable/green{ - icon_state = "2-9" - }, -/turf/open/floor/plasteel/stairs{ - dir = 1 - }, -/area/ship/medical) "hr" = ( /obj/machinery/atmospherics/components/binary/pump/layer2, /obj/effect/decal/cleanable/ash/snappop_phoenix, @@ -795,14 +817,6 @@ }, /turf/open/floor/plasteel/tech/techmaint, /area/ship/crew/dorm) -"hv" = ( -/obj/machinery/door/airlock/hatch, -/obj/structure/fans/tiny, -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 4 - }, -/turf/open/floor/engine, -/area/ship/engineering/atmospherics) "hB" = ( /obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ dir = 4 @@ -819,6 +833,26 @@ }, /turf/open/floor/plating/airless, /area/ship/hallway) +"hC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/airalarm/directional/east, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/structure/cable/green{ + icon_state = "2-9" + }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -20; + pixel_y = 12 + }, +/turf/open/floor/plasteel/stairs{ + dir = 1 + }, +/area/ship/medical) "hE" = ( /obj/structure/particle_accelerator/end_cap, /turf/open/floor/plasteel/tech/techmaint, @@ -867,6 +901,16 @@ }, /turf/open/floor/plating, /area/ship/engineering/engine) +"hZ" = ( +/obj/machinery/door/airlock/hatch{ + dir = 4 + }, +/obj/structure/fans/tiny, +/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ + dir = 4 + }, +/turf/open/floor/engine, +/area/ship/engineering/atmospherics) "id" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ dir = 4 @@ -1233,6 +1277,52 @@ /obj/structure/holosign/barrier/atmos/infinite, /turf/open/floor/plating, /area/ship/engineering) +"mj" = ( +/obj/structure/table/wood, +/obj/machinery/light/directional/east, +/obj/machinery/fax{ + pixel_y = -5 + }, +/obj/effect/turf_decal/corner/opaque/yellow/border{ + dir = 5 + }, +/turf/open/floor/mineral/titanium, +/area/ship/bridge) +"ml" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/item/storage/belt/utility/chief/full, +/obj/item/clothing/under/rank/engineering/chief_engineer, +/obj/item/clothing/under/rank/engineering/chief_engineer/skirt, +/obj/item/clothing/head/hardhat/white, +/obj/item/clothing/glasses/meson/engine, +/obj/item/holosign_creator/atmos, +/obj/item/holosign_creator/engineering, +/obj/item/circuitboard/machine/techfab/department/engineering, +/obj/item/areaeditor/shuttle, +/obj/item/clothing/suit/toggle/hazard, +/obj/item/clothing/head/beret/ce, +/obj/item/clothing/head/beret/eng, +/obj/item/pipe_dispenser, +/obj/item/construction/rcd/arcd, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo, +/obj/item/rcd_ammo, +/obj/item/clothing/gloves/color/yellow, +/obj/item/gun/ballistic/shotgun/winchester, +/obj/item/ammo_box/c38_box, +/obj/item/storage/fancy/cigarettes/cigars/cohiba, +/obj/effect/turf_decal/corner/opaque/yellow/border{ + dir = 6 + }, +/obj/structure/closet/secure{ + icon_state = "ce"; + name = "Chief at Engineering's Stuff" + }, +/obj/item/areaeditor/shuttle, +/turf/open/floor/mineral/titanium, +/area/ship/bridge) "mr" = ( /obj/machinery/atmospherics/pipe/simple{ dir = 10 @@ -1385,6 +1475,21 @@ /obj/effect/turf_decal/trimline/transparent/bar/filled, /turf/open/floor/plasteel/tech/techmaint, /area/ship/crew/dorm) +"oq" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/spline/plain/opaque/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/spline/plain/opaque/yellow, +/obj/machinery/light_switch{ + pixel_x = 11; + pixel_y = 23 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/ship/crew/dorm) "oK" = ( /turf/closed/wall/mineral/wood, /area/ship/hallway) @@ -1890,6 +1995,24 @@ }, /turf/open/floor/plasteel/tech/techmaint, /area/ship/crew/dorm) +"tq" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/machinery/button/door{ + dir = 8; + id = "Burn Chamber Blast"; + name = "Burn Chamber Vent Control"; + pixel_x = 26; + pixel_y = 5 + }, +/obj/machinery/light_switch{ + pixel_x = -13; + pixel_y = 23 + }, +/turf/open/floor/plating, +/area/ship/engineering/engine) "tt" = ( /turf/closed/wall/mineral/wood, /area/ship/crew/canteen) @@ -1902,14 +2025,6 @@ /obj/machinery/reagentgrinder/constructed, /turf/open/floor/plasteel/grimy, /area/ship/crew/canteen) -"tN" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/machinery/computer/atmos_control/tank/toxin_tank, -/obj/machinery/light/directional/east, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) "tZ" = ( /obj/docking_port/mobile{ callTime = 250; @@ -2153,10 +2268,6 @@ /obj/structure/lattice/catwalk, /turf/open/floor/engine/airless, /area/ship/engineering/atmospherics) -"vW" = ( -/obj/item/storage/backpack/satchel/flat/with_drip, -/turf/open/floor/engine/airless, -/area/ship/engineering/engine) "vX" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ @@ -2275,17 +2386,6 @@ }, /turf/open/floor/plasteel/grimy, /area/ship/crew/canteen) -"xw" = ( -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable/green{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/spline/plain/opaque/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/spline/plain/opaque/yellow, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/crew/dorm) "xA" = ( /obj/structure/lattice/catwalk, /obj/machinery/atmospherics/pipe/simple/general/visible/layer2, @@ -2325,42 +2425,6 @@ /obj/effect/turf_decal/trimline/transparent/bar, /turf/open/floor/plating, /area/ship/engineering/engine) -"xU" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/item/storage/belt/utility/chief/full, -/obj/item/clothing/under/rank/engineering/chief_engineer, -/obj/item/clothing/under/rank/engineering/chief_engineer/skirt, -/obj/item/clothing/head/hardhat/white, -/obj/item/clothing/glasses/meson/engine, -/obj/item/holosign_creator/atmos, -/obj/item/holosign_creator/engineering, -/obj/item/circuitboard/machine/techfab/department/engineering, -/obj/item/areaeditor/shuttle, -/obj/item/clothing/suit/toggle/hazard, -/obj/item/clothing/head/beret/ce, -/obj/item/clothing/head/beret/eng, -/obj/item/pipe_dispenser, -/obj/item/construction/rcd/arcd, -/obj/item/rcd_ammo/large, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/clothing/gloves/color/yellow, -/obj/item/gun/ballistic/shotgun/winchester, -/obj/item/ammo_box/c38_box/hunting, -/obj/item/disk/design_disk/ammo_38_hunting, -/obj/item/storage/fancy/cigarettes/cigars/cohiba, -/obj/effect/turf_decal/corner/opaque/yellow/border{ - dir = 6 - }, -/obj/structure/closet/secure{ - icon_state = "ce"; - name = "Chief at Engineering's Stuff" - }, -/obj/item/areaeditor/shuttle, -/turf/open/floor/mineral/titanium, -/area/ship/bridge) "xW" = ( /obj/machinery/power/smes, /obj/structure/cable/green{ @@ -2605,6 +2669,16 @@ }, /turf/open/floor/plasteel/tech/techmaint, /area/ship/engineering) +"zV" = ( +/obj/machinery/light/directional/west, +/obj/structure/toilet/secret{ + dir = 8; + pixel_x = 7; + secret_type = "/obj/item/toy/plush/blahaj" + }, +/obj/effect/decal/cleanable/insectguts, +/turf/open/floor/plasteel/white, +/area/ship/crew/canteen) "zW" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 4 @@ -2680,20 +2754,6 @@ }, /turf/open/floor/plasteel/white, /area/ship/medical) -"AE" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable/green{ - icon_state = "0-2" - }, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/turf/open/floor/plating/airless, -/area/ship/hallway) "AL" = ( /obj/structure/closet/radiation, /obj/structure/sign/warning/deathsposal{ @@ -2749,25 +2809,6 @@ }, /turf/open/floor/engine/airless, /area/ship/engineering/atmospherics) -"BC" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable/green{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/spline/fancy/wood{ - dir = 1 - }, -/obj/effect/turf_decal/spline/fancy/wood{ - dir = 4 - }, -/turf/open/floor/wood/mahogany, -/area/ship/crew/canteen) "BD" = ( /obj/structure/lattice/catwalk, /turf/open/space, @@ -3060,6 +3101,22 @@ }, /turf/open/floor/plating, /area/ship/engineering/engine) +"EL" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/obj/machinery/computer/atmos_control/tank/toxin_tank, +/obj/machinery/light/directional/east, +/obj/machinery/door/airlock/hatch, +/turf/open/floor/plating, +/area/ship/engineering/atmospherics) +"ER" = ( +/obj/item/bedsheet/dorms, +/obj/structure/bed, +/obj/item/toy/plush/goatplushie, +/obj/structure/window/reinforced/tinted, +/turf/open/floor/carpet/royalblue, +/area/ship/crew/dorm) "ES" = ( /obj/structure/chair/sofa/right{ dir = 1 @@ -3137,21 +3194,6 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating/airless, /area/ship/engineering/atmospherics) -"FJ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable/green{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/stairs{ - dir = 8 - }, -/area/ship/bridge) "FP" = ( /obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ dir = 4 @@ -3175,20 +3217,6 @@ /obj/effect/decal/cleanable/blood/tracks, /turf/open/floor/plating, /area/ship/engineering/atmospherics) -"FU" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 4 - }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable/green{ - icon_state = "0-4" - }, -/obj/effect/turf_decal/corner/opaque/brown/border{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/brown/bordercorner, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) "FZ" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, @@ -3213,6 +3241,29 @@ }, /turf/open/floor/plating/airless, /area/ship/hallway) +"Gd" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/effect/turf_decal/spline/fancy/wood{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_x = 11; + pixel_y = 23 + }, +/turf/open/floor/wood/mahogany, +/area/ship/crew/canteen) "Ge" = ( /obj/structure/closet/crate/solarpanel_small, /turf/open/floor/plasteel/tech/techmaint, @@ -3612,16 +3663,6 @@ /obj/machinery/atmospherics/pipe/manifold/general/visible/layer2, /turf/open/floor/plating, /area/ship/engineering/atmospherics) -"Jk" = ( -/obj/machinery/light/directional/west, -/obj/structure/toilet/secret{ - dir = 8; - pixel_x = 7; - secret_type = "/obj/item/clothing/shoes/drip" - }, -/obj/effect/decal/cleanable/insectguts, -/turf/open/floor/plasteel/white, -/area/ship/crew/canteen) "Jp" = ( /obj/machinery/light/directional/north, /obj/structure/closet/secure_closet/freezer/fridge, @@ -3649,17 +3690,6 @@ /obj/machinery/light/directional/east, /turf/open/floor/plasteel/tech/techmaint, /area/ship/storage) -"Ju" = ( -/obj/structure/table/wood, -/obj/machinery/light/directional/east, -/obj/machinery/photocopier/faxmachine{ - pixel_y = -5 - }, -/obj/effect/turf_decal/corner/opaque/yellow/border{ - dir = 5 - }, -/turf/open/floor/mineral/titanium, -/area/ship/bridge) "Jx" = ( /obj/machinery/camera/autoname, /obj/structure/cable/green{ @@ -3779,13 +3809,6 @@ }, /turf/open/floor/plasteel/tech/techmaint, /area/ship/engineering) -"KK" = ( -/obj/item/bedsheet/random, -/obj/structure/bed, -/obj/item/toy/plush/goatplushie, -/obj/structure/window/reinforced/tinted, -/turf/open/floor/carpet/royalblue, -/area/ship/crew/dorm) "KM" = ( /obj/machinery/atmospherics/pipe/simple{ dir = 8 @@ -4244,24 +4267,17 @@ /obj/item/stock_parts/cell/hyper/empty, /turf/open/floor/mineral/titanium, /area/ship/bridge) +"Qh" = ( +/obj/machinery/light_switch{ + pixel_x = -10; + pixel_y = 23 + }, +/turf/open/floor/plating, +/area/ship/engineering/atmospherics) "Qj" = ( /obj/structure/sign/departments/restroom, /turf/closed/wall/mineral/wood, /area/ship/crew/canteen) -"Qm" = ( -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable/green{ - icon_state = "0-8" - }, -/obj/machinery/button/door{ - dir = 8; - id = "Burn Chamber Blast"; - name = "Burn Chamber Vent Control"; - pixel_x = 26; - pixel_y = 5 - }, -/turf/open/floor/plating, -/area/ship/engineering/engine) "Qw" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -4540,6 +4556,24 @@ }, /turf/open/floor/plating/airless, /area/ship/hallway) +"Tt" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/effect/turf_decal/corner/opaque/brown/border{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/brown/bordercorner, +/obj/machinery/light_switch{ + pixel_x = 11; + pixel_y = 23 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/ship/engineering) "TC" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ dir = 1 @@ -4758,26 +4792,6 @@ }, /turf/open/floor/mineral/titanium, /area/ship/bridge) -"Vi" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable/green{ - icon_state = "0-9" - }, -/obj/structure/cable/green{ - icon_state = "4-9" - }, -/obj/effect/turf_decal/industrial/radiation, -/obj/effect/turf_decal/industrial/radiation{ - dir = 1 - }, -/turf/open/floor/mineral/titanium, -/area/ship/storage) "Vk" = ( /obj/effect/turf_decal/atmos/oxygen, /turf/open/floor/engine/airless, @@ -4917,6 +4931,31 @@ /obj/effect/turf_decal/corner/opaque/brown/border, /turf/open/floor/plasteel/tech/techmaint, /area/ship/engineering) +"Xb" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable/green{ + icon_state = "0-9" + }, +/obj/structure/cable/green{ + icon_state = "4-9" + }, +/obj/effect/turf_decal/industrial/radiation, +/obj/effect/turf_decal/industrial/radiation{ + dir = 1 + }, +/obj/machinery/light_switch{ + dir = 1; + pixel_x = -12; + pixel_y = -16 + }, +/turf/open/floor/mineral/titanium, +/area/ship/storage) "Xi" = ( /obj/effect/turf_decal/atmos/nitrogen, /turf/open/floor/engine/airless, @@ -5116,6 +5155,9 @@ "Zg" = ( /turf/template_noop, /area/template_noop) +"Zh" = ( +/turf/open/floor/engine/airless, +/area/ship/engineering/engine) "Zj" = ( /turf/closed/wall/r_wall, /area/ship/medical) @@ -5562,7 +5604,7 @@ Ke Lg rp Ke -KK +ER Yi Al Tq @@ -5783,7 +5825,7 @@ tt tt tt tt -BC +Gd IF To hf @@ -5847,7 +5889,7 @@ tt Qj Zk tt -xw +oq zt bp gb @@ -5902,7 +5944,7 @@ tt jn tt yg -Jk +zV vJ tt Wr @@ -5955,8 +5997,8 @@ Zg Zg oK HW -eZ -eZ +Zg +Zg Vt tt tt @@ -6031,12 +6073,12 @@ Cw od Gv QQ -eZ -eZ -eZ -eZ -eZ -eZ +Zg +Zg +Zg +Zg +Zg +Zg VA sL ag @@ -6076,7 +6118,7 @@ hR hR hR hR -eZ +Zg vj QQ OD @@ -6089,12 +6131,12 @@ Cw Lt jL QQ -eZ -eZ -eZ -eZ -eZ -eZ +Zg +Zg +Zg +Zg +Zg +Zg VA cO pp @@ -6148,9 +6190,9 @@ sd QQ QQ pz -eZ -eZ -eZ +Zg +Zg +Zg ZF VA VA @@ -6187,13 +6229,13 @@ Yl XC Zj hR -FJ +dd qT UY vr zH hR -AE +cE Do DE Hp @@ -6233,7 +6275,7 @@ Zg Zg Zg gk -FU +Tt UX em jW @@ -6243,7 +6285,7 @@ UH ZU TC vX -hn +hC TW bj ao @@ -6262,8 +6304,8 @@ Dt zL vv IW -eZ -eZ +Zg +Zg Zc iL Zm @@ -6276,7 +6318,7 @@ rj Fr LC Ru -vW +Zh rm Zg Zg @@ -6310,7 +6352,7 @@ Ua CP hR zl -eZ +Zg Tr bT bT @@ -6363,8 +6405,8 @@ Zj eq PM qZ -Ju -xU +mj +ml hR hR hB @@ -6424,7 +6466,7 @@ hR hR dm hR -eZ +Zg Hi Xn CB @@ -6443,7 +6485,7 @@ Cg Pe Ft lX -Qm +tq cF Ot RB @@ -6488,7 +6530,7 @@ bT Vr bT sk -hv +hZ sk sk gY @@ -6539,11 +6581,11 @@ hJ Vz Vz fZ -eZ -eZ +Zg +Zg Dw bT -CB +Qh dR ph gv @@ -6613,10 +6655,10 @@ CJ bT nG Xn -eZ -eZ -eZ -eZ +Zg +Zg +Zg +Zg VA tg ag @@ -6672,9 +6714,9 @@ bT ei ei ei -eZ -eZ -eZ +Zg +Zg +Zg VA cF ag @@ -6722,7 +6764,7 @@ iC Cc Lc Ht -tN +EL rk Yy QY @@ -6731,8 +6773,8 @@ mP LZ ei IR -eZ -eZ +Zg +Zg VA xW Sp @@ -6786,7 +6828,7 @@ rv pF bT ma -Vi +Xb ei ei ei diff --git a/_maps/shuttles/shiptest/independent_scav.dmm b/_maps/shuttles/shiptest/independent_scav.dmm deleted file mode 100644 index 880634f50427..000000000000 --- a/_maps/shuttles/shiptest/independent_scav.dmm +++ /dev/null @@ -1,1845 +0,0 @@ -//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"ag" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/mineral/plastitanium, -/area/ship/engineering) -"ak" = ( -/obj/effect/decal/cleanable/glass, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"aN" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/window/reinforced/survival_pod, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/carpet/nanoweave, -/area/ship/cargo) -"bu" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/power/smes/shuttle/precharged{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 4; - id = "scav_shutters" - }, -/turf/open/floor/plating/airless, -/area/ship/engineering) -"bK" = ( -/obj/effect/turf_decal/corner/opaque/pink/border{ - dir = 9 - }, -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 2 - }, -/turf/open/floor/mineral/titanium/white, -/area/ship/medical) -"bL" = ( -/obj/effect/turf_decal/industrial/warning/dust{ - dir = 8 - }, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"cs" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"ct" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/door/poddoor{ - dir = 4; - id = "scav_door"; - name = "Dusty Blast Door" - }, -/obj/machinery/power/shieldwallgen/atmos/roundstart{ - id = "scavbay" - }, -/turf/open/floor/plating, -/area/ship/cargo) -"cu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"cF" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/plastic, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"dh" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/corner/opaque/grey/border{ - dir = 1 - }, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"dB" = ( -/obj/structure/closet/emcloset/wall{ - pixel_y = 28 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/item/tank/internals/plasmaman/full, -/obj/item/tank/internals/plasmaman/full, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"dD" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/light/small/directional/south, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"dT" = ( -/obj/structure/bodycontainer/morgue{ - dir = 1 - }, -/turf/open/floor/mineral/titanium/white, -/area/ship/medical) -"eh" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/closed/wall/mineral/plastitanium, -/area/ship/engineering) -"et" = ( -/obj/structure/closet/crate/engineering{ - anchored = 1 - }, -/obj/item/storage/toolbox/mechanical, -/obj/item/storage/toolbox/mechanical, -/obj/item/storage/toolbox/mechanical, -/obj/item/storage/toolbox/mechanical, -/obj/item/decal_painter, -/obj/item/storage/belt, -/obj/item/storage/belt, -/obj/item/pipe_dispenser, -/obj/machinery/light/small/directional/east, -/turf/open/floor/mineral/plastitanium, -/area/ship/engineering) -"eO" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/mineral/plastitanium, -/area/ship/engineering) -"fm" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"fp" = ( -/turf/closed/wall/mineral/plastitanium, -/area/ship/cargo) -"fS" = ( -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ship/cargo) -"gi" = ( -/obj/structure/railing, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/ship/external) -"gr" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"gs" = ( -/obj/machinery/power/terminal{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/door/window{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/mineral/plastitanium, -/area/ship/engineering) -"gE" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/power/smes/shuttle/precharged{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 4; - id = "scav_shutters" - }, -/turf/open/floor/plating/airless, -/area/ship/engineering) -"gN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/shieldwallgen/atmos/roundstart{ - dir = 1; - id = "scavbay" - }, -/obj/machinery/door/poddoor{ - dir = 4; - id = "scav_door"; - name = "Dusty Blast Door" - }, -/turf/open/floor/plating, -/area/ship/cargo) -"hG" = ( -/turf/closed/wall/mineral/plastitanium, -/area/ship/engineering) -"hZ" = ( -/obj/structure/window/reinforced/survival_pod, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/carpet/nanoweave, -/area/ship/cargo) -"is" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"iw" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"iP" = ( -/obj/structure/table, -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/effect/turf_decal/corner/opaque/grey/border{ - dir = 1 - }, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"jm" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/mineral/plastitanium, -/area/ship/engineering) -"ju" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/table, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/item/spacecash/bundle/c1, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"jA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/light/floor{ - brightness = 2 - }, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"kg" = ( -/obj/effect/turf_decal/corner/opaque/grey/border{ - dir = 1 - }, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"kh" = ( -/obj/machinery/shower{ - dir = 4; - pixel_x = -3 - }, -/obj/machinery/power/terminal{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/window/reinforced{ - dir = 8; - pixel_x = -7 - }, -/obj/structure/window/reinforced/survival_pod, -/obj/structure/curtain/bounty, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/noslip, -/area/ship/cargo) -"ko" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/corner/opaque/grey/border{ - dir = 1 - }, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"kO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/poddoor{ - dir = 4; - id = "scav_door"; - name = "Dusty Blast Door" - }, -/turf/open/floor/plating, -/area/ship/cargo) -"lO" = ( -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/machinery/light_switch{ - dir = 1; - pixel_x = 16; - pixel_y = -19 - }, -/obj/effect/turf_decal/corner/opaque/pink/border{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 2 - }, -/obj/item/radio/intercom/wideband/directional/south, -/turf/open/floor/mineral/titanium/white, -/area/ship/medical) -"mj" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/light_switch{ - dir = 8; - pixel_x = 25; - pixel_y = 11 - }, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/mineral/plastitanium, -/area/ship/engineering) -"ml" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"mC" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/box/white/corners{ - dir = 1 - }, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"mV" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"mY" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/corner/opaque/pink/border{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 2 - }, -/turf/open/floor/mineral/titanium/white, -/area/ship/medical) -"nw" = ( -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ship/bridge) -"nN" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/holopad/emergency/command, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"nS" = ( -/obj/machinery/atmospherics/components/binary/valve/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/mineral/plastitanium, -/area/ship/engineering) -"nU" = ( -/obj/machinery/stasis{ - dir = 1 - }, -/obj/machinery/shower{ - dir = 1 - }, -/turf/open/floor/mineral/titanium/white, -/area/ship/medical) -"on" = ( -/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "scav_shutters" - }, -/turf/open/floor/mineral/plastitanium, -/area/ship/bridge) -"oF" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/airlock/engineering{ - dir = 4 - }, -/turf/open/floor/mineral/plastitanium, -/area/ship/engineering) -"oK" = ( -/obj/structure/chair/sofa/left{ - dir = 4 - }, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"oY" = ( -/turf/closed/wall/mineral/plastitanium, -/area/ship/medical) -"pi" = ( -/obj/machinery/power/terminal{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/door/window{ - dir = 8 - }, -/turf/open/floor/mineral/plastitanium, -/area/ship/engineering) -"pp" = ( -/obj/structure/table/reinforced, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/item/radio/intercom/wideband/table{ - dir = 1 - }, -/turf/open/floor/carpet/nanoweave/blue, -/area/ship/bridge) -"ps" = ( -/obj/structure/window/reinforced/survival_pod, -/obj/structure/window/reinforced/survival_pod{ - dir = 4 - }, -/obj/structure/table, -/obj/item/disk/holodisk, -/obj/item/toy/plush/goatplushie, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/carpet/nanoweave, -/area/ship/cargo) -"pU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/closet/firecloset/wall{ - dir = 1; - pixel_y = -28 - }, -/obj/effect/turf_decal/number/three{ - dir = 8 - }, -/turf/open/floor/plating, -/area/ship/cargo) -"qg" = ( -/turf/open/floor/mineral/plastitanium, -/area/ship/engineering) -"qi" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"qv" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/mineral/plastitanium, -/area/ship/engineering) -"qL" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/box/white/corners{ - dir = 4 - }, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"qM" = ( -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"qN" = ( -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 2 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/decal/cleanable/oil/slippery, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/mineral/plastitanium, -/area/ship/engineering) -"ra" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/firealarm/directional/north, -/obj/effect/turf_decal/hardline_small/left{ - dir = 8 - }, -/turf/open/floor/plating, -/area/ship/cargo) -"rb" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/clothing/suit/space/syndicate/orange{ - armor = list("melee"=5,"bullet"=10,"laser"=10,"energy"=10,"bomb"=30,"bio"=30,"rad"=30,"fire"=30,"acid"=85); - name = "degrading orange space suit"; - w_class = 4 - }, -/obj/item/clothing/head/helmet/space/syndicate/black/orange{ - armor = list("melee"=5,"bullet"=10,"laser"=10,"energy"=10,"bomb"=30,"bio"=30,"rad"=30,"fire"=30,"acid"=85); - name = "degrading black space helmet"; - w_class = 4 - }, -/obj/item/tank/jetpack/carbondioxide, -/obj/machinery/suit_storage_unit/inherit/industrial, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"tg" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"tq" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/table, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/item/spacecash/bundle/c1, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"tO" = ( -/obj/structure/table, -/obj/effect/spawner/lootdrop/donkpockets, -/obj/effect/spawner/lootdrop/donkpockets, -/obj/effect/spawner/lootdrop/donkpockets, -/obj/effect/turf_decal/corner/opaque/grey/border{ - dir = 1 - }, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"ut" = ( -/obj/machinery/power/shuttle/engine/electric{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating/airless, -/area/ship/engineering) -"uv" = ( -/obj/structure/window/reinforced, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/mob/living/simple_animal/pet/cat/original{ - butcher_difficulty = 100; - damage_coeff = list("brute"=1,"fire"=1.5,"toxin"=1,"clone"=1,"stamina"=0,"oxygen"=0); - desc = "The product of alien DNA and bored geneticists. This one looks awefully sturdy."; - health = 200; - name = "Scav"; - verb_say = "meows"; - verb_whisper = "purrs"; - verb_yell = "hisses" - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/carpet/nanoweave/blue, -/area/ship/bridge) -"uW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"wq" = ( -/obj/machinery/power/terminal{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/obj/machinery/power/port_gen/pacman, -/obj/item/stack/sheet/mineral/plasma/five, -/obj/item/stack/sheet/mineral/plasma/five, -/turf/open/floor/mineral/plastitanium, -/area/ship/engineering) -"wQ" = ( -/obj/structure/closet/crate/science{ - anchored = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/industrial/outline/yellow, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/gun/energy/e_gun/old, -/obj/item/gun/energy/e_gun/old, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"xG" = ( -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"xV" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ship/engineering) -"yn" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/mineral/plastitanium, -/area/ship/engineering) -"yB" = ( -/obj/structure/table/rolling, -/obj/item/clothing/glasses/hud/health, -/obj/item/clothing/glasses/hud/health/prescription, -/obj/item/reagent_containers/glass/bottle/formaldehyde, -/obj/item/reagent_containers/glass/bottle/iron, -/obj/item/reagent_containers/glass/bottle/iron, -/obj/item/reagent_containers/glass/filter, -/obj/item/reagent_containers/glass/mortar/gold, -/obj/item/pestle, -/obj/item/soap/deluxe, -/obj/item/storage/belt/medical/webbing, -/obj/structure/closet/wall/white/chem{ - dir = 1; - pixel_y = -32 - }, -/obj/item/storage/firstaid/advanced, -/obj/item/storage/firstaid/toxin, -/obj/item/storage/box/bodybags, -/obj/item/storage/box/syringes{ - pixel_x = 6; - pixel_y = -5 - }, -/obj/item/defibrillator, -/obj/effect/turf_decal/corner/opaque/pink/border{ - dir = 8 - }, -/obj/item/toy/plush/goatplushie/angry/realgoat, -/turf/open/floor/mineral/titanium/white, -/area/ship/medical) -"zq" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/mineral/plastitanium, -/area/ship/engineering) -"zN" = ( -/obj/machinery/power/smes/engineering, -/obj/structure/cable, -/obj/machinery/light/small/directional/south, -/turf/open/floor/mineral/plastitanium, -/area/ship/engineering) -"Ai" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/power/smes/shuttle/precharged{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/door/window{ - dir = 1 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id = "scav_shutters" - }, -/turf/open/floor/plating/airless, -/area/ship/engineering) -"An" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/effect/turf_decal/corner/opaque/pink/bordercorner{ - dir = 1 - }, -/turf/open/floor/mineral/titanium/white, -/area/ship/medical) -"Ar" = ( -/obj/structure/railing{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/ship/external) -"AM" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"AV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/docking_port/mobile{ - can_move_docking_ports = 1; - dir = 8; - launch_status = 0; - preferred_direction = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/ship/external) -"Bv" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/closed/wall/mineral/plastitanium/interior, -/area/ship/engineering) -"BG" = ( -/obj/machinery/power/terminal{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/door/window{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/decal/cleanable/greenglow, -/turf/open/floor/mineral/plastitanium, -/area/ship/engineering) -"BS" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/effect/decal/cleanable/plastic, -/obj/machinery/door/window/survival_pod{ - dir = 4 - }, -/obj/machinery/light/small/directional/north, -/turf/open/floor/carpet/nanoweave, -/area/ship/cargo) -"CG" = ( -/obj/machinery/cryopod{ - dir = 4 - }, -/obj/machinery/computer/cryopod/directional/north{ - pixel_y = 26 - }, -/obj/structure/curtain/bounty{ - open = 0 - }, -/turf/open/floor/carpet/nanoweave, -/area/ship/cargo) -"Ds" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/structure/tank_dispenser/oxygen, -/turf/open/floor/mineral/plastitanium, -/area/ship/engineering) -"Dw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/door/poddoor{ - dir = 4; - id = "scav_door"; - name = "Dusty Blast Door" - }, -/turf/open/floor/plating, -/area/ship/cargo) -"DU" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"Ez" = ( -/obj/structure/chair/sofa/left{ - dir = 8 - }, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"EL" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/power/smes/shuttle/precharged{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/door/window, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "scav_shutters" - }, -/turf/open/floor/plating/airless, -/area/ship/engineering) -"ER" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/corner/opaque/pink/border{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 2 - }, -/turf/open/floor/mineral/titanium/white, -/area/ship/medical) -"Fq" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/chair/sofa/right{ - dir = 8 - }, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"Fy" = ( -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/obj/machinery/power/port_gen/pacman, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/item/stack/sheet/mineral/plasma/five, -/obj/item/stack/sheet/mineral/plasma/five, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/mineral/plastitanium, -/area/ship/engineering) -"FK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/box/white/corners{ - dir = 8 - }, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"FN" = ( -/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 1; - id = "scav_shutters" - }, -/turf/open/floor/mineral/plastitanium, -/area/ship/bridge) -"FO" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"FX" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/closed/wall/mineral/plastitanium/interior, -/area/ship/engineering) -"GM" = ( -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"Hm" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"HO" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/power/terminal{ - dir = 8 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/mineral/plastitanium, -/area/ship/engineering) -"In" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/number/zero{ - dir = 8 - }, -/turf/open/floor/plating, -/area/ship/cargo) -"IE" = ( -/obj/effect/turf_decal/corner/opaque/pink/border{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 2 - }, -/turf/open/floor/mineral/titanium/white, -/area/ship/medical) -"Jd" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/closed/wall/mineral/plastitanium/interior, -/area/ship/engineering) -"Jj" = ( -/turf/closed/wall/mineral/plastitanium/interior, -/area/ship/cargo) -"Jt" = ( -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ship/medical) -"Jx" = ( -/obj/machinery/light_switch{ - pixel_x = 13; - pixel_y = 21 - }, -/obj/item/borg/sight/hud/sec, -/obj/item/storage/backpack/duffelbag, -/obj/machinery/airalarm/directional/west, -/obj/item/stock_parts/cell/gun/mini{ - chargerate = 10; - desc = "A rechargeable electrochemical power cell. this one looks awefully bloated"; - maxcharge = 6250; - name = "bloated miniature weapon power cell"; - w_class = 3 - }, -/obj/item/cane, -/obj/structure/closet/wall/blue{ - pixel_y = 32 - }, -/obj/item/spacecash/bundle/c500, -/turf/open/floor/carpet/nanoweave/blue, -/area/ship/bridge) -"Km" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/mineral/plastitanium, -/area/ship/engineering) -"KK" = ( -/obj/machinery/door/window/southleft, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/carpet/nanoweave/blue, -/area/ship/bridge) -"KX" = ( -/turf/closed/wall/mineral/plastitanium/interior, -/area/ship/engineering) -"Lp" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/closed/wall/mineral/plastitanium, -/area/ship/engineering) -"LK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/hardline_small/right{ - dir = 8 - }, -/turf/open/floor/plating, -/area/ship/cargo) -"Mv" = ( -/obj/structure/window/reinforced, -/obj/machinery/computer/helm{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/carpet/nanoweave/blue, -/area/ship/bridge) -"MM" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "scav_shutters"; - dir = 4 - }, -/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, -/turf/open/floor/mineral/plastitanium, -/area/ship/bridge) -"MP" = ( -/obj/structure/closet/crate/engineering/electrical{ - anchored = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/item/storage/toolbox/electrical, -/obj/item/storage/toolbox/electrical, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/mineral/plastitanium, -/area/ship/engineering) -"No" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/hardline_small{ - dir = 8 - }, -/turf/open/floor/plating, -/area/ship/cargo) -"NI" = ( -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ship/engineering) -"Ou" = ( -/obj/structure/table, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable, -/obj/machinery/light/small/directional/south, -/obj/item/reagent_containers/glass/bottle/vial/small/preloaded/dexalin{ - pixel_x = -12; - pixel_y = 7 - }, -/obj/item/reagent_containers/glass/bottle/vial/small/preloaded/kelotane{ - pixel_x = -7; - pixel_y = 7 - }, -/obj/item/reagent_containers/glass/bottle/vial/small/preloaded/bicaridine{ - pixel_x = -2; - pixel_y = 7 - }, -/obj/item/reagent_containers/glass/bottle/vial/tiny{ - pixel_x = -12; - pixel_y = -7 - }, -/obj/item/reagent_containers/glass/bottle/vial/tiny{ - pixel_x = -7; - pixel_y = -7 - }, -/obj/item/reagent_containers/glass/bottle/vial/tiny{ - pixel_x = -2; - pixel_y = -7 - }, -/obj/item/hypospray/mkii{ - pixel_x = 7; - pixel_y = 3 - }, -/turf/open/floor/mineral/titanium/white, -/area/ship/medical) -"Qa" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/number/five{ - dir = 8 - }, -/turf/open/floor/plating, -/area/ship/cargo) -"Qd" = ( -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"Qk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating, -/area/ship/external) -"QG" = ( -/obj/structure/table, -/obj/machinery/microwave{ - pixel_y = 5 - }, -/obj/effect/turf_decal/corner/opaque/grey/border{ - dir = 1 - }, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"QO" = ( -/obj/machinery/autolathe/hacked, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/small/directional/north, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"QY" = ( -/obj/machinery/atmospherics/components/unary/tank/air{ - dir = 4; - piping_layer = 2 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plating/airless, -/area/ship/engineering) -"QZ" = ( -/obj/machinery/computer/rdconsole{ - dir = 8 - }, -/obj/effect/turf_decal/corner/opaque/pink/border{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 2 - }, -/obj/machinery/firealarm/directional/east, -/obj/machinery/light/small/directional/south, -/turf/open/floor/mineral/titanium/white, -/area/ship/medical) -"Rc" = ( -/turf/template_noop, -/area/template_noop) -"Rx" = ( -/obj/machinery/computer/cargo/express, -/turf/open/floor/carpet/nanoweave/blue, -/area/ship/bridge) -"Rz" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/layer4, -/turf/open/floor/plating/airless, -/area/ship/engineering) -"RD" = ( -/obj/structure/table/optable, -/obj/machinery/airalarm/directional/south, -/obj/item/storage/backpack/duffelbag/med/surgery{ - pixel_x = -5; - pixel_y = -5 - }, -/obj/machinery/light/small/directional/south, -/turf/open/floor/mineral/titanium/white, -/area/ship/medical) -"Sd" = ( -/obj/item/clothing/suit/space/hardsuit/combatmedic{ - allowed = list(/obj/item/gun,/obj/item/circular_saw,/obj/item/tank/internals,/obj/item/storage/box/pillbottles,/obj/item/storage/firstaid,/obj/item/stack/medical/gauze,/obj/item/stack/medical/suture,/obj/item/stack/medical/mesh,/obj/item/storage/bag/chemistry); - armor = list("melee"=25,"bullet"=10,"laser"=20,"energy"=15,"bomb"=5,"bio"=80,"rad"=50,"fire"=65,"acid"=75); - desc = "What was once the standard issue hardsuit of infectious disease officers, before the NT ERT squads. this one looks like it has been degrading for quite a long time."; - name = "degrading biological hardsuit" - }, -/obj/item/tank/jetpack/carbondioxide, -/obj/machinery/suit_storage_unit/inherit/industrial, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"Sh" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/chair/sofa/right{ - dir = 4 - }, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"SC" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"TD" = ( -/obj/machinery/computer/operating{ - dir = 1 - }, -/turf/open/floor/mineral/titanium/white, -/area/ship/medical) -"TM" = ( -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/modular_computer/console/preset/command{ - dir = 4 - }, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/carpet/nanoweave/blue, -/area/ship/bridge) -"Uj" = ( -/obj/machinery/door/window/southright, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/carpet/nanoweave/blue, -/area/ship/bridge) -"Uy" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"Uz" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/layer2{ - dir = 1 - }, -/turf/open/floor/plating/airless, -/area/ship/engineering) -"Vy" = ( -/obj/structure/table/reinforced, -/obj/item/storage/box/gum/nicotine, -/obj/item/storage/box/gum/nicotine, -/obj/item/storage/box/gum/nicotine, -/obj/item/gun/energy/laser/hitscanpistol, -/obj/machinery/button/door{ - id = "scav_shutters"; - name = "Shutter Control"; - pixel_x = -7; - pixel_y = 21 - }, -/obj/machinery/button/door{ - id = "scav_door"; - name = "Blast Control"; - pixel_x = 7; - pixel_y = 20 - }, -/obj/machinery/button/shieldwallgen{ - id = "scavbay"; - name = "Bay Air Shield"; - pixel_x = -17; - pixel_y = 19 - }, -/obj/machinery/light/small/directional/north, -/turf/open/floor/carpet/nanoweave/blue, -/area/ship/bridge) -"VI" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/corner/opaque/pink/border{ - dir = 9 - }, -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 2 - }, -/turf/open/floor/mineral/titanium/white, -/area/ship/medical) -"VS" = ( -/turf/closed/wall/mineral/plastitanium, -/area/ship/bridge) -"Wq" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/table, -/obj/item/radio/off{ - pixel_x = -15 - }, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"Wt" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/industrial/outline/orange, -/obj/item/lightreplacer, -/obj/item/storage/box/lights/bulbs, -/obj/machinery/light_switch{ - dir = 4; - pixel_x = -28; - pixel_y = 8 - }, -/obj/structure/closet/crate{ - anchored = 1 - }, -/obj/machinery/light/small/directional/west, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"Ya" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/effect/landmark/observer_start, -/turf/open/floor/carpet/nanoweave, -/area/ship/cargo) -"Yn" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/box/white/corners, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"YA" = ( -/obj/structure/window/reinforced, -/obj/structure/chair/comfy/shuttle{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/carpet/nanoweave/blue, -/area/ship/bridge) -"Zv" = ( -/obj/item/clothing/suit/space/syndicate/black{ - armor = list("melee"=5,"bullet"=10,"laser"=10,"energy"=10,"bomb"=30,"bio"=30,"rad"=30,"fire"=30,"acid"=85); - name = "degrading black space suit"; - w_class = 4 - }, -/obj/item/clothing/head/helmet/space/syndicate/black{ - armor = list("melee"=5,"bullet"=10,"laser"=10,"energy"=10,"bomb"=30,"bio"=30,"rad"=30,"fire"=30,"acid"=85); - name = "degrading black space helmet"; - w_class = 4 - }, -/obj/item/tank/jetpack/carbondioxide, -/obj/machinery/suit_storage_unit/inherit/industrial, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"Zy" = ( -/obj/item/clothing/suit/space/syndicate/blue{ - armor = list("melee"=5,"bullet"=10,"laser"=10,"energy"=10,"bomb"=30,"bio"=30,"rad"=30,"fire"=30,"acid"=85); - name = "degrading blue space suit"; - w_class = 4 - }, -/obj/item/clothing/head/helmet/space/syndicate/black/blue{ - armor = list("melee"=5,"bullet"=10,"laser"=10,"energy"=10,"bomb"=30,"bio"=30,"rad"=30,"fire"=30,"acid"=85); - name = " degrading black space helmet"; - w_class = 4 - }, -/obj/item/tank/jetpack/carbondioxide, -/obj/machinery/suit_storage_unit/inherit/industrial, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"ZA" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/snacks/donkpocket/warm/berry{ - pixel_x = 5; - pixel_y = 7 - }, -/obj/item/pda{ - desc = "A portable microcomputer by Thinktronic Systems, LTD. Functionality determined by a preprogrammed ROM cartridge. Looks like some one tried to shove a berry donk pocket in its' id slot?"; - pixel_x = 5; - pixel_y = 17 - }, -/obj/item/radio/off{ - pixel_x = -15 - }, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"ZI" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/power/smes/shuttle/precharged{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 4; - id = "scav_shutters" - }, -/turf/open/floor/plating/airless, -/area/ship/engineering) -"ZN" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/turf_decal/industrial/outline/blue, -/obj/machinery/newscaster/directional/west, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"ZQ" = ( -/obj/item/storage/toolbox/emergency, -/obj/effect/turf_decal/industrial/outline/orange, -/obj/item/pickaxe/drill, -/obj/item/pickaxe/drill, -/obj/item/mining_scanner, -/obj/item/mining_scanner, -/obj/machinery/airalarm/directional/west, -/obj/structure/closet/crate{ - anchored = 1 - }, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) - -(1,1,1) = {" -Rc -Rc -Rc -Rc -Rc -ut -ut -NI -ut -ut -Rc -Rc -Rc -"} -(2,1,1) = {" -Rc -Rc -Rc -Rc -ut -ZI -bu -QY -ZI -gE -ut -Rc -Rc -"} -(3,1,1) = {" -Rc -Rc -Rz -Lp -EL -gs -BG -nS -pi -pi -Ai -eh -Uz -"} -(4,1,1) = {" -Rc -Rc -Jj -fS -kh -jm -eO -qv -ag -Km -HO -xV -hG -"} -(5,1,1) = {" -Rc -Rc -Jj -CG -hZ -yn -Ds -MP -et -mj -zq -zN -hG -"} -(6,1,1) = {" -Rc -Rc -Jj -Ya -aN -oF -FX -Jd -KX -Bv -qg -wq -hG -"} -(7,1,1) = {" -Rc -VS -fS -BS -ps -bL -ZN -Wt -ZQ -wQ -qN -Fy -hG -"} -(8,1,1) = {" -VS -nw -TM -kg -xG -xG -oK -Sh -ak -gr -VI -yB -oY -"} -(9,1,1) = {" -VS -Jx -KK -ko -fm -is -tq -ju -Uy -mV -ER -Ou -oY -"} -(10,1,1) = {" -VS -pp -Uj -dh -tg -AM -Wq -ZA -xG -qi -mY -nU -oY -"} -(11,1,1) = {" -VS -Vy -uv -iP -xG -nN -Fq -Ez -GM -bK -An -dT -oY -"} -(12,1,1) = {" -on -Rx -YA -tO -xG -cF -jA -xG -Sd -IE -RD -Jt -oY -"} -(13,1,1) = {" -MM -FN -Mv -QG -xG -mC -FK -Qd -Zy -IE -TD -oY -Rc -"} -(14,1,1) = {" -Rc -MM -nw -QO -SC -qL -Yn -xG -rb -lO -Jt -oY -Rc -"} -(15,1,1) = {" -Rc -Rc -fp -qM -DU -Hm -uW -cu -Zv -QZ -oY -Rc -Rc -"} -(16,1,1) = {" -Rc -Rc -fp -dB -ml -cs -FO -iw -dD -fS -oY -Rc -Rc -"} -(17,1,1) = {" -Rc -Rc -fp -ra -No -LK -Qa -In -pU -fp -Rc -Rc -Rc -"} -(18,1,1) = {" -Rc -Rc -fp -ct -Dw -kO -Dw -Dw -gN -fp -Rc -Rc -Rc -"} -(19,1,1) = {" -Rc -Rc -Rc -Ar -Qk -Qk -AV -Qk -gi -Rc -Rc -Rc -Rc -"} diff --git a/_maps/shuttles/shiptest/independent_schmiedeberg.dmm b/_maps/shuttles/shiptest/independent_schmiedeberg.dmm index d7214623ad18..78836ac3bde9 100644 --- a/_maps/shuttles/shiptest/independent_schmiedeberg.dmm +++ b/_maps/shuttles/shiptest/independent_schmiedeberg.dmm @@ -88,8 +88,8 @@ /obj/structure/table/glass, /obj/machinery/smartfridge/disks, /obj/effect/turf_decal/siding/wood{ - dir = 1; - color = "#543C30" + color = "#543C30"; + dir = 1 }, /turf/open/floor/wood/walnut, /area/ship/crew/hydroponics) @@ -223,8 +223,8 @@ /area/ship/medical) "ca" = ( /obj/effect/turf_decal/siding/wood{ - dir = 1; - color = "#543C30" + color = "#543C30"; + dir = 1 }, /obj/effect/turf_decal/siding/wood/corner{ color = "#543C30"; @@ -443,8 +443,8 @@ /obj/effect/spawner/lootdrop/maintenance/two, /obj/effect/decal/cleanable/greenglow/filled, /obj/effect/turf_decal/siding/wood{ - dir = 8; - color = "#543C30" + color = "#543C30"; + dir = 8 }, /turf/open/floor/wood/walnut, /area/ship/crew/canteen) @@ -471,6 +471,9 @@ dir = 1; pixel_y = -32 }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, /turf/open/floor/carpet/blue, /area/ship/crew) "fO" = ( @@ -494,6 +497,9 @@ dir = 8 }, /obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, /turf/open/floor/carpet/blue, /area/ship/crew) "fY" = ( @@ -597,8 +603,8 @@ /obj/machinery/hydroponics/constructable, /obj/effect/turf_decal/siding/wood, /obj/effect/turf_decal/siding/wood{ - dir = 1; - color = "#543C30" + color = "#543C30"; + dir = 1 }, /turf/open/floor/wood/walnut, /area/ship/crew/hydroponics) @@ -650,12 +656,17 @@ icon_state = "0-2" }, /obj/machinery/plumbing/input, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -20; + pixel_y = 12 + }, /turf/open/floor/carpet/nanoweave/beige, /area/ship/medical) "il" = ( /obj/effect/turf_decal/siding/wood{ - dir = 1; - color = "#543C30" + color = "#543C30"; + dir = 1 }, /turf/open/floor/wood/walnut, /area/ship/cargo) @@ -688,8 +699,8 @@ /obj/item/shovel/spade, /obj/item/cultivator, /obj/effect/turf_decal/siding/wood{ - dir = 6; - color = "#543C30" + color = "#543C30"; + dir = 6 }, /turf/open/floor/wood/walnut, /area/ship/crew/hydroponics) @@ -745,8 +756,8 @@ "jQ" = ( /obj/machinery/light/small/directional/south, /obj/effect/turf_decal/siding/wood{ - dir = 1; - color = "#543C30" + color = "#543C30"; + dir = 1 }, /turf/open/floor/wood/walnut, /area/ship/crew/canteen) @@ -770,6 +781,11 @@ /obj/effect/turf_decal/siding/wood{ dir = 8 }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -20; + pixel_y = 12 + }, /turf/open/floor/concrete/slab_4, /area/ship/crew/canteen) "kf" = ( @@ -813,8 +829,8 @@ "kF" = ( /obj/effect/decal/cleanable/glass, /obj/effect/turf_decal/siding/wood{ - dir = 1; - color = "#543C30" + color = "#543C30"; + dir = 1 }, /turf/open/floor/wood/walnut, /area/ship/cargo) @@ -822,8 +838,8 @@ /obj/structure/table, /obj/machinery/microwave, /obj/effect/turf_decal/siding/wood{ - dir = 6; - color = "#543C30" + color = "#543C30"; + dir = 6 }, /turf/open/floor/wood/walnut, /area/ship/crew/canteen) @@ -984,6 +1000,11 @@ dir = 10 }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 20; + pixel_y = 12 + }, /turf/open/floor/wood/walnut, /area/ship/crew/toilet) "mO" = ( @@ -1064,8 +1085,8 @@ /obj/item/paper/crumpled, /obj/item/seeds/cannabis, /obj/effect/turf_decal/siding/wood{ - dir = 4; - color = "#543C30" + color = "#543C30"; + dir = 4 }, /turf/open/floor/wood/walnut, /area/ship/crew/canteen) @@ -1179,6 +1200,10 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 4 }, +/obj/machinery/light_switch{ + pixel_x = 11; + pixel_y = 23 + }, /turf/open/floor/wood/walnut, /area/ship/crew) "qB" = ( @@ -1205,16 +1230,16 @@ /obj/structure/rack, /obj/effect/spawner/lootdrop/maintenance/two, /obj/effect/turf_decal/siding/wood{ - dir = 9; - color = "#543C30" + color = "#543C30"; + dir = 9 }, /turf/open/floor/wood/walnut, /area/ship/crew/canteen) "qV" = ( /obj/machinery/light/small/directional/north, /obj/structure/sign/departments/chemistry{ - pixel_y = 29; - pixel_x = -27 + pixel_x = -27; + pixel_y = 29 }, /obj/effect/decal/cleanable/oil, /obj/structure/cable{ @@ -1411,8 +1436,8 @@ /obj/item/reagent_containers/glass/rag, /obj/machinery/light/directional/east, /obj/effect/turf_decal/siding/wood{ - dir = 8; - color = "#543C30" + color = "#543C30"; + dir = 8 }, /turf/open/floor/wood/walnut, /area/ship/crew/canteen) @@ -1548,10 +1573,15 @@ /obj/machinery/power/apc/auto_name/directional/west, /obj/structure/cable, /obj/machinery/button/door{ + dir = 1; id = "pharmwindows"; name = "window shutters"; - pixel_y = -23; - dir = 1 + pixel_y = -23 + }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -20; + pixel_y = 12 }, /turf/open/floor/carpet/blue, /area/ship/bridge) @@ -1592,6 +1622,9 @@ "xc" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/machinery/light/directional/south, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, /turf/open/floor/carpet/blue, /area/ship/crew) "xg" = ( @@ -1613,8 +1646,8 @@ /obj/item/chair/stool/bar, /obj/effect/decal/cleanable/blood/old, /obj/effect/turf_decal/siding/wood{ - dir = 9; - color = "#543C30" + color = "#543C30"; + dir = 9 }, /turf/open/floor/wood/walnut, /area/ship/cargo) @@ -1736,8 +1769,8 @@ /obj/machinery/hydroponics/constructable, /obj/structure/extinguisher_cabinet/directional/east, /obj/effect/turf_decal/siding/wood{ - dir = 6; - color = "#543C30" + color = "#543C30"; + dir = 6 }, /turf/open/floor/wood/walnut, /area/ship/crew/hydroponics) @@ -1759,6 +1792,11 @@ /obj/effect/turf_decal/corner/opaque/blue/border{ dir = 4 }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -20; + pixel_y = 12 + }, /turf/open/floor/plasteel/white, /area/ship/cargo) "zT" = ( @@ -1806,8 +1844,8 @@ "Ab" = ( /obj/structure/chair/stool/bar, /obj/effect/turf_decal/siding/wood{ - dir = 1; - color = "#543C30" + color = "#543C30"; + dir = 1 }, /turf/open/floor/wood/walnut, /area/ship/cargo) @@ -1837,12 +1875,12 @@ pixel_y = 32 }, /obj/effect/turf_decal/siding/wood{ - dir = 1; - color = "#543C30" + color = "#543C30"; + dir = 1 }, /obj/effect/turf_decal/siding/wood{ - dir = 5; - color = "#543C30" + color = "#543C30"; + dir = 5 }, /turf/open/floor/wood/walnut, /area/ship/crew/hydroponics) @@ -1863,8 +1901,8 @@ /obj/item/radio/intercom/directional/west, /obj/item/storage/pill_bottle/floorpill/full, /obj/effect/turf_decal/siding/wood{ - dir = 5; - color = "#543C30" + color = "#543C30"; + dir = 5 }, /turf/open/floor/wood/walnut, /area/ship/crew/canteen) @@ -1886,8 +1924,8 @@ }, /obj/effect/decal/cleanable/food/tomato_smudge, /obj/effect/turf_decal/siding/wood{ - dir = 1; - color = "#543C30" + color = "#543C30"; + dir = 1 }, /turf/open/floor/wood/walnut, /area/ship/crew/hydroponics) @@ -1981,7 +2019,7 @@ /obj/item/gps{ gpstag = "PHARM1" }, -/obj/machinery/photocopier/faxmachine/longrange, +/obj/machinery/fax, /obj/machinery/button/door{ dir = 4; id = "pharmbridge"; @@ -2190,6 +2228,11 @@ gpstag = "PHARM2" }, /obj/effect/turf_decal/siding/thinplating, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 20; + pixel_y = -12 + }, /turf/open/floor/plasteel/tech/techmaint, /area/ship/security) "He" = ( @@ -2220,6 +2263,9 @@ /turf/open/floor/wood/walnut, /area/ship/crew/canteen) "HB" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, /turf/open/floor/carpet/blue, /area/ship/crew) "HE" = ( @@ -2246,9 +2292,9 @@ /area/ship/bridge) "Iz" = ( /obj/docking_port/stationary{ - width = 30; + dwidth = 15; height = 15; - dwidth = 15 + width = 30 }, /turf/template_noop, /area/template_noop) @@ -2458,6 +2504,7 @@ /obj/effect/turf_decal/siding/wood/corner, /obj/structure/table/wood, /obj/structure/bedsheetbin, +/obj/effect/turf_decal/siding/wood, /turf/open/floor/carpet/blue, /area/ship/crew) "Mf" = ( @@ -2474,8 +2521,8 @@ /obj/effect/decal/cleanable/dirt, /obj/machinery/light/directional/east, /obj/effect/turf_decal/siding/wood{ - dir = 4; - color = "#543C30" + color = "#543C30"; + dir = 4 }, /turf/open/floor/concrete/slab_3, /area/ship/crew/hydroponics) @@ -2664,6 +2711,7 @@ /obj/item/clothing/shoes/sneakers/orange, /obj/item/clothing/shoes/sneakers/orange, /obj/structure/extinguisher_cabinet/directional/north, +/obj/effect/turf_decal/siding/wood, /turf/open/floor/carpet/blue, /area/ship/crew) "Or" = ( @@ -2673,8 +2721,8 @@ /obj/item/cultivator/rake, /obj/machinery/light/small/directional/north, /obj/effect/turf_decal/siding/wood{ - dir = 1; - color = "#543C30" + color = "#543C30"; + dir = 1 }, /turf/open/floor/wood/walnut, /area/ship/crew/hydroponics) @@ -2723,6 +2771,12 @@ /obj/effect/turf_decal/siding/wood/corner{ dir = 1 }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, /turf/open/floor/carpet/blue, /area/ship/crew) "Pj" = ( @@ -2790,8 +2844,8 @@ /obj/effect/decal/cleanable/cobweb/cobweb2, /obj/machinery/airalarm/directional/east, /obj/effect/turf_decal/siding/wood{ - dir = 5; - color = "#543C30" + color = "#543C30"; + dir = 5 }, /turf/open/floor/wood/walnut, /area/ship/crew/hydroponics) @@ -2835,8 +2889,8 @@ /obj/structure/window/reinforced/fulltile/shuttle, /obj/structure/grille, /obj/machinery/door/poddoor/shutters/preopen{ - id = "pharmairlock"; - dir = 4 + dir = 4; + id = "pharmairlock" }, /turf/open/floor/plating, /area/ship/engineering) @@ -2878,15 +2932,15 @@ pixel_x = -25 }, /obj/effect/turf_decal/siding/wood{ - dir = 8; - color = "#543C30" + color = "#543C30"; + dir = 8 }, /turf/open/floor/concrete/slab_1, /area/ship/crew/canteen) "Sy" = ( /obj/machinery/door/airlock{ - id_tag = "pharmdoorlock"; - dir = 4 + dir = 4; + id_tag = "pharmdoorlock" }, /obj/effect/turf_decal/siding/white, /obj/effect/turf_decal/siding/white{ @@ -2945,6 +2999,9 @@ dir = 1 }, /obj/machinery/firealarm/directional/west, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, /turf/open/floor/carpet/blue, /area/ship/crew) "Ug" = ( @@ -3011,8 +3068,8 @@ /obj/item/storage/pill_bottle/floorpill, /obj/effect/spawner/lootdrop/maintenance/two, /obj/effect/turf_decal/siding/wood{ - dir = 1; - color = "#543C30" + color = "#543C30"; + dir = 1 }, /turf/open/floor/wood/walnut, /area/ship/crew/canteen) @@ -3041,6 +3098,11 @@ color = "#543C30"; dir = 1 }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -20; + pixel_y = 12 + }, /turf/open/floor/concrete/tiles, /area/ship/crew/hydroponics) "VY" = ( @@ -3112,8 +3174,8 @@ dir = 10 }, /obj/effect/turf_decal/siding/wood{ - dir = 8; - color = "#543C30" + color = "#543C30"; + dir = 8 }, /turf/open/floor/wood/walnut, /area/ship/crew/canteen) @@ -3256,6 +3318,11 @@ }, /obj/structure/catwalk/over, /obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light_switch{ + dir = 1; + pixel_x = 11; + pixel_y = -16 + }, /turf/open/floor/plating, /area/ship/engineering) "Yw" = ( @@ -3286,8 +3353,8 @@ "YD" = ( /obj/structure/chair/stool/bar, /obj/effect/turf_decal/siding/wood{ - dir = 5; - color = "#543C30" + color = "#543C30"; + dir = 5 }, /turf/open/floor/wood/walnut, /area/ship/cargo) diff --git a/_maps/shuttles/shiptest/independent_shepherd.dmm b/_maps/shuttles/shiptest/independent_shepherd.dmm index a028ed54fd3f..611beb40135b 100644 --- a/_maps/shuttles/shiptest/independent_shepherd.dmm +++ b/_maps/shuttles/shiptest/independent_shepherd.dmm @@ -51,7 +51,7 @@ "at" = ( /obj/item/paper/natural{ icon_state = "paper_words"; - info = "

    Trappist Recipe


    By Pater Noster

    Servings: 2 Prep Time: 10 mins Cook Time: 1-2 hrs Difficulty: Easy
    Trappist beer is a rich and pleasant beer traditionally brewed by monks.

    Ingredients


    Ale:
    Ale! The core of any good drink. Easily obtainable by fermenting oats in a barrel for a while. This will be the basis of our brew, giving it it's fruity taste and color!
    Holy water:
    This is what a makes a trappist a trappist and not a trapisst, the religion! Real easy to get if you are reading this where you are supposed to be reading this! If the chaplain can't bothered it's also easily harvestable from holymelons as long as you bother to separate it.
    Sugar:
    Sugar is what's gonna make it all come together sweetening the brew and mixing well with the ale from earlier. It's easy to obtain from grinding sugarcanes. Feel free to add liberally.

    Preparation


    1. Mix the ale and holy water together.
    2. Add some sugar to the mix as you keep stirring it for 1 minute.
    3. At this point you're free to just use it as is! But feel free to experiment by adding new flavours and really making it your own!

    Closing statement


    And that's it! Hopefully this guide has been somewhat helpful. A final tip I have is to drink it with bread and cheese, really finishes of the package."; + default_raw_text = "

    Trappist Recipe


    By Pater Noster

    Servings: 2 Prep Time: 10 mins Cook Time: 1-2 hrs Difficulty: Easy
    Trappist beer is a rich and pleasant beer traditionally brewed by monks.

    Ingredients


    Ale:
    Ale! The core of any good drink. Easily obtainable by fermenting oats in a barrel for a while. This will be the basis of our brew, giving it it's fruity taste and color!
    Holy water:
    This is what a makes a trappist a trappist and not a trapisst, the religion! Real easy to get if you are reading this where you are supposed to be reading this! If the chaplain can't bothered it's also easily harvestable from holymelons as long as you bother to separate it.
    Sugar:
    Sugar is what's gonna make it all come together sweetening the brew and mixing well with the ale from earlier. It's easy to obtain from grinding sugarcanes. Feel free to add liberally.

    Preparation


    1. Mix the ale and holy water together.
    2. Add some sugar to the mix as you keep stirring it for 1 minute.
    3. At this point you're free to just use it as is! But feel free to experiment by adding new flavours and really making it your own!

    Closing statement


    And that's it! Hopefully this guide has been somewhat helpful. A final tip I have is to drink it with bread and cheese, really finishes of the package."; name = "paper - Trappist Recipe"; pixel_x = 2; pixel_y = 4 @@ -1158,6 +1158,10 @@ /obj/structure/cable{ icon_state = "0-8" }, +/obj/machinery/light_switch{ + pixel_y = 23; + pixel_x = 11 + }, /turf/open/floor/plasteel/dark, /area/ship/crew/dorm) "jz" = ( @@ -2520,6 +2524,10 @@ /obj/structure/cable{ icon_state = "0-8" }, +/obj/machinery/light_switch{ + pixel_y = 23; + pixel_x = 11 + }, /turf/open/floor/plating, /area/ship/engineering/electrical) "wy" = ( @@ -3387,6 +3395,10 @@ icon_state = "0-2" }, /obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/light_switch{ + pixel_x = 11; + pixel_y = 23 + }, /turf/open/floor/plating, /area/ship/engineering/atmospherics) "EE" = ( @@ -3487,6 +3499,10 @@ icon_state = "0-8" }, /obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/light_switch{ + pixel_y = 23; + pixel_x = 11 + }, /turf/open/floor/wood, /area/ship/crew/hydroponics) "FQ" = ( @@ -3795,6 +3811,11 @@ /obj/structure/cable{ icon_state = "0-2" }, +/obj/machinery/light_switch{ + dir = 4; + pixel_y = 12; + pixel_x = -20 + }, /turf/open/floor/wood/ebony, /area/ship/bridge) "IQ" = ( @@ -5149,10 +5170,6 @@ dir = 1 }, /obj/effect/turf_decal/siding/wood, -/obj/machinery/light_switch{ - pixel_x = -4; - pixel_y = 26 - }, /turf/open/floor/wood, /area/ship/crew/dorm) "SX" = ( @@ -5436,6 +5453,13 @@ }, /turf/open/floor/wood, /area/ship/crew/library) +"Vr" = ( +/obj/machinery/light_switch{ + pixel_x = 6; + pixel_y = 23 + }, +/turf/closed/wall/r_wall, +/area/ship/engineering/atmospherics) "Vu" = ( /obj/structure/chair/pew/left, /obj/effect/turf_decal/siding/wood{ @@ -5585,6 +5609,11 @@ icon_state = "0-8" }, /obj/machinery/power/apc/auto_name/directional/east, +/obj/machinery/light_switch{ + dir = 8; + pixel_y = 11; + pixel_x = 19 + }, /turf/open/floor/wood, /area/ship/hallway/fore) "WB" = ( @@ -6739,7 +6768,7 @@ xj (21,1,1) = {" xj xj -Uf +Vr Ez jS QI diff --git a/_maps/shuttles/shiptest/independent_shetland.dmm b/_maps/shuttles/shiptest/independent_shetland.dmm index f2b586cede24..173322da6bd4 100644 --- a/_maps/shuttles/shiptest/independent_shetland.dmm +++ b/_maps/shuttles/shiptest/independent_shetland.dmm @@ -502,7 +502,7 @@ /area/ship/crew/dorm) "fv" = ( /turf/closed/wall, -/area/ship/construction) +/area/ship/hallway/fore) "fB" = ( /obj/structure/cable{ icon_state = "2-4" @@ -926,6 +926,10 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 4 }, +/obj/machinery/light_switch{ + pixel_x = 11; + pixel_y = 23 + }, /turf/open/floor/plating, /area/ship/engineering/electrical) "ks" = ( @@ -1021,6 +1025,7 @@ pixel_y = 17 }, /obj/structure/dresser, +/obj/machinery/light/directional/west, /turf/open/floor/wood, /area/ship/crew/dorm) "lo" = ( @@ -1486,7 +1491,7 @@ /obj/effect/turf_decal/corner/opaque/bottlegreen/full, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /obj/structure/table/wood, -/obj/machinery/photocopier/faxmachine, +/obj/machinery/fax, /turf/open/floor/plasteel, /area/ship/security) "pC" = ( @@ -1986,6 +1991,10 @@ }, /obj/machinery/power/apc/auto_name/directional/north, /obj/effect/turf_decal/corner/opaque/neutral/half, +/obj/machinery/light_switch{ + pixel_x = 11; + pixel_y = 23 + }, /turf/open/floor/plasteel/dark, /area/ship/engineering/atmospherics) "to" = ( @@ -2027,7 +2036,7 @@ /obj/effect/turf_decal/corner/opaque/neutral/half{ dir = 1 }, -/obj/machinery/photocopier/faxmachine/longrange, +/obj/machinery/fax, /obj/item/radio/intercom/directional/south, /turf/open/floor/plasteel/dark, /area/ship/bridge) @@ -2388,6 +2397,13 @@ "xQ" = ( /turf/closed/wall/r_wall, /area/ship/bridge) +"xV" = ( +/obj/machinery/light_switch{ + pixel_x = 11; + pixel_y = 23 + }, +/turf/open/floor/plasteel, +/area/ship/hallway/fore) "ya" = ( /obj/machinery/light/directional/west, /turf/open/floor/plating, @@ -2599,7 +2615,7 @@ /area/ship/engineering/engine) "AF" = ( /obj/structure/bed, -/obj/item/bedsheet/random, +/obj/item/bedsheet/dorms, /obj/structure/curtain/bounty, /obj/machinery/firealarm/directional/south, /turf/open/floor/wood, @@ -2976,6 +2992,10 @@ /obj/structure/cable{ icon_state = "0-4" }, +/obj/machinery/light_switch{ + pixel_x = 11; + pixel_y = 23 + }, /turf/open/floor/plasteel/patterned, /area/ship/crew/toilet) "EW" = ( @@ -3027,10 +3047,10 @@ /area/ship/hallway/port) "Fs" = ( /obj/docking_port/stationary{ - width = 30; - height = 15; + dir = 2; dwidth = 15; - dir = 2 + height = 15; + width = 30 }, /turf/template_noop, /area/template_noop) @@ -3331,6 +3351,10 @@ icon_state = "0-2" }, /obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/light_switch{ + pixel_x = 11; + pixel_y = 23 + }, /turf/open/floor/plating, /area/ship/engineering/engine) "HV" = ( @@ -3446,6 +3470,11 @@ }, /obj/machinery/power/apc/auto_name/directional/east, /obj/effect/turf_decal/corner/opaque/bottlegreen/full, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 20; + pixel_y = 11 + }, /turf/open/floor/plasteel, /area/ship/security) "Jo" = ( @@ -3521,8 +3550,8 @@ /obj/structure/window/reinforced/fulltile, /obj/structure/grille, /obj/machinery/door/poddoor{ - id = "amoguswindows"; - dir = 8 + dir = 8; + id = "amoguswindows" }, /turf/open/floor/plating, /area/ship/hallway/fore) @@ -3568,6 +3597,9 @@ /obj/effect/turf_decal/borderfloor{ dir = 1 }, +/obj/machinery/light_switch{ + pixel_y = 23 + }, /turf/open/floor/plasteel/mono/white, /area/ship/medical) "Kv" = ( @@ -3590,6 +3622,10 @@ }, /obj/machinery/power/apc/auto_name/directional/north, /obj/structure/closet/secure_closet/true_lieutenant, +/obj/machinery/light_switch{ + pixel_x = 11; + pixel_y = 23 + }, /turf/open/floor/carpet/blue, /area/ship/bridge) "KN" = ( @@ -3604,6 +3640,11 @@ /obj/item/clothing/under/utility, /obj/item/clothing/under/utility, /obj/item/clothing/under/utility, +/obj/machinery/light_switch{ + dir = 1; + pixel_x = 11; + pixel_y = -16 + }, /turf/open/floor/wood, /area/ship/crew/dorm) "KS" = ( @@ -3939,8 +3980,8 @@ height = 26; launch_status = 0; port_direction = 8; - width = 48; - preferred_direction = 4 + preferred_direction = 4; + width = 48 }, /obj/effect/turf_decal/industrial/warning/fulltile, /turf/open/floor/plasteel/patterned/ridged, @@ -4443,6 +4484,10 @@ icon_state = "0-2" }, /obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/light_switch{ + pixel_x = 11; + pixel_y = 23 + }, /turf/open/floor/plasteel/patterned, /area/ship/cargo) "SB" = ( @@ -4467,7 +4512,7 @@ /area/ship/hallway/starboard) "SU" = ( /obj/structure/bed, -/obj/item/bedsheet/random, +/obj/item/bedsheet/dorms, /obj/structure/curtain/bounty, /turf/open/floor/wood, /area/ship/crew/dorm) @@ -4482,6 +4527,11 @@ dir = 4 }, /obj/structure/catwalk/over/plated_catwalk, +/obj/machinery/light_switch{ + dir = 1; + pixel_x = 11; + pixel_y = -16 + }, /turf/open/floor/plating, /area/ship/hallway/fore) "SX" = ( @@ -4642,6 +4692,11 @@ icon_state = "0-9" }, /obj/machinery/power/apc/auto_name/directional/south, +/obj/machinery/light_switch{ + dir = 1; + pixel_x = 11; + pixel_y = -16 + }, /turf/open/floor/plasteel/dark, /area/ship/hallway/port) "Ue" = ( @@ -4682,6 +4737,10 @@ /obj/structure/cable{ icon_state = "0-2" }, +/obj/machinery/light_switch{ + pixel_x = 11; + pixel_y = 23 + }, /turf/open/floor/plasteel/dark, /area/ship/hallway/starboard) "Un" = ( @@ -5248,6 +5307,10 @@ dir = 10 }, /obj/effect/turf_decal/box, +/obj/machinery/light_switch{ + pixel_x = 11; + pixel_y = 23 + }, /turf/open/floor/plasteel/dark, /area/ship/crew/canteen) "ZB" = ( @@ -6383,7 +6446,7 @@ Ue St WK iV -Du +xV ks OM VC @@ -6433,7 +6496,7 @@ kl NB Tp iW -fv +iV tn BV Bm diff --git a/_maps/shuttles/shiptest/independent_tranquility.dmm b/_maps/shuttles/shiptest/independent_tranquility.dmm index cd5272d0ce9e..242267392e9b 100644 --- a/_maps/shuttles/shiptest/independent_tranquility.dmm +++ b/_maps/shuttles/shiptest/independent_tranquility.dmm @@ -357,15 +357,6 @@ }, /turf/open/floor/plasteel/white, /area/ship/crew/canteen) -"dF" = ( -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable, -/obj/effect/turf_decal/siding/wood{ - color = "#792f27"; - dir = 9 - }, -/turf/open/floor/wood, -/area/ship/crew/canteen) "dN" = ( /obj/effect/turf_decal/techfloor{ dir = 8 @@ -976,6 +967,28 @@ }, /turf/open/floor/plasteel/tech, /area/ship/crew/cryo) +"hk" = ( +/obj/structure/closet/wall/orange{ + pixel_y = 32 + }, +/obj/item/clothing/suit/fire/atmos, +/obj/item/clothing/mask/gas/atmos, +/obj/item/clothing/head/hardhat/atmos, +/obj/item/storage/belt/utility/atmostech, +/obj/item/clothing/head/beret/atmos, +/obj/item/circuitboard/machine/shieldwallgen/atmos, +/obj/item/circuitboard/machine/shieldwallgen/atmos, +/obj/item/stack/tape/industrial, +/obj/item/stack/tape/industrial, +/obj/item/storage/backpack/duffelbag/engineering, +/obj/item/extinguisher/advanced, +/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer4{ + dir = 4 + }, +/obj/item/clothing/head/beret/atmos, +/obj/item/clothing/suit/hooded/wintercoat/engineering/atmos, +/turf/open/floor/plasteel/tech/techmaint, +/area/ship/engineering/engine) "hn" = ( /obj/machinery/door/airlock/maintenance_hatch{ name = "Workshop" @@ -1239,17 +1252,6 @@ /obj/machinery/firealarm/directional/north, /turf/open/floor/carpet/nanoweave/beige, /area/ship/hallway/starboard) -"iY" = ( -/obj/effect/turf_decal/techfloor/orange{ - dir = 9 - }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/machinery/suit_storage_unit/independent/engineering, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel/tech/grid, -/area/ship/engineering/electrical) "jc" = ( /obj/machinery/atmospherics/components/unary/vent_pump/high_volume/layer2{ dir = 8 @@ -1446,37 +1448,6 @@ }, /turf/open/floor/carpet/nanoweave/beige, /area/ship/hallway/port) -"kC" = ( -/obj/structure/chair/comfy/brown, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/structure/closet/wall{ - dir = 4; - name = "Wardrobe"; - pixel_x = -28 - }, -/obj/item/clothing/under/costume/singer/yellow, -/obj/item/clothing/shoes/singery, -/obj/item/clothing/head/wig/random, -/obj/item/clothing/under/color/jumpskirt/random, -/obj/item/clothing/under/color/random, -/obj/item/clothing/under/rank/command/captain/skirt, -/obj/item/clothing/under/rank/command/captain/suit, -/obj/item/pen/fountain/captain, -/obj/item/radio/headset/heads/captain, -/obj/item/storage/backpack/duffelbag/captain, -/obj/item/clothing/suit/hooded/wintercoat/captain, -/obj/item/clothing/suit/armor/vest/capcarapace/duster, -/obj/item/clothing/head/caphat/cowboy, -/obj/item/clothing/shoes/cowboy/fancy, -/obj/item/clothing/under/pants/camo, -/obj/item/clothing/suit/hooded/wintercoat/captain, -/turf/open/floor/wood, -/area/ship/crew/dorm/dormfive) "kK" = ( /obj/effect/spawner/structure/window/shuttle, /obj/machinery/door/poddoor/shutters/preopen{ @@ -1599,6 +1570,21 @@ }, /turf/open/floor/plasteel/tech/techmaint, /area/ship/engineering/engine) +"mb" = ( +/obj/effect/turf_decal/techfloor/orange{ + dir = 9 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/suit_storage_unit/independent/engineering, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/light_switch{ + pixel_y = 21; + pixel_x = -12 + }, +/turf/open/floor/plasteel/tech/grid, +/area/ship/engineering/electrical) "mc" = ( /obj/effect/turf_decal/techfloor{ dir = 6 @@ -1626,6 +1612,18 @@ /obj/structure/extinguisher_cabinet/directional/north, /turf/open/floor/wood/birch, /area/ship/crew/crewfive) +"mv" = ( +/obj/structure/table/reinforced, +/obj/item/radio/intercom/wideband/table{ + dir = 1 + }, +/obj/item/toy/plush/knight{ + name = "The Navigator"; + pixel_x = -9; + pixel_y = 5 + }, +/turf/open/floor/plasteel/tech/grid, +/area/ship/bridge) "mz" = ( /obj/effect/spawner/structure/window/shuttle, /obj/machinery/door/poddoor/shutters/preopen{ @@ -1830,6 +1828,26 @@ }, /turf/open/floor/carpet, /area/ship/crew/crewfive) +"oN" = ( +/obj/structure/closet/wall/blue{ + dir = 4; + name = "Personal Effects"; + pixel_x = -32 + }, +/obj/item/storage/belt/utility/full, +/obj/item/clothing/suit/hooded/wintercoat/engineering, +/obj/item/clothing/under/misc/pj/red, +/obj/item/clothing/under/pants/black, +/obj/item/clothing/under/dress/blacktango, +/obj/item/clothing/suit/apron/overalls, +/obj/item/clothing/suit/gothcoat, +/obj/item/clothing/suit/ianshirt, +/obj/item/clothing/suit/nerdshirt, +/obj/item/clothing/head/beret/eng/hazard, +/obj/item/radio/headset/headset_eng, +/obj/item/cartridge/lawyer, +/turf/open/floor/carpet/nanoweave/red, +/area/ship/crew/dorm/dormfour) "oS" = ( /obj/structure/cable{ icon_state = "2-8" @@ -1888,22 +1906,6 @@ }, /turf/open/floor/carpet/green, /area/ship/crew/dorm/dormtwo) -"pt" = ( -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/carpet/nanoweave/beige, -/area/ship/hallway/starboard) "pu" = ( /obj/structure/table/wood, /obj/effect/turf_decal/siding/wood{ @@ -2004,43 +2006,6 @@ color = "#4c535b" }, /area/ship/hallway/port) -"pP" = ( -/obj/structure/table/reinforced, -/obj/item/radio/intercom/wideband/directional/north, -/obj/item/toy/plush/knight{ - name = "The Navigator"; - pixel_x = -9; - pixel_y = 5 - }, -/turf/open/floor/plasteel/tech/grid, -/area/ship/bridge) -"pT" = ( -/obj/effect/turf_decal/techfloor/orange, -/obj/structure/closet/wall/orange{ - dir = 1; - pixel_y = -32 - }, -/obj/item/clothing/under/rank/engineering/engineer/electrician/skirt, -/obj/item/clothing/under/rank/engineering/engineer/electrician, -/obj/item/stack/tape/industrial/electrical, -/obj/item/stack/tape/industrial, -/obj/item/holosign_creator/engineering, -/obj/item/storage/backpack/duffelbag/engineering, -/obj/item/storage/belt/utility/full/engi, -/obj/item/stack/cable_coil/random, -/obj/item/stack/cable_coil/random, -/obj/item/rcl/pre_loaded, -/obj/item/clothing/suit/radiation, -/obj/item/clothing/head/radiation, -/obj/item/geiger_counter, -/obj/item/stack/sheet/metal/twenty, -/obj/item/stack/sheet/glass/twenty, -/obj/item/circuitboard/machine/cell_charger, -/obj/item/clothing/head/beret/eng, -/obj/item/clothing/head/beret/eng/hazard, -/obj/item/clothing/suit/hooded/wintercoat/engineering, -/turf/open/floor/plasteel/tech/grid, -/area/ship/engineering/electrical) "qa" = ( /turf/template_noop, /area/template_noop) @@ -2097,28 +2062,6 @@ }, /turf/open/floor/carpet/nanoweave/beige, /area/ship/hallway/port) -"qV" = ( -/obj/effect/turf_decal/siding/wood, -/obj/structure/closet/wall{ - dir = 1; - name = "Wardrobe"; - pixel_y = -28 - }, -/obj/item/clothing/under/costume/singer/blue, -/obj/item/clothing/shoes/singerb, -/obj/item/clothing/head/wig/random, -/obj/item/storage/box/syndie_kit/chameleon, -/obj/item/paper_bin/bundlenatural, -/obj/item/clothing/under/color/jumpskirt/random, -/obj/item/clothing/under/color/random, -/obj/item/clothing/suit/jacket/letterman, -/obj/item/clothing/suit/toggle/lawyer/brown, -/obj/item/clothing/under/suit/burgundy, -/obj/item/clothing/under/pants/red, -/obj/item/clothing/suit/nerdshirt, -/obj/item/storage/bag/books, -/turf/open/floor/wood, -/area/ship/crew/dorm/dormfive) "rc" = ( /obj/structure/bookcase/random/religion, /obj/effect/turf_decal/siding/wood{ @@ -2625,6 +2568,14 @@ /obj/machinery/vending/boozeomat, /turf/closed/wall/mineral/titanium/nodiagonal, /area/ship/crew/canteen) +"vv" = ( +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 26; + pixel_y = 6 + }, +/turf/open/floor/carpet/nanoweave/beige, +/area/ship/hallway/port) "vx" = ( /turf/open/floor/wood/ebony, /area/ship/crew/canteen) @@ -2920,38 +2871,6 @@ /obj/structure/cable, /turf/open/floor/carpet/nanoweave/red, /area/ship/crew/dorm/dormfour) -"xW" = ( -/obj/structure/closet/wall/orange{ - pixel_y = 32 - }, -/obj/item/clothing/suit/fire/atmos, -/obj/item/clothing/mask/gas/atmos, -/obj/item/clothing/head/hardhat/atmos, -/obj/item/clothing/under/rank/engineering/atmospheric_technician/firefighter/skirt, -/obj/item/clothing/under/rank/engineering/atmospheric_technician/firefighter, -/obj/item/storage/belt/utility/atmostech, -/obj/item/clothing/head/beret/atmos, -/obj/item/circuitboard/machine/shieldwallgen/atmos, -/obj/item/circuitboard/machine/shieldwallgen/atmos, -/obj/item/stack/tape/industrial, -/obj/item/stack/tape/industrial, -/obj/item/storage/backpack/duffelbag/engineering, -/obj/item/extinguisher/advanced, -/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer4{ - dir = 4 - }, -/obj/item/clothing/head/beret/atmos, -/obj/item/clothing/suit/hooded/wintercoat/engineering/atmos, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering/engine) -"yf" = ( -/obj/machinery/hydroponics/soil, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/grass, -/area/ship/crew/hydroponics) "yg" = ( /obj/machinery/light/directional/north, /obj/structure/chair/sofa/corner, @@ -2996,6 +2915,23 @@ /obj/machinery/light/dim/directional/north, /turf/open/floor/plasteel/tech/grid, /area/ship/crew/crewfour) +"yz" = ( +/obj/effect/turf_decal/techfloor{ + dir = 10 + }, +/obj/effect/turf_decal/spline/fancy/opaque/bottlegreen{ + dir = 10 + }, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/obj/item/storage/overmap_ship/electric/directional/west, +/obj/machinery/light_switch{ + dir = 1; + pixel_x = 11; + pixel_y = -17 + }, +/turf/open/floor/plasteel/tech, +/area/ship/bridge) "yE" = ( /obj/structure/cable{ icon_state = "1-2" @@ -3265,6 +3201,31 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /turf/open/floor/carpet/nanoweave/beige, /area/ship/hallway/port) +"Aq" = ( +/obj/effect/turf_decal/techfloor/orange, +/obj/structure/closet/wall/orange{ + dir = 1; + pixel_y = -32 + }, +/obj/item/stack/tape/industrial/electrical, +/obj/item/stack/tape/industrial, +/obj/item/holosign_creator/engineering, +/obj/item/storage/backpack/duffelbag/engineering, +/obj/item/storage/belt/utility/full/engi, +/obj/item/stack/cable_coil/random, +/obj/item/stack/cable_coil/random, +/obj/item/rcl/pre_loaded, +/obj/item/clothing/suit/radiation, +/obj/item/clothing/head/radiation, +/obj/item/geiger_counter, +/obj/item/stack/sheet/metal/twenty, +/obj/item/stack/sheet/glass/twenty, +/obj/item/circuitboard/machine/cell_charger, +/obj/item/clothing/head/beret/eng, +/obj/item/clothing/head/beret/eng/hazard, +/obj/item/clothing/suit/hooded/wintercoat/engineering, +/turf/open/floor/plasteel/tech/grid, +/area/ship/engineering/electrical) "Ay" = ( /turf/closed/wall/mineral/titanium/nodiagonal, /area/ship/crew/dorm/dormfour) @@ -3380,6 +3341,11 @@ }, /turf/open/floor/wood, /area/ship/crew/dorm/dormfive) +"BJ" = ( +/obj/machinery/hydroponics/soil, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/grass, +/area/ship/crew/hydroponics) "BK" = ( /obj/structure/table/wood, /obj/effect/turf_decal/siding/wood{ @@ -3400,6 +3366,25 @@ /obj/machinery/airalarm/directional/west, /turf/open/floor/carpet/nanoweave/beige, /area/ship/hallway/starboard) +"BS" = ( +/obj/machinery/light/dim/directional/west, +/obj/machinery/iv_drip, +/obj/effect/turf_decal/corner/opaque/bottlegreen{ + dir = 5 + }, +/obj/effect/turf_decal/corner/opaque/bottlegreen{ + dir = 8 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/light_switch{ + pixel_y = 21; + pixel_x = -12 + }, +/turf/open/floor/plasteel/white, +/area/ship/medical/surgery) "BV" = ( /obj/structure/table, /obj/structure/window/reinforced/spawner{ @@ -3632,6 +3617,35 @@ }, /turf/open/floor/plasteel/tech/grid, /area/ship/engineering/electrical) +"Dp" = ( +/obj/structure/chair/comfy/brown, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/obj/structure/closet/wall{ + dir = 4; + name = "Wardrobe"; + pixel_x = -28 + }, +/obj/item/clothing/head/wig/random, +/obj/item/clothing/under/color/jumpskirt/random, +/obj/item/clothing/under/color/random, +/obj/item/clothing/under/rank/command/captain/skirt, +/obj/item/clothing/under/rank/command/captain/suit, +/obj/item/pen/fountain/captain, +/obj/item/radio/headset/heads/captain, +/obj/item/storage/backpack/duffelbag/captain, +/obj/item/clothing/suit/hooded/wintercoat/captain, +/obj/item/clothing/suit/armor/vest/capcarapace/duster, +/obj/item/clothing/head/caphat/cowboy, +/obj/item/clothing/shoes/cowboy/fancy, +/obj/item/clothing/under/pants/camo, +/obj/item/clothing/suit/hooded/wintercoat/captain, +/turf/open/floor/wood, +/area/ship/crew/dorm/dormfive) "Du" = ( /obj/structure/cable{ icon_state = "4-8" @@ -3775,6 +3789,17 @@ }, /turf/open/floor/plating, /area/ship/crew/crewfour) +"En" = ( +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/light_switch{ + pixel_y = 21; + pixel_x = -12 + }, +/turf/open/floor/plasteel/tech, +/area/ship/storage) "Eo" = ( /obj/machinery/power/apc/auto_name/directional/north, /obj/structure/cable{ @@ -3910,6 +3935,19 @@ }, /turf/open/floor/plasteel/tech, /area/ship/security/armory) +"FW" = ( +/obj/machinery/hydroponics/soil, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/light_switch{ + pixel_x = 20; + dir = 8; + pixel_y = -12 + }, +/turf/open/floor/grass, +/area/ship/crew/hydroponics) "Ga" = ( /obj/structure/chair/comfy/black{ dir = 8 @@ -4059,6 +4097,26 @@ }, /turf/open/floor/plating, /area/ship/crew/cryo) +"GW" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/closet/wall{ + dir = 1; + name = "Wardrobe"; + pixel_y = -28 + }, +/obj/item/clothing/head/wig/random, +/obj/item/storage/box/syndie_kit/chameleon, +/obj/item/paper_bin/bundlenatural, +/obj/item/clothing/under/color/jumpskirt/random, +/obj/item/clothing/under/color/random, +/obj/item/clothing/suit/jacket/letterman, +/obj/item/clothing/suit/toggle/lawyer/brown, +/obj/item/clothing/under/suit/burgundy, +/obj/item/clothing/under/pants/red, +/obj/item/clothing/suit/nerdshirt, +/obj/item/storage/bag/books, +/turf/open/floor/wood, +/area/ship/crew/dorm/dormfive) "GZ" = ( /obj/structure/window/reinforced, /obj/structure/sink/puddle, @@ -4300,6 +4358,20 @@ }, /turf/open/floor/plasteel/tech/grid, /area/ship/crew/crewfour) +"IF" = ( +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/obj/effect/turf_decal/siding/wood{ + color = "#792f27"; + dir = 9 + }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -20; + pixel_y = 12 + }, +/turf/open/floor/wood, +/area/ship/crew/canteen) "IJ" = ( /obj/item/kirbyplants/random, /turf/open/floor/carpet/nanoweave/beige, @@ -4510,18 +4582,6 @@ }, /turf/open/floor/carpet, /area/ship/crew/crewfive) -"Kw" = ( -/obj/effect/turf_decal/techfloor{ - dir = 10 - }, -/obj/effect/turf_decal/spline/fancy/opaque/bottlegreen{ - dir = 10 - }, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable, -/obj/item/storage/overmap_ship/electric/directional/west, -/turf/open/floor/plasteel/tech, -/area/ship/bridge) "Ky" = ( /obj/structure/table, /obj/item/trash/plate, @@ -4659,21 +4719,6 @@ }, /turf/open/floor/wood/mahogany, /area/ship/crew/crewthree) -"Lq" = ( -/obj/machinery/light/dim/directional/west, -/obj/machinery/iv_drip, -/obj/effect/turf_decal/corner/opaque/bottlegreen{ - dir = 5 - }, -/obj/effect/turf_decal/corner/opaque/bottlegreen{ - dir = 8 - }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel/white, -/area/ship/medical/surgery) "Lw" = ( /obj/structure/cable{ icon_state = "1-2" @@ -4693,17 +4738,6 @@ }, /turf/open/floor/wood/walnut, /area/ship/crew) -"LG" = ( -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/suit_storage_unit/independent/engineering, -/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering/engine) "LK" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ dir = 4 @@ -5025,6 +5059,21 @@ }, /turf/open/floor/plasteel, /area/ship/crew/cryo) +"Om" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/suit_storage_unit/independent/engineering, +/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer4{ + dir = 6 + }, +/obj/machinery/light_switch{ + pixel_y = 21; + pixel_x = -12 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/ship/engineering/engine) "Oz" = ( /obj/structure/table/wood, /obj/effect/turf_decal/siding/wood, @@ -5107,6 +5156,27 @@ /obj/machinery/vending/clothing, /turf/open/floor/plasteel/tech, /area/ship/crew/cryo) +"OV" = ( +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/light_switch{ + dir = 1; + pixel_x = 11; + pixel_y = -17 + }, +/turf/open/floor/carpet/nanoweave/beige, +/area/ship/hallway/starboard) "Pg" = ( /obj/machinery/power/apc/auto_name/directional/east, /obj/structure/cable{ @@ -5786,28 +5856,6 @@ "TC" = ( /turf/closed/wall/mineral/titanium, /area/ship/storage) -"TI" = ( -/obj/structure/closet/wall/blue{ - dir = 4; - name = "Personal Effects"; - pixel_x = -32 - }, -/obj/item/storage/belt/utility/full, -/obj/item/clothing/suit/hooded/wintercoat/engineering, -/obj/item/clothing/under/rank/engineering/engineer/telecomm_specialist, -/obj/item/clothing/under/rank/engineering/engineer/telecomm_specialist/skirt, -/obj/item/clothing/under/misc/pj/red, -/obj/item/clothing/under/pants/black, -/obj/item/clothing/under/dress/blacktango, -/obj/item/clothing/suit/apron/overalls, -/obj/item/clothing/suit/gothcoat, -/obj/item/clothing/suit/ianshirt, -/obj/item/clothing/suit/nerdshirt, -/obj/item/clothing/head/beret/eng/hazard, -/obj/item/radio/headset/headset_eng, -/obj/item/cartridge/lawyer, -/turf/open/floor/carpet/nanoweave/red, -/area/ship/crew/dorm/dormfour) "TJ" = ( /obj/structure/closet/wall{ dir = 8; @@ -5921,16 +5969,6 @@ /obj/structure/sign/poster/contraband/missing_gloves, /turf/closed/wall/mineral/titanium/nodiagonal, /area/ship/engineering/engine) -"Uw" = ( -/obj/machinery/hydroponics/soil, -/obj/machinery/light_switch{ - dir = 8; - pixel_x = 26; - pixel_y = 6 - }, -/obj/machinery/firealarm/directional/east, -/turf/open/floor/grass, -/area/ship/crew/hydroponics) "Uy" = ( /turf/closed/wall/mineral/titanium/nodiagonal, /area/ship/crew/hydroponics) @@ -6114,13 +6152,6 @@ }, /turf/open/floor/carpet/nanoweave/beige, /area/ship/hallway/starboard) -"VQ" = ( -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel/tech, -/area/ship/storage) "VU" = ( /obj/effect/turf_decal/techfloor, /obj/structure/table, @@ -6892,8 +6923,8 @@ Aa lW fu Qb -Uw -yf +BJ +FW Pr GZ Uy @@ -6939,9 +6970,9 @@ Uy Uy Uy Uy -iY +mb Vn -pT +Aq aO Sp aq @@ -7001,7 +7032,7 @@ wf RI zI Pg -tY +vv tY tY tY @@ -7103,7 +7134,7 @@ UU vx Ch oS -dF +IF cI Qe vj @@ -7136,7 +7167,7 @@ mA Io UI zF -Kw +yz mA fY Fq @@ -7194,7 +7225,7 @@ MJ dD mV Fq -LG +Om xs Sp aq @@ -7216,7 +7247,7 @@ qa qa qa kR -pP +mv fF ey IU @@ -7236,7 +7267,7 @@ xp rB Dx Fq -xW +hk JX Jq Gs @@ -7348,7 +7379,7 @@ Bm yY mc mA -pt +OV Fq Wk Nj @@ -7602,17 +7633,17 @@ qB bP QW xV -TI +oN Ay eC Lb jp pJ sb -Lq +BS Fl QQ -VQ +En SC Ug aq @@ -7847,7 +7878,7 @@ iK QA AL uW -kC +Dp rt iK yr @@ -7890,7 +7921,7 @@ tA Gf XH pK -qV +GW iK XP Ga diff --git a/_maps/shuttles/shiptest/inteq_colossus.dmm b/_maps/shuttles/shiptest/inteq_colossus.dmm index 4aa2992d71f6..17bdf1f38f25 100644 --- a/_maps/shuttles/shiptest/inteq_colossus.dmm +++ b/_maps/shuttles/shiptest/inteq_colossus.dmm @@ -226,7 +226,7 @@ dir = 1 }, /obj/structure/table/reinforced, -/obj/machinery/photocopier/faxmachine/longrange, +/obj/machinery/fax, /turf/open/floor/plasteel/dark, /area/ship/bridge) "cM" = ( @@ -860,6 +860,11 @@ }, /obj/item/stack/sheet/mineral/plasma/twenty, /obj/structure/catwalk/over/plated_catwalk/dark, +/obj/machinery/light_switch{ + pixel_x = 20; + dir = 8; + pixel_y = 11 + }, /turf/open/floor/plating, /area/ship/engineering) "jo" = ( @@ -1397,6 +1402,12 @@ /obj/effect/turf_decal/techfloor, /turf/open/floor/plasteel/tech/grid, /area/ship/crew/cryo) +"qJ" = ( +/obj/machinery/porta_turret/ship/ballistic{ + dir = 9 + }, +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ship/bridge) "qK" = ( /obj/structure/cable/yellow{ icon_state = "1-4" @@ -2149,6 +2160,12 @@ }, /turf/open/floor/plasteel/patterned/grid, /area/ship/hallway/central) +"xh" = ( +/obj/machinery/porta_turret/ship/ballistic{ + dir = 5 + }, +/turf/closed/wall/mineral/plastitanium, +/area/ship/bridge) "xr" = ( /obj/effect/turf_decal/trimline/opaque/yellow/line{ dir = 1 @@ -2161,6 +2178,10 @@ icon_state = "0-2" }, /obj/effect/turf_decal/steeldecal/steel_decals_central7, +/obj/machinery/light_switch{ + pixel_y = 23; + pixel_x = 11 + }, /turf/open/floor/plasteel/patterned/grid, /area/ship/hallway/central) "xx" = ( @@ -2884,6 +2905,10 @@ /obj/effect/decal/cleanable/dirt/dust, /obj/machinery/light/small/directional/east, /obj/machinery/airalarm/directional/south, +/obj/machinery/light_switch{ + pixel_y = 23; + pixel_x = 11 + }, /turf/open/floor/plasteel/showroomfloor, /area/ship/crew/toilet) "GL" = ( @@ -2969,6 +2994,10 @@ }, /obj/effect/decal/cleanable/dirt/dust, /obj/item/trash/sosjerky, +/obj/machinery/light_switch{ + pixel_y = 23; + pixel_x = -12 + }, /turf/open/floor/plating, /area/ship/maintenance/starboard) "Hp" = ( @@ -2990,6 +3019,12 @@ /obj/machinery/atmospherics/pipe/simple/orange/hidden/layer1, /turf/open/floor/plasteel/tech, /area/ship/engineering) +"Hu" = ( +/obj/machinery/porta_turret/ship/ballistic{ + dir = 6 + }, +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ship/bridge) "HD" = ( /obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, /obj/structure/cable{ @@ -3074,6 +3109,11 @@ /obj/item/clothing/suit/space/inteq, /obj/item/clothing/head/helmet/space/inteq, /obj/machinery/suit_storage_unit/inherit, +/obj/machinery/light_switch{ + pixel_x = 20; + dir = 8; + pixel_y = 11 + }, /turf/open/floor/plasteel/tech, /area/ship/hallway/port) "Il" = ( @@ -3204,6 +3244,10 @@ icon_state = "0-2" }, /obj/effect/turf_decal/steeldecal/steel_decals_central7, +/obj/machinery/light_switch{ + pixel_y = 23; + pixel_x = 11 + }, /turf/open/floor/plasteel/patterned/grid, /area/ship/hallway/fore) "KG" = ( @@ -3242,6 +3286,12 @@ /obj/structure/sign/number/one, /turf/closed/wall/mineral/plastitanium/nodiagonal, /area/ship/security/armory) +"Ll" = ( +/obj/machinery/porta_turret/ship/ballistic{ + dir = 5 + }, +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ship/bridge) "Lm" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, /obj/item/trash/can, @@ -3513,7 +3563,9 @@ /turf/open/floor/plasteel/patterned, /area/ship/cargo) "Oa" = ( -/obj/machinery/porta_turret/ship/ballistic, +/obj/machinery/porta_turret/ship/ballistic{ + dir = 6 + }, /turf/closed/wall/mineral/plastitanium, /area/ship/bridge) "Oc" = ( @@ -3552,6 +3604,7 @@ /obj/effect/decal/cleanable/dirt/dust, /obj/structure/bed, /obj/structure/curtain/bounty, +/obj/item/bedsheet/brown, /turf/open/floor/carpet/black, /area/ship/crew) "Ou" = ( @@ -3650,6 +3703,11 @@ dir = 4 }, /obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light_switch{ + dir = 1; + pixel_x = 11; + pixel_y = -17 + }, /turf/open/floor/plating, /area/ship/maintenance/port) "Pq" = ( @@ -3783,7 +3841,9 @@ /turf/open/floor/plasteel/patterned/grid, /area/ship/hallway/central) "QZ" = ( -/obj/machinery/porta_turret/ship/ballistic, +/obj/machinery/porta_turret/ship/ballistic{ + dir = 10 + }, /turf/closed/wall/mineral/plastitanium/nodiagonal, /area/ship/bridge) "Rb" = ( @@ -4030,11 +4090,11 @@ /turf/open/floor/plasteel/patterned/grid, /area/ship/hallway/central) "Tz" = ( -/obj/machinery/autolathe, /obj/effect/turf_decal/corner/opaque/brown{ dir = 8 }, /obj/effect/turf_decal/corner/opaque/yellow, +/obj/machinery/rnd/production/techfab/department/security, /turf/open/floor/plasteel/dark, /area/ship/security) "TF" = ( @@ -4184,6 +4244,11 @@ dir = 4 }, /obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light_switch{ + pixel_x = 20; + dir = 8; + pixel_y = 11 + }, /turf/open/floor/plasteel/patterned/cargo_one, /area/ship/cargo) "Wn" = ( @@ -4287,6 +4352,7 @@ pixel_y = -32 }, /obj/structure/curtain/bounty, +/obj/item/bedsheet/brown, /turf/open/floor/carpet/black, /area/ship/crew) "Xb" = ( @@ -4718,7 +4784,7 @@ XJ (8,1,1) = {" XJ XJ -Oa +xh bo bo bo @@ -4915,7 +4981,7 @@ XJ "} (17,1,1) = {" XJ -QZ +qJ ZB ZB ZB @@ -5135,7 +5201,7 @@ XA "} (27,1,1) = {" XJ -Oa +xh hD hD hD @@ -5312,7 +5378,7 @@ XJ (35,1,1) = {" XJ XJ -QZ +Ll SC SC SC @@ -5324,10 +5390,10 @@ XJ XJ XJ XJ -Oa +xh xT xT xT -QZ +Hu XJ "} diff --git a/_maps/shuttles/shiptest/inteq_hound.dmm b/_maps/shuttles/shiptest/inteq_hound.dmm index 9f198cc11041..5df3e85787e5 100644 --- a/_maps/shuttles/shiptest/inteq_hound.dmm +++ b/_maps/shuttles/shiptest/inteq_hound.dmm @@ -2075,7 +2075,7 @@ "RM" = ( /obj/structure/table/reinforced, /obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/photocopier/faxmachine/longrange, +/obj/machinery/fax, /turf/open/floor/carpet/orange, /area/ship/bridge) "Sh" = ( diff --git a/_maps/shuttles/shiptest/inteq_talos.dmm b/_maps/shuttles/shiptest/inteq_talos.dmm index cf5890397960..052d1010728b 100644 --- a/_maps/shuttles/shiptest/inteq_talos.dmm +++ b/_maps/shuttles/shiptest/inteq_talos.dmm @@ -799,7 +799,7 @@ pixel_y = -32 }, /obj/item/paper/fluff{ - info = "Artificer team: The AAC is finicky and has a habit of malfunctioning over time. If this happens, remember how to reset it. Swipe your ID card on the control unit and make sure all settings are correct. One airlock should be set to internal, one to external. Once this is done, cycle the airlock to re-enable automatic mode and lift any stuck bolts. If you aren't an artificer, don't mess with it. You shouldn't have access anyway." + default_raw_text = "Artificer team: The AAC is finicky and has a habit of malfunctioning over time. If this happens, remember how to reset it. Swipe your ID card on the control unit and make sure all settings are correct. One airlock should be set to internal, one to external. Once this is done, cycle the airlock to re-enable automatic mode and lift any stuck bolts. If you aren't an artificer, don't mess with it. You shouldn't have access anyway." }, /turf/open/floor/plasteel/tech, /area/ship/engineering) @@ -1584,6 +1584,11 @@ dir = 8 }, /obj/item/clothing/glasses/meson, +/obj/machinery/light_switch{ + pixel_x = 20; + dir = 8; + pixel_y = 11 + }, /turf/open/floor/plasteel/tech/grid, /area/ship/engineering) "jZ" = ( @@ -2621,6 +2626,11 @@ /obj/effect/turf_decal/siding/thinplating{ dir = 4 }, +/obj/machinery/light_switch{ + pixel_x = 19; + dir = 8; + pixel_y = 11 + }, /turf/open/floor/plasteel/patterned/grid, /area/ship/hallway/central) "qo" = ( @@ -2699,6 +2709,32 @@ }, /turf/open/floor/plasteel/patterned, /area/ship/cargo) +"qF" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/opaque/yellow/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/light_switch{ + pixel_y = 23; + pixel_x = -12 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/patterned/grid, +/area/ship/hallway/port) "qM" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ dir = 8 @@ -2740,6 +2776,11 @@ /obj/machinery/atmospherics/pipe/simple/dark/visible/layer1{ dir = 9 }, +/obj/machinery/light_switch{ + pixel_x = 20; + dir = 8; + pixel_y = 11 + }, /turf/open/floor/plasteel/tech, /area/ship/engineering/engine) "qW" = ( @@ -4472,6 +4513,12 @@ }, /turf/open/floor/plasteel/tech/grid, /area/ship/engineering/engine) +"Bd" = ( +/obj/machinery/porta_turret/ship/weak{ + dir = 9 + }, +/turf/closed/wall/mineral/plastitanium, +/area/ship/bridge) "Bh" = ( /obj/structure/cable{ icon_state = "1-2" @@ -5151,6 +5198,12 @@ }, /turf/open/floor/circuit/telecomms/mainframe, /area/ship/engineering/communications) +"GA" = ( +/obj/machinery/porta_turret/ship/weak{ + dir = 5 + }, +/turf/closed/wall/mineral/plastitanium, +/area/ship/bridge) "GG" = ( /obj/machinery/light/small/directional/west, /obj/structure/cable{ @@ -5943,6 +5996,10 @@ /obj/structure/cable{ icon_state = "0-2" }, +/obj/machinery/light_switch{ + pixel_y = 23; + pixel_x = -12 + }, /turf/open/floor/plasteel/tech/grid, /area/ship/security/armory) "My" = ( @@ -6198,7 +6255,7 @@ /area/ship/security) "ON" = ( /obj/structure/table/reinforced, -/obj/machinery/photocopier/faxmachine/longrange, +/obj/machinery/fax, /obj/machinery/button/door{ id = "talos_bridge"; name = "Bridge Shutters"; @@ -6271,7 +6328,9 @@ /turf/open/floor/plating/airless, /area/ship/maintenance/starboard) "Pw" = ( -/obj/machinery/porta_turret/ship/weak, +/obj/machinery/porta_turret/ship/weak{ + dir = 10 + }, /turf/closed/wall/mineral/plastitanium, /area/ship/bridge) "Py" = ( @@ -7382,6 +7441,12 @@ }, /turf/open/floor/carpet/orange, /area/ship/bridge) +"Xa" = ( +/obj/machinery/porta_turret/ship/weak{ + dir = 6 + }, +/turf/closed/wall/mineral/plastitanium, +/area/ship/bridge) "Xg" = ( /turf/open/floor/carpet/black, /area/ship/crew/dorm) @@ -7871,7 +7936,7 @@ sw "} (5,1,1) = {" sw -Pw +Bd sV sV sV @@ -8075,7 +8140,7 @@ vp "} (11,1,1) = {" sw -Pw +GA sV sV sW @@ -8104,7 +8169,7 @@ sc jW ao ao -Pw +Xa MV "} (12,1,1) = {" @@ -8590,7 +8655,7 @@ sw sw sw lC -Ks +qF Zj mX pL @@ -8825,7 +8890,7 @@ sw sw sw sw -Pw +GA yp jj Gl @@ -8850,7 +8915,7 @@ as QR WG mK -Pw +Xa sw sw sw @@ -9440,7 +9505,7 @@ sw sw sw sw -Pw +GA Pp fN Pp @@ -9459,7 +9524,7 @@ Gq If YZ fK -Pw +Xa sw sw sw diff --git a/_maps/shuttles/shiptest/inteq_vaquero.dmm b/_maps/shuttles/shiptest/inteq_vaquero.dmm new file mode 100644 index 000000000000..6e380f8b0bf1 --- /dev/null +++ b/_maps/shuttles/shiptest/inteq_vaquero.dmm @@ -0,0 +1,3901 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aj" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating, +/obj/effect/turf_decal/trimline/opaque/yellow/line, +/turf/open/floor/plasteel/patterned/grid, +/area/ship/hallway/central) +"aw" = ( +/obj/machinery/door/airlock/grunge{ + dir = 4; + name = "Cargo Bay" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/effect/turf_decal/steeldecal/steel_decals10, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plasteel/tech, +/area/ship/crew/office) +"ba" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/corner/opaque/yellow, +/obj/effect/turf_decal/corner/opaque/brown{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ship/security) +"bg" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/stairs, +/area/ship/cargo) +"bi" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/obj/machinery/suit_storage_unit/inherit, +/obj/item/clothing/suit/space/inteq, +/obj/item/clothing/head/helmet/space/inteq, +/obj/item/tank/jetpack/carbondioxide, +/obj/structure/sign/warning/nosmoking/circle{ + pixel_y = -23 + }, +/obj/machinery/light/small/directional/east, +/turf/open/floor/plasteel/tech, +/area/ship/maintenance/starboard) +"bn" = ( +/obj/machinery/power/smes/shuttle/precharged{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/door/poddoor{ + dir = 4; + id = "vaquero_port" + }, +/obj/effect/turf_decal/industrial/warning/fulltile, +/turf/open/floor/engine/hull/reinforced, +/area/ship/maintenance/port) +"bq" = ( +/obj/effect/turf_decal/box/corners, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/obj/item/trash/energybar, +/turf/open/floor/plasteel/patterned/cargo_one, +/area/ship/cargo) +"bt" = ( +/turf/closed/wall/mineral/plastitanium, +/area/ship/maintenance/starboard) +"bu" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/computer/helm/viewscreen/directional/south, +/turf/open/floor/plasteel/grimy, +/area/ship/crew) +"bz" = ( +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ship/crew/cryo) +"bC" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/corner, +/obj/effect/turf_decal/trimline/opaque/yellow/warning{ + dir = 4 + }, +/turf/open/floor/plasteel/patterned/grid, +/area/ship/hallway/central) +"bL" = ( +/obj/structure/bed, +/obj/structure/curtain/bounty, +/obj/item/bedsheet/brown, +/obj/structure/sign/poster/minutemen/lanchester{ + pixel_y = -32 + }, +/turf/open/floor/carpet/black, +/area/ship/crew) +"ce" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/corner/opaque/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/brown{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_x = -10; + pixel_y = 22 + }, +/obj/machinery/recharger{ + pixel_x = -8 + }, +/obj/item/paper_bin{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/pen/fourcolor{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/radio/intercom/directional/north{ + pixel_x = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ship/security) +"dq" = ( +/obj/effect/turf_decal/industrial/traffic{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/patterned, +/area/ship/cargo) +"dy" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/machinery/button/door{ + dir = 1; + id = "vaquero_port"; + name = "Thruster Shield Control"; + pixel_x = 4; + pixel_y = -20 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ship/maintenance/port) +"dO" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/obj/effect/turf_decal/corner/opaque/yellow{ + dir = 1 + }, +/turf/open/floor/plasteel/patterned/grid, +/area/ship/hallway/central) +"ec" = ( +/obj/structure/table, +/obj/item/folder/yellow, +/obj/item/pen, +/turf/open/floor/plasteel/dark, +/area/ship/crew/office) +"eC" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel/tech, +/area/ship/crew/cryo) +"eL" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/trimline/opaque/yellow/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/obj/structure/closet/secure_closet{ + icon_state = "armory"; + name = "weapons locker"; + req_access_txt = "3" + }, +/obj/machinery/light/small/directional/north, +/obj/item/ammo_box/magazine/m12g/small{ + pixel_x = -5; + pixel_y = -5 + }, +/obj/item/ammo_box/magazine/m12g/small{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/co9mm{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/co9mm{ + pixel_x = -5 + }, +/obj/item/ammo_box/magazine/co9mm{ + pixel_x = 5 + }, +/obj/item/ammo_box/magazine/co9mm{ + pixel_x = -5 + }, +/obj/item/gun/ballistic/shotgun/bulldog/inteq{ + pixel_x = -4; + pixel_y = 5; + spawnwithmagazine = 0 + }, +/obj/item/gun/ballistic/automatic/pistol/commander/inteq, +/obj/item/gun/ballistic/automatic/pistol/commander/inteq{ + pixel_y = -5 + }, +/obj/structure/sign/poster/contraband/peacemaker{ + pixel_x = 32 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/tech/grid, +/area/ship/security) +"fc" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/computer/cryopod/directional/north{ + pixel_y = 25 + }, +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plasteel/tech/grid, +/area/ship/crew/cryo) +"fk" = ( +/obj/structure/table, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/item/folder/yellow, +/obj/item/pen, +/turf/open/floor/plasteel/dark, +/area/ship/crew/office) +"fl" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/opaque/yellow/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate/bin, +/obj/item/trash/boritos, +/turf/open/floor/plasteel/patterned/grid, +/area/ship/hallway/central) +"fr" = ( +/obj/machinery/vending/cigarette, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/structure/sign/poster/contraband/inteq_gec{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/patterned/grid, +/area/ship/hallway/central) +"fC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/obj/effect/decal/cleanable/oil/streak, +/turf/open/floor/plasteel/patterned/cargo_one, +/area/ship/cargo) +"fI" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/opaque/yellow/warning{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/plasteel/tech, +/area/ship/security) +"fJ" = ( +/turf/closed/wall/mineral/plastitanium, +/area/ship/security) +"fV" = ( +/obj/structure/catwalk/over/plated_catwalk, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/structure/railing/corner, +/turf/open/floor/plasteel/tech/grid, +/area/ship/cargo) +"gh" = ( +/obj/machinery/photocopier, +/obj/effect/turf_decal/corner/opaque/brown{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/yellow{ + dir = 1 + }, +/obj/machinery/computer/helm/viewscreen/directional/north, +/turf/open/floor/plasteel/dark, +/area/ship/security) +"gl" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer4{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/scrubber, +/turf/open/floor/plasteel/tech, +/area/ship/maintenance/starboard) +"gp" = ( +/obj/effect/turf_decal/industrial/traffic{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/obj/machinery/button/shieldwallgen{ + dir = 1; + id = "vaquero_cargo"; + pixel_x = 5; + pixel_y = -19 + }, +/obj/machinery/button/door{ + dir = 1; + id = "vaquero_cargo"; + name = "Cargo Door Control"; + pixel_x = -4; + pixel_y = -20 + }, +/obj/effect/turf_decal/industrial/caution{ + dir = 1 + }, +/turf/open/floor/plasteel/patterned, +/area/ship/cargo) +"gt" = ( +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ship/hallway/central) +"gA" = ( +/obj/structure/sign/number/eight{ + dir = 1; + pixel_y = 8 + }, +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ship/cargo) +"gC" = ( +/obj/structure/rack, +/obj/item/pickaxe/mini, +/obj/item/pickaxe/mini, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/thinplating/dark, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/plasteel/tech, +/area/ship/cargo) +"gO" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/warning, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/ship/external/dark) +"gY" = ( +/obj/structure/table/reinforced, +/obj/item/spacecash/bundle/c500, +/obj/item/storage/lockbox/medal/sec{ + pixel_y = 16 + }, +/obj/machinery/button/door{ + dir = 4; + id = "vaquero_bridge"; + name = "Privacy Shutters"; + pixel_x = -21; + pixel_y = -6 + }, +/obj/machinery/button/door{ + dir = 4; + id = "vaquero_windows"; + name = "Window Lockdown"; + pixel_x = -21; + pixel_y = 6 + }, +/obj/effect/turf_decal/corner/opaque/brown{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/yellow{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ship/bridge) +"hn" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 + }, +/obj/effect/decal/cleanable/vomit/old, +/turf/open/floor/plasteel/showroomfloor, +/area/ship/crew/toilet) +"hH" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/opaque/yellow/line{ + dir = 4 + }, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 20; + pixel_y = 10 + }, +/turf/open/floor/plasteel/patterned/grid, +/area/ship/hallway/central) +"hM" = ( +/obj/structure/bed, +/obj/item/bedsheet/hos{ + name = "vanguard's bedsheet" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/obj/machinery/light/small/directional/south, +/obj/structure/curtain/bounty, +/obj/effect/turf_decal/corner/opaque/brown{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/yellow, +/obj/effect/turf_decal/corner/opaque/yellow{ + dir = 1 + }, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/plasteel/dark, +/area/ship/bridge) +"hN" = ( +/obj/effect/turf_decal/corner/opaque/brown{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/yellow{ + dir = 1 + }, +/obj/machinery/light/small/directional/north, +/turf/open/floor/plasteel/dark, +/area/ship/security) +"id" = ( +/obj/machinery/door/airlock/security/glass{ + dir = 4; + name = "Office" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 1 + }, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plasteel/tech, +/area/ship/security) +"ie" = ( +/obj/structure/chair, +/obj/item/trash/candy, +/turf/open/floor/plasteel/dark, +/area/ship/crew/office) +"if" = ( +/obj/effect/turf_decal/industrial/traffic{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/patterned, +/area/ship/cargo) +"iu" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ship/crew/office) +"iy" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/tech, +/area/ship/maintenance/port) +"iz" = ( +/obj/structure/closet/emcloset/empty{ + anchored = 1; + can_be_unanchored = 1; + name = "oxygen closet" + }, +/obj/item/tank/internals/plasmaman/full, +/obj/item/tank/internals/plasmaman/full, +/obj/item/tank/internals/oxygen, +/obj/item/tank/internals/oxygen, +/obj/item/tank/internals/oxygen, +/obj/item/tank/internals/oxygen, +/obj/item/tank/internals/oxygen, +/obj/item/tank/internals/oxygen, +/obj/effect/turf_decal/techfloor{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/official/safety_internals{ + pixel_y = 32 + }, +/obj/structure/sign/warning/vacuum/external{ + pixel_x = -32 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/tech/grid, +/area/ship/hallway/central) +"iL" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/yellow, +/obj/effect/turf_decal/corner/opaque/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/brown{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/south, +/obj/structure/sign/poster/contraband/twelve_gauge{ + pixel_x = -32 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ship/security) +"jg" = ( +/turf/open/floor/carpet/black, +/area/ship/crew) +"jw" = ( +/obj/machinery/atmospherics/components/binary/pump/on/layer2{ + dir = 4; + name = "Air to Distro" + }, +/obj/effect/turf_decal/hardline_small, +/obj/machinery/light/small/directional/north, +/obj/machinery/atmospherics/components/binary/pump/layer4{ + dir = 4; + name = "Input to Waste" + }, +/obj/machinery/light_switch{ + pixel_x = 10; + pixel_y = 22 + }, +/turf/open/floor/plasteel/tech, +/area/ship/maintenance/starboard) +"jB" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen/fountain, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/obj/item/stamp/hos{ + name = "vanguard's rubber stamp" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/corner/opaque/brown{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/yellow, +/obj/item/radio/intercom/wideband/directional/south{ + pixel_x = -6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/dark, +/area/ship/bridge) +"jE" = ( +/obj/structure/bed, +/obj/structure/curtain/bounty, +/obj/item/bedsheet/brown, +/obj/machinery/light/small/directional/east, +/obj/machinery/airalarm/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/black, +/area/ship/crew) +"jI" = ( +/obj/structure/table, +/obj/item/instrument/accordion, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/obj/machinery/light/small/directional/west, +/obj/machinery/airalarm/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/grimy, +/area/ship/crew) +"jK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/opaque/yellow/line{ + dir = 8 + }, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/plasteel/patterned/grid, +/area/ship/hallway/central) +"jO" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/opaque/yellow/line{ + dir = 8 + }, +/turf/open/floor/plasteel/patterned/grid, +/area/ship/hallway/central) +"jP" = ( +/obj/machinery/cryopod, +/obj/effect/turf_decal/techfloor{ + dir = 4 + }, +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/tech/grid, +/area/ship/crew/cryo) +"jV" = ( +/obj/item/kirbyplants/random, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/opaque/yellow/line{ + dir = 8 + }, +/obj/machinery/firealarm/directional/south, +/obj/item/trash/popcorn, +/turf/open/floor/plasteel/patterned/grid, +/area/ship/hallway/central) +"kh" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/firealarm/directional/south, +/obj/effect/decal/cleanable/oil/slippery, +/obj/machinery/light_switch{ + dir = 1; + pixel_x = -10; + pixel_y = -20 + }, +/turf/open/floor/plasteel/stairs{ + dir = 4 + }, +/area/ship/cargo) +"ko" = ( +/obj/machinery/power/smes/shuttle/precharged{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/door/poddoor{ + dir = 4; + id = "vaquero_starboard" + }, +/obj/effect/turf_decal/industrial/warning/fulltile, +/turf/open/floor/engine/hull/reinforced, +/area/ship/maintenance/starboard) +"kW" = ( +/obj/machinery/suit_storage_unit/inherit, +/obj/item/clothing/suit/space/inteq, +/obj/item/clothing/head/helmet/space/inteq, +/obj/effect/turf_decal/siding/thinplating/dark, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/plasteel/tech, +/area/ship/cargo) +"lm" = ( +/obj/structure/closet/crate/trashcart, +/obj/item/storage/bag/trash, +/obj/item/pushbroom, +/obj/item/mop, +/obj/item/reagent_containers/glass/bucket, +/obj/machinery/firealarm/directional/west, +/obj/structure/sign/poster/official/sgt{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/thinplating/dark, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -20; + pixel_y = -10 + }, +/turf/open/floor/plasteel/tech, +/area/ship/cargo) +"lo" = ( +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ship/medical) +"lr" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/holopad, +/turf/open/floor/plasteel/dark, +/area/ship/crew/office) +"lt" = ( +/obj/machinery/portable_atmospherics/pump, +/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/plasteel/tech, +/area/ship/maintenance/starboard) +"lL" = ( +/obj/structure/closet/crate/freezer/blood, +/obj/machinery/iv_drip, +/obj/machinery/light/small/directional/south, +/obj/item/radio/intercom/directional/east, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 5 + }, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 6 + }, +/turf/open/floor/plasteel/patterned/brushed, +/area/ship/medical) +"lU" = ( +/obj/item/storage/backpack/industrial, +/obj/item/clothing/suit/toggle/industrial, +/obj/item/storage/belt/utility, +/obj/item/clothing/under/syndicate/inteq/artificer, +/obj/item/clothing/under/syndicate/inteq/skirt/artificer, +/obj/item/clothing/head/soft/inteq, +/obj/item/clothing/head/hardhat, +/obj/item/clothing/shoes/combat, +/obj/effect/turf_decal/hardline_small/right, +/obj/structure/closet/wall{ + dir = 8; + icon_door = "yellow_wall"; + name = "engineering closet"; + pixel_x = 28 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/ship/maintenance/starboard) +"mu" = ( +/obj/structure/closet/secure_closet/wall{ + dir = 4; + icon_door = "solgov_wall"; + icon_state = "solgov_wall"; + name = "vanguard's locker"; + pixel_x = -28; + req_access_txt = "20" + }, +/obj/item/clothing/glasses/hud/security/sunglasses/inteq, +/obj/item/clothing/mask/gas/sechailer/inteq, +/obj/item/clothing/gloves/tackler/combat/insulated, +/obj/item/clothing/shoes/combat, +/obj/item/storage/belt/security/webbing/inteq/alt, +/obj/item/storage/backpack/messenger/inteq, +/obj/item/megaphone/command, +/obj/item/clothing/under/syndicate/inteq/skirt, +/obj/item/clothing/under/syndicate/inteq, +/obj/item/clothing/suit/armor/hos/inteq, +/obj/item/clothing/head/beret/sec/hos/inteq, +/obj/item/radio/headset/inteq/alt/captain, +/obj/item/shield/riot/tele, +/obj/item/storage/belt/security/webbing/inteq, +/obj/item/storage/belt/military/assault, +/obj/effect/turf_decal/corner/opaque/brown{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/yellow{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ship/bridge) +"mE" = ( +/obj/machinery/suit_storage_unit/inherit, +/obj/item/clothing/suit/space/inteq, +/obj/item/clothing/head/helmet/space/inteq, +/obj/machinery/airalarm/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/thinplating/dark, +/turf/open/floor/plasteel/tech, +/area/ship/cargo) +"mR" = ( +/obj/structure/railing, +/obj/structure/catwalk/over/plated_catwalk, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel/tech/grid, +/area/ship/cargo) +"mY" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/warning{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/ship/external/dark) +"nm" = ( +/turf/closed/wall/mineral/plastitanium, +/area/ship/medical) +"ox" = ( +/obj/structure/catwalk, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/ship/external/dark) +"oQ" = ( +/obj/structure/sign/number/eight{ + pixel_y = -8 + }, +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ship/security) +"oX" = ( +/obj/structure/table/reinforced, +/obj/item/lighter{ + pixel_y = 5 + }, +/obj/item/storage/fancy/cigarettes/cigars/havana, +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/corner/opaque/brown{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/brown{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/yellow{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ship/bridge) +"oZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ship/security) +"pe" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/patterned/grid, +/area/ship/hallway/central) +"pi" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark, +/obj/item/radio/intercom/directional/south, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/layer_manifold{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/ship/hallway/central) +"pl" = ( +/obj/structure/sign/number/nine{ + pixel_y = -8 + }, +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ship/security) +"pM" = ( +/obj/effect/turf_decal/corner/opaque/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/yellow, +/obj/effect/turf_decal/corner/opaque/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/patterned/grid, +/area/ship/hallway/central) +"pZ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ship/bridge) +"qe" = ( +/turf/open/floor/carpet/orange, +/area/ship/bridge) +"qy" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/terminal{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ship/maintenance/port) +"qC" = ( +/turf/closed/wall/mineral/plastitanium, +/area/ship/crew/office) +"qE" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/ship/external/dark) +"qQ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/opaque/yellow/line{ + dir = 4 + }, +/obj/structure/sign/poster/official/ue_no{ + pixel_x = 32 + }, +/turf/open/floor/plasteel/patterned/grid, +/area/ship/hallway/central) +"ri" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/plasteel/tech, +/area/ship/crew/cryo) +"ro" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/patterned/grid, +/area/ship/hallway/central) +"rA" = ( +/obj/item/kirbyplants/random, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/obj/machinery/light/small/directional/east, +/obj/item/trash/chips, +/turf/open/floor/plasteel/grimy, +/area/ship/crew) +"rD" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4; + name = "Helm" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/carpet/orange, +/area/ship/bridge) +"sm" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/opaque/yellow/line{ + dir = 4 + }, +/turf/open/floor/plasteel/patterned/grid, +/area/ship/hallway/central) +"st" = ( +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark, +/obj/machinery/advanced_airlock_controller/internal{ + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/tech, +/area/ship/hallway/central) +"sS" = ( +/obj/structure/chair/sofa/left, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/plasteel/grimy, +/area/ship/crew) +"te" = ( +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ship/security) +"to" = ( +/obj/structure/marker_beacon{ + picked_color = "Burgundy" + }, +/obj/structure/catwalk, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/ship/external/dark) +"tx" = ( +/obj/item/storage/backpack/messenger/inteq, +/obj/item/storage/backpack/messenger/inteq, +/obj/item/storage/backpack/messenger/inteq, +/obj/item/clothing/head/beret/sec/inteq, +/obj/item/clothing/head/beret/sec/inteq, +/obj/item/clothing/head/beret/sec/inteq, +/obj/item/clothing/head/soft/inteq, +/obj/item/clothing/head/soft/inteq, +/obj/item/clothing/head/soft/inteq, +/obj/structure/closet/wall{ + icon_door = "orange_wall"; + name = "uniform closet"; + pixel_y = 28 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/turf/open/floor/carpet/black, +/area/ship/crew) +"ui" = ( +/turf/closed/wall/mineral/plastitanium, +/area/ship/hallway/central) +"uq" = ( +/obj/structure/closet/crate/medical, +/obj/item/storage/backpack/satchel/med, +/obj/item/clothing/shoes/combat, +/obj/item/clothing/glasses/hud/health, +/obj/item/storage/belt/medical/webbing, +/obj/item/clothing/suit/armor/inteq/corpsman, +/obj/item/clothing/head/soft/inteq/corpsman, +/obj/item/clothing/under/syndicate/inteq/skirt/corpsman, +/obj/item/clothing/under/syndicate/inteq/corpsman, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/obj/effect/turf_decal/box/corners{ + dir = 8 + }, +/turf/open/floor/plasteel/patterned/cargo_one, +/area/ship/cargo) +"uy" = ( +/obj/machinery/cryopod, +/obj/item/radio/intercom/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/tech/grid, +/area/ship/crew/cryo) +"uB" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/catwalk/over/plated_catwalk, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/tech/grid, +/area/ship/cargo) +"uR" = ( +/obj/machinery/door/airlock{ + dir = 4; + id_tag = "vaquero_toilet"; + name = "Head" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 8 + }, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 1 + }, +/turf/open/floor/plasteel/patterned/grid, +/area/ship/crew/toilet) +"vd" = ( +/obj/machinery/porta_turret/ship/weak{ + dir = 5 + }, +/obj/docking_port/mobile{ + dheight = 3; + dir = 2; + launch_status = 0; + port_direction = 8; + preferred_direction = 4 + }, +/turf/closed/wall/mineral/plastitanium, +/area/ship/bridge) +"vg" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 15; + height = 15; + width = 30 + }, +/turf/template_noop, +/area/template_noop) +"vo" = ( +/obj/structure/sign/number/one{ + pixel_y = -8 + }, +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ship/security) +"vN" = ( +/turf/open/floor/plasteel/patterned, +/area/ship/cargo) +"vT" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/warning, +/turf/open/floor/engine/hull/reinforced, +/area/ship/external/dark) +"vU" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/opaque/yellow/line{ + dir = 4 + }, +/turf/open/floor/plasteel/patterned/grid, +/area/ship/hallway/central) +"vV" = ( +/obj/structure/catwalk/over/plated_catwalk, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/plasteel/tech/grid, +/area/ship/crew/cryo) +"ww" = ( +/turf/template_noop, +/area/template_noop) +"wy" = ( +/obj/effect/turf_decal/box/corners, +/obj/structure/closet/crate, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/obj/item/stack/sheet/metal/twenty, +/obj/item/stack/sheet/glass/twenty, +/turf/open/floor/plasteel/patterned/cargo_one, +/area/ship/cargo) +"wI" = ( +/obj/effect/turf_decal/box/corners{ + dir = 4 + }, +/obj/structure/weightmachine/weightlifter, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/patterned/cargo_one, +/area/ship/cargo) +"wU" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Starboard Engines"; + req_access_txt = "12" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 10 + }, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 9 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plasteel/tech, +/area/ship/maintenance/starboard) +"wZ" = ( +/obj/machinery/door/airlock/grunge{ + name = "Cargo Bay" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 10 + }, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 9 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plasteel/tech, +/area/ship/security) +"xj" = ( +/obj/effect/turf_decal/corner/opaque/yellow, +/obj/effect/turf_decal/corner/opaque/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/patterned/grid, +/area/ship/hallway/central) +"xx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/carpet/orange, +/area/ship/bridge) +"xy" = ( +/obj/structure/sign/number/nine{ + dir = 1; + pixel_y = 8 + }, +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ship/cargo) +"xX" = ( +/obj/machinery/porta_turret/ship/weak{ + dir = 6 + }, +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ship/bridge) +"xZ" = ( +/obj/effect/turf_decal/industrial/warning/fulltile, +/obj/machinery/door/airlock/external{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/ship/hallway/central) +"yd" = ( +/obj/structure/table, +/obj/machinery/jukebox/boombox, +/obj/effect/turf_decal/corner/opaque/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/yellow, +/obj/effect/turf_decal/corner/opaque/yellow{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/patterned/grid, +/area/ship/hallway/central) +"yg" = ( +/obj/effect/turf_decal/industrial/warning/fulltile, +/obj/machinery/door/airlock/external/glass{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel/tech, +/area/ship/hallway/central) +"yI" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/opaque/yellow/line{ + dir = 4 + }, +/obj/machinery/computer/helm/viewscreen/directional/east, +/turf/open/floor/plasteel/patterned/grid, +/area/ship/hallway/central) +"yQ" = ( +/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, +/obj/machinery/atmospherics/pipe/layer_manifold, +/obj/machinery/door/poddoor{ + id = "vaquero_windows"; + name = "Window Shield" + }, +/turf/open/floor/plating, +/area/ship/hallway/central) +"zg" = ( +/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/shutters{ + dir = 4; + id = "vaquero_bridge" + }, +/turf/open/floor/plating, +/area/ship/bridge) +"zj" = ( +/obj/effect/turf_decal/box/corners{ + dir = 1 + }, +/obj/structure/closet/crate, +/obj/item/reagent_containers/food/snacks/rationpack, +/obj/item/reagent_containers/food/snacks/rationpack, +/obj/item/reagent_containers/food/snacks/rationpack, +/obj/item/reagent_containers/food/snacks/rationpack, +/obj/item/reagent_containers/food/snacks/rationpack, +/obj/item/reagent_containers/food/snacks/rationpack, +/obj/item/reagent_containers/food/snacks/rationpack, +/obj/item/reagent_containers/food/snacks/rationpack, +/obj/item/reagent_containers/food/snacks/rationpack, +/obj/item/reagent_containers/food/snacks/rationpack, +/obj/item/reagent_containers/food/drinks/waterbottle/large, +/obj/item/reagent_containers/food/drinks/waterbottle/large, +/obj/item/reagent_containers/food/drinks/waterbottle/large, +/obj/item/reagent_containers/food/drinks/waterbottle/large, +/obj/item/reagent_containers/food/drinks/waterbottle/large, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/patterned/cargo_one, +/area/ship/cargo) +"zr" = ( +/obj/effect/turf_decal/industrial/traffic{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/plasteel/patterned, +/area/ship/cargo) +"zG" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/warning{ + dir = 1 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/turf/open/floor/engine/hull/reinforced, +/area/ship/external/dark) +"zM" = ( +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/structure/cable/yellow, +/obj/item/radio/intercom/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/stack/sheet/mineral/plasma/twenty, +/obj/structure/closet/crate/secure/plasma, +/turf/open/floor/plating, +/area/ship/maintenance/port) +"zO" = ( +/obj/machinery/modular_computer/console/preset/command{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/corner/opaque/yellow, +/obj/effect/turf_decal/corner/opaque/brown{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/yellow{ + dir = 1 + }, +/obj/machinery/light_switch{ + pixel_x = -6; + pixel_y = 22 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/telecomms_floor, +/area/ship/bridge) +"zP" = ( +/obj/machinery/porta_turret/ship/weak{ + dir = 6 + }, +/turf/closed/wall/mineral/plastitanium, +/area/ship/bridge) +"zR" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/opaque/yellow/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/patterned/grid, +/area/ship/hallway/central) +"zY" = ( +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Crew Quarters" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 1 + }, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plasteel/tech, +/area/ship/crew) +"Ag" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/plasteel/grimy, +/area/ship/crew) +"Am" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/siding/thinplating, +/obj/effect/turf_decal/trimline/opaque/yellow/line, +/turf/open/floor/plasteel/patterned/grid, +/area/ship/hallway/central) +"Aw" = ( +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/corner/opaque/brown{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/yellow, +/obj/effect/turf_decal/corner/opaque/brown{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/photocopier, +/turf/open/floor/plasteel/dark, +/area/ship/crew/office) +"Ax" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/obj/effect/turf_decal/corner/opaque/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/brown{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/plasteel/dark, +/area/ship/crew/office) +"Az" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{ + dir = 9 + }, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/plasteel/dark, +/area/ship/security) +"Bc" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/obj/machinery/firealarm/directional/north, +/obj/structure/extinguisher_cabinet/directional/east, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 20; + pixel_y = 10 + }, +/turf/open/floor/plasteel/tech, +/area/ship/maintenance/port) +"Bj" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/turf/open/floor/engine/hull/reinforced, +/area/ship/external/dark) +"Bl" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/corner/opaque/yellow, +/obj/effect/turf_decal/corner/opaque/brown{ + dir = 8 + }, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/plasteel/dark, +/area/ship/security) +"Bu" = ( +/obj/structure/closet/wall{ + icon_door = "grey_wall"; + pixel_y = 28 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/item/radio, +/obj/item/radio, +/obj/item/radio, +/obj/item/radio, +/obj/item/radio, +/obj/item/radio, +/obj/item/radio, +/obj/item/radio, +/obj/item/radio, +/obj/item/radio, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 20; + pixel_y = 12 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/tech, +/area/ship/crew/cryo) +"BT" = ( +/obj/effect/turf_decal/industrial/traffic{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/light/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/patterned, +/area/ship/cargo) +"BV" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/ship/maintenance/starboard) +"BX" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/machinery/light/small/directional/south, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/obj/machinery/button/door{ + dir = 1; + id = "vaquero_toilet"; + name = "Door Bolt Control"; + normaldoorcontrol = 1; + pixel_x = 10; + pixel_y = -20; + req_access_txt = "3"; + specialfunctions = 4 + }, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/plasteel/showroomfloor, +/area/ship/crew/toilet) +"Ci" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/obj/effect/turf_decal/corner/opaque/brown{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/yellow, +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ship/security) +"Cl" = ( +/obj/effect/turf_decal/industrial/warning/fulltile, +/obj/machinery/door/poddoor{ + dir = 4; + id = "vaquero_cargo" + }, +/turf/open/floor/engine/hull/reinforced/interior, +/area/ship/cargo) +"Cq" = ( +/turf/closed/wall/mineral/plastitanium, +/area/ship/maintenance/port) +"Cs" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/opaque/yellow/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/patterned/grid, +/area/ship/hallway/central) +"CA" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/obj/effect/turf_decal/number/six, +/obj/structure/closet/wall/orange{ + dir = 8; + name = "tool closet"; + pixel_x = 28; + req_access_txt = "11" + }, +/obj/item/pipe_dispenser, +/obj/item/storage/toolbox/electrical, +/obj/item/storage/toolbox/mechanical, +/obj/item/clothing/glasses/welding, +/obj/item/clothing/gloves/color/yellow, +/obj/structure/extinguisher_cabinet/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/tech, +/area/ship/maintenance/starboard) +"CD" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/opaque/yellow/line{ + dir = 4 + }, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 20; + pixel_y = -10 + }, +/turf/open/floor/plasteel/patterned/grid, +/area/ship/hallway/central) +"CQ" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ship/security) +"Db" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark, +/obj/machinery/firealarm/directional/south, +/obj/item/radio/intercom/directional/east, +/turf/open/floor/plasteel/tech, +/area/ship/security) +"Dh" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plasteel/tech/grid, +/area/ship/cargo) +"Ds" = ( +/obj/machinery/power/shuttle/engine/electric{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/engine/hull/reinforced, +/area/ship/maintenance/starboard) +"DP" = ( +/obj/item/clothing/glasses/hud/security/sunglasses/inteq, +/obj/item/clothing/mask/gas/sechailer/inteq, +/obj/item/clothing/gloves/tackler/combat/insulated, +/obj/item/clothing/shoes/combat, +/obj/item/storage/belt/security/webbing/inteq/alt, +/obj/item/storage/backpack/messenger/inteq, +/obj/item/clothing/under/syndicate/inteq/skirt, +/obj/item/clothing/under/syndicate/inteq, +/obj/structure/closet/secure_closet{ + anchored = 1; + can_be_unanchored = 1; + icon_state = "warden"; + name = "master at arms' locker"; + req_access_txt = "3" + }, +/obj/effect/turf_decal/corner/opaque/brown{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/yellow, +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/suit/armor/vest/bulletproof, +/obj/item/clothing/head/warden/drill{ + desc = "A special armored campaign hat with the IRMG insignia emblazoned on it. Uses reinforced fabric to offer sufficient protection."; + name = "master at arms' campaign hat" + }, +/obj/item/megaphone/sec, +/obj/effect/turf_decal/corner/opaque/brown{ + dir = 4 + }, +/obj/item/storage/belt/security/webbing/inteq, +/obj/item/storage/belt/military/assault, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/machinery/light/small/directional/south, +/turf/open/floor/plasteel/dark, +/area/ship/security) +"Eh" = ( +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ship/cargo) +"Es" = ( +/obj/structure/chair, +/obj/effect/turf_decal/corner/opaque/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/yellow, +/obj/item/trash/can, +/turf/open/floor/plasteel/patterned/grid, +/area/ship/hallway/central) +"Ex" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/door/airlock/medical/glass{ + dir = 4; + name = "Infirmary" + }, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 1 + }, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plasteel/tech, +/area/ship/medical) +"EB" = ( +/obj/machinery/door/window/northleft{ + dir = 8; + req_access_txt = "3" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/corner/opaque/yellow, +/obj/effect/turf_decal/corner/opaque/brown{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ship/security) +"EX" = ( +/turf/closed/wall/mineral/plastitanium, +/area/ship/crew) +"Fc" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/tech, +/area/ship/maintenance/port) +"Fk" = ( +/obj/structure/table, +/obj/effect/turf_decal/corner/opaque/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/brown{ + dir = 8 + }, +/obj/item/pen/red, +/obj/machinery/firealarm/directional/west, +/turf/open/floor/plasteel/dark, +/area/ship/crew/office) +"Fu" = ( +/obj/machinery/door/airlock{ + dir = 4; + name = "Cryogenic Storage" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 4 + }, +/obj/effect/turf_decal/steeldecal/steel_decals10, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plasteel/tech, +/area/ship/crew/cryo) +"FK" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/yellow, +/obj/effect/turf_decal/corner/opaque/brown{ + dir = 8 + }, +/obj/machinery/computer/helm/viewscreen/directional/south, +/turf/open/floor/plasteel/dark, +/area/ship/crew/office) +"Gq" = ( +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ship/crew) +"GB" = ( +/obj/machinery/door/airlock{ + name = "Dormitory" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 5 + }, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 6 + }, +/turf/open/floor/plasteel/grimy, +/area/ship/crew) +"GI" = ( +/obj/structure/weightmachine/weightlifter, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/patterned/cargo_one, +/area/ship/cargo) +"GQ" = ( +/obj/item/clothing/under/syndicate/inteq, +/obj/item/clothing/under/syndicate/inteq, +/obj/item/clothing/under/syndicate/inteq, +/obj/item/clothing/under/syndicate/inteq/skirt, +/obj/item/clothing/under/syndicate/inteq/skirt, +/obj/item/clothing/under/syndicate/inteq/skirt, +/obj/item/clothing/shoes/combat, +/obj/item/clothing/shoes/combat, +/obj/item/clothing/shoes/combat, +/obj/item/clothing/shoes/sneakers/black, +/obj/item/clothing/shoes/sneakers/black, +/obj/item/clothing/shoes/sneakers/black, +/obj/structure/closet/wall{ + icon_door = "orange_wall"; + name = "uniform closet"; + pixel_y = 28 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/carpet/black, +/area/ship/crew) +"Ha" = ( +/obj/effect/turf_decal/hardline_small/left, +/obj/machinery/atmospherics/pipe/manifold/cyan/visible/layer2{ + dir = 1 + }, +/obj/machinery/firealarm/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plasteel/tech, +/area/ship/maintenance/starboard) +"Hn" = ( +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ship/maintenance/port) +"Hp" = ( +/obj/structure/marker_beacon{ + picked_color = "Lime" + }, +/obj/structure/catwalk, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/ship/external/dark) +"Hw" = ( +/obj/structure/closet/secure_closet{ + icon_state = "sec"; + name = "equipment locker"; + req_access_txt = "1" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/opaque/yellow/line{ + dir = 1 + }, +/obj/item/clothing/suit/armor/vest/bulletproof, +/obj/item/clothing/head/helmet/swat/inteq, +/obj/item/clothing/gloves/combat, +/obj/item/clothing/glasses/hud/security/sunglasses/inteq, +/obj/item/clothing/mask/gas/sechailer/inteq, +/obj/item/storage/belt/security/webbing/inteq, +/obj/item/storage/belt/security/webbing/inteq/alt, +/obj/item/melee/baton/loaded, +/obj/item/storage/box/zipties, +/obj/machinery/airalarm/directional/west, +/obj/structure/sign/warning/nosmoking/circle{ + pixel_y = 23 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/tech/grid, +/area/ship/security) +"HN" = ( +/obj/structure/closet/secure_closet/wall{ + icon_door = "med_wall"; + name = "medical locker"; + pixel_y = 28; + req_access_txt = "5" + }, +/obj/item/storage/firstaid/regular{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/item/storage/firstaid/toxin{ + pixel_x = 2; + pixel_y = 1 + }, +/obj/item/storage/firstaid/fire{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/item/storage/firstaid/advanced{ + pixel_x = -6; + pixel_y = -3 + }, +/obj/structure/sink{ + dir = 8; + pixel_x = 12 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/obj/structure/sign/poster/official/cleanliness{ + pixel_x = 32 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/turf/open/floor/plasteel/patterned/brushed, +/area/ship/medical) +"HS" = ( +/obj/effect/turf_decal/box/corners{ + dir = 1 + }, +/obj/structure/reagent_dispensers/watertank, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/turf/open/floor/plasteel/patterned/cargo_one, +/area/ship/cargo) +"Ie" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, +/turf/open/floor/plasteel/grimy, +/area/ship/crew) +"In" = ( +/obj/machinery/holopad/emergency/command, +/turf/open/floor/carpet/orange, +/area/ship/bridge) +"Iy" = ( +/obj/effect/turf_decal/corner/opaque/brown{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/yellow{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/turretid{ + pixel_y = 25 + }, +/turf/open/floor/plasteel/dark, +/area/ship/bridge) +"IN" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/structure/sign/poster/contraband/inteq{ + pixel_y = -32 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/tech, +/area/ship/crew/cryo) +"IX" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/number/zero, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 + }, +/turf/open/floor/plasteel/tech, +/area/ship/maintenance/starboard) +"IY" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/catwalk/over/plated_catwalk, +/obj/machinery/light/directional/west, +/turf/open/floor/plasteel/tech/grid, +/area/ship/cargo) +"Jc" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ship/security) +"Je" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning, +/turf/open/floor/plasteel/dark, +/area/ship/crew/office) +"Jl" = ( +/obj/effect/turf_decal/box/corners{ + dir = 8 + }, +/obj/machinery/autolathe, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/patterned/cargo_one, +/area/ship/cargo) +"JB" = ( +/obj/machinery/atmospherics/components/unary/tank/air{ + dir = 4; + piping_layer = 2 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/turf/open/floor/plasteel/tech, +/area/ship/maintenance/starboard) +"JC" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/binary/pump/layer2{ + dir = 1; + name = "Input to Air" + }, +/obj/effect/turf_decal/number/five, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/ship/maintenance/starboard) +"JL" = ( +/obj/structure/cable, +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/turf/open/floor/plating, +/area/ship/maintenance/starboard) +"Kr" = ( +/obj/machinery/power/port_gen/pacman/super, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/structure/catwalk/over/plated_catwalk/dark, +/obj/structure/sign/warning/nosmoking/burnt{ + pixel_y = 27 + }, +/turf/open/floor/plating, +/area/ship/maintenance/port) +"Ky" = ( +/obj/item/trash/can, +/turf/open/floor/plasteel/patterned, +/area/ship/cargo) +"KR" = ( +/obj/machinery/shower{ + pixel_y = 19 + }, +/obj/structure/curtain, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 9 + }, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 10 + }, +/obj/item/soap, +/turf/open/floor/plasteel/showroomfloor, +/area/ship/crew/toilet) +"Lt" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/obj/effect/turf_decal/siding/thinplating, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/opaque/yellow/warning{ + dir = 4 + }, +/turf/open/floor/plasteel/patterned/grid, +/area/ship/hallway/central) +"Ly" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = 12 + }, +/obj/structure/mirror{ + pixel_x = 25 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/obj/machinery/light_switch{ + dir = 1; + pixel_x = -10; + pixel_y = -20 + }, +/obj/effect/turf_decal/steeldecal/steel_decals10, +/turf/open/floor/plasteel/showroomfloor, +/area/ship/crew/toilet) +"LB" = ( +/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, +/obj/machinery/door/poddoor{ + id = "vaquero_windows"; + name = "Window Shield" + }, +/turf/open/floor/plating, +/area/ship/crew) +"LQ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/patterned/cargo_one, +/area/ship/cargo) +"LW" = ( +/obj/effect/turf_decal/industrial/warning/fulltile, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/shieldwallgen/atmos{ + anchored = 1; + id = "vaquero_cargo"; + locked = 1 + }, +/obj/machinery/door/poddoor{ + dir = 4; + id = "vaquero_cargo" + }, +/turf/open/floor/engine/hull/reinforced/interior, +/area/ship/cargo) +"Me" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/catwalk/over/plated_catwalk, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/turf/open/floor/plasteel/tech/grid, +/area/ship/cargo) +"Mq" = ( +/obj/machinery/computer/helm{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/yellow, +/obj/effect/turf_decal/corner/opaque/brown{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/telecomms_floor, +/area/ship/bridge) +"Ms" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on{ + dir = 1; + name = "exhaust injector" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/ship/external/dark) +"Mu" = ( +/obj/machinery/suit_storage_unit/inherit, +/obj/effect/turf_decal/techfloor{ + dir = 1 + }, +/obj/item/clothing/suit/space/inteq, +/obj/item/clothing/head/helmet/space/inteq, +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/tech/grid, +/area/ship/hallway/central) +"MF" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ship/crew/office) +"Nx" = ( +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ship/crew/toilet) +"Ny" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/patterned/grid, +/area/ship/hallway/central) +"NR" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ship/security) +"NV" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Port Engines"; + req_access_txt = "12" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 5 + }, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 6 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plasteel/tech, +/area/ship/maintenance/port) +"Ow" = ( +/obj/structure/chair, +/obj/machinery/light/small/directional/west, +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/opaque/yellow/line{ + dir = 8 + }, +/turf/open/floor/plasteel/patterned/grid, +/area/ship/hallway/central) +"OK" = ( +/obj/machinery/door/airlock/security{ + dir = 4; + id_tag = "colossus_armory"; + name = "Armory"; + req_access_txt = "3" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 8 + }, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plasteel/tech, +/area/ship/security) +"ON" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/effect/turf_decal/trimline/opaque/yellow/line, +/obj/effect/turf_decal/siding/thinplating, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 1 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/patterned/grid, +/area/ship/hallway/central) +"Ph" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/ship/crew/office) +"Pi" = ( +/obj/structure/chair, +/obj/effect/turf_decal/corner/opaque/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/brown{ + dir = 8 + }, +/obj/item/radio/intercom/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ship/crew/office) +"Pn" = ( +/obj/effect/turf_decal/industrial/warning/fulltile, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/shieldwallgen/atmos{ + anchored = 1; + dir = 1; + id = "vaquero_cargo"; + locked = 1 + }, +/obj/machinery/door/poddoor{ + dir = 4; + id = "vaquero_cargo" + }, +/turf/open/floor/engine/hull/reinforced/interior, +/area/ship/cargo) +"Pp" = ( +/obj/machinery/power/smes/engineering, +/obj/structure/cable, +/turf/open/floor/plating, +/area/ship/maintenance/port) +"PC" = ( +/obj/effect/turf_decal/corner/opaque/brown{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/yellow, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/plasteel/dark, +/area/ship/crew/office) +"PD" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/obj/item/storage/backpack/duffelbag/med/surgery, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -20; + pixel_y = 10 + }, +/obj/machinery/firealarm/directional/west, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 5 + }, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 6 + }, +/obj/structure/bed, +/turf/open/floor/plasteel/patterned/brushed, +/area/ship/medical) +"Qy" = ( +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ship/maintenance/starboard) +"QH" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating, +/obj/effect/turf_decal/trimline/opaque/yellow/line, +/turf/open/floor/plasteel/patterned/grid, +/area/ship/hallway/central) +"QJ" = ( +/obj/structure/sign/number/one{ + dir = 1; + pixel_y = 8 + }, +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ship/cargo) +"Re" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/ship/maintenance/port) +"Rg" = ( +/obj/machinery/power/smes/shuttle/precharged{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/poddoor{ + dir = 4; + id = "vaquero_port" + }, +/obj/effect/turf_decal/industrial/warning/fulltile, +/turf/open/floor/engine/hull/reinforced, +/area/ship/maintenance/port) +"Rq" = ( +/obj/structure/chair, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/ship/crew/office) +"Rz" = ( +/obj/structure/table, +/obj/item/toy/cards/deck/syndicate{ + pixel_x = 12; + pixel_y = 5 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/opaque/yellow/line{ + dir = 8 + }, +/obj/item/radio/intercom/directional/west{ + pixel_y = 10 + }, +/obj/item/trash/plate, +/turf/open/floor/plasteel/patterned/grid, +/area/ship/hallway/central) +"RF" = ( +/obj/structure/table/reinforced, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/obj/machinery/light/small/directional/west, +/obj/effect/turf_decal/corner/opaque/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/yellow, +/obj/effect/turf_decal/corner/opaque/brown{ + dir = 8 + }, +/obj/item/folder/syndicate{ + desc = "A slick black folder stamped 'Property of Inteq Risk Management Group.'"; + name = "folder" + }, +/obj/item/pen/fourcolor, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -20; + pixel_y = 10 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ship/crew/office) +"RU" = ( +/obj/structure/dresser, +/obj/machinery/firealarm/directional/west, +/obj/item/radio/intercom/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/black, +/area/ship/crew) +"RX" = ( +/obj/structure/catwalk/over/plated_catwalk, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/tech/grid, +/area/ship/cargo) +"Sc" = ( +/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, +/obj/machinery/door/poddoor{ + id = "vaquero_windows"; + name = "Window Shield" + }, +/turf/open/floor/plating, +/area/ship/crew/office) +"SW" = ( +/obj/structure/sign/warning/docking{ + pixel_x = -9; + pixel_y = 6 + }, +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ship/hallway/central) +"Tc" = ( +/obj/structure/ore_box, +/turf/open/floor/plasteel/patterned/cargo_one, +/area/ship/cargo) +"Td" = ( +/obj/machinery/porta_turret/ship/weak{ + dir = 5 + }, +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ship/bridge) +"Ti" = ( +/obj/machinery/vending/coffee, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/siding/thinplating{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/patterned/grid, +/area/ship/hallway/central) +"Tn" = ( +/obj/machinery/suit_storage_unit/inherit, +/obj/item/clothing/suit/space/inteq, +/obj/item/clothing/head/helmet/space/inteq, +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/siding/thinplating/dark, +/turf/open/floor/plasteel/tech, +/area/ship/cargo) +"TK" = ( +/obj/machinery/computer/cargo/express{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/yellow, +/obj/effect/turf_decal/corner/opaque/brown{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/telecomms_floor, +/area/ship/bridge) +"TQ" = ( +/obj/structure/table/reinforced, +/obj/machinery/fax, +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/corner/opaque/brown{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/yellow, +/obj/effect/turf_decal/corner/opaque/brown{ + dir = 4 + }, +/obj/item/radio/intercom/directional/south{ + pixel_x = -16 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/telecomms_floor, +/area/ship/bridge) +"Uf" = ( +/obj/structure/table, +/obj/item/flashlight/lamp/green, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/black, +/area/ship/crew) +"Ul" = ( +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ship/bridge) +"Ur" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/carpet/black, +/area/ship/crew) +"UV" = ( +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Office" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 8 + }, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plasteel/tech, +/area/ship/crew/office) +"Vk" = ( +/obj/machinery/power/shuttle/engine/electric{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/engine/hull/reinforced, +/area/ship/maintenance/port) +"VD" = ( +/obj/structure/chair/sofa/right, +/obj/item/radio/intercom/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/trash/popcorn, +/turf/open/floor/plasteel/grimy, +/area/ship/crew) +"VI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/item/clothing/suit/space/hardsuit/security/independent/inteq, +/obj/item/tank/jetpack/oxygen, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/turf_decal/corner/opaque/brown{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/yellow, +/obj/machinery/suit_storage_unit/inherit{ + req_access_txt = "20" + }, +/turf/open/floor/plasteel/dark, +/area/ship/bridge) +"VN" = ( +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ship/crew/office) +"VT" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/opaque/yellow/line{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/plasteel/patterned/grid, +/area/ship/hallway/central) +"Wd" = ( +/obj/structure/marker_beacon{ + picked_color = "Yellow" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/ship/external/dark) +"WH" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on{ + name = "exhaust injector" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine/hull/reinforced, +/area/ship/external/dark) +"WM" = ( +/obj/effect/turf_decal/box/corners{ + dir = 4 + }, +/obj/structure/closet/crate, +/obj/item/target/syndicate{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/item/target{ + pixel_y = 5 + }, +/obj/item/target/alien{ + pixel_x = 5 + }, +/obj/item/clothing/ears/earmuffs{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/clothing/ears/earmuffs, +/turf/open/floor/plasteel/patterned/cargo_one, +/area/ship/cargo) +"Xb" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Bridge"; + req_one_access = list(19, 3) + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 9 + }, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 10 + }, +/turf/open/floor/plasteel/tech, +/area/ship/bridge) +"Xh" = ( +/obj/effect/turf_decal/corner/opaque/brown{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/yellow, +/obj/machinery/airalarm/directional/east, +/obj/effect/decal/cleanable/food/egg_smudge, +/turf/open/floor/plasteel/dark, +/area/ship/crew/office) +"Xi" = ( +/obj/structure/marker_beacon{ + picked_color = "Yellow" + }, +/turf/open/floor/engine/hull/reinforced, +/area/ship/external/dark) +"Xo" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/obj/effect/turf_decal/siding/thinplating/dark{ + dir = 1 + }, +/turf/open/floor/plasteel/patterned/brushed, +/area/ship/medical) +"XD" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/obj/machinery/light/small/directional/west, +/obj/effect/turf_decal/siding/thinplating{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/opaque/yellow/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/vending/snack/random, +/turf/open/floor/plasteel/patterned/grid, +/area/ship/hallway/central) +"XG" = ( +/obj/machinery/power/port_gen/pacman, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/structure/catwalk/over/plated_catwalk/dark, +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ship/maintenance/port) +"XO" = ( +/obj/structure/closet/secure_closet/freezer{ + anchored = 1; + locked = 0; + name = "fridge" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/obj/effect/spawner/lootdrop/donkpockets, +/obj/effect/spawner/lootdrop/donkpockets, +/obj/item/storage/cans/sixbeer, +/obj/item/reagent_containers/food/snacks/carneburrito, +/obj/effect/turf_decal/corner/opaque/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/brown{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ship/crew/office) +"Yd" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/opaque/yellow/line{ + dir = 4 + }, +/turf/open/floor/plasteel/patterned/grid, +/area/ship/hallway/central) +"Yn" = ( +/obj/machinery/power/smes/shuttle/precharged{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/turf_decal/industrial/warning/fulltile, +/obj/machinery/door/poddoor{ + dir = 4; + id = "vaquero_starboard" + }, +/turf/open/floor/engine/hull/reinforced, +/area/ship/maintenance/starboard) +"YA" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/telecomms/relay/preset/mining{ + autolinkers = list("relay","hub"); + freq_listening = list(1347); + id = "IRMG Relay"; + name = "IRMG Relay"; + network = "irmg_commnet" + }, +/obj/structure/sign/poster/contraband/hacking_guide{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/tech, +/area/ship/maintenance/port) +"YB" = ( +/obj/machinery/light/small/directional/west, +/obj/effect/turf_decal/corner/opaque/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/brown{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/brown{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table, +/obj/item/storage/box/cups{ + pixel_y = 10 + }, +/turf/open/floor/plasteel/dark, +/area/ship/crew/office) +"Zh" = ( +/obj/effect/turf_decal/industrial/traffic/corner{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/sign/warning/incident{ + pixel_y = -30 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/patterned, +/area/ship/cargo) +"Zi" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/machinery/button/door{ + id = "vaquero_starboard"; + name = "Thruster Shield Control"; + pixel_x = 4; + pixel_y = 20 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ship/maintenance/starboard) +"Zt" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/opaque/yellow/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/patterned/grid, +/area/ship/hallway/central) +"Zv" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/effect/turf_decal/siding/thinplating/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/opaque/yellow/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/patterned/grid, +/area/ship/hallway/central) +"Zw" = ( +/obj/machinery/microwave, +/obj/structure/table/reinforced, +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/corner/opaque/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/brown{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/yellow, +/obj/structure/sign/poster/contraband/space_up{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ship/crew/office) +"ZA" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/light_switch{ + dir = 1; + pixel_x = 5; + pixel_y = -20 + }, +/obj/structure/extinguisher_cabinet/directional/south{ + pixel_x = -6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/grimy, +/area/ship/crew) +"ZF" = ( +/obj/structure/table/reinforced, +/obj/item/folder/syndicate{ + desc = "A slick black folder stamped 'Property of Inteq Risk Management Group.'"; + name = "folder"; + pixel_x = 5 + }, +/obj/item/stamp/law{ + name = "master at arms' rubber stamp"; + pixel_x = 5 + }, +/obj/item/table_bell{ + pixel_x = -4; + pixel_y = 13 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ship/security) + +(1,1,1) = {" +ww +ww +ww +ww +ww +Hp +ww +ww +ww +vg +ww +ww +to +ww +ww +ww +ww +ww +"} +(2,1,1) = {" +Hn +Vk +Vk +Hn +ww +ox +ww +SW +gt +xZ +SW +ww +ox +ww +Qy +Ds +Ds +Qy +"} +(3,1,1) = {" +Hn +Rg +bn +Hn +ww +ox +ww +gt +iz +pi +gt +ww +ox +ww +Qy +Yn +ko +Qy +"} +(4,1,1) = {" +Hn +qy +dy +Hn +Nx +Nx +Nx +gt +Mu +st +gt +bz +bz +Qy +Qy +Zi +JL +Qy +"} +(5,1,1) = {" +Hn +XG +Re +Pp +Nx +KR +BX +gt +gt +yg +gt +uy +IN +Qy +JB +BV +gl +Qy +"} +(6,1,1) = {" +Hn +YA +Fc +zM +Nx +hn +Ly +gt +XD +ON +gt +jP +ri +Qy +Ha +JC +lt +Qy +"} +(7,1,1) = {" +Hn +Kr +iy +Hn +Nx +uR +Nx +gt +fl +aj +gt +fc +vV +Qy +jw +IX +bi +Qy +"} +(8,1,1) = {" +Cq +Hn +Bc +NV +jK +Zt +Ow +Rz +zR +QH +gt +Bu +eC +wU +lU +CA +Qy +bt +"} +(9,1,1) = {" +ww +Cq +Hn +Hn +fr +Ny +Es +yd +ro +Am +gt +bz +Fu +Qy +Qy +Qy +bt +ww +"} +(10,1,1) = {" +ww +ww +ui +gt +Ti +pe +xj +pM +dO +Zv +jO +jO +Cs +jV +gt +ui +ww +ww +"} +(11,1,1) = {" +ww +ww +WH +yQ +bC +hH +yI +vU +VT +Yd +sm +qQ +CD +Lt +yQ +Ms +ww +ww +"} +(12,1,1) = {" +qC +VN +VN +VN +UV +VN +Ul +Ul +Ul +Ul +Ul +Ul +Gq +zY +Gq +Gq +Gq +EX +"} +(13,1,1) = {" +VN +YB +Pi +Fk +MF +RF +Ul +oX +gY +mu +hM +Ul +jI +Ie +GB +Ur +RU +Gq +"} +(14,1,1) = {" +Sc +Ax +ie +ec +lr +FK +Ul +Iy +In +qe +VI +Ul +VD +Ag +Gq +GQ +Uf +LB +"} +(15,1,1) = {" +Sc +XO +Rq +fk +Ph +Je +Xb +pZ +rD +xx +jB +Ul +sS +bu +Gq +tx +jg +LB +"} +(16,1,1) = {" +VN +Zw +Xh +PC +iu +Aw +Ul +zO +Mq +TK +TQ +Ul +rA +ZA +Gq +jE +bL +Gq +"} +(17,1,1) = {" +Td +VN +VN +VN +aw +VN +Ul +zg +zg +zg +zg +Ul +te +id +te +Gq +Gq +xX +"} +(18,1,1) = {" +ww +ox +Eh +lm +fV +Me +IY +Dh +Dh +Dh +uB +wZ +Az +NR +iL +te +ox +ww +"} +(19,1,1) = {" +ww +ox +QJ +gC +mR +HS +uq +Ky +zj +Jl +kh +te +hN +oZ +ba +pl +ox +ww +"} +(20,1,1) = {" +ww +Hp +gA +Tn +mR +GI +LQ +vN +Tc +fC +BT +te +ce +ZF +EB +vo +to +ww +"} +(21,1,1) = {" +ww +ww +QJ +kW +mR +wI +bq +vN +WM +wy +gp +te +gh +CQ +Bl +oQ +ww +ww +"} +(22,1,1) = {" +ww +ww +xy +mE +RX +bg +zr +if +dq +dq +Zh +te +Ci +Jc +DP +vo +ww +ww +"} +(23,1,1) = {" +ww +ww +nm +lo +Ex +lo +lo +LW +Cl +Cl +Pn +te +te +OK +te +fJ +ww +ww +"} +(24,1,1) = {" +ww +ww +ww +lo +Xo +PD +lo +qE +zG +gO +Bj +te +Hw +fI +te +ww +ww +ww +"} +(25,1,1) = {" +ww +ww +ww +lo +HN +lL +lo +Wd +mY +vT +Xi +te +eL +Db +te +ww +ww +ww +"} +(26,1,1) = {" +ww +ww +ww +vd +lo +lo +lo +ww +ww +ww +ww +te +te +te +zP +ww +ww +ww +"} diff --git a/_maps/shuttles/shiptest/minutemen_asclepius.dmm b/_maps/shuttles/shiptest/minutemen_asclepius.dmm index f36449b59e5c..787be58f3cd0 100644 --- a/_maps/shuttles/shiptest/minutemen_asclepius.dmm +++ b/_maps/shuttles/shiptest/minutemen_asclepius.dmm @@ -1320,6 +1320,11 @@ /obj/structure/cable{ icon_state = "0-8" }, +/obj/machinery/light_switch{ + dir = 1; + pixel_x = -12; + pixel_y = -17 + }, /turf/open/floor/plasteel, /area/ship/crew/office) "op" = ( @@ -1585,6 +1590,11 @@ /obj/structure/sign/poster/official/moth/hardhats{ pixel_x = 32 }, +/obj/machinery/light_switch{ + dir = 1; + pixel_x = -12; + pixel_y = -16 + }, /turf/open/floor/plasteel/tech/techmaint, /area/ship/engineering) "rw" = ( @@ -2786,9 +2796,7 @@ /obj/structure/table/reinforced{ color = "#c1b6a5" }, -/obj/machinery/photocopier/faxmachine/longrange{ - department = "Internal Affairs" - }, +/obj/machinery/fax, /turf/open/floor/plasteel/dark, /area/ship/bridge) "BQ" = ( @@ -3641,6 +3649,10 @@ /obj/structure/cable{ icon_state = "0-4" }, +/obj/machinery/light_switch{ + pixel_x = -13; + pixel_y = 22 + }, /turf/open/floor/wood, /area/ship/crew) "Im" = ( @@ -4947,6 +4959,11 @@ /obj/machinery/camera/autoname{ dir = 8 }, +/obj/machinery/light_switch{ + dir = 1; + pixel_x = -12; + pixel_y = -17 + }, /turf/open/floor/plasteel/dark{ icon_state = "grid" }, diff --git a/_maps/shuttles/shiptest/minutemen_cepheus.dmm b/_maps/shuttles/shiptest/minutemen_cepheus.dmm index c16cab1ddd4b..1dccb53e3a46 100644 --- a/_maps/shuttles/shiptest/minutemen_cepheus.dmm +++ b/_maps/shuttles/shiptest/minutemen_cepheus.dmm @@ -66,13 +66,13 @@ dir = 1 }, /obj/machinery/light/directional/east, -/obj/machinery/light_switch{ - pixel_x = -8; - pixel_y = 22 - }, /obj/machinery/firealarm/directional/north{ pixel_x = 3 }, +/obj/machinery/light_switch{ + pixel_x = -10; + pixel_y = 23 + }, /turf/open/floor/plasteel/dark, /area/ship/engineering/atmospherics) "bh" = ( @@ -171,8 +171,10 @@ }, /turf/open/floor/plasteel/tech/grid, /area/ship/science/robotics) -"cj" = ( -/obj/machinery/porta_turret/ship/ballistic, +"cl" = ( +/obj/machinery/porta_turret/ship/ballistic{ + dir = 5 + }, /turf/closed/wall/mineral/plastitanium/nodiagonal, /area/ship/engineering/atmospherics) "cF" = ( @@ -282,6 +284,11 @@ /obj/structure/cable{ icon_state = "0-4" }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -19; + pixel_y = 12 + }, /turf/open/floor/plasteel/tech, /area/ship/security) "dq" = ( @@ -399,6 +406,10 @@ /obj/structure/cable{ icon_state = "0-8" }, +/obj/machinery/light_switch{ + pixel_x = -12; + pixel_y = 23 + }, /turf/open/floor/carpet/royalblue, /area/ship/crew/dorm) "eW" = ( @@ -792,6 +803,18 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel/telecomms_floor, /area/ship/science/robotics) +"iM" = ( +/obj/machinery/porta_turret/ship/ballistic{ + dir = 9 + }, +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ship/engineering/atmospherics) +"jl" = ( +/obj/machinery/porta_turret/ship/ballistic{ + dir = 6 + }, +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ship/security) "jp" = ( /obj/effect/turf_decal/techfloor, /obj/effect/turf_decal/techfloor/hole, @@ -812,6 +835,30 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/dark, /area/ship/cargo) +"jK" = ( +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/light_switch{ + pixel_x = -10; + pixel_y = 23 + }, +/obj/structure/closet/crate/science, +/obj/item/storage/box/stockparts/t2{ + pixel_x = -5; + pixel_y = 2 + }, +/obj/effect/spawner/lootdrop/maintenance/three, +/obj/item/survey_handheld{ + pixel_x = 7 + }, +/obj/item/clothing/glasses/science{ + pixel_x = -2; + pixel_y = -6 + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/plasteel/tech/grid, +/area/ship/cargo) "jR" = ( /obj/structure/railing{ dir = 1; @@ -1811,6 +1858,10 @@ /obj/structure/cable{ icon_state = "0-2" }, +/obj/machinery/light_switch{ + pixel_y = 23; + pixel_x = -12 + }, /turf/open/floor/plasteel/dark, /area/ship/science/robotics) "tH" = ( @@ -2872,6 +2923,11 @@ dir = 4 }, /obj/structure/cable, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -20; + pixel_y = 12 + }, /turf/open/floor/plasteel/tech, /area/ship/bridge) "Fm" = ( @@ -3516,6 +3572,11 @@ /obj/structure/cable{ icon_state = "0-4" }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -19; + pixel_y = 12 + }, /turf/open/floor/plasteel/tech, /area/ship/engineering/electrical) "Mj" = ( @@ -3932,7 +3993,7 @@ /obj/structure/table/reinforced{ color = "#c1b6a5" }, -/obj/machinery/photocopier/faxmachine/longrange, +/obj/machinery/fax, /obj/effect/turf_decal/spline/fancy/opaque/black{ dir = 8 }, @@ -4142,6 +4203,12 @@ /obj/effect/decal/cleanable/robot_debris, /turf/open/floor/plasteel/tech, /area/ship/engineering/electrical) +"SQ" = ( +/obj/machinery/porta_turret/ship/ballistic{ + dir = 10 + }, +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ship/engineering/electrical) "Tu" = ( /obj/effect/turf_decal/techfloor{ dir = 4 diff --git a/_maps/shuttles/shiptest/minutemen_corvus.dmm b/_maps/shuttles/shiptest/minutemen_corvus.dmm index 98b8b9a500dd..edcdbd0fe6ea 100644 --- a/_maps/shuttles/shiptest/minutemen_corvus.dmm +++ b/_maps/shuttles/shiptest/minutemen_corvus.dmm @@ -274,6 +274,11 @@ /obj/structure/cable{ icon_state = "0-2" }, +/obj/machinery/light_switch{ + pixel_x = 19; + dir = 8; + pixel_y = 11 + }, /turf/open/floor/plasteel/tech, /area/ship/security) "gj" = ( @@ -868,6 +873,9 @@ icon_state = "4-8" }, /obj/effect/landmark/observer_start, +/obj/machinery/light_switch{ + pixel_y = 23 + }, /turf/open/floor/carpet/nanoweave, /area/ship/hallway/central) "rk" = ( @@ -949,6 +957,10 @@ /obj/structure/cable{ icon_state = "4-8" }, +/obj/machinery/light_switch{ + pixel_x = -12; + pixel_y = 23 + }, /turf/open/floor/wood, /area/ship/crew) "sL" = ( @@ -1434,6 +1446,10 @@ pixel_x = 6; pixel_y = -4 }, +/obj/machinery/light_switch{ + pixel_x = -12; + pixel_y = 23 + }, /turf/open/floor/plasteel/tech/techmaint, /area/ship/engineering) "Cr" = ( @@ -1567,6 +1583,12 @@ }, /turf/open/floor/plasteel/patterned/ridged, /area/ship/cargo) +"EW" = ( +/obj/machinery/porta_turret/ship/ballistic{ + dir = 9 + }, +/turf/closed/wall/mineral/plastitanium, +/area/ship/engineering) "Fa" = ( /obj/effect/turf_decal/techfloor{ dir = 5 @@ -1710,7 +1732,9 @@ /turf/open/floor/plasteel/tech/techmaint, /area/ship/engineering) "Gu" = ( -/obj/machinery/porta_turret/ship/ballistic, +/obj/machinery/porta_turret/ship/ballistic{ + dir = 5 + }, /turf/closed/wall/mineral/plastitanium, /area/ship/bridge) "Gv" = ( @@ -1924,6 +1948,11 @@ /obj/item/storage/pill_bottle/iron, /obj/item/storage/pill_bottle/charcoal, /obj/structure/extinguisher_cabinet/directional/east, +/obj/machinery/light_switch{ + pixel_x = 19; + dir = 8; + pixel_y = 11 + }, /turf/open/floor/plasteel/patterned, /area/ship/cargo) "Lq" = ( @@ -2495,6 +2524,11 @@ /obj/structure/cable{ icon_state = "0-1" }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -19; + pixel_y = 12 + }, /turf/open/floor/plasteel/stairs{ dir = 1; icon = 'icons/obj/stairs.dmi' @@ -2682,7 +2716,9 @@ /turf/open/floor/carpet/nanoweave, /area/ship/hallway/central) "YT" = ( -/obj/machinery/porta_turret/ship/ballistic, +/obj/machinery/porta_turret/ship/ballistic{ + dir = 10 + }, /turf/closed/wall/mineral/plastitanium, /area/ship/engineering) "Zh" = ( @@ -2690,7 +2726,7 @@ /obj/effect/turf_decal/techfloor{ dir = 6 }, -/obj/machinery/photocopier/faxmachine/longrange, +/obj/machinery/fax, /turf/open/floor/plasteel/tech, /area/ship/bridge) "Zt" = ( @@ -2769,7 +2805,7 @@ bA bA bA bA -YT +EW IX WY iJ diff --git a/_maps/shuttles/shiptest/minutemen_vela.dmm b/_maps/shuttles/shiptest/minutemen_vela.dmm index 8f6580229f1b..037e1d33c1bb 100644 --- a/_maps/shuttles/shiptest/minutemen_vela.dmm +++ b/_maps/shuttles/shiptest/minutemen_vela.dmm @@ -690,6 +690,11 @@ dir = 8; pixel_x = 1 }, +/obj/machinery/light_switch{ + dir = 1; + pixel_y = -16; + pixel_x = -13 + }, /turf/open/floor/plasteel/dark, /area/ship/hallway/central) "eB" = ( @@ -707,6 +712,11 @@ "eI" = ( /obj/machinery/power/apc/auto_name/directional/south, /obj/structure/cable, +/obj/machinery/light_switch{ + dir = 1; + pixel_x = -12; + pixel_y = -16 + }, /turf/open/floor/plasteel/grimy, /area/ship/crew/dorm) "eJ" = ( @@ -1111,7 +1121,7 @@ layer = 2.8 }, /turf/open/floor/plasteel/tech/grid, -/area/ship/crew/cryo) +/area/ship/crew/dorm) "hm" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, @@ -1261,7 +1271,7 @@ dir = 4 }, /turf/open/floor/plasteel/tech/grid, -/area/ship/crew/cryo) +/area/ship/crew/dorm) "ib" = ( /obj/structure/extinguisher_cabinet/directional/west, /obj/effect/turf_decal/industrial/hatch/yellow, @@ -1474,6 +1484,11 @@ /obj/effect/turf_decal/spline/fancy/opaque/black{ dir = 4 }, +/obj/machinery/light_switch{ + dir = 1; + pixel_x = -12; + pixel_y = -16 + }, /turf/open/floor/plasteel/dark, /area/ship/science) "jm" = ( @@ -1783,6 +1798,10 @@ /obj/structure/cable{ icon_state = "4-8" }, +/obj/machinery/light_switch{ + dir = 1; + pixel_y = -18 + }, /turf/open/floor/wood, /area/ship/hallway/fore) "kF" = ( @@ -1880,6 +1899,10 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 8 }, +/obj/machinery/light_switch{ + dir = 1; + pixel_y = -18 + }, /turf/open/floor/wood, /area/ship/crew/office) "lk" = ( @@ -1915,9 +1938,6 @@ }, /turf/open/floor/plasteel/dark, /area/ship/hangar/port) -"lq" = ( -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ship/crew/cryo) "lr" = ( /obj/structure/window/reinforced, /obj/effect/turf_decal/steeldecal/steel_decals4{ @@ -2242,7 +2262,7 @@ }, /obj/item/radio/intercom/directional/south, /turf/open/floor/plasteel/tech/grid, -/area/ship/crew/cryo) +/area/ship/crew/dorm) "nn" = ( /obj/structure/sign/minutemen, /turf/closed/wall/mineral/plastitanium/nodiagonal, @@ -2808,7 +2828,7 @@ /obj/item/radio, /obj/item/radio, /turf/open/floor/plasteel/tech, -/area/ship/crew/cryo) +/area/ship/crew/dorm) "qy" = ( /obj/machinery/door/poddoor/preopen{ id = "obhangarent2" @@ -3238,6 +3258,10 @@ }, /obj/effect/decal/cleanable/generic, /obj/machinery/light/small/directional/west, +/obj/machinery/light_switch{ + dir = 1; + pixel_y = -18 + }, /turf/open/floor/plating, /area/ship/storage) "sb" = ( @@ -4064,6 +4088,10 @@ }, /obj/effect/turf_decal/techfloor, /obj/effect/decal/cleanable/dirt, +/obj/machinery/light_switch{ + dir = 1; + pixel_y = -20 + }, /turf/open/floor/plasteel/dark, /area/ship/hangar/port) "wA" = ( @@ -4744,6 +4772,10 @@ dir = 8 }, /obj/structure/catwalk/over/plated_catwalk/dark, +/obj/machinery/light_switch{ + dir = 1; + pixel_y = -20 + }, /turf/open/floor/plating, /area/ship/engineering) "zX" = ( @@ -4779,6 +4811,11 @@ pixel_x = 10; pixel_y = 7 }, +/obj/machinery/light_switch{ + pixel_x = 11; + dir = 1; + pixel_y = -16 + }, /turf/open/floor/plasteel/tech, /area/ship/bridge) "Ae" = ( @@ -4985,7 +5022,7 @@ dir = 4 }, /turf/open/floor/plasteel/tech, -/area/ship/crew/cryo) +/area/ship/crew/dorm) "Bq" = ( /obj/effect/turf_decal/spline/fancy/opaque/black{ dir = 1 @@ -5014,6 +5051,11 @@ }, /obj/effect/turf_decal/steeldecal/steel_decals7, /obj/structure/cable, +/obj/machinery/light_switch{ + pixel_x = 11; + dir = 1; + pixel_y = -16 + }, /turf/open/floor/plasteel/dark, /area/ship/crew/toilet) "BB" = ( @@ -5296,7 +5338,7 @@ }, /obj/item/radio/intercom/directional/west, /turf/open/floor/plasteel/tech/grid, -/area/ship/crew/cryo) +/area/ship/crew/dorm) "CS" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 4 @@ -5806,7 +5848,7 @@ "FK" = ( /obj/machinery/airalarm/directional/south, /obj/structure/table/reinforced, -/obj/machinery/photocopier/faxmachine/longrange, +/obj/machinery/fax, /turf/open/floor/plasteel/tech, /area/ship/bridge) "FN" = ( @@ -6032,7 +6074,7 @@ dir = 8 }, /turf/open/floor/plasteel/tech, -/area/ship/crew/cryo) +/area/ship/crew/dorm) "GS" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/dirt, @@ -7445,6 +7487,10 @@ dir = 8 }, /obj/machinery/light/small/directional/north, +/obj/machinery/light_switch{ + pixel_x = -8; + pixel_y = 22 + }, /turf/open/floor/plasteel/tech, /area/ship/security/armory) "OM" = ( @@ -8006,7 +8052,7 @@ dir = 8 }, /turf/open/floor/plasteel/tech, -/area/ship/crew/cryo) +/area/ship/crew/dorm) "RQ" = ( /obj/structure/chair/office{ dir = 4 @@ -8306,6 +8352,11 @@ }, /obj/machinery/power/apc/auto_name/directional/west, /obj/effect/turf_decal/siding/wood/corner, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -20; + pixel_y = 12 + }, /turf/open/floor/wood, /area/ship/crew/canteen) "Ts" = ( @@ -8822,7 +8873,7 @@ layer = 2.8 }, /turf/open/floor/plasteel/tech/grid, -/area/ship/crew/cryo) +/area/ship/crew/dorm) "Wt" = ( /obj/effect/turf_decal/industrial/outline/yellow, /obj/structure/cable{ @@ -9287,6 +9338,11 @@ /obj/structure/cable{ icon_state = "1-2" }, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 20; + pixel_y = 0 + }, /turf/open/floor/plasteel/tech/techmaint, /area/ship/science/ai_chamber) "YP" = ( @@ -9415,7 +9471,7 @@ dir = 4 }, /turf/open/floor/plasteel/tech, -/area/ship/crew/cryo) +/area/ship/crew/dorm) "Zo" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /obj/effect/turf_decal/siding/wood{ @@ -9463,6 +9519,22 @@ /obj/machinery/light/small/directional/north, /turf/open/floor/plasteel/grimy, /area/ship/crew/dorm) +"ZX" = ( +/obj/effect/turf_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light_switch{ + dir = 1; + pixel_y = -20 + }, +/turf/open/floor/wood, +/area/ship/crew) (1,1,1) = {" We @@ -10275,12 +10347,12 @@ Hy qB dZ We -lq -lq +Ae +Ae Zn -lq -lq -lq +Ae +Ae +Ae yd Xv YV @@ -10317,12 +10389,12 @@ zR dZ dZ eQ -lq +Ae CO GO qm hX -lq +Ae fr xc jS @@ -10359,12 +10431,12 @@ qO dZ We We -lq +Ae Wr Bn RP -lq -lq +Ae +Ae zX zX hD @@ -10401,11 +10473,11 @@ Gl dZ xT xT -lq -lq +Ae +Ae hk ni -lq +Ae ID zX RQ @@ -10443,11 +10515,11 @@ iV nP SR SR -lq -lq -lq -lq -lq +Ae +Ae +Ae +Ae +Ae RG zX XC @@ -10866,7 +10938,7 @@ eQ cV BX pk -ww +ZX cV dp ug diff --git a/_maps/shuttles/shiptest/nanotrasen_delta.dmm b/_maps/shuttles/shiptest/nanotrasen_delta.dmm index 2fd9dce21b3b..1acaef15ba66 100644 --- a/_maps/shuttles/shiptest/nanotrasen_delta.dmm +++ b/_maps/shuttles/shiptest/nanotrasen_delta.dmm @@ -216,6 +216,22 @@ }, /turf/open/floor/plating, /area/ship/cargo) +"aW" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 4 + }, +/obj/structure/closet/wardrobe/robotics_black, +/obj/item/clothing/under/rank/rnd/roboticist, +/obj/item/clothing/under/rank/rnd/roboticist/skirt, +/obj/item/clothing/under/rank/rnd/roboticist, +/obj/item/clothing/under/rank/rnd/roboticist/skirt, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/plasteel, +/area/ship/crew) "aZ" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/structure/cable{ @@ -1242,7 +1258,7 @@ /obj/item/folder/yellow, /obj/item/radio/intercom/directional/east, /obj/item/paper/fluff{ - info = "As a reminder, older ore processing lines may come unlinked from their control terminals. In such cases simply use a multitool to restore the data link."; + default_raw_text = "As a reminder, older ore processing lines may come unlinked from their control terminals. In such cases simply use a multitool to restore the data link."; name = "Memo - Processor Reliability" }, /obj/item/multitool{ @@ -1281,23 +1297,12 @@ /obj/structure/catwalk/over, /turf/open/floor/plating, /area/ship/engineering) -"jD" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "0-8" +"jH" = ( +/obj/machinery/porta_turret/ship/weak{ + dir = 9 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/obj/structure/catwalk/over, -/turf/open/floor/plating, -/area/ship/engineering) +/turf/closed/wall/mineral/titanium, +/area/ship/bridge) "kn" = ( /obj/machinery/light/small/built/directional/north, /obj/effect/decal/cleanable/dirt/dust, @@ -1600,24 +1605,6 @@ /obj/effect/turf_decal/corner/opaque/blue/bordercorner, /turf/open/floor/plasteel, /area/ship/hallway/port) -"qC" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/effect/turf_decal/corner/opaque/blue{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/blue{ - dir = 4 - }, -/obj/structure/closet/wardrobe/robotics_black, -/obj/item/clothing/under/suit/senior_roboticist, -/obj/item/clothing/under/suit/senior_roboticist/skirt, -/obj/item/clothing/under/rank/rnd/roboticist/biomech_engineer, -/obj/item/clothing/under/rank/rnd/roboticist/biomech_engineer/skirt, -/obj/item/clothing/under/rank/rnd/roboticist/mech_engineer, -/obj/item/clothing/under/rank/rnd/roboticist/mech_engineer/skirt, -/obj/structure/extinguisher_cabinet/directional/north, -/turf/open/floor/plasteel, -/area/ship/crew) "qY" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, /obj/effect/turf_decal/corner/opaque/brown{ @@ -1818,6 +1805,28 @@ /obj/item/borg/upgrade/modkit/cooldown/minebot, /turf/open/floor/pod/dark, /area/ship/cargo) +"wk" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/obj/structure/catwalk/over, +/obj/machinery/light_switch{ + pixel_x = 19; + dir = 8; + pixel_y = 11 + }, +/turf/open/floor/plating, +/area/ship/engineering) "ww" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/machinery/airalarm/directional/south, @@ -2670,6 +2679,32 @@ /obj/machinery/vending/coffee, /turf/open/floor/plasteel/dark, /area/ship/hallway/central) +"Wf" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/obj/machinery/camera, +/obj/machinery/light/small/directional/north, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/table, +/obj/item/mmi/posibrain{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/item/mmi/posibrain{ + pixel_x = 5 + }, +/obj/item/survey_handheld{ + pixel_x = -6 + }, +/turf/open/floor/plasteel/white, +/area/ship/science/robotics) +"WG" = ( +/obj/machinery/porta_turret/ship/weak{ + dir = 4 + }, +/turf/closed/wall/mineral/titanium, +/area/ship/bridge) "WX" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ dir = 1 @@ -2785,6 +2820,12 @@ }, /turf/open/floor/plating, /area/ship/science/robotics) +"YZ" = ( +/obj/machinery/porta_turret/ship/weak{ + dir = 10 + }, +/turf/closed/wall/mineral/titanium, +/area/ship/bridge) "Zi" = ( /obj/structure/cable{ icon_state = "4-8" @@ -2913,7 +2954,7 @@ tr cz cD dF -jD +wk jw nY cO @@ -2944,7 +2985,7 @@ aa "} (7,1,1) = {" aa -cM +jH ai ai AW @@ -2960,7 +3001,7 @@ cP AW ai ai -cM +YZ "} (8,1,1) = {" aa @@ -2996,7 +3037,7 @@ ch cp ff ce -qC +aW dh WX Jt @@ -3344,23 +3385,23 @@ HJ "} (27,1,1) = {" aa -cM +WG ab aK qe bd ab -cM +WG aa aa aa -cM +WG HJ DS TK QR HJ -cM +WG "} (28,1,1) = {" aa diff --git a/_maps/shuttles/shiptest/nanotrasen_gecko.dmm b/_maps/shuttles/shiptest/nanotrasen_gecko.dmm index 37668fa5e4b3..bba93f324f62 100644 --- a/_maps/shuttles/shiptest/nanotrasen_gecko.dmm +++ b/_maps/shuttles/shiptest/nanotrasen_gecko.dmm @@ -50,6 +50,11 @@ dir = 6 }, /obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 20; + pixel_y = 11 + }, /turf/open/floor/plasteel/tech/techmaint, /area/ship/engineering/engine) "az" = ( @@ -158,6 +163,10 @@ icon_state = "0-8" }, /obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light_switch{ + pixel_y = 21; + pixel_x = -12 + }, /turf/open/floor/plating, /area/ship/bridge) "bw" = ( @@ -539,6 +548,11 @@ }, /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light_switch{ + dir = 1; + pixel_x = 11; + pixel_y = -16 + }, /turf/open/floor/plating, /area/ship/hallway/central) "eI" = ( @@ -1177,6 +1191,10 @@ icon_state = "0-4" }, /obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light_switch{ + pixel_x = 11; + pixel_y = 22 + }, /turf/open/floor/plating, /area/ship/crew) "lW" = ( @@ -1259,6 +1277,10 @@ icon_state = "0-8" }, /obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light_switch{ + pixel_x = 11; + pixel_y = 23 + }, /turf/open/floor/plating, /area/ship/maintenance/starboard) "mN" = ( @@ -1566,6 +1588,11 @@ /obj/structure/cable{ icon_state = "0-4" }, +/obj/machinery/light_switch{ + dir = 4; + pixel_y = 12; + pixel_x = -20 + }, /turf/open/floor/plating, /area/ship/maintenance/fore) "qp" = ( @@ -1890,6 +1917,11 @@ }, /obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/cobweb, +/obj/machinery/light_switch{ + dir = 4; + pixel_y = 12; + pixel_x = -20 + }, /turf/open/floor/plating, /area/ship/engineering/atmospherics) "td" = ( @@ -2108,6 +2140,10 @@ }, /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light_switch{ + pixel_x = 11; + pixel_y = 23 + }, /turf/open/floor/plating, /area/ship/cargo/starboard) "vz" = ( @@ -2451,9 +2487,7 @@ /turf/open/floor/plasteel/patterned, /area/ship/cargo/starboard) "yX" = ( -/obj/structure/sign/number/two{ - dir = 1 - }, +/obj/structure/sign/number/two, /turf/closed/wall, /area/ship/cargo/starboard) "zc" = ( @@ -3206,6 +3240,11 @@ }, /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light_switch{ + dir = 1; + pixel_x = 11; + pixel_y = -16 + }, /turf/open/floor/plating, /area/ship/cargo/starboard) "GQ" = ( @@ -3386,6 +3425,11 @@ /obj/effect/turf_decal/siding/yellow{ dir = 5 }, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 20; + pixel_y = 11 + }, /turf/open/floor/plasteel/tech/techmaint, /area/ship/hallway/aft) "In" = ( @@ -3530,7 +3574,7 @@ /area/ship/maintenance/fore) "JV" = ( /obj/structure/table/reinforced, -/obj/machinery/photocopier/faxmachine/longrange, +/obj/machinery/fax, /obj/structure/sign/poster/retro/random{ pixel_y = 32 }, @@ -3557,7 +3601,9 @@ /turf/open/floor/plasteel/tech, /area/ship/engineering/atmospherics) "Kc" = ( -/obj/structure/sign/number/one, +/obj/structure/sign/number/one{ + dir = 1 + }, /turf/closed/wall, /area/ship/cargo/port) "Kd" = ( @@ -4010,6 +4056,10 @@ /obj/structure/cable{ icon_state = "0-2" }, +/obj/machinery/light_switch{ + pixel_x = 11; + pixel_y = 22 + }, /turf/open/floor/plating, /area/ship/crew/toilet) "PF" = ( @@ -4659,6 +4709,11 @@ }, /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light_switch{ + pixel_x = 11; + dir = 1; + pixel_y = -16 + }, /turf/open/floor/plating, /area/ship/maintenance/port) "VE" = ( diff --git a/_maps/shuttles/shiptest/nanotrasen_mimir.dmm b/_maps/shuttles/shiptest/nanotrasen_mimir.dmm index 771e62dbf659..a7e2a5042350 100644 --- a/_maps/shuttles/shiptest/nanotrasen_mimir.dmm +++ b/_maps/shuttles/shiptest/nanotrasen_mimir.dmm @@ -4805,7 +4805,7 @@ /obj/structure/window/reinforced/tinted/frosted{ dir = 8 }, -/obj/item/bedsheet/random, +/obj/item/bedsheet/dorms, /obj/structure/curtain/cloth/grey, /obj/machinery/light_switch{ dir = 8; diff --git a/_maps/shuttles/shiptest/nanotrasen_osprey.dmm b/_maps/shuttles/shiptest/nanotrasen_osprey.dmm index 7d9be9ebbdb2..27564870d7a9 100644 --- a/_maps/shuttles/shiptest/nanotrasen_osprey.dmm +++ b/_maps/shuttles/shiptest/nanotrasen_osprey.dmm @@ -436,6 +436,11 @@ /obj/structure/cable{ icon_state = "2-8" }, +/obj/machinery/light_switch{ + pixel_x = 20; + dir = 8; + pixel_y = 0 + }, /turf/open/floor/plasteel, /area/ship/hallway/central) "dm" = ( @@ -2438,6 +2443,10 @@ icon_state = "2-8" }, /obj/machinery/camera/autoname, +/obj/machinery/light_switch{ + pixel_x = 11; + pixel_y = 23 + }, /turf/open/floor/plasteel/patterned/grid, /area/ship/engineering) "pT" = ( @@ -2949,9 +2958,7 @@ /area/ship/science) "tc" = ( /obj/structure/table/reinforced, -/obj/machinery/photocopier/faxmachine/longrange{ - department = "Internal Affairs" - }, +/obj/machinery/fax, /obj/effect/turf_decal/corner/opaque/ntblue, /obj/effect/turf_decal/corner/opaque/ntblue{ dir = 4 @@ -3426,7 +3433,7 @@ dir = 1 }, /obj/machinery/light_switch{ - pixel_x = -5; + pixel_x = -11; pixel_y = 24 }, /turf/open/floor/plasteel/dark, @@ -3671,6 +3678,13 @@ }, /turf/open/floor/plasteel/white, /area/ship/medical) +"xE" = ( +/obj/machinery/light_switch{ + dir = 1; + pixel_y = -16 + }, +/turf/open/floor/plasteel/dark, +/area/ship/science/ai_chamber) "xF" = ( /obj/effect/turf_decal/corner/opaque/green{ dir = 4 @@ -4283,6 +4297,11 @@ /obj/structure/disposalpipe/segment, /obj/structure/closet/emcloset/anchored, /obj/machinery/firealarm/directional/west, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -20; + pixel_y = 10 + }, /turf/open/floor/plasteel, /area/ship/cargo) "Bp" = ( @@ -4617,6 +4636,11 @@ dir = 5 }, /obj/machinery/power/apc/auto_name/directional/east, +/obj/machinery/light_switch{ + pixel_x = 20; + dir = 8; + pixel_y = 11 + }, /turf/open/floor/wood, /area/ship/crew/canteen) "DE" = ( @@ -4726,6 +4750,11 @@ /obj/item/storage/belt/medical, /obj/item/clothing/glasses/hud/health, /obj/machinery/power/apc/auto_name/directional/west, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -19; + pixel_y = 12 + }, /turf/open/floor/plasteel/white, /area/ship/medical) "Ek" = ( @@ -6839,6 +6868,11 @@ /obj/item/megaphone/cargo, /obj/item/clothing/head/safety_helmet, /obj/machinery/power/apc/auto_name/directional/south, +/obj/machinery/light_switch{ + dir = 1; + pixel_x = -8; + pixel_y = -16 + }, /turf/open/floor/plasteel, /area/ship/cargo/office) "SK" = ( @@ -8266,7 +8300,7 @@ ui cI cI yC -cI +xE VV hj vD diff --git a/_maps/shuttles/shiptest/nanotrasen_powerrangers.dmm b/_maps/shuttles/shiptest/nanotrasen_powerrangers.dmm deleted file mode 100644 index ff32ffb0e011..000000000000 --- a/_maps/shuttles/shiptest/nanotrasen_powerrangers.dmm +++ /dev/null @@ -1,7439 +0,0 @@ -//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"ab" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/structure/cable/cyan{ - icon_state = "4-8" - }, -/obj/structure/cable/cyan{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/corner/opaque/orange{ - dir = 10 - }, -/obj/machinery/light_switch{ - dir = 1; - pixel_x = -6; - pixel_y = -23 - }, -/turf/open/floor/plasteel/dark, -/area/ship/storage) -"ad" = ( -/obj/machinery/telecomms/hub, -/turf/open/floor/circuit/airless, -/area/ship/hallway/central) -"ah" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = 14 - }, -/obj/machinery/nuclearbomb/beer, -/turf/open/floor/plasteel/grimy, -/area/ship/hallway/fore) -"ak" = ( -/obj/effect/turf_decal/corner/opaque/blue{ - dir = 5 - }, -/obj/effect/turf_decal/corner/opaque/blue, -/obj/item/radio/intercom/directional/east, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"am" = ( -/obj/structure/chair/pew/left, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"aq" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/cyan{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/highsecurity/lp/aisat, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/ship/science/ai_chamber) -"ay" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/port) -"az" = ( -/obj/effect/turf_decal/corner/opaque/blue/mono, -/obj/effect/turf_decal/trimline/opaque/black/line{ - pixel_y = -5 - }, -/obj/effect/turf_decal/trimline/opaque/black/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"aC" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/cyan{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/airlock/command/glass/lp/mining, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ship/storage) -"aD" = ( -/obj/machinery/door/window{ - dir = 1 - }, -/obj/machinery/door/poddoor/shutters{ - id = "entrance_shutt" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"aH" = ( -/obj/machinery/atmospherics/components/unary/shuttle/heater, -/obj/structure/window/reinforced/spawner{ - dir = 1 - }, -/obj/machinery/door/poddoor{ - id = "thrusterblasts" - }, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) -"aI" = ( -/obj/structure/window/reinforced/spawner{ - dir = 8 - }, -/obj/structure/window/reinforced/spawner, -/obj/structure/window/reinforced/spawner{ - dir = 4 - }, -/obj/machinery/suit_storage_unit/inherit, -/obj/item/clothing/suit/space/hardsuit/ert/lp/med, -/obj/item/clothing/shoes/magboots, -/obj/machinery/door/window/lp/medic{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"aK" = ( -/obj/structure/table/wood/poker, -/obj/structure/window/reinforced/spawner{ - dir = 4 - }, -/obj/effect/turf_decal/corner/opaque/blue/mono, -/obj/effect/turf_decal/trimline/opaque/black/line{ - pixel_y = -5 - }, -/obj/effect/turf_decal/trimline/opaque/black/line, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"aP" = ( -/turf/closed/wall/r_wall, -/area/ship/science) -"aW" = ( -/obj/effect/turf_decal/corner/opaque/blue/mono, -/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ - dir = 1; - pixel_y = -6 - }, -/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ - pixel_y = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"bn" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/cyan{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/command/glass/lp/research, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ship/science) -"bu" = ( -/obj/machinery/smartfridge/drinks, -/turf/open/floor/plasteel/grimy, -/area/ship/hallway/fore) -"bD" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/ship/medical) -"bN" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable/cyan{ - icon_state = "1-2" - }, -/obj/machinery/holopad/emergency/command, -/turf/open/floor/circuit/green/anim, -/area/ship/science/ai_chamber) -"bS" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/opaque/grey/filled/line{ - dir = 1 - }, -/obj/machinery/light_switch{ - pixel_x = -9; - pixel_y = 24 - }, -/obj/item/banner/security, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"bV" = ( -/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"bX" = ( -/obj/machinery/light/directional/east, -/obj/structure/chair/comfy/black{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/opaque/bottlegreen/filled/line{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"cd" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/airlock/command/glass/lp/cargo{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"cf" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/corner/opaque/blue{ - dir = 5 - }, -/obj/effect/turf_decal/corner/opaque/blue{ - dir = 8 - }, -/obj/machinery/camera/autoname, -/obj/item/toy/plush/lizardplushie, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"cv" = ( -/obj/machinery/portable_atmospherics/canister/toxins, -/obj/machinery/atmospherics/pipe/simple/brown/visible, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) -"cw" = ( -/obj/machinery/light/directional/west, -/obj/structure/chair/comfy/black{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/opaque/bottlegreen/filled/line{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"cx" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/cyan{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/external, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "outerinner"; - name = "Inner Aft Shutters" - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"cy" = ( -/obj/machinery/airalarm/directional/west, -/turf/open/floor/circuit/green/anim, -/area/ship/science/ai_chamber) -"cE" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1 - }, -/obj/machinery/light/directional/west, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"cI" = ( -/obj/effect/turf_decal/corner/opaque/blue/mono, -/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ - dir = 1; - pixel_y = -6 - }, -/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ - pixel_y = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable/cyan{ - icon_state = "4-8" - }, -/obj/machinery/light/floor, -/obj/effect/turf_decal/trimline/opaque/white, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"cN" = ( -/obj/structure/rack, -/obj/item/firing_pin/implant/mindshield, -/obj/item/firing_pin/implant/mindshield, -/turf/open/floor/vault, -/area/ship/security) -"cP" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/cyan{ - icon_state = "2-4" - }, -/obj/structure/cable/cyan{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"cR" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/structure/cable/cyan{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"cW" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/structure/cable/cyan{ - icon_state = "1-10" - }, -/obj/structure/sign/poster/retro/nanotrasen_logo_80s{ - pixel_x = 32 - }, -/obj/effect/turf_decal/trimline/opaque/bottlegreen/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/opaque/bottlegreen/filled/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"cX" = ( -/obj/structure/table/optable, -/obj/effect/turf_decal/corner/opaque/purple{ - dir = 8 - }, -/obj/effect/turf_decal/corner/opaque/purple{ - dir = 5 - }, -/obj/item/storage/backpack/duffelbag/med/surgery, -/turf/open/floor/plasteel/dark, -/area/ship/science) -"dd" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable/cyan{ - icon_state = "0-4" - }, -/turf/open/floor/circuit/green/anim, -/area/ship/science/ai_chamber) -"dl" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/door/window/lp/ai{ - dir = 1 - }, -/turf/open/floor/circuit/red/airless, -/area/ship/science/ai_chamber) -"dp" = ( -/obj/machinery/power/solar_control{ - dir = 8 - }, -/obj/structure/cable/cyan{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) -"dq" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/port) -"dv" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/circuit/green/anim, -/area/ship/science/ai_chamber) -"dw" = ( -/obj/effect/turf_decal/corner/opaque/blue/diagonal, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable/cyan{ - icon_state = "1-9" - }, -/turf/open/floor/plasteel/white, -/area/ship/medical) -"dA" = ( -/obj/machinery/vending/cigarette, -/obj/machinery/light/directional/south, -/obj/effect/turf_decal/trimline/opaque/grey/filled/line{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"dC" = ( -/obj/structure/window/reinforced/spawner{ - dir = 8 - }, -/obj/structure/window/reinforced/spawner, -/obj/machinery/suit_storage_unit/inherit, -/obj/item/clothing/suit/space/hardsuit/ert/lp/engi, -/obj/item/clothing/shoes/magboots, -/obj/machinery/door/window/lp/engi{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"dE" = ( -/obj/item/banner/command, -/obj/effect/turf_decal/siding/blue/end, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"dK" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/ship/hallway/fore) -"dP" = ( -/obj/effect/turf_decal/corner/opaque/blue/diagonal, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/ship/medical) -"dS" = ( -/obj/structure/table/reinforced, -/obj/item/aiModule/core/full/paladin, -/obj/item/aiModule/core/full/hippocratic, -/obj/item/aiModule/core/full/corp, -/obj/item/aiModule/core/full/asimovpp, -/obj/item/aiModule/core/full/asimov, -/obj/machinery/light/directional/west, -/obj/item/aiModule/reset/purge, -/turf/open/floor/circuit, -/area/ship/science/ai_chamber) -"dV" = ( -/obj/item/gun/energy/laser/redtag, -/obj/item/gun/energy/laser/redtag, -/obj/item/gun/energy/laser/bluetag, -/obj/item/gun/energy/laser/redtag, -/obj/item/gun/energy/laser/redtag, -/obj/item/gun/energy/laser/redtag, -/obj/item/gun/energy/laser/bluetag, -/obj/item/gun/energy/laser/bluetag, -/obj/item/gun/energy/laser/bluetag, -/obj/item/gun/energy/laser/bluetag, -/obj/item/clothing/head/helmet/redtaghelm, -/obj/item/clothing/head/helmet/redtaghelm, -/obj/item/clothing/head/helmet/redtaghelm, -/obj/item/clothing/head/helmet/redtaghelm, -/obj/item/clothing/head/helmet/redtaghelm, -/obj/item/clothing/head/helmet/bluetaghelm, -/obj/item/clothing/head/helmet/bluetaghelm, -/obj/item/clothing/head/helmet/bluetaghelm, -/obj/item/clothing/head/helmet/bluetaghelm, -/obj/item/clothing/head/helmet/bluetaghelm, -/obj/item/clothing/suit/redtag, -/obj/item/clothing/suit/redtag, -/obj/item/clothing/suit/redtag, -/obj/item/clothing/suit/redtag, -/obj/item/clothing/suit/redtag, -/obj/item/clothing/suit/bluetag, -/obj/item/clothing/suit/bluetag, -/obj/item/clothing/suit/bluetag, -/obj/item/clothing/suit/bluetag, -/obj/item/clothing/suit/bluetag, -/obj/structure/closet/cabinet, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/carpet/executive, -/area/ship/crew/dorm) -"eb" = ( -/obj/effect/turf_decal/corner/opaque/blue/mono, -/obj/effect/turf_decal/trimline/opaque/black/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/opaque/black/line{ - dir = 1; - pixel_y = 6 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"ec" = ( -/obj/structure/cable/cyan{ - icon_state = "2-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/cyan{ - icon_state = "1-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"ef" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable/cyan{ - icon_state = "2-9" - }, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"eh" = ( -/obj/structure/window/reinforced/spawner, -/obj/machinery/suit_storage_unit/inherit, -/obj/item/clothing/suit/space/hardsuit/ancient/lp, -/obj/machinery/door/window/lp/engi{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"eq" = ( -/obj/effect/turf_decal/industrial/hatch, -/obj/effect/turf_decal/industrial/outline/blue, -/obj/structure/frame/machine, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"eE" = ( -/obj/structure/cable/cyan{ - icon_state = "1-2" - }, -/obj/machinery/door/window{ - dir = 1 - }, -/obj/machinery/door/poddoor/shutters{ - id = "entrance_shutt" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"eN" = ( -/obj/effect/turf_decal/siding/thinplating/light/end{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"eT" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/structure/cable/cyan{ - icon_state = "4-6" - }, -/obj/structure/sign/poster/retro/nanotrasen_logo_70s{ - pixel_x = -32 - }, -/obj/effect/turf_decal/trimline/opaque/bottlegreen/filled/line{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/opaque/bottlegreen/filled/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"eU" = ( -/obj/effect/turf_decal/corner/opaque/blue{ - dir = 9 - }, -/obj/structure/chair/sofa/left{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/item/radio/intercom/directional/west, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"fd" = ( -/obj/effect/turf_decal/corner/opaque/blue{ - dir = 10 - }, -/obj/effect/turf_decal/corner/opaque/blue{ - dir = 1 - }, -/obj/structure/chair/sofa/right{ - dir = 4 - }, -/obj/structure/cable/cyan{ - icon_state = "1-5" - }, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"ff" = ( -/obj/structure/table/reinforced, -/obj/item/circuitboard/machine/teleporter_hub, -/obj/item/circuitboard/machine/teleporter_hub, -/obj/item/circuitboard/computer/teleporter, -/obj/item/circuitboard/computer/teleporter, -/obj/item/circuitboard/machine/teleporter_station, -/obj/item/circuitboard/machine/teleporter_station, -/obj/item/beacon, -/obj/item/beacon, -/obj/effect/turf_decal/siding/thinplating/light/corner{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating/light{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"fo" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/light/directional/south, -/turf/open/floor/circuit, -/area/ship/science/ai_chamber) -"fr" = ( -/obj/machinery/camera/autoname{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"fx" = ( -/obj/machinery/portable_atmospherics/canister/toxins, -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer3{ - dir = 1 - }, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"fy" = ( -/obj/machinery/telecomms/bus, -/turf/open/floor/circuit/airless, -/area/ship/hallway/central) -"fH" = ( -/turf/closed/wall, -/area/ship/maintenance/port) -"fJ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/cyan{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"fM" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/structure/cable/cyan{ - icon_state = "4-5" - }, -/obj/structure/closet/firecloset/wall{ - dir = 4; - pixel_x = -31 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/port) -"fU" = ( -/obj/effect/turf_decal/corner/opaque/blue{ - dir = 6 - }, -/obj/structure/cable/cyan{ - icon_state = "2-9" - }, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"fV" = ( -/turf/closed/wall/r_wall, -/area/ship/security) -"fX" = ( -/obj/machinery/door/airlock/vault/lp/vault, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/vault, -/area/ship/security) -"gg" = ( -/turf/closed/wall/r_wall, -/area/ship/hallway/fore) -"gh" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/ship/hallway/fore) -"gi" = ( -/obj/structure/window/reinforced/spawner, -/turf/open/floor/circuit/airless, -/area/ship/hallway/central) -"gs" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/cyan{ - icon_state = "6-8" - }, -/obj/structure/cable/cyan{ - icon_state = "1-8" - }, -/obj/structure/cable/cyan{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"gz" = ( -/obj/machinery/light_switch{ - dir = 4; - pixel_x = -27 - }, -/obj/machinery/camera/autoname{ - dir = 5 - }, -/turf/open/floor/vault, -/area/ship/security) -"gD" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/advanced_airlock_controller{ - pixel_y = 28 - }, -/obj/machinery/light/directional/east, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"gF" = ( -/obj/machinery/chem_dispenser/drinks/beer{ - dir = 1 - }, -/obj/structure/table/reinforced, -/turf/open/floor/plasteel/grimy, -/area/ship/hallway/fore) -"gJ" = ( -/obj/structure/ore_box, -/turf/open/floor/engine/hull, -/area/ship/external) -"gL" = ( -/obj/effect/turf_decal/corner/opaque/blue{ - dir = 10 - }, -/obj/effect/turf_decal/corner/opaque/blue{ - dir = 4 - }, -/obj/structure/cable/cyan{ - icon_state = "1-9" - }, -/obj/structure/table/reinforced, -/obj/machinery/button/door{ - id = "outerinner"; - name = "Inner Aft Shutters"; - pixel_x = -7; - pixel_y = -4 - }, -/obj/machinery/button/door{ - id = "innerinner"; - name = "Inner Fore Shutters"; - pixel_x = -7; - pixel_y = 6 - }, -/obj/machinery/button/door{ - id = "innerouter"; - name = "Outer Fore Shutters"; - pixel_x = 5; - pixel_y = 6 - }, -/obj/machinery/button/door{ - id = "outerouter"; - name = "Outer Aft Shutters"; - pixel_x = 5; - pixel_y = -4 - }, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"gP" = ( -/obj/structure/cable/cyan{ - icon_state = "1-6" - }, -/obj/effect/turf_decal/trimline/opaque/grey/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/opaque/mauve/filled/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"gW" = ( -/obj/machinery/atmospherics/pipe/simple/general/hidden/layer4{ - dir = 6 - }, -/obj/machinery/camera/autoname{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"hf" = ( -/obj/effect/turf_decal/corner/opaque/blue{ - dir = 9 - }, -/obj/effect/turf_decal/industrial/warning{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"hi" = ( -/obj/effect/turf_decal/corner/opaque/blue/mono, -/obj/effect/turf_decal/trimline/opaque/black/line{ - dir = 1; - pixel_y = 6 - }, -/obj/effect/turf_decal/trimline/opaque/black/line{ - dir = 1 - }, -/obj/structure/cable/cyan{ - icon_state = "1-2" - }, -/obj/structure/cable/cyan{ - icon_state = "2-9" - }, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 5 - }, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"hk" = ( -/obj/structure/table/reinforced, -/obj/item/table_bell{ - pixel_x = 10; - pixel_y = -7 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/window/lp, -/obj/machinery/button/door{ - dir = 1; - id = "entrance_lockdown"; - name = "Entrance Lockdown Shutters"; - pixel_x = 8; - pixel_y = 8 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"hl" = ( -/obj/machinery/power/shuttle/engine/electric, -/obj/structure/cable/cyan{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) -"hm" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen/fountain, -/obj/effect/turf_decal/corner/opaque/purple{ - dir = 10 - }, -/obj/machinery/door/window/lp, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/ship/science) -"hn" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/cyan{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/corner/opaque/purple{ - dir = 9 - }, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/plasteel/dark, -/area/ship/science) -"hx" = ( -/obj/structure/cable/cyan{ - icon_state = "1-4" - }, -/obj/machinery/light/floor, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/port) -"hz" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = -16; - pixel_y = 4 - }, -/obj/effect/turf_decal/corner/opaque/blue/diagonal, -/turf/open/floor/plasteel/white, -/area/ship/medical) -"hG" = ( -/obj/structure/cable/cyan{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/airlock/command/glass/lp/engines, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ship/maintenance/port) -"hJ" = ( -/obj/structure/table/reinforced, -/obj/item/storage/toolbox/mechanical{ - pixel_x = 3; - pixel_y = -6 - }, -/obj/item/storage/toolbox/electrical{ - pixel_x = 3; - pixel_y = 7 - }, -/obj/item/clothing/head/welding, -/turf/open/floor/plasteel/dark, -/area/ship/science) -"hO" = ( -/obj/effect/turf_decal/corner/opaque/blue{ - dir = 4 - }, -/obj/effect/turf_decal/corner/opaque/blue{ - dir = 10 - }, -/obj/machinery/computer/telecomms/server{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"hP" = ( -/obj/effect/turf_decal/corner/opaque/blue/mono, -/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ - pixel_y = 6 - }, -/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ - dir = 1; - pixel_y = -6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/cable/cyan{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"hZ" = ( -/obj/effect/turf_decal/corner/opaque/blue{ - dir = 10 - }, -/obj/effect/turf_decal/corner/opaque/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/item/radio/intercom/directional/south, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"ic" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/showcase/cyborg, -/obj/structure/cable/cyan{ - icon_state = "2-8" - }, -/turf/open/floor/circuit/green/anim, -/area/ship/science/ai_chamber) -"id" = ( -/obj/structure/rack, -/obj/item/melee/chainofcommand, -/obj/item/grenade/chem_grenade/ez_clean, -/obj/item/documents/nanotrasen, -/obj/machinery/light/directional/south, -/turf/open/floor/vault, -/area/ship/security) -"ih" = ( -/obj/machinery/door/airlock/external, -/obj/docking_port/mobile{ - callTime = 250; - launch_status = 0; - name = "Ranger-class"; - preferred_direction = 2 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "entrance_lockdown"; - name = "Entrance Lockdown Shutters" - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"ix" = ( -/turf/closed/wall, -/area/ship/maintenance/starboard) -"iz" = ( -/obj/structure/table/reinforced, -/obj/item/aicard, -/turf/open/floor/circuit, -/area/ship/science/ai_chamber) -"iD" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/circuit/green/anim, -/area/ship/science/ai_chamber) -"iF" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/opaque/mauve/filled/line, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"iI" = ( -/obj/machinery/shower{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/structure/curtain, -/turf/open/floor/plasteel/white, -/area/ship/hallway/fore) -"iL" = ( -/obj/effect/turf_decal/corner/opaque/blue{ - dir = 9 - }, -/obj/item/radio/intercom/directional/west, -/mob/living/simple_animal/pet/dog/corgi/Lisa, -/obj/machinery/camera/autoname{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"iX" = ( -/obj/machinery/camera/autoname, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 8 - }, -/obj/machinery/airalarm/directional/north, -/obj/machinery/light/directional/south, -/obj/item/disk/holodisk/lp/airrecycler, -/turf/open/floor/plasteel/dark, -/area/ship/engineering/atmospherics) -"iZ" = ( -/obj/structure/closet/secure_closet/lp/medical, -/obj/item/gps, -/obj/item/clothing/shoes/jackboots, -/obj/item/kitchen/knife/combat/survival, -/obj/item/clothing/under/rank/medical/paramedic/lp, -/obj/item/clothing/under/rank/medical/paramedic/skirt/lp, -/obj/item/clothing/suit/hooded/wintercoat/medical, -/obj/item/clothing/gloves/color/latex/nitrile, -/obj/item/clothing/mask/surgical, -/obj/item/clothing/mask/breath, -/obj/item/flashlight/seclite, -/obj/machinery/door/window/lp/medic, -/obj/structure/window/reinforced/spawner{ - dir = 4 - }, -/obj/structure/window/reinforced/spawner{ - dir = 8 - }, -/obj/item/clothing/head/beret/med, -/obj/item/roller, -/obj/item/reagent_containers/glass/bottle/morphine, -/obj/item/storage/box/bodybags, -/obj/item/reagent_containers/hypospray, -/obj/item/gun/syringe, -/obj/item/holosign_creator/medical, -/obj/item/storage/firstaid/lp, -/obj/item/lazarus_injector, -/obj/item/organ/cyberimp/eyes/hud/medical, -/obj/item/pinpointer/crew, -/obj/item/storage/backpack/ert/medical, -/obj/item/radio/headset/nanotrasen/alt/captain, -/obj/item/radio/headset/nanotrasen/captain, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"jb" = ( -/obj/effect/turf_decal/industrial/outline/yellow, -/obj/effect/turf_decal/industrial/stand_clear, -/obj/machinery/space_heater, -/turf/open/floor/plasteel/tech, -/area/ship/bridge) -"jf" = ( -/obj/structure/AIcore, -/obj/item/mmi/posibrain, -/obj/item/circuitboard/aicore, -/turf/open/floor/circuit/red/airless, -/area/ship/science/ai_chamber) -"ji" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/structure/cable/cyan{ - icon_state = "6-8" - }, -/obj/effect/turf_decal/trimline/opaque/grey/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/opaque/mauve/filled/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"jk" = ( -/obj/effect/turf_decal/corner/opaque/purple{ - dir = 6 - }, -/obj/item/circuitboard/machine/rdserver, -/obj/structure/frame/machine, -/turf/open/floor/plasteel/dark, -/area/ship/science) -"jr" = ( -/obj/effect/turf_decal/corner/opaque/blue/mono, -/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ - pixel_y = 6 - }, -/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ - dir = 1; - pixel_y = -6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable/cyan{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"jv" = ( -/obj/effect/turf_decal/corner/opaque/blue/mono, -/obj/effect/turf_decal/trimline/opaque/black/line{ - dir = 1; - pixel_y = 6 - }, -/obj/effect/turf_decal/trimline/opaque/black/line{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"jA" = ( -/turf/closed/wall/r_wall, -/area/ship/hallway/port) -"jB" = ( -/obj/effect/turf_decal/siding/thinplating/light{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"jG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/cyan{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/external, -/turf/open/floor/plating, -/area/ship/science/ai_chamber) -"jR" = ( -/obj/machinery/light/directional/north, -/obj/machinery/telecomms/message_server, -/turf/open/floor/circuit/airless, -/area/ship/hallway/central) -"jW" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/light/directional/east, -/turf/open/floor/plasteel/white, -/area/ship/hallway/fore) -"jZ" = ( -/obj/structure/window/reinforced/spawner{ - dir = 1 - }, -/obj/structure/closet/crate/freezer, -/obj/item/reagent_containers/blood/OMinus, -/obj/item/reagent_containers/blood/random, -/obj/item/reagent_containers/blood/random, -/obj/effect/turf_decal/corner/opaque/blue/diagonal, -/turf/open/floor/plasteel/white, -/area/ship/medical) -"kc" = ( -/obj/machinery/light/directional/east, -/turf/open/floor/circuit, -/area/ship/science/ai_chamber) -"kh" = ( -/obj/machinery/holopad/emergency/science, -/turf/open/floor/plasteel/dark, -/area/ship/science) -"kj" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/layer_manifold/visible, -/turf/open/floor/plating, -/area/ship/science/ai_chamber) -"ks" = ( -/obj/structure/railing/corner{ - dir = 8 - }, -/obj/effect/turf_decal/siding/thinplating/light/corner{ - dir = 4 - }, -/obj/effect/turf_decal/siding/thinplating/light, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"kI" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/cyan{ - icon_state = "1-10" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/corner/opaque/orange{ - dir = 6 - }, -/obj/effect/turf_decal/industrial/warning{ - dir = 4 - }, -/obj/effect/turf_decal/industrial/caution{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ship/storage) -"kN" = ( -/obj/effect/turf_decal/corner/opaque/blue/mono, -/obj/effect/turf_decal/trimline/opaque/black/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/opaque/black/line{ - dir = 1; - pixel_y = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/cable/cyan{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"kO" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/cyan{ - icon_state = "1-2" - }, -/turf/open/floor/engine/hull, -/area/ship/external) -"kQ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/light/directional/north, -/obj/structure/table/reinforced, -/obj/machinery/cell_charger, -/obj/effect/turf_decal/trimline/opaque/grey/filled/line{ - dir = 5 - }, -/obj/structure/cable/cyan{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"kS" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/structure/cable/cyan{ - icon_state = "0-8" - }, -/obj/machinery/light/directional/east, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"la" = ( -/obj/structure/mineral_door/wood, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/ship/hallway/fore) -"lc" = ( -/obj/machinery/portable_atmospherics/canister/toxins, -/obj/machinery/atmospherics/pipe/simple/brown/visible, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"ld" = ( -/obj/effect/turf_decal/corner/opaque/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ship/science) -"lj" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/layer_manifold/visible, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "outerinner"; - name = "Inner Aft Shutters" - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"lp" = ( -/obj/machinery/camera/autoname{ - dir = 1 - }, -/turf/open/floor/engine/hull, -/area/ship/external) -"lv" = ( -/obj/effect/turf_decal/corner/opaque/blue{ - dir = 10 - }, -/obj/effect/turf_decal/corner/opaque/blue{ - dir = 1 - }, -/obj/structure/table/reinforced, -/obj/item/areaeditor/shuttle{ - pixel_x = 2; - pixel_y = 9 - }, -/obj/machinery/button/door{ - id = "commshut"; - name = "Commissioner's Office Shutters"; - pixel_x = -7; - pixel_y = -2 - }, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"lK" = ( -/obj/structure/window/reinforced/spawner{ - dir = 1 - }, -/obj/structure/closet/secure_closet/medical2, -/obj/effect/turf_decal/corner/opaque/blue/diagonal, -/obj/item/clothing/mask/breath/medical, -/obj/item/clothing/mask/breath/medical, -/obj/item/tank/internals/anesthetic, -/obj/item/tank/internals/anesthetic, -/turf/open/floor/plasteel/white, -/area/ship/medical) -"lL" = ( -/obj/effect/turf_decal/corner/opaque/blue/diagonal, -/turf/open/floor/plasteel/white, -/area/ship/medical) -"lW" = ( -/obj/machinery/computer/operating, -/obj/effect/turf_decal/corner/opaque/purple{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/purple{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/ship/science) -"lX" = ( -/obj/item/radio/intercom/directional/south, -/obj/structure/chair/stool/bar{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"mb" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/carpet/executive, -/area/ship/crew/dorm) -"mh" = ( -/obj/effect/turf_decal/corner/opaque/blue/mono, -/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ - dir = 1; - pixel_y = -6 - }, -/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ - pixel_y = 6 - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/obj/structure/cable/cyan{ - icon_state = "4-8" - }, -/obj/effect/landmark/observer_start, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"mk" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/effect/turf_decal/trimline/opaque/mauve/filled/line, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"ml" = ( -/obj/effect/turf_decal/corner/opaque/blue{ - dir = 9 - }, -/obj/effect/turf_decal/industrial/warning{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"mv" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/light/directional/east, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"mw" = ( -/obj/machinery/camera/autoname{ - dir = 5 - }, -/obj/machinery/light/directional/west, -/obj/effect/turf_decal/siding/blue/end{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"my" = ( -/obj/structure/cable/cyan{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/trimline/opaque/mauve/filled/line{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"mJ" = ( -/obj/machinery/suit_storage_unit/independent/mining/eva, -/obj/machinery/light/directional/west, -/obj/effect/turf_decal/corner/opaque/orange{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/ship/storage) -"mQ" = ( -/turf/closed/wall/r_wall, -/area/ship/engineering/atmospherics) -"mR" = ( -/obj/effect/turf_decal/solarpanel, -/obj/machinery/power/solar, -/turf/open/floor/plating/airless, -/area/ship/external) -"mZ" = ( -/obj/structure/cable/cyan{ - icon_state = "0-8" - }, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"ne" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger, -/obj/effect/turf_decal/corner/opaque/blue/diagonal, -/obj/structure/cable/cyan{ - icon_state = "6-10" - }, -/turf/open/floor/plasteel/white, -/area/ship/medical) -"ng" = ( -/obj/machinery/light_switch{ - dir = 4; - pixel_x = -27; - pixel_y = 8 - }, -/obj/machinery/holopad/emergency/medical, -/turf/open/floor/plasteel/white, -/area/ship/medical) -"nh" = ( -/obj/machinery/camera/autoname, -/obj/machinery/telecomms/server, -/turf/open/floor/circuit/airless, -/area/ship/hallway/central) -"no" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/crew/dorm) -"nt" = ( -/obj/item/storage/bag/ore, -/obj/item/storage/bag/ore, -/obj/item/pickaxe/mini, -/obj/item/pickaxe/mini, -/obj/item/gps/mining, -/obj/item/gps/mining, -/obj/item/mining_scanner, -/obj/item/mining_scanner, -/obj/structure/closet/secure_closet/miner, -/obj/machinery/light/directional/west, -/obj/effect/turf_decal/corner/opaque/orange{ - dir = 8 - }, -/obj/effect/turf_decal/corner/opaque/orange{ - dir = 5 - }, -/obj/machinery/airalarm/directional/north, -/obj/item/radio/headset/nanotrasen, -/turf/open/floor/plasteel/dark, -/area/ship/storage) -"nA" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced/spawner, -/obj/structure/window/reinforced/spawner{ - dir = 8 - }, -/obj/machinery/button/door{ - dir = 1; - id = "entrance_shutt"; - name = "Entrance Shutters"; - pixel_x = 7; - pixel_y = 7 - }, -/obj/machinery/light_switch{ - dir = 1; - pixel_x = -4; - pixel_y = 7 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only, -/obj/item/radio/intercom/directional/north{ - pixel_y = -15; - pixel_x = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"nQ" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable/cyan{ - icon_state = "4-8" - }, -/obj/structure/cable/cyan{ - icon_state = "1-9" - }, -/obj/item/radio/intercom/directional/south, -/obj/effect/turf_decal/corner/opaque/orange{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/ship/storage) -"of" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/structure/cable/cyan{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"ok" = ( -/obj/effect/turf_decal/corner/opaque/blue/mono, -/obj/effect/turf_decal/trimline/opaque/black/line{ - pixel_y = -5 - }, -/obj/effect/turf_decal/trimline/opaque/black/line, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"oq" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/machinery/light_switch{ - pixel_x = 8; - pixel_y = 24 - }, -/turf/open/floor/plasteel/white, -/area/ship/hallway/fore) -"or" = ( -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable/cyan{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/port) -"oy" = ( -/obj/effect/turf_decal/corner/opaque/blue/mono, -/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ - pixel_y = 6 - }, -/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ - dir = 1; - pixel_y = -6 - }, -/obj/structure/cable/cyan{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"oz" = ( -/obj/machinery/computer/rdconsole/core{ - dir = 8 - }, -/obj/effect/turf_decal/corner/opaque/purple{ - dir = 10 - }, -/obj/effect/turf_decal/corner/opaque/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ship/science) -"oM" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/structure/cable/cyan{ - icon_state = "1-5" - }, -/obj/machinery/camera/autoname{ - dir = 5 - }, -/obj/structure/closet/emcloset/wall{ - dir = 4; - pixel_x = -30 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/port) -"oQ" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/structure/cable/cyan{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) -"pa" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/cyan{ - icon_state = "2-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) -"pf" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/ship/science) -"pi" = ( -/obj/structure/toilet{ - dir = 4 - }, -/obj/machinery/light/directional/west, -/turf/open/floor/plasteel/white, -/area/ship/hallway/fore) -"po" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/cyan{ - icon_state = "1-2" - }, -/obj/structure/cable/cyan{ - icon_state = "1-6" - }, -/obj/effect/turf_decal/corner/opaque/purple{ - dir = 8 - }, -/obj/effect/turf_decal/corner/opaque/purple{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/light_switch{ - dir = 4; - pixel_x = -27; - pixel_y = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ship/science) -"pp" = ( -/obj/effect/turf_decal/corner/opaque/blue/mono, -/obj/effect/turf_decal/trimline/opaque/black/line, -/obj/effect/turf_decal/trimline/opaque/black/line{ - pixel_y = -5 - }, -/obj/structure/chair/greyscale{ - dir = 1 - }, -/obj/machinery/light/directional/south, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"pr" = ( -/obj/effect/turf_decal/corner/opaque/blue/diagonal, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel/white, -/area/ship/medical) -"ps" = ( -/obj/effect/turf_decal/corner/opaque/blue{ - dir = 9 - }, -/obj/effect/turf_decal/industrial/warning{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"pv" = ( -/obj/structure/cable/cyan{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/light_switch{ - dir = 8; - pixel_x = 22; - pixel_y = -10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"pA" = ( -/obj/effect/turf_decal/industrial/hatch, -/obj/effect/turf_decal/industrial/outline/orange, -/obj/structure/frame/machine, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"pB" = ( -/obj/machinery/light_switch{ - dir = 8; - pixel_x = 22; - pixel_y = -9 - }, -/turf/open/floor/plasteel/stairs, -/area/ship/hallway/central) -"pD" = ( -/obj/item/reagent_containers/food/snacks/carrotfries, -/obj/item/reagent_containers/food/snacks/cubancarp, -/obj/item/reagent_containers/food/snacks/sashimi, -/obj/item/reagent_containers/food/snacks/grown/banana, -/obj/item/reagent_containers/food/snacks/pizza/vegetable, -/obj/item/reagent_containers/food/snacks/pizza/meat, -/obj/item/reagent_containers/food/snacks/spaghetti/pastatomato, -/obj/item/reagent_containers/food/snacks/store/bread/creamcheese, -/obj/item/reagent_containers/food/snacks/grilledcheese, -/obj/item/reagent_containers/food/snacks/burger/plain, -/obj/item/reagent_containers/food/snacks/burger/plain, -/obj/item/reagent_containers/food/snacks/spaghetti/pastatomato, -/obj/item/reagent_containers/food/snacks/meat/slab, -/obj/item/reagent_containers/food/snacks/meat/slab, -/obj/item/reagent_containers/food/snacks/meat/slab, -/obj/item/reagent_containers/food/snacks/bbqribs, -/obj/structure/closet/secure_closet/freezer{ - desc = "A refrigerated cabinet for food."; - name = "Refrigerator" - }, -/obj/item/reagent_containers/food/snacks/store/bread/meat, -/turf/open/floor/plasteel/grimy, -/area/ship/hallway/fore) -"qb" = ( -/obj/machinery/vending/coffee, -/obj/effect/turf_decal/trimline/opaque/grey/filled/line{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"qF" = ( -/obj/effect/turf_decal/corner/opaque/blue/mono, -/obj/effect/turf_decal/trimline/opaque/black/line{ - dir = 1; - pixel_y = 6 - }, -/obj/effect/turf_decal/trimline/opaque/black/line{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"qJ" = ( -/obj/effect/turf_decal/corner/opaque/blue/mono, -/obj/effect/turf_decal/trimline/opaque/black/line, -/obj/effect/turf_decal/trimline/opaque/black/line{ - pixel_y = -5 - }, -/obj/structure/chair/greyscale{ - dir = 1 - }, -/obj/structure/closet/firecloset/wall{ - dir = 1; - pixel_y = -32 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"qQ" = ( -/obj/structure/chair/comfy/black{ - dir = 8 - }, -/obj/item/radio/intercom/directional/east, -/obj/effect/turf_decal/trimline/opaque/bottlegreen/filled/line{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"qS" = ( -/obj/machinery/power/smes/shuttle/precharged, -/obj/structure/window/reinforced/spawner{ - dir = 1 - }, -/obj/structure/cable/cyan, -/obj/machinery/door/poddoor{ - id = "thrusterblasts" - }, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) -"qZ" = ( -/turf/open/floor/plating, -/area/ship/maintenance/port) -"rc" = ( -/obj/structure/mecha_wreckage/durand, -/obj/machinery/light/directional/north, -/obj/effect/turf_decal/corner/opaque/purple{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/ship/science) -"rd" = ( -/obj/structure/tank_dispenser/oxygen, -/obj/effect/turf_decal/corner/opaque/orange/mono, -/turf/open/floor/plasteel/dark, -/area/ship/storage) -"rq" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/on{ - dir = 4 - }, -/turf/open/floor/engine/hull, -/area/ship/external) -"rt" = ( -/obj/structure/cable/cyan{ - icon_state = "2-5" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/effect/turf_decal/corner/opaque/orange{ - dir = 1 - }, -/obj/structure/cable/cyan{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/dark, -/area/ship/storage) -"ry" = ( -/obj/structure/table/reinforced, -/obj/item/stack/sheet/plasteel/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/sheet/plastic/five, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/item/borg/upgrade/ai, -/turf/open/floor/plasteel/dark, -/area/ship/science) -"rF" = ( -/obj/effect/turf_decal/corner/opaque/blue/mono, -/obj/effect/turf_decal/trimline/opaque/black/line{ - dir = 1; - pixel_y = 6 - }, -/obj/effect/turf_decal/trimline/opaque/black/line{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"rJ" = ( -/obj/structure/window/reinforced/spawner{ - dir = 4 - }, -/obj/structure/window/reinforced/spawner{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"rL" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/engine/hull, -/area/ship/external) -"rM" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/structure/cable/cyan{ - icon_state = "6-9" - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"rZ" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "outerinner"; - name = "Inner Aft Shutters" - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"sf" = ( -/obj/effect/turf_decal/corner/opaque/blue{ - dir = 10 - }, -/obj/effect/turf_decal/corner/opaque/blue{ - dir = 4 - }, -/obj/machinery/light/directional/east, -/obj/machinery/modular_computer/console/preset/id{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"sk" = ( -/obj/effect/turf_decal/trimline/opaque/grey/filled/line, -/obj/structure/rack, -/obj/machinery/door/window/lp/security{ - dir = 1 - }, -/obj/structure/window/reinforced/spawner{ - dir = 8 - }, -/obj/item/storage/belt/security, -/obj/item/melee/classic_baton/telescopic, -/obj/item/stock_parts/cell/gun, -/obj/item/gun/energy/e_gun/mindshield, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"sm" = ( -/obj/machinery/vending/boozeomat/all_access, -/turf/open/floor/plasteel/grimy, -/area/ship/hallway/fore) -"sq" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "innerinner"; - name = "Inner Fore Shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/ship/bridge) -"st" = ( -/obj/structure/rack, -/obj/machinery/door/window/lp/medic{ - dir = 1 - }, -/obj/structure/window/reinforced/spawner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/opaque/grey/filled/line{ - dir = 6 - }, -/obj/item/storage/belt/medical, -/obj/item/melee/classic_baton/telescopic, -/obj/item/stock_parts/cell/gun, -/obj/item/gun/energy/e_gun/mindshield, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"sw" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/engine/hull, -/area/ship/external) -"sF" = ( -/obj/machinery/power/shuttle/engine/fueled/plasma, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) -"sJ" = ( -/turf/closed/wall/r_wall, -/area/ship/hallway/central) -"sM" = ( -/obj/effect/turf_decal/corner/opaque/blue/mono, -/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ - pixel_y = 6 - }, -/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ - dir = 1; - pixel_y = -6 - }, -/obj/machinery/light_switch{ - dir = 4; - pixel_x = -27; - pixel_y = 10 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"sQ" = ( -/obj/structure/table/wood/poker, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"sR" = ( -/obj/machinery/power/tracker, -/obj/effect/turf_decal/solarpanel, -/obj/structure/cable/cyan, -/turf/open/floor/engine/hull, -/area/ship/external) -"sU" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/item/radio/intercom/directional/east, -/obj/machinery/camera/autoname, -/turf/open/floor/plating, -/area/ship/science/ai_chamber) -"tg" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/structure/cable/cyan{ - icon_state = "6-9" - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"tj" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/ship/bridge) -"tk" = ( -/obj/structure/railing, -/obj/effect/turf_decal/siding/thinplating/light, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"tq" = ( -/obj/structure/cable/cyan{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/machinery/camera/autoname{ - dir = 5 - }, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) -"tu" = ( -/obj/machinery/computer/operating{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/blue/diagonal, -/turf/open/floor/plasteel/white, -/area/ship/medical) -"tC" = ( -/obj/structure/cable/cyan{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/machinery/camera/autoname{ - dir = 8 - }, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"tJ" = ( -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable/cyan{ - icon_state = "0-8" - }, -/obj/structure/cable/cyan{ - icon_state = "1-9" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/effect/turf_decal/corner/opaque/orange{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/ship/storage) -"tK" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 4; - id = "commshut"; - name = "Commissioner's Shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/ship/bridge) -"uk" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/structure/cable/cyan{ - icon_state = "8-9" - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"up" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/ship/medical) -"us" = ( -/obj/effect/turf_decal/corner/opaque/blue/mono, -/obj/effect/turf_decal/trimline/opaque/black/line{ - pixel_y = -5 - }, -/obj/effect/turf_decal/trimline/opaque/black/line, -/obj/structure/cable/cyan{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"ut" = ( -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable/cyan{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"uw" = ( -/obj/structure/closet/cabinet, -/turf/open/floor/carpet/executive, -/area/ship/crew/dorm) -"uH" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "outerouter"; - name = "Outer Aft Shutters" - }, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"uU" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/structure/cable/cyan{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/port) -"uW" = ( -/obj/structure/table/optable, -/obj/effect/turf_decal/corner/opaque/blue/diagonal, -/obj/item/book/manual/wiki/surgery, -/turf/open/floor/plasteel/white, -/area/ship/medical) -"vb" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/cyan{ - icon_state = "8-10" - }, -/obj/structure/cable/cyan{ - icon_state = "6-10" - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/port) -"vh" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/port) -"vj" = ( -/obj/structure/closet/wardrobe/pjs, -/turf/open/floor/carpet/executive, -/area/ship/crew/dorm) -"vk" = ( -/obj/machinery/airalarm/directional/south, -/obj/machinery/power/port_gen/pacman/super, -/obj/item/wrench, -/obj/structure/cable/cyan, -/obj/item/stack/sheet/mineral/uranium/twenty, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) -"vm" = ( -/turf/closed/wall/r_wall, -/area/ship/medical) -"vz" = ( -/obj/effect/turf_decal/siding/thinplating/light{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"vB" = ( -/obj/structure/table/reinforced, -/obj/item/storage/firstaid/toxin, -/obj/item/storage/firstaid/o2, -/obj/item/storage/firstaid/fire, -/obj/effect/turf_decal/corner/opaque/blue/diagonal, -/obj/machinery/light/directional/north, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/plasteel/white, -/area/ship/medical) -"vF" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1 - }, -/obj/machinery/light/directional/east, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) -"vN" = ( -/obj/effect/turf_decal/corner/opaque/blue{ - dir = 6 - }, -/obj/machinery/computer/helm{ - dir = 8 - }, -/obj/machinery/light/directional/east, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"vS" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/cyan{ - icon_state = "1-2" - }, -/turf/open/floor/engine/hull, -/area/ship/external) -"vT" = ( -/obj/structure/cable/cyan{ - icon_state = "2-6" - }, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) -"vU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"vV" = ( -/obj/effect/turf_decal/corner/opaque/blue/mono, -/obj/effect/turf_decal/trimline/opaque/black/line, -/obj/effect/turf_decal/trimline/opaque/black/line{ - pixel_y = -5 - }, -/obj/machinery/vending/snack/random, -/obj/machinery/camera/autoname{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"vY" = ( -/obj/structure/cable/cyan{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"wf" = ( -/obj/structure/cable/cyan{ - icon_state = "4-8" - }, -/obj/structure/cable/cyan{ - icon_state = "5-8" - }, -/obj/effect/turf_decal/trimline/opaque/grey/filled/corner, -/obj/effect/turf_decal/trimline/opaque/mauve/filled/line{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"wh" = ( -/obj/machinery/door/airlock/external, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "entrance_lockdown"; - name = "Entrance Lockdown Shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"wl" = ( -/obj/structure/cable/cyan{ - icon_state = "1-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/cyan{ - icon_state = "4-5" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"wp" = ( -/obj/machinery/atmospherics/pipe/simple/general/hidden/layer4{ - dir = 6 - }, -/obj/machinery/advanced_airlock_controller{ - pixel_y = 28 - }, -/obj/machinery/light/directional/west, -/turf/open/floor/plating, -/area/ship/science/ai_chamber) -"wq" = ( -/turf/open/floor/engine/hull, -/area/ship/external) -"wu" = ( -/obj/structure/chair/greyscale{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating/light{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"wC" = ( -/obj/structure/window/reinforced/spawner{ - dir = 1 - }, -/obj/machinery/power/smes/shuttle/precharged, -/obj/structure/cable/cyan, -/obj/machinery/door/poddoor{ - id = "thrusterblasts" - }, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"wD" = ( -/obj/effect/turf_decal/corner/opaque/blue{ - dir = 5 - }, -/obj/effect/turf_decal/corner/opaque/blue, -/obj/machinery/computer/cargo/express, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"wE" = ( -/obj/machinery/power/apc/auto_name/directional/south, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/structure/cable/cyan{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) -"wO" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/circuit/green/anim, -/area/ship/science/ai_chamber) -"wQ" = ( -/obj/item/storage/bag/ore, -/obj/item/storage/bag/ore, -/obj/item/pickaxe/mini, -/obj/item/pickaxe/mini, -/obj/item/gps/mining, -/obj/item/gps/mining, -/obj/item/mining_scanner, -/obj/item/mining_scanner, -/obj/structure/closet/secure_closet/miner, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/structure/cable/cyan{ - icon_state = "2-6" - }, -/obj/effect/turf_decal/corner/opaque/orange{ - dir = 5 - }, -/obj/item/radio/headset/nanotrasen, -/turf/open/floor/plasteel/dark, -/area/ship/storage) -"xd" = ( -/obj/structure/bed, -/obj/item/bedsheet/medical, -/obj/effect/turf_decal/corner/opaque/blue/diagonal, -/obj/structure/curtain/cloth, -/turf/open/floor/plasteel/white, -/area/ship/medical) -"xj" = ( -/obj/machinery/shower{ - dir = 8 - }, -/obj/structure/curtain, -/turf/open/floor/plasteel/white, -/area/ship/hallway/fore) -"xo" = ( -/obj/effect/turf_decal/corner/opaque/blue{ - dir = 9 - }, -/obj/effect/turf_decal/industrial/warning{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"xp" = ( -/obj/structure/window/reinforced/spawner{ - dir = 1 - }, -/obj/machinery/power/smes/shuttle/precharged, -/obj/structure/cable/cyan, -/obj/machinery/door/poddoor{ - id = "thrusterblasts" - }, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) -"xq" = ( -/obj/structure/frame/machine, -/obj/effect/turf_decal/corner/opaque/purple{ - dir = 6 - }, -/obj/machinery/rnd/production/protolathe/department/basic, -/turf/open/floor/plasteel/dark, -/area/ship/science) -"xr" = ( -/obj/structure/table/reinforced, -/obj/item/stack/cable_coil/green, -/obj/item/stack/cable_coil/green, -/obj/item/multitool, -/obj/item/multitool, -/obj/item/clothing/gloves/color/yellow, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/ship/science) -"xv" = ( -/obj/structure/chair/pew/right, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"xw" = ( -/obj/structure/railing, -/obj/effect/turf_decal/siding/thinplating/light{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"xA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/trimline/opaque/bottlegreen/filled/line, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"xB" = ( -/obj/machinery/atmospherics/pipe/simple/general/hidden, -/turf/closed/wall/r_wall, -/area/ship/engineering/atmospherics) -"xF" = ( -/obj/machinery/advanced_airlock_controller{ - pixel_x = -28 - }, -/obj/machinery/atmospherics/pipe/simple/general/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"xK" = ( -/obj/structure/chair/pew, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"xS" = ( -/obj/effect/turf_decal/corner/opaque/blue/mono, -/obj/effect/turf_decal/trimline/opaque/black/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/opaque/black/line{ - dir = 1; - pixel_y = 6 - }, -/obj/structure/cable/cyan{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"xT" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable/cyan{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/command/glass/lp/dorms{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ship/crew/dorm) -"yh" = ( -/obj/machinery/light/directional/west, -/turf/open/floor/circuit, -/area/ship/science/ai_chamber) -"yo" = ( -/obj/structure/mineral_door/wood, -/turf/open/floor/plasteel/white, -/area/ship/hallway/fore) -"yt" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/cable/cyan{ - icon_state = "4-10" - }, -/obj/structure/cable/cyan{ - icon_state = "1-10" - }, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"yA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable/cyan{ - icon_state = "4-8" - }, -/obj/machinery/light/directional/south, -/obj/effect/turf_decal/trimline/opaque/grey/filled/line{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"yC" = ( -/obj/machinery/camera/autoname{ - dir = 5 - }, -/turf/open/floor/circuit, -/area/ship/science/ai_chamber) -"yD" = ( -/obj/machinery/autolathe, -/obj/machinery/light/directional/south, -/obj/effect/turf_decal/corner/opaque/purple{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/ship/science) -"yJ" = ( -/turf/closed/wall/r_wall, -/area/ship/crew/dorm) -"yU" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/layer2{ - dir = 8 - }, -/turf/open/floor/engine, -/area/ship/engineering/atmospherics) -"yZ" = ( -/obj/structure/cable/cyan{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/light_switch{ - dir = 8; - pixel_x = 22; - pixel_y = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/corner/opaque/orange{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/orange{ - dir = 6 - }, -/obj/machinery/button/door{ - dir = 8; - id = "miningblastlp"; - name = "Mining Bay Blast Doors"; - pixel_x = 22; - pixel_y = -9 - }, -/obj/machinery/button/shieldwallgen{ - dir = 8; - id = "ranger_shields"; - pixel_x = 22 - }, -/obj/effect/turf_decal/industrial/warning/corner, -/turf/open/floor/plasteel/dark, -/area/ship/storage) -"zc" = ( -/obj/machinery/power/smes, -/obj/structure/cable/cyan{ - icon_state = "0-9" - }, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) -"zk" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/cyan{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/port) -"zn" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/circuit/green/anim, -/area/ship/science/ai_chamber) -"zz" = ( -/obj/machinery/mineral/ore_redemption{ - dir = 4 - }, -/obj/effect/turf_decal/corner/opaque/orange{ - dir = 10 - }, -/obj/effect/turf_decal/corner/opaque/orange{ - dir = 4 - }, -/obj/effect/turf_decal/industrial/warning{ - dir = 4 - }, -/obj/effect/turf_decal/industrial/caution{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ship/storage) -"zF" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/ship/hallway/fore) -"zR" = ( -/obj/structure/curtain/cloth/fancy, -/turf/open/floor/carpet/executive, -/area/ship/crew/dorm) -"zW" = ( -/turf/template_noop, -/area/template_noop) -"Aa" = ( -/obj/structure/closet/secure_closet/lp/lieutenant, -/obj/item/gps, -/obj/item/clothing/shoes/jackboots, -/obj/item/kitchen/knife/combat/survival, -/obj/item/clothing/under/rank/security/head_of_security/alt/skirt/lp, -/obj/item/clothing/under/rank/security/head_of_security/alt/lp, -/obj/item/clothing/suit/jacket/leather/duster/command, -/obj/item/clothing/suit/jacket/miljacket, -/obj/item/clothing/mask/gas/sechailer/swat, -/obj/item/clothing/mask/breath, -/obj/item/flashlight/seclite, -/obj/machinery/door/window/lp/lieu, -/obj/structure/window/reinforced/spawner{ - dir = 4 - }, -/obj/structure/window/reinforced/spawner{ - dir = 8 - }, -/obj/item/clothing/head/beret/lt, -/obj/item/pinpointer/crew, -/obj/item/grenade/barrier, -/obj/item/grenade/barrier, -/obj/item/grenade/barrier, -/obj/item/grenade/smokebomb, -/obj/item/grenade/smokebomb, -/obj/item/lighter, -/obj/item/storage/fancy/cigarettes/derringer/gold, -/obj/item/clothing/gloves/krav_maga/sec, -/obj/item/storage/backpack/ert, -/obj/item/radio/headset/nanotrasen/alt/captain, -/obj/item/radio/headset/nanotrasen/captain, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"Ac" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/ship/medical) -"Ao" = ( -/obj/effect/turf_decal/corner/opaque/purple, -/turf/open/floor/plasteel/dark, -/area/ship/science) -"Ar" = ( -/obj/effect/turf_decal/corner/opaque/blue/mono, -/obj/effect/turf_decal/trimline/opaque/black/line{ - dir = 1; - pixel_y = 6 - }, -/obj/effect/turf_decal/trimline/opaque/black/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"AF" = ( -/obj/effect/turf_decal/corner/opaque/blue/mono, -/obj/effect/turf_decal/trimline/opaque/black/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/opaque/black/line{ - dir = 1; - pixel_y = 6 - }, -/obj/structure/cable/cyan{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"AO" = ( -/obj/structure/cable/cyan{ - icon_state = "4-9" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/item/radio/intercom/directional/south, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"AZ" = ( -/obj/effect/turf_decal/corner/opaque/blue/mono, -/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ - dir = 1; - pixel_y = -6 - }, -/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ - pixel_y = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable/cyan{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"Be" = ( -/obj/structure/cable/cyan{ - icon_state = "4-8" - }, -/turf/open/floor/plating/airless, -/area/ship/external) -"Bg" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "entrance_lockdown"; - name = "Entrance Lockdown Shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/ship/hallway/fore) -"Bh" = ( -/obj/structure/window/reinforced/spawner{ - dir = 8 - }, -/obj/structure/window/reinforced/spawner, -/obj/machinery/telecomms/receiver, -/turf/open/floor/circuit/airless, -/area/ship/hallway/central) -"Bl" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/cyan{ - icon_state = "1-9" - }, -/obj/effect/turf_decal/trimline/opaque/bottlegreen/filled/line, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"BA" = ( -/obj/structure/cable/cyan{ - icon_state = "1-2" - }, -/obj/machinery/camera/autoname{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/ship/maintenance/starboard) -"BC" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green{ - pixel_x = 5; - pixel_y = 13 - }, -/turf/open/floor/carpet/executive, -/area/ship/crew/dorm) -"BI" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable/cyan, -/obj/effect/turf_decal/corner/opaque/purple{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/ship/science) -"BO" = ( -/obj/effect/turf_decal/corner/opaque/blue{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/blue{ - dir = 6 - }, -/obj/item/gun/ballistic/revolver/detective, -/obj/item/kitchen/knife/combat/survival, -/obj/item/clothing/under/rank/civilian/lawyer/bluesuit/skirt, -/obj/item/clothing/under/rank/civilian/lawyer/bluesuit, -/obj/item/clothing/under/rank/civilian/lawyer/female, -/obj/item/clothing/under/rank/civilian/lawyer/female/skirt, -/obj/item/clothing/shoes/jackboots, -/obj/item/storage/fancy/cigarettes/cigars/cohiba, -/obj/item/lighter, -/obj/item/clothing/suit/armor/vest, -/obj/machinery/light/directional/east, -/obj/structure/closet/secure_closet/lp/commissioner, -/obj/item/ammo_box/c38/hotshot, -/obj/item/ammo_box/c38_box, -/obj/item/clothing/head/beret/puce, -/obj/item/radio/headset/nanotrasen/alt/captain, -/obj/item/radio/headset/nanotrasen/captain, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"Ca" = ( -/obj/structure/table/reinforced, -/obj/item/storage/firstaid/advanced, -/obj/item/storage/firstaid/brute, -/obj/effect/turf_decal/corner/opaque/blue/diagonal, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable/cyan{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel/white, -/area/ship/medical) -"Ce" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable/cyan{ - icon_state = "5-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) -"Cf" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/cable/cyan{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/trimline/opaque/grey/filled/line{ - dir = 9 - }, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"Cl" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/cyan{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/external, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/ship/science/ai_chamber) -"Cm" = ( -/obj/effect/turf_decal/corner/opaque/blue{ - dir = 6 - }, -/obj/machinery/light/directional/east, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"Cx" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/structure/cable/cyan{ - icon_state = "6-8" - }, -/obj/structure/cable/cyan{ - icon_state = "1-6" - }, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) -"CA" = ( -/obj/structure/cable/cyan{ - icon_state = "1-9" - }, -/obj/effect/turf_decal/trimline/opaque/grey/filled/line, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"CB" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/cyan{ - icon_state = "4-10" - }, -/obj/structure/cable/cyan{ - icon_state = "4-8" - }, -/obj/structure/cable/cyan{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) -"CD" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/structure/cable/cyan{ - icon_state = "2-5" - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"CG" = ( -/obj/effect/turf_decal/corner/opaque/blue{ - dir = 5 - }, -/obj/effect/turf_decal/corner/opaque/blue{ - dir = 8 - }, -/obj/machinery/vending/coffee, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/camera/autoname{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"CI" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/cyan{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/science/ai_chamber) -"CM" = ( -/obj/structure/cable/cyan{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/trimline/opaque/bottlegreen/filled/end{ - dir = 1 - }, -/obj/machinery/camera/autoname{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"CN" = ( -/obj/structure/table/reinforced, -/obj/structure/cable/cyan{ - icon_state = "9-10" - }, -/obj/effect/turf_decal/trimline/opaque/grey/filled/line{ - dir = 4 - }, -/obj/machinery/camera/autoname{ - dir = 8 - }, -/obj/item/storage/toolbox/mechanical{ - pixel_x = 3; - pixel_y = -2 - }, -/obj/machinery/light_switch{ - dir = 8; - pixel_x = 22; - pixel_y = -9 - }, -/obj/item/storage/toolbox/electrical{ - pixel_x = 3; - pixel_y = 7 - }, -/obj/item/screwdriver{ - pixel_y = 3 - }, -/obj/item/screwdriver{ - pixel_x = 2 - }, -/obj/item/screwdriver{ - pixel_x = 3; - pixel_y = -5 - }, -/obj/item/screwdriver{ - pixel_x = -5; - pixel_y = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"CP" = ( -/obj/structure/table/wood/poker, -/obj/effect/turf_decal/corner/opaque/blue/mono, -/obj/effect/turf_decal/trimline/opaque/black/line{ - pixel_y = -5 - }, -/obj/effect/turf_decal/trimline/opaque/black/line, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"CV" = ( -/obj/structure/table/rolling, -/obj/item/reagent_containers/spray/cleaner{ - pixel_x = 8; - pixel_y = 8 - }, -/obj/item/storage/backpack/duffelbag/med/surgery, -/obj/effect/turf_decal/corner/opaque/blue/diagonal, -/obj/machinery/light/directional/east, -/turf/open/floor/plasteel/white, -/area/ship/medical) -"CY" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/port) -"Dd" = ( -/obj/machinery/rnd/production/circuit_imprinter/department/science, -/obj/machinery/light/directional/east, -/obj/effect/turf_decal/corner/opaque/purple{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/ship/science) -"De" = ( -/turf/open/floor/plasteel/grimy, -/area/ship/hallway/fore) -"Df" = ( -/obj/structure/bed, -/obj/item/bedsheet/nanotrasen, -/obj/item/radio/intercom/directional/east, -/turf/open/floor/carpet/executive, -/area/ship/crew/dorm) -"Do" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/structure/cable/cyan{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"Dr" = ( -/obj/effect/turf_decal/corner/opaque/blue/mono, -/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ - dir = 1; - pixel_y = -6 - }, -/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ - pixel_y = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable/cyan{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 6 - }, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"Dw" = ( -/obj/structure/window/reinforced/spawner, -/obj/structure/table/reinforced, -/obj/item/assembly/prox_sensor, -/obj/effect/turf_decal/corner/opaque/purple{ - dir = 6 - }, -/obj/effect/turf_decal/corner/opaque/purple{ - dir = 8 - }, -/obj/item/storage/firstaid, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/ship/science) -"DH" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/cyan{ - icon_state = "1-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) -"Ek" = ( -/obj/structure/cable/cyan{ - icon_state = "4-8" - }, -/obj/structure/cable/cyan{ - icon_state = "2-4" - }, -/turf/open/floor/plating/airless, -/area/ship/external) -"Em" = ( -/obj/machinery/portable_atmospherics/canister/toxins, -/turf/open/floor/plasteel/dark, -/area/ship/maintenance/starboard) -"En" = ( -/obj/machinery/light/directional/south, -/turf/open/floor/circuit, -/area/ship/science/ai_chamber) -"Eq" = ( -/obj/structure/table/reinforced, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/rods/twentyfive, -/obj/item/stack/sheet/metal/fifty, -/obj/effect/turf_decal/trimline/opaque/grey/filled/line{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"Ew" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/opaque/grey/filled/line{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"EH" = ( -/obj/structure/cable/cyan{ - icon_state = "2-9" - }, -/obj/effect/turf_decal/trimline/opaque/mauve/filled/line{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"EJ" = ( -/obj/effect/turf_decal/industrial/outline/yellow, -/obj/effect/turf_decal/industrial/stand_clear, -/turf/open/floor/plasteel/tech, -/area/ship/bridge) -"EL" = ( -/obj/effect/turf_decal/corner/opaque/blue/mono, -/obj/effect/turf_decal/trimline/opaque/black/line{ - pixel_y = -5 - }, -/obj/effect/turf_decal/trimline/opaque/black/line, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 6 - }, -/obj/structure/chair/greyscale{ - dir = 1 - }, -/obj/structure/closet/emcloset/wall{ - dir = 1; - pixel_y = -33 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"EP" = ( -/obj/effect/turf_decal/industrial/outline/yellow, -/obj/effect/turf_decal/industrial/stand_clear, -/obj/machinery/portable_atmospherics/canister/air, -/turf/open/floor/plasteel/tech, -/area/ship/bridge) -"EW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/cyan{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"Fh" = ( -/obj/structure/chair/stool/bar{ - dir = 4 - }, -/obj/effect/turf_decal/corner/opaque/blue/mono, -/obj/effect/turf_decal/trimline/opaque/black/line{ - pixel_y = -5 - }, -/obj/effect/turf_decal/trimline/opaque/black/line, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"Fi" = ( -/obj/structure/cable/cyan{ - icon_state = "4-8" - }, -/obj/machinery/button/door{ - id = "thrusterblasts"; - name = "Thruster Blast Doors"; - pixel_y = 24 - }, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"Fo" = ( -/obj/structure/frame/machine, -/obj/effect/turf_decal/corner/opaque/purple{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/ship/science) -"Fw" = ( -/obj/structure/table/wood, -/obj/item/camera{ - pixel_x = 6; - pixel_y = 9 - }, -/obj/item/storage/crayons{ - pixel_x = -5; - pixel_y = 7 - }, -/obj/item/toy/crayon/spraycan{ - pixel_x = 9; - pixel_y = 4 - }, -/obj/item/camera_film{ - pixel_x = 8; - pixel_y = -4 - }, -/obj/item/camera_film{ - pixel_x = -8; - pixel_y = 2 - }, -/turf/open/floor/carpet/executive, -/area/ship/crew/dorm) -"Fx" = ( -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/obj/structure/cable/cyan{ - icon_state = "2-6" - }, -/obj/machinery/light/floor, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"Fz" = ( -/obj/machinery/power/shieldwallgen/atmos/roundstart{ - dir = 1; - id = "ranger_shields"; - locked = 1 - }, -/obj/structure/cable/cyan{ - icon_state = "0-9" - }, -/obj/machinery/door/poddoor{ - dir = 4; - id = "miningblastlp" - }, -/turf/open/floor/plasteel/dark, -/area/ship/storage) -"FB" = ( -/obj/effect/turf_decal/corner/opaque/blue{ - dir = 10 - }, -/obj/effect/turf_decal/corner/opaque/blue{ - dir = 4 - }, -/obj/structure/closet/crate, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/item/storage/box, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"FK" = ( -/obj/machinery/power/smes, -/obj/structure/cable/cyan{ - icon_state = "0-5" - }, -/obj/structure/cable/cyan{ - icon_state = "6-10" - }, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"FQ" = ( -/obj/structure/rack, -/obj/item/ammo_casing/shotgun, -/obj/item/ammo_casing/shotgun, -/obj/item/ammo_casing/shotgun, -/obj/item/ammo_casing/shotgun, -/obj/item/ammo_casing/shotgun/buckshot, -/obj/item/ammo_casing/shotgun/buckshot, -/obj/item/ammo_casing/shotgun/buckshot, -/obj/item/ammo_casing/shotgun/buckshot, -/obj/item/ammo_casing/shotgun/dragonsbreath, -/obj/item/ammo_casing/shotgun/dragonsbreath, -/obj/item/ammo_casing/shotgun/incendiary, -/obj/item/ammo_casing/shotgun/incendiary, -/obj/item/ammo_casing/shotgun/laserscatter, -/obj/item/ammo_casing/shotgun/laserscatter, -/turf/open/floor/vault, -/area/ship/security) -"FW" = ( -/obj/effect/turf_decal/corner/opaque/blue/mono, -/obj/effect/turf_decal/industrial/caution, -/obj/effect/turf_decal/industrial/warning{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"Gc" = ( -/obj/structure/frame/machine, -/obj/effect/turf_decal/corner/opaque/purple{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/purple{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/ship/science) -"Ge" = ( -/obj/machinery/atmospherics/components/unary/shuttle/heater, -/obj/structure/window/reinforced/spawner{ - dir = 1 - }, -/obj/machinery/door/poddoor{ - id = "thrusterblasts" - }, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"Gz" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/ship/science) -"GA" = ( -/obj/structure/table/reinforced, -/obj/machinery/light/directional/east, -/obj/item/storage/toolbox/electrical, -/obj/item/stack/sheet/rglass{ - amount = 25 - }, -/obj/item/wrench, -/turf/open/floor/circuit, -/area/ship/science/ai_chamber) -"GC" = ( -/obj/machinery/light/directional/north, -/turf/open/floor/circuit, -/area/ship/science/ai_chamber) -"GE" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/effect/turf_decal/corner/opaque/orange{ - dir = 6 - }, -/obj/structure/cable/cyan{ - icon_state = "6-8" - }, -/obj/structure/cable/cyan{ - icon_state = "5-8" - }, -/obj/effect/turf_decal/industrial/warning{ - dir = 4 - }, -/obj/effect/turf_decal/industrial/caution{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ship/storage) -"GN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/cyan{ - icon_state = "2-10" - }, -/obj/structure/cable/cyan{ - icon_state = "2-6" - }, -/obj/machinery/light/floor, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"GT" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/structure/cable/cyan{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/corner/opaque/blue/mono, -/obj/effect/turf_decal/trimline/opaque/black/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/opaque/black/line{ - dir = 1; - pixel_y = 6 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"GW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/cyan{ - icon_state = "1-6" - }, -/obj/machinery/door/airlock/command/glass/lp/bridge, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "innerouter"; - name = "Outer Port Shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"Ha" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window{ - dir = 8 - }, -/obj/item/paper_bin, -/obj/item/pen/red, -/obj/machinery/door/window/lp/commissioner{ - dir = 4 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "commshut"; - name = "Commissioner's Shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"Hs" = ( -/obj/machinery/power/shuttle/engine/electric, -/obj/structure/cable/cyan{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"Hy" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/ship/science/ai_chamber) -"HA" = ( -/obj/structure/cable/cyan{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ship/science/ai_chamber) -"HK" = ( -/obj/effect/turf_decal/corner/opaque/blue/diagonal, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/ship/medical) -"HU" = ( -/obj/effect/turf_decal/trimline/opaque/grey/filled/line, -/obj/structure/rack, -/obj/machinery/door/window/lp/engi{ - dir = 1 - }, -/obj/structure/window/reinforced/spawner{ - dir = 8 - }, -/obj/item/storage/belt/utility/chief, -/obj/item/melee/classic_baton/telescopic, -/obj/item/stock_parts/cell/gun, -/obj/item/gun/energy/e_gun/mindshield, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"HW" = ( -/obj/machinery/cryopod{ - dir = 8 - }, -/turf/open/floor/carpet/executive, -/area/ship/crew/dorm) -"HZ" = ( -/obj/structure/cable/cyan{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/light_switch{ - dir = 4; - pixel_x = -27; - pixel_y = 7 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ship/maintenance/starboard) -"Ib" = ( -/obj/structure/cable/cyan{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/trimline/opaque/mauve/filled/line{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"Ir" = ( -/obj/structure/window/reinforced/spawner{ - dir = 4 - }, -/obj/structure/window/reinforced/spawner, -/obj/structure/window/reinforced/spawner{ - dir = 8 - }, -/obj/machinery/suit_storage_unit/inherit, -/obj/item/clothing/suit/space/hardsuit/ert/lp, -/obj/item/clothing/shoes/magboots, -/obj/machinery/door/window/lp/lieu{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"Iu" = ( -/turf/open/floor/plasteel/dark, -/area/ship/science) -"Iy" = ( -/obj/effect/turf_decal/corner/opaque/blue/mono, -/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ - pixel_y = 6 - }, -/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ - dir = 1; - pixel_y = -6 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/structure/cable/cyan{ - icon_state = "4-8" - }, -/obj/machinery/light/floor, -/obj/effect/turf_decal/trimline/opaque/white, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"IG" = ( -/obj/machinery/camera/autoname{ - dir = 9 - }, -/turf/open/floor/circuit, -/area/ship/science/ai_chamber) -"IM" = ( -/obj/effect/turf_decal/corner/opaque/blue{ - dir = 6 - }, -/obj/structure/closet/crate, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/item/storage/box, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"IR" = ( -/obj/structure/window/reinforced/spawner{ - dir = 4 - }, -/obj/structure/window/reinforced/spawner, -/obj/machinery/suit_storage_unit/inherit, -/obj/item/clothing/suit/space/hardsuit/ert/lp/sec, -/obj/item/clothing/shoes/magboots, -/obj/machinery/door/window/lp/security{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"IT" = ( -/obj/machinery/iv_drip, -/obj/machinery/vending/wallmed{ - pixel_x = 26 - }, -/obj/effect/turf_decal/corner/opaque/blue/diagonal, -/turf/open/floor/plasteel/white, -/area/ship/medical) -"Ja" = ( -/obj/machinery/power/shuttle/engine/fueled/plasma, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"Ji" = ( -/obj/machinery/light/directional/west, -/obj/structure/table/reinforced, -/obj/machinery/reagentgrinder/constructed{ - pixel_x = -8 - }, -/obj/item/reagent_containers/food/drinks/shaker{ - pixel_x = 7 - }, -/obj/item/kitchen/knife, -/obj/item/reagent_containers/glass/rag{ - pixel_y = -6 - }, -/turf/open/floor/plasteel/grimy, -/area/ship/hallway/fore) -"Jl" = ( -/obj/effect/turf_decal/corner/opaque/blue/mono, -/obj/effect/turf_decal/trimline/opaque/black/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/opaque/black/line{ - dir = 1; - pixel_y = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable/cyan{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"Jn" = ( -/obj/structure/railing{ - dir = 8 - }, -/turf/open/floor/plasteel/stairs, -/area/ship/hallway/central) -"Jq" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/cyan{ - icon_state = "2-5" - }, -/obj/effect/turf_decal/corner/opaque/purple{ - dir = 9 - }, -/obj/machinery/camera/autoname{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ship/science) -"Jw" = ( -/obj/effect/turf_decal/corner/opaque/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ship/science) -"JK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/table/reinforced, -/obj/effect/turf_decal/trimline/opaque/grey/filled/line{ - dir = 1 - }, -/obj/machinery/recharger, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"JO" = ( -/obj/effect/turf_decal/corner/opaque/blue{ - dir = 9 - }, -/obj/structure/chair/comfy/black{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"JQ" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/port) -"JR" = ( -/turf/open/floor/circuit, -/area/ship/science/ai_chamber) -"Kb" = ( -/obj/machinery/porta_turret/ai, -/turf/open/floor/circuit, -/area/ship/science/ai_chamber) -"Kf" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/cyan{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/corner/opaque/purple, -/obj/effect/turf_decal/corner/opaque/purple{ - dir = 9 - }, -/obj/machinery/light_switch{ - dir = 4; - pixel_x = -27; - pixel_y = -8 - }, -/turf/open/floor/plasteel/dark, -/area/ship/science) -"Kg" = ( -/obj/effect/turf_decal/trimline/opaque/mauve/filled/corner, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"Kj" = ( -/obj/structure/cable/cyan{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/light_switch{ - dir = 4; - pixel_x = -27; - pixel_y = -8 - }, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) -"Kl" = ( -/obj/structure/closet/secure_closet/lp/security, -/obj/item/gps, -/obj/item/clothing/shoes/jackboots, -/obj/item/kitchen/knife/combat/survival, -/obj/item/clothing/under/rank/security/head_of_security/nt/skirt/lp, -/obj/item/clothing/under/rank/security/head_of_security/nt/lp, -/obj/item/clothing/suit/armor/vest/security/officer, -/obj/item/clothing/suit/hooded/wintercoat/security, -/obj/item/clothing/gloves/color/black, -/obj/item/clothing/mask/gas/sechailer, -/obj/item/clothing/mask/breath, -/obj/item/flashlight/seclite, -/obj/machinery/door/window/lp/security, -/obj/structure/window/reinforced/spawner{ - dir = 4 - }, -/obj/item/clothing/head/beret/sec, -/obj/item/clothing/head/helmet/sec, -/obj/item/restraints/legcuffs/bola/energy, -/obj/item/restraints/legcuffs/bola/energy, -/obj/item/assembly/flash, -/obj/item/reagent_containers/spray/pepper, -/obj/item/grenade/chem_grenade/teargas, -/obj/item/grenade/chem_grenade/teargas, -/obj/item/storage/box/flashbangs, -/obj/item/clothing/suit/armor/vest/security, -/obj/item/storage/box/handcuffs, -/obj/item/holosign_creator/security, -/obj/item/clothing/glasses/sunglasses/gar, -/obj/item/storage/backpack/ert/security, -/obj/item/radio/headset/nanotrasen/alt/captain, -/obj/item/radio/headset/nanotrasen/captain, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"Ko" = ( -/obj/structure/window/reinforced/spawner{ - dir = 1 - }, -/obj/structure/window/reinforced/spawner{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/layer4{ - dir = 8 - }, -/turf/open/floor/circuit/red/airless, -/area/ship/science/ai_chamber) -"Kt" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/cyan{ - icon_state = "9-10" - }, -/obj/effect/turf_decal/trimline/opaque/mauve/filled/line{ - dir = 8 - }, -/obj/machinery/holopad/emergency/security, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"Kv" = ( -/obj/structure/closet/secure_closet/lp/engineer, -/obj/item/gps, -/obj/item/clothing/shoes/jackboots, -/obj/item/kitchen/knife/combat/survival, -/obj/item/clothing/under/rank/engineering/engineer/maintenance_tech/skirt/lp, -/obj/item/clothing/under/rank/engineering/engineer/maintenance_tech/lp, -/obj/item/clothing/suit/hooded/wintercoat/engineering, -/obj/item/clothing/gloves/color/yellow, -/obj/item/clothing/mask/gas/welding, -/obj/item/clothing/mask/breath, -/obj/item/flashlight/seclite, -/obj/machinery/door/window/lp/engi, -/obj/structure/window/reinforced/spawner{ - dir = 8 - }, -/obj/item/clothing/head/beret/eng/hazard, -/obj/item/watertank/atmos, -/obj/item/storage/box/metalfoam, -/obj/item/pipe_dispenser, -/obj/item/clothing/glasses/meson/gar, -/obj/item/construction/rcd/loaded, -/obj/item/rcd_ammo/large, -/obj/item/holosign_creator/atmos, -/obj/item/holosign_creator/engineering, -/obj/item/weldingtool, -/obj/item/multitool, -/obj/item/storage/backpack/ert/engineer, -/obj/item/radio/headset/nanotrasen/alt/captain, -/obj/item/radio/headset/nanotrasen/captain, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"Kw" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable/cyan{ - icon_state = "4-8" - }, -/obj/machinery/light_switch{ - dir = 1; - pixel_x = -6; - pixel_y = -23 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/port) -"Kz" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/cyan{ - icon_state = "2-4" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"KC" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/camera/autoname{ - dir = 1 - }, -/turf/open/floor/circuit, -/area/ship/science/ai_chamber) -"KX" = ( -/obj/structure/window/reinforced/spawner{ - dir = 1 - }, -/obj/structure/window/reinforced/spawner{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/layer2{ - dir = 4 - }, -/obj/structure/table/reinforced, -/obj/item/flashlight/lamp/bananalamp{ - pixel_x = 7 - }, -/obj/item/toy/plush/among{ - pixel_y = -5 - }, -/turf/open/floor/circuit/red/airless, -/area/ship/science/ai_chamber) -"KY" = ( -/obj/effect/turf_decal/trimline/opaque/grey/filled/line, -/obj/structure/rack, -/obj/machinery/door/window/lp/lieu{ - dir = 1 - }, -/obj/structure/window/reinforced/spawner{ - dir = 8 - }, -/obj/item/storage/belt/military/assault, -/obj/item/storage/belt/bandolier, -/obj/item/melee/classic_baton/telescopic, -/obj/item/stock_parts/cell/gun, -/obj/item/gun/ballistic/shotgun/automatic/dual_tube/mindshield{ - pixel_y = -6 - }, -/obj/item/gun/energy/e_gun/mindshield{ - pixel_y = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"Lg" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable/cyan{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/command/glass/lp/port_hallway{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"Lk" = ( -/turf/closed/wall/r_wall, -/area/ship/bridge) -"Lm" = ( -/obj/machinery/computer/cryopod/directional/south, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/carpet/executive, -/area/ship/crew/dorm) -"Lt" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/opaque/grey/filled/line{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"LQ" = ( -/obj/item/disk/holodisk/lp/stations, -/turf/open/floor/circuit/airless, -/area/ship/hallway/central) -"LU" = ( -/obj/structure/bed, -/obj/item/bedsheet/nanotrasen, -/turf/open/floor/carpet/executive, -/area/ship/crew/dorm) -"LV" = ( -/turf/closed/wall/r_wall, -/area/ship/maintenance/port) -"Ma" = ( -/obj/effect/turf_decal/corner/opaque/blue{ - dir = 6 - }, -/obj/structure/closet/crate, -/obj/machinery/light/directional/east, -/obj/item/storage/box, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"Mf" = ( -/obj/effect/turf_decal/corner/opaque/blue{ - dir = 4 - }, -/obj/effect/turf_decal/corner/opaque/blue{ - dir = 9 - }, -/obj/structure/table/reinforced, -/obj/item/flashlight/lamp/green{ - pixel_x = -6; - pixel_y = 12 - }, -/obj/item/paicard{ - pixel_x = 6 - }, -/obj/item/coin/runite{ - pixel_x = -7; - pixel_y = -4 - }, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"Mg" = ( -/obj/effect/turf_decal/trimline/opaque/bottlegreen/filled/line, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"Mm" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable/cyan{ - icon_state = "6-8" - }, -/obj/effect/turf_decal/trimline/opaque/bottlegreen/filled/line{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"Mn" = ( -/obj/machinery/camera/autoname, -/turf/open/floor/circuit, -/area/ship/science/ai_chamber) -"Mt" = ( -/obj/structure/cable/cyan{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/trimline/opaque/mauve/filled/line{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"Mx" = ( -/obj/structure/tank_dispenser/oxygen, -/obj/effect/turf_decal/trimline/opaque/grey/filled/line{ - dir = 8 - }, -/obj/machinery/camera/autoname{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"Mz" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"ML" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/on/layer4{ - dir = 1 - }, -/turf/open/floor/engine, -/area/ship/engineering/atmospherics) -"MY" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable/cyan{ - icon_state = "2-8" - }, -/turf/open/floor/carpet/executive, -/area/ship/crew/dorm) -"Nj" = ( -/obj/structure/mopbucket, -/obj/item/mop, -/obj/item/caution, -/obj/item/reagent_containers/glass/bucket, -/obj/machinery/camera/autoname{ - dir = 5 - }, -/obj/machinery/light/directional/west, -/obj/item/storage/box/lights/bulbs, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/port) -"Nn" = ( -/obj/machinery/chem_dispenser/drinks{ - dir = 1 - }, -/obj/structure/table/reinforced, -/turf/open/floor/plasteel/grimy, -/area/ship/hallway/fore) -"Nx" = ( -/obj/machinery/airalarm/directional/south, -/obj/item/wrench, -/obj/machinery/power/port_gen/pacman, -/obj/structure/cable/cyan{ - icon_state = "0-9" - }, -/obj/item/stack/sheet/mineral/plasma/twenty, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"NC" = ( -/obj/effect/turf_decal/corner/opaque/blue, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"NM" = ( -/obj/machinery/light/directional/north, -/obj/structure/table/reinforced, -/obj/item/circuitboard/machine/telecomms/processor, -/obj/item/circuitboard/machine/telecomms/server, -/obj/item/circuitboard/machine/telecomms/relay, -/obj/item/circuitboard/machine/telecomms/hub, -/obj/item/circuitboard/machine/telecomms/bus, -/obj/effect/turf_decal/siding/thinplating/light/end{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"NR" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/cyan{ - icon_state = "2-4" - }, -/obj/structure/cable/cyan{ - icon_state = "1-4" - }, -/obj/structure/cable/cyan{ - icon_state = "2-10" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) -"NY" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/opaque/bottlegreen/filled/line{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"NZ" = ( -/obj/effect/turf_decal/corner/opaque/blue{ - dir = 4 - }, -/obj/effect/turf_decal/corner/opaque/blue{ - dir = 10 - }, -/obj/machinery/computer/crew{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"Of" = ( -/obj/effect/turf_decal/corner/opaque/purple{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ship/science) -"Oi" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable/cyan{ - icon_state = "5-8" - }, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/port) -"Om" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/structure/cable/cyan{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) -"Ot" = ( -/obj/item/banner/medical, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/port) -"Ou" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced/spawner, -/obj/structure/window/reinforced/spawner{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/item/radio/intercom/wideband/table, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"Ov" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/trimline/opaque/grey/filled/corner{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/opaque/mauve/filled/corner{ - dir = 8 - }, -/obj/structure/cable/cyan{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"Ow" = ( -/obj/machinery/portable_atmospherics/canister/toxins, -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer3{ - dir = 1 - }, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) -"OK" = ( -/obj/machinery/computer/camera_advanced{ - dir = 8 - }, -/obj/structure/window/reinforced/spawner{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"OP" = ( -/obj/structure/window/reinforced/spawner{ - dir = 4 - }, -/obj/structure/window/reinforced/spawner, -/obj/machinery/telecomms/broadcaster, -/turf/open/floor/circuit/airless, -/area/ship/hallway/central) -"OQ" = ( -/obj/structure/rack, -/obj/item/implantcase/mindshield, -/obj/item/implantcase/mindshield, -/obj/item/implantcase/mindshield, -/obj/item/implantcase/mindshield, -/obj/item/implantcase/mindshield, -/obj/item/implanter, -/turf/open/floor/vault, -/area/ship/security) -"OY" = ( -/obj/machinery/power/shieldwallgen/atmos/roundstart{ - id = "ranger_shields"; - locked = 1 - }, -/obj/machinery/door/poddoor{ - dir = 4; - id = "miningblastlp" - }, -/obj/structure/cable/cyan{ - icon_state = "0-10" - }, -/turf/open/floor/plasteel/dark, -/area/ship/storage) -"Ph" = ( -/obj/structure/fireaxecabinet{ - pixel_y = 32 - }, -/turf/open/floor/vault, -/area/ship/security) -"Pm" = ( -/obj/docking_port/stationary{ - dwidth = 15; - width = 30; - height = 15; - dir = 4 - }, -/turf/template_noop, -/area/template_noop) -"Po" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/opaque/bottlegreen/filled/line{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"Pp" = ( -/obj/machinery/door/poddoor{ - dir = 4; - id = "miningblastlp" - }, -/turf/open/floor/plasteel/dark, -/area/ship/storage) -"Pq" = ( -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable/cyan{ - icon_state = "0-4" - }, -/obj/structure/chair/comfy/black{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/opaque/bottlegreen/filled/line{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"Pr" = ( -/obj/machinery/airalarm/directional/west, -/obj/effect/turf_decal/trimline/opaque/bottlegreen/filled/end{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"Ps" = ( -/obj/effect/turf_decal/trimline/opaque/mauve/filled/line, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"PB" = ( -/obj/structure/chair/comfy/black{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"PH" = ( -/obj/machinery/recharge_station, -/turf/open/floor/circuit, -/area/ship/science/ai_chamber) -"PJ" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "entrance_lockdown"; - name = "Entrance Lockdown Shutters" - }, -/turf/open/floor/plating, -/area/ship/hallway/fore) -"PV" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on/layer4, -/turf/open/floor/circuit/airless, -/area/ship/hallway/central) -"Qa" = ( -/obj/effect/turf_decal/industrial/outline/yellow, -/obj/effect/turf_decal/industrial/stand_clear, -/obj/machinery/light/directional/west, -/obj/machinery/portable_atmospherics/scrubber, -/turf/open/floor/plasteel/tech, -/area/ship/bridge) -"Qk" = ( -/obj/machinery/light_switch{ - dir = 1; - pixel_x = -6; - pixel_y = -23 - }, -/turf/open/floor/circuit, -/area/ship/science/ai_chamber) -"Qt" = ( -/obj/structure/window/reinforced/spawner{ - dir = 8 - }, -/obj/machinery/telecomms/relay, -/turf/open/floor/circuit/airless, -/area/ship/hallway/central) -"Qu" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/ship/medical) -"QC" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/structure/cable/cyan{ - icon_state = "0-4" - }, -/obj/structure/cable/cyan{ - icon_state = "5-9" - }, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) -"QI" = ( -/turf/open/floor/circuit/green/anim, -/area/ship/science/ai_chamber) -"QJ" = ( -/obj/effect/turf_decal/corner/opaque/blue{ - dir = 6 - }, -/obj/effect/turf_decal/corner/opaque/blue{ - dir = 1 - }, -/obj/machinery/computer/camera_advanced{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"QT" = ( -/turf/closed/wall/r_wall, -/area/ship/maintenance/starboard) -"QU" = ( -/obj/effect/turf_decal/corner/opaque/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"QV" = ( -/obj/structure/chair/stool/bar, -/obj/effect/turf_decal/corner/opaque/blue/mono, -/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ - dir = 1; - pixel_y = -6 - }, -/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ - pixel_y = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"Rg" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/cyan{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/command/glass/lp/bridge, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "innerinner"; - name = "Inner Fore Shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"Rj" = ( -/obj/structure/cable/cyan{ - icon_state = "9-10" - }, -/turf/open/floor/plasteel/dark, -/area/ship/science) -"Rn" = ( -/obj/machinery/power/tracker, -/obj/effect/turf_decal/solarpanel, -/obj/structure/cable/cyan, -/turf/open/floor/plating/airless, -/area/ship/external) -"RA" = ( -/obj/structure/cable/cyan{ - icon_state = "4-8" - }, -/obj/machinery/button/door{ - id = "thrusterblasts"; - name = "Thruster Blast Doors"; - pixel_y = 24 - }, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) -"RB" = ( -/obj/structure/cable/cyan{ - icon_state = "4-8" - }, -/obj/structure/cable/cyan{ - icon_state = "2-8" - }, -/turf/open/floor/plating/airless, -/area/ship/external) -"RN" = ( -/obj/structure/window/reinforced/spawner{ - dir = 8 - }, -/obj/structure/table/reinforced, -/obj/item/radio/intercom/wideband/directional/south, -/turf/open/floor/circuit/red/airless, -/area/ship/science/ai_chamber) -"RS" = ( -/obj/structure/cable/cyan{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/airlock/command/glass/lp/engines, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ship/maintenance/starboard) -"Sl" = ( -/obj/effect/turf_decal/corner/opaque/blue{ - dir = 9 - }, -/obj/structure/table/reinforced, -/obj/machinery/light_switch{ - dir = 4; - pixel_x = -24; - pixel_y = -10 - }, -/obj/effect/spawner/lootdrop/lpretrieval, -/obj/effect/spawner/lootdrop/lpaid, -/obj/effect/spawner/lootdrop/lpcombat, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"SE" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/structure/cable/cyan{ - icon_state = "0-4" - }, -/obj/machinery/light/directional/west, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) -"SI" = ( -/obj/structure/chair/sofa{ - dir = 4 - }, -/obj/effect/turf_decal/corner/opaque/blue{ - dir = 9 - }, -/obj/structure/cable/cyan{ - icon_state = "2-5" - }, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"SZ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/cyan{ - icon_state = "2-8" - }, -/obj/structure/cable/cyan{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) -"Ta" = ( -/obj/structure/window/reinforced/spawner{ - dir = 1 - }, -/obj/structure/closet/cabinet, -/obj/item/storage/box/beanbag, -/obj/item/gun/ballistic/shotgun/doublebarrel, -/obj/item/clothing/under/rank/civilian/bartender/purple, -/obj/item/clothing/under/rank/civilian/bartender/skirt, -/obj/item/clothing/suit/apron/purple_bartender, -/obj/item/clothing/under/rank/civilian/bartender, -/obj/item/toy/figure/bartender, -/obj/item/table_bell/brass, -/obj/item/clothing/head/collectable/tophat, -/obj/item/radio/headset/nanotrasen, -/turf/open/floor/plasteel/grimy, -/area/ship/hallway/fore) -"Tb" = ( -/turf/closed/wall/r_wall, -/area/ship/storage) -"Tf" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/airlock/command/glass/lp/commissioner{ - dir = 4 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 4; - id = "commshut"; - name = "Commissioner's Shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"Th" = ( -/obj/machinery/vending/autodrobe/all_access, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/port) -"Tm" = ( -/obj/effect/turf_decal/corner/opaque/blue{ - dir = 5 - }, -/obj/item/radio/intercom/wideband/directional/north, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"Ty" = ( -/obj/structure/table/wood, -/obj/structure/bedsheetbin, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable/cyan, -/obj/machinery/light_switch{ - dir = 4; - pixel_x = -27; - pixel_y = 8 - }, -/turf/open/floor/carpet/executive, -/area/ship/crew/dorm) -"Tz" = ( -/obj/effect/turf_decal/industrial/outline/yellow, -/obj/effect/turf_decal/industrial/stand_clear, -/obj/structure/closet/emcloset/wall{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/tech, -/area/ship/bridge) -"TG" = ( -/obj/structure/table/reinforced, -/obj/item/gps, -/obj/item/gps, -/obj/item/gps, -/obj/item/gps, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/structure/cable/cyan{ - icon_state = "2-6" - }, -/obj/effect/turf_decal/corner/opaque/orange{ - dir = 5 - }, -/obj/machinery/camera/autoname, -/turf/open/floor/plasteel/dark, -/area/ship/storage) -"TK" = ( -/obj/machinery/suit_storage_unit/independent/mining/eva, -/obj/effect/turf_decal/corner/opaque/orange{ - dir = 4 - }, -/obj/effect/turf_decal/corner/opaque/orange{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/ship/storage) -"TL" = ( -/obj/effect/turf_decal/corner/opaque/blue/mono, -/obj/effect/turf_decal/trimline/opaque/black/line, -/obj/effect/turf_decal/trimline/opaque/black/line{ - pixel_y = -5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"TN" = ( -/obj/effect/turf_decal/corner/opaque/blue{ - dir = 6 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/cable/cyan{ - icon_state = "0-8" - }, -/obj/structure/cable/cyan{ - icon_state = "1-9" - }, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"TR" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/cyan{ - icon_state = "2-10" - }, -/obj/structure/cable/cyan{ - icon_state = "8-10" - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/port) -"Uj" = ( -/obj/machinery/computer/telecomms/server, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"Ul" = ( -/obj/structure/table/reinforced, -/obj/item/aiModule/core/full/hulkamania, -/obj/item/aiModule/core/full/reporter, -/obj/item/aiModule/core/freeformcore, -/turf/open/floor/circuit, -/area/ship/science/ai_chamber) -"Ur" = ( -/turf/closed/wall/r_wall, -/area/ship/science/ai_chamber) -"Us" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/cyan{ - icon_state = "2-10" - }, -/obj/structure/cable/cyan{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/port) -"Ut" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/cyan{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/airlock/command/glass/lp/engines, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ship/maintenance/starboard) -"UD" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ship/science) -"UN" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ship/science) -"UU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/cyan{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/external, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "outerouter"; - name = "Outer Aft Shutters" - }, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"UZ" = ( -/obj/structure/cable/cyan{ - icon_state = "0-8" - }, -/turf/open/floor/plating/airless, -/area/ship/external) -"Vg" = ( -/obj/effect/turf_decal/corner/opaque/blue/mono, -/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ - pixel_y = 6 - }, -/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ - dir = 1; - pixel_y = -6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable/cyan{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"Vh" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"Vk" = ( -/obj/machinery/holopad/emergency/command, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"Vl" = ( -/obj/item/bedsheet/medical, -/obj/structure/bed, -/obj/effect/turf_decal/corner/opaque/blue/diagonal, -/obj/structure/curtain/cloth, -/turf/open/floor/plasteel/white, -/area/ship/medical) -"Vp" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/layer_manifold/visible, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "entrance_lockdown"; - name = "Entrance Lockdown Shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/ship/hallway/fore) -"Vq" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable/cyan{ - icon_state = "1-10" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/light/directional/east, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/port) -"Vw" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/carpet/executive, -/area/ship/crew/dorm) -"VA" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/window/plasma/reinforced/spawner{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/visible/layer2{ - dir = 4 - }, -/turf/open/floor/engine, -/area/ship/engineering/atmospherics) -"VH" = ( -/obj/machinery/power/solar_control{ - dir = 4 - }, -/obj/structure/cable/cyan{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"VJ" = ( -/obj/structure/chair/stool/bar, -/obj/effect/turf_decal/corner/opaque/blue/mono, -/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ - dir = 1; - pixel_y = -6 - }, -/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ - pixel_y = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable/cyan{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"VM" = ( -/obj/machinery/door/window, -/obj/machinery/door/window{ - dir = 1 - }, -/obj/structure/window/reinforced/spawner{ - dir = 4 - }, -/obj/structure/window/reinforced/spawner{ - dir = 8 - }, -/obj/machinery/power/shieldwallgen/atmos/roundstart{ - dir = 4; - id = "ranger_telecomms"; - locked = 1 - }, -/obj/machinery/power/shieldwallgen/atmos/roundstart{ - dir = 8; - id = "ranger_telecomms"; - locked = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/circuit/green, -/area/ship/hallway/central) -"VP" = ( -/obj/structure/window/reinforced/spawner{ - dir = 4 - }, -/obj/machinery/telecomms/processor, -/turf/open/floor/circuit/airless, -/area/ship/hallway/central) -"VQ" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/cyan{ - icon_state = "4-6" - }, -/obj/structure/cable/cyan{ - icon_state = "1-10" - }, -/obj/effect/turf_decal/plaque, -/obj/item/storage/backpack/satchel/flat/with_clown, -/obj/effect/turf_decal/floordetail/pryhole, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"VU" = ( -/obj/effect/turf_decal/corner/opaque/blue/diagonal, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable/cyan{ - icon_state = "5-9" - }, -/obj/machinery/door/airlock/medical/glass/lp/medical{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/ship/medical) -"Wj" = ( -/obj/structure/closet/crate/trashcart, -/obj/item/storage/bag/trash, -/obj/item/trash/semki, -/obj/item/trash/chips, -/obj/item/trash/tray, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/port) -"Wr" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/light/floor, -/obj/structure/chair/comfy/black, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"Wv" = ( -/obj/machinery/light/directional/east, -/obj/effect/turf_decal/siding/blue/end{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"WA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable/cyan{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/command/glass/lp/security{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"WG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable/cyan{ - icon_state = "0-8" - }, -/obj/structure/cable/cyan{ - icon_state = "4-5" - }, -/obj/effect/turf_decal/trimline/opaque/grey/filled/line, -/obj/effect/turf_decal/trimline/opaque/mauve/filled/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"WM" = ( -/obj/structure/window/reinforced/spawner{ - dir = 4 - }, -/obj/structure/table/reinforced, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/circuit/red/airless, -/area/ship/science/ai_chamber) -"WR" = ( -/obj/machinery/power/solar, -/obj/effect/turf_decal/solarpanel, -/turf/open/floor/plating/airless, -/area/ship/external) -"WT" = ( -/obj/structure/cable/cyan, -/obj/item/stack/cable_coil/yellow, -/turf/open/floor/plating/airless, -/area/ship/external) -"WY" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/opaque/mauve/filled/line, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"Xb" = ( -/obj/structure/window/plasma/reinforced/spawner{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/outlet_injector/on{ - dir = 4 - }, -/turf/open/floor/engine, -/area/ship/engineering/atmospherics) -"Xg" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/cyan{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"Xl" = ( -/obj/effect/turf_decal/corner/opaque/blue/mono, -/obj/effect/turf_decal/trimline/opaque/black/line{ - dir = 1; - pixel_y = 6 - }, -/obj/effect/turf_decal/trimline/opaque/black/line{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"Xp" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "innerouter"; - name = "Outer Port Shutters" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/ship/bridge) -"Xt" = ( -/obj/structure/cable/cyan{ - icon_state = "1-6" - }, -/obj/effect/turf_decal/trimline/opaque/grey/filled/line{ - dir = 8 - }, -/obj/machinery/light/directional/west, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"Xy" = ( -/obj/effect/turf_decal/industrial/hatch, -/obj/effect/turf_decal/industrial/outline/red, -/obj/structure/frame/machine, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"XA" = ( -/obj/structure/closet/crate/trashcart/laundry, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/port) -"XD" = ( -/obj/effect/turf_decal/corner/opaque/blue/mono, -/obj/effect/turf_decal/trimline/opaque/black/line{ - pixel_y = -5 - }, -/obj/effect/turf_decal/trimline/opaque/black/line, -/obj/machinery/camera/autoname{ - dir = 9 - }, -/obj/machinery/door/window/lp{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"XH" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber, -/turf/open/floor/engine, -/area/ship/engineering/atmospherics) -"XK" = ( -/obj/machinery/power/smes/shuttle/precharged, -/obj/structure/window/reinforced/spawner{ - dir = 1 - }, -/obj/structure/cable/cyan, -/obj/machinery/door/poddoor{ - id = "thrusterblasts" - }, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"XL" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/door/window/lp{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"XR" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/cyan{ - icon_state = "1-6" - }, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"XT" = ( -/obj/machinery/light/directional/east, -/turf/open/floor/plasteel/grimy, -/area/ship/hallway/fore) -"XV" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/circuit/green/anim, -/area/ship/science/ai_chamber) -"XW" = ( -/obj/effect/turf_decal/corner/opaque/blue/diagonal, -/obj/machinery/light_switch{ - pixel_y = 25 - }, -/obj/machinery/camera/autoname, -/turf/open/floor/plasteel/white, -/area/ship/medical) -"Yk" = ( -/obj/structure/table/reinforced, -/obj/item/vending_refill/security, -/obj/item/vending_refill/engineering, -/obj/effect/turf_decal/trimline/opaque/grey/filled/line{ - dir = 5 - }, -/obj/item/vending_refill/medical, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"Ym" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = -16; - pixel_y = 4 - }, -/obj/structure/mirror{ - pixel_y = 26 - }, -/turf/open/floor/plasteel/white, -/area/ship/hallway/fore) -"Yn" = ( -/turf/open/floor/circuit/airless, -/area/ship/hallway/central) -"Yw" = ( -/obj/structure/window/reinforced/spawner{ - dir = 1 - }, -/obj/structure/window/reinforced/spawner{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/holopad/emergency/command, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"Yy" = ( -/obj/machinery/turretid{ - pixel_y = 25; - req_access = list(403) - }, -/obj/machinery/atmospherics/components/binary/pump/on/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump/on/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ship/science/ai_chamber) -"YH" = ( -/obj/structure/cable/cyan{ - icon_state = "1-2" - }, -/turf/open/floor/plating/airless, -/area/ship/external) -"YM" = ( -/obj/machinery/vending/cola/pwr_game, -/obj/effect/turf_decal/trimline/opaque/grey/filled/line{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"YU" = ( -/obj/structure/cable/cyan, -/obj/machinery/camera/autoname{ - dir = 1 - }, -/turf/open/floor/plating/airless, -/area/ship/external) -"YW" = ( -/obj/effect/turf_decal/corner/opaque/blue/mono, -/obj/effect/turf_decal/trimline/opaque/black/line{ - pixel_y = -5 - }, -/obj/effect/turf_decal/trimline/opaque/black/line, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 6 - }, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"YZ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/cable/cyan{ - icon_state = "5-10" - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/port) -"Zc" = ( -/obj/structure/table/wood/poker, -/obj/effect/turf_decal/corner/opaque/blue/mono, -/obj/effect/turf_decal/trimline/opaque/black/line{ - pixel_y = -5 - }, -/obj/effect/turf_decal/trimline/opaque/black/line, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"Zf" = ( -/obj/structure/window/reinforced/spawner, -/obj/structure/table/reinforced, -/obj/machinery/recharger, -/obj/item/stock_parts/cell/high/plus, -/obj/effect/turf_decal/corner/opaque/purple{ - dir = 9 - }, -/obj/effect/turf_decal/corner/opaque/purple, -/obj/item/radio/headset/nanotrasen, -/obj/item/radio/headset/nanotrasen, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/ship/science) -"Zi" = ( -/obj/effect/turf_decal/corner/opaque/blue/diagonal, -/obj/machinery/door/window/lp/operatingroom{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/ship/medical) -"Zk" = ( -/obj/effect/turf_decal/corner/opaque/blue/mono, -/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ - dir = 1; - pixel_y = -6 - }, -/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ - pixel_y = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable/cyan{ - icon_state = "1-8" - }, -/obj/structure/cable/cyan{ - icon_state = "2-8" - }, -/obj/structure/cable/cyan{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/corner/opaque/white{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"Zs" = ( -/turf/open/floor/carpet/executive, -/area/ship/crew/dorm) -"Zt" = ( -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 9 - }, -/turf/open/floor/engine/hull, -/area/ship/external) -"Zv" = ( -/obj/effect/turf_decal/corner/opaque/blue/diagonal, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/ship/medical) -"Zw" = ( -/obj/structure/cable/cyan{ - icon_state = "2-5" - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/port) -"Zx" = ( -/obj/machinery/computer/helm{ - dir = 4 - }, -/obj/structure/window/reinforced/spawner{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"ZB" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/cable/cyan{ - icon_state = "4-6" - }, -/obj/structure/cable/cyan{ - icon_state = "1-6" - }, -/obj/effect/turf_decal/trimline/opaque/mauve/filled/line{ - dir = 10 - }, -/obj/structure/window/reinforced/spawner, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"ZC" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"ZF" = ( -/obj/machinery/light/directional/east, -/obj/machinery/atmospherics/components/unary/tank/air{ - dir = 8; - piping_layer = 2 - }, -/turf/open/floor/plasteel/dark, -/area/ship/maintenance/starboard) -"ZG" = ( -/obj/structure/cable/cyan{ - icon_state = "0-4" - }, -/turf/open/floor/plating/airless, -/area/ship/external) -"ZK" = ( -/obj/structure/cable/cyan{ - icon_state = "0-2" - }, -/turf/open/floor/plating/airless, -/area/ship/external) -"ZS" = ( -/obj/effect/turf_decal/industrial/outline/yellow, -/obj/effect/turf_decal/industrial/stand_clear, -/obj/structure/closet/firecloset/wall{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/tech, -/area/ship/bridge) -"ZU" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/cable/cyan{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/effect/turf_decal/corner/opaque/orange{ - dir = 10 - }, -/obj/effect/turf_decal/corner/opaque/orange{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ship/storage) -"ZW" = ( -/obj/structure/closet/secure_closet/medical3, -/obj/item/defibrillator, -/obj/item/stock_parts/cell/high, -/obj/item/storage/box/gloves, -/obj/item/storage/box/masks, -/obj/item/storage/belt/medical/surgery, -/obj/item/storage/belt/medical/surgery, -/obj/effect/turf_decal/corner/opaque/blue/diagonal, -/obj/item/clothing/suit/hooded/wintercoat/medical, -/obj/item/clothing/under/rank/medical/doctor/blue, -/obj/item/clothing/under/rank/medical/doctor/nurse, -/obj/item/clothing/under/rank/medical/doctor/skirt, -/obj/item/holosign_creator/medical, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/plasteel/white, -/area/ship/medical) -"ZZ" = ( -/obj/effect/turf_decal/industrial/outline/yellow, -/obj/effect/turf_decal/industrial/stand_clear, -/obj/machinery/portable_atmospherics/pump, -/turf/open/floor/plasteel/tech, -/area/ship/bridge) - -(1,1,1) = {" -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -"} -(2,1,1) = {" -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -"} -(3,1,1) = {" -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -ix -QT -QT -QT -QT -QT -QT -QT -aP -aP -aP -aP -aP -aP -fV -fV -fV -fV -fV -fV -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -"} -(4,1,1) = {" -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -hl -qS -SE -Kj -RS -HZ -BA -Ut -po -BI -Jq -hn -Kf -bn -Cf -Xt -Mx -qb -YM -fV -fV -zW -zW -zW -zW -zW -zW -zW -zW -zW -"} -(5,1,1) = {" -zW -zW -zW -zW -zW -zW -zW -zW -ix -QT -QT -QT -RA -Ce -QT -ZF -Em -QT -Fo -Rj -ry -UD -yD -aP -bS -Kg -EH -my -gP -dA -fV -fV -fV -fV -zW -zW -zW -zW -zW -zW -"} -(6,1,1) = {" -zW -zW -zW -zW -zW -zW -zW -zW -hl -xp -oQ -tq -CB -wE -QT -QT -QT -QT -rc -Iu -xr -pf -Jw -Zf -Lt -WY -Ir -Aa -Ib -CA -fX -gz -FQ -fV -zW -zW -zW -zW -zW -zW -"} -(7,1,1) = {" -zW -zW -zW -zW -zW -zW -zW -zW -hl -xp -oQ -Om -SZ -Cx -vT -vk -QT -cX -Of -kh -hJ -UN -Iu -hm -Ew -mk -IR -Kl -Mt -KY -fV -Ph -id -fV -zW -zW -zW -zW -zW -zW -"} -(8,1,1) = {" -zW -zW -zW -zW -zW -zW -zW -zW -sF -aH -cv -vF -Ow -dp -zc -QC -QT -lW -ld -Iu -Iu -Iu -Ao -Dw -Lt -iF -dC -Kv -Mt -sk -fV -OQ -cN -fV -zW -zW -zW -zW -zW -zW -"} -(9,1,1) = {" -zW -zW -zW -zW -zW -zW -zW -zW -ix -QT -QT -QT -QT -pa -NR -DH -QT -aP -Gc -jk -xq -Dd -oz -Gz -JK -Ps -aI -iZ -Mt -HU -fV -fV -fV -fV -zW -zW -zW -zW -zW -zW -"} -(10,1,1) = {" -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -Be -WR -WR -aP -aP -aP -aP -aP -aP -aP -kQ -Ov -ZB -eh -wf -st -fV -zW -zW -zW -zW -zW -zW -zW -zW -zW -"} -(11,1,1) = {" -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -WR -RB -WT -ZK -sR -zW -zW -zW -zW -zW -aP -fV -Yk -ji -Kt -WG -fV -fV -zW -zW -zW -zW -zW -zW -zW -zW -zW -"} -(12,1,1) = {" -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -WR -Be -WR -WR -zW -zW -zW -zW -zW -zW -zW -fV -fV -Eq -CN -yA -fV -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -"} -(13,1,1) = {" -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -WR -Be -mR -WR -zW -zW -zW -zW -zW -zW -zW -zW -fV -fV -fV -WA -fV -gg -gg -gg -gg -zW -zW -zW -zW -zW -zW -"} -(14,1,1) = {" -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -WR -RB -YH -YU -Lk -Lk -Lk -Lk -Lk -zW -sJ -sJ -sJ -Qt -Bh -Jl -sM -vV -gg -pi -gg -gg -gg -zW -zW -zW -zW -"} -(15,1,1) = {" -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -WR -Be -WR -WR -Lk -Tz -Qa -ZZ -Lk -Lk -sJ -jR -Yn -Yn -gi -GT -hP -qJ -gg -yo -gg -Ym -gg -zW -zW -zW -zW -"} -(16,1,1) = {" -zW -zW -zW -zW -Ur -Ur -Ur -Ur -Ur -zW -zW -zW -zW -WR -Be -WR -Lk -Lk -ZS -EJ -jb -EP -Lk -Lk -ad -LQ -PV -VM -FW -oy -pp -gg -oq -dK -zF -gg -zW -zW -zW -zW -"} -(17,1,1) = {" -zW -Ur -Ur -Ur -Ur -Ul -dS -Kb -Ur -mQ -mQ -rq -zW -WR -Be -WR -Lk -cf -ps -ml -hf -xo -hZ -Lk -nh -Yn -Yn -gi -eb -Iy -TL -la -jW -iI -xj -gg -zW -zW -zW -zW -"} -(18,1,1) = {" -Ur -Ur -yh -Kb -yC -JR -QI -JR -Ur -XH -xB -Zt -zW -WR -UZ -WR -Lk -wD -Cm -vU -Ma -IM -FB -Lk -fy -Yn -VP -OP -Xl -AZ -EL -gg -gg -gg -gg -gg -gg -gg -zW -zW -"} -(19,1,1) = {" -Ur -PH -iD -zn -zn -zn -zn -fo -Ur -Xb -mQ -Ur -Ur -wq -wq -Lk -Lk -Lk -Lk -cd -Lk -tj -tj -Lk -Lk -Lk -Lk -Uj -rF -jr -ok -fr -aD -Pr -eT -Pq -cw -gg -gg -gg -"} -(20,1,1) = {" -Ur -Mn -dv -KX -RN -Ur -dd -KC -Ur -iX -Ur -wp -kj -sw -wq -uH -gW -lj -CG -vU -eU -SI -fd -sq -mw -dE -Xp -ZC -Xl -Dr -YW -Yw -Zx -nA -Mm -uk -xA -Vp -xF -PJ -"} -(21,1,1) = {" -Ur -GC -wO -dl -jf -Ur -ic -bN -aq -HA -Cl -CI -jG -vS -kO -UU -fJ -cx -XR -Fx -VQ -GN -Xg -Rg -EW -EW -GW -Mz -Ar -mh -az -XL -Wr -hk -Po -rM -Mg -wh -bV -ih -"} -(22,1,1) = {" -Ur -JR -QI -Ko -WM -Ur -XV -Qk -Ur -Yy -Ur -sU -Hy -rL -wq -Lk -gD -rZ -ak -ef -TN -fU -gL -sq -Wv -dE -Xp -tg -qF -Vg -ok -rJ -OK -Ou -NY -CD -Bl -Bg -mv -PJ -"} -(23,1,1) = {" -Ur -PH -QI -QI -QI -cy -QI -En -Ur -VA -mQ -Ur -Ur -wq -lp -Lk -Lk -Lk -Lk -Tf -Lk -Ha -tK -Lk -Lk -Lk -Lk -ut -hi -Zk -us -vY -eE -CM -cW -qQ -bX -gg -gg -gg -"} -(24,1,1) = {" -Ur -Ur -kc -Kb -IG -JR -QI -JR -Ur -yU -ML -mQ -zW -WR -ZG -WR -Lk -Mf -Sl -vU -iL -JO -lv -Lk -eq -jB -xw -am -jv -cI -Fh -lX -gg -gg -gg -gg -gg -gg -zW -zW -"} -(25,1,1) = {" -zW -Ur -Ur -Ur -Ur -iz -GA -Kb -Ur -mQ -mQ -mQ -zW -WR -Be -WR -Lk -BO -QU -Vk -Vh -NC -sf -Lk -pA -wu -tk -xK -xS -VJ -CP -sQ -Ta -Ji -sm -gh -zW -zW -zW -zW -"} -(26,1,1) = {" -zW -zW -zW -zW -Ur -Ur -Ur -Ur -Ur -zW -zW -zW -zW -WR -Be -WR -Lk -Lk -Tm -PB -NC -NZ -Lk -Lk -Xy -vz -tk -xv -AF -QV -Zc -De -De -De -Nn -gh -zW -zW -zW -zW -"} -(27,1,1) = {" -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -WR -Be -WR -WR -Lk -QJ -vN -hO -Lk -Lk -sJ -NM -ff -ks -Jn -AF -QV -aK -De -pD -ah -gF -gg -zW -zW -zW -zW -"} -(28,1,1) = {" -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -WR -Ek -YH -YU -Lk -Lk -Lk -Lk -Lk -zW -sJ -sJ -sJ -eN -pB -kN -aW -XD -XT -bu -gg -gg -gg -zW -zW -zW -zW -"} -(29,1,1) = {" -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -WR -Be -WR -WR -zW -zW -zW -zW -zW -zW -zW -zW -sJ -sJ -sJ -Lg -sJ -gg -gg -gg -gg -zW -zW -zW -zW -zW -zW -"} -(30,1,1) = {" -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -WR -Be -mR -mR -zW -zW -zW -zW -zW -zW -zW -jA -jA -Nj -ay -Kw -jA -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -"} -(31,1,1) = {" -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -mR -Ek -WT -ZK -Rn -zW -zW -zW -zW -zW -jA -jA -Wj -Zw -hx -Oi -jA -jA -zW -zW -zW -zW -zW -zW -zW -zW -zW -"} -(32,1,1) = {" -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -Be -mR -mR -Tb -Tb -Tb -jA -jA -jA -jA -XA -YZ -dq -vb -vh -Ot -jA -zW -zW -zW -zW -zW -zW -zW -zW -zW -"} -(33,1,1) = {" -zW -zW -zW -zW -zW -zW -zW -zW -fH -LV -LV -LV -LV -Kz -ec -wl -LV -Tb -rd -Tb -JQ -or -oM -fM -YZ -CY -Ac -bD -VU -vm -vm -vm -vm -vm -zW -zW -zW -zW -zW -zW -"} -(34,1,1) = {" -zW -zW -zW -zW -zW -zW -zW -zW -Ja -Ge -lc -cE -fx -VH -FK -of -LV -nt -ZU -aC -zk -Us -Vq -TR -uU -Th -Qu -ne -Zv -ng -lK -hz -tu -up -zW -zW -zW -zW -zW -zW -"} -(35,1,1) = {" -zW -zW -zW -zW -zW -zW -zW -zW -Hs -wC -cR -Do -cP -yt -qZ -Nx -LV -wQ -ab -Tb -yJ -yJ -yJ -no -xT -yJ -vm -Ca -dw -dP -Zi -lL -uW -up -zW -zW -zW -zW -zW -zW -"} -(36,1,1) = {" -zW -zW -zW -zW -zW -zW -zW -zW -Hs -XK -cR -tC -gs -mZ -LV -LV -LV -TG -nQ -Tb -uw -LU -zR -vj -MY -Ty -vm -vB -pr -HK -jZ -IT -CV -up -zW -zW -zW -zW -zW -zW -"} -(37,1,1) = {" -zW -zW -zW -zW -zW -zW -zW -zW -fH -LV -LV -LV -Fi -AO -LV -TK -mJ -rt -tJ -Tb -BC -Zs -zR -mb -Vw -Lm -vm -XW -lL -ZW -vm -vm -vm -vm -zW -zW -zW -zW -zW -zW -"} -(38,1,1) = {" -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -Hs -XK -kS -pv -hG -yZ -kI -GE -zz -Tb -uw -Df -zR -dV -Fw -HW -vm -xd -Vl -vm -vm -zW -zW -zW -zW -zW -zW -zW -zW -zW -"} -(39,1,1) = {" -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -fH -LV -LV -LV -LV -Tb -OY -Pp -Fz -Tb -yJ -yJ -yJ -yJ -yJ -yJ -vm -vm -vm -vm -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -"} -(40,1,1) = {" -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -gJ -wq -wq -wq -gJ -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -"} -(41,1,1) = {" -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -Pm -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -"} -(42,1,1) = {" -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -zW -"} diff --git a/_maps/shuttles/shiptest/nanotrasen_ranger.dmm b/_maps/shuttles/shiptest/nanotrasen_ranger.dmm new file mode 100644 index 000000000000..58d4fdb918a3 --- /dev/null +++ b/_maps/shuttles/shiptest/nanotrasen_ranger.dmm @@ -0,0 +1,6072 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ab" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_x = 5; + pixel_y = 11; + layer = 4.2 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/item/toy/plush/moth/redish{ + pixel_x = -4; + layer = 4.3 + }, +/turf/open/floor/wood, +/area/ship/security) +"ad" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_x = 8; + pixel_y = 22 + }, +/turf/open/floor/plating, +/area/ship/maintenance/port) +"am" = ( +/obj/structure/urinal{ + pixel_y = 29 + }, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plastic, +/area/ship/crew/toilet) +"an" = ( +/obj/structure/railing/corner, +/obj/structure/cable/cyan{ + icon_state = "5-8" + }, +/turf/open/floor/plating, +/area/ship/maintenance/starboard) +"az" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/light/floor, +/turf/open/floor/plasteel/white, +/area/ship/hallway/central) +"aD" = ( +/obj/machinery/light/dim/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/obj/effect/turf_decal/corner/opaque/ntblue/three_quarters{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/starboard) +"aG" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/storage/box/stockparts/basic, +/obj/machinery/light/dim/directional/south, +/obj/effect/turf_decal/techfloor{ + dir = 4 + }, +/turf/open/floor/plasteel/mono/dark, +/area/ship/engineering) +"aI" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 4; + id = "Ranger_FireFighting_Shut" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/brown/mono, +/turf/open/floor/plasteel/dark, +/area/ship/storage) +"aK" = ( +/obj/machinery/light/dim/directional/north, +/obj/item/radio/intercom/directional/east, +/obj/structure/reagent_dispensers/foamtank, +/turf/open/floor/plasteel/tech, +/area/ship/storage) +"aO" = ( +/obj/structure/closet/secure_closet/lp/medical, +/obj/item/storage/box/gloves, +/obj/item/storage/box/masks, +/obj/item/storage/belt/medical, +/obj/item/flashlight/seclite, +/obj/item/roller, +/obj/item/holosign_creator/medical, +/obj/item/pinpointer/crew, +/obj/item/storage/box/bodybags, +/obj/item/storage/firstaid/regular, +/turf/open/floor/wood, +/area/ship/medical) +"aP" = ( +/turf/open/floor/plating, +/area/ship/engineering) +"aW" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/turf/open/floor/plating, +/area/ship/maintenance/port) +"bf" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/opaque/blue/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/port) +"bn" = ( +/obj/machinery/light/dim/directional/south, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -21; + pixel_y = 7 + }, +/obj/effect/turf_decal/corner/opaque/ntblue/three_quarters{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/port) +"br" = ( +/obj/machinery/atmospherics/components/unary/shuttle/heater{ + dir = 4 + }, +/obj/machinery/door/window/northright{ + dir = 4 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 4; + id = "Ranger_SB_maint_shut" + }, +/turf/open/floor/plating, +/area/ship/maintenance/starboard) +"bu" = ( +/turf/open/floor/plasteel/dark, +/area/ship/hallway/central) +"bw" = ( +/obj/structure/closet/secure_closet/lp/security, +/obj/item/clothing/glasses/sunglasses/gar, +/obj/item/melee/classic_baton/telescopic, +/obj/item/flashlight/seclite, +/obj/item/kitchen/knife/combat/survival, +/obj/item/holosign_creator/security, +/obj/item/storage/box/handcuffs, +/obj/item/restraints/legcuffs/bola/energy, +/obj/item/holosign_creator/security, +/obj/item/clothing/suit/armor/vest/security, +/obj/item/clothing/mask/gas/sechailer, +/obj/item/gps, +/obj/item/gun/ballistic/derringer, +/obj/structure/railing{ + dir = 4 + }, +/obj/item/ammo_box/c38_box, +/obj/item/ammo_box/c38_box, +/turf/open/floor/wood, +/area/ship/security) +"bD" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/ntblue/half{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/starboard) +"bN" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/weightmachine/weightlifter, +/turf/open/floor/plasteel/dark, +/area/ship/security) +"bX" = ( +/obj/machinery/telecomms/bus/preset_four{ + autolinkers = list("hub","processor4","bus"); + network = "nt_commnet"; + id = "Nanotrasen Communications Bus"; + freq_listening = list(1353,1447,1459) + }, +/turf/open/floor/circuit/telecomms{ + initial_gas_mix = "TEMP=2.7" + }, +/area/ship/engineering/communications) +"cj" = ( +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/structure/closet/crate/secure/loot, +/turf/open/floor/plasteel/tech, +/area/ship/cargo) +"cv" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4; + name = "Operations" + }, +/obj/effect/turf_decal/steeldecal/steel_decals9, +/obj/effect/turf_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ship/bridge) +"cx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/camera/autoname{ + dir = 10 + }, +/obj/effect/turf_decal/corner/opaque/ntblue/half, +/obj/machinery/firealarm/directional/south, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "4-9" + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/port) +"cE" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/decal/cleanable/glass, +/obj/machinery/light/dim/directional/south, +/turf/open/floor/plating, +/area/ship/maintenance/starboard) +"cI" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/structure/window/reinforced/fulltile, +/obj/structure/grille, +/obj/machinery/door/firedoor/window, +/obj/machinery/door/poddoor/shutters{ + dir = 4; + id = "Ranger_Cycler_Shutters" + }, +/turf/open/floor/plating, +/area/ship/hallway/central) +"cN" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/obj/effect/turf_decal/corner/opaque/ntblue/half{ + dir = 1 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/starboard) +"cR" = ( +/obj/structure/cable{ + icon_state = "1-6" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/port) +"cW" = ( +/turf/open/floor/plasteel/dark, +/area/ship/crew/cryo) +"dd" = ( +/obj/machinery/light/dim/directional/north, +/obj/effect/turf_decal/trimline/opaque/ntblue/filled/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/port) +"dl" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 4; + id = "Ranger_FireFighting_Shut" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/brown/mono, +/turf/open/floor/plasteel/dark, +/area/ship/storage) +"dn" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/tech/airless, +/area/ship/engineering/communications) +"dq" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/effect/turf_decal/corner/opaque/ntblue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/port) +"dr" = ( +/obj/machinery/power/smes{ + charge = 1e006 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/ship/engineering) +"dC" = ( +/obj/effect/turf_decal/ntspaceworks_small/right, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/obj/machinery/light/dim/directional/south, +/turf/open/floor/plasteel/dark, +/area/ship/bridge) +"dG" = ( +/obj/machinery/airalarm/directional/south, +/obj/machinery/atmospherics/components/binary/valve/layer4{ + dir = 8; + name = "Disposals Outlet Valve" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ship/hallway/central) +"dK" = ( +/obj/structure/closet/firecloset/wall{ + pixel_y = 28 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/ntblue/half{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/starboard) +"dM" = ( +/obj/structure/cable/cyan{ + icon_state = "6-8" + }, +/obj/effect/decal/cleanable/glass, +/turf/open/floor/plating, +/area/ship/maintenance/port) +"dP" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/fulltile, +/obj/machinery/door/poddoor/shutters{ + id = "Engineering_Specialist_Shutters" + }, +/obj/machinery/door/firedoor/window, +/turf/open/floor/plating, +/area/ship/engineering) +"ec" = ( +/obj/effect/turf_decal/ntspaceworks_small/left, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "5-8" + }, +/obj/machinery/light_switch{ + dir = 1; + pixel_x = -7; + pixel_y = -19 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ship/bridge) +"ef" = ( +/obj/docking_port/stationary{ + width = 30; + height = 15; + dwidth = 15 + }, +/turf/template_noop, +/area/template_noop) +"eo" = ( +/obj/structure/rack, +/obj/item/flashlight/seclite{ + pixel_x = 4; + pixel_y = -1 + }, +/obj/item/gps{ + pixel_y = 10; + pixel_x = -5 + }, +/obj/item/kitchen/knife/combat/survival{ + pixel_y = 6; + pixel_x = 5 + }, +/obj/effect/turf_decal/techfloor{ + dir = 4 + }, +/turf/open/floor/plasteel/mono/dark, +/area/ship/engineering) +"er" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "4-10" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/ntblue, +/turf/open/floor/plasteel/white, +/area/ship/hallway/port) +"eE" = ( +/obj/machinery/computer/cargo/express{ + dir = 1 + }, +/turf/open/floor/plasteel/tech, +/area/ship/cargo) +"eN" = ( +/obj/effect/turf_decal/industrial/warning, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/turf/open/floor/plating, +/area/ship/maintenance/starboard) +"eT" = ( +/obj/machinery/button/door{ + dir = 1; + pixel_y = -21; + id = "Rangar_Starboard_Blasts"; + name = "Blast Doors" + }, +/obj/machinery/button/shieldwallgen{ + dir = 1; + pixel_x = 9; + pixel_y = -20; + id = "Ranger_Starboard_holofield" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "4-9" + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/starboard) +"eU" = ( +/obj/structure/closet/crate, +/obj/effect/decal/cleanable/sprayweb, +/turf/open/floor/plasteel/tech, +/area/ship/cargo) +"eY" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/port) +"fd" = ( +/obj/effect/turf_decal/corner/opaque/ntblue/border{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "6-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/central) +"ff" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/techfloor/hole/right, +/obj/machinery/telecomms/message_server/preset{ + autolinkers = list("messaging","hub"); + network = "nt_commnet"; + layer = 3.1 + }, +/turf/open/floor/plasteel/dark, +/area/ship/bridge) +"fo" = ( +/obj/structure/window/reinforced/tinted/frosted, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/plastic, +/area/ship/crew/toilet) +"fy" = ( +/obj/structure/table/wood, +/obj/item/newspaper, +/turf/open/floor/plasteel/dark, +/area/ship/hallway/central) +"fz" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 8; + name = "Cargo Bay"; + id = "Ranger_Cargo_Door" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/ship/cargo) +"fU" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/tech/airless, +/area/ship/engineering/communications) +"fV" = ( +/turf/closed/wall/r_wall, +/area/ship/security) +"gg" = ( +/turf/closed/wall/r_wall, +/area/ship/crew/toilet) +"gh" = ( +/obj/structure/chair/comfy/teal{ + dir = 4 + }, +/obj/item/toy/plush/moth/lovers, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/circuit/green/airless, +/area/ship/engineering/communications) +"gi" = ( +/obj/machinery/light_switch{ + pixel_x = 8; + pixel_y = 22 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/obj/effect/turf_decal/siding/red{ + dir = 1 + }, +/obj/machinery/camera/autoname, +/turf/open/floor/mineral/plastitanium/red/brig, +/area/ship/security) +"gk" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/fulltile, +/obj/machinery/door/firedoor/window, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/ship/engineering/communications) +"gz" = ( +/obj/machinery/camera/autoname{ + dir = 9 + }, +/obj/effect/turf_decal/industrial/outline/blue, +/obj/structure/closet/crate/trashcart, +/obj/item/storage/bag/trash, +/turf/open/floor/plating, +/area/ship/maintenance/starboard) +"gD" = ( +/obj/structure/cable/cyan{ + icon_state = "4-10" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/obj/effect/decal/cleanable/vomit/old, +/turf/open/floor/plating, +/area/ship/maintenance/starboard) +"gG" = ( +/obj/effect/turf_decal/corner/opaque/blue/diagonal, +/obj/machinery/door/airlock/medical/glass, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel/white, +/area/ship/medical) +"gL" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/industrial/outline/yellow, +/turf/open/floor/plasteel/tech, +/area/ship/cargo) +"gN" = ( +/obj/machinery/light/dim/directional/north, +/obj/machinery/power/terminal, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/ship/engineering) +"gT" = ( +/obj/structure/cable{ + icon_state = "2-5" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/obj/effect/turf_decal/siding/blue, +/turf/open/floor/plasteel/white, +/area/ship/medical) +"gW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/camera/autoname{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 8 + }, +/obj/item/radio/intercom/directional/west, +/obj/effect/turf_decal/corner/opaque/ntblue/half{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/central) +"hf" = ( +/obj/structure/table/reinforced, +/turf/open/floor/plasteel/dark, +/area/ship/security) +"hk" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-10" + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/starboard) +"hl" = ( +/obj/structure/cable/cyan{ + icon_state = "4-9" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/plating, +/area/ship/maintenance/port) +"hn" = ( +/obj/effect/turf_decal/corner/opaque/orange/full, +/obj/structure/railing/corner, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/siding/yellow, +/turf/open/floor/plasteel/tech, +/area/ship/engineering) +"hp" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/tech, +/area/ship/cargo) +"hx" = ( +/obj/machinery/airalarm/directional/south, +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/turf/open/floor/wood, +/area/ship/crew/dorm) +"hz" = ( +/obj/docking_port/mobile{ + dheight = 1; + dir = 2; + preferred_direction = 4; + port_direction = 8 + }, +/obj/machinery/camera/autoname, +/obj/machinery/light/floor, +/turf/open/floor/engine/hull, +/area/ship/external) +"hF" = ( +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel/dark, +/area/ship/bridge) +"hJ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/ntblue{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/port) +"hK" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/fulltile, +/obj/machinery/door/poddoor/shutters{ + id = "Engineering_Specialist_Shutters"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/door/firedoor/window, +/turf/open/floor/plating, +/area/ship/engineering) +"hN" = ( +/obj/machinery/camera/autoname{ + dir = 1 + }, +/obj/machinery/light/floor, +/turf/open/floor/engine/hull, +/area/ship/external) +"hQ" = ( +/turf/open/floor/plasteel/stairs/wood{ + dir = 8 + }, +/area/ship/security) +"hZ" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_x = 5; + pixel_y = 13; + layer = 4.2 + }, +/obj/effect/turf_decal/siding/wood/end{ + dir = 1 + }, +/obj/item/toy/plush/moth/deadhead{ + pixel_x = -7; + layer = 4.3 + }, +/turf/open/floor/wood, +/area/ship/engineering) +"ib" = ( +/obj/structure/cable/cyan{ + icon_state = "5-10" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plating, +/area/ship/maintenance/starboard) +"id" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ship/maintenance/starboard) +"ih" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/effect/decal/cleanable/glass, +/obj/machinery/light_switch{ + dir = 1; + pixel_x = 7; + pixel_y = -20 + }, +/turf/open/floor/plating, +/area/ship/maintenance/starboard) +"iq" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/plating, +/area/ship/maintenance/port) +"ix" = ( +/obj/structure/table/greyscale, +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/obj/item/storage/firstaid/medical{ + pixel_y = 7; + pixel_x = -2 + }, +/obj/item/storage/firstaid/o2{ + pixel_x = 1; + pixel_y = 2 + }, +/obj/item/storage/firstaid/toxin{ + pixel_x = 4; + pixel_y = -3 + }, +/turf/open/floor/plasteel/white, +/area/ship/medical) +"iC" = ( +/obj/machinery/camera/autoname{ + dir = 4 + }, +/obj/effect/decal/cleanable/robot_debris/old, +/turf/open/floor/plating, +/area/ship/maintenance/starboard) +"iD" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/camera/autoname{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/starboard) +"iF" = ( +/obj/structure/railing{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/steeldecal/steel_decals4, +/obj/effect/turf_decal/steeldecal/steel_decals9, +/obj/structure/table/reinforced{ + color = "#c1b6a5" + }, +/obj/effect/spawner/lootdrop/lpaid{ + pixel_x = -4; + pixel_y = 10 + }, +/obj/effect/spawner/lootdrop/lpcombat{ + pixel_y = 6 + }, +/obj/effect/spawner/lootdrop/lpretrieval{ + pixel_x = 3; + pixel_y = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ship/bridge) +"iH" = ( +/obj/structure/bed, +/obj/item/bedsheet/grey, +/turf/open/floor/plasteel/dark, +/area/ship/security) +"iI" = ( +/obj/structure/closet/emcloset/wall{ + pixel_y = 28 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/ntblue/half{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/starboard) +"iX" = ( +/obj/machinery/mineral/ore_redemption{ + dir = 8 + }, +/obj/effect/turf_decal/siding/yellow{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/ship/hallway/port) +"iZ" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/ntblue{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/starboard) +"jb" = ( +/obj/machinery/power/shuttle/engine/fueled/plasma{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ship/maintenance/port) +"ji" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/mopbucket, +/obj/item/mop, +/turf/open/floor/plasteel/white, +/area/ship/hallway/starboard) +"jj" = ( +/obj/machinery/holopad/emergency, +/turf/open/floor/plasteel/dark, +/area/ship/bridge) +"jk" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/turf/open/floor/plasteel/white, +/area/ship/medical) +"jr" = ( +/obj/machinery/suit_storage_unit/inherit, +/obj/item/clothing/suit/space/hardsuit/ert/lp/engi, +/obj/item/clothing/mask/breath, +/obj/item/tank/internals/emergency_oxygen, +/obj/effect/turf_decal/techfloor{ + dir = 8 + }, +/turf/open/floor/plasteel/mono/dark, +/area/ship/engineering) +"js" = ( +/obj/machinery/cryopod, +/turf/open/floor/plasteel/telecomms_floor, +/area/ship/crew/cryo) +"jt" = ( +/obj/machinery/autolathe, +/obj/effect/turf_decal/techfloor{ + dir = 1 + }, +/turf/open/floor/plasteel/mono/dark, +/area/ship/engineering) +"jv" = ( +/obj/structure/closet/cabinet, +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/suit/hooded/wintercoat/security, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/head/beret/sec, +/obj/item/clothing/under/rank/security/head_of_security/nt/lp, +/obj/item/clothing/under/rank/security/head_of_security/nt/skirt/lp, +/obj/item/clothing/suit/armor/vest/security/officer, +/obj/item/clothing/under/rank/security/head_of_security/alt/lp, +/obj/machinery/light/dim/directional/west, +/turf/open/floor/wood, +/area/ship/security) +"jA" = ( +/turf/closed/wall/r_wall, +/area/ship/hallway/port) +"jC" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on/layer4{ + dir = 8 + }, +/turf/open/floor/engine/hull, +/area/ship/external) +"jF" = ( +/obj/effect/turf_decal/corner/opaque/orange/full, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-10" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/obj/effect/turf_decal/siding/yellow{ + dir = 10 + }, +/turf/open/floor/plasteel/tech, +/area/ship/engineering) +"jH" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/port) +"jZ" = ( +/obj/structure/cable{ + icon_state = "6-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/obj/effect/turf_decal/corner/opaque/brown/mono, +/obj/effect/turf_decal/industrial/warning, +/turf/open/floor/plasteel/dark, +/area/ship/storage) +"kh" = ( +/obj/machinery/light_switch{ + dir = 1; + pixel_x = 7; + pixel_y = -20 + }, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/plasteel/dark, +/area/ship/crew/cryo) +"ks" = ( +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/ship/maintenance/port) +"kt" = ( +/obj/effect/turf_decal/borderfloorblack, +/turf/open/floor/plasteel/tech/airless, +/area/ship/engineering/communications) +"kw" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/fulltile, +/obj/machinery/door/firedoor/window, +/turf/open/floor/plating, +/area/ship/engineering/communications) +"kK" = ( +/obj/structure/table/wood, +/obj/item/storage/box/cups, +/obj/machinery/light/dim/directional/south, +/turf/open/floor/plasteel/dark, +/area/ship/hallway/central) +"kO" = ( +/obj/structure/cable{ + icon_state = "2-9" + }, +/obj/structure/cable{ + icon_state = "2-5" + }, +/obj/effect/turf_decal/corner/opaque/ntblue, +/turf/open/floor/plasteel/white, +/area/ship/hallway/port) +"kQ" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/fulltile, +/obj/machinery/door/poddoor{ + dir = 4; + id = "Ranger_AI_Core_Ext_Blasts" + }, +/obj/machinery/door/firedoor/window, +/turf/open/floor/plating, +/area/ship/engineering/communications) +"kS" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/obj/effect/turf_decal/siding/blue/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ship/medical) +"lc" = ( +/obj/structure/railing/modern/end{ + dir = 8; + railing_color = "#0C119E" + }, +/obj/structure/railing/modern/end{ + dir = 4; + railing_color = "#0C119E" + }, +/obj/machinery/computer/cryopod/directional/south, +/turf/open/floor/plasteel/dark, +/area/ship/crew/cryo) +"lj" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/button/door{ + dir = 4; + pixel_x = -22; + pixel_y = 8; + id = "Ranger_Cycler_Shutters"; + name = "Air Cycler Shutters" + }, +/obj/effect/turf_decal/corner/opaque/ntblue/half{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/central) +"lp" = ( +/obj/machinery/button/door{ + dir = 8; + pixel_y = 6; + pixel_x = 22; + id = "Ranger_FireFighting_Shut"; + name = "Shutters" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/obj/machinery/camera/autoname{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/ntblue/half, +/obj/effect/turf_decal/trimline/opaque/yellow/filled/corner{ + dir = 4 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/plasteel/white, +/area/ship/hallway/port) +"lv" = ( +/obj/effect/decal/cleanable/insectguts, +/turf/open/floor/plasteel/tech, +/area/ship/cargo) +"lw" = ( +/obj/machinery/airalarm/directional/north, +/obj/structure/closet/crate/large, +/turf/open/floor/plasteel/tech, +/area/ship/cargo) +"lB" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/port) +"lD" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/camera/autoname{ + dir = 5 + }, +/turf/open/floor/plasteel/stairs{ + dir = 1 + }, +/area/ship/bridge) +"lL" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ship/medical) +"lU" = ( +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -21; + pixel_y = 7 + }, +/turf/open/floor/plasteel/tech, +/area/ship/cargo) +"lW" = ( +/obj/effect/turf_decal/steeldecal/steel_decals9, +/obj/effect/turf_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ship/bridge) +"lX" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/orange/full, +/obj/effect/turf_decal/siding/yellow, +/obj/structure/railing{ + dir = 2; + layer = 4.1 + }, +/obj/effect/turf_decal/siding/yellow, +/turf/open/floor/plasteel/tech, +/area/ship/engineering) +"mh" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/light/floor, +/obj/effect/turf_decal/corner/opaque/ntblue/half{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/central) +"ml" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/airalarm/directional/south, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/effect/turf_decal/corner/opaque/ntblue/half, +/turf/open/floor/plasteel/white, +/area/ship/hallway/port) +"mn" = ( +/obj/structure/table/reinforced{ + color = "#c1b6a5" + }, +/obj/item/modular_computer/laptop/preset/civilian, +/obj/machinery/light/dim/directional/north, +/turf/open/floor/plasteel/dark, +/area/ship/bridge) +"mv" = ( +/obj/item/radio/intercom/directional/north, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/mob/living/simple_animal/pet/dog/corgi/Lisa, +/obj/structure/bed/dogbed, +/turf/open/floor/wood, +/area/ship/crew/dorm) +"mw" = ( +/obj/effect/turf_decal/corner/opaque/ntblue/half{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/light/dim/directional/west, +/turf/open/floor/plasteel/white, +/area/ship/hallway/central) +"my" = ( +/obj/structure/urinal{ + pixel_y = 29 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plastic, +/area/ship/crew/toilet) +"mJ" = ( +/obj/machinery/portable_atmospherics/pump, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -21; + pixel_y = -8 + }, +/obj/machinery/camera/autoname{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/ship/storage) +"mQ" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/turf/open/floor/plasteel/dark, +/area/ship/crew/cryo) +"nh" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/siding/red, +/obj/machinery/door/window/brigdoor{ + req_ship_access = 1; + req_access_txt = "1"; + id = "ranger_brig"; + name = "Holding Cell Door" + }, +/turf/open/floor/mineral/plastitanium/red/brig, +/area/ship/security) +"no" = ( +/obj/structure/cable{ + icon_state = "6-8" + }, +/obj/structure/chair/wood{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/ntblue/half{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/starboard) +"nA" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/white, +/area/ship/hallway/starboard) +"nE" = ( +/obj/machinery/button/door{ + dir = 2; + pixel_x = -2; + name = "Blast Doors"; + id = "Ranger_AI_Core_Blasts"; + pixel_y = 22 + }, +/obj/machinery/button/shieldwallgen{ + dir = 2; + pixel_x = 6; + pixel_y = 20; + id = "AI_Core_Field_Engi" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/tech/airless, +/area/ship/engineering/communications) +"nJ" = ( +/obj/structure/cable/cyan{ + icon_state = "0-4" + }, +/obj/machinery/power/terminal{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ship/maintenance/starboard) +"ob" = ( +/obj/structure/cable/cyan{ + icon_state = "0-4" + }, +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/machinery/light/dim/directional/south, +/turf/open/floor/plating, +/area/ship/maintenance/port) +"of" = ( +/obj/machinery/light/dim/directional/south, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plasteel/white, +/area/ship/hallway/starboard) +"og" = ( +/obj/structure/railing{ + dir = 6 + }, +/obj/machinery/computer/crew{ + dir = 8; + icon_state = "computer-right" + }, +/turf/open/floor/plasteel/dark, +/area/ship/bridge) +"oi" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ship/medical) +"ok" = ( +/obj/machinery/door/airlock/external{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ship/hallway/central) +"oq" = ( +/obj/structure/cable/cyan{ + icon_state = "5-8" + }, +/turf/open/floor/plating, +/area/ship/maintenance/starboard) +"or" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/turf/open/floor/plating, +/area/ship/engineering) +"ox" = ( +/obj/structure/chair/sofa/corner, +/obj/machinery/light/dim/directional/east, +/turf/open/floor/plasteel/dark, +/area/ship/hallway/central) +"oz" = ( +/turf/open/floor/plasteel/white, +/area/ship/hallway/port) +"oI" = ( +/obj/machinery/power/smes/shuttle/precharged{ + dir = 4 + }, +/obj/machinery/door/window/northleft{ + dir = 4 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 4; + id = "Ranger_Port_maint_shut" + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/ship/maintenance/port) +"oM" = ( +/obj/machinery/door/window/eastleft{ + dir = 2 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/turf/open/floor/plastic, +/area/ship/crew/toilet) +"oQ" = ( +/obj/item/radio/intercom/directional/west, +/turf/open/floor/wood, +/area/ship/medical) +"pa" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/holopad, +/turf/open/floor/plasteel/white, +/area/ship/hallway/port) +"pf" = ( +/obj/structure/closet/emcloset/wall{ + dir = 1; + pixel_y = -28 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/ntblue/half, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/port) +"pi" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/obj/effect/turf_decal/corner/opaque/ntblue/three_quarters{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/starboard) +"pn" = ( +/obj/structure/chair/wood, +/obj/item/toy/figure/assistant{ + layer = 3.1 + }, +/turf/open/floor/plasteel/dark, +/area/ship/hallway/central) +"pp" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = 13; + pixel_y = 2 + }, +/obj/structure/mirror{ + pixel_x = 24 + }, +/turf/open/floor/plastic, +/area/ship/crew/toilet) +"ps" = ( +/obj/structure/closet/secure_closet/lp/engineer, +/obj/item/clothing/head/welding, +/obj/item/holosign_creator/engineering, +/obj/item/holosign_creator/atmos, +/obj/item/clothing/gloves/color/yellow, +/obj/item/clothing/glasses/meson/gar, +/obj/item/crowbar/power, +/obj/item/clothing/shoes/magboots, +/obj/machinery/light/dim/directional/north, +/turf/open/floor/plasteel/mono/dark, +/area/ship/engineering) +"pA" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/stairs{ + dir = 1 + }, +/area/ship/bridge) +"pD" = ( +/turf/open/floor/plasteel/tech, +/area/ship/cargo) +"pL" = ( +/obj/structure/chair/comfy/teal{ + dir = 4 + }, +/obj/item/toy/plush/moth/royal, +/obj/item/radio/intercom/wideband/directional/south, +/turf/open/floor/circuit/green/airless, +/area/ship/engineering/communications) +"pU" = ( +/obj/machinery/camera/autoname{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/ntblue/half, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/port) +"qb" = ( +/obj/item/radio/intercom/directional/south, +/obj/effect/turf_decal/industrial/outline/blue, +/obj/structure/janitorialcart{ + dir = 4 + }, +/obj/item/mop, +/turf/open/floor/plating, +/area/ship/maintenance/port) +"qe" = ( +/obj/structure/urinal{ + pixel_y = 29 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/turf/open/floor/plastic, +/area/ship/crew/toilet) +"qs" = ( +/obj/machinery/power/shuttle/engine/electric{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/ship/maintenance/starboard) +"qQ" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer3{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ship/maintenance/starboard) +"qR" = ( +/obj/machinery/door/airlock/security/glass, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/effect/turf_decal/corner/opaque/red/full, +/turf/open/floor/plasteel/dark, +/area/ship/security) +"qS" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/decal/cleanable/oil/streak, +/obj/machinery/light/dim/directional/north, +/turf/open/floor/plating, +/area/ship/maintenance/port) +"qZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/effect/turf_decal/corner/opaque/brown/mono, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ship/storage) +"rg" = ( +/obj/machinery/portable_atmospherics/scrubber, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/turf/open/floor/plasteel/tech, +/area/ship/storage) +"rq" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel/stairs, +/area/ship/crew/cryo) +"rA" = ( +/obj/effect/turf_decal/corner/opaque/orange/full, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/siding/yellow, +/obj/machinery/holopad, +/turf/open/floor/plasteel/tech, +/area/ship/engineering) +"rC" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/ship/engineering) +"rL" = ( +/obj/structure/cable{ + icon_state = "4-10" + }, +/obj/structure/cable{ + icon_state = "1-10" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/port) +"rM" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/corner/opaque/orange/border{ + dir = 8 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/opaque/orange/arrow_cw{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/starboard) +"rT" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/machinery/light_switch{ + dir = 1; + pixel_x = -7; + pixel_y = -19 + }, +/turf/open/floor/plasteel/dark, +/area/ship/hallway/central) +"rW" = ( +/obj/machinery/power/smes/shuttle/precharged{ + dir = 4 + }, +/obj/machinery/door/window/northright{ + dir = 4 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 4; + id = "Ranger_SB_maint_shut" + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/ship/maintenance/starboard) +"rX" = ( +/obj/effect/turf_decal/corner/opaque/ntblue/half{ + dir = 8 + }, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/white, +/area/ship/hallway/central) +"rZ" = ( +/obj/effect/turf_decal/atmos/air, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/engine/air, +/area/ship/hallway/central) +"sf" = ( +/obj/structure/railing{ + dir = 8; + layer = 4.1 + }, +/obj/structure/table/reinforced{ + color = "#c1b6a5" + }, +/obj/machinery/fax, +/turf/open/floor/plasteel/dark, +/area/ship/bridge) +"sl" = ( +/obj/effect/turf_decal/borderfloorblack{ + dir = 8 + }, +/turf/open/floor/plasteel/tech/airless, +/area/ship/engineering/communications) +"sm" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/airalarm/directional/north, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ship/maintenance/port) +"sw" = ( +/obj/structure/cable{ + icon_state = "6-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/port) +"sF" = ( +/obj/structure/table/greyscale, +/obj/item/storage/box/syringes{ + pixel_y = 10; + pixel_x = -5 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 9 + }, +/obj/item/reagent_containers/glass/bottle/mannitol{ + pixel_y = 8; + pixel_x = 8 + }, +/obj/item/reagent_containers/glass/bottle/morphine{ + pixel_x = 5 + }, +/obj/machinery/light/dim/directional/north, +/turf/open/floor/plasteel/white, +/area/ship/medical) +"sJ" = ( +/turf/closed/wall/r_wall, +/area/ship/hallway/central) +"sR" = ( +/obj/structure/table/wood, +/obj/machinery/light/dim/directional/south, +/obj/effect/turf_decal/siding/red/end, +/obj/item/toy/plush/spider, +/turf/open/floor/mineral/plastitanium/red/brig, +/area/ship/security) +"sU" = ( +/obj/structure/table/greyscale, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable{ + icon_state = "0-10" + }, +/obj/effect/turf_decal/siding/blue{ + dir = 5 + }, +/obj/item/defibrillator/loaded, +/turf/open/floor/plasteel/white, +/area/ship/medical) +"tb" = ( +/obj/structure/table/wood, +/obj/machinery/light/dim/directional/north, +/obj/item/flashlight{ + pixel_y = 12 + }, +/obj/item/flashlight{ + pixel_y = 12 + }, +/obj/item/flashlight{ + pixel_y = 9 + }, +/obj/item/flashlight{ + pixel_y = 4 + }, +/obj/item/flashlight, +/turf/open/floor/plasteel/dark, +/area/ship/crew/cryo) +"tf" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-10" + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/central) +"tg" = ( +/obj/machinery/power/shuttle/engine/electric{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/ship/maintenance/port) +"tj" = ( +/obj/machinery/door/airlock/command{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ship/bridge) +"tk" = ( +/obj/effect/turf_decal/corner/opaque/orange/full, +/obj/effect/turf_decal/siding/yellow, +/turf/open/floor/plasteel/tech, +/area/ship/engineering) +"tq" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical, +/turf/open/floor/wood, +/area/ship/medical) +"tr" = ( +/obj/machinery/power/shuttle/engine/fueled/plasma{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ship/maintenance/starboard) +"tK" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/computer/security{ + dir = 8; + icon_state = "computer-left" + }, +/turf/open/floor/plasteel/dark, +/area/ship/bridge) +"tQ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/obj/effect/turf_decal/siding/red{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-6" + }, +/turf/open/floor/mineral/plastitanium/red/brig, +/area/ship/security) +"tR" = ( +/obj/structure/cable{ + icon_state = "4-9" + }, +/obj/machinery/light/dim/directional/south, +/obj/effect/turf_decal/corner/opaque/ntblue/half, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/port) +"tT" = ( +/turf/open/floor/plasteel/tech/airless, +/area/ship/engineering/communications) +"tZ" = ( +/obj/machinery/button/door{ + dir = 4; + pixel_x = -21; + name = "Shutters"; + id = "Ranger_SB_maint_shut" + }, +/turf/open/floor/plating, +/area/ship/maintenance/starboard) +"uk" = ( +/obj/item/clothing/suit/space/eva, +/obj/item/clothing/head/helmet/space/eva, +/obj/item/clothing/mask/breath, +/obj/structure/closet/emcloset/empty{ + name = "emergency EVA gear" + }, +/obj/item/tank/internals/emergency_oxygen, +/obj/effect/turf_decal/siding/yellow{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/ship/hallway/starboard) +"up" = ( +/obj/effect/turf_decal/corner/opaque/orange/full, +/obj/machinery/airalarm/directional/north, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/siding/yellow{ + dir = 1 + }, +/turf/open/floor/plasteel/tech, +/area/ship/engineering) +"us" = ( +/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ship/hallway/central) +"ux" = ( +/obj/machinery/light/dim/directional/south, +/obj/machinery/telecomms/relay{ + freq_listening = list(1353,1447,1459); + id = "Nanotrasen Relay"; + name = "Nanotrasen relay"; + network = "nt_commnet" + }, +/turf/open/floor/circuit/telecomms{ + initial_gas_mix = "TEMP=2.7" + }, +/area/ship/engineering/communications) +"uE" = ( +/obj/structure/cable{ + icon_state = "5-8" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/ntblue/half, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/plasteel/white, +/area/ship/hallway/port) +"uH" = ( +/obj/machinery/door/airlock/public/glass, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/ntblue/half{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/port) +"uW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/siding/blue, +/obj/machinery/iv_drip, +/turf/open/floor/plasteel/white, +/area/ship/medical) +"vh" = ( +/obj/effect/turf_decal/corner/opaque/blue/diagonal, +/obj/machinery/door/window, +/turf/open/floor/plasteel/white, +/area/ship/medical) +"vj" = ( +/obj/effect/turf_decal/corner/opaque/ntblue/half{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/camera/autoname{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/central) +"vk" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = 13; + pixel_y = 2 + }, +/obj/structure/mirror{ + pixel_x = 24 + }, +/obj/machinery/light_switch{ + pixel_x = -7; + pixel_y = 21 + }, +/turf/open/floor/plastic, +/area/ship/crew/toilet) +"vm" = ( +/turf/closed/wall/r_wall, +/area/ship/medical) +"vp" = ( +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 5 + }, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/ship/bridge) +"vr" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/engine/air, +/area/ship/hallway/central) +"vv" = ( +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plating, +/area/ship/maintenance/starboard) +"vz" = ( +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/machinery/light/dim/directional/south, +/turf/open/floor/plasteel/tech, +/area/ship/cargo) +"vB" = ( +/obj/machinery/cryopod, +/obj/machinery/camera/autoname, +/turf/open/floor/plasteel/telecomms_floor, +/area/ship/crew/cryo) +"vF" = ( +/obj/effect/turf_decal/siding/blue, +/obj/structure/closet/crate/freezer/blood, +/obj/structure/railing{ + dir = 8; + layer = 4.1 + }, +/turf/open/floor/plasteel/white, +/area/ship/medical) +"vO" = ( +/turf/open/floor/circuit/green/airless, +/area/ship/engineering/communications) +"vR" = ( +/obj/machinery/light/dim/directional/south, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/starboard) +"vS" = ( +/obj/structure/table/optable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/obj/effect/turf_decal/siding/blue, +/obj/item/storage/backpack/duffelbag/med/surgery, +/turf/open/floor/plasteel/white, +/area/ship/medical) +"vT" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ship/maintenance/port) +"vV" = ( +/obj/structure/window/reinforced/spawner{ + dir = 4 + }, +/obj/machinery/suit_storage_unit/inherit, +/obj/item/clothing/suit/space/hardsuit/ert/lp/med, +/obj/item/clothing/mask/breath, +/obj/machinery/camera/autoname, +/obj/effect/turf_decal/siding/blue{ + dir = 5 + }, +/obj/item/tank/internals/emergency_oxygen, +/turf/open/floor/plasteel/white, +/area/ship/medical) +"wc" = ( +/obj/machinery/power/smes/shuttle/precharged{ + dir = 4 + }, +/obj/machinery/door/window/northright{ + dir = 4 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 4; + id = "Ranger_Port_maint_shut" + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/ship/maintenance/port) +"wf" = ( +/obj/machinery/telecomms/receiver/preset_right{ + autolinkers = list("receiverB","hub"); + freq_listening = list(1353,1447,1459); + network = "nt_commnet" + }, +/turf/open/floor/circuit/telecomms{ + initial_gas_mix = "TEMP=2.7" + }, +/area/ship/engineering/communications) +"wh" = ( +/obj/machinery/power/shieldwallgen/atmos/roundstart{ + dir = 4; + id = "Ranger_Starboard_holofield" + }, +/obj/machinery/door/poddoor{ + id = "Rangar_Starboard_Blasts" + }, +/obj/structure/cable, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel, +/area/ship/hallway/starboard) +"wp" = ( +/obj/item/clothing/suit/space/eva, +/obj/item/clothing/head/helmet/space/eva, +/obj/item/clothing/mask/breath, +/obj/item/tank/internals/emergency_oxygen, +/obj/structure/closet/emcloset/empty{ + name = "emergency EVA gear" + }, +/obj/effect/turf_decal/siding/yellow{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/ship/hallway/port) +"wq" = ( +/turf/open/floor/engine/hull, +/area/ship/external) +"wu" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/obj/effect/turf_decal/corner/opaque/brown/mono, +/obj/effect/turf_decal/industrial/warning, +/turf/open/floor/plasteel/dark, +/area/ship/storage) +"ww" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/turf_decal/industrial/stand_clear{ + dir = 1 + }, +/turf/open/floor/plasteel/tech, +/area/ship/cargo) +"wC" = ( +/obj/effect/turf_decal/steeldecal/steel_decals6, +/obj/effect/turf_decal/borderfloorblack{ + dir = 6 + }, +/turf/open/floor/plasteel/tech/airless, +/area/ship/engineering/communications) +"wE" = ( +/obj/machinery/button/door{ + pixel_y = 21; + name = "Blast Doors"; + id = "Ranger_Port_Blasts" + }, +/obj/machinery/button/shieldwallgen{ + pixel_y = 20; + pixel_x = 8; + id = "Ranger_Port_holofields" + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/port) +"wT" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/opaque/red/filled/corner, +/turf/open/floor/plasteel/white, +/area/ship/hallway/starboard) +"wU" = ( +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 19; + pixel_y = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/orange/full, +/obj/effect/turf_decal/siding/yellow{ + dir = 6 + }, +/obj/structure/railing{ + dir = 2; + layer = 4.1 + }, +/turf/open/floor/plasteel/tech, +/area/ship/engineering) +"xj" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/effect/turf_decal/trimline/opaque/ntblue/filled/line, +/turf/open/floor/plasteel/white, +/area/ship/hallway/starboard) +"xp" = ( +/obj/machinery/airalarm/directional/west, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/wood, +/area/ship/medical) +"xq" = ( +/obj/effect/turf_decal/industrial/warning, +/turf/open/floor/plating, +/area/ship/engineering) +"xv" = ( +/obj/machinery/recharge_station, +/obj/machinery/light/dim/directional/east, +/turf/open/floor/plasteel/white, +/area/ship/crew/toilet) +"xw" = ( +/obj/structure/table/wood, +/obj/machinery/microwave, +/obj/machinery/light/dim/directional/east, +/turf/open/floor/plasteel/dark, +/area/ship/hallway/central) +"xA" = ( +/obj/structure/tank_dispenser/oxygen, +/obj/machinery/light/dim/directional/west, +/obj/effect/turf_decal/siding/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ship/hallway/starboard) +"xB" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/obj/structure/cable/cyan{ + icon_state = "4-9" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ship/maintenance/port) +"xK" = ( +/obj/structure/table/reinforced{ + color = "#c1b6a5" + }, +/obj/item/folder/blue{ + pixel_x = -6 + }, +/obj/item/folder/red{ + pixel_y = 2 + }, +/obj/item/folder{ + pixel_y = 5; + pixel_x = 7 + }, +/turf/open/floor/plasteel/dark, +/area/ship/bridge) +"yi" = ( +/obj/effect/turf_decal/industrial/warning, +/obj/machinery/button/shieldwallgen{ + dir = 8; + pixel_x = 20; + pixel_y = -7; + id = "AI_Core_Field_Engi" + }, +/obj/machinery/button/door{ + dir = 8; + pixel_x = 22; + name = "Blast Doors"; + id = "Ranger_AI_Core_Blasts"; + pixel_y = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-10" + }, +/turf/open/floor/plating, +/area/ship/engineering) +"ym" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/turf/open/floor/plasteel/dark, +/area/ship/crew/cryo) +"yo" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/obj/effect/turf_decal/corner/opaque/ntblue/half{ + dir = 1 + }, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/plasteel/white, +/area/ship/hallway/starboard) +"yA" = ( +/obj/machinery/telecomms/hub{ + network = "nt_commnet"; + id = "Nanotrasen Communications Hub"; + autolinkers = list("hub","bus","relay","messaging","nanotrasen","broadcasterB","receiverB") + }, +/turf/open/floor/circuit/telecomms{ + initial_gas_mix = "TEMP=2.7" + }, +/area/ship/engineering/communications) +"yC" = ( +/obj/structure/toilet{ + dir = 1 + }, +/turf/open/floor/plastic, +/area/ship/crew/toilet) +"yK" = ( +/obj/item/soap/nanotrasen, +/obj/structure/window/reinforced/tinted/frosted{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ship/crew/toilet) +"yU" = ( +/obj/structure/table/reinforced, +/obj/item/storage/belt/utility, +/obj/item/t_scanner{ + pixel_x = 7; + pixel_y = 4 + }, +/obj/item/weldingtool{ + pixel_x = -6 + }, +/obj/item/stack/cable_coil/random, +/obj/item/multitool, +/turf/open/floor/plasteel/mono/dark, +/area/ship/engineering) +"yZ" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable{ + icon_state = "0-9" + }, +/turf/open/floor/plasteel/tech, +/area/ship/storage) +"zc" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/corner/opaque/ntblue/half, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/port) +"zi" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/airlock/public/glass, +/obj/effect/turf_decal/corner/opaque/ntblue/half{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/central) +"zB" = ( +/obj/machinery/camera/autoname{ + dir = 1 + }, +/obj/machinery/door/window{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/circuit/green/airless, +/area/ship/engineering/communications) +"zC" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + name = "Cargo Bay"; + id = "Ranger_Cargo_Door" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/ship/cargo) +"zF" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/starboard) +"zW" = ( +/turf/template_noop, +/area/template_noop) +"Ao" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/wood, +/area/ship/crew/dorm) +"Av" = ( +/obj/structure/table/wood, +/obj/item/toy/cards/deck{ + pixel_x = -1; + pixel_y = 10 + }, +/turf/open/floor/plasteel/dark, +/area/ship/hallway/central) +"Aw" = ( +/turf/open/floor/wood, +/area/ship/medical) +"AF" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/machinery/light/dim/directional/north, +/turf/open/floor/plasteel/dark, +/area/ship/bridge) +"AH" = ( +/obj/effect/turf_decal/borderfloorblack/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/tech/airless, +/area/ship/engineering/communications) +"AP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/central) +"AT" = ( +/obj/effect/turf_decal/industrial/outline/blue, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/ship/maintenance/port) +"AZ" = ( +/obj/machinery/airalarm/directional/west, +/turf/open/floor/wood, +/area/ship/security) +"Be" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/light/dim/directional/south, +/obj/machinery/button/door{ + dir = 4; + id = "Ranger_FireFighting_Shut"; + name = "Shutters"; + pixel_x = -22; + pixel_y = 6 + }, +/turf/open/floor/plasteel/tech, +/area/ship/storage) +"Bg" = ( +/obj/machinery/power/shieldwallgen/atmos/roundstart{ + dir = 8; + id = "Ranger_Starboard_holofield" + }, +/obj/machinery/door/poddoor{ + id = "Rangar_Starboard_Blasts" + }, +/obj/structure/cable{ + icon_state = "0-9" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel, +/area/ship/hallway/starboard) +"Bh" = ( +/turf/open/floor/plasteel/stairs/wood, +/area/ship/engineering) +"Bl" = ( +/obj/effect/turf_decal/corner/opaque/orange/border{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/opaque/orange/arrow_ccw{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/starboard) +"Bo" = ( +/obj/effect/turf_decal/steeldecal/steel_decals4, +/obj/effect/turf_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/turf_decal/steeldecal/steel_decals7{ + dir = 1 + }, +/obj/effect/turf_decal/steeldecal/steel_decals7{ + dir = 4 + }, +/obj/effect/turf_decal/steeldecal/steel_decals6{ + dir = 8 + }, +/turf/open/floor/plasteel/tech/airless, +/area/ship/engineering/communications) +"BA" = ( +/obj/machinery/shower{ + dir = 1 + }, +/obj/structure/curtain, +/obj/item/bikehorn/rubberducky, +/turf/open/floor/plasteel/white, +/area/ship/crew/toilet) +"BI" = ( +/obj/machinery/door/airlock/wood, +/turf/open/floor/plasteel/white, +/area/ship/crew/toilet) +"BO" = ( +/obj/machinery/power/smes/shuttle/precharged{ + dir = 4 + }, +/obj/machinery/door/window/northleft{ + dir = 4 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 4; + id = "Ranger_SB_maint_shut" + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/ship/maintenance/starboard) +"BX" = ( +/obj/effect/turf_decal/corner/opaque/ntblue/half{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/closet/firecloset/wall{ + dir = 4; + pixel_x = -28 + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/central) +"BY" = ( +/obj/effect/turf_decal/corner/opaque/ntblue/half{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-9" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/central) +"Ca" = ( +/obj/effect/turf_decal/corner/opaque/orange/full, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/siding/yellow{ + dir = 1 + }, +/turf/open/floor/plasteel/tech, +/area/ship/engineering) +"Cb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 + }, +/obj/machinery/light/dim/directional/west, +/turf/open/floor/plasteel/white, +/area/ship/hallway/port) +"Cg" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/white, +/area/ship/hallway/starboard) +"Cq" = ( +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/turf/open/floor/circuit/green/airless, +/area/ship/engineering/communications) +"Ct" = ( +/obj/structure/table/greyscale, +/obj/machinery/light/dim/directional/east, +/obj/effect/turf_decal/siding/blue{ + dir = 6 + }, +/obj/item/roller{ + pixel_x = 5; + pixel_y = 12 + }, +/obj/item/roller{ + pixel_x = -3; + pixel_y = 7 + }, +/turf/open/floor/plasteel/white, +/area/ship/medical) +"CB" = ( +/obj/effect/turf_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/turf_decal/techfloor/hole/right, +/turf/open/floor/plasteel/tech/airless, +/area/ship/engineering/communications) +"CD" = ( +/obj/effect/turf_decal/corner/opaque/orange/border{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/opaque/orange/arrow_ccw{ + dir = 8 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/starboard) +"CG" = ( +/obj/machinery/door/airlock/public/glass, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/ntblue/half{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/central) +"CI" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/turf/open/floor/plasteel/dark, +/area/ship/bridge) +"CJ" = ( +/obj/machinery/atmospherics/components/binary/pump/layer2{ + dir = 8; + name = "Air Supply Pump" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ship/hallway/central) +"CN" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/high_volume/siphon/atmos/air_output{ + piping_layer = 2; + dir = 8; + layer = 2 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/engine/air, +/area/ship/hallway/central) +"CP" = ( +/obj/machinery/camera/autoname{ + dir = 10 + }, +/turf/open/floor/engine/hull, +/area/ship/external) +"Dd" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/turf_decal/industrial/outline/orange, +/turf/open/floor/plasteel/tech, +/area/ship/maintenance/starboard) +"Dr" = ( +/obj/machinery/power/shieldwallgen/atmos/roundstart{ + id = "AI_Core_Field_Engi"; + dir = 8 + }, +/obj/machinery/door/poddoor{ + dir = 2; + id = "Ranger_AI_Core_Blasts" + }, +/obj/structure/cable, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plating, +/area/ship/engineering) +"Ds" = ( +/obj/machinery/camera/autoname{ + dir = 6 + }, +/obj/effect/turf_decal/borderfloorblack/corner, +/obj/effect/turf_decal/steeldecal/steel_decals7{ + dir = 1 + }, +/obj/effect/turf_decal/steeldecal/steel_decals7{ + dir = 4 + }, +/obj/effect/turf_decal/steeldecal/steel_decals6{ + dir = 8 + }, +/turf/open/floor/plasteel/tech/airless, +/area/ship/engineering/communications) +"Dx" = ( +/turf/open/floor/plasteel/dark, +/area/ship/security) +"DE" = ( +/obj/item/storage/box/metalfoam, +/obj/item/watertank/atmos, +/obj/structure/rack, +/obj/effect/turf_decal/corner/opaque/brown/mono, +/obj/machinery/firealarm/directional/east, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ship/storage) +"DW" = ( +/obj/structure/cable/cyan{ + icon_state = "0-4" + }, +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/machinery/light/dim/directional/north, +/turf/open/floor/plating, +/area/ship/maintenance/starboard) +"DZ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/obj/machinery/button/door{ + dir = 4; + pixel_x = -20; + name = "Cargo Bay Shutters"; + id = "Ranger_Cargo_Door"; + pixel_y = 1 + }, +/turf/open/floor/plasteel/tech, +/area/ship/cargo) +"Ek" = ( +/obj/machinery/computer/telecomms/server, +/turf/open/floor/plasteel/dark, +/area/ship/bridge) +"Eq" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/tech, +/area/ship/cargo) +"EL" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/opaque/ntblue/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/port) +"EP" = ( +/obj/machinery/vending/snack/random, +/turf/open/floor/plasteel/dark, +/area/ship/hallway/central) +"Ff" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/corner/opaque/ntblue/half{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/starboard) +"Fg" = ( +/obj/machinery/suit_storage_unit/inherit, +/obj/item/clothing/suit/space/hardsuit/ert/lp, +/obj/item/clothing/mask/breath, +/obj/item/tank/internals/emergency_oxygen, +/obj/effect/turf_decal/siding/wood/end{ + dir = 4 + }, +/turf/open/floor/wood, +/area/ship/crew/dorm) +"Fh" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/machinery/door/airlock/external{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ship/hallway/central) +"Fw" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/airlock/wood, +/turf/open/floor/plasteel/white, +/area/ship/crew/toilet) +"Fx" = ( +/obj/structure/table/wood, +/obj/item/storage/box/matches{ + pixel_y = 4 + }, +/obj/item/reagent_containers/glass/maunamug{ + pixel_y = 9; + pixel_x = 8 + }, +/obj/item/clothing/mask/cigarette/cigar/havana{ + pixel_y = 2; + pixel_x = -5 + }, +/turf/open/floor/plasteel/dark, +/area/ship/hallway/central) +"FB" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/orange/full, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/siding/yellow{ + dir = 5 + }, +/turf/open/floor/plasteel/tech, +/area/ship/engineering) +"FQ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/plating, +/area/ship/maintenance/starboard) +"Gc" = ( +/obj/structure/closet/cabinet, +/obj/item/clothing/under/rank/security/head_of_security/alt/skirt/lp, +/obj/item/clothing/under/rank/security/head_of_security/alt/lp, +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/suit/jacket/miljacket, +/obj/item/clothing/suit/jacket/leather/duster/command, +/obj/item/clothing/head/beret/lt, +/obj/item/storage/backpack/messenger/com, +/obj/item/storage/backpack/satchel/cap, +/obj/item/storage/backpack/captain, +/obj/item/storage/backpack/duffelbag/captain, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/machinery/light/dim/directional/north, +/turf/open/floor/wood, +/area/ship/crew/dorm) +"Ge" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/port_gen/pacman, +/obj/item/stack/sheet/mineral/plasma/twenty, +/obj/effect/turf_decal/industrial/outline/orange, +/turf/open/floor/plating, +/area/ship/engineering) +"Gh" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/light/floor, +/turf/open/floor/plasteel/white, +/area/ship/hallway/central) +"Gk" = ( +/obj/effect/turf_decal/corner/opaque/ntblue/half{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/structure/closet/emcloset/wall{ + dir = 4; + pixel_x = -30 + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/central) +"Gn" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_x = 9; + pixel_y = 3 + }, +/obj/item/toy/plush/moth/snow{ + pixel_x = -3 + }, +/turf/open/floor/wood, +/area/ship/medical) +"Gz" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 + }, +/turf/open/floor/plasteel/tech/airless, +/area/ship/engineering/communications) +"GC" = ( +/obj/structure/window/reinforced/spawner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ship/medical) +"GE" = ( +/obj/effect/turf_decal/corner/opaque/blue/diagonal, +/obj/structure/bed, +/obj/item/bedsheet/medical, +/turf/open/floor/plasteel/white, +/area/ship/medical) +"GG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/central) +"GY" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/wood, +/area/ship/engineering) +"Ha" = ( +/obj/structure/closet/secure_closet/lp/lieutenant, +/obj/item/gun/energy/e_gun/mindshield{ + pixel_y = 1 + }, +/obj/item/stock_parts/cell/gun, +/obj/item/melee/classic_baton/telescopic, +/obj/item/kitchen/knife/combat/survival, +/obj/item/gps, +/obj/item/screwdriver, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/machinery/light_switch{ + dir = 1; + pixel_x = 7; + pixel_y = -20 + }, +/turf/open/floor/wood, +/area/ship/crew/dorm) +"Hd" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/fulltile, +/obj/machinery/door/poddoor/shutters{ + id = "Engineering_Specialist_Shutters"; + dir = 4 + }, +/obj/structure/cable{ + icon_state = "5-8" + }, +/obj/machinery/door/firedoor/window, +/turf/open/floor/plating, +/area/ship/engineering) +"Hs" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/orange/full, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/siding/yellow{ + dir = 1 + }, +/turf/open/floor/plasteel/tech, +/area/ship/engineering) +"Hy" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/trimline/opaque/orange/arrow_cw{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/opaque/orange/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/industrial/warning, +/turf/open/floor/plasteel/white, +/area/ship/hallway/port) +"HA" = ( +/obj/machinery/power/shieldwallgen/atmos/roundstart{ + dir = 4; + id = "Ranger_Port_holofields" + }, +/obj/machinery/door/poddoor{ + id = "Ranger_Port_Blasts" + }, +/obj/structure/cable{ + icon_state = "0-6" + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ship/hallway/port) +"HZ" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8 + }, +/obj/effect/decal/cleanable/oil/slippery, +/turf/open/floor/plating, +/area/ship/maintenance/port) +"Ib" = ( +/obj/machinery/button/door{ + dir = 4; + pixel_x = -21; + name = "Shutters"; + id = "Ranger_Port_maint_shut" + }, +/turf/open/floor/plating, +/area/ship/maintenance/port) +"Iy" = ( +/obj/structure/table/wood, +/obj/machinery/light/dim/directional/north, +/obj/item/radio{ + pixel_x = -8 + }, +/obj/item/radio{ + pixel_x = 3 + }, +/obj/item/radio{ + pixel_x = 1 + }, +/obj/item/radio{ + pixel_x = -5 + }, +/obj/item/radio{ + pixel_x = -2 + }, +/turf/open/floor/plasteel/dark, +/area/ship/crew/cryo) +"Iz" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable{ + icon_state = "0-10" + }, +/turf/open/floor/plasteel/tech, +/area/ship/cargo) +"IC" = ( +/obj/effect/turf_decal/corner/opaque/orange/full, +/obj/machinery/door/airlock/engineering/glass, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plasteel/tech, +/area/ship/engineering) +"IE" = ( +/obj/machinery/light/floor, +/turf/open/floor/circuit/green/airless, +/area/ship/engineering/communications) +"IM" = ( +/obj/structure/chair/sofa{ + dir = 8 + }, +/obj/item/toy/plush/blahaj{ + layer = 3.1 + }, +/turf/open/floor/plasteel/dark, +/area/ship/hallway/central) +"IQ" = ( +/obj/machinery/cryopod, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/plasteel/telecomms_floor, +/area/ship/crew/cryo) +"IR" = ( +/obj/machinery/light/dim/directional/south, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/ntblue/half, +/turf/open/floor/plasteel/white, +/area/ship/hallway/port) +"Ji" = ( +/obj/machinery/suit_storage_unit/inherit, +/obj/item/clothing/suit/space/hardsuit/ert/lp/sec, +/obj/item/clothing/mask/breath, +/obj/machinery/light/dim/directional/east, +/obj/effect/turf_decal/siding/red{ + dir = 5 + }, +/obj/item/tank/internals/emergency_oxygen, +/turf/open/floor/mineral/plastitanium/red/brig, +/area/ship/security) +"Js" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/siding/red{ + dir = 8 + }, +/obj/effect/turf_decal/siding/red/corner, +/turf/open/floor/mineral/plastitanium/red/brig, +/area/ship/security) +"Jw" = ( +/obj/structure/cable/cyan{ + icon_state = "0-4" + }, +/obj/machinery/power/terminal{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ship/maintenance/port) +"JK" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/structure/mirror{ + pixel_x = -25 + }, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/wood, +/area/ship/engineering) +"JO" = ( +/obj/machinery/door/airlock/command, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/wood, +/area/ship/crew/dorm) +"JP" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/obj/machinery/camera/autoname{ + dir = 1 + }, +/turf/open/floor/plating, +/area/ship/engineering) +"JR" = ( +/turf/closed/wall/r_wall, +/area/ship/crew/cryo) +"Kf" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/ntblue/three_quarters, +/turf/open/floor/plasteel/white, +/area/ship/hallway/port) +"Kg" = ( +/turf/closed/wall/r_wall, +/area/ship/engineering/communications) +"Kj" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer3{ + dir = 8 + }, +/obj/effect/decal/cleanable/plasma, +/turf/open/floor/plating, +/area/ship/maintenance/port) +"Kl" = ( +/obj/effect/turf_decal/corner/opaque/ntblue/half{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/camera/autoname{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/central) +"Kt" = ( +/obj/machinery/holopad, +/turf/open/floor/plasteel/white, +/area/ship/medical) +"Ku" = ( +/obj/machinery/computer/secure_data/laptop, +/turf/closed/wall/r_wall, +/area/ship/hallway/central) +"Kw" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/turf/open/floor/plastic, +/area/ship/crew/toilet) +"KC" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/effect/turf_decal/corner/opaque/brown/mono, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ship/storage) +"KQ" = ( +/obj/structure/closet, +/obj/item/pickaxe, +/obj/item/pickaxe, +/obj/item/mining_scanner, +/obj/item/storage/bag/ore, +/obj/item/storage/bag/ore, +/obj/item/shovel, +/obj/item/shovel, +/obj/effect/turf_decal/siding/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ship/hallway/port) +"KX" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "4-9" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/firealarm/directional/south, +/obj/effect/turf_decal/trimline/opaque/red/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/starboard) +"Lg" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/siding/red, +/turf/open/floor/mineral/plastitanium/red/brig, +/area/ship/security) +"Lk" = ( +/turf/closed/wall/r_wall, +/area/ship/bridge) +"Lt" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/turf/open/floor/plastic, +/area/ship/crew/toilet) +"Lu" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/opaque/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/port) +"Lw" = ( +/obj/structure/bed, +/obj/item/bedsheet/orange, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/turf/open/floor/wood, +/area/ship/engineering) +"LM" = ( +/obj/machinery/telecomms/processor/preset_four{ + autolinkers = list("processor4","bus"); + network = "nt_commnet"; + id = "Nanotrasen Communications Processor" + }, +/turf/open/floor/circuit/telecomms{ + initial_gas_mix = "TEMP=2.7" + }, +/area/ship/engineering/communications) +"LQ" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/port_gen/pacman, +/obj/item/stack/sheet/mineral/plasma/five, +/obj/effect/turf_decal/industrial/outline/orange, +/turf/open/floor/plating, +/area/ship/engineering) +"LU" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 4; + id = "Ranger_Bridge_Shutters" + }, +/obj/structure/grille, +/obj/structure/window/reinforced/fulltile, +/obj/machinery/door/firedoor/window, +/turf/open/floor/plating, +/area/ship/bridge) +"LV" = ( +/turf/closed/wall/r_wall, +/area/ship/maintenance/port) +"Ma" = ( +/obj/structure/chair/wood, +/obj/effect/turf_decal/siding/red{ + dir = 4 + }, +/obj/effect/turf_decal/siding/red{ + dir = 8 + }, +/turf/open/floor/mineral/plastitanium/red/brig, +/area/ship/security) +"Mc" = ( +/obj/structure/toilet{ + dir = 1 + }, +/obj/machinery/light/dim/directional/east, +/turf/open/floor/plastic, +/area/ship/crew/toilet) +"Md" = ( +/obj/structure/AIcore, +/obj/item/mmi/posibrain, +/obj/item/circuitboard/aicore, +/turf/open/floor/circuit/green/airless, +/area/ship/engineering/communications) +"Mf" = ( +/turf/closed/wall/r_wall, +/area/ship/crew/dorm) +"Mg" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-6" + }, +/obj/effect/turf_decal/corner/opaque/orange/border{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/opaque/orange/arrow_cw{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/starboard) +"Mh" = ( +/obj/machinery/computer/apc_control{ + dir = 4 + }, +/obj/effect/turf_decal/techfloor, +/turf/open/floor/plasteel/mono/dark, +/area/ship/engineering) +"Mm" = ( +/obj/structure/cable{ + icon_state = "5-8" + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/starboard) +"Mn" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/trimline/opaque/ntblue, +/turf/open/floor/plasteel/dark, +/area/ship/hallway/central) +"Ms" = ( +/obj/machinery/button/door{ + pixel_y = -20; + name = "Ranger Bridge Shutters"; + id = "Ranger_Bridge_Shutters"; + dir = 1; + pixel_x = 6 + }, +/obj/effect/turf_decal/techfloor{ + dir = 8 + }, +/obj/effect/turf_decal/steeldecal/steel_decals4, +/turf/open/floor/plasteel/dark, +/area/ship/bridge) +"Mt" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/corner/opaque/orange/full, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/siding/yellow{ + dir = 1 + }, +/turf/open/floor/plasteel/tech, +/area/ship/engineering) +"Mu" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/cigarettes/derringer/gold{ + pixel_x = -1; + pixel_y = -4 + }, +/obj/item/lighter{ + pixel_x = -10 + }, +/obj/item/flashlight/lamp/green{ + pixel_x = 5; + pixel_y = 13; + layer = 4.2 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/turf/open/floor/wood, +/area/ship/crew/dorm) +"Mx" = ( +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 19; + pixel_y = 8 + }, +/turf/open/floor/plasteel/tech/airless, +/area/ship/engineering/communications) +"Mz" = ( +/obj/effect/turf_decal/corner/opaque/orange/full, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/siding/yellow{ + dir = 9 + }, +/obj/machinery/button/door{ + dir = 4; + pixel_y = 6; + pixel_x = -22; + id = "Engineering_Specialist_Shutters"; + name = "Privacy Shutters" + }, +/obj/machinery/camera/autoname{ + dir = 5 + }, +/turf/open/floor/plasteel/tech, +/area/ship/engineering) +"MI" = ( +/obj/machinery/airalarm/directional/north, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/ntblue/half{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/starboard) +"MK" = ( +/obj/structure/table/reinforced, +/obj/item/aicard, +/obj/item/stack/sheet/rglass{ + amount = 25 + }, +/obj/item/wrench, +/obj/item/stack/cable_coil/cyan, +/turf/open/floor/circuit/green/airless, +/area/ship/engineering/communications) +"ML" = ( +/obj/machinery/light/dim/directional/north, +/obj/effect/turf_decal/industrial/outline/blue, +/obj/structure/closet/crate/trashcart/laundry, +/turf/open/floor/plating, +/area/ship/maintenance/starboard) +"MW" = ( +/obj/item/radio/intercom/directional/south, +/obj/machinery/computer/helm{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ship/bridge) +"MY" = ( +/obj/effect/turf_decal/corner/opaque/ntblue/border{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/central) +"Nd" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plating, +/area/ship/engineering) +"Nf" = ( +/obj/machinery/button/door{ + dir = 4; + pixel_x = -21; + name = "Outer Window Blast Doors"; + id = "Ranger_AI_Core_Ext_Blasts" + }, +/obj/machinery/light/dim/directional/south, +/turf/open/floor/circuit/green/airless, +/area/ship/engineering/communications) +"Nn" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/circuit/green/airless, +/area/ship/engineering/communications) +"Nu" = ( +/obj/machinery/vending/cigarette, +/turf/open/floor/plasteel/dark, +/area/ship/hallway/central) +"Ny" = ( +/obj/structure/closet/cabinet, +/obj/item/clothing/suit/hooded/wintercoat/engineering, +/obj/item/clothing/head/beret/eng/hazard, +/obj/item/storage/backpack/satchel/eng, +/obj/item/storage/backpack/messenger/engi, +/obj/item/storage/backpack/industrial, +/obj/item/storage/backpack/duffelbag/engineering, +/obj/effect/turf_decal/siding/wood/end{ + dir = 1 + }, +/obj/item/clothing/under/rank/engineering/engineer/nt/lp, +/obj/item/clothing/under/rank/engineering/engineer/nt/skirt/lp, +/turf/open/floor/wood, +/area/ship/engineering) +"NC" = ( +/obj/machinery/camera/autoname{ + dir = 6 + }, +/obj/machinery/light/floor, +/turf/open/floor/engine/hull, +/area/ship/external) +"NM" = ( +/turf/open/floor/plasteel/stairs{ + dir = 4 + }, +/area/ship/bridge) +"NR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/corner/opaque/ntblue/half, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/port) +"NS" = ( +/obj/structure/railing{ + dir = 8; + layer = 4.1 + }, +/obj/structure/closet/crate/medical{ + name = "anesthetics crate" + }, +/obj/item/tank/internals/anesthetic, +/obj/item/tank/internals/anesthetic{ + pixel_x = 3 + }, +/obj/item/clothing/mask/breath/medical, +/obj/item/clothing/mask/breath/medical{ + pixel_x = 3 + }, +/turf/open/floor/plasteel/white, +/area/ship/medical) +"NZ" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood, +/area/ship/crew/dorm) +"Om" = ( +/obj/structure/closet/cabinet, +/obj/item/clothing/under/rank/medical/paramedic/skirt/lp, +/obj/item/clothing/under/rank/medical/paramedic/lp, +/obj/item/clothing/suit/hooded/wintercoat/medical, +/obj/item/clothing/head/beret/med, +/obj/item/storage/backpack/satchel/med, +/obj/item/storage/backpack/messenger/med, +/obj/item/storage/backpack/medic, +/obj/item/storage/backpack/duffelbag/med, +/turf/open/floor/wood, +/area/ship/medical) +"On" = ( +/obj/structure/closet/crate, +/obj/effect/decal/cleanable/sprayweb, +/obj/machinery/light/dim/directional/east, +/turf/open/floor/plasteel/tech, +/area/ship/cargo) +"Ou" = ( +/obj/structure/cable{ + icon_state = "4-9" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/opaque/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/starboard) +"Ov" = ( +/obj/machinery/light/dim/directional/east, +/obj/machinery/telecomms/broadcaster/preset_right{ + autolinkers = list("broadcasterB","hub"); + network = "nt_commnet" + }, +/turf/open/floor/circuit/telecomms{ + initial_gas_mix = "TEMP=2.7" + }, +/area/ship/engineering/communications) +"Ox" = ( +/obj/effect/turf_decal/corner/opaque/ntblue/half{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/plasteel/white, +/area/ship/hallway/central) +"OC" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/ntblue/half{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-6" + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/starboard) +"OK" = ( +/obj/machinery/light_switch{ + pixel_x = -7; + pixel_y = 21 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/obj/effect/turf_decal/corner/opaque/ntblue/half{ + dir = 1 + }, +/obj/machinery/button/door{ + dir = 8; + pixel_x = 20; + name = "Cargo Bay Shutters"; + id = "Ranger_Cargo_Door"; + pixel_y = 1 + }, +/obj/effect/turf_decal/trimline/opaque/yellow/filled/corner, +/turf/open/floor/plasteel/white, +/area/ship/hallway/starboard) +"OP" = ( +/obj/effect/turf_decal/corner/opaque/ntblue/half{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/central) +"Pd" = ( +/obj/structure/table/reinforced, +/obj/item/aiModule/core/freeformcore{ + pixel_x = -2; + pixel_y = 1 + }, +/obj/item/aiModule/reset/purge{ + pixel_y = 6; + pixel_x = 1 + }, +/obj/item/aiModule/reset{ + pixel_x = 4; + pixel_y = -2 + }, +/obj/item/aiModule/zeroth{ + pixel_x = -5; + pixel_y = -6 + }, +/obj/machinery/light/dim/directional/north, +/turf/open/floor/circuit/green/airless, +/area/ship/engineering/communications) +"Ph" = ( +/obj/effect/turf_decal/industrial/warning, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/plating, +/area/ship/maintenance/starboard) +"Po" = ( +/obj/structure/tank_dispenser/oxygen, +/obj/effect/turf_decal/siding/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ship/hallway/port) +"Pr" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/effect/turf_decal/corner/opaque/ntblue{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/starboard) +"PG" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/machinery/light/floor, +/turf/open/floor/plasteel/white, +/area/ship/hallway/central) +"PR" = ( +/obj/effect/turf_decal/corner/opaque/ntblue/half, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/port) +"PV" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/mechanical, +/obj/item/storage/toolbox/electrical{ + pixel_x = 3; + pixel_y = 7 + }, +/obj/effect/turf_decal/techfloor{ + dir = 8 + }, +/turf/open/floor/plasteel/mono/dark, +/area/ship/engineering) +"Qf" = ( +/obj/effect/turf_decal/corner/opaque/brown/mono, +/obj/effect/turf_decal/industrial/warning, +/turf/open/floor/plasteel/dark, +/area/ship/storage) +"Qt" = ( +/obj/item/bodypart/leg/right/robot, +/obj/item/bodypart/r_arm/robot, +/obj/item/bodypart/leg/left/robot, +/obj/item/bodypart/l_arm/robot, +/obj/item/bodypart/chest/robot, +/obj/item/bodypart/head/robot, +/obj/item/borg/upgrade/ai, +/obj/item/robot_suit, +/obj/structure/closet/crate/engineering, +/obj/effect/turf_decal/industrial/hatch/orange, +/turf/open/floor/plating, +/area/ship/engineering) +"Qu" = ( +/obj/machinery/door/firedoor/window, +/obj/structure/grille, +/obj/structure/window/reinforced/fulltile, +/turf/open/floor/plating, +/area/ship/medical) +"QT" = ( +/turf/closed/wall/r_wall, +/area/ship/maintenance/starboard) +"QV" = ( +/obj/machinery/light/dim/directional/west, +/turf/open/floor/engine/hull, +/area/ship/external) +"Rn" = ( +/obj/machinery/portable_atmospherics/pump, +/obj/machinery/light/dim/directional/north, +/turf/open/floor/plasteel/tech, +/area/ship/storage) +"Ro" = ( +/obj/effect/turf_decal/trimline/opaque/ntblue/filled/line{ + dir = 1 + }, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/plasteel/white, +/area/ship/hallway/port) +"RA" = ( +/obj/structure/closet/firecloset/wall{ + dir = 1; + pixel_y = -28 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/ntblue/half, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/port) +"RB" = ( +/obj/effect/turf_decal/trimline/opaque/orange/arrow_ccw{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/opaque/orange/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/industrial/warning, +/turf/open/floor/plasteel/white, +/area/ship/hallway/port) +"RM" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ship/hallway/central) +"RS" = ( +/obj/machinery/portable_atmospherics/canister/toxins, +/obj/effect/turf_decal/industrial/outline/orange, +/obj/effect/decal/cleanable/plasma, +/turf/open/floor/plasteel/tech, +/area/ship/maintenance/starboard) +"Sa" = ( +/obj/effect/turf_decal/ntspaceworks_small, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/plasteel/dark, +/area/ship/bridge) +"Sl" = ( +/obj/machinery/light/dim/directional/east, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/turf/open/floor/plating, +/area/ship/engineering) +"So" = ( +/obj/structure/cable{ + icon_state = "5-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/turf/open/floor/plasteel/tech, +/area/ship/cargo) +"SC" = ( +/obj/structure/table/wood, +/obj/item/storage/box/donkpockets{ + pixel_x = -3 + }, +/obj/item/storage/box/donkpockets/donkpocketpizza{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/storage/box/donkpockets/donkpocketspicy{ + pixel_y = 9; + pixel_x = 7 + }, +/turf/open/floor/plasteel/dark, +/area/ship/hallway/central) +"SE" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/effect/turf_decal/industrial/outline/orange, +/turf/open/floor/plasteel/tech, +/area/ship/maintenance/starboard) +"SN" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/starboard) +"SU" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/ship/hallway/central) +"Tb" = ( +/turf/closed/wall/r_wall, +/area/ship/storage) +"Te" = ( +/obj/machinery/light/floor, +/turf/open/floor/engine/hull, +/area/ship/external) +"Tg" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/structure/cable/cyan{ + icon_state = "6-8" + }, +/turf/open/floor/plating, +/area/ship/maintenance/port) +"Tl" = ( +/obj/machinery/light/dim/directional/north, +/obj/machinery/light/floor, +/turf/open/floor/engine/hull, +/area/ship/external) +"Tz" = ( +/turf/closed/wall/r_wall, +/area/ship/engineering) +"TI" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/tech/airless, +/area/ship/engineering/communications) +"TL" = ( +/obj/structure/closet/crate, +/obj/machinery/light/dim/directional/north, +/turf/open/floor/plasteel/tech, +/area/ship/cargo) +"TR" = ( +/obj/structure/table/wood, +/obj/machinery/light/dim/directional/north, +/obj/effect/turf_decal/corner/opaque/ntblue/half{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/starboard) +"TZ" = ( +/obj/effect/turf_decal/trimline/opaque/orange/arrow_ccw{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/opaque/orange/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/port) +"Ua" = ( +/obj/machinery/camera/autoname{ + dir = 9 + }, +/turf/open/floor/circuit/green/airless, +/area/ship/engineering/communications) +"Uj" = ( +/obj/structure/table/reinforced{ + color = "#c1b6a5" + }, +/obj/item/paper_bin{ + pixel_y = 8; + pixel_x = 5 + }, +/obj/item/pen/fountain{ + pixel_x = -4 + }, +/turf/open/floor/plasteel/dark, +/area/ship/bridge) +"Ur" = ( +/obj/structure/cable{ + icon_state = "2-9" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/trimline/opaque/orange/arrow_cw{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/opaque/orange/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/port) +"Us" = ( +/obj/effect/turf_decal/siding/red{ + dir = 9 + }, +/obj/machinery/door_timer{ + pixel_y = 28; + id = "ranger_brig" + }, +/turf/open/floor/mineral/plastitanium/red/brig, +/area/ship/security) +"Ut" = ( +/obj/structure/urinal{ + pixel_y = 29 + }, +/obj/machinery/light/dim/directional/west, +/turf/open/floor/plastic, +/area/ship/crew/toilet) +"UQ" = ( +/turf/open/floor/engine/air, +/area/ship/hallway/central) +"UU" = ( +/obj/machinery/door/airlock/public/glass, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/ntblue/half{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/port) +"UW" = ( +/obj/structure/cable/cyan{ + icon_state = "6-9" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plating, +/area/ship/maintenance/port) +"Vg" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/fulltile, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/door/firedoor/window, +/obj/machinery/door/poddoor/shutters{ + dir = 4; + id = "Ranger_Cycler_Shutters" + }, +/turf/open/floor/plating, +/area/ship/hallway/central) +"Vh" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/opaque/red/filled/line, +/turf/open/floor/plasteel/white, +/area/ship/hallway/starboard) +"Vk" = ( +/obj/structure/bed, +/obj/item/bedsheet/nanotrasen, +/obj/machinery/firealarm/directional/north, +/obj/item/toy/plush/moth/royal{ + pixel_x = 5; + pixel_y = 1 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood, +/area/ship/crew/dorm) +"Vm" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ship/maintenance/starboard) +"Vp" = ( +/turf/closed/wall/r_wall, +/area/ship/hallway/starboard) +"Vq" = ( +/obj/machinery/portable_atmospherics/canister/toxins, +/obj/effect/turf_decal/industrial/outline/orange, +/obj/effect/decal/cleanable/plasma, +/turf/open/floor/plasteel/tech, +/area/ship/maintenance/port) +"Vt" = ( +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plating, +/area/ship/maintenance/port) +"VC" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/stairs, +/area/ship/crew/cryo) +"VJ" = ( +/obj/machinery/door/airlock/engineering{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ship/hallway/central) +"VM" = ( +/obj/effect/turf_decal/industrial/outline/blue, +/obj/item/storage/box/lights/mixed{ + pixel_x = -4; + pixel_y = 6 + }, +/obj/item/storage/box/mousetraps{ + pixel_y = -1; + pixel_x = 3 + }, +/turf/open/floor/plating, +/area/ship/maintenance/starboard) +"VP" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/closet, +/turf/open/floor/plasteel/dark, +/area/ship/security) +"VQ" = ( +/obj/machinery/camera/autoname{ + dir = 5 + }, +/turf/open/floor/engine/hull, +/area/ship/external) +"Wj" = ( +/obj/structure/bed, +/obj/item/radio/intercom/directional/south, +/obj/item/bedsheet/red, +/turf/open/floor/wood, +/area/ship/security) +"Wp" = ( +/obj/machinery/door/poddoor{ + dir = 2; + id = "Ranger_AI_Core_Blasts" + }, +/obj/machinery/power/shieldwallgen/atmos/roundstart{ + id = "AI_Core_Field_Engi"; + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-5" + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plating, +/area/ship/engineering) +"Wr" = ( +/obj/structure/cable{ + icon_state = "1-6" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/corner/opaque/ntblue{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/starboard) +"Wv" = ( +/obj/structure/chair/sofa/right, +/obj/item/toy/plush/goatplushie{ + layer = 3.1 + }, +/obj/machinery/light_switch{ + pixel_x = -7; + pixel_y = 21 + }, +/turf/open/floor/plasteel/dark, +/area/ship/hallway/central) +"WF" = ( +/obj/structure/ore_box, +/obj/machinery/light/dim/directional/west, +/turf/open/floor/engine/hull, +/area/ship/external) +"WG" = ( +/obj/machinery/telecomms/server/presets/nanotrasen{ + autolinkers = list("nanotrasen","hub"); + network = "nt_commnet"; + freq_listening = list(1353,1447,1459) + }, +/obj/item/disk/holodisk/lp/stations, +/turf/open/floor/circuit/telecomms{ + initial_gas_mix = "TEMP=2.7" + }, +/area/ship/engineering/communications) +"WR" = ( +/obj/effect/turf_decal/corner/opaque/brown/mono, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ship/storage) +"WZ" = ( +/obj/machinery/computer/telecomms/server{ + dir = 4 + }, +/obj/machinery/light/dim/directional/west, +/turf/open/floor/plasteel/mono/dark, +/area/ship/engineering) +"Xb" = ( +/obj/effect/turf_decal/corner/opaque/blue/diagonal, +/obj/structure/window/reinforced/spawner, +/obj/structure/closet, +/turf/open/floor/plasteel/white, +/area/ship/medical) +"Xt" = ( +/obj/machinery/space_heater, +/obj/machinery/light/dim/directional/south, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/plasteel/tech, +/area/ship/storage) +"XA" = ( +/obj/structure/cable{ + icon_state = "1-10" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/turf/open/floor/plasteel/dark, +/area/ship/bridge) +"XE" = ( +/obj/effect/turf_decal/corner/opaque/ntblue/half{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-5" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/central) +"XH" = ( +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/plasteel/dark, +/area/ship/crew/cryo) +"XL" = ( +/obj/machinery/door/airlock/public/glass, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/ntblue/half{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/starboard) +"XQ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/opaque/blue/filled/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/port) +"XR" = ( +/obj/machinery/door/airlock/public/glass, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/ntblue/half{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/central) +"XS" = ( +/obj/effect/turf_decal/corner/opaque/blue/diagonal, +/obj/structure/table/greyscale, +/obj/machinery/light/dim/directional/east, +/obj/item/toy/plush/moth/ragged, +/turf/open/floor/plasteel/white, +/area/ship/medical) +"XT" = ( +/turf/closed/wall/r_wall, +/area/ship/cargo) +"XV" = ( +/obj/machinery/camera/autoname{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/opaque/ntblue/filled/corner{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/starboard) +"Yk" = ( +/obj/effect/decal/cleanable/glass, +/turf/open/floor/plasteel/tech, +/area/ship/cargo) +"Yw" = ( +/obj/machinery/door/airlock/public/glass, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/ntblue/half{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/starboard) +"Yy" = ( +/obj/machinery/power/shieldwallgen/atmos/roundstart{ + dir = 8; + id = "Ranger_Port_holofields" + }, +/obj/machinery/door/poddoor{ + id = "Ranger_Port_Blasts" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ship/hallway/port) +"Yz" = ( +/obj/structure/window/reinforced, +/obj/effect/turf_decal/siding/red{ + dir = 6 + }, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable{ + icon_state = "0-9" + }, +/turf/open/floor/mineral/plastitanium/red/brig, +/area/ship/security) +"YJ" = ( +/obj/machinery/suit_storage_unit/inherit, +/obj/item/clothing/suit/space/hardsuit/ancient/lp, +/obj/item/clothing/mask/breath, +/obj/effect/turf_decal/corner/opaque/brown/mono, +/obj/item/tank/internals/emergency_oxygen, +/obj/effect/turf_decal/industrial/warning, +/turf/open/floor/plasteel/dark, +/area/ship/storage) +"YK" = ( +/obj/machinery/light_switch{ + pixel_x = 8; + pixel_y = 22 + }, +/turf/open/floor/plasteel/stairs/wood{ + dir = 8 + }, +/area/ship/medical) +"YP" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable/cyan{ + icon_state = "4-10" + }, +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 + }, +/turf/open/floor/plating, +/area/ship/maintenance/starboard) +"YW" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/camera/autoname{ + dir = 4 + }, +/obj/item/radio/intercom/directional/west, +/obj/effect/turf_decal/corner/opaque/ntblue/half{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/central) +"Zj" = ( +/obj/machinery/atmospherics/components/unary/shuttle/heater{ + dir = 4 + }, +/obj/machinery/door/window/northleft{ + dir = 4 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 4; + id = "Ranger_Port_maint_shut" + }, +/turf/open/floor/plating, +/area/ship/maintenance/port) +"Zk" = ( +/obj/machinery/atmospherics/pipe/layer_manifold/visible{ + dir = 4 + }, +/obj/machinery/advanced_airlock_controller{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/dark, +/area/ship/hallway/central) +"Zl" = ( +/obj/machinery/portable_atmospherics/canister, +/obj/effect/turf_decal/industrial/outline/orange, +/turf/open/floor/plasteel/tech, +/area/ship/maintenance/port) +"Zs" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/opaque/ntblue/filled/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-6" + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/port) +"Zv" = ( +/obj/machinery/firealarm/directional/west, +/turf/open/floor/wood, +/area/ship/security) +"Zw" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/starboard) +"Zx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/effect/turf_decal/corner/opaque/ntblue{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/starboard) +"ZF" = ( +/obj/machinery/light/dim/directional/south, +/obj/effect/turf_decal/industrial/outline/blue, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/ship/maintenance/port) +"ZI" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/opaque/ntblue/filled/corner, +/turf/open/floor/plasteel/white, +/area/ship/hallway/starboard) +"ZJ" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/tech/airless, +/area/ship/engineering/communications) +"ZL" = ( +/obj/machinery/vending/coffee, +/obj/machinery/light/dim/directional/east, +/turf/open/floor/plasteel/dark, +/area/ship/hallway/central) +"ZS" = ( +/obj/machinery/portable_atmospherics/scrubber, +/turf/open/floor/plasteel/tech, +/area/ship/storage) +"ZW" = ( +/obj/machinery/light/dim/directional/north, +/obj/effect/turf_decal/trimline/opaque/ntblue/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/port) +"ZY" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/ntblue/half{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/central) + +(1,1,1) = {" +zW +zW +zW +zW +zW +zW +LV +tg +tg +LV +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +QT +qs +qs +QT +zW +zW +zW +zW +"} +(2,1,1) = {" +zW +zW +zW +zW +zW +LV +LV +oI +wc +LV +jb +LV +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +QT +tr +QT +BO +rW +QT +QT +zW +zW +zW +"} +(3,1,1) = {" +zW +zW +zW +zW +zW +LV +ks +Jw +ob +LV +Zj +LV +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +QT +br +QT +DW +nJ +iC +QT +zW +zW +zW +"} +(4,1,1) = {" +zW +zW +zW +zW +LV +LV +qS +Tg +dM +Ib +HZ +LV +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +QT +Vm +tZ +oq +an +cE +QT +QT +zW +zW +"} +(5,1,1) = {" +zW +zW +zW +zW +LV +Zl +Vq +aW +UW +hl +Kj +LV +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +QT +qQ +gD +ib +eN +RS +Dd +QT +zW +zW +"} +(6,1,1) = {" +zW +zW +zW +zW +vm +Vq +Zl +iq +Vt +xB +AT +LV +zW +zW +zW +zW +Kg +kQ +kQ +kQ +Kg +zW +zW +zW +zW +QT +VM +YP +vv +Ph +RS +SE +fV +zW +zW +"} +(7,1,1) = {" +zW +zW +zW +vm +vm +vm +vm +vm +LV +ad +ZF +LV +zW +zW +zW +Kg +Kg +gh +Md +pL +Kg +Kg +zW +zW +zW +QT +ML +ih +QT +QT +QT +fV +fV +fV +zW +"} +(8,1,1) = {" +zW +zW +zW +vm +xp +Aw +oQ +tq +LV +sm +qb +LV +zW +zW +zW +Kg +Pd +vO +IE +vO +Nf +Kg +zW +zW +zW +QT +gz +FQ +QT +jv +Zv +AZ +Wj +fV +zW +"} +(9,1,1) = {" +zW +zW +vm +vm +YK +aO +Om +Gn +LV +vT +LV +LV +zW +zW +wq +Kg +MK +Ua +vO +Nn +Cq +Kg +wq +zW +zW +QT +QT +id +QT +fV +bw +hQ +ab +fV +fV +"} +(10,1,1) = {" +zW +zW +vm +sF +oi +NS +vF +vm +jA +zc +jA +zW +zW +Tz +Tz +Kg +Kg +Kg +kw +gk +zB +Kg +Kg +Kg +zW +zW +Vp +cN +vR +fV +Us +Js +Ma +sR +fV +"} +(11,1,1) = {" +zW +zW +vm +ix +Kt +jk +vS +Qu +Cb +NR +jA +zW +Tz +Tz +jt +WZ +Mh +Tz +nE +TI +kt +LM +bX +Kg +Kg +zW +Vp +Ff +wT +fV +gi +Lg +bN +VP +fV +"} +(12,1,1) = {" +zW +zW +vm +vV +GC +kS +uW +Qu +XQ +PR +jA +zW +Tz +LQ +aP +aP +xq +Wp +Gz +dn +AH +sl +CB +yA +Kg +zW +Vp +no +Vh +qR +tQ +nh +Dx +Dx +fV +"} +(13,1,1) = {" +zW +zW +vm +GE +vh +lL +gT +gG +cR +pU +jA +zW +Tz +gN +dr +rC +yi +Dr +ZJ +fU +Mx +tT +tT +ux +Kg +zW +Vp +TR +KX +fV +Ji +Yz +hf +iH +fV +"} +(14,1,1) = {" +zW +zW +vm +XS +Xb +sU +Ct +Qu +bf +tR +jA +zW +Tz +Ge +or +JP +Tz +Tz +hK +Hd +Tz +Ds +Bo +WG +Kg +zW +Vp +bD +iD +fV +fV +fV +fV +fV +fV +"} +(15,1,1) = {" +zW +zW +JR +JR +JR +JR +JR +jA +jH +uE +jA +zW +Tz +Tz +Sl +Nd +IC +Mz +jF +PV +dP +wC +Ov +Kg +Kg +zW +Vp +yo +Cg +of +gg +Ut +BI +xv +gg +"} +(16,1,1) = {" +zW +zW +JR +js +kh +JR +JR +dd +er +Kf +jA +zW +zW +Tz +Tz +Qt +Tz +Ca +rA +yU +dP +wf +Kg +Kg +zW +zW +Vp +pi +iZ +ji +gg +am +gg +gg +gg +"} +(17,1,1) = {" +zW +zW +JR +Iy +ym +VC +VC +EL +ml +jA +jA +zW +zW +zW +Tz +Tz +Tz +up +hn +aG +Tz +Kg +Kg +zW +zW +zW +Vp +Vp +MI +zF +gg +my +fo +BA +gg +"} +(18,1,1) = {" +zW +zW +JR +vB +cW +lc +JR +Ro +RA +jA +zW +zW +zW +zW +zW +Tz +jr +Mt +lX +Ny +JK +Tz +zW +zW +zW +zW +zW +Vp +dK +ZI +gg +qe +oM +yK +gg +"} +(19,1,1) = {" +zW +zW +JR +tb +mQ +rq +rq +Zs +pf +jA +zW +zW +zW +zW +zW +Tz +ps +Hs +tk +Bh +GY +Tz +zW +zW +zW +zW +zW +Vp +iI +xj +Fw +Kw +Lt +yC +gg +"} +(20,1,1) = {" +zW +zW +JR +IQ +XH +JR +JR +ZW +cx +jA +jA +zW +zW +zW +Tz +Tz +eo +FB +wU +hZ +Lw +Tz +Tz +zW +zW +zW +Vp +Vp +OC +XV +gg +vk +pp +Mc +gg +"} +(21,1,1) = {" +zW +zW +JR +JR +JR +JR +jA +wE +hJ +bn +jA +sJ +sJ +Ku +sJ +sJ +sJ +VJ +sJ +sJ +sJ +sJ +sJ +sJ +sJ +sJ +sJ +aD +Pr +eT +Vp +gg +gg +gg +gg +"} +(22,1,1) = {" +zW +zW +zW +WF +jA +KQ +wp +oz +sw +dq +uH +gW +ZY +CG +mw +rX +vj +fd +Ox +BX +Gk +Kl +mw +zi +lj +YW +Yw +Zx +nA +Mm +uk +xA +Vp +QV +zW +"} +(23,1,1) = {" +zW +zW +zW +wq +HA +TZ +RB +oz +pa +kO +UU +PG +Gh +XR +OP +OP +OP +OP +BY +OP +GG +XE +OP +XR +mh +az +XL +Wr +hk +Zw +rM +Mg +wh +wq +zW +"} +(24,1,1) = {" +zW +zW +zW +wq +Yy +Ur +Hy +lB +rL +IR +jA +CJ +dG +sJ +Wv +Fx +fy +bu +pn +Av +tf +bu +rT +sJ +Vg +ok +sJ +OK +Ou +SN +CD +Bl +Bg +wq +zW +"} +(25,1,1) = {" +zW +zW +zW +hN +jA +Po +iX +eY +Lu +lp +jA +CN +vr +sJ +ox +IM +RM +Mn +bu +bu +AP +bu +kK +sJ +Zk +us +sJ +XT +zC +fz +XT +XT +XT +hz +zW +"} +(26,1,1) = {" +ef +zW +zW +zW +Tb +Tb +Tb +dl +aI +Tb +Tb +UQ +rZ +Mf +Mf +Mf +sJ +EP +ZL +Nu +MY +xw +SC +sJ +cI +Fh +sJ +DZ +So +Eq +lU +cj +XT +zW +zW +"} +(27,1,1) = {" +zW +zW +zW +zW +Tb +Rn +mJ +KC +jZ +Be +Tb +sJ +SU +Mf +Gc +Ha +Lk +Lk +Lk +Lk +tj +Lk +sJ +sJ +Tl +CP +XT +Iz +lv +pD +ww +vz +XT +zW +zW +"} +(28,1,1) = {" +zW +zW +zW +zW +Tb +ZS +rg +qZ +wu +yZ +Tb +NC +jC +Mf +mv +Ao +JO +pA +lD +hF +ec +Lk +Te +wq +zW +zW +XT +lw +pD +Yk +hp +gL +XT +zW +zW +"} +(29,1,1) = {" +zW +zW +zW +zW +Tb +Tb +aK +WR +Qf +Xt +Tb +zW +zW +Mf +Vk +NZ +Lk +sf +iF +XA +Sa +Lk +wq +zW +zW +zW +XT +TL +pD +pD +eE +XT +XT +zW +zW +"} +(30,1,1) = {" +zW +zW +zW +zW +zW +Tb +Tb +DE +YJ +Tb +Tb +zW +zW +Mf +Mu +hx +Lk +AF +vp +CI +dC +Lk +zW +zW +zW +zW +XT +XT +eU +On +XT +XT +zW +zW +zW +"} +(31,1,1) = {" +zW +zW +zW +zW +zW +zW +Tb +Tb +Tb +Tb +zW +zW +zW +Mf +Mf +Fg +Lk +tK +og +NM +ff +Lk +zW +zW +zW +zW +zW +XT +XT +XT +XT +zW +zW +zW +zW +"} +(32,1,1) = {" +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +Mf +Mf +Lk +Ek +jj +Ms +Lk +Lk +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +"} +(33,1,1) = {" +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +wq +wq +Lk +mn +cv +lW +Lk +VQ +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +"} +(34,1,1) = {" +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +Te +zW +Lk +Uj +xK +MW +Lk +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +"} +(35,1,1) = {" +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +wq +zW +Lk +LU +LU +LU +Lk +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +"} +(36,1,1) = {" +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +Te +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +zW +"} diff --git a/_maps/shuttles/shiptest/nanotrasen_skipper.dmm b/_maps/shuttles/shiptest/nanotrasen_skipper.dmm index d86fcc6cfae9..29f6ee5dfbdb 100644 --- a/_maps/shuttles/shiptest/nanotrasen_skipper.dmm +++ b/_maps/shuttles/shiptest/nanotrasen_skipper.dmm @@ -1249,7 +1249,7 @@ name = "Chamber Mixer" }, /obj/item/paper/crumpled{ - info = "A mix of 67/33 ratio of oxygen (node 2) and plasma (node 1) works very well, even at 500 kPa." + default_raw_text = "A mix of 67/33 ratio of oxygen (node 2) and plasma (node 1) works very well, even at 500 kPa." }, /obj/structure/catwalk/over, /turf/open/floor/plating, @@ -1568,9 +1568,7 @@ /obj/effect/turf_decal/corner/transparent/grey/half{ dir = 8 }, -/obj/machinery/photocopier/faxmachine/longrange{ - department = "Internal Affairs" - }, +/obj/machinery/fax, /obj/structure/table, /turf/open/floor/plasteel/dark, /area/ship/crew/office) @@ -2407,6 +2405,11 @@ }, /obj/structure/cable, /obj/machinery/power/apc/auto_name/directional/west, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -20; + pixel_y = 13 + }, /turf/open/floor/plasteel, /area/ship/cargo) "tB" = ( @@ -2961,6 +2964,11 @@ /obj/structure/cable{ icon_state = "0-4" }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -20; + pixel_y = 13 + }, /turf/open/floor/plasteel/dark, /area/ship/crew/canteen) "yj" = ( @@ -3936,7 +3944,7 @@ }, /obj/machinery/button/door/incinerator_vent_atmos_aux{ dir = 4; - pixel_x = -28; + pixel_x = -23; pixel_y = 8 }, /obj/effect/turf_decal/techfloor{ @@ -4810,7 +4818,7 @@ /obj/machinery/light_switch{ dir = 1; pixel_x = -10; - pixel_y = -25 + pixel_y = -20 }, /obj/effect/turf_decal/siding/wood{ dir = 1 @@ -5020,6 +5028,11 @@ }, /obj/machinery/light/directional/north, /obj/structure/railing/corner, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -20; + pixel_y = 13 + }, /turf/open/floor/carpet/nanoweave/beige, /area/ship/bridge) "SO" = ( @@ -5321,6 +5334,10 @@ /obj/machinery/atmospherics/components/binary/pump{ dir = 8 }, +/obj/machinery/light_switch{ + pixel_x = -12; + pixel_y = 23 + }, /turf/open/floor/engine, /area/ship/engineering/engine) "UL" = ( @@ -5397,6 +5414,11 @@ dir = 4 }, /obj/structure/extinguisher_cabinet/directional/south, +/obj/machinery/light_switch{ + dir = 8; + pixel_y = 11; + pixel_x = 20 + }, /turf/open/floor/plasteel, /area/ship/engineering/atmospherics) "Vz" = ( @@ -5454,6 +5476,11 @@ /area/ship/engineering/engine) "Wg" = ( /obj/item/kirbyplants/random, +/obj/machinery/light_switch{ + dir = 8; + pixel_y = 0; + pixel_x = 20 + }, /turf/open/floor/plasteel/dark, /area/ship/crew/cryo) "Wr" = ( @@ -5464,6 +5491,11 @@ /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ dir = 4 }, +/obj/machinery/light_switch{ + dir = 8; + pixel_y = 0; + pixel_x = 20 + }, /turf/open/floor/carpet/nanoweave, /area/ship/hallway/central) "Ws" = ( @@ -5708,7 +5740,7 @@ }, /obj/machinery/disposal/bin, /obj/item/paper{ - info = "The igniter in the chamber does not work very well. I suggest throwing lit welders down the disposal chute over there to ignite the chamber." + default_raw_text = "The igniter in the chamber does not work very well. I suggest throwing lit welders down the disposal chute over there to ignite the chamber." }, /obj/item/weldingtool, /obj/structure/disposalpipe/trunk{ @@ -5880,6 +5912,11 @@ /area/ship/engineering/engine) "ZR" = ( /obj/machinery/vending/coffee, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -20; + pixel_y = 13 + }, /turf/open/floor/wood, /area/ship/crew/office) diff --git a/_maps/shuttles/shiptest/pirate_ember.dmm b/_maps/shuttles/shiptest/pirate_ember.dmm index 5a5ac195fd10..02cdfcd4d301 100644 --- a/_maps/shuttles/shiptest/pirate_ember.dmm +++ b/_maps/shuttles/shiptest/pirate_ember.dmm @@ -172,6 +172,31 @@ icon_state = "panelscorched" }, /area/ship/hallway/central) +"aR" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 5; + color = "#808080" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/door/poddoor/shutters{ + id = "cutter_armoury"; + name = "Armoury Shutter"; + dir = 4 + }, +/turf/open/floor/mineral/plastitanium, +/area/ship/security/armory) "aS" = ( /obj/machinery/airalarm/directional/north, /turf/open/floor/plating{ @@ -290,6 +315,31 @@ }, /turf/open/floor/plasteel/tech, /area/ship/engineering/engine) +"bx" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 2; + color = "#808080" + }, +/obj/effect/decal/cleanable/greenglow, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/light_switch{ + pixel_x = -22; + dir = 4; + pixel_y = 8 + }, +/obj/machinery/firealarm/directional/west, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/industrial/hatch/orange, +/obj/structure/closet/crate/solarpanel_small, +/obj/structure/grille/broken, +/obj/machinery/light_switch{ + pixel_y = 22; + pixel_x = -12 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/ship/engineering) "bA" = ( /obj/effect/turf_decal/techfloor{ dir = 9 @@ -317,6 +367,21 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /turf/open/floor/plasteel/tech/techmaint, /area/ship/engineering/communications) +"bG" = ( +/obj/effect/turf_decal/techfloor{ + dir = 10 + }, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/light_switch{ + dir = 1; + pixel_x = 10; + pixel_y = -20 + }, +/turf/open/floor/plasteel/tech, +/area/ship/engineering/engine) "bI" = ( /obj/structure/table/wood/poker, /obj/effect/turf_decal/siding/wood{ @@ -352,6 +417,30 @@ /obj/item/circuitboard/machine/telecomms/receiver, /turf/open/floor/plasteel/telecomms_floor, /area/ship/maintenance/port) +"bZ" = ( +/obj/item/reagent_containers/food/condiment/soysauce{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/reagent_containers/food/condiment/mayonnaise, +/obj/effect/turf_decal/box/corners{ + dir = 4 + }, +/obj/structure/closet/secure_closet/freezer/fridge/open, +/obj/effect/turf_decal/box/corners{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -20; + pixel_y = 13 + }, +/turf/open/floor/plasteel/dark, +/area/ship/crew/canteen/kitchen) "cb" = ( /obj/effect/turf_decal/siding/wood{ dir = 8 @@ -605,17 +694,6 @@ }, /turf/open/floor/plasteel/tech/techmaint, /area/ship/engineering) -"dE" = ( -/obj/machinery/computer/monitor, -/obj/effect/decal/cleanable/robot_debris, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/ship/engineering/communications) "dF" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/light/directional/east, @@ -779,45 +857,18 @@ icon_state = "wood-broken6" }, /area/ship/crew/canteen) -"eO" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 5; - color = "#808080" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/poddoor/shutters{ - id = "cutter_armoury"; - name = "Armoury Shutter" - }, -/turf/open/floor/mineral/plastitanium, -/area/ship/security/armory) "eQ" = ( /obj/structure/catwalk/over/plated_catwalk, /obj/structure/closet/secure_closet/engineering_welding{ req_access = null; anchored = 1 }, - /obj/machinery/light/small, /obj/item/seeds/cannabis{ pixel_y = -5; pixel_x = -5 }, - /obj/machinery/light/small/directional/south, - /turf/open/floor/plating/rust, /area/ship/engineering) "eV" = ( @@ -931,6 +982,18 @@ }, /turf/open/floor/mineral/plastitanium, /area/ship/security/armory) +"fo" = ( +/obj/effect/decal/cleanable/blood/tracks, +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/broken/directional/east, +/obj/machinery/light_switch{ + pixel_x = 21; + dir = 8; + pixel_y = 10 + }, +/turf/open/floor/plating/rust, +/area/ship/maintenance/central) "ft" = ( /obj/item/toy/plush/beeplushie{ pixel_x = 12; @@ -1272,6 +1335,20 @@ icon_state = "platingdmg3" }, /area/ship/maintenance/port) +"gL" = ( +/obj/effect/turf_decal/techfloor{ + dir = 1 + }, +/obj/effect/turf_decal/techfloor, +/obj/machinery/suit_storage_unit/inherit/industrial, +/obj/item/tank/jetpack/carbondioxide, +/obj/item/clothing/suit/space/hardsuit/security/independent/frontier, +/obj/item/clothing/mask/breath, +/obj/machinery/light_switch{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/tech/grid, +/area/ship/security/armory) "gP" = ( /turf/closed/wall/rust, /area/ship/security/armory) @@ -1336,6 +1413,25 @@ }, /turf/open/floor/plasteel, /area/ship/crew/canteen) +"hq" = ( +/obj/structure/closet/wall{ + name = "Atmospheric locker"; + dir = 4; + pixel_x = -28 + }, +/obj/item/clothing/suit/hooded/wintercoat/engineering/atmos, +/obj/item/clothing/suit/fire/atmos, +/obj/item/clothing/head/hardhat/atmos, +/obj/item/clothing/mask/gas/atmos, +/obj/item/clothing/gloves/color/orange, +/obj/item/analyzer, +/obj/item/storage/belt/utility/atmostech, +/obj/item/clothing/glasses/meson/engine/tray, +/obj/structure/catwalk/over/plated_catwalk/dark, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/ship/engineering/incinerator) "ht" = ( /obj/item/stock_parts/subspace/ansible{ pixel_x = 10; @@ -1384,24 +1480,6 @@ }, /turf/open/floor/plasteel, /area/ship/hallway/central) -"hE" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 6; - color = "#808080" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/poddoor/shutters{ - id = "cutter_armoury"; - name = "Armoury Shutter" - }, -/turf/open/floor/mineral/plastitanium, -/area/ship/security/armory) "hF" = ( /obj/structure/chair/stool{ dir = 4; @@ -1894,27 +1972,6 @@ }, /turf/open/floor/plating, /area/ship/maintenance/fore) -"jT" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 2; - color = "#808080" - }, -/obj/effect/decal/cleanable/greenglow, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/machinery/light_switch{ - pixel_x = -22; - dir = 4; - pixel_y = 8 - }, -/obj/machinery/firealarm/directional/west, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/industrial/hatch/orange, -/obj/structure/closet/crate/solarpanel_small, -/obj/structure/grille/broken, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) "jW" = ( /turf/closed/wall/r_wall/rust, /area/ship/security/armory) @@ -2094,24 +2151,6 @@ icon_state = "platingdmg3" }, /area/ship/engineering/incinerator) -"kI" = ( -/obj/structure/closet/secure_closet{ - icon_door = "tac"; - icon_state = "tac"; - name = "boarding tools locker"; - req_access_txt = "3" - }, -/obj/effect/turf_decal/techfloor, -/obj/item/storage/backpack/duffelbag/syndie/x4, -/obj/item/crowbar/power{ - pixel_y = -4 - }, -/obj/item/radio/intercom/directional/north{ - pixel_y = 23; - pixel_x = -2 - }, -/turf/open/floor/plasteel/dark, -/area/ship/security/armory) "kK" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/structure/cable{ @@ -2250,6 +2289,21 @@ }, /turf/open/floor/concrete/tiles, /area/ship/crew) +"lm" = ( +/obj/effect/turf_decal/corner/opaque/yellow/half{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/light_switch{ + pixel_x = -12; + pixel_y = 23; + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ship/cargo) "ln" = ( /turf/closed/wall, /area/ship/maintenance/fore) @@ -2317,6 +2371,18 @@ }, /turf/open/floor/plasteel/dark, /area/ship/security/range) +"lN" = ( +/obj/structure/salvageable/computer{ + dir = 4; + pixel_x = -3 + }, +/obj/effect/turf_decal/techfloor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light_switch{ + pixel_y = 24 + }, +/turf/open/floor/circuit/green/off, +/area/ship/security/range) "lO" = ( /obj/effect/turf_decal/industrial/outline/yellow, /obj/structure/closet/crate/engineering, @@ -2433,6 +2499,28 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /turf/open/floor/plasteel, /area/ship/hallway/central) +"mw" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/door/airlock/hatch{ + name = "Cannon Bay"; + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ship/security/range) "mz" = ( /obj/effect/turf_decal/techfloor, /obj/structure/table/reinforced{ @@ -2602,6 +2690,21 @@ icon_state = "wood-broken3" }, /area/ship/security) +"nn" = ( +/obj/structure/sign/poster/ripped{ + pixel_x = -32 + }, +/obj/structure/fluff/hedge, +/obj/effect/turf_decal/siding/wood/end{ + dir = 1 + }, +/obj/machinery/light/small/directional/west, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/wood, +/area/ship/crew/office) "np" = ( /obj/effect/decal/fakelattice{ color = "#808080" @@ -2678,6 +2781,22 @@ }, /turf/open/floor/plasteel/tech, /area/ship/engineering/electrical) +"nA" = ( +/obj/effect/turf_decal/techfloor, +/obj/effect/turf_decal/industrial/hatch/red, +/obj/structure/closet/firecloset, +/obj/structure/sign/poster/official/moth/hardhats{ + pixel_y = -32 + }, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -20; + pixel_y = 12 + }, +/turf/open/floor/plasteel/tech, +/area/ship/engineering/electrical) "nB" = ( /obj/effect/turf_decal/industrial/warning{ dir = 1 @@ -2758,10 +2877,6 @@ }, /turf/open/floor/mineral/plastitanium, /area/ship/security/armory) -"nQ" = ( -/obj/structure/catwalk/over/plated_catwalk, -/turf/open/floor/plating, -/area/ship/hallway/central) "nX" = ( /obj/effect/turf_decal/techfloor{ dir = 4 @@ -3129,18 +3244,6 @@ "pM" = ( /turf/closed/wall, /area/ship/security) -"pN" = ( -/obj/structure/bookcase/random/fiction, -/obj/item/radio/intercom/directional/north{ - pixel_y = 22; - pixel_x = -6 - }, -/obj/machinery/light_switch{ - pixel_x = 6; - pixel_y = 22 - }, -/turf/open/floor/plasteel/tech, -/area/ship/crew/office) "pO" = ( /obj/effect/turf_decal/siding/wood{ dir = 1 @@ -3194,6 +3297,14 @@ }, /turf/open/floor/plating/airless, /area/ship/maintenance/port) +"qi" = ( +/obj/structure/catwalk/over/plated_catwalk, +/obj/machinery/light_switch{ + dir = 1; + pixel_y = -20 + }, +/turf/open/floor/plating, +/area/ship/hallway/central) "qk" = ( /turf/closed/wall/r_wall/syndicate, /area/ship/maintenance/fore) @@ -3565,21 +3676,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/dark, /area/ship/security/armory) -"sf" = ( -/obj/structure/bed, -/obj/item/bedsheet/dorms, -/obj/structure/curtain/cloth/grey, -/obj/item/radio/intercom/directional/north{ - pixel_y = 23; - pixel_x = -2 - }, -/obj/machinery/light_switch{ - pixel_x = 10; - pixel_y = 23 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/carpet/red_gold, -/area/ship/crew) "sg" = ( /obj/machinery/power/smes/engineering, /obj/structure/railing{ @@ -3621,21 +3717,6 @@ }, /turf/open/floor/plasteel/tech, /area/ship/engineering/electrical) -"sn" = ( -/obj/structure/chair/wood, -/obj/effect/turf_decal/siding/wood{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/concrete/tiles, -/area/ship/crew) "sp" = ( /obj/structure/chair/e_chair, /turf/open/floor/plasteel/tech, @@ -3699,21 +3780,9 @@ /obj/effect/turf_decal/steeldecal/steel_decals10{ dir = 9 }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plasteel/tech, -/area/ship/bridge) -"sL" = ( -/obj/effect/decal/cleanable/blood/tracks, -/obj/effect/decal/cleanable/glass, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/broken/directional/east, -/obj/machinery/light_switch{ - pixel_x = 22; - dir = 8; - pixel_y = 7 - }, -/turf/open/floor/plating/rust, -/area/ship/maintenance/central) +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/tech, +/area/ship/bridge) "sP" = ( /obj/structure/cable{ icon_state = "4-8" @@ -3769,15 +3838,6 @@ icon_state = "panelscorched" }, /area/ship/hallway/central) -"ti" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 10 - }, -/obj/structure/sign/poster/contraband/kudzu{ - pixel_x = -32 - }, -/turf/open/floor/wood, -/area/ship/crew/office) "tl" = ( /obj/effect/turf_decal/industrial/warning{ dir = 1; @@ -4611,15 +4671,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /turf/open/floor/plasteel/dark, /area/ship/hallway/fore) -"wu" = ( -/obj/structure/table/reinforced, -/obj/machinery/photocopier/faxmachine, -/obj/structure/table/reinforced{ - color = "#c1b6a5" - }, -/obj/machinery/light/small/directional/west, -/turf/open/floor/plasteel/tech/grid, -/area/ship/bridge) "ww" = ( /obj/effect/decal/cleanable/blood/tracks{ dir = 4 @@ -4629,16 +4680,6 @@ }, /turf/open/floor/plating/rust, /area/ship/maintenance/central) -"wx" = ( -/obj/effect/turf_decal/corner/opaque/yellow/half{ - dir = 4 - }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel, -/area/ship/cargo) "wC" = ( /obj/structure/catwalk/over/plated_catwalk, /obj/structure/closet/firecloset/wall{ @@ -5033,18 +5074,6 @@ icon_state = "panelscorched" }, /area/ship/maintenance/fore) -"yV" = ( -/obj/structure/catwalk/over/plated_catwalk, -/obj/machinery/light_switch{ - pixel_x = -22; - dir = 4; - pixel_y = 6 - }, -/obj/item/radio/intercom/directional/west, -/turf/open/floor/plating{ - icon_state = "foam_plating" - }, -/area/ship/hallway/central) "zc" = ( /obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, /obj/machinery/door/poddoor{ @@ -5566,6 +5595,24 @@ /obj/machinery/atmospherics/components/unary/vent_pump/siphon/on, /turf/open/floor/engine/plasma, /area/ship/engineering/incinerator) +"Bx" = ( +/obj/structure/table/reinforced, +/obj/item/gun/ballistic/revolver/nagant{ + pixel_y = 6 + }, +/obj/item/gun/ballistic/revolver/nagant, +/obj/item/gun/ballistic/revolver/nagant{ + pixel_y = -5 + }, +/obj/effect/turf_decal/techfloor{ + dir = 5 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/plasteel/dark, +/area/ship/security/armory) "By" = ( /obj/structure/guncase, /obj/item/gun/ballistic/automatic/smg/thompson{ @@ -5643,6 +5690,25 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /turf/open/floor/plasteel, /area/ship/hallway/central) +"BT" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 6; + color = "#808080" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/poddoor/shutters{ + id = "cutter_armoury"; + name = "Armoury Shutter"; + dir = 4 + }, +/turf/open/floor/mineral/plastitanium, +/area/ship/security/armory) "BW" = ( /obj/structure/catwalk/over/plated_catwalk, /obj/effect/decal/cleanable/dirt, @@ -5659,6 +5725,45 @@ icon_state = "panelscorched" }, /area/ship/hallway/central) +"BX" = ( +/obj/structure/closet/secure_closet{ + icon_state = "sec"; + name = "equipment locker"; + req_access_txt = "1" + }, +/obj/effect/turf_decal/techfloor, +/obj/item/clothing/mask/bandana/black{ + pixel_x = 1; + pixel_y = -4 + }, +/obj/item/clothing/mask/bandana/black{ + pixel_x = 1; + pixel_y = -4 + }, +/obj/item/clothing/mask/bandana/black{ + pixel_x = 1; + pixel_y = -4 + }, +/obj/item/clothing/mask/russian_balaclava, +/obj/item/clothing/mask/russian_balaclava, +/obj/item/clothing/mask/russian_balaclava, +/obj/item/storage/belt/military, +/obj/item/storage/belt/military, +/obj/item/storage/belt/military/army, +/obj/item/storage/belt/military/army, +/obj/item/clothing/head/helmet/old{ + pixel_x = 7 + }, +/obj/item/clothing/head/helmet/old{ + pixel_x = 7; + pixel_y = -4 + }, +/obj/item/clothing/suit/armor/riot, +/obj/machinery/light_switch{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/dark, +/area/ship/security/armory) "BZ" = ( /obj/machinery/light/directional/south, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ @@ -5679,6 +5784,16 @@ icon_state = "panelscorched" }, /area/ship/maintenance/port) +"Cc" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/structure/sign/poster/contraband/kudzu{ + pixel_x = -32 + }, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/wood, +/area/ship/crew/office) "Cg" = ( /obj/effect/turf_decal/industrial/warning{ dir = 1; @@ -5693,17 +5808,6 @@ }, /turf/open/floor/mineral/plastitanium, /area/ship/security/armory) -"Co" = ( -/obj/effect/turf_decal/techfloor, -/obj/effect/turf_decal/industrial/hatch/red, -/obj/structure/closet/firecloset, -/obj/structure/sign/poster/official/moth/hardhats{ - pixel_y = -32 - }, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable, -/turf/open/floor/plasteel/tech, -/area/ship/engineering/electrical) "Cq" = ( /obj/structure/frame/machine, /obj/item/stock_parts/subspace/filter, @@ -5886,25 +5990,6 @@ }, /turf/open/floor/plasteel/dark, /area/ship/hallway/fore) -"CZ" = ( -/obj/item/reagent_containers/food/condiment/soysauce{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/reagent_containers/food/condiment/mayonnaise, -/obj/effect/turf_decal/box/corners{ - dir = 4 - }, -/obj/structure/closet/secure_closet/freezer/fridge/open, -/obj/effect/turf_decal/box/corners{ - dir = 1 - }, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel/dark, -/area/ship/crew/canteen/kitchen) "Db" = ( /obj/effect/turf_decal/industrial/warning/corner{ dir = 4 @@ -5930,6 +6015,46 @@ }, /turf/open/floor/plasteel/tech/grid, /area/ship/maintenance/port) +"Dg" = ( +/obj/machinery/computer/monitor, +/obj/effect/decal/cleanable/robot_debris, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/light_switch{ + dir = 8; + pixel_y = 11; + pixel_x = 20 + }, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/ship/engineering/communications) +"Dq" = ( +/obj/machinery/portable_atmospherics/canister/toxins, +/obj/structure/railing{ + dir = 4; + layer = 4.1 + }, +/obj/effect/turf_decal/techfloor/orange{ + dir = 4 + }, +/obj/effect/turf_decal/industrial/outline/orange, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/simple/yellow/hidden/layer4{ + dir = 8 + }, +/obj/machinery/light_switch{ + pixel_x = -12; + pixel_y = 23; + dir = 2 + }, +/turf/open/floor/plasteel/tech, +/area/ship/engineering/incinerator) "Ds" = ( /obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, /obj/machinery/door/poddoor{ @@ -6317,27 +6442,6 @@ }, /turf/open/floor/plasteel/dark, /area/ship/hallway/fore) -"ES" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/airlock/hatch{ - name = "Cannon Bay" - }, -/turf/open/floor/plasteel/dark, -/area/ship/security/range) "EX" = ( /obj/machinery/suit_storage_unit/inherit/industrial, /obj/item/tank/jetpack/carbondioxide, @@ -6384,6 +6488,18 @@ /obj/machinery/light/directional/east, /turf/open/floor/plasteel/dark, /area/ship/security) +"Fi" = ( +/obj/structure/table/reinforced, +/obj/structure/table/reinforced{ + color = "#c1b6a5" + }, +/obj/machinery/light/small/directional/west, +/obj/machinery/light_switch{ + pixel_y = 24 + }, +/obj/machinery/fax/frontiersmen, +/turf/open/floor/plasteel/tech/grid, +/area/ship/bridge) "Fo" = ( /obj/effect/turf_decal/techfloor{ dir = 9 @@ -6402,16 +6518,6 @@ /obj/structure/barricade/wooden/crude, /turf/open/floor/plating, /area/ship/hallway/central) -"Fw" = ( -/obj/effect/turf_decal/techfloor{ - dir = 10 - }, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel/tech, -/area/ship/engineering/engine) "Fx" = ( /obj/effect/turf_decal/industrial/warning{ dir = 1 @@ -6598,22 +6704,6 @@ color = "#808080" }, /area/ship/security/range) -"FT" = ( -/obj/structure/sign/poster/ripped{ - pixel_x = -32 - }, -/obj/structure/fluff/hedge, -/obj/effect/turf_decal/siding/wood/end{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet/directional/north, -/obj/machinery/light/small/directional/west, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/wood, -/area/ship/crew/office) "FU" = ( /obj/structure/reagent_dispensers/watertank, /obj/effect/turf_decal/industrial/hatch/yellow, @@ -6784,26 +6874,7 @@ /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/showroomfloor, -/area/ship/engineering/communications) -"GI" = ( -/obj/machinery/portable_atmospherics/canister/toxins, -/obj/structure/railing{ - dir = 4; - layer = 4.1 - }, -/obj/effect/turf_decal/techfloor/orange{ - dir = 4 - }, -/obj/effect/turf_decal/industrial/outline/orange, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/tech, -/area/ship/engineering/incinerator) +/area/ship/engineering/communications) "GL" = ( /turf/closed/wall/r_wall/syndicate/nodiagonal, /area/ship/bridge) @@ -7036,6 +7107,21 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /turf/open/floor/plasteel/dark, /area/ship/bridge) +"HM" = ( +/obj/structure/closet/secure_closet{ + icon_door = "tac"; + icon_state = "tac"; + name = "boarding tools locker"; + req_access_txt = "3" + }, +/obj/effect/turf_decal/techfloor, +/obj/item/storage/backpack/duffelbag/syndie/x4, +/obj/item/crowbar/power{ + pixel_y = -4 + }, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/plasteel/dark, +/area/ship/security/armory) "HN" = ( /obj/effect/turf_decal/corner/opaque/yellow/half{ dir = 8 @@ -7270,15 +7356,6 @@ /obj/effect/turf_decal/number/two, /turf/closed/wall/r_wall/syndicate/nodiagonal, /area/ship/security/armory) -"IR" = ( -/obj/structure/salvageable/computer{ - dir = 4; - pixel_x = -3 - }, -/obj/effect/turf_decal/techfloor, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/circuit/green/off, -/area/ship/security/range) "IS" = ( /obj/structure/window/reinforced/spawner/north, /obj/structure/table/reinforced, @@ -7910,24 +7987,6 @@ }, /turf/open/floor/plasteel/telecomms_floor, /area/ship/engineering/electrical) -"KV" = ( -/obj/structure/table/reinforced, -/obj/item/gun/ballistic/revolver/nagant{ - pixel_y = 6 - }, -/obj/item/gun/ballistic/revolver/nagant, -/obj/item/gun/ballistic/revolver/nagant{ - pixel_y = -5 - }, -/obj/effect/turf_decal/techfloor{ - dir = 5 - }, -/obj/structure/railing{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet/directional/north, -/turf/open/floor/plasteel/dark, -/area/ship/security/armory) "KW" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on, /turf/open/floor/engine/plasma, @@ -8093,26 +8152,6 @@ }, /turf/open/floor/plasteel/dark, /area/ship/bridge) -"Ly" = ( -/obj/effect/turf_decal/trimline/opaque/red/line{ - dir = 8 - }, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/decal/cleanable/glass, -/obj/structure/chair{ - dir = 4; - pixel_x = 5; - pixel_y = 4 - }, -/obj/item/reagent_containers/food/drinks/soda_cans/sodawater{ - pixel_x = 7; - pixel_y = 6 - }, -/turf/open/floor/plasteel/dark, -/area/ship/security) "Lz" = ( /obj/structure/catwalk/over/plated_catwalk, /obj/effect/decal/cleanable/dirt, @@ -8151,20 +8190,6 @@ /obj/effect/turf_decal/spline/fancy/opaque/black, /turf/open/floor/carpet/nanoweave, /area/ship/security) -"LJ" = ( -/obj/effect/turf_decal/corner_techfloor_grid/full{ - dir = 4 - }, -/obj/effect/turf_decal/techfloor/corner, -/obj/structure/extinguisher_cabinet/directional/north, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) "LQ" = ( /obj/effect/turf_decal/siding/wideplating/dark{ dir = 6 @@ -8388,6 +8413,14 @@ "Mv" = ( /turf/closed/wall, /area/ship/medical) +"Mx" = ( +/obj/structure/bed, +/obj/item/bedsheet/dorms, +/obj/structure/curtain/cloth/grey, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/carpet/red_gold, +/area/ship/crew) "Mz" = ( /obj/structure/closet/crate/bin, /obj/item/trash/syndi_cakes, @@ -8395,7 +8428,6 @@ /obj/item/trash/candy, /obj/item/trash/waffles, /obj/item/flashlight, - /obj/item/seeds/chili{ pixel_y = -7; pixel_x = -2 @@ -8746,27 +8778,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /turf/open/floor/plasteel, /area/ship/cargo) -"Om" = ( -/obj/structure/closet/wall{ - name = "Atmospheric locker"; - dir = 4; - pixel_x = -28 - }, -/obj/item/clothing/suit/hooded/wintercoat/engineering/atmos, -/obj/item/clothing/under/rank/engineering/atmospheric_technician/firefighter, -/obj/item/clothing/under/rank/engineering/atmospheric_technician/firefighter/skirt, -/obj/item/clothing/suit/fire/atmos, -/obj/item/clothing/head/hardhat/atmos, -/obj/item/clothing/mask/gas/atmos, -/obj/item/clothing/gloves/color/orange, -/obj/item/analyzer, -/obj/item/storage/belt/utility/atmostech, -/obj/item/clothing/glasses/meson/engine/tray, -/obj/structure/catwalk/over/plated_catwalk/dark, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/ship/engineering/incinerator) "On" = ( /obj/effect/turf_decal/siding/wood{ dir = 8 @@ -8884,28 +8895,6 @@ /obj/effect/turf_decal/siding/wideplating/dark, /turf/open/floor/mineral/plastitanium, /area/ship/security/armory) -"OR" = ( -/obj/effect/turf_decal/techfloor{ - dir = 1 - }, -/obj/structure/table/reinforced{ - color = "#c1b6a5" - }, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high, -/obj/item/stock_parts/cell/hyper{ - pixel_y = -2; - pixel_x = -6 - }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/tech, -/area/ship/engineering/atmospherics) "OW" = ( /obj/structure/rack, /obj/item/clothing/shoes/magboots{ @@ -8946,6 +8935,31 @@ /obj/structure/girder, /turf/open/floor/plating/airless, /area/ship/maintenance/port) +"Pk" = ( +/obj/effect/turf_decal/trimline/opaque/red/line{ + dir = 8 + }, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/decal/cleanable/glass, +/obj/structure/chair{ + dir = 4; + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/reagent_containers/food/drinks/soda_cans/sodawater{ + pixel_x = 7; + pixel_y = 6 + }, +/obj/machinery/light_switch{ + dir = 4; + pixel_y = 12; + pixel_x = -20 + }, +/turf/open/floor/plasteel/dark, +/area/ship/security) "Pl" = ( /obj/structure/extinguisher_cabinet/directional/north, /obj/machinery/door/firedoor/border_only{ @@ -9407,9 +9421,46 @@ }, /turf/open/floor/plasteel/tech/grid, /area/ship/crew/office) +"RT" = ( +/obj/effect/turf_decal/techfloor{ + dir = 1 + }, +/obj/structure/table/reinforced{ + color = "#c1b6a5" + }, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/obj/item/stock_parts/cell/hyper{ + pixel_y = -2; + pixel_x = -6 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light_switch{ + pixel_y = 22; + pixel_x = -12 + }, +/turf/open/floor/plasteel/tech, +/area/ship/engineering/atmospherics) "RW" = ( /turf/closed/wall/r_wall/syndicate, /area/ship/engineering/incinerator) +"RX" = ( +/obj/structure/bookcase/random/fiction, +/obj/machinery/light_switch{ + pixel_x = 6; + pixel_y = 22 + }, +/obj/item/radio/intercom/directional/north{ + pixel_x = -8 + }, +/turf/open/floor/plasteel/tech, +/area/ship/crew/office) "RY" = ( /obj/effect/spawner/lootdrop/salvage_capacitor, /obj/item/stack/cable_coil/cut/yellow, @@ -9646,6 +9697,23 @@ icon_state = "foam_plating" }, /area/ship/hallway/central) +"SQ" = ( +/obj/structure/catwalk/over/plated_catwalk, +/obj/machinery/light_switch{ + pixel_x = -22; + dir = 4; + pixel_y = 6 + }, +/obj/item/radio/intercom/directional/west, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -20; + pixel_y = 12 + }, +/turf/open/floor/plating{ + icon_state = "foam_plating" + }, +/area/ship/hallway/central) "SR" = ( /obj/structure/chair{ dir = 1 @@ -10234,6 +10302,20 @@ }, /turf/open/floor/plasteel/dark, /area/ship/security/armory) +"VU" = ( +/obj/effect/turf_decal/corner_techfloor_grid/full{ + dir = 4 + }, +/obj/effect/turf_decal/techfloor/corner, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/plasteel/dark, +/area/ship/hallway/fore) "Wb" = ( /obj/structure/bed, /obj/item/bedsheet/cult, @@ -10418,42 +10500,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /turf/open/floor/plasteel/dark, /area/ship/security) -"WY" = ( -/obj/structure/closet/secure_closet{ - icon_state = "sec"; - name = "equipment locker"; - req_access_txt = "1" - }, -/obj/effect/turf_decal/techfloor, -/obj/item/clothing/mask/bandana/black{ - pixel_x = 1; - pixel_y = -4 - }, -/obj/item/clothing/mask/bandana/black{ - pixel_x = 1; - pixel_y = -4 - }, -/obj/item/clothing/mask/bandana/black{ - pixel_x = 1; - pixel_y = -4 - }, -/obj/item/clothing/mask/russian_balaclava, -/obj/item/clothing/mask/russian_balaclava, -/obj/item/clothing/mask/russian_balaclava, -/obj/item/storage/belt/military, -/obj/item/storage/belt/military, -/obj/item/storage/belt/military/army, -/obj/item/storage/belt/military/army, -/obj/item/clothing/head/helmet/old{ - pixel_x = 7 - }, -/obj/item/clothing/head/helmet/old{ - pixel_x = 7; - pixel_y = -4 - }, -/obj/item/clothing/suit/armor/riot, -/turf/open/floor/plasteel/dark, -/area/ship/security/armory) "Xd" = ( /obj/structure/sink/puddle, /obj/structure/flora/ausbushes/stalkybush{ @@ -10628,6 +10674,26 @@ /obj/machinery/atmospherics/pipe/manifold/cyan/hidden, /turf/open/floor/plasteel/tech/techmaint, /area/ship/engineering/atmospherics) +"XZ" = ( +/obj/structure/chair/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -20; + pixel_y = 12 + }, +/turf/open/floor/concrete/tiles, +/area/ship/crew) "Yf" = ( /obj/structure/catwalk/over/plated_catwalk/dark, /obj/machinery/door/firedoor/border_only{ @@ -11219,7 +11285,7 @@ Am Tk Tk fH -dE +Dg jq AL lu @@ -11241,7 +11307,7 @@ aO aO aO SW -Om +hq Qz oE VN @@ -11252,7 +11318,7 @@ ws ws nI Am -jT +bx Zf JS iC @@ -11386,23 +11452,23 @@ Tn QC jk bA -Fw +bG El aO -GI +Dq CP GQ kD jA oY -OR +RT pC xx fw AQ KM GU -Co +nA gC ed ed @@ -11442,7 +11508,7 @@ Td Fd gC WR -sn +XZ bI HE WH @@ -11589,7 +11655,7 @@ ho No tq gC -sf +Mx wp KN CL @@ -11699,7 +11765,7 @@ Lc mU WL zo -yV +SQ aQ YC Mz @@ -11889,7 +11955,7 @@ pO zS JE wc -wx +lm Gz UC It @@ -11918,7 +11984,7 @@ qP ne Xd yF -sL +fo cF TW ne @@ -11995,7 +12061,7 @@ oX nM IE Kb -CZ +bZ qK xj Jt @@ -12168,14 +12234,14 @@ bq VC PJ bo -Ly +Pk XA VB um ys UY TI -WY +BX kc fm By @@ -12247,12 +12313,12 @@ SR Vb MQ jn -nQ +qi jW -kI +HM Cg zZ -KV +Bx jt Qi sy @@ -12287,8 +12353,8 @@ ta Kh jW JK -eO -hE +aR +BT JK JK JK @@ -12508,7 +12574,7 @@ tu je Vh TI -zP +gL nL va AA @@ -12688,7 +12754,7 @@ NW Hs wt Wj -LJ +VU ad ad sP @@ -12763,7 +12829,7 @@ hW Sb AD ad -wu +Fi Sc hP CA @@ -12771,7 +12837,7 @@ mW ad ad fL -ES +mw fL fC ws @@ -12796,9 +12862,9 @@ ws ws Uw yL -FT +nn aJ -ti +Cc ad Lx EP @@ -12881,7 +12947,7 @@ YG zF Qv ad -IR +lN Jr gA fC @@ -12944,7 +13010,7 @@ ws ws ws yL -pN +RX vy nJ ad diff --git a/_maps/shuttles/shiptest/pirate_libertatia.dmm b/_maps/shuttles/shiptest/pirate_libertatia.dmm index 0085f0306943..2291bece301d 100644 --- a/_maps/shuttles/shiptest/pirate_libertatia.dmm +++ b/_maps/shuttles/shiptest/pirate_libertatia.dmm @@ -156,6 +156,11 @@ /obj/item/gun/energy/e_gun/mini{ name = "first mate's derringer" }, +/obj/machinery/light_switch{ + pixel_y = 12; + pixel_x = 20; + dir = 8 + }, /turf/open/floor/pod/light, /area/ship/bridge) "fq" = ( @@ -310,6 +315,10 @@ }, /obj/effect/decal/cleanable/dirt/dust, /obj/effect/landmark/start/security_officer, +/obj/machinery/light_switch{ + pixel_y = 23; + pixel_x = -12 + }, /turf/open/floor/pod/light, /area/ship/security) "nC" = ( @@ -557,9 +566,6 @@ dir = 8 }, /obj/machinery/autolathe, -/obj/machinery/status_display/shuttle{ - pixel_y = -32 - }, /obj/machinery/light/small/directional/south, /obj/effect/turf_decal/industrial/warning{ dir = 10 @@ -717,8 +723,8 @@ /obj/machinery/microwave{ pixel_y = 5 }, -/obj/machinery/status_display/shuttle{ - pixel_y = 32 +/obj/machinery/light_switch{ + pixel_y = 20 }, /turf/open/floor/pod/light, /area/ship/crew) @@ -1150,6 +1156,9 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 4 }, +/obj/machinery/light_switch{ + pixel_y = 20 + }, /turf/open/floor/pod/light, /area/ship/cargo) "Hw" = ( @@ -1465,6 +1474,9 @@ /obj/effect/turf_decal/industrial/warning{ dir = 8 }, +/obj/machinery/light_switch{ + pixel_y = 20 + }, /turf/open/floor/plating, /area/ship/hallway/port) "QO" = ( @@ -1673,6 +1685,9 @@ /obj/effect/turf_decal/industrial/warning{ dir = 4 }, +/obj/machinery/light_switch{ + pixel_y = 20 + }, /turf/open/floor/plating, /area/ship/hallway/starboard) "Ut" = ( diff --git a/_maps/shuttles/shiptest/pirate_noderider.dmm b/_maps/shuttles/shiptest/pirate_noderider.dmm index c665df9c48ad..788d140f2304 100644 --- a/_maps/shuttles/shiptest/pirate_noderider.dmm +++ b/_maps/shuttles/shiptest/pirate_noderider.dmm @@ -345,6 +345,12 @@ /obj/machinery/light/small/directional/east, /turf/open/floor/plasteel/dark, /area/ship/crew) +"et" = ( +/obj/machinery/porta_turret/ship{ + dir = 5 + }, +/turf/closed/wall/mineral/plastitanium, +/area/ship/bridge) "ev" = ( /obj/machinery/power/rtg, /obj/structure/cable{ @@ -536,9 +542,8 @@ /obj/structure/cable{ icon_state = "1-8" }, -/obj/machinery/porta_turret/ship, /turf/open/floor/engine/hull, -/area/ship/bridge) +/area/ship/external) "hK" = ( /obj/structure/cable{ icon_state = "1-6" @@ -573,6 +578,12 @@ /obj/item/radio/intercom/directional/east, /turf/open/floor/plasteel/dark, /area/ship/crew) +"iH" = ( +/obj/machinery/porta_turret/ship{ + dir = 9 + }, +/turf/closed/wall/mineral/plastitanium, +/area/ship/bridge) "iJ" = ( /obj/effect/turf_decal/industrial/warning, /obj/effect/turf_decal/spline/fancy/opaque/black{ @@ -585,6 +596,11 @@ icon_state = "1-2" }, /obj/machinery/firealarm/directional/east, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 20; + pixel_y = 11 + }, /turf/open/floor/plasteel/dark, /area/ship/engineering) "iM" = ( @@ -781,13 +797,6 @@ }, /turf/open/floor/plasteel/mono/dark, /area/ship/maintenance/central) -"lU" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/porta_turret/ship, -/turf/open/floor/engine/hull, -/area/ship/bridge) "mf" = ( /obj/structure/cable{ icon_state = "1-8" @@ -880,6 +889,10 @@ }, /obj/machinery/light/small/directional/west, /obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/light_switch{ + pixel_x = -12; + pixel_y = 23 + }, /turf/open/floor/plasteel/tech, /area/ship/security/armory) "nO" = ( @@ -910,7 +923,7 @@ }, /obj/item/storage/part_replacer, /obj/item/paper{ - info = "Install the capacitors into the SMESes. You will need them." + default_raw_text = "Install the capacitors into the SMESes. You will need them." }, /turf/open/floor/plasteel/dark, /area/ship/engineering) @@ -1267,6 +1280,11 @@ }, /obj/machinery/light/small/directional/north, /obj/machinery/power/apc/auto_name/directional/east, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 20; + pixel_y = 11 + }, /turf/open/floor/plasteel/mono/dark, /area/ship/maintenance/central) "ty" = ( @@ -1318,9 +1336,8 @@ /obj/structure/cable{ icon_state = "2-8" }, -/obj/machinery/porta_turret/ship, /turf/open/floor/engine/hull, -/area/ship/bridge) +/area/ship/external) "tU" = ( /obj/structure/cable{ icon_state = "0-4" @@ -1506,6 +1523,11 @@ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 20; + pixel_y = 0 + }, /turf/open/floor/plasteel/dark, /area/ship/crew) "xW" = ( @@ -1560,6 +1582,11 @@ /obj/machinery/light/small/built/directional/north{ pixel_x = 16 }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -20; + pixel_y = 10 + }, /turf/open/floor/plasteel/telecomms_floor, /area/ship/bridge) "ym" = ( @@ -1714,6 +1741,12 @@ }, /turf/open/floor/plasteel/dark, /area/ship/engineering) +"Az" = ( +/obj/machinery/porta_turret/ship{ + dir = 6 + }, +/turf/closed/wall/mineral/plastitanium, +/area/ship/bridge) "AO" = ( /obj/structure/cable{ icon_state = "4-8" @@ -2036,6 +2069,11 @@ icon_state = "0-2" }, /obj/machinery/power/apc/auto_name/directional/east, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 20; + pixel_y = 11 + }, /turf/open/floor/plasteel/dark, /area/ship/cargo) "EQ" = ( @@ -2203,11 +2241,6 @@ /obj/effect/turf_decal/industrial/outline/yellow, /turf/open/floor/plasteel/dark, /area/ship/cargo) -"Hj" = ( -/obj/effect/turf_decal/spline/fancy/opaque/black, -/obj/machinery/porta_turret/ship, -/turf/open/floor/plating/airless, -/area/ship/bridge) "Hx" = ( /obj/machinery/autolathe, /obj/machinery/airalarm/directional/east, @@ -2555,6 +2588,12 @@ "MU" = ( /turf/closed/wall/r_wall/syndicate, /area/ship/maintenance/central) +"MX" = ( +/obj/machinery/porta_turret/ship{ + dir = 1 + }, +/turf/closed/wall/mineral/plastitanium, +/area/ship/bridge) "MZ" = ( /obj/structure/cable{ icon_state = "0-8" @@ -2833,6 +2872,12 @@ }, /turf/open/floor/plasteel/dark, /area/ship/cargo) +"RE" = ( +/obj/machinery/porta_turret/ship{ + dir = 4 + }, +/turf/closed/wall/mineral/plastitanium, +/area/ship/bridge) "RI" = ( /obj/structure/cable{ icon_state = "1-8" @@ -2854,6 +2899,12 @@ }, /turf/open/floor/plasteel/dark, /area/ship/engineering) +"Ss" = ( +/obj/machinery/porta_turret/ship{ + dir = 10 + }, +/turf/closed/wall/mineral/plastitanium, +/area/ship/bridge) "SP" = ( /obj/machinery/power/shieldwallgen/anchored, /obj/structure/cable, @@ -2912,13 +2963,6 @@ /obj/machinery/light/dim/directional/east, /turf/open/floor/circuit/red, /area/ship/maintenance/central) -"UM" = ( -/obj/effect/turf_decal/spline/fancy/opaque/black{ - dir = 1 - }, -/obj/machinery/porta_turret/ship, -/turf/open/floor/plating/airless, -/area/ship/bridge) "UY" = ( /obj/structure/railing/corner{ layer = 3.1 @@ -3227,15 +3271,15 @@ by by by ef -UM -up +Uq +iH bC by by by bC -up -Hj +Ss +qp oy by by @@ -3545,8 +3589,8 @@ by by by by -lU -wq +jI +MX ym MU ev @@ -3554,8 +3598,8 @@ Yc LR MU aa -wq -lU +VC +jI by by by @@ -3633,7 +3677,7 @@ qw yK pi hH -wq +MX rx OG OG @@ -3641,7 +3685,7 @@ hr OG OG Ok -wq +VC tO aH cb @@ -3949,7 +3993,7 @@ by by by ef -VC +et Kc Jp EH @@ -3963,7 +4007,7 @@ Ut Am LC pm -VC +Az oy by by @@ -4069,13 +4113,13 @@ qc Th Kc by -VC +RE by oJ Ne oJ by -VC +RE by pm bl @@ -4159,7 +4203,7 @@ by by by by -VC +RE by by by diff --git a/_maps/shuttles/shiptest/radio_funny.dmm b/_maps/shuttles/shiptest/radio_funny.dmm index bd9c294b972d..a771bd464140 100644 --- a/_maps/shuttles/shiptest/radio_funny.dmm +++ b/_maps/shuttles/shiptest/radio_funny.dmm @@ -86,6 +86,14 @@ }, /turf/open/floor/carpet/nanoweave/red, /area/ship/bridge) +"kS" = ( +/obj/machinery/light_switch{ + dir = 8; + pixel_y = 0; + pixel_x = 20 + }, +/turf/open/floor/carpet/nanoweave/orange, +/area/ship/bridge) "lm" = ( /obj/machinery/atmospherics/components/unary/tank/air, /obj/structure/curtain/cloth/grey, @@ -481,7 +489,7 @@ Ve Ve Yx Ko -Tq +kS Ob Ob Ob diff --git a/_maps/shuttles/shiptest/solgov_chronicle.dmm b/_maps/shuttles/shiptest/solgov_chronicle.dmm index ad6cad86ada7..a501fcd211f5 100644 --- a/_maps/shuttles/shiptest/solgov_chronicle.dmm +++ b/_maps/shuttles/shiptest/solgov_chronicle.dmm @@ -252,7 +252,6 @@ populate = 0; anchored = 1 }, -/obj/item/clothing/neck/cloak/solgov, /obj/item/clothing/under/solgov/formal/captain, /obj/item/clothing/shoes/laceup, /obj/item/clothing/head/solgov/captain, @@ -273,6 +272,7 @@ /obj/item/gun/ballistic/automatic/powered/gauss/modelh, /obj/item/ammo_box/magazine/modelh, /obj/item/ammo_box/magazine/modelh, +/obj/item/clothing/neck/cloak/solgovcap, /turf/open/floor/carpet/royalblue, /area/ship/crew/office) "cg" = ( @@ -296,6 +296,9 @@ }, /obj/item/radio/intercom/directional/east, /obj/machinery/airalarm/directional/south, +/obj/machinery/camera/autoname{ + dir = 8 + }, /turf/open/floor/plasteel/tech, /area/ship/engineering) "cw" = ( @@ -771,7 +774,7 @@ /area/ship/crew) "hr" = ( /obj/structure/table/wood/fancy/purple, -/obj/machinery/photocopier/faxmachine/longrange, +/obj/machinery/fax, /obj/item/desk_flag/solgov{ pixel_x = 8; pixel_y = 13 @@ -1011,6 +1014,9 @@ /obj/effect/turf_decal/siding/wood{ dir = 5 }, +/obj/machinery/camera/autoname{ + dir = 8 + }, /turf/open/floor/wood, /area/ship/crew/crewtwo) "ja" = ( @@ -1113,6 +1119,11 @@ /obj/structure/cable{ icon_state = "0-4" }, +/obj/machinery/light_switch{ + dir = 1; + pixel_x = 11; + pixel_y = -16 + }, /turf/open/floor/plasteel/white, /area/ship/engineering) "kg" = ( @@ -1266,6 +1277,9 @@ pixel_y = 9; pixel_x = -23 }, +/obj/machinery/camera/autoname{ + dir = 5 + }, /turf/open/floor/plasteel/white, /area/ship/engineering) "ma" = ( @@ -1527,6 +1541,9 @@ dir = 4 }, /obj/machinery/light/small/directional/south, +/obj/machinery/camera/autoname{ + dir = 10 + }, /turf/open/floor/plasteel/white, /area/ship/engineering) "oH" = ( @@ -1755,6 +1772,9 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ dir = 8 }, +/obj/machinery/camera/autoname{ + dir = 8 + }, /turf/open/floor/wood, /area/ship/crew/crewtwo) "rS" = ( @@ -2109,6 +2129,9 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 4 }, +/obj/machinery/camera/autoname{ + dir = 8 + }, /turf/open/floor/plasteel/tech, /area/ship/crew/crewtwo) "vr" = ( @@ -2252,6 +2275,7 @@ color = "#543C30" }, /obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/camera/autoname, /turf/open/floor/wood, /area/ship/bridge) "xu" = ( @@ -2703,6 +2727,9 @@ /obj/item/clothing/under/solgov, /obj/item/clothing/under/solgov/dress, /obj/item/clothing/under/solgov/dress, +/obj/machinery/camera/autoname{ + dir = 6 + }, /turf/open/floor/wood, /area/ship/crew/dorm) "Ax" = ( @@ -2981,7 +3008,7 @@ /turf/open/floor/plasteel/white, /area/ship/security/armory) "CU" = ( -/obj/machinery/photocopier/faxmachine, +/obj/machinery/fax, /obj/structure/table/wood, /obj/machinery/light/small/directional/south, /turf/open/floor/wood, @@ -3053,6 +3080,11 @@ /obj/machinery/power/apc/auto_name/directional/south, /obj/structure/cable, /obj/structure/table/wood, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -20; + pixel_y = 10 + }, /turf/open/floor/wood/walnut, /area/ship/bridge) "Ef" = ( @@ -3187,6 +3219,11 @@ /obj/structure/cable{ icon_state = "0-8" }, +/obj/machinery/light_switch{ + dir = 2; + pixel_y = 22; + pixel_x = -12 + }, /turf/open/floor/plasteel/white, /area/ship/security/armory) "Fh" = ( @@ -3263,6 +3300,9 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 4 }, +/obj/machinery/camera/autoname{ + dir = 10 + }, /turf/open/floor/wood, /area/ship/crew) "FX" = ( @@ -3309,6 +3349,9 @@ dir = 1; pixel_y = -28 }, +/obj/machinery/camera/autoname{ + dir = 4 + }, /turf/open/floor/wood, /area/ship/crew/crewtwo) "Gv" = ( @@ -3329,6 +3372,12 @@ }, /turf/open/floor/plasteel/white, /area/ship/engineering) +"GH" = ( +/obj/effect/turf_decal/corner/opaque/solgovgold{ + dir = 6 + }, +/turf/template_noop, +/area/template_noop) "GP" = ( /obj/machinery/door/airlock/solgov{ dir = 4; @@ -3375,6 +3424,7 @@ }, /obj/machinery/light/small/directional/north, /obj/structure/table/wood/fancy/blue, +/obj/machinery/camera/autoname, /turf/open/floor/wood, /area/ship/bridge) "Hd" = ( @@ -3389,6 +3439,9 @@ /area/ship/crew/crewtwo) "Ho" = ( /obj/effect/turf_decal/techfloor, +/obj/machinery/camera/autoname{ + dir = 1 + }, /turf/open/floor/plasteel/tech/grid, /area/ship/engineering) "Hp" = ( @@ -3537,7 +3590,7 @@ /area/ship/security/armory) "Jh" = ( /obj/structure/table/wood/fancy/blue, -/obj/machinery/photocopier/faxmachine/longrange, +/obj/machinery/fax, /obj/item/desk_flag/solgov{ pixel_x = -9; pixel_y = 14 @@ -3569,6 +3622,9 @@ dir = 8 }, /obj/machinery/light/small/directional/east, +/obj/machinery/camera/autoname{ + dir = 8 + }, /turf/open/floor/wood, /area/ship/crew) "JH" = ( @@ -3868,6 +3924,9 @@ /obj/effect/turf_decal/corner/opaque/solgovblue{ dir = 5 }, +/obj/machinery/camera/autoname{ + dir = 5 + }, /turf/open/floor/plasteel, /area/ship/crew/dorm) "Mx" = ( @@ -3943,6 +4002,11 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 4 }, +/obj/machinery/light_switch{ + dir = 1; + pixel_x = 11; + pixel_y = -16 + }, /turf/open/floor/plasteel, /area/ship/crew/dorm) "Ns" = ( @@ -4022,6 +4086,9 @@ dir = 4 }, /obj/effect/turf_decal/industrial/outline/orange, +/obj/machinery/camera/autoname{ + dir = 8 + }, /turf/open/floor/plasteel/tech/grid, /area/ship/engineering/engine) "Oo" = ( @@ -4152,6 +4219,9 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 6 }, +/obj/machinery/camera/autoname{ + dir = 6 + }, /turf/open/floor/plasteel/white, /area/ship/security/armory) "Pm" = ( @@ -4224,6 +4294,25 @@ /obj/structure/table/wood/fancy/blue, /turf/open/floor/wood, /area/ship/bridge) +"Qk" = ( +/obj/effect/turf_decal/techfloor{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/railing, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/camera/autoname{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/ship/engineering) "Qm" = ( /obj/effect/turf_decal/siding/wood/corner{ dir = 8 @@ -4403,6 +4492,11 @@ /obj/structure/chair/office{ dir = 8 }, +/obj/machinery/light_switch{ + dir = 2; + pixel_y = 22; + pixel_x = -12 + }, /turf/open/floor/wood, /area/ship/crew/crewtwo) "So" = ( @@ -4640,6 +4734,9 @@ /obj/effect/turf_decal/spline/fancy/opaque/grey{ dir = 4 }, +/obj/machinery/camera/autoname{ + dir = 6 + }, /turf/open/floor/plasteel, /area/ship/cargo) "UB" = ( @@ -4698,6 +4795,9 @@ dir = 1 }, /obj/machinery/light/small/directional/north, +/obj/machinery/camera/autoname{ + dir = 6 + }, /turf/open/floor/plasteel/tech, /area/ship/security/armory) "Vi" = ( @@ -4910,6 +5010,11 @@ icon_state = "0-4" }, /obj/effect/landmark/start/station_engineer, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -20; + pixel_y = -10 + }, /turf/open/floor/plasteel/tech/grid, /area/ship/engineering/engine) "XA" = ( @@ -5051,6 +5156,11 @@ /obj/effect/turf_decal/spline/fancy/opaque/grey{ dir = 8 }, +/obj/machinery/light_switch{ + dir = 2; + pixel_y = 22; + pixel_x = -12 + }, /turf/open/floor/plasteel, /area/ship/cargo) "ZC" = ( @@ -5229,7 +5339,7 @@ pS pS KZ KZ -pS +GH AN Bz Wn @@ -5483,7 +5593,7 @@ So tC cp So -fT +Qk um zM PY diff --git a/_maps/shuttles/shiptest/solgov_paracelsus.dmm b/_maps/shuttles/shiptest/solgov_paracelsus.dmm index 89188a1d4af0..d687b8decc11 100644 --- a/_maps/shuttles/shiptest/solgov_paracelsus.dmm +++ b/_maps/shuttles/shiptest/solgov_paracelsus.dmm @@ -10,11 +10,18 @@ /turf/open/floor/wood, /area/ship/bridge) "an" = ( -/obj/structure/fluff/hedge, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/wood/ebony, -/area/ship/hallway/starboard) +/obj/structure/chair/comfy/brown, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/light_switch{ + pixel_x = 11; + pixel_y = 22 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/light/directional/west, +/turf/open/floor/carpet/royalblue, +/area/ship/crew/office) "aD" = ( /obj/machinery/shower{ pixel_y = 19 @@ -27,27 +34,16 @@ dir = 1 }, /obj/machinery/space_heater, -/obj/effect/turf_decal/box, +/obj/effect/turf_decal/industrial/outline/yellow, /turf/open/floor/plasteel/tech/techmaint, /area/ship/maintenance/starboard) "aF" = ( -/obj/machinery/door/airlock{ - name = "Dorms" - }, -/obj/effect/turf_decal/industrial/warning, -/obj/effect/turf_decal/industrial/warning{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/wood/ebony, /area/ship/crew/dorm) "aG" = ( /obj/structure/table/wood, @@ -62,23 +58,26 @@ /turf/open/floor/plasteel/white, /area/ship/hallway/port) "aW" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ +/obj/machinery/airalarm/directional/north, +/obj/effect/turf_decal/borderfloorblack{ dir = 4 }, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/wood, -/area/ship/crew) +/turf/open/floor/plasteel/patterned, +/area/ship/cargo/office) "be" = ( -/obj/structure/fluff/hedge, -/obj/machinery/light/directional/east, -/turf/open/floor/wood/ebony, -/area/ship/crew) +/obj/structure/closet/crate/wooden, +/obj/item/mop, +/obj/item/mop, +/obj/item/reagent_containers/glass/bucket, +/obj/item/reagent_containers/glass/bucket, +/obj/item/soap, +/obj/item/soap, +/obj/effect/turf_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/turf_decal/industrial/outline/yellow, +/turf/open/floor/plasteel/mono, +/area/ship/cargo/office) "bf" = ( /obj/structure/grille, /obj/structure/window/reinforced/fulltile/shuttle, @@ -90,7 +89,7 @@ "bi" = ( /obj/machinery/light/directional/south, /turf/open/floor/wood/yew, -/area/ship/crew/crewthree) +/area/ship/crew) "bk" = ( /obj/structure/closet/secure_closet/chemical, /obj/item/stock_parts/capacitor, @@ -109,18 +108,10 @@ /obj/item/reagent_containers/glass/chem_jug/radium, /obj/item/reagent_containers/glass/chem_jug/chlorine, /obj/item/reagent_containers/glass/chem_jug/iodine, +/obj/item/reagent_scanner, +/obj/item/clothing/glasses/science, /turf/open/floor/mineral/titanium/tiled/white, /area/ship/medical) -"bl" = ( -/obj/structure/window/reinforced/tinted, -/obj/effect/turf_decal/trimline/opaque/solgovblue/filled/line{ - dir = 8 - }, -/obj/structure/table, -/obj/item/paper_bin, -/obj/item/pen/solgov, -/turf/open/floor/plasteel/white, -/area/ship/hallway/port) "bp" = ( /obj/structure/chair/office{ dir = 1 @@ -149,21 +140,28 @@ /obj/item/storage/box/masks{ pixel_y = 6 }, +/obj/item/reagent_containers/glass/beaker/cryoxadone{ + pixel_x = 15; + pixel_y = 2 + }, +/obj/item/reagent_containers/glass/beaker/cryoxadone{ + pixel_x = 13 + }, /obj/item/reagent_containers/spray/cleaner{ pixel_x = -4 }, /turf/open/floor/plasteel/mono/white, /area/ship/medical/surgery) "bt" = ( -/obj/structure/chair/greyscale{ +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair/wood{ dir = 1 }, -/obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/wood/ebony, -/area/ship/crew/office) +/area/ship/crew/crewtwo) "bD" = ( /turf/closed/wall/mineral/titanium/nodiagonal, -/area/ship/crew/office) +/area/ship/crew/crewtwo) "bT" = ( /obj/effect/turf_decal/trimline/opaque/solgovblue/filled/line{ dir = 8 @@ -184,27 +182,20 @@ /obj/machinery/power/apc/auto_name/directional/south, /turf/open/floor/plasteel/white, /area/ship/hallway/port) +"cf" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4; + color = "#332521" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood/ebony, +/area/ship/crew/office) "cg" = ( /obj/structure/chair/sofa/right{ dir = 1 }, /turf/open/floor/carpet/royalblue, /area/ship/crew/canteen) -"cj" = ( -/obj/machinery/power/shieldwallgen/atmos{ - id = "solgovfield"; - anchored = 1; - locked = 1 - }, -/obj/machinery/door/poddoor{ - dir = 4; - id = "sg_par_door" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/cargo) "co" = ( /obj/machinery/door/airlock{ name = "Bathroom" @@ -225,7 +216,7 @@ dir = 1 }, /turf/open/floor/wood, -/area/ship/crew/office) +/area/ship/crew/crewtwo) "cu" = ( /obj/effect/turf_decal/trimline/opaque/solgovblue/filled/corner{ dir = 1 @@ -256,7 +247,7 @@ }, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, /turf/open/floor/wood/yew, -/area/ship/crew/crewthree) +/area/ship/crew) "cF" = ( /obj/effect/turf_decal/siding/wood{ dir = 4 @@ -272,6 +263,10 @@ /obj/machinery/airalarm/directional/east, /turf/open/floor/wood, /area/ship/bridge) +"cH" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/carpet/royalblue, +/area/ship/crew/office) "cJ" = ( /obj/effect/turf_decal/industrial/warning, /obj/effect/turf_decal/industrial/warning{ @@ -286,6 +281,17 @@ }, /turf/open/floor/plasteel/dark, /area/ship/cargo) +"cL" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/plasteel/patterned, +/area/ship/cargo) "cN" = ( /obj/effect/turf_decal/siding/wood, /obj/effect/decal/cleanable/dirt/dust, @@ -310,23 +316,34 @@ /turf/open/floor/plasteel/dark, /area/ship/maintenance/starboard) "dh" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1; - color = "#332521" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/machinery/light_switch{ - pixel_x = 11; - pixel_y = 22 - }, /turf/open/floor/wood/ebony, /area/ship/crew/dorm) +"dj" = ( +/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/on/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/light/small/directional/north, +/turf/open/floor/plasteel/mono, +/area/ship/cargo) "do" = ( /turf/closed/wall/mineral/titanium, /area/ship/crew/canteen) +"dq" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood, +/area/ship/hallway/starboard) "dA" = ( /obj/effect/turf_decal/siding/wood/corner{ dir = 8 @@ -335,12 +352,12 @@ dir = 1 }, /turf/open/floor/wood, -/area/ship/crew/office) +/area/ship/crew/crewtwo) "dK" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/machinery/holopad/emergency/command, /turf/open/floor/wood/yew, -/area/ship/crew/crewthree) +/area/ship/crew) "dR" = ( /obj/structure/grille, /obj/structure/window/reinforced/fulltile/shuttle, @@ -401,7 +418,7 @@ }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/machinery/door/airlock/medical{ - name = "Chemistry"; + name = "Surgery"; req_one_access = list(5,69); id_tag = "sg_par_surgery_one" }, @@ -413,7 +430,7 @@ /obj/structure/window/reinforced/fulltile/shuttle, /obj/machinery/door/poddoor/shutters, /turf/open/floor/plating, -/area/ship/crew/office) +/area/ship/crew/crewtwo) "eC" = ( /obj/effect/turf_decal/trimline/opaque/solgovblue/filled/corner, /obj/effect/turf_decal/trimline/opaque/solgovblue/filled/corner{ @@ -466,17 +483,22 @@ /turf/open/floor/plasteel/white, /area/ship/medical/surgery) "fl" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ +/obj/structure/chair/wood{ dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/wood, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/wood/ebony, /area/ship/hallway/starboard) +"fp" = ( +/obj/machinery/button/door{ + dir = 4; + id = "sg_par_cargo3"; + name = "blast door control"; + pixel_x = -20; + pixel_y = 7 + }, +/turf/open/floor/plasteel/mono, +/area/ship/cargo) "fr" = ( /obj/effect/turf_decal/techfloor{ dir = 1 @@ -495,45 +517,14 @@ dir = 1 }, /turf/open/floor/wood/yew, -/area/ship/crew/crewthree) +/area/ship/crew) "fH" = ( /obj/effect/turf_decal/siding/yellow/corner{ dir = 1 }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, /turf/open/floor/plasteel, /area/ship/cargo) -"fI" = ( -/obj/machinery/atmospherics/pipe/layer_manifold, -/turf/closed/wall/mineral/titanium, -/area/ship/hallway/starboard) -"fU" = ( -/obj/machinery/door/airlock/solgov/glass{ - dir = 4; - name = "Starboard Hallway" - }, -/obj/effect/turf_decal/industrial/warning{ - dir = 4 - }, -/obj/effect/turf_decal/industrial/warning{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ship/crew) "fV" = ( /obj/structure/closet/crate/bin, /obj/effect/turf_decal/trimline/opaque/solgovblue/filled/line{ @@ -554,9 +545,12 @@ /obj/structure/table/wood, /obj/item/paper_bin, /obj/item/pen/solgov, -/obj/machinery/firealarm/directional/north, +/obj/machinery/recharger{ + pixel_x = -16; + pixel_y = 3 + }, /turf/open/floor/wood/yew, -/area/ship/crew/crewthree) +/area/ship/crew) "gl" = ( /obj/structure/bodycontainer/morgue{ dir = 2 @@ -573,6 +567,9 @@ dir = 1; color = "#792f27" }, +/obj/structure/sign/poster/solgov/random{ + pixel_y = 30 + }, /turf/open/floor/wood/mahogany, /area/ship/bridge) "gw" = ( @@ -588,6 +585,13 @@ }, /turf/open/floor/plasteel/dark, /area/ship/maintenance/port) +"gK" = ( +/obj/structure/bed, +/obj/item/bedsheet/solgov, +/obj/machinery/firealarm/directional/north, +/obj/machinery/light/directional/east, +/turf/open/floor/carpet/royalblue, +/area/ship/crew/office) "gQ" = ( /obj/effect/turf_decal/industrial/warning{ dir = 4 @@ -615,7 +619,7 @@ name = "Starboard Hallway" }, /turf/open/floor/plasteel/dark, -/area/ship/hallway/starboard) +/area/ship/crew/dorm) "gR" = ( /obj/structure/cable{ icon_state = "1-2" @@ -625,23 +629,40 @@ }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /turf/open/floor/wood, -/area/ship/crew/office) +/area/ship/crew/crewtwo) "gV" = ( -/obj/effect/turf_decal/industrial/warning{ +/obj/machinery/door/airlock/external{ dir = 4 }, -/turf/open/floor/engine/hull, -/area/ship/external/dark) +/obj/machinery/atmospherics/pipe/layer_manifold{ + dir = 4 + }, +/obj/machinery/door/poddoor{ + id = "sg_par_cargo3"; + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ship/cargo) "gX" = ( /obj/structure/dresser, /obj/item/toy/plush/blahaj, +/obj/machinery/firealarm/directional/west, /turf/open/floor/carpet/royalblue, -/area/ship/crew/crewthree) +/area/ship/crew) "hb" = ( /obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 4 }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, /turf/open/floor/wood, /area/ship/hallway/starboard) "hd" = ( @@ -676,27 +697,39 @@ /turf/open/floor/plasteel/white, /area/ship/medical/surgery) "he" = ( -/obj/effect/turf_decal/siding/wood/corner{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, /obj/structure/cable{ icon_state = "1-4" }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 }, -/obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/wood, /area/ship/hallway/starboard) -"hA" = ( -/obj/effect/turf_decal/techfloor, -/obj/machinery/light/directional/south, +"hh" = ( +/obj/structure/closet/crate, +/obj/item/reagent_containers/food/snacks/store/bread/plain, +/obj/item/reagent_containers/food/snacks/store/bread/plain, +/obj/item/reagent_containers/food/snacks/store/bread/plain, +/obj/item/reagent_containers/food/snacks/store/bread/plain, +/obj/item/reagent_containers/food/drinks/waterbottle/large, +/obj/item/reagent_containers/food/drinks/waterbottle/large, +/obj/item/reagent_containers/food/drinks/waterbottle/large, +/obj/item/reagent_containers/food/drinks/waterbottle/large, +/obj/effect/turf_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/machinery/light/directional/east, +/turf/open/floor/plasteel/mono, +/area/ship/cargo/office) +"hA" = ( +/obj/effect/turf_decal/techfloor, +/obj/machinery/light/directional/south, /obj/effect/decal/cleanable/dirt/dust, /obj/structure/cable{ icon_state = "4-8" @@ -717,7 +750,6 @@ /obj/item/clothing/under/solgov, /obj/item/clothing/under/solgov, /obj/item/clothing/under/solgov/dress, -/obj/item/clothing/under/solgov/dress, /obj/item/clothing/under/solgov/formal, /obj/item/clothing/under/solgov/formal, /obj/item/clothing/shoes/laceup, @@ -728,15 +760,20 @@ /obj/item/clothing/suit/solgov/dress, /obj/item/clothing/suit/solgov/jacket, /obj/machinery/light/small/directional/east, +/obj/item/clothing/under/solgov/formal/skirt, +/obj/item/clothing/suit/solgov/suit, /turf/open/floor/wood/ebony, /area/ship/crew/dorm) "if" = ( /obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/pen/solgov, /obj/machinery/light/directional/west, +/obj/machinery/computer/med_data/laptop{ + dir = 4; + pixel_x = -4; + pixel_y = 7 + }, /turf/open/floor/wood/ebony, -/area/ship/crew/office) +/area/ship/crew/crewtwo) "io" = ( /obj/effect/turf_decal/borderfloorblack{ dir = 4 @@ -744,38 +781,45 @@ /obj/effect/turf_decal/siding/yellow{ dir = 4 }, -/obj/structure/closet/crate/wooden, -/obj/item/mop, -/obj/item/mop, -/obj/item/reagent_containers/glass/bucket, -/obj/item/reagent_containers/glass/bucket, -/obj/item/soap, -/obj/item/soap, -/turf/open/floor/plasteel, +/obj/item/kitchen/knife/combat/survival, +/obj/item/clothing/gloves/combat, +/obj/item/clothing/suit/hazardvest/solgov, +/obj/item/clothing/head/hardhat/solgov, +/obj/item/clothing/glasses/meson, +/obj/item/clothing/shoes/workboots, +/obj/item/storage/toolbox/mechanical, +/obj/item/clothing/under/solgov, +/obj/item/clothing/under/solgov/dress, +/obj/item/clothing/under/solgov/formal, +/obj/item/storage/backpack, +/obj/item/radio, +/obj/structure/closet/secure_closet{ + icon_state = "mining"; + name = "miner's equipment locker"; + req_access_txt = "48" + }, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/industrial/outline/red, +/turf/open/floor/plasteel/mono, /area/ship/cargo) "ip" = ( -/obj/machinery/vending/coffee, -/obj/effect/turf_decal/siding/wood{ - dir = 9 +/obj/effect/turf_decal/borderfloorblack{ + dir = 8 }, -/turf/open/floor/wood, -/area/ship/crew) +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/structure/closet/crate/freezer/surplus_limbs/organs, +/turf/open/floor/plasteel/mono, +/area/ship/cargo/office) "is" = ( -/obj/effect/turf_decal/borderfloorblack{ - dir = 1 +/obj/structure/chair/office{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 }, /turf/open/floor/plasteel/white, /area/ship/hallway/port) -"it" = ( -/obj/structure/fluff/hedge, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/turf/open/floor/wood, -/area/ship/hallway/starboard) "iM" = ( /obj/structure/cable{ icon_state = "4-8" @@ -815,7 +859,7 @@ dir = 4 }, /turf/open/floor/wood, -/area/ship/crew/office) +/area/ship/crew/crewtwo) "iZ" = ( /obj/structure/grille, /turf/open/floor/plating, @@ -830,6 +874,9 @@ }, /obj/item/reagent_containers/medigel/sterilizine, /obj/machinery/light/directional/west, +/obj/structure/sign/poster/solgov/random{ + pixel_y = 30 + }, /turf/open/floor/mineral/titanium/tiled/white, /area/ship/medical/surgery) "jj" = ( @@ -856,8 +903,18 @@ /turf/open/floor/plasteel/mono/dark, /area/ship/hallway/port) "jx" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, /turf/open/floor/wood, /area/ship/hallway/starboard) "jF" = ( @@ -868,10 +925,10 @@ dir = 1 }, /obj/machinery/suit_storage_unit/solgov, -/obj/effect/turf_decal/box, /obj/structure/window/reinforced{ dir = 4 }, +/obj/effect/turf_decal/industrial/outline/yellow, /turf/open/floor/plasteel/mono, /area/ship/cargo) "jK" = ( @@ -900,7 +957,7 @@ }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /turf/open/floor/wood, -/area/ship/crew/office) +/area/ship/crew/crewtwo) "jW" = ( /obj/structure/fluff/hedge, /obj/effect/turf_decal/siding/wood{ @@ -917,7 +974,7 @@ dir = 4 }, /turf/open/floor/wood/yew, -/area/ship/crew/crewthree) +/area/ship/crew) "ku" = ( /obj/effect/turf_decal/trimline/opaque/solgovblue/filled/corner{ dir = 4 @@ -939,7 +996,7 @@ port_direction = 2 }, /turf/closed/wall/mineral/titanium, -/area/ship/external/dark) +/area/ship/cargo) "kC" = ( /obj/effect/turf_decal/corner/opaque/solgovblue{ dir = 9 @@ -986,12 +1043,9 @@ dir = 4 }, /turf/open/floor/plasteel/dark, -/area/ship/crew/crewthree) +/area/ship/crew) "kM" = ( /obj/effect/turf_decal/solgov/all/center_left, -/obj/structure/cable{ - icon_state = "4-8" - }, /turf/open/floor/plasteel/mono, /area/ship/cargo) "kO" = ( @@ -1024,7 +1078,7 @@ /obj/item/clothing/suit/space/hardsuit/solgov, /obj/item/tank/jetpack, /turf/open/floor/wood/yew, -/area/ship/crew/crewthree) +/area/ship/crew) "lh" = ( /obj/structure/window/reinforced{ dir = 8 @@ -1050,7 +1104,7 @@ "ll" = ( /obj/structure/fluff/hedge/opaque, /turf/open/floor/wood/yew, -/area/ship/crew/crewthree) +/area/ship/crew) "ln" = ( /obj/structure/grille, /obj/structure/window/reinforced/fulltile/shuttle, @@ -1059,6 +1113,15 @@ }, /turf/open/floor/plating, /area/ship/medical/surgery) +"lo" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/mono, +/area/ship/cargo) "lu" = ( /obj/docking_port/stationary{ width = 30; @@ -1080,18 +1143,26 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 10 }, +/obj/item/radio, +/obj/item/radio, +/obj/item/radio, +/obj/item/radio, +/obj/item/radio, +/obj/item/radio, /turf/open/floor/plasteel/white, /area/ship/crew/cryo) "lJ" = ( /obj/structure/table/wood, -/obj/machinery/photocopier/faxmachine/longrange, /obj/effect/turf_decal/siding/wood{ dir = 8; color = "#E3994E" }, /obj/machinery/light/directional/north, +/obj/item/radio/intercom/table{ + dir = 1 + }, /turf/open/floor/wood/yew, -/area/ship/crew/crewthree) +/area/ship/crew) "lP" = ( /obj/effect/turf_decal/industrial/warning{ dir = 1 @@ -1112,87 +1183,85 @@ /turf/open/floor/plasteel/dark, /area/ship/bridge) "ma" = ( -/obj/effect/turf_decal/siding/wood/corner{ +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ dir = 1 }, -/obj/effect/turf_decal/siding/wood, -/obj/structure/cable{ - icon_state = "1-8" +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 +/obj/structure/cable{ + icon_state = "2-4" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 +/obj/structure/cable{ + icon_state = "2-8" }, -/turf/open/floor/wood, -/area/ship/crew) -"me" = ( -/obj/effect/turf_decal/siding/wood, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/wood, -/area/ship/hallway/starboard) +/turf/open/floor/plasteel/patterned, +/area/ship/cargo/office) "mg" = ( -/obj/effect/turf_decal/siding/wood, /obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/item/kirbyplants/random, /turf/open/floor/wood, /area/ship/hallway/starboard) "ml" = ( /obj/structure/aquarium/prefilled, +/obj/structure/extinguisher_cabinet/directional/south, /turf/open/floor/wood/yew, -/area/ship/crew/crewthree) +/area/ship/crew) "mn" = ( /obj/structure/table/optable, /turf/open/floor/plasteel/mono/dark, /area/ship/hallway/port) -"mD" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/fulltile/shuttle, -/obj/item/reagent_containers/food/drinks/mug/coco, -/obj/machinery/door/poddoor/shutters{ - dir = 4; - id = "sg_par_exterior" - }, -/turf/open/floor/plating, -/area/ship/bridge) -"mG" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/mono, -/area/ship/cargo) "mH" = ( +/obj/machinery/light/directional/east, /obj/structure/table/wood, /obj/item/reagent_containers/food/drinks/mug/coco{ - pixel_x = 7; + pixel_x = -6; pixel_y = 7 }, -/obj/item/reagent_containers/food/drinks/mug/coco{ - pixel_x = -5; - pixel_y = 0 +/obj/item/desk_flag/trans{ + pixel_y = 2; + pixel_x = 7 }, -/obj/machinery/light/directional/east, /turf/open/floor/wood/ebony, /area/ship/hallway/starboard) "mI" = ( /obj/effect/turf_decal/siding/yellow/corner{ dir = 8 }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, /turf/open/floor/plasteel, /area/ship/cargo) "nb" = ( /obj/effect/turf_decal/solgov/all/bottom_left, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 4 }, /turf/open/floor/plasteel/mono, /area/ship/cargo) +"nl" = ( +/obj/effect/turf_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/turf_decal/siding/yellow{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/door/poddoor{ + id = "sg_par_cargo1" + }, +/obj/machinery/power/shieldwallgen/atmos/roundstart{ + dir = 8; + id = "sg_par_holocargo1" + }, +/turf/open/floor/plasteel/patterned/ridged, +/area/ship/cargo/office) "nq" = ( /obj/structure/grille, /obj/structure/window/reinforced/fulltile/shuttle, @@ -1214,43 +1283,75 @@ }, /turf/open/floor/wood, /area/ship/crew/canteen) +"nt" = ( +/obj/effect/turf_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/opaque/solgovblue/filled/line{ + dir = 4 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/plasteel/white, +/area/ship/hallway/port) "ny" = ( /turf/closed/wall/mineral/titanium/nodiagonal, -/area/ship/crew) -"nG" = ( -/obj/machinery/suit_storage_unit/solgov, -/obj/effect/turf_decal/industrial/warning/corner, +/area/ship/cargo/office) +"nF" = ( /obj/effect/turf_decal/borderfloorblack{ dir = 8 }, -/obj/item/radio/intercom/directional/west, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/on/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/effect/turf_decal/industrial/warning, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/poddoor{ + id = "sg_par_cargo2" + }, +/obj/machinery/power/shieldwallgen/atmos/roundstart{ + dir = 4; + id = "sg_par_holocargo2" + }, /turf/open/floor/plasteel/patterned/ridged, -/area/ship/hallway/starboard) +/area/ship/cargo/office) +"nG" = ( +/obj/machinery/button/door{ + pixel_y = -22; + pixel_x = 7; + dir = 1; + id = "sg_par_office"; + name = "shutter control" + }, +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/carpet/royalblue, +/area/ship/crew/office) +"nZ" = ( +/obj/structure/grille, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id = "sg_par_psych" + }, +/obj/structure/window/reinforced/fulltile/shuttle, +/turf/open/floor/plating, +/area/ship/crew/office) "oo" = ( /obj/machinery/smartfridge/organ, /turf/closed/wall/mineral/titanium/nodiagonal, /area/ship/medical/surgery) "op" = ( -/obj/structure/chair/wood{ - dir = 1 +/obj/effect/turf_decal/siding/wood{ + dir = 8; + color = "#332521" }, /obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/sign/warning/vacuum/external{ - pixel_y = -24 - }, /turf/open/floor/wood/ebony, -/area/ship/hallway/starboard) +/area/ship/crew/office) "os" = ( -/obj/structure/table/wood, -/obj/item/desk_flag/solgov{ - pixel_y = 3 - }, +/obj/structure/closet/crate/bin, /turf/open/floor/wood/ebony, -/area/ship/crew/office) +/area/ship/crew/crewtwo) "ot" = ( /obj/effect/turf_decal/industrial/warning{ dir = 1 @@ -1270,12 +1371,13 @@ /turf/open/floor/plasteel/dark, /area/ship/medical/surgery) "ou" = ( -/obj/machinery/door/airlock/external, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 +/obj/structure/grille, +/obj/structure/window/reinforced/fulltile/shuttle, +/obj/machinery/door/poddoor/shutters{ + id = "sg_par_office" }, -/turf/open/floor/plasteel, -/area/ship/hallway/starboard) +/turf/open/floor/plating, +/area/ship/crew/office) "ow" = ( /obj/structure/table, /obj/item/defibrillator/loaded{ @@ -1335,7 +1437,8 @@ dir = 1; color = "#332521" }, -/obj/item/radio/intercom/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/west, /turf/open/floor/wood/ebony, /area/ship/crew/dorm) "oR" = ( @@ -1350,6 +1453,13 @@ }, /turf/open/floor/wood/mahogany, /area/ship/bridge) +"oU" = ( +/obj/item/radio/intercom/directional/west, +/obj/effect/turf_decal/borderfloorblack{ + dir = 8 + }, +/turf/open/floor/plasteel/patterned/ridged, +/area/ship/cargo/office) "oZ" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/turf_decal/siding/wood{ @@ -1366,7 +1476,6 @@ /obj/structure/bed, /obj/item/bedsheet/solgov, /obj/structure/curtain/cloth, -/obj/machinery/light/small/directional/west, /turf/open/floor/wood/ebony, /area/ship/crew/dorm) "pd" = ( @@ -1374,7 +1483,7 @@ dir = 4 }, /turf/open/floor/wood, -/area/ship/crew/office) +/area/ship/crew/crewtwo) "pe" = ( /obj/structure/grille, /obj/structure/window/reinforced/fulltile/shuttle, @@ -1384,15 +1493,34 @@ }, /turf/open/floor/plating, /area/ship/crew/canteen) +"ph" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_y = -24 + }, +/turf/closed/wall/mineral/titanium, +/area/ship/cargo/office) "pn" = ( /obj/effect/turf_decal/techfloor{ dir = 1 }, /obj/machinery/light/directional/north, /obj/machinery/space_heater, -/obj/effect/turf_decal/box, +/obj/effect/turf_decal/industrial/outline/yellow, /turf/open/floor/plasteel/tech/techmaint, /area/ship/maintenance/starboard) +"py" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood/ebony, +/area/ship/crew/office) "pA" = ( /obj/structure/fluff/hedge, /obj/machinery/light/directional/south, @@ -1435,16 +1563,15 @@ /obj/structure/cable{ icon_state = "4-8" }, -/obj/machinery/light/small/directional/north, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 8 }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 4 }, -/obj/structure/extinguisher_cabinet/directional/south, +/obj/machinery/light/directional/north, /turf/open/floor/wood, -/area/ship/hallway/starboard) +/area/ship/crew/dorm) "qb" = ( /obj/effect/turf_decal/borderfloorblack{ dir = 4 @@ -1452,15 +1579,9 @@ /obj/effect/turf_decal/siding/yellow{ dir = 4 }, -/obj/structure/closet/crate/wooden, -/obj/item/storage/fancy/candle_box, -/obj/item/storage/fancy/candle_box, -/obj/item/storage/fancy/candle_box, -/obj/item/paper_bin/bundlenatural, -/obj/item/paper_bin/bundlenatural, -/obj/item/paper_bin/bundlenatural, /obj/machinery/light/directional/east, -/turf/open/floor/plasteel, +/obj/structure/fluff/hedge, +/turf/open/floor/plasteel/mono, /area/ship/cargo) "qe" = ( /obj/machinery/door/airlock/medical/glass{ @@ -1492,21 +1613,22 @@ /turf/open/floor/plasteel/dark, /area/ship/medical/surgery) "qf" = ( -/obj/machinery/door/airlock/external, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plasteel, -/area/ship/hallway/starboard) +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/carpet/royalblue, +/area/ship/crew/office) "qp" = ( /obj/structure/sign/solgov_seal{ pixel_y = 4 }, /turf/closed/wall/mineral/titanium, -/area/ship/external/dark) +/area/ship/cargo) "qs" = ( /obj/item/kirbyplants/random, /obj/effect/turf_decal/siding/wood, /turf/open/floor/wood, -/area/ship/crew/office) +/area/ship/crew/crewtwo) "qw" = ( /obj/effect/turf_decal/borderfloorblack{ dir = 4 @@ -1532,7 +1654,11 @@ req_access_txt = "48" }, /obj/item/radio/intercom/directional/east, -/turf/open/floor/plasteel, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/industrial/outline/red, +/turf/open/floor/plasteel/mono, /area/ship/cargo) "qH" = ( /obj/structure/table, @@ -1548,9 +1674,28 @@ /area/ship/crew/cryo) "qM" = ( /obj/structure/table/wood, -/obj/machinery/recharger, +/obj/machinery/button/door{ + pixel_y = 8; + id = "sg_par_captain"; + name = "captain privacy shutters control"; + pixel_x = -7 + }, +/obj/machinery/button/door{ + pixel_y = 8; + id = "sg_par_bolt"; + name = "captain door bolt control"; + pixel_x = 6; + specialfunctions = 4; + normaldoorcontrol = 1 + }, +/obj/machinery/button/door{ + pixel_y = -2; + id = "sg_par_captain_window"; + name = "captain privacy shutters control"; + pixel_x = -7 + }, /turf/open/floor/wood/yew, -/area/ship/crew/crewthree) +/area/ship/crew) "qV" = ( /obj/structure/table/glass, /obj/structure/window/reinforced/spawner/west, @@ -1612,19 +1757,12 @@ }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /obj/machinery/door/airlock/medical{ - name = "Surgery"; + name = "Chemistry"; req_one_access = list(5,45); id_tag = "sg_par_chem_bolt" }, /turf/open/floor/plasteel/dark, /area/ship/medical) -"rw" = ( -/obj/structure/bookcase/manuals/medical, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/turf/open/floor/wood/ebony, -/area/ship/crew) "rz" = ( /obj/machinery/shower{ dir = 8 @@ -1637,21 +1775,34 @@ /turf/open/floor/plasteel/white, /area/ship/medical) "rA" = ( -/obj/effect/turf_decal/siding/wood, /obj/structure/cable{ icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 8 }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/wood, -/area/ship/crew) -"rO" = ( -/obj/effect/turf_decal/siding/wood/corner, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 8 +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/patterned, +/area/ship/cargo/office) +"rK" = ( +/obj/effect/turf_decal/industrial/warning, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable, +/obj/machinery/door/poddoor{ + id = "sg_par_cargo2" }, +/turf/open/floor/plasteel/mono, +/area/ship/cargo/office) +"rM" = ( +/turf/closed/wall/mineral/titanium, +/area/ship/crew/crewtwo) +"rO" = ( /obj/effect/turf_decal/siding/wood/corner{ dir = 1 }, @@ -1669,8 +1820,10 @@ }, /obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, /obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood, /turf/open/floor/wood, -/area/ship/hallway/starboard) +/area/ship/crew/dorm) "rT" = ( /obj/structure/chair/sofa{ dir = 1 @@ -1682,14 +1835,14 @@ pixel_y = -3 }, /turf/closed/wall/mineral/titanium, -/area/ship/crew/office) +/area/ship/crew/crewtwo) "sb" = ( /obj/structure/chair/sofa/left{ dir = 4 }, /obj/machinery/light/small/directional/west, /turf/open/floor/wood/yew, -/area/ship/crew/crewthree) +/area/ship/crew) "sk" = ( /turf/open/floor/wood, /area/ship/hallway/starboard) @@ -1702,11 +1855,11 @@ pixel_x = -7; pixel_y = -2 }, -/obj/item/spacecash/bundle/mediumrand{ +/obj/machinery/recharger, +/obj/item/spacecash/bundle/loadsamoney{ pixel_x = 5; pixel_y = 8 }, -/obj/machinery/recharger, /turf/open/floor/wood/mahogany, /area/ship/bridge) "sp" = ( @@ -1728,8 +1881,28 @@ /obj/machinery/door/poddoor/shutters/preopen{ id = "sg_par_privacy_one" }, -/turf/open/floor/plating, -/area/ship/medical/surgery) +/turf/open/floor/plating, +/area/ship/medical/surgery) +"sC" = ( +/obj/machinery/button/door{ + pixel_y = -23; + pixel_x = -8; + dir = 1; + id = "sg_par_cargo1"; + name = "cargo blast door control" + }, +/obj/machinery/button/door{ + pixel_y = -23; + pixel_x = 6; + dir = 1; + id = "sg_par_cargo2"; + name = "cargo blast door control" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/turf/open/floor/wood, +/area/ship/cargo/office) "sF" = ( /turf/closed/wall/mineral/titanium/nodiagonal, /area/ship/bridge) @@ -1738,12 +1911,20 @@ icon_state = "1-4" }, /turf/open/floor/carpet/royalblue, -/area/ship/crew/crewthree) +/area/ship/crew) +"sS" = ( +/obj/structure/curtain/cloth, +/turf/open/floor/carpet/royalblue, +/area/ship/crew/office) "sW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/closed/wall/mineral/titanium, -/area/ship/hallway/starboard) +/obj/structure/fireplace{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/carpet/royalblue, +/area/ship/crew/office) "sZ" = ( /obj/machinery/atmospherics/components/unary/tank/air{ dir = 1; @@ -1752,12 +1933,14 @@ /turf/open/floor/plasteel/dark, /area/ship/maintenance/starboard) "te" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, /obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/wood, -/area/ship/crew) +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -19; + pixel_y = -5 + }, +/turf/open/floor/plasteel/patterned, +/area/ship/cargo/office) "tf" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /turf/closed/wall/mineral/titanium, @@ -1791,16 +1974,24 @@ /turf/open/floor/plating, /area/ship/external/dark) "ty" = ( -/obj/effect/turf_decal/siding/wood/corner{ - dir = 1 - }, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/wood, -/area/ship/crew) +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/patterned, +/area/ship/cargo/office) "tP" = ( /obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, /turf/open/floor/wood, /area/ship/hallway/starboard) "tW" = ( @@ -1840,6 +2031,26 @@ }, /turf/open/floor/plasteel/patterned, /area/ship/cargo) +"uM" = ( +/obj/structure/closet/crate/wooden, +/obj/item/paper_bin/bundlenatural, +/obj/item/paper_bin/bundlenatural, +/obj/item/paper_bin/bundlenatural, +/obj/item/storage/fancy/candle_box, +/obj/item/storage/fancy/candle_box, +/obj/item/storage/fancy/candle_box, +/obj/effect/turf_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/turf_decal/industrial/outline/yellow, +/turf/open/floor/plasteel/mono, +/area/ship/cargo/office) +"uO" = ( +/obj/machinery/atmospherics/pipe/layer_manifold{ + dir = 4 + }, +/turf/closed/wall/mineral/titanium, +/area/ship/cargo) "va" = ( /obj/machinery/door/airlock{ name = "Cryogenic Storage" @@ -1867,12 +2078,12 @@ /turf/open/floor/plasteel/tech/techmaint, /area/ship/maintenance/port) "vh" = ( -/obj/structure/table/wood, -/obj/item/desk_flag/solgov{ - pixel_y = 3 +/obj/structure/cable{ + icon_state = "1-2" }, -/turf/open/floor/wood/ebony, -/area/ship/crew) +/obj/effect/turf_decal/siding/wood/corner, +/turf/open/floor/plasteel/patterned, +/area/ship/cargo/office) "vi" = ( /obj/effect/turf_decal/solgov/all/center_right, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ @@ -1880,10 +2091,7 @@ }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "2-8" + icon_state = "1-2" }, /turf/open/floor/plasteel/mono, /area/ship/cargo) @@ -1898,16 +2106,23 @@ /turf/open/floor/wood/mahogany, /area/ship/bridge) "vk" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, /obj/structure/cable{ icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, /turf/open/floor/wood, /area/ship/hallway/starboard) +"vl" = ( +/obj/structure/sign/solgov_flag{ + dir = 4; + pixel_x = 4 + }, +/turf/closed/wall/mineral/titanium, +/area/ship/crew) "vs" = ( /obj/structure/table/optable, /obj/machinery/defibrillator_mount{ @@ -1920,7 +2135,7 @@ dir = 8 }, /turf/open/floor/wood, -/area/ship/crew/office) +/area/ship/crew/crewtwo) "vw" = ( /obj/structure/grille, /obj/structure/window/reinforced/fulltile/shuttle, @@ -1949,6 +2164,12 @@ /area/ship/bridge) "vR" = ( /obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, /turf/open/floor/plasteel/mono, /area/ship/cargo) "vT" = ( @@ -1962,6 +2183,9 @@ }, /turf/open/floor/wood/mahogany, /area/ship/bridge) +"wb" = ( +/turf/closed/wall/mineral/titanium, +/area/ship/cargo/office) "wg" = ( /obj/effect/turf_decal/siding/wideplating/dark, /obj/machinery/atmospherics/pipe/manifold{ @@ -1975,19 +2199,55 @@ }, /turf/open/floor/plasteel/white, /area/ship/medical/surgery) +"wi" = ( +/obj/machinery/button/shieldwallgen{ + dir = 1; + pixel_x = -5; + pixel_y = -21; + id = "sg_par_holocargo1" + }, +/obj/machinery/button/shieldwallgen{ + dir = 1; + pixel_x = 5; + pixel_y = -21; + id = "sg_par_holocargo2" + }, +/obj/structure/railing/wood{ + dir = 4 + }, +/obj/structure/chair/office{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/turf/open/floor/wood, +/area/ship/cargo/office) "wk" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/chair/wood{ - dir = 8 +/obj/machinery/door/airlock/solgov{ + name = "Bridge"; + id_tag = "sg_par_psychlock" }, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/wood/ebony, -/area/ship/hallway/starboard) +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/turf_decal/industrial/warning, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ship/crew/office) "wm" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/item/kirbyplants/random, /turf/open/floor/wood/yew, -/area/ship/crew/crewthree) +/area/ship/crew) "wp" = ( /obj/effect/turf_decal/industrial/warning, /obj/effect/turf_decal/industrial/warning{ @@ -2008,7 +2268,7 @@ name = "Offices" }, /turf/open/floor/plasteel/dark, -/area/ship/crew) +/area/ship/cargo/office) "wr" = ( /turf/closed/wall/mineral/titanium, /area/ship/medical) @@ -2039,7 +2299,7 @@ dir = 4 }, /turf/open/floor/wood, -/area/ship/crew/office) +/area/ship/crew/crewtwo) "wI" = ( /turf/template_noop, /area/template_noop) @@ -2065,7 +2325,7 @@ dir = 4 }, /obj/structure/tank_dispenser/oxygen, -/obj/effect/turf_decal/box, +/obj/effect/turf_decal/industrial/outline/yellow, /turf/open/floor/plasteel/mono, /area/ship/cargo) "wR" = ( @@ -2106,7 +2366,7 @@ "wZ" = ( /obj/structure/reagent_dispensers/water_cooler, /turf/open/floor/wood/ebony, -/area/ship/crew/office) +/area/ship/crew/crewtwo) "xh" = ( /obj/structure/grille, /obj/structure/window/reinforced/fulltile/shuttle, @@ -2128,23 +2388,17 @@ /obj/structure/railing/wood, /turf/open/floor/wood/ebony, /area/ship/crew/canteen) -"xt" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/mono, -/area/ship/cargo) "xw" = ( /obj/effect/turf_decal/solgov/all/bottom_right, /obj/structure/cable{ icon_state = "1-2" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ dir = 4 }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 4 + }, /turf/open/floor/plasteel/mono, /area/ship/cargo) "xz" = ( @@ -2157,17 +2411,11 @@ /turf/open/floor/plasteel/tech/techmaint, /area/ship/maintenance/starboard) "xC" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable{ - icon_state = "4-8" - }, /obj/machinery/firealarm/directional/north, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 +/obj/effect/turf_decal/siding/wood{ + dir = 4 }, +/obj/machinery/vending/coffee, /turf/open/floor/wood, /area/ship/hallway/starboard) "xU" = ( @@ -2195,7 +2443,25 @@ /turf/open/floor/wood, /area/ship/bridge) "ye" = ( -/obj/effect/decal/cleanable/dirt/dust, +/obj/item/clothing/neck/cloak/overseer, +/obj/item/clothing/suit/armor/vest/bulletproof/solgov/overseer, +/obj/structure/closet/secure_closet/head_of_personnel{ + anchored = 1; + name = "\proper overseer's locker"; + populate = 0 + }, +/obj/item/clothing/gloves/combat, +/obj/item/folder/solgov, +/obj/item/folder/solgov, +/obj/item/folder/solgov/red, +/obj/item/clothing/under/solgov/formal, +/obj/item/clothing/head/solgov, +/obj/item/storage/belt/sabre/solgov, +/obj/item/storage/backpack, +/obj/item/pen/solgov, +/obj/item/clothing/under/solgov/dress, +/obj/item/stamp/solgov, +/obj/item/clothing/suit/armor/solgov_trenchcoat, /obj/effect/turf_decal/siding/wood{ dir = 1; color = "#792f27" @@ -2219,7 +2485,7 @@ /obj/structure/window/reinforced{ dir = 4 }, -/obj/effect/turf_decal/box, +/obj/effect/turf_decal/industrial/outline/yellow, /turf/open/floor/plasteel/mono, /area/ship/cargo) "yw" = ( @@ -2242,20 +2508,11 @@ dir = 1 }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/sign/poster/solgov/random{ + pixel_x = 28 + }, /turf/open/floor/plasteel/patterned, /area/ship/cargo) -"yz" = ( -/obj/machinery/door/window/southleft{ - req_one_access = list(5,6); - name = "Morgue" - }, -/obj/effect/turf_decal/trimline/opaque/solgovblue/filled/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/white, -/area/ship/hallway/port) "yN" = ( /obj/machinery/iv_drip, /obj/effect/turf_decal/trimline/opaque/solgovblue/filled/line, @@ -2269,16 +2526,14 @@ /turf/open/floor/plasteel/white, /area/ship/medical/surgery) "yR" = ( -/obj/structure/reagent_dispensers/water_cooler, -/obj/machinery/button/door{ - pixel_y = -22; - pixel_x = 7; - dir = 1; - id = "sg_par_office"; - name = "shutter control" +/obj/item/radio/intercom/directional/west, +/obj/effect/turf_decal/borderfloorblack{ + dir = 8 }, -/turf/open/floor/wood/ebony, -/area/ship/crew) +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plasteel/mono, +/area/ship/cargo/office) "yX" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/structure/cable{ @@ -2323,7 +2578,7 @@ dir = 4 }, /turf/open/floor/plasteel/dark, -/area/ship/hallway/starboard) +/area/ship/crew/dorm) "zc" = ( /obj/structure/table/wood, /obj/item/desk_flag/solgov{ @@ -2334,9 +2589,8 @@ pixel_x = -6; pixel_y = 7 }, -/obj/item/radio/intercom/directional/south, /turf/open/floor/wood/yew, -/area/ship/crew/crewthree) +/area/ship/crew) "zh" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/turf_decal/siding/wood{ @@ -2344,15 +2598,15 @@ }, /obj/machinery/airalarm/directional/west, /turf/open/floor/wood, -/area/ship/crew/office) +/area/ship/crew/crewtwo) "zs" = ( -/obj/structure/chair/wood{ - dir = 1 - }, /obj/structure/cable{ icon_state = "0-8" }, /obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/chair/wood{ + dir = 1 + }, /turf/open/floor/wood/ebony, /area/ship/hallway/starboard) "zt" = ( @@ -2370,7 +2624,7 @@ dir = 1 }, /turf/open/floor/wood, -/area/ship/crew/office) +/area/ship/crew/crewtwo) "zu" = ( /obj/structure/grille, /obj/structure/window/reinforced/fulltile/shuttle, @@ -2386,12 +2640,6 @@ /turf/closed/wall/mineral/titanium, /area/ship/maintenance/port) "zG" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, /obj/structure/cable{ icon_state = "1-8" }, @@ -2399,8 +2647,11 @@ dir = 1 }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/wood, -/area/ship/crew) +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/patterned, +/area/ship/cargo/office) "Ac" = ( /obj/item/kirbyplants/random, /obj/effect/turf_decal/trimline/opaque/solgovblue/filled/line{ @@ -2433,18 +2684,15 @@ }, /obj/effect/decal/cleanable/dirt/dust, /obj/machinery/suit_storage_unit/solgov, -/obj/effect/turf_decal/box, /obj/structure/window/reinforced{ dir = 4 }, /obj/machinery/light/directional/north, +/obj/effect/turf_decal/industrial/outline/yellow, /turf/open/floor/plasteel/mono, /area/ship/cargo) "As" = ( /obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, /obj/structure/cable{ icon_state = "1-2" }, @@ -2452,8 +2700,8 @@ dir = 1 }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/wood, -/area/ship/crew) +/turf/open/floor/plasteel/patterned, +/area/ship/cargo/office) "Au" = ( /obj/structure/railing/wood{ dir = 8 @@ -2481,6 +2729,9 @@ /obj/machinery/iv_drip, /turf/open/floor/plasteel/mono/white, /area/ship/medical/surgery) +"AX" = ( +/turf/open/floor/wood/ebony, +/area/ship/crew/crewtwo) "Ba" = ( /obj/effect/turf_decal/techfloor/corner{ dir = 8 @@ -2494,26 +2745,15 @@ /turf/open/floor/plasteel/tech/techmaint, /area/ship/maintenance/port) "Bc" = ( -/obj/machinery/power/smes/engineering, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/cable, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/maintenance/port) -"Bg" = ( -/obj/effect/turf_decal/siding/wood/corner{ - dir = 1; - color = "#332521" - }, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 4; - color = "#332521" - }, -/obj/structure/cable{ - icon_state = "1-8" +/obj/machinery/power/smes/engineering, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 }, +/obj/structure/cable, +/turf/open/floor/plasteel/tech/techmaint, +/area/ship/maintenance/port) +"Bg" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 5 @@ -2525,6 +2765,8 @@ /obj/structure/cable{ icon_state = "1-8" }, +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/machinery/portable_atmospherics/scrubber, /turf/open/floor/plasteel/tech/techmaint, /area/ship/maintenance/starboard) "Bs" = ( @@ -2550,7 +2792,7 @@ }, /obj/machinery/light/directional/south, /turf/open/floor/wood, -/area/ship/crew/office) +/area/ship/crew/crewtwo) "BJ" = ( /obj/machinery/cryopod{ dir = 4 @@ -2610,8 +2852,10 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 4 }, +/obj/machinery/airalarm/directional/north, +/obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/wood, -/area/ship/hallway/starboard) +/area/ship/crew/dorm) "Ca" = ( /obj/structure/grille, /obj/structure/window/reinforced/fulltile/shuttle, @@ -2620,19 +2864,30 @@ id = "sg_par_captain" }, /turf/open/floor/plating, -/area/ship/crew/crewthree) +/area/ship/crew) "Cd" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, /obj/effect/turf_decal/siding/wood/corner{ - dir = 1 + dir = 8 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, /turf/open/floor/wood, /area/ship/hallway/starboard) -"Cn" = ( -/obj/effect/turf_decal/solgov/all/center, +"Cf" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8; + color = "#332521" + }, /obj/structure/cable{ icon_state = "4-8" }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/turf/open/floor/wood/ebony, +/area/ship/crew/office) +"Cn" = ( +/obj/effect/turf_decal/solgov/all/center, /turf/open/floor/plasteel/mono, /area/ship/cargo) "Co" = ( @@ -2648,7 +2903,7 @@ name = "Offices" }, /turf/open/floor/plasteel/dark, -/area/ship/crew) +/area/ship/cargo/office) "Cp" = ( /obj/effect/turf_decal/siding/wood{ dir = 1; @@ -2656,7 +2911,7 @@ }, /obj/structure/fluff/hedge/opaque, /turf/open/floor/wood/yew, -/area/ship/crew/crewthree) +/area/ship/crew) "Cv" = ( /obj/effect/turf_decal/siding/wood{ dir = 1 @@ -2693,58 +2948,68 @@ /turf/open/floor/carpet/royalblue, /area/ship/bridge) "Db" = ( -/obj/machinery/button/door{ - pixel_y = -23; - pixel_x = -4; - dir = 1; - id = "sg_par_door"; - name = "cargo blast door control" - }, -/obj/machinery/button/shieldwallgen{ - dir = 1; - pixel_x = 5; - pixel_y = -21; - id = "solgovfield" +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 }, -/obj/effect/turf_decal/industrial/warning{ +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 8 }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/mono, +/turf/closed/wall/mineral/titanium, /area/ship/cargo) -"Du" = ( +"Di" = ( /obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/siding/wood, -/obj/effect/turf_decal/siding/wood/corner{ +/obj/effect/turf_decal/solgov/all/top_right, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/siding/wood{ dir = 4 }, +/turf/open/floor/plasteel/patterned, +/area/ship/cargo/office) +"Dk" = ( +/obj/effect/turf_decal/borderfloorblack{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/ship/hallway/port) +"Du" = ( +/obj/effect/decal/cleanable/dirt/dust, /obj/structure/cable{ icon_state = "1-8" }, /obj/structure/cable{ icon_state = "1-4" }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/wood, -/area/ship/crew) +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/patterned, +/area/ship/cargo/office) "Dv" = ( /obj/effect/turf_decal/solgov/all/bottom_center, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 }, /turf/open/floor/plasteel/mono, /area/ship/cargo) "Dz" = ( /obj/structure/table/wood, -/obj/machinery/computer/med_data/laptop{ - dir = 1; - pixel_y = 5 - }, +/obj/item/paper_bin, +/obj/item/pen/solgov, /turf/open/floor/wood/ebony, -/area/ship/crew/office) +/area/ship/crew/crewtwo) "DD" = ( /obj/structure/table/wood, /obj/item/cutting_board, @@ -2771,7 +3036,7 @@ dir = 4 }, /turf/open/floor/wood/yew, -/area/ship/crew/crewthree) +/area/ship/crew) "Ea" = ( /obj/effect/turf_decal/siding/wood{ dir = 1 @@ -2798,16 +3063,17 @@ dir = 1 }, /turf/open/floor/carpet/royalblue, -/area/ship/crew/crewthree) -"Em" = ( -/obj/structure/chair/wood{ - dir = 8 - }, -/turf/open/floor/wood/ebony, /area/ship/crew) +"Em" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/industrial/outline/yellow, +/turf/open/floor/plasteel/mono, +/area/ship/cargo/office) "Er" = ( /obj/effect/turf_decal/techfloor, /obj/item/radio/intercom/directional/south, +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/machinery/portable_atmospherics/pump, /turf/open/floor/plasteel/tech/techmaint, /area/ship/maintenance/starboard) "Es" = ( @@ -2860,8 +3126,35 @@ /turf/closed/wall/mineral/titanium/nodiagonal, /area/ship/crew/cryo) "EA" = ( -/turf/open/floor/wood/ebony, -/area/ship/crew) +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/patterned, +/area/ship/cargo/office) +"EE" = ( +/obj/effect/turf_decal/siding/yellow{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/poddoor{ + id = "sg_par_cargo1" + }, +/turf/open/floor/plasteel/mono, +/area/ship/cargo/office) "EL" = ( /obj/effect/turf_decal/siding/wood, /obj/structure/cable{ @@ -2877,25 +3170,25 @@ dir = 4 }, /turf/open/floor/wood, -/area/ship/crew/office) +/area/ship/crew/crewtwo) "EM" = ( -/obj/machinery/photocopier, /obj/machinery/light_switch{ dir = 4; pixel_x = -24; pixel_y = 5 }, +/obj/machinery/photocopier, /turf/open/floor/wood/ebony, -/area/ship/crew/office) +/area/ship/crew/crewtwo) "EQ" = ( -/obj/structure/chair/greyscale, /obj/effect/decal/cleanable/dirt/dust, /obj/machinery/power/apc/auto_name/directional/east, /obj/structure/cable{ icon_state = "0-2" }, +/obj/structure/chair/wood, /turf/open/floor/wood/ebony, -/area/ship/crew/office) +/area/ship/crew/crewtwo) "ER" = ( /obj/structure/table/wood, /obj/item/reagent_containers/food/drinks/mug/coco{ @@ -2958,31 +3251,45 @@ dir = 4 }, /turf/open/floor/wood, -/area/ship/crew/office) +/area/ship/crew/crewtwo) "FE" = ( /turf/open/floor/wood/yew, -/area/ship/crew/crewthree) +/area/ship/crew) "FG" = ( /obj/structure/table/wood, -/obj/structure/large_mortar, -/obj/item/pestle, /obj/machinery/airalarm/directional/north, +/obj/machinery/reagentgrinder, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -17 + }, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = -10; + pixel_y = 6 + }, /turf/open/floor/wood/ebony, /area/ship/crew/canteen) "FL" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, /obj/structure/cable{ - icon_state = "1-2" + icon_state = "1-4" }, /obj/structure/cable{ - icon_state = "1-4" + icon_state = "1-8" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ dir = 4 }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, /turf/open/floor/wood, /area/ship/hallway/starboard) "FQ" = ( @@ -3003,30 +3310,63 @@ /area/ship/hallway/port) "Gg" = ( /obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/siding/wood, -/obj/item/radio/intercom/directional/east, -/turf/open/floor/wood, -/area/ship/crew) -"Gk" = ( -/obj/structure/chair/wood{ +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/borderfloorblack{ dir = 4 }, +/turf/open/floor/plasteel/patterned, +/area/ship/cargo/office) +"Gk" = ( /obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/wood/ebony, -/area/ship/crew) +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/patterned, +/area/ship/cargo/office) "GG" = ( /turf/open/floor/carpet/royalblue, -/area/ship/crew/crewthree) +/area/ship/crew) "Hf" = ( /obj/structure/bed, /obj/structure/curtain, /obj/effect/turf_decal/box, /turf/open/floor/plasteel/mono/white, /area/ship/medical/surgery) +"Hl" = ( +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 20; + pixel_y = -12 + }, +/turf/open/floor/wood/ebony, +/area/ship/crew/dorm) "Ho" = ( -/obj/structure/chair/greyscale, +/obj/structure/chair/wood, /turf/open/floor/wood/ebony, -/area/ship/crew/office) +/area/ship/crew/crewtwo) +"Ht" = ( +/obj/effect/turf_decal/trimline/opaque/solgovblue/filled/line{ + dir = 8 + }, +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen/solgov, +/turf/open/floor/plasteel/white, +/area/ship/hallway/port) "HD" = ( /obj/machinery/light_switch{ dir = 4; @@ -3051,6 +3391,9 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 4 }, +/obj/structure/sign/poster/solgov/random{ + pixel_y = 30 + }, /turf/open/floor/plasteel/white, /area/ship/hallway/port) "HM" = ( @@ -3080,7 +3423,7 @@ dir = 9 }, /obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/turf_decal/box, +/obj/effect/turf_decal/industrial/outline/yellow, /turf/open/floor/plasteel/tech/techmaint, /area/ship/maintenance/starboard) "Ip" = ( @@ -3106,7 +3449,7 @@ dir = 4 }, /obj/machinery/light_switch{ - pixel_x = 11; + pixel_x = 8; pixel_y = 22 }, /turf/open/floor/plasteel/dark, @@ -3139,6 +3482,13 @@ }, /turf/open/floor/plasteel/dark, /area/ship/bridge) +"ID" = ( +/obj/effect/turf_decal/borderfloorblack{ + dir = 4 + }, +/obj/machinery/light/small/directional/east, +/turf/open/floor/plasteel/patterned/ridged, +/area/ship/cargo/office) "IE" = ( /obj/effect/turf_decal/corner/opaque/black, /obj/structure/cable{ @@ -3157,6 +3507,9 @@ /obj/machinery/microwave{ pixel_y = 5 }, +/obj/structure/sign/poster/solgov/random{ + pixel_y = 30 + }, /turf/open/floor/wood/ebony, /area/ship/crew/canteen) "IP" = ( @@ -3168,7 +3521,7 @@ dir = 4 }, /turf/open/floor/wood, -/area/ship/crew/office) +/area/ship/crew/crewtwo) "IX" = ( /obj/item/clothing/head/solgov/captain, /obj/item/clothing/suit/armor/vest/bulletproof/solgov/captain, @@ -3194,16 +3547,16 @@ /obj/item/gun/ballistic/automatic/powered/gauss/modelh, /obj/item/ammo_box/magazine/modelh, /obj/item/ammo_box/magazine/modelh, +/obj/item/clothing/neck/cloak/solgovcap, /turf/open/floor/carpet/royalblue, -/area/ship/crew/crewthree) +/area/ship/crew) "IZ" = ( -/obj/effect/turf_decal/siding/wood/corner{ - dir = 8 +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 }, /turf/open/floor/wood, /area/ship/hallway/starboard) "Jn" = ( -/obj/item/kirbyplants/random, /obj/structure/railing/wood, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, /turf/open/floor/wood/mahogany, @@ -3212,22 +3565,32 @@ /turf/closed/wall/mineral/titanium/nodiagonal, /area/ship/hallway/starboard) "Jv" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/wood/ebony, -/area/ship/crew) +/obj/structure/railing/wood{ + dir = 5 + }, +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen/solgov, +/obj/item/clipboard{ + pixel_x = -15 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/wood, +/area/ship/cargo/office) "Jw" = ( /turf/open/floor/plating, /area/ship/external/dark) "JD" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 8 +/obj/structure/grille, +/obj/structure/window/reinforced/fulltile/shuttle, +/obj/structure/table/wood, +/obj/item/toy/plush/blahaj, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id = "sg_par_psych" }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/wood, -/area/ship/hallway/starboard) +/turf/open/floor/plating, +/area/ship/crew/office) "JI" = ( /obj/effect/turf_decal/trimline/opaque/solgovblue/filled/corner{ dir = 1 @@ -3243,9 +3606,6 @@ /turf/open/floor/plasteel/white, /area/ship/medical/surgery) "JJ" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, /obj/machinery/light_switch{ dir = 4; pixel_x = -24; @@ -3315,9 +3675,17 @@ }, /area/ship/bridge) "Kd" = ( -/obj/structure/fluff/hedge, -/turf/open/floor/wood/ebony, -/area/ship/crew) +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/patterned, +/area/ship/cargo/office) "Ke" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/structure/cable{ @@ -3330,7 +3698,7 @@ dir = 4 }, /turf/open/floor/wood/yew, -/area/ship/crew/crewthree) +/area/ship/crew) "Kj" = ( /turf/open/floor/plasteel/white, /area/ship/hallway/port) @@ -3347,22 +3715,16 @@ /obj/structure/chair/office, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/wood/ebony, -/area/ship/crew/office) +/area/ship/crew/crewtwo) "Kt" = ( -/obj/machinery/power/shieldwallgen/atmos{ - dir = 1; - id = "solgovfield"; - locked = 1; - anchored = 1 - }, -/obj/structure/cable{ - icon_state = "0-4" +/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/on/layer2{ + dir = 8 }, -/obj/machinery/door/poddoor{ - dir = 4; - id = "sg_par_door" +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 }, -/turf/open/floor/plasteel/tech/techmaint, +/obj/machinery/light/small/directional/south, +/turf/open/floor/plasteel/mono, /area/ship/cargo) "Kw" = ( /obj/machinery/computer/operating/solgov, @@ -3385,21 +3747,15 @@ /turf/closed/wall/mineral/titanium, /area/ship/crew/dorm) "KF" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/effect/turf_decal/siding/wood, /obj/structure/cable{ icon_state = "4-8" }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 4 }, -/turf/open/floor/wood, -/area/ship/crew) +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/patterned, +/area/ship/cargo/office) "KI" = ( /obj/effect/decal/cleanable/glass, /obj/structure/cable{ @@ -3438,22 +3794,18 @@ /obj/item/radio/intercom/directional/west, /turf/open/floor/plasteel/white, /area/ship/hallway/port) -"Li" = ( -/obj/machinery/door/poddoor{ - dir = 4; - id = "sg_par_door" - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/cargo) "Lw" = ( /obj/effect/turf_decal/siding/wood, /turf/open/floor/wood, /area/ship/crew/canteen) "Lx" = ( /obj/effect/turf_decal/solgov/all, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 4 }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, /turf/open/floor/plasteel/mono, /area/ship/cargo) "LG" = ( @@ -3481,20 +3833,22 @@ }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /turf/open/floor/wood, -/area/ship/crew/office) +/area/ship/crew/crewtwo) "LJ" = ( -/obj/effect/turf_decal/siding/wood, -/obj/structure/cable{ - icon_state = "4-8" - }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 8 }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 4 }, -/turf/open/floor/wood, -/area/ship/crew) +/obj/effect/turf_decal/borderfloorblack{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/patterned, +/area/ship/cargo/office) "LK" = ( /obj/structure/closet/crate/bin, /obj/effect/turf_decal/trimline/opaque/solgovblue/filled/line, @@ -3523,20 +3877,25 @@ dir = 1 }, /obj/effect/decal/cleanable/dirt, +/obj/item/clothing/under/rank/medical/gown, +/obj/item/clothing/under/rank/medical/gown, +/obj/item/clothing/under/rank/medical/gown/blue, +/obj/item/clothing/under/rank/medical/gown/green, +/obj/item/clothing/under/rank/medical/gown/pink, +/obj/item/clothing/shoes/sandal/slippers, +/obj/item/clothing/shoes/sandal/slippers, +/obj/item/clothing/shoes/sandal/slippers, +/obj/item/clothing/shoes/sandal/slippers, /turf/open/floor/plasteel/white, /area/ship/medical/surgery) "Mi" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, /obj/structure/extinguisher_cabinet/directional/north, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/mug/coco{ + pixel_x = -6; + pixel_y = 7 }, -/turf/open/floor/wood, +/turf/open/floor/wood/ebony, /area/ship/hallway/starboard) "Mk" = ( /obj/effect/turf_decal/siding/wood{ @@ -3573,7 +3932,7 @@ dir = 6 }, /turf/open/floor/wood/yew, -/area/ship/crew/crewthree) +/area/ship/crew) "Mu" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/turf_decal/siding/wood/corner, @@ -3583,27 +3942,29 @@ /obj/structure/cable{ icon_state = "2-8" }, -/obj/structure/cable{ - icon_state = "1-2" - }, /obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, /obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-8" + }, /turf/open/floor/wood, /area/ship/bridge) "Mx" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/white, /area/ship/hallway/port) -"Mz" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 8 - }, +"ME" = ( +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/structure/closet/crate, +/obj/machinery/light/directional/north, /turf/open/floor/plasteel/mono, -/area/ship/cargo) +/area/ship/cargo/office) "MF" = ( -/obj/effect/turf_decal/industrial/warning, -/turf/open/floor/plasteel/mono, -/area/ship/hallway/starboard) +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/turf/open/floor/carpet/royalblue, +/area/ship/crew/office) "ML" = ( /obj/structure/closet/secure_closet/freezer/fridge, /obj/structure/railing/wood, @@ -3628,9 +3989,10 @@ /area/ship/medical/surgery) "MP" = ( /obj/effect/turf_decal/solgov/all/top, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 4 }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, /turf/open/floor/plasteel/mono, /area/ship/cargo) "MW" = ( @@ -3660,23 +4022,47 @@ /obj/structure/window/reinforced{ dir = 4 }, -/obj/effect/turf_decal/box, /obj/machinery/light/directional/south, +/obj/effect/turf_decal/industrial/outline/yellow, /turf/open/floor/plasteel/mono, /area/ship/cargo) "NB" = ( -/obj/effect/turf_decal/borderfloorblack{ - dir = 1 - }, /obj/effect/turf_decal/trimline/opaque/solgovblue/filled/line{ dir = 4 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 }, /turf/open/floor/plasteel/white, /area/ship/hallway/port) +"NW" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/door/airlock/solgov/glass{ + dir = 4; + name = "Starboard Hallway" + }, +/turf/open/floor/plasteel/dark, +/area/ship/cargo/office) "NX" = ( /obj/effect/turf_decal/trimline/opaque/solgovblue/filled/corner{ dir = 8 @@ -3693,20 +4079,20 @@ }, /turf/open/floor/plasteel/white, /area/ship/medical/surgery) +"NY" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/wood/ebony, +/area/ship/crew/dorm) "Ol" = ( -/obj/effect/turf_decal/siding/wood{ +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ dir = 4 }, /obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 + icon_state = "1-2" }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ dir = 4 }, /turf/open/floor/wood, @@ -3714,6 +4100,12 @@ "Op" = ( /turf/closed/wall/mineral/titanium, /area/ship/crew/toilet) +"OC" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/mono, +/area/ship/cargo/office) "OH" = ( /obj/machinery/portable_atmospherics/canister/oxygen, /obj/machinery/atmospherics/components/unary/portables_connector/visible/layer3{ @@ -3771,17 +4163,47 @@ }, /turf/open/floor/plasteel/white, /area/ship/medical/surgery) +"OV" = ( +/obj/effect/turf_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/turf_decal/siding/yellow{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/poddoor{ + id = "sg_par_cargo1" + }, +/obj/machinery/power/shieldwallgen/atmos/roundstart{ + dir = 4; + id = "sg_par_holocargo1" + }, +/turf/open/floor/plasteel/patterned/ridged, +/area/ship/cargo/office) "OX" = ( -/obj/effect/decal/cleanable/dirt/dust, /obj/machinery/light/directional/west, -/turf/open/floor/wood/ebony, -/area/ship/crew) +/obj/effect/turf_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plasteel/mono, +/area/ship/cargo/office) "OZ" = ( /obj/structure/closet/secure_closet/personal/patient, /obj/effect/turf_decal/trimline/opaque/solgovblue/filled/line, /obj/effect/turf_decal/borderfloorwhite{ dir = 1 }, +/obj/item/clothing/under/rank/medical/gown, +/obj/item/clothing/under/rank/medical/gown/blue, +/obj/item/clothing/under/rank/medical/gown/green, +/obj/item/clothing/under/rank/medical/gown/pink, +/obj/item/clothing/shoes/sandal/slippers, +/obj/item/clothing/shoes/sandal/slippers, +/obj/item/clothing/shoes/sandal/slippers, /turf/open/floor/plasteel/white, /area/ship/medical/surgery) "Pc" = ( @@ -3796,23 +4218,15 @@ dir = 4 }, /turf/open/floor/wood, -/area/ship/crew/office) +/area/ship/crew/crewtwo) "Pg" = ( -/obj/effect/turf_decal/industrial/warning/corner{ - dir = 8 - }, -/obj/effect/turf_decal/borderfloorblack{ - dir = 4 - }, -/obj/machinery/advanced_airlock_controller{ - pixel_x = 25; - req_access = null +/obj/effect/turf_decal/siding/wood{ + dir = 8; + color = "#332521" }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/on/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/light/small/directional/north, -/turf/open/floor/plasteel/patterned/ridged, -/area/ship/hallway/starboard) +/obj/item/kirbyplants/random, +/turf/open/floor/wood/ebony, +/area/ship/crew/office) "Pj" = ( /obj/effect/turf_decal/siding/wood/corner{ dir = 8 @@ -3824,12 +4238,10 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 9 }, +/obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/wood/ebony, /area/ship/crew/dorm) "Pn" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, /obj/structure/cable{ icon_state = "1-2" }, @@ -3837,8 +4249,34 @@ dir = 1 }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/wood, -/area/ship/crew) +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/patterned, +/area/ship/cargo/office) +"Pp" = ( +/obj/structure/table/wood, +/obj/structure/closet/secure_closet/wall{ + dir = 8; + pixel_x = 28 + }, +/obj/item/clipboard, +/obj/item/paper_bin/carbon, +/obj/item/clothing/accessory/waistcoat/solgov, +/obj/item/clothing/head/beret/solgov/plain, +/obj/item/stack/sheet/mineral/wood/fifty, +/obj/item/clothing/under/solgov/formal, +/obj/item/clothing/shoes/laceup, +/obj/item/clothing/neck/stripedsolgovscarf, +/obj/item/clothing/gloves/color/black, +/obj/item/pen/solgov, +/obj/item/clothing/glasses/regular, +/obj/item/toy/plush/blahaj, +/obj/item/lighter, +/obj/item/folder/solgov, +/obj/item/clothing/under/solgov/formal/skirt, +/obj/item/clothing/suit/solgov/suit, +/obj/item/clothing/head/fedora/solgov, +/turf/open/floor/carpet/royalblue, +/area/ship/crew/office) "Ps" = ( /obj/effect/turf_decal/borderfloorblack{ dir = 4 @@ -3847,15 +4285,6 @@ dir = 4 }, /obj/effect/decal/cleanable/dirt/dust, -/obj/structure/closet/crate, -/obj/item/reagent_containers/food/snacks/store/bread/plain, -/obj/item/reagent_containers/food/snacks/store/bread/plain, -/obj/item/reagent_containers/food/snacks/store/bread/plain, -/obj/item/reagent_containers/food/snacks/store/bread/plain, -/obj/item/reagent_containers/food/drinks/waterbottle/large, -/obj/item/reagent_containers/food/drinks/waterbottle/large, -/obj/item/reagent_containers/food/drinks/waterbottle/large, -/obj/item/reagent_containers/food/drinks/waterbottle/large, /obj/machinery/airalarm/directional/east, /turf/open/floor/plasteel, /area/ship/cargo) @@ -3883,10 +4312,6 @@ /area/ship/maintenance/port) "PN" = ( /obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/siding/wood, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, /obj/structure/cable{ icon_state = "4-8" }, @@ -3896,28 +4321,23 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 4 }, -/turf/open/floor/wood, -/area/ship/crew) +/turf/open/floor/plasteel/patterned, +/area/ship/cargo/office) "PQ" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/button/door{ - pixel_y = 24; - pixel_x = -4; - id = "sg_par_door"; - name = "cargo blast door control" +/obj/machinery/door/airlock/external{ + dir = 4 }, -/obj/machinery/button/shieldwallgen{ - pixel_x = 5; - pixel_y = 22; - id = "solgovfield" +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 }, -/obj/effect/turf_decal/industrial/warning{ +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/door/poddoor{ + id = "sg_par_cargo3"; dir = 8 }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/mono, +/turf/open/floor/plasteel, /area/ship/cargo) "PX" = ( /obj/effect/turf_decal/siding/wood{ @@ -3939,12 +4359,6 @@ }, /turf/open/floor/wood, /area/ship/bridge) -"Qi" = ( -/obj/structure/sign/solgov_flag{ - pixel_y = -3 - }, -/turf/closed/wall/mineral/titanium, -/area/ship/crew/crewthree) "Qk" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ dir = 4 @@ -3952,13 +4366,12 @@ /turf/open/floor/plasteel/white, /area/ship/medical/surgery) "Qu" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/fulltile/shuttle, -/obj/machinery/door/poddoor/shutters{ - id = "sg_par_office" +/obj/structure/cable{ + icon_state = "2-4" }, -/turf/open/floor/plating, -/area/ship/crew) +/obj/effect/turf_decal/solgov/all/top, +/turf/open/floor/plasteel/patterned, +/area/ship/cargo/office) "QB" = ( /obj/effect/turf_decal/siding/wood{ dir = 1 @@ -3975,7 +4388,7 @@ }, /obj/item/radio/intercom/directional/north, /turf/open/floor/wood, -/area/ship/hallway/starboard) +/area/ship/crew/dorm) "QI" = ( /obj/structure/table/glass, /obj/structure/window/reinforced/spawner/west, @@ -3990,17 +4403,12 @@ /area/ship/medical/surgery) "QP" = ( /obj/structure/closet/cabinet, -/obj/effect/turf_decal/siding/wood{ - dir = 1; - color = "#332521" - }, /obj/effect/decal/cleanable/dirt/dust, /obj/item/clothing/neck/stripedsolgovscarf, /obj/item/clothing/neck/stripedsolgovscarf, /obj/item/clothing/under/solgov, /obj/item/clothing/under/solgov, /obj/item/clothing/under/solgov/dress, -/obj/item/clothing/under/solgov/dress, /obj/item/clothing/under/solgov/formal, /obj/item/clothing/under/solgov/formal, /obj/item/clothing/shoes/laceup, @@ -4013,7 +4421,6 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ dir = 8 }, -/obj/machinery/airalarm/directional/north, /obj/machinery/button/door{ dir = 8; id = "sg_par_dorms"; @@ -4021,6 +4428,8 @@ pixel_x = 20; pixel_y = 7 }, +/obj/item/clothing/under/solgov/formal/skirt, +/obj/item/clothing/suit/solgov/suit, /turf/open/floor/wood/ebony, /area/ship/crew/dorm) "QQ" = ( @@ -4040,19 +4449,19 @@ /turf/open/floor/plasteel/dark, /area/ship/maintenance/port) "QW" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, /obj/structure/cable{ icon_state = "0-4" }, /obj/machinery/power/apc/auto_name/directional/west, -/turf/open/floor/wood, -/area/ship/crew) +/turf/open/floor/plasteel/patterned, +/area/ship/cargo/office) "Rf" = ( -/obj/structure/chair/wood, /obj/effect/decal/cleanable/dirt/dust, /obj/machinery/airalarm/directional/east, +/obj/structure/chair/wood, +/obj/structure/sign/poster/solgov/random{ + pixel_y = 30 + }, /turf/open/floor/wood/ebony, /area/ship/hallway/starboard) "Rs" = ( @@ -4073,14 +4482,6 @@ }, /turf/open/floor/plasteel/tech/techmaint, /area/ship/maintenance/starboard) -"Rt" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/wood, -/area/ship/hallway/starboard) "Rv" = ( /obj/effect/turf_decal/trimline/opaque/solgovblue/filled/line{ dir = 5 @@ -4113,22 +4514,47 @@ /obj/structure/cable{ icon_state = "2-8" }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/light/directional/north, /turf/open/floor/plasteel/white, /area/ship/hallway/port) "RI" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 +/obj/structure/table/wood, +/obj/item/radio/intercom/table{ + dir = 4; + pixel_x = 4 }, -/obj/effect/turf_decal/siding/wood{ - dir = 8 +/obj/item/reagent_containers/food/drinks/mug/coco{ + pixel_x = -7; + pixel_y = -2 }, -/turf/open/floor/wood, -/area/ship/hallway/starboard) +/turf/open/floor/carpet/royalblue, +/area/ship/crew/office) "RL" = ( /turf/closed/wall/mineral/titanium, /area/ship/maintenance/port) +"RN" = ( +/obj/effect/turf_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/turf_decal/industrial/warning, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/door/poddoor{ + id = "sg_par_cargo2" + }, +/obj/machinery/power/shieldwallgen/atmos/roundstart{ + dir = 8; + id = "sg_par_holocargo2" + }, +/turf/open/floor/plasteel/patterned/ridged, +/area/ship/cargo/office) "RQ" = ( /obj/structure/railing/wood{ dir = 1 @@ -4142,10 +4568,9 @@ /obj/structure/chair/sofa/right{ dir = 4 }, -/obj/structure/extinguisher_cabinet/directional/west, -/obj/machinery/airalarm/directional/south, +/obj/machinery/airalarm/directional/west, /turf/open/floor/wood/yew, -/area/ship/crew/crewthree) +/area/ship/crew) "Sa" = ( /obj/structure/chair/sofa/corner{ dir = 1 @@ -4191,12 +4616,6 @@ }, /turf/open/floor/plasteel/dark, /area/ship/maintenance/starboard) -"Sm" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/mono, -/area/ship/cargo) "Sp" = ( /obj/effect/turf_decal/techfloor{ dir = 1 @@ -4228,17 +4647,20 @@ /turf/open/floor/carpet/royalblue, /area/ship/crew/canteen) "SK" = ( -/obj/effect/turf_decal/siding/wood, /obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, /turf/open/floor/wood, /area/ship/hallway/starboard) "SL" = ( -/obj/structure/cable{ - icon_state = "4-8" +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 +/obj/effect/turf_decal/siding/wood{ + dir = 8 }, /turf/open/floor/wood, /area/ship/hallway/starboard) @@ -4270,21 +4692,29 @@ /turf/open/floor/plasteel/white, /area/ship/medical/surgery) "Td" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/mug/coco{ - pixel_x = 7; - pixel_y = 5 +/obj/structure/cable{ + icon_state = "1-2" }, -/turf/open/floor/wood/ebony, -/area/ship/crew) +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/patterned, +/area/ship/cargo/office) "Tm" = ( -/turf/closed/wall/mineral/titanium, -/area/ship/crew/crewthree) +/obj/structure/grille, +/obj/structure/window/reinforced/fulltile/shuttle, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id = "sg_par_captain_window" + }, +/turf/open/floor/plating, +/area/ship/crew) "To" = ( /obj/machinery/door/airlock/engineering{ dir = 4; name = "Engineering"; - req_one_access = list(10) + req_one_access = list(10,48) }, /obj/effect/turf_decal/industrial/warning{ dir = 4 @@ -4314,28 +4744,24 @@ /obj/structure/cable{ icon_state = "4-8" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, /turf/open/floor/plasteel/white, /area/ship/hallway/port) "TD" = ( -/obj/structure/chair/greyscale{ +/obj/item/radio/intercom/directional/south, +/obj/structure/chair/wood{ dir = 1 }, -/obj/item/radio/intercom/directional/south, /turf/open/floor/wood/ebony, -/area/ship/crew/office) +/area/ship/crew/crewtwo) "TI" = ( /obj/effect/turf_decal/siding/wood{ dir = 1 }, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, /turf/open/floor/wood, -/area/ship/crew/office) +/area/ship/crew/crewtwo) "TJ" = ( /obj/structure/toilet{ dir = 8 @@ -4355,15 +4781,24 @@ /obj/machinery/airalarm/directional/south, /turf/open/floor/plasteel/freezer, /area/ship/crew/toilet) +"Uc" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4; + color = "#332521" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/turf/open/floor/wood/ebony, +/area/ship/crew/office) "Ug" = ( /turf/closed/wall/mineral/titanium/nodiagonal, /area/ship/crew/canteen) "Um" = ( -/obj/structure/chair/wood{ - dir = 4 - }, -/turf/open/floor/wood/ebony, -/area/ship/crew) +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/patterned, +/area/ship/cargo/office) "Up" = ( /obj/effect/turf_decal/trimline/opaque/solgovblue/filled/line{ dir = 8 @@ -4377,13 +4812,33 @@ "Uq" = ( /obj/machinery/vending/coffee, /turf/open/floor/wood/ebony, -/area/ship/crew/office) -"Uy" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 +/area/ship/crew/crewtwo) +"Uu" = ( +/obj/effect/turf_decal/borderfloorblack{ + dir = 8 }, -/turf/open/floor/wood/ebony, -/area/ship/crew) +/obj/effect/turf_decal/solgov/all, +/obj/structure/sign/warning/incident{ + pixel_x = -32 + }, +/turf/open/floor/plasteel/patterned, +/area/ship/cargo/office) +"Uy" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/structure/closet/crate/internals, +/obj/item/tank/internals/emergency_oxygen/engi, +/obj/item/tank/internals/emergency_oxygen/engi, +/obj/item/tank/internals/emergency_oxygen/engi, +/obj/item/clothing/mask/breath/medical, +/obj/item/clothing/mask/breath/medical, +/obj/item/clothing/mask/breath/medical, +/obj/item/clothing/suit/hazardvest/solgov, +/obj/item/clothing/suit/hazardvest/solgov, +/obj/item/clothing/suit/hazardvest/solgov, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/mono, +/area/ship/cargo/office) "UE" = ( /obj/effect/turf_decal/solgov/all/top_right, /obj/structure/cable{ @@ -4392,7 +4847,9 @@ /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 4 + }, /turf/open/floor/plasteel/mono, /area/ship/cargo) "UJ" = ( @@ -4416,6 +4873,24 @@ }, /turf/open/floor/plasteel/white, /area/ship/medical/surgery) +"UV" = ( +/obj/structure/curtain/cloth, +/obj/machinery/button/door{ + pixel_y = 24; + pixel_x = -6; + id = "sg_par_psychlock"; + name = "psychology office door bolt"; + normaldoorcontrol = 1; + specialfunctions = 4 + }, +/obj/machinery/button/door{ + pixel_y = 24; + pixel_x = 6; + id = "sg_par_psych"; + name = "psychology office privacy shutters" + }, +/turf/open/floor/carpet/royalblue, +/area/ship/crew/office) "Vq" = ( /obj/effect/turf_decal/corner/opaque/solgovblue{ dir = 9 @@ -4426,11 +4901,16 @@ /turf/open/floor/plasteel/white, /area/ship/bridge) "Vr" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/railing/wood{ + dir = 9 + }, /obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/pen/solgov, -/turf/open/floor/wood/ebony, -/area/ship/crew) +/obj/item/radio/intercom/table{ + dir = 1 + }, +/turf/open/floor/wood, +/area/ship/cargo/office) "Vt" = ( /obj/structure/rack, /obj/effect/decal/cleanable/dirt/dust, @@ -4466,22 +4946,15 @@ }, /obj/effect/decal/cleanable/dirt/dust, /obj/machinery/suit_storage_unit/solgov, -/obj/effect/turf_decal/box, /obj/structure/window/reinforced{ dir = 4 }, /obj/structure/sign/poster/solgov/random{ pixel_y = 30 }, +/obj/effect/turf_decal/industrial/outline/yellow, /turf/open/floor/plasteel/mono, /area/ship/cargo) -"We" = ( -/obj/machinery/vending/coffee, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/turf/open/floor/wood, -/area/ship/hallway/starboard) "Wf" = ( /obj/effect/turf_decal/techfloor, /obj/structure/cable{ @@ -4530,7 +5003,7 @@ icon_state = "1-2" }, /turf/open/floor/wood, -/area/ship/crew/office) +/area/ship/crew/crewtwo) "Ws" = ( /obj/structure/table/wood, /obj/item/desk_flag/solgov{ @@ -4562,12 +5035,9 @@ dir = 1 }, /turf/open/floor/wood, -/area/ship/crew/office) +/area/ship/crew/crewtwo) "Wz" = ( /obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, /obj/structure/cable{ icon_state = "4-8" }, @@ -4577,6 +5047,9 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 4 }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, /turf/open/floor/wood, /area/ship/hallway/starboard) "WB" = ( @@ -4590,15 +5063,14 @@ /turf/open/floor/plasteel/white, /area/ship/medical/surgery) "WE" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/pen/solgov, /obj/effect/decal/cleanable/dirt/dust, -/obj/structure/noticeboard{ - pixel_y = 32 +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/obj/structure/sign/poster/solgov/random{ + pixel_y = 30 }, -/turf/open/floor/wood/ebony, -/area/ship/crew) +/obj/effect/turf_decal/industrial/outline/yellow, +/turf/open/floor/plasteel/mono, +/area/ship/cargo/office) "WG" = ( /obj/effect/turf_decal/trimline/opaque/solgovblue/filled/line{ dir = 1 @@ -4644,6 +5116,14 @@ /obj/machinery/autolathe, /turf/open/floor/plasteel/tech/techmaint, /area/ship/maintenance/port) +"Xe" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/wood/ebony, +/area/ship/crew/office) "Xt" = ( /obj/structure/table/optable, /obj/machinery/defibrillator_mount{ @@ -4656,7 +5136,6 @@ /obj/effect/turf_decal/techfloor{ dir = 1 }, -/obj/machinery/power/port_gen/pacman, /obj/machinery/power/smes/engineering, /obj/structure/window/reinforced{ dir = 8 @@ -4669,16 +5148,11 @@ "XF" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/machinery/light/directional/north, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/obj/structure/chair/wood{ dir = 4 }, -/turf/open/floor/wood, +/turf/open/floor/wood/ebony, /area/ship/hallway/starboard) "XI" = ( /obj/structure/cable{ @@ -4700,7 +5174,7 @@ pixel_y = 22 }, /turf/open/floor/carpet/royalblue, -/area/ship/crew/crewthree) +/area/ship/crew) "XM" = ( /obj/effect/turf_decal/siding/wood{ dir = 4 @@ -4746,11 +5220,29 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 5 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel/freezer, +/area/ship/crew/toilet) +"XV" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood{ dir = 1 }, -/turf/open/floor/plasteel/freezer, -/area/ship/crew/toilet) +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/wood, +/area/ship/hallway/starboard) "Yb" = ( /obj/effect/turf_decal/borderfloorblack{ dir = 4 @@ -4765,9 +5257,11 @@ /turf/open/floor/plasteel, /area/ship/cargo) "Yi" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable{ - icon_state = "1-8" +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 }, /turf/open/floor/plasteel/mono, /area/ship/cargo) @@ -4791,58 +5285,61 @@ /obj/machinery/door/firedoor/border_only{ dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 4 }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, /turf/open/floor/plating, /area/ship/maintenance/starboard) -"YA" = ( -/obj/effect/turf_decal/siding/wood/corner, -/obj/effect/turf_decal/siding/wood/corner{ +"Yz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/siding/wood{ dir = 8 }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/patterned, +/area/ship/cargo/office) +"YA" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, /turf/open/floor/wood, /area/ship/hallway/starboard) +"YD" = ( +/obj/machinery/advanced_airlock_controller{ + pixel_x = -25; + pixel_y = 2 + }, +/turf/open/floor/plasteel/mono, +/area/ship/cargo) "YJ" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/mug/coco{ - pixel_x = 7; - pixel_y = 7 +/obj/structure/grille, +/obj/structure/window/reinforced/fulltile/shuttle, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id = "sg_par_psych" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/wood/ebony, -/area/ship/hallway/starboard) +/turf/open/floor/plating, +/area/ship/crew/office) "YK" = ( /obj/structure/table/wood, /obj/item/desk_flag/solgov{ pixel_x = 8; pixel_y = -8 }, -/obj/machinery/button/door{ - pixel_y = 24; - id = "sg_par_captain"; - name = "captain privacy shutters control"; - pixel_x = -7 - }, -/obj/machinery/button/door{ - pixel_y = 24; - id = "sg_par_bolt"; - name = "captain door bolt control"; - pixel_x = 6; - specialfunctions = 4; - normaldoorcontrol = 1 - }, /obj/machinery/computer/med_data/laptop{ dir = 8; pixel_x = 4; pixel_y = 7 }, /turf/open/floor/wood/yew, -/area/ship/crew/crewthree) +/area/ship/crew) "YU" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/turf_decal/siding/wood, @@ -4854,7 +5351,7 @@ dir = 4 }, /turf/open/floor/wood, -/area/ship/crew/office) +/area/ship/crew/crewtwo) "YY" = ( /obj/effect/turf_decal/borderfloor{ dir = 8 @@ -4922,28 +5419,27 @@ /turf/closed/wall/mineral/titanium/nodiagonal, /area/ship/medical) "ZN" = ( -/obj/structure/window/reinforced/tinted, -/obj/structure/chair/office{ - dir = 8 +/obj/effect/turf_decal/industrial/warning{ + dir = 1 }, -/turf/open/floor/plasteel/white, -/area/ship/hallway/port) -"ZU" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 8 +/obj/effect/turf_decal/industrial/warning, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 }, -/obj/structure/cable{ - icon_state = "2-4" +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/door/airlock/medical{ + name = "Morgue"; + req_one_access = list(5,45) }, +/turf/open/floor/plasteel/dark, +/area/ship/hallway/port) +"ZU" = ( /obj/machinery/firealarm/directional/north, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/wood, -/area/ship/crew) +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/patterned, +/area/ship/cargo/office) "ZY" = ( /obj/machinery/vending/medical, /obj/effect/turf_decal/trimline/opaque/solgovblue/filled/line{ @@ -5063,8 +5559,8 @@ wI wI wI qp -gV -gV +uO +ym gV kw wI @@ -5095,8 +5591,8 @@ wI wI wI ym -cj -Li +dj +YD Kt ym wI @@ -5128,7 +5624,7 @@ iZ ym MY PQ -Mz +ym Db MY ym @@ -5159,8 +5655,8 @@ iZ wI ym VW -Sm -mG +Yi +fp Yi ys ym @@ -5192,8 +5688,8 @@ wI ym Ai vR -xt kR +lo Ni ym wI @@ -5205,8 +5701,8 @@ vB vB vB vB -wI -wI +wb +wb wI "} (9,1,1) = {" @@ -5219,7 +5715,7 @@ if wE qs bD -gj +rM ym MY jJ @@ -5228,17 +5724,17 @@ kM nb wO MY -cW -cW +wb +wb ny ip LJ OX yR -cW -wI -wI -wI +Uu +OV +oU +nF wI "} (10,1,1) = {" @@ -5268,24 +5764,24 @@ rA Um Gk Qu -wI -wI -wI -wI +EE +OC +rK +lu "} (11,1,1) = {" wI wI wI et -EV +AX os Wx gR LI jV iO -yx +cL jP UE vi @@ -5299,10 +5795,10 @@ As Du vh Td -Qu -wI -wI -wI +Di +nl +ID +RN wI "} (12,1,1) = {" @@ -5324,17 +5820,17 @@ qb qw Yb MY -cW +wb ny -rw -Um +ny +ME PN Em Vr -Qu -wI -wI -wI +sC +ph +wb +wb wI "} (13,1,1) = {" @@ -5347,26 +5843,26 @@ TI YU Uq bD -gj -wI -Tm -Tm -Tm -Tm -Tm -Tm -Tm +rM wI cW +vl +cW +cW +cW +cW +cW +wI +wb ny WE KF Uy Jv -Qu -wI -wI -wI +wi +Op +aD +Op wI "} (14,1,1) = {" @@ -5378,7 +5874,7 @@ Ho cr Pc TD -gj +rM wI wI Tm @@ -5390,15 +5886,15 @@ RS Tm wI wI -cW +wb ZU ma EA Kd -Qu -wI -wI -wI +Yz +co +XQ +Op wI "} (15,1,1) = {" @@ -5410,10 +5906,10 @@ EQ Wo EL bt -gj +rM wI wI -Qi +Tm GG IX Cp @@ -5422,20 +5918,20 @@ zc Tm wI wI -cW +wb aW Gg be -Kd -cW -wI -wI -wI +hh +uM +Op +TJ +Op wI "} (16,1,1) = {" wI -wI +jg jg jg jg @@ -5445,63 +5941,63 @@ jg jg wI wI -Tm +cW XJ sJ Cp dK ml -Tm +cW wI wI -cW -fU -cW -cW -cW -Ik -Ik -Ik -Ik +wb +wb +NW +wb +wb +wb +Op +Op +Op wI "} (17,1,1) = {" wI -wI jg jw Lf -bl +Ht +jg HK RA jg wI wI -Tm +cW lJ cy Mr ft bi -Tm +cW wI wI Ik xC jx mg -an +gj an sW nG -fI +gj wI "} (18,1,1) = {" wI -wI jg gl +Dk is ZN Tt @@ -5520,22 +6016,22 @@ wI wI Ik XF -sk +dq YA JD RI qf MF ou -lu +wI "} (19,1,1) = {" wI -wI jg mn +nt NB -yz +jg RC cd UJ @@ -5553,12 +6049,12 @@ Ik Jq Mi tP -me +sk YJ op -sW +Cf Pg -fI +ou wI "} (20,1,1) = {" @@ -5573,24 +6069,24 @@ VF pA UJ jF -Tm +cW Ca Ca kF Ca Ca -Tm +cW jF Jq -We +Jq fl -sk +XV SK wk -Jq -Ik -Ik -Ik +Xe +py +EV +ou wI "} (21,1,1) = {" @@ -5618,11 +6114,11 @@ Cd SL hb IZ -it -Op -aD -Op -wI +nZ +cf +Uc +cf +ou wI "} (22,1,1) = {" @@ -5650,11 +6146,11 @@ vk Ol FL he -Rt -co -XQ -Op -wI +gj +UV +sS +sS +gj wI "} (23,1,1) = {" @@ -5682,11 +6178,11 @@ Rf mH zs Wz -sk -Op -TJ -Op -wI +gj +gK +cH +Pp +gj wI "} (24,1,1) = {" @@ -5718,7 +6214,7 @@ vL Ky Ky Ky -wI +Ky wI "} (25,1,1) = {" @@ -5746,10 +6242,10 @@ Es BJ qL BU -Ky +vL oF pc -vL +eH Ky wI "} @@ -5778,7 +6274,7 @@ tu YY qL pK -Ky +NY dh Wt eH @@ -5842,7 +6338,7 @@ KW HM qL QB -Ky +Hl QP hM eH @@ -5864,8 +6360,8 @@ wI wI qZ Zq -mD -mD +Zq +Zq qZ wI wI diff --git a/_maps/shuttles/shiptest/srm_glaive.dmm b/_maps/shuttles/shiptest/srm_glaive.dmm index ed65880ef9c9..3e33c855a855 100644 --- a/_maps/shuttles/shiptest/srm_glaive.dmm +++ b/_maps/shuttles/shiptest/srm_glaive.dmm @@ -53,7 +53,7 @@ /obj/item/gun/ballistic/derringer, /obj/structure/closet/secure_closet/shadow, /obj/item/lighter, -/obj/item/ammo_box/c38_box/hunting, +/obj/item/ammo_box/c38_box, /obj/item/disk/holodisk/roumain, /obj/item/clothing/shoes/cowboy, /obj/item/clothing/shoes/cowboy/black, @@ -85,7 +85,7 @@ /obj/item/gun/ballistic/derringer, /obj/structure/closet/secure_closet/medicalsrm, /obj/item/disk/holodisk/roumain, -/obj/item/ammo_box/c38_box/hunting, +/obj/item/ammo_box/c38_box, /obj/item/storage/firstaid/roumain, /obj/effect/turf_decal/corner/opaque/blue/diagonal, /turf/open/floor/plasteel/white, @@ -156,7 +156,7 @@ /obj/item/gun/ballistic/derringer, /obj/structure/closet/secure_closet/shadow, /obj/item/lighter, -/obj/item/ammo_box/c38_box/hunting, +/obj/item/ammo_box/c38_box, /obj/item/disk/holodisk/roumain, /obj/item/clothing/shoes/cowboy, /obj/item/clothing/shoes/cowboy/black, @@ -907,10 +907,10 @@ /obj/item/storage/backpack/cultpack, /obj/item/flashlight/lantern, /obj/item/kitchen/knife/combat/survival, -/obj/item/gun/ballistic/shotgun/winchester/lethal, +/obj/item/gun/ballistic/shotgun/winchester, /obj/structure/closet/secure_closet/hunter, /obj/item/lighter, -/obj/item/ammo_box/c38_box/hunting, +/obj/item/ammo_box/c38_box, /obj/item/disk/holodisk/roumain, /obj/item/clothing/shoes/cowboy/black, /obj/item/clothing/shoes/cowboy, @@ -983,7 +983,7 @@ /obj/item/borg/upgrade/modkit/indoors, /obj/item/gun/energy/kinetic_accelerator, /obj/item/storage/bag/ore, -/obj/item/gun/ballistic/shotgun/winchester/mk1/lethal, +/obj/item/gun/ballistic/shotgun/winchester/mk1, /obj/item/shovel, /obj/item/gps/mining, /obj/structure/closet/secure_closet/miningcloset, @@ -2838,7 +2838,6 @@ /obj/item/circuitboard/machine/rdserver, /obj/item/circuitboard/machine/autolathe, /obj/item/disk/design_disk/ammo_n762, -/obj/item/disk/design_disk/ammo_38_hunting, /obj/item/disk/design_disk/ammo_1911, /obj/item/circuitboard/machine/protolathe/department/ballistics, /obj/item/circuitboard/computer/rdconsole, @@ -3299,10 +3298,10 @@ /obj/item/storage/backpack/cultpack, /obj/item/flashlight/lantern, /obj/item/kitchen/knife/combat/survival, -/obj/item/gun/ballistic/shotgun/winchester/lethal, +/obj/item/gun/ballistic/shotgun/winchester, /obj/structure/closet/secure_closet/hunter, /obj/item/lighter, -/obj/item/ammo_box/c38_box/hunting, +/obj/item/ammo_box/c38_box, /obj/item/disk/holodisk/roumain, /obj/item/clothing/shoes/cowboy/black, /obj/item/clothing/shoes/cowboy, diff --git a/_maps/shuttles/shiptest/syndicate_aegis.dmm b/_maps/shuttles/shiptest/syndicate_aegis.dmm index 6f7d67964d6f..6f807bf52bd3 100644 --- a/_maps/shuttles/shiptest/syndicate_aegis.dmm +++ b/_maps/shuttles/shiptest/syndicate_aegis.dmm @@ -5,7 +5,7 @@ }, /obj/effect/decal/cleanable/dirt, /obj/structure/chair/stool/bar, -/obj/effect/turf_decal/spline/plain/opaque/black, +/obj/effect/turf_decal/trimline/opaque/black/line, /turf/open/floor/mineral/plastitanium/red, /area/ship/hallway/central) "ag" = ( @@ -44,12 +44,12 @@ name = "Captain's Locker"; pixel_x = 30 }, -/obj/effect/decal/cleanable/dirt, /obj/item/storage/belt/sabre, /obj/item/reagent_containers/glass/beaker/unholywater, /obj/item/clothing/suit/armor/hos/trenchcoat{ name = "syndicate jacket" }, +/obj/item/clothing/mask/gas/syndicate, /turf/open/floor/wood/walnut, /area/ship/crew/dorm) "az" = ( @@ -61,13 +61,21 @@ dir = 5 }, /obj/machinery/light/small/directional/north, -/obj/effect/decal/cleanable/dirt, /turf/open/floor/wood/walnut, /area/ship/crew/dorm) -"aG" = ( -/obj/structure/table/reinforced{ - color = "#50C878" +"aE" = ( +/obj/structure/bed, +/obj/item/bedsheet/syndie, +/obj/structure/curtain/cloth/grey, +/obj/effect/turf_decal/siding/wood{ + dir = 8 }, +/obj/machinery/light_switch{ + pixel_y = 22 + }, +/turf/open/floor/carpet/red, +/area/ship/crew/janitor) +"aG" = ( /obj/effect/turf_decal/trimline/opaque/bottlegreen/filled/line{ dir = 1 }, @@ -86,15 +94,12 @@ name = "Produce Production Locker"; pixel_y = 30 }, -/obj/item/clothing/head/peaceflower{ - pixel_x = 6; - pixel_y = 8 - }, /obj/item/storage/box/disks_plantgene, /obj/item/clothing/gloves/botanic_leather, /obj/item/circuitboard/machine/hydroponics, /obj/item/circuitboard/machine/hydroponics, /obj/item/circuitboard/machine/hydroponics, +/obj/structure/table/wood/reinforced, /turf/open/floor/plasteel/tech, /area/ship/crew/hydroponics) "aJ" = ( @@ -155,7 +160,7 @@ /obj/effect/turf_decal/siding/wood{ dir = 9 }, -/obj/item/codespeak_manual/unlimited, +/obj/item/codespeak_manual, /obj/item/flashlight/lamp{ pixel_x = -4; pixel_y = 7 @@ -202,6 +207,9 @@ dir = 8 }, /obj/structure/catwalk/over, +/obj/structure/sign/poster/official/moth/hardhats{ + pixel_y = 32 + }, /turf/open/floor/plating, /area/ship/engineering) "bt" = ( @@ -241,6 +249,7 @@ name = "Psychologists Locker"; pixel_y = 28 }, +/obj/item/gun/syringe/syndicate, /turf/open/floor/carpet/red, /area/ship/crew/office) "bx" = ( @@ -253,27 +262,41 @@ }, /turf/open/floor/wood/walnut, /area/ship/crew/dorm) -"bC" = ( -/obj/item/clothing/under/syndicate, -/obj/item/clothing/under/syndicate/skirt, -/obj/item/storage/fancy/cigarettes/cigpack_syndicate, -/obj/structure/closet/syndicate{ - desc = "It's a basic storage unit."; - name = "uniform closet" +"by" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable/yellow{ + icon_state = "1-2" }, -/obj/item/clothing/gloves/combat, -/obj/item/clothing/shoes/combat, -/obj/item/kitchen/knife/combat/survival, -/obj/machinery/light/directional/west, -/obj/effect/turf_decal/industrial/warning/full, -/turf/open/floor/mineral/plastitanium/red, -/area/ship/hallway/central) +/obj/effect/decal/cleanable/dirt, +/obj/machinery/button/door{ + pixel_x = -22; + specialfunctions = 4; + id = "psyc"; + normaldoorcontrol = 1; + dir = 4; + pixel_y = 0 + }, +/turf/open/floor/wood/walnut, +/area/ship/crew/office) "bD" = ( -/obj/structure/table/reinforced, /obj/machinery/door/firedoor/border_only{ dir = 1 }, /obj/machinery/door/firedoor/border_only, +/obj/structure/table/wood/reinforced, +/obj/item/toy/cards/deck/cas, +/obj/item/toy/cards/deck/cas/black{ + pixel_x = 5 + }, +/obj/item/toy/plush/slimeplushie{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/item/reagent_containers/food/drinks/coffee{ + pixel_x = 4; + pixel_y = 9 + }, /turf/open/floor/wood/walnut, /area/ship/crew/canteen/kitchen) "bE" = ( @@ -281,23 +304,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood/walnut, /area/ship/crew/dorm) -"bX" = ( -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/obj/item/clothing/under/syndicate, -/obj/item/clothing/under/syndicate/skirt, -/obj/item/storage/fancy/cigarettes/cigpack_syndicate, -/obj/structure/closet/syndicate{ - desc = "It's a basic storage unit."; - name = "uniform closet" - }, -/obj/item/clothing/gloves/combat, -/obj/item/clothing/shoes/combat, -/obj/effect/turf_decal/industrial/warning/full, -/turf/open/floor/mineral/plastitanium/red, -/area/ship/hallway/central) "cc" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 6 @@ -312,13 +318,37 @@ /area/ship/crew/dorm) "cd" = ( /obj/structure/catwalk/over, -/obj/effect/turf_decal/hardline_small/left, +/obj/effect/turf_decal/isf_small/left, /turf/open/floor/plating, /area/ship/engineering) +"ck" = ( +/obj/structure/table, +/obj/item/roller{ + pixel_x = -6; + pixel_y = 12 + }, +/obj/item/clothing/mask/surgical, +/obj/item/clothing/mask/surgical, +/obj/item/clothing/mask/surgical, +/obj/item/clothing/mask/surgical, +/obj/item/clothing/mask/breath/medical, +/obj/item/storage/box/bodybags{ + pixel_x = 8; + pixel_y = 3 + }, +/obj/item/tank/internals/anesthetic, +/obj/effect/turf_decal/trimline/opaque/blue/filled/line, +/obj/machinery/light/small/directional/east, +/obj/structure/sign/warning/nosmoking{ + pixel_x = 30 + }, +/turf/open/floor/plasteel/tech, +/area/ship/medical) "cp" = ( /obj/structure/bed, /obj/item/bedsheet/syndie, /obj/structure/curtain/cloth/fancy, +/obj/item/toy/plush/nukeplushie, /turf/open/floor/carpet/red, /area/ship/crew/dorm) "cr" = ( @@ -328,6 +358,9 @@ /obj/effect/turf_decal/siding/wood{ dir = 1 }, +/obj/structure/sign/departments/restroom{ + pixel_y = 32 + }, /turf/open/floor/carpet/red, /area/ship/crew/dorm) "cs" = ( @@ -341,8 +374,7 @@ dir = 4 }, /obj/effect/decal/cleanable/dirt, -/obj/machinery/vending/snack/random, -/obj/effect/turf_decal/spline/plain/opaque/black{ +/obj/effect/turf_decal/trimline/opaque/black/line{ dir = 1 }, /turf/open/floor/mineral/plastitanium/red, @@ -374,36 +406,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/tech, /area/ship/science) -"cL" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/wood/walnut, -/area/ship/crew/office) -"cO" = ( -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/firealarm/directional/north, -/obj/machinery/light/directional/north, -/obj/machinery/vending/snack/random, -/obj/effect/turf_decal/spline/plain/opaque/black{ - dir = 1 - }, -/turf/open/floor/mineral/plastitanium/red, -/area/ship/hallway/central) "cQ" = ( /obj/structure/cable/yellow{ icon_state = "1-4" @@ -478,6 +480,25 @@ }, /turf/open/floor/plating, /area/ship/engineering) +"dw" = ( +/obj/structure/bed/dogbed, +/obj/machinery/light/directional/south, +/mob/living/simple_animal/pet/cat/Runtime{ + desc = "The captains prized cat, it seems very friendly!"; + name = "Cheri" + }, +/obj/item/toy/cattoy, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -19; + pixel_y = -11 + }, +/turf/open/floor/wood/walnut, +/area/ship/bridge) "dH" = ( /obj/machinery/hydroponics/constructable, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ @@ -485,13 +506,18 @@ }, /obj/effect/turf_decal/trimline/opaque/bottlegreen/filled/line, /obj/structure/extinguisher_cabinet/directional/south, +/obj/item/seeds/carrot, /turf/open/floor/plasteel/tech, /area/ship/crew/hydroponics) "dI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/departments/restroom, -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ship/crew/dorm) +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/plasteel/tech, +/area/ship/hallway/central) "dL" = ( /obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, /obj/machinery/door/poddoor/shutters{ @@ -524,7 +550,6 @@ /obj/item/surgicaldrill/advanced, /obj/item/healthanalyzer/advanced, /obj/item/clothing/glasses/hud/health/sunglasses, -/obj/item/clothing/gloves/color/latex/nitrile/evil, /obj/item/clothing/shoes/combat, /obj/item/clothing/neck/stripedredscarf, /obj/item/clothing/neck/stripedbluescarf, @@ -627,23 +652,9 @@ /obj/item/clothing/under/rank/civilian/lawyer/galaxy, /obj/item/clothing/shoes/laceup, /obj/item/clothing/gloves/color/black, +/obj/item/reagent_containers/food/drinks/shaker, /turf/open/floor/wood/walnut, /area/ship/crew/canteen/kitchen) -"fb" = ( -/obj/item/clothing/under/syndicate, -/obj/item/clothing/under/syndicate/skirt, -/obj/item/storage/fancy/cigarettes/cigpack_syndicate, -/obj/structure/closet/syndicate{ - desc = "It's a basic storage unit."; - name = "uniform closet" - }, -/obj/item/clothing/gloves/combat, -/obj/item/clothing/shoes/combat, -/obj/machinery/airalarm/directional/north, -/obj/item/kitchen/knife/combat/survival, -/obj/effect/turf_decal/industrial/warning/full, -/turf/open/floor/mineral/plastitanium/red, -/area/ship/hallway/central) "ff" = ( /obj/effect/turf_decal/trimline/opaque/blue/filled/line{ dir = 8 @@ -654,26 +665,19 @@ }, /turf/open/floor/plasteel/dark, /area/ship/medical) -"fg" = ( -/obj/structure/table, -/obj/item/storage/box/maid{ - pixel_x = -5; - pixel_y = 7 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/structure/bedsheetbin, -/obj/item/storage/box/maid{ - pixel_x = 6 - }, -/turf/open/floor/wood/walnut, -/area/ship/crew/janitor) "fk" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/tech, /area/ship/crew/dorm) +"fw" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 7; + height = 15; + width = 15 + }, +/turf/template_noop, +/area/template_noop) "fD" = ( /obj/machinery/power/smes/shuttle/precharged{ dir = 1 @@ -716,7 +720,7 @@ pixel_y = 9 }, /obj/item/radio/intercom/wideband/directional/north, -/obj/machinery/photocopier/faxmachine/longrange, +/obj/machinery/fax, /obj/effect/turf_decal/siding/wood{ dir = 5 }, @@ -781,16 +785,6 @@ /obj/machinery/light/directional/south, /turf/open/floor/plasteel/tech, /area/ship/medical) -"fY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/hatch{ - name = "Bathroom"; - dir = 4 - }, -/obj/effect/turf_decal/techfloor/hole/right, -/obj/effect/turf_decal/techfloor/hole, -/turf/open/floor/plasteel/tech, -/area/ship/crew/dorm) "go" = ( /obj/structure/bed, /obj/item/bedsheet/dorms, @@ -852,6 +846,23 @@ /obj/structure/sign/syndicate, /turf/closed/wall/mineral/plastitanium/nodiagonal, /area/ship/crew/office) +"gA" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/hatch{ + id_tag = "aegis_bridge"; + name = "Bridge"; + req_access_txt = "19" + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/turf/open/floor/plasteel/tech, +/area/ship/bridge) "gB" = ( /obj/machinery/light/small/directional/west{ brightness = 3 @@ -860,13 +871,32 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ dir = 1 }, -/obj/structure/table/reinforced, /obj/effect/spawner/lootdrop/donkpockets, /obj/effect/spawner/lootdrop/donkpockets, /obj/effect/spawner/lootdrop/donkpockets, /obj/effect/turf_decal/trimline/opaque/brown/filled/line, +/obj/structure/table/wood/reinforced, /turf/open/floor/plasteel/tech, /area/ship/crew/canteen/kitchen) +"gE" = ( +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/machinery/door/airlock/external{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/layer_manifold{ + dir = 4 + }, +/obj/docking_port/mobile{ + can_move_docking_ports = 1; + dheight = 2; + dir = 8; + launch_status = 0; + port_direction = 4 + }, +/turf/open/floor/plasteel/tech, +/area/ship/engineering) "gK" = ( /obj/structure/cable/yellow{ icon_state = "1-8" @@ -1006,32 +1036,20 @@ }, /turf/open/floor/plasteel/tech/techmaint, /area/ship/engineering) -"hx" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 9 - }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/obj/machinery/cryopod{ - dir = 4 - }, -/obj/machinery/computer/cryopod/directional/west, -/turf/open/floor/wood/walnut, -/area/ship/crew/dorm) "hz" = ( -/obj/structure/table/reinforced, /obj/machinery/chem_dispenser/drinks{ dir = 1 }, /obj/effect/turf_decal/trimline/opaque/brown/filled/line, +/obj/structure/table/wood/reinforced, /turf/open/floor/plasteel/tech, /area/ship/crew/canteen/kitchen) "hA" = ( -/obj/structure/sign/poster/official/moth/piping, -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ship/engineering) +/obj/effect/turf_decal/trimline/opaque/black/line{ + dir = 5 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/ship/hallway/central) "hC" = ( /obj/machinery/door/airlock/hatch{ dir = 4; @@ -1080,7 +1098,10 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/tech, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood/walnut, /area/ship/crew/canteen) "hZ" = ( /obj/structure/cable/yellow{ @@ -1122,7 +1143,7 @@ dir = 8 }, /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/spline/plain/opaque/black, +/obj/effect/turf_decal/trimline/opaque/black/line, /turf/open/floor/mineral/plastitanium/red, /area/ship/hallway/central) "io" = ( @@ -1134,16 +1155,11 @@ /turf/open/floor/plasteel/tech, /area/ship/crew/dorm) "it" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/drinks/drinkingglass{ - pixel_x = -6 +/obj/effect/turf_decal/siding/wood{ + dir = 8 }, -/obj/item/reagent_containers/food/drinks/drinkingglass{ - pixel_x = 9; - pixel_y = 10 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 8 +/obj/structure/chair/sofa{ + dir = 4 }, /turf/open/floor/carpet/red, /area/ship/crew/canteen) @@ -1210,18 +1226,18 @@ /obj/structure/cable/yellow{ icon_state = "2-8" }, -/obj/effect/turf_decal/spline/plain/opaque/black{ +/obj/effect/turf_decal/trimline/opaque/black/line{ dir = 5 }, /turf/open/floor/mineral/plastitanium/red, /area/ship/hallway/central) "jh" = ( -/obj/structure/table/reinforced, /obj/machinery/chem_dispenser/drinks/beer{ dir = 1 }, /obj/effect/turf_decal/trimline/opaque/brown/filled/line, /obj/item/radio/intercom/directional/south, +/obj/structure/table/wood/reinforced, /turf/open/floor/plasteel/tech, /area/ship/crew/canteen/kitchen) "jp" = ( @@ -1229,23 +1245,20 @@ dir = 1 }, /obj/machinery/door/firedoor/border_only, -/obj/structure/table/reinforced, /obj/item/table_bell{ pixel_x = 10; pixel_y = -3 }, +/obj/structure/table/wood/reinforced, /turf/open/floor/wood/walnut, /area/ship/crew/canteen/kitchen) "jq" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, /obj/structure/cable/yellow{ icon_state = "4-8" }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, /turf/open/floor/carpet/red, /area/ship/crew/canteen) "jB" = ( @@ -1260,7 +1273,10 @@ /obj/structure/cable/yellow{ icon_state = "2-8" }, -/turf/open/floor/plasteel/tech, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood/walnut, /area/ship/crew/canteen) "jF" = ( /obj/structure/table, @@ -1269,6 +1285,13 @@ pixel_y = 7 }, /obj/item/toy/cards/deck/tarot, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = 9; + pixel_y = 10 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = -6 + }, /turf/open/floor/carpet/red, /area/ship/crew/canteen) "jJ" = ( @@ -1297,6 +1320,9 @@ }, /obj/item/bedsheet/medical, /obj/structure/curtain, +/obj/structure/sign/poster/official/moth/meth{ + pixel_y = 31 + }, /turf/open/floor/plasteel/dark, /area/ship/medical) "kj" = ( @@ -1312,21 +1338,37 @@ /turf/open/floor/carpet/red, /area/ship/bridge) "kz" = ( -/obj/machinery/vending/cigarette/syndicate, +/obj/item/clothing/under/syndicate, +/obj/item/clothing/under/syndicate/skirt, +/obj/item/storage/fancy/cigarettes/cigpack_syndicate, +/obj/structure/closet/syndicate{ + desc = "It's a basic storage unit."; + name = "uniform closet" + }, +/obj/item/clothing/gloves/combat, +/obj/item/clothing/shoes/combat, /obj/effect/turf_decal/siding/wood{ dir = 5 }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/syndicate{ + pixel_x = 32 + }, +/obj/item/clothing/mask/gas/syndicate, /turf/open/floor/wood/walnut, /area/ship/crew/dorm) -"kO" = ( -/obj/structure/bed, -/obj/item/bedsheet/syndie, -/obj/structure/curtain/cloth/grey, +"kI" = ( +/obj/machinery/computer/med_data/syndie{ + dir = 4 + }, /obj/effect/turf_decal/siding/wood{ - dir = 8 + dir = 6 }, -/turf/open/floor/carpet/red, -/area/ship/crew/janitor) +/obj/machinery/airalarm/directional/south, +/turf/open/floor/mineral/plastitanium/red{ + icon_state = "plastitanium" + }, +/area/ship/bridge) "kU" = ( /obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, /obj/machinery/door/poddoor/shutters{ @@ -1342,6 +1384,12 @@ }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/sign/poster/contraband/syndiemoth{ + pixel_x = 32 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, /turf/open/floor/plasteel/tech, /area/ship/crew/canteen) "ls" = ( @@ -1373,9 +1421,7 @@ /obj/structure/sign/warning/vacuum{ pixel_x = -30 }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, +/obj/item/clothing/mask/gas/syndicate, /turf/open/floor/plasteel/tech, /area/ship/cargo) "lx" = ( @@ -1440,7 +1486,7 @@ /obj/structure/cable/yellow{ icon_state = "1-2" }, -/obj/effect/turf_decal/hardline_small, +/obj/effect/turf_decal/isf_small, /turf/open/floor/plating, /area/ship/engineering) "mp" = ( @@ -1600,6 +1646,22 @@ /obj/effect/turf_decal/trimline/opaque/blue/filled/line, /turf/open/floor/plasteel/tech, /area/ship/medical) +"mV" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light_switch{ + pixel_y = 23; + pixel_x = 11 + }, +/turf/open/floor/wood/walnut, +/area/ship/crew/canteen/kitchen) "nd" = ( /obj/structure/cable/yellow{ icon_state = "4-8" @@ -1629,27 +1691,22 @@ /turf/open/floor/plasteel/tech, /area/ship/hallway/central) "nz" = ( -/obj/structure/sign/poster/official/moth, -/turf/closed/wall/mineral/plastitanium/nodiagonal, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/effect/turf_decal/syndicateemblem/top/middle, +/turf/open/floor/mineral/plastitanium/red, /area/ship/hallway/central) "nA" = ( /obj/structure/bed, -/obj/item/bedsheet/cmo, +/obj/item/bedsheet/cmo{ + name = "lead doctor's bedsheet" + }, /obj/structure/curtain/cloth/fancy, /turf/open/floor/carpet/blue, /area/ship/medical) -"nK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/siding/wood{ - dir = 10 - }, -/obj/structure/table/wood/reinforced, -/obj/item/lighter/clockwork{ - pixel_x = 8; - pixel_y = 1 - }, -/turf/open/floor/carpet/red, -/area/ship/bridge) "nY" = ( /obj/machinery/door/airlock/hatch{ name = "Cusodial Closet" @@ -1665,31 +1722,21 @@ /turf/open/floor/plasteel/tech, /area/ship/science) "og" = ( -/obj/structure/chair/sofa/left{ - dir = 1 - }, /obj/effect/turf_decal/siding/wood{ dir = 8 }, +/obj/structure/chair/sofa/corner{ + dir = 1 + }, /turf/open/floor/carpet/red, /area/ship/crew/canteen) -"oh" = ( -/obj/machinery/computer/med_data/syndie{ - dir = 4 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 6 - }, -/turf/open/floor/mineral/plastitanium/red{ - icon_state = "plastitanium" - }, -/area/ship/bridge) "or" = ( /obj/machinery/hydroponics/constructable, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ dir = 4 }, /obj/effect/turf_decal/trimline/opaque/bottlegreen/filled/line, +/obj/item/seeds/eggplant, /turf/open/floor/plasteel/tech, /area/ship/crew/hydroponics) "oB" = ( @@ -1734,8 +1781,28 @@ /obj/item/seeds/sunflower, /obj/structure/closet/crate/hydroponics, /obj/item/seeds/random, +/obj/item/seeds/chili, +/obj/item/seeds/cherry, +/obj/item/seeds/berry, +/obj/item/seeds/cabbage, /turf/open/floor/plasteel/tech, /area/ship/crew/hydroponics) +"oP" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/catwalk/over, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_y = 22 + }, +/turf/open/floor/plating, +/area/ship/engineering) "pb" = ( /obj/machinery/door/airlock/hatch{ name = "Dormitories" @@ -1748,6 +1815,9 @@ /obj/machinery/door/firedoor, /obj/effect/turf_decal/techfloor/hole/right, /obj/effect/turf_decal/techfloor/hole, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, /turf/open/floor/plasteel/tech, /area/ship/crew/dorm) "pl" = ( @@ -1779,6 +1849,47 @@ "pu" = ( /turf/open/floor/wood/walnut, /area/ship/bridge) +"pI" = ( +/obj/structure/closet/wall/orange{ + name = "Engineering locker"; + pixel_y = 30 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/item/clothing/suit/space/syndicate/black/engie, +/obj/item/clothing/head/helmet/space/syndicate/black/engie, +/obj/item/tank/internals/oxygen, +/obj/item/extinguisher/advanced, +/obj/item/storage/toolbox/syndicate{ + name = "syndicate toolbox"; + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/storage/belt/utility{ + pixel_x = 3; + pixel_y = 5 + }, +/obj/item/clothing/shoes/combat, +/obj/item/clothing/suit/hooded/wintercoat/engineering, +/obj/item/holosign_creator/atmos, +/obj/item/clothing/gloves/color/orange, +/obj/item/clothing/neck/scarf/orange, +/obj/item/clothing/neck/tie/orange, +/obj/item/clothing/glasses/hud/diagnostic/night, +/obj/item/clothing/glasses/meson/engine/tray, +/obj/item/clothing/head/beret/eng/hazard, +/obj/structure/catwalk/over, +/obj/item/clothing/gloves/color/yellow, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/item/tank/internals/emergency_oxygen/engi, +/turf/open/floor/plating, +/area/ship/engineering) "pS" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ @@ -1818,9 +1929,6 @@ dir = 4 }, /obj/effect/decal/cleanable/glass, -/obj/structure/table/reinforced{ - color = "#994000" - }, /obj/item/phone{ pixel_x = 7; pixel_y = 10 @@ -1841,22 +1949,9 @@ pixel_x = 9 }, /obj/item/radio/intercom/directional/east, +/obj/structure/table/wood/reinforced, /turf/open/floor/plasteel/tech/techmaint, /area/ship/engineering) -"qf" = ( -/obj/machinery/door/airlock/hatch{ - name = "Psychology Office" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/techfloor/hole, -/obj/effect/turf_decal/techfloor/hole/right, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel/tech, -/area/ship/crew/office) "qm" = ( /obj/structure/sign/directions/supply{ dir = 8; @@ -1871,7 +1966,7 @@ "qt" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/chair/stool/bar, -/obj/effect/turf_decal/spline/plain/opaque/black, +/obj/effect/turf_decal/trimline/opaque/black/line, /turf/open/floor/mineral/plastitanium/red, /area/ship/hallway/central) "qv" = ( @@ -1910,6 +2005,7 @@ /obj/effect/decal/cleanable/plasma, /obj/effect/decal/cleanable/glass, /obj/item/circuitboard/machine/techfab/department/service, +/obj/item/poster/random_contraband, /turf/open/floor/plasteel/tech/techmaint, /area/ship/engineering) "qD" = ( @@ -1925,11 +2021,11 @@ /area/ship/crew/dorm) "qM" = ( /obj/structure/bed, -/obj/item/bedsheet/dorms, /obj/structure/curtain/cloth, /obj/effect/turf_decal/siding/wood{ dir = 10 }, +/obj/item/bedsheet/syndie, /turf/open/floor/carpet/red, /area/ship/crew/dorm) "qX" = ( @@ -1956,16 +2052,6 @@ /obj/effect/turf_decal/techfloor/orange{ dir = 9 }, -/obj/structure/table/reinforced{ - color = "#994000" - }, -/obj/structure/railing{ - dir = 9 - }, -/obj/item/flashlight/lamp{ - pixel_x = -8; - pixel_y = 13 - }, /obj/item/trash/can{ pixel_x = 12; pixel_y = 8 @@ -1978,27 +2064,28 @@ pixel_x = -6; pixel_y = -5 }, +/obj/structure/table/wood/reinforced, /turf/open/floor/plasteel/tech/techmaint, /area/ship/engineering) -"rg" = ( +"rf" = ( /obj/structure/table, -/obj/item/roller{ - pixel_x = -6; - pixel_y = 12 +/obj/item/storage/box/maid{ + pixel_x = -5; + pixel_y = 7 }, -/obj/item/clothing/mask/surgical, -/obj/item/clothing/mask/surgical, -/obj/item/clothing/mask/surgical, -/obj/item/clothing/mask/surgical, -/obj/item/clothing/mask/breath/medical, -/obj/item/tank/internals/anesthetic, -/obj/effect/turf_decal/trimline/opaque/blue/filled/line, -/obj/machinery/light/small/directional/east, -/obj/structure/sign/warning/nosmoking{ - pixel_x = 30 +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/wood{ + dir = 8 }, -/turf/open/floor/plasteel/tech, -/area/ship/medical) +/obj/structure/bedsheetbin, +/obj/item/storage/box/maid{ + pixel_x = 6 + }, +/obj/machinery/light_switch{ + pixel_y = 22 + }, +/turf/open/floor/wood/walnut, +/area/ship/crew/janitor) "rk" = ( /mob/living/simple_animal/butterfly, /obj/structure/flora/ausbushes/ppflowers, @@ -2102,40 +2189,13 @@ dir = 1 }, /obj/machinery/door/firedoor/border_only, -/obj/structure/table/reinforced, /obj/item/reagent_containers/food/condiment/peppermill{ pixel_x = 6; pixel_y = 4 }, +/obj/structure/table/wood/reinforced, /turf/open/floor/wood/walnut, /area/ship/crew/canteen/kitchen) -"ss" = ( -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/catwalk/over, -/obj/effect/decal/cleanable/plasma, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/machinery/button/door{ - id = "engine"; - name = "Engine shutter control"; - pixel_y = 22; - pixel_x = 9 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/light/small/directional/north, -/turf/open/floor/plating, -/area/ship/engineering) "sv" = ( /obj/machinery/computer/helm, /obj/effect/turf_decal/siding/wood, @@ -2150,6 +2210,7 @@ dir = 8 }, /obj/machinery/light/directional/south, +/obj/item/seeds/corn, /turf/open/floor/plasteel/tech, /area/ship/crew/hydroponics) "sI" = ( @@ -2173,17 +2234,10 @@ /turf/open/floor/plasteel/dark, /area/ship/medical) "te" = ( -/obj/item/clothing/under/syndicate/combat, -/obj/item/clothing/under/syndicate/sniper, -/obj/item/storage/fancy/cigarettes/cigpack_syndicate, -/obj/structure/closet/syndicate{ - desc = "It's a basic storage unit."; - name = "uniform closet" +/obj/effect/turf_decal/syndicateemblem/top/right, +/obj/effect/turf_decal/trimline/opaque/black/line{ + dir = 4 }, -/obj/item/clothing/gloves/tackler/combat, -/obj/item/clothing/shoes/combat, -/obj/item/clothing/shoes/laceup, -/obj/effect/turf_decal/industrial/warning/full, /turf/open/floor/mineral/plastitanium/red, /area/ship/hallway/central) "tn" = ( @@ -2211,10 +2265,26 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood/walnut, /area/ship/bridge) +"tU" = ( +/obj/machinery/light_switch{ + pixel_x = -10; + pixel_y = 23 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/obj/item/radio/intercom/directional/north{ + pixel_y = 31; + pixel_x = 5 + }, +/turf/open/floor/carpet/red, +/area/ship/crew/canteen) "tW" = ( -/obj/structure/sign/poster/official/moth/meth, -/turf/closed/wall/mineral/plastitanium, -/area/ship/medical) +/obj/effect/turf_decal/trimline/opaque/black/line{ + dir = 9 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/ship/hallway/central) "uc" = ( /obj/machinery/modular_computer/console/preset/command, /obj/effect/turf_decal/siding/wood, @@ -2237,9 +2307,12 @@ /turf/open/floor/plasteel/tech/techmaint, /area/ship/engineering) "uo" = ( -/obj/structure/sign/poster/official/moth/hardhats, -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ship/engineering) +/obj/effect/turf_decal/syndicateemblem/top/left, +/obj/effect/turf_decal/trimline/opaque/black/line{ + dir = 8 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/ship/hallway/central) "uA" = ( /obj/effect/turf_decal/siding/wood{ dir = 5 @@ -2274,7 +2347,7 @@ dir = 9 }, /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/spline/plain/opaque/black, +/obj/effect/turf_decal/trimline/opaque/black/line, /turf/open/floor/mineral/plastitanium/red, /area/ship/hallway/central) "uM" = ( @@ -2318,12 +2391,52 @@ }, /turf/open/floor/plating, /area/ship/engineering) +"vs" = ( +/obj/structure/closet/wall/orange{ + name = "Engineering locker"; + pixel_y = 30 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/item/tank/internals/oxygen, +/obj/item/extinguisher/advanced, +/obj/item/storage/toolbox/syndicate{ + name = "syndicate toolbox"; + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/storage/belt/utility{ + pixel_x = 3; + pixel_y = 5 + }, +/obj/item/storage/belt/utility/syndicate, +/obj/item/clothing/shoes/combat, +/obj/item/clothing/suit/hooded/wintercoat/engineering, +/obj/item/holosign_creator/atmos, +/obj/item/clothing/gloves/color/orange, +/obj/item/clothing/neck/scarf/orange, +/obj/item/clothing/neck/tie/orange, +/obj/item/clothing/glasses/hud/diagnostic/night, +/obj/item/clothing/glasses/meson/engine/tray, +/obj/item/clothing/head/beret/eng/hazard, +/obj/structure/catwalk/over, +/obj/item/clothing/gloves/color/yellow, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/item/storage/box/stockparts/t2, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/item/tank/internals/emergency_oxygen/engi, +/turf/open/floor/plating, +/area/ship/engineering) "vw" = ( /obj/machinery/atmospherics/pipe/simple/orange/hidden{ dir = 6 }, /obj/structure/catwalk/over, -/obj/effect/turf_decal/industrial/stand_clear, /obj/effect/decal/cleanable/glass, /obj/structure/cable/yellow{ icon_state = "2-4" @@ -2331,6 +2444,11 @@ /obj/structure/extinguisher_cabinet/directional/north, /turf/open/floor/plating, /area/ship/engineering) +"vA" = ( +/obj/machinery/vending/coffee, +/obj/effect/turf_decal/box, +/turf/open/floor/mineral/plastitanium/red, +/area/ship/hallway/central) "vG" = ( /obj/machinery/power/terminal, /obj/effect/turf_decal/techfloor/orange{ @@ -2370,87 +2488,36 @@ /turf/open/floor/plasteel/tech/techmaint, /area/ship/engineering) "wh" = ( -/obj/machinery/vending/snack, +/obj/item/clothing/under/syndicate, +/obj/item/clothing/under/syndicate/skirt, +/obj/item/storage/fancy/cigarettes/cigpack_syndicate, +/obj/structure/closet/syndicate{ + desc = "It's a basic storage unit."; + name = "uniform closet" + }, +/obj/item/clothing/gloves/combat, +/obj/item/clothing/shoes/combat, /obj/effect/turf_decal/siding/wood{ dir = 6 }, /obj/machinery/airalarm/directional/east, +/obj/item/clothing/mask/gas/syndicate, /turf/open/floor/wood/walnut, /area/ship/crew/dorm) "wk" = ( /turf/template_noop, /area/template_noop) -"wu" = ( -/obj/structure/closet/wall/orange{ - name = "Engineering locker"; - pixel_y = 30 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/item/tank/internals/oxygen, -/obj/item/extinguisher/advanced, -/obj/item/storage/toolbox/syndicate{ - name = "syndicate toolbox"; - pixel_x = -3; - pixel_y = 5 - }, -/obj/item/storage/belt/utility{ - pixel_x = 3; - pixel_y = 5 - }, -/obj/item/storage/belt/utility{ - pixel_x = 3; - pixel_y = 5 - }, -/obj/item/storage/belt/utility/syndicate, -/obj/item/clothing/shoes/combat, -/obj/item/clothing/suit/hooded/wintercoat/engineering, -/obj/item/clothing/under/rank/engineering/atmospheric_technician/life_support_specialist, -/obj/item/clothing/under/rank/engineering/atmospheric_technician/life_support_specialist/skirt, -/obj/item/clothing/under/rank/engineering/engineer/maintenance_tech, -/obj/item/clothing/under/rank/engineering/engineer/maintenance_tech/skirt, -/obj/item/holosign_creator/atmos, -/obj/item/clothing/gloves/color/orange, -/obj/item/clothing/neck/scarf/orange, -/obj/item/clothing/neck/tie/orange, -/obj/item/clothing/glasses/hud/diagnostic/night, -/obj/item/clothing/glasses/meson/engine/tray, -/obj/item/clothing/head/beret/eng/hazard, -/obj/structure/catwalk/over, -/obj/item/clothing/gloves/color/yellow, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/item/storage/box/stockparts/t2, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/ship/engineering) "wC" = ( -/obj/structure/table/wood, /obj/machinery/light_switch{ dir = 1; pixel_x = -8; pixel_y = -24 }, +/obj/item/radio/intercom/directional/south, /obj/effect/turf_decal/siding/wood{ - dir = 6 - }, -/obj/item/toy/plush/slimeplushie{ - pixel_x = -4; - pixel_y = 5 - }, -/obj/item/toy/cards/deck/cas, -/obj/item/toy/cards/deck/cas/black{ - pixel_x = 5 - }, -/obj/item/reagent_containers/food/drinks/coffee{ - pixel_x = 4; - pixel_y = 9 + dir = 4 }, -/obj/item/radio/intercom/directional/south, +/obj/structure/dresser, /turf/open/floor/wood/walnut, /area/ship/crew/dorm) "wF" = ( @@ -2496,7 +2563,7 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 4 }, -/obj/effect/turf_decal/spline/plain/opaque/black{ +/obj/effect/turf_decal/trimline/opaque/black/line{ dir = 1 }, /turf/open/floor/mineral/plastitanium/red, @@ -2508,15 +2575,19 @@ name = "Patient Clothing Closet"; pixel_y = -30 }, -/obj/item/clothing/gloves/color/white, -/obj/item/clothing/gloves/color/white, -/obj/item/clothing/shoes/sneakers/white, -/obj/item/clothing/shoes/sneakers/white, -/obj/item/clothing/under/color/jumpskirt/white, -/obj/item/clothing/under/color/white, /obj/effect/decal/cleanable/blood/drip, -/obj/item/clothing/mask/surgical, -/obj/item/clothing/mask/surgical, +/obj/item/clothing/under/rank/medical/gown, +/obj/item/clothing/under/rank/medical/gown, +/obj/item/clothing/under/rank/medical/gown/blue, +/obj/item/clothing/under/rank/medical/gown/blue, +/obj/item/clothing/under/rank/medical/gown/green, +/obj/item/clothing/under/rank/medical/gown/green, +/obj/item/clothing/under/rank/medical/gown/pink, +/obj/item/clothing/under/rank/medical/gown/pink, +/obj/item/clothing/shoes/sandal/slippers, +/obj/item/clothing/shoes/sandal/slippers, +/obj/item/clothing/shoes/sandal/slippers, +/obj/item/clothing/shoes/sandal/slippers, /turf/open/floor/plasteel/dark, /area/ship/medical) "xq" = ( @@ -2531,6 +2602,27 @@ /obj/effect/decal/cleanable/plasma, /turf/open/floor/plasteel/tech/techmaint, /area/ship/engineering) +"xu" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/light_switch{ + pixel_y = 22 + }, +/turf/open/floor/wood/walnut, +/area/ship/crew/office) +"xF" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/wood/walnut, +/area/ship/bridge) "xL" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/table, @@ -2550,7 +2642,7 @@ pixel_x = -5; pixel_y = 3 }, -/obj/effect/turf_decal/spline/plain/opaque/black, +/obj/effect/turf_decal/trimline/opaque/black/line, /turf/open/floor/mineral/plastitanium/red, /area/ship/hallway/central) "xN" = ( @@ -2619,18 +2711,6 @@ /obj/item/storage/toolbox/mechanical, /turf/open/floor/plasteel/tech/techmaint, /area/ship/engineering) -"yc" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/hatch{ - name = "Bridge" - }, -/turf/open/floor/plasteel/tech, -/area/ship/bridge) "yu" = ( /obj/structure/cable/yellow{ icon_state = "4-8" @@ -2666,8 +2746,19 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 9 }, +/obj/machinery/smartfridge/chemistry/preloaded{ + density = 0; + pixel_x = 32 + }, /turf/open/floor/plasteel/dark, /area/ship/medical) +"yC" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood/walnut, +/area/ship/bridge) "yV" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 10 @@ -2683,42 +2774,12 @@ /turf/open/floor/wood/walnut, /area/ship/crew/dorm) "yZ" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, +/obj/item/kirbyplants/random, /turf/open/floor/carpet/red, /area/ship/crew/canteen) "zv" = ( /turf/closed/wall/mineral/plastitanium/nodiagonal, /area/ship/hallway/central) -"zF" = ( -/obj/item/clothing/head/maidheadband/syndicate, -/obj/item/clothing/under/syndicate/skirt/maid, -/obj/item/clothing/accessory/maidapron/syndicate, -/obj/item/clothing/gloves/color/latex/nitrile/evil, -/obj/item/clothing/shoes/laceup, -/obj/item/clothing/shoes/laceup, -/obj/item/clothing/suit/toggle/lawyer/black, -/obj/item/clothing/under/rank/civilian/bartender{ - name = "butlers's uniform" - }, -/obj/item/clothing/under/suit/waiter/syndicate, -/obj/structure/closet/wall/red{ - dir = 8; - name = "Uniform Closet"; - pixel_x = 30 - }, -/obj/item/clothing/gloves/combat/maid, -/obj/item/clothing/gloves/tackler/combat/insulated, -/obj/structure/table/wood, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/item/clothing/under/rank/civilian/janitor/custodian/skirt, -/obj/item/clothing/under/rank/civilian/janitor/custodian, -/obj/machinery/light/small/directional/south, -/turf/open/floor/carpet/red, -/area/ship/crew/janitor) "zM" = ( /obj/structure/cable{ icon_state = "5-9" @@ -2738,6 +2799,19 @@ /obj/effect/decal/cleanable/glass, /turf/open/floor/plasteel/tech/techmaint, /area/ship/engineering) +"zY" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/vending/cigarette/syndicate, +/obj/effect/turf_decal/box, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/machinery/light_switch{ + pixel_y = 23; + pixel_x = 11 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/ship/hallway/central) "Ae" = ( /obj/machinery/computer/cargo/express{ dir = 8 @@ -2767,6 +2841,21 @@ }, /turf/open/floor/plasteel/tech, /area/ship/cargo) +"Ar" = ( +/obj/machinery/door/airlock/hatch{ + id_tag = "psyc"; + name = "Psychology Office" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/techfloor/hole, +/obj/effect/turf_decal/techfloor/hole/right, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel/tech, +/area/ship/crew/office) "AA" = ( /obj/structure/flora/ausbushes/ppflowers, /obj/structure/flora/ausbushes/ppflowers, @@ -2782,7 +2871,6 @@ /turf/open/floor/grass, /area/ship/hallway/central) "AD" = ( -/obj/structure/table/reinforced, /obj/machinery/door/firedoor/border_only{ dir = 1 }, @@ -2791,6 +2879,7 @@ pixel_x = -9; pixel_y = 8 }, +/obj/structure/table/wood/reinforced, /turf/open/floor/wood/walnut, /area/ship/crew/canteen/kitchen) "AH" = ( @@ -2805,6 +2894,10 @@ dir = 2; name = "Secure Med Storage" }, +/obj/item/clothing/suit/straight_jacket{ + pixel_x = 6 + }, +/obj/item/clothing/mask/muzzle, /obj/item/defibrillator/compact/loaded, /obj/machinery/vending/wallmed{ pixel_y = 30 @@ -2838,15 +2931,15 @@ /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ dir = 4 }, -/turf/open/floor/plasteel/tech, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood/walnut, /area/ship/crew/canteen) "Bq" = ( /obj/structure/chair/sofa/right{ dir = 1 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, /obj/machinery/power/apc/auto_name/directional/south, /obj/structure/cable/yellow{ icon_state = "0-4" @@ -2886,35 +2979,15 @@ /obj/machinery/smartfridge/food, /turf/closed/wall/mineral/plastitanium/nodiagonal, /area/ship/crew/canteen/kitchen) -"Ck" = ( -/obj/structure/table, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/item/storage/firstaid/o2, -/obj/item/storage/firstaid/toxin{ - pixel_x = -4; - pixel_y = 5 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/techfloor{ - dir = 1 - }, -/obj/machinery/door/window/brigdoor/northright{ - dir = 2; - name = "Secure Med Storage" - }, -/turf/open/floor/plasteel/tech, -/area/ship/medical) "Cq" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/siding/wood{ - dir = 10 - }, /obj/structure/cable/yellow{ icon_state = "1-2" }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, /turf/open/floor/wood/walnut, /area/ship/crew/dorm) "CC" = ( @@ -2946,13 +3019,6 @@ /obj/effect/decal/cleanable/blood/old, /turf/open/floor/plasteel/dark, /area/ship/medical) -"CP" = ( -/obj/effect/turf_decal/trimline/opaque/bottlegreen/filled/line{ - dir = 1 - }, -/obj/machinery/vending/hydronutrients, -/turf/open/floor/plasteel/tech, -/area/ship/crew/hydroponics) "CW" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/dark, @@ -2960,7 +3026,7 @@ "CX" = ( /obj/structure/catwalk/over, /obj/item/trash/popcorn, -/obj/effect/turf_decal/hardline_small/right, +/obj/effect/turf_decal/isf_small/right, /turf/open/floor/plating, /area/ship/engineering) "Df" = ( @@ -2998,7 +3064,8 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /obj/effect/turf_decal/trimline/opaque/blue/filled/shrink_ccw{ - dir = 1 + dir = 1; + pixel_y = 1 }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/dark, @@ -3035,9 +3102,9 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ dir = 1 }, -/obj/structure/table/reinforced, /obj/machinery/reagentgrinder/constructed, /obj/effect/turf_decal/trimline/opaque/brown/filled/line, +/obj/structure/table/wood/reinforced, /turf/open/floor/plasteel/tech, /area/ship/crew/canteen/kitchen) "Dw" = ( @@ -3053,6 +3120,9 @@ }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/effect/turf_decal/trimline/opaque/black/line{ + dir = 1 + }, /turf/open/floor/mineral/plastitanium/red, /area/ship/hallway/central) "DC" = ( @@ -3076,18 +3146,14 @@ dir = 1 }, /obj/machinery/door/firedoor/border_only, -/obj/structure/table/reinforced, /obj/item/reagent_containers/food/condiment/saltshaker, /obj/item/reagent_containers/food/condiment/peppermill{ pixel_x = 6; pixel_y = 4 }, +/obj/structure/table/wood/reinforced, /turf/open/floor/wood/walnut, /area/ship/crew/canteen/kitchen) -"DV" = ( -/obj/structure/sign/poster/contraband/syndiemoth, -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ship/crew/canteen) "DX" = ( /obj/structure/closet/wall/white/med{ name = "medical locker"; @@ -3128,40 +3194,16 @@ /obj/structure/chair/sofa{ dir = 1 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, /turf/open/floor/carpet/red, /area/ship/crew/canteen) -"Ew" = ( -/obj/docking_port/stationary{ - dwidth = 7; - width = 15; - height = 15; - dir = 8 - }, -/turf/template_noop, -/area/template_noop) "Ez" = ( -/obj/structure/chair/sofa, /obj/machinery/light/directional/north, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ dir = 4 }, +/obj/structure/chair/sofa/left, /turf/open/floor/carpet/red, /area/ship/crew/canteen) -"EA" = ( -/obj/machinery/power/apc/auto_name/directional/north, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/effect/turf_decal/siding/wood, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood/walnut, -/area/ship/crew/canteen/kitchen) "EJ" = ( /obj/machinery/power/shuttle/engine/fueled/plasma{ dir = 1 @@ -3175,15 +3217,17 @@ }, /obj/effect/decal/cleanable/dirt, /obj/structure/chair/stool/bar, -/obj/effect/turf_decal/spline/plain/opaque/black, +/obj/effect/turf_decal/trimline/opaque/black/line, /turf/open/floor/mineral/plastitanium/red, /area/ship/hallway/central) "Ff" = ( -/obj/structure/chair/sofa/right, /obj/machinery/airalarm/directional/north, /obj/effect/turf_decal/siding/wood{ dir = 8 }, +/obj/structure/chair/sofa/corner{ + dir = 4 + }, /turf/open/floor/carpet/red, /area/ship/crew/canteen) "Fh" = ( @@ -3262,6 +3306,7 @@ /obj/structure/window/reinforced{ dir = 4 }, +/obj/item/seeds/watermelon, /turf/open/floor/plasteel/tech, /area/ship/crew/hydroponics) "Fo" = ( @@ -3295,7 +3340,7 @@ }, /obj/effect/decal/cleanable/dirt, /obj/structure/extinguisher_cabinet/directional/north, -/obj/effect/turf_decal/spline/plain/opaque/black{ +/obj/effect/turf_decal/trimline/opaque/black/line{ dir = 1 }, /turf/open/floor/mineral/plastitanium/red, @@ -3339,7 +3384,7 @@ dir = 5 }, /obj/machinery/light/small/directional/west, -/obj/effect/turf_decal/spline/plain/opaque/black{ +/obj/effect/turf_decal/trimline/opaque/black/line{ dir = 9 }, /turf/open/floor/mineral/plastitanium/red, @@ -3369,7 +3414,7 @@ dir = 8 }, /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/spline/plain/opaque/black{ +/obj/effect/turf_decal/trimline/opaque/black/line{ dir = 10 }, /turf/open/floor/mineral/plastitanium/red, @@ -3384,32 +3429,12 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 8 }, -/obj/effect/turf_decal/spline/plain/opaque/black{ +/obj/effect/turf_decal/trimline/opaque/black/line{ dir = 1 }, /turf/open/floor/mineral/plastitanium/red, /area/ship/hallway/central) -"Ge" = ( -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/obj/machinery/door/airlock/external{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/obj/docking_port/mobile{ - can_move_docking_ports = 1; - launch_status = 0; - port_direction = 4; - dir = 8; - dheight = 2 - }, -/turf/open/floor/plasteel/tech, -/area/ship/engineering) "Gv" = ( -/obj/structure/table/reinforced, /obj/item/storage/box/drinkingglasses, /obj/item/storage/box/drinkingglasses{ pixel_x = 4; @@ -3433,20 +3458,24 @@ }, /obj/item/storage/bag/tray, /obj/effect/turf_decal/trimline/opaque/brown/filled/line, +/obj/structure/table/wood/reinforced, /turf/open/floor/plasteel/tech, /area/ship/crew/canteen/kitchen) "Gx" = ( -/obj/effect/turf_decal/syndicateemblem/top/left, /obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/syndicateemblem/middle/left, +/obj/effect/turf_decal/trimline/opaque/black/line{ + dir = 8 + }, /turf/open/floor/mineral/plastitanium/red, /area/ship/hallway/central) "GH" = ( -/obj/effect/turf_decal/syndicateemblem/top/middle, /obj/structure/cable/yellow{ icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/effect/turf_decal/syndicateemblem/middle/middle, /turf/open/floor/mineral/plastitanium/red, /area/ship/hallway/central) "GL" = ( @@ -3454,17 +3483,11 @@ /obj/effect/turf_decal/corner_techfloor_grid/diagonal, /turf/open/floor/plasteel/tech, /area/ship/cargo) -"GN" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood/walnut, -/area/ship/crew/office) "GZ" = ( -/obj/effect/turf_decal/syndicateemblem/top/right, +/obj/effect/turf_decal/syndicateemblem/middle/right, +/obj/effect/turf_decal/trimline/opaque/black/line{ + dir = 4 + }, /turf/open/floor/mineral/plastitanium/red, /area/ship/hallway/central) "Ho" = ( @@ -3493,16 +3516,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/tech, /area/ship/cargo) -"HP" = ( -/obj/structure/bed/dogbed, -/obj/machinery/light/directional/south, -/mob/living/simple_animal/pet/cat/Runtime{ - desc = "The captains prized cat, it seems very friendly!"; - name = "Cheri" - }, -/obj/item/toy/cattoy, -/turf/open/floor/wood/walnut, -/area/ship/bridge) "HV" = ( /obj/effect/turf_decal/industrial/outline/yellow, /obj/machinery/light/directional/west, @@ -3522,9 +3535,6 @@ /turf/closed/wall/mineral/plastitanium/nodiagonal, /area/ship/engineering) "Iw" = ( -/obj/structure/table/reinforced{ - color = "#50C878" - }, /obj/effect/turf_decal/trimline/opaque/bottlegreen/filled/line{ dir = 1 }, @@ -3539,6 +3549,7 @@ pixel_x = -7; pixel_y = 6 }, +/obj/item/seeds/chanter, /obj/item/seeds/tomato, /obj/item/reagent_containers/glass/bottle/nutrient/l4z{ pixel_x = 3; @@ -3548,6 +3559,7 @@ /obj/structure/cable/yellow{ icon_state = "0-2" }, +/obj/structure/table/wood/reinforced, /turf/open/floor/plasteel/tech, /area/ship/crew/hydroponics) "Iy" = ( @@ -3592,10 +3604,8 @@ icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/railing{ - dir = 4 - }, -/obj/structure/railing{ +/obj/structure/railing/corner, +/obj/structure/railing/corner{ dir = 8 }, /turf/open/floor/plating, @@ -3629,8 +3639,7 @@ }, /obj/effect/decal/cleanable/dirt, /obj/machinery/light/directional/north, -/obj/machinery/vending/snack/random, -/obj/effect/turf_decal/spline/plain/opaque/black{ +/obj/effect/turf_decal/trimline/opaque/black/line{ dir = 1 }, /turf/open/floor/mineral/plastitanium/red, @@ -3656,9 +3665,6 @@ /obj/effect/turf_decal/trimline/opaque/blue/filled/shrink_ccw{ dir = 4 }, -/obj/structure/sign/warning/nosmoking{ - pixel_x = 30 - }, /turf/open/floor/plasteel/dark, /area/ship/medical) "JI" = ( @@ -3698,7 +3704,6 @@ /turf/open/floor/plasteel/dark, /area/ship/medical) "JY" = ( -/obj/structure/table/reinforced, /obj/item/reagent_containers/food/drinks/modglass/small, /obj/item/reagent_containers/food/drinks/modglass/small{ pixel_x = 8; @@ -3708,6 +3713,7 @@ dir = 1 }, /obj/machinery/door/firedoor/border_only, +/obj/structure/table/wood/reinforced, /turf/open/floor/wood/walnut, /area/ship/crew/canteen/kitchen) "JZ" = ( @@ -3722,10 +3728,10 @@ "Kt" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/corner_techfloor_grid/diagonal, +/obj/item/radio/intercom/directional/west, /obj/structure/cable/yellow{ - icon_state = "1-2" + icon_state = "1-4" }, -/obj/item/radio/intercom/directional/west, /turf/open/floor/plasteel/tech, /area/ship/cargo) "Ku" = ( @@ -3817,6 +3823,8 @@ /obj/effect/spawner/lootdrop/maintenance/three, /obj/effect/decal/cleanable/plasma, /obj/effect/decal/cleanable/glass, +/obj/item/poster/random_contraband, +/obj/item/poster/random_contraband, /turf/open/floor/plasteel/tech/techmaint, /area/ship/engineering) "KS" = ( @@ -3874,54 +3882,6 @@ }, /turf/open/floor/carpet/red, /area/ship/bridge) -"Ld" = ( -/obj/structure/closet/wall/orange{ - name = "Engineering locker"; - pixel_y = 30 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/item/clothing/suit/space/syndicate/black/engie, -/obj/item/clothing/head/helmet/space/syndicate/black/engie, -/obj/item/tank/internals/oxygen, -/obj/item/extinguisher/advanced, -/obj/item/storage/toolbox/syndicate{ - name = "syndicate toolbox"; - pixel_x = -3; - pixel_y = 5 - }, -/obj/item/storage/belt/utility{ - pixel_x = 3; - pixel_y = 5 - }, -/obj/item/storage/belt/utility{ - pixel_x = 3; - pixel_y = 5 - }, -/obj/item/clothing/shoes/combat, -/obj/item/clothing/suit/hooded/wintercoat/engineering, -/obj/item/clothing/under/rank/engineering/atmospheric_technician/life_support_specialist, -/obj/item/clothing/under/rank/engineering/atmospheric_technician/life_support_specialist/skirt, -/obj/item/clothing/under/rank/engineering/engineer/maintenance_tech, -/obj/item/clothing/under/rank/engineering/engineer/maintenance_tech/skirt, -/obj/item/holosign_creator/atmos, -/obj/item/clothing/gloves/color/orange, -/obj/item/clothing/neck/scarf/orange, -/obj/item/clothing/neck/tie/orange, -/obj/item/clothing/glasses/hud/diagnostic/night, -/obj/item/clothing/glasses/meson/engine/tray, -/obj/item/clothing/head/beret/eng/hazard, -/obj/structure/catwalk/over, -/obj/item/clothing/gloves/color/yellow, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/ship/engineering) "Ll" = ( /obj/structure/flora/ausbushes/ppflowers, /obj/structure/flora/ausbushes/ppflowers, @@ -3966,8 +3926,11 @@ /turf/open/floor/carpet/red, /area/ship/crew/dorm) "Ly" = ( -/obj/effect/turf_decal/syndicateemblem/middle/left, /obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/syndicateemblem/bottom/left, +/obj/effect/turf_decal/trimline/opaque/black/line{ + dir = 8 + }, /turf/open/floor/mineral/plastitanium/red, /area/ship/hallway/central) "Lz" = ( @@ -3994,31 +3957,37 @@ /turf/open/floor/plasteel/tech/techmaint, /area/ship/engineering) "Mc" = ( -/obj/machinery/computer/operating{ - dir = 8 - }, /obj/effect/turf_decal/trimline/opaque/blue/filled/line{ dir = 4 }, +/obj/machinery/computer/operating{ + dir = 8 + }, /obj/machinery/light/directional/east, +/obj/structure/sign/warning/nosmoking{ + pixel_x = 33 + }, /turf/open/floor/plasteel/dark, /area/ship/medical) "Mv" = ( /turf/closed/wall/mineral/plastitanium, /area/ship/engineering) "Mz" = ( -/obj/effect/turf_decal/syndicateemblem/middle/middle, /obj/structure/cable/yellow{ icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/syndicateemblem/bottom/middle, /turf/open/floor/mineral/plastitanium/red, /area/ship/hallway/central) "MH" = ( -/obj/effect/turf_decal/syndicateemblem/middle/right, /obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/syndicateemblem/bottom/right, +/obj/effect/turf_decal/trimline/opaque/black/line{ + dir = 4 + }, /turf/open/floor/mineral/plastitanium/red, /area/ship/hallway/central) "MP" = ( @@ -4048,8 +4017,35 @@ /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ dir = 1 }, +/obj/structure/sign/poster/official/moth/piping{ + pixel_y = 32 + }, /turf/open/floor/plating, /area/ship/engineering) +"MU" = ( +/obj/structure/table, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/storage/firstaid/o2, +/obj/item/storage/firstaid/toxin{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/techfloor{ + dir = 1 + }, +/obj/machinery/door/window/brigdoor/northright{ + dir = 2; + name = "Secure Med Storage" + }, +/obj/item/storage/box/syringes{ + pixel_x = 3; + pixel_y = 2 + }, +/turf/open/floor/plasteel/tech, +/area/ship/medical) "MV" = ( /obj/structure/cable/yellow{ icon_state = "1-2" @@ -4085,7 +4081,7 @@ /obj/effect/turf_decal/corner_techfloor_grid/diagonal, /obj/effect/decal/cleanable/dirt, /obj/structure/cable/yellow{ - icon_state = "4-8" + icon_state = "1-4" }, /turf/open/floor/plasteel/tech, /area/ship/cargo) @@ -4108,14 +4104,6 @@ /obj/effect/turf_decal/trimline/opaque/blue/filled/line, /turf/open/floor/plasteel/tech, /area/ship/medical) -"NB" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/airalarm/directional/south, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood/walnut, -/area/ship/bridge) "NI" = ( /obj/structure/cable/yellow{ icon_state = "4-8" @@ -4129,7 +4117,7 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 4 }, -/obj/effect/turf_decal/spline/plain/opaque/black{ +/obj/effect/turf_decal/trimline/opaque/black/line{ dir = 1 }, /turf/open/floor/mineral/plastitanium/red, @@ -4163,7 +4151,6 @@ /obj/machinery/door/firedoor/border_only{ dir = 1 }, -/obj/structure/table/reinforced, /obj/item/reagent_containers/food/drinks/modglass{ pixel_x = 11; pixel_y = -1 @@ -4171,11 +4158,11 @@ /obj/structure/sign/poster/official/high_class_martini{ pixel_x = 30 }, +/obj/structure/table/wood/reinforced, /turf/open/floor/wood/walnut, /area/ship/crew/canteen/kitchen) "NS" = ( /obj/machinery/light/small/directional/east, -/obj/structure/table/reinforced, /obj/item/storage/box/drinkingglasses, /obj/item/storage/box/drinkingglasses{ pixel_x = 4; @@ -4183,6 +4170,7 @@ }, /obj/effect/turf_decal/trimline/opaque/brown/filled/line, /obj/machinery/airalarm/directional/east, +/obj/structure/table/wood/reinforced, /turf/open/floor/plasteel/tech, /area/ship/crew/canteen/kitchen) "Od" = ( @@ -4195,8 +4183,7 @@ /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ dir = 1 }, -/obj/machinery/vending/coffee, -/obj/effect/turf_decal/spline/plain/opaque/black{ +/obj/effect/turf_decal/trimline/opaque/black/line{ dir = 1 }, /turf/open/floor/mineral/plastitanium/red, @@ -4231,6 +4218,33 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/tech, /area/ship/crew/hydroponics) +"OL" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/structure/catwalk/over, +/obj/effect/decal/cleanable/plasma, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/obj/machinery/button/door{ + id = "engine"; + name = "Engine shutter control"; + pixel_x = 9; + pixel_y = 22 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/light/small/directional/north, +/turf/open/floor/plating, +/area/ship/engineering) "OV" = ( /obj/structure/cable/yellow{ icon_state = "4-8" @@ -4242,7 +4256,10 @@ dir = 4 }, /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/spline/plain/opaque/black{ +/obj/structure/sign/poster/official/moth{ + pixel_y = 31 + }, +/obj/effect/turf_decal/trimline/opaque/black/line{ dir = 1 }, /turf/open/floor/mineral/plastitanium/red, @@ -4258,7 +4275,7 @@ dir = 4 }, /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/spline/plain/opaque/black{ +/obj/effect/turf_decal/trimline/opaque/black/line{ dir = 1 }, /turf/open/floor/mineral/plastitanium/red, @@ -4293,6 +4310,25 @@ /obj/item/radio/intercom/directional/south, /turf/open/floor/plasteel/tech, /area/ship/crew/janitor) +"Pt" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/firealarm/directional/north, +/obj/effect/turf_decal/trimline/opaque/black/line{ + dir = 1 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/ship/hallway/central) "PM" = ( /obj/structure/chair/comfy/shuttle{ dir = 4; @@ -4301,12 +4337,21 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood/walnut, /area/ship/bridge) +"PP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/hatch{ + dir = 4; + name = "Bathroom" + }, +/obj/effect/turf_decal/techfloor/hole/right, +/obj/effect/turf_decal/techfloor/hole, +/turf/open/floor/plasteel/tech, +/area/ship/crew/dorm) "PU" = ( -/obj/machinery/space_heater, +/obj/machinery/portable_atmospherics/canister/oxygen, /turf/open/floor/plasteel/tech/techmaint, /area/ship/engineering) "PV" = ( -/obj/effect/turf_decal/syndicateemblem/bottom/left, /obj/structure/cable/yellow{ icon_state = "4-8" }, @@ -4317,6 +4362,9 @@ dir = 4 }, /obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/opaque/black/line{ + dir = 10 + }, /turf/open/floor/mineral/plastitanium/red, /area/ship/hallway/central) "PX" = ( @@ -4328,7 +4376,6 @@ /turf/open/floor/plasteel/tech/techmaint, /area/ship/engineering) "Qd" = ( -/obj/effect/turf_decal/syndicateemblem/bottom/middle, /obj/structure/cable/yellow{ icon_state = "4-8" }, @@ -4338,10 +4385,10 @@ /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, /obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/opaque/black/line, /turf/open/floor/mineral/plastitanium/red, /area/ship/hallway/central) "Qj" = ( -/obj/effect/turf_decal/syndicateemblem/bottom/right, /obj/structure/cable/yellow{ icon_state = "4-8" }, @@ -4352,6 +4399,9 @@ dir = 4 }, /obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/opaque/black/line{ + dir = 6 + }, /turf/open/floor/mineral/plastitanium/red, /area/ship/hallway/central) "Qm" = ( @@ -4364,7 +4414,7 @@ /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ dir = 1 }, -/obj/effect/turf_decal/spline/plain/opaque/black{ +/obj/effect/turf_decal/trimline/opaque/black/line{ dir = 1 }, /turf/open/floor/mineral/plastitanium/red, @@ -4402,29 +4452,20 @@ /obj/structure/catwalk/over, /obj/effect/decal/cleanable/glass, /obj/machinery/door/airlock/hatch{ - name = "Engineering" + name = "Engineering"; + req_access_txt = "10" }, /obj/machinery/door/firedoor, /turf/open/floor/plating, /area/ship/engineering) -"QS" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/vending/cigarette/syndicate, -/obj/effect/turf_decal/spline/plain/opaque/black{ - dir = 1 - }, +"QN" = ( +/obj/machinery/airalarm/directional/north, +/obj/machinery/vending/snack/random, +/obj/effect/turf_decal/box, +/obj/machinery/light/directional/west, /turf/open/floor/mineral/plastitanium/red, /area/ship/hallway/central) "QV" = ( -/obj/machinery/smartfridge/chemistry/preloaded, /turf/closed/wall/r_wall/syndicate, /area/ship/medical) "Rg" = ( @@ -4442,10 +4483,26 @@ }, /turf/open/floor/plating, /area/ship/engineering) +"Ri" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/opaque/black/line{ + dir = 1 + }, +/obj/machinery/light/directional/north, +/turf/open/floor/mineral/plastitanium/red, +/area/ship/hallway/central) "RF" = ( -/obj/structure/table/reinforced, /obj/machinery/microwave, /obj/effect/turf_decal/trimline/opaque/brown/filled/line, +/obj/structure/table/wood/reinforced, /turf/open/floor/plasteel/tech, /area/ship/crew/canteen/kitchen) "RL" = ( @@ -4492,6 +4549,31 @@ /obj/effect/turf_decal/corner_techfloor_grid/diagonal, /turf/open/floor/plasteel/tech, /area/ship/cargo) +"Sy" = ( +/obj/item/clothing/head/maidheadband/syndicate, +/obj/item/clothing/under/syndicate/skirt/maid, +/obj/item/clothing/accessory/maidapron/syndicate, +/obj/item/clothing/gloves/color/latex/nitrile/evil, +/obj/item/clothing/shoes/laceup, +/obj/item/clothing/shoes/laceup, +/obj/item/clothing/suit/toggle/lawyer/black, +/obj/item/clothing/under/rank/civilian/bartender{ + name = "butlers's uniform" + }, +/obj/item/clothing/under/suit/waiter/syndicate, +/obj/structure/closet/wall/red{ + dir = 8; + name = "Uniform Closet"; + pixel_x = 30 + }, +/obj/item/clothing/gloves/combat/maid, +/obj/structure/table/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/carpet/red, +/area/ship/crew/janitor) "SF" = ( /turf/closed/wall/mineral/plastitanium, /area/ship/cargo) @@ -4516,6 +4598,43 @@ /obj/machinery/airalarm/directional/east, /turf/open/floor/plasteel/tech, /area/ship/cargo) +"Td" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/structure/rack, +/obj/effect/spawner/lootdrop/costume, +/obj/effect/spawner/lootdrop/costume, +/obj/effect/spawner/lootdrop/maintenance/three, +/obj/effect/turf_decal/corner_techfloor_grid/diagonal{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_y = 23; + pixel_x = 11 + }, +/turf/open/floor/plasteel/tech, +/area/ship/cargo) +"Te" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/machinery/cryopod{ + dir = 4 + }, +/obj/machinery/computer/cryopod/directional/west, +/obj/machinery/light_switch{ + pixel_x = 11; + pixel_y = 23 + }, +/turf/open/floor/wood/walnut, +/area/ship/crew/dorm) "Tf" = ( /obj/structure/sign/departments/restroom, /turf/closed/wall/mineral/plastitanium/nodiagonal, @@ -4570,8 +4689,6 @@ /obj/item/storage/bag/chemistry, /obj/item/clothing/suit/longcoat/chemist, /obj/item/clothing/suit/toggle/labcoat/chemist, -/obj/item/clothing/under/rank/medical/chemist, -/obj/item/clothing/under/rank/medical/chemist/skirt, /obj/item/clothing/shoes/combat, /obj/item/clothing/shoes/combat, /obj/item/clothing/gloves/color/latex, @@ -4595,22 +4712,11 @@ /turf/open/floor/plasteel/tech, /area/ship/medical) "Tw" = ( +/obj/machinery/vending/snack/random, +/obj/effect/turf_decal/box, /obj/structure/cable/yellow{ icon_state = "1-2" }, -/obj/item/clothing/under/syndicate, -/obj/item/clothing/under/syndicate/skirt, -/obj/item/storage/fancy/cigarettes/cigpack_syndicate, -/obj/structure/closet/syndicate{ - desc = "It's a basic storage unit."; - name = "uniform closet" - }, -/obj/item/clothing/gloves/combat, -/obj/item/clothing/shoes/combat, -/obj/item/ammo_box/magazine/m10mm, -/obj/item/ammo_box/magazine/m10mm, -/obj/item/gun/ballistic/automatic/pistol, -/obj/effect/turf_decal/industrial/warning/full, /turf/open/floor/mineral/plastitanium/red, /area/ship/hallway/central) "TE" = ( @@ -4652,19 +4758,6 @@ "TS" = ( /turf/closed/wall/mineral/plastitanium/nodiagonal, /area/ship/medical) -"Uh" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/catwalk/over, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/engineering) "Ul" = ( /obj/effect/turf_decal/trimline/opaque/blue/filled/shrink_cw{ dir = 1 @@ -4695,6 +4788,9 @@ /obj/effect/turf_decal/corner_techfloor_grid/diagonal{ dir = 4 }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, /turf/open/floor/plasteel/tech, /area/ship/cargo) "Uo" = ( @@ -4710,7 +4806,15 @@ /area/ship/crew/hydroponics) "Us" = ( /obj/machinery/light/directional/south, -/obj/item/kirbyplants/random, +/obj/item/gun/ballistic/automatic/pistol, +/obj/item/ammo_box/magazine/m10mm, +/obj/item/ammo_box/magazine/m10mm, +/obj/item/kitchen/knife/combat/survival, +/obj/item/kitchen/knife/combat/survival, +/obj/structure/closet/secure_closet/wall{ + dir = 8; + pixel_x = 32 + }, /turf/open/floor/wood/walnut, /area/ship/bridge) "Uu" = ( @@ -4725,6 +4829,7 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 8 }, +/obj/item/seeds/potato, /turf/open/floor/plasteel/tech, /area/ship/crew/hydroponics) "UH" = ( @@ -4746,16 +4851,6 @@ }, /turf/open/floor/plasteel/tech, /area/ship/medical) -"UI" = ( -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/wood/walnut, -/area/ship/bridge) "UN" = ( /obj/effect/turf_decal/corner_techfloor_grid/diagonal, /obj/effect/turf_decal/techfloor/orange/corner{ @@ -4825,6 +4920,9 @@ /obj/effect/turf_decal/corner_techfloor_grid/diagonal, /obj/structure/tank_dispenser/oxygen, /obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/aclf{ + pixel_x = 32 + }, /turf/open/floor/plasteel/tech, /area/ship/cargo) "Vz" = ( @@ -4854,7 +4952,7 @@ /area/ship/engineering) "VF" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/spline/plain/opaque/black, +/obj/effect/turf_decal/trimline/opaque/black/line, /turf/open/floor/mineral/plastitanium/red, /area/ship/hallway/central) "VG" = ( @@ -4892,6 +4990,7 @@ /obj/item/clothing/head/helmet/space/syndicate/black/med, /obj/item/clothing/suit/space/syndicate/black/med, /obj/structure/extinguisher_cabinet/directional/west, +/obj/item/clothing/mask/gas/syndicate, /turf/open/floor/plasteel/tech, /area/ship/cargo) "Wc" = ( @@ -4958,21 +5057,6 @@ /obj/effect/decal/cleanable/glass, /turf/open/floor/plasteel/tech/techmaint, /area/ship/engineering) -"WC" = ( -/obj/structure/chair/sofa/left, -/obj/machinery/light_switch{ - pixel_x = -10; - pixel_y = 26 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/item/radio/intercom/directional/north{ - pixel_y = 31; - pixel_x = 5 - }, -/turf/open/floor/carpet/red, -/area/ship/crew/canteen) "WE" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 4 @@ -5015,9 +5099,36 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/spline/plain/opaque/black, +/obj/effect/turf_decal/trimline/opaque/black/line, /turf/open/floor/mineral/plastitanium/red, /area/ship/hallway/central) +"WN" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/structure/table/wood/reinforced, +/obj/item/lighter/clockwork{ + pixel_x = 8; + pixel_y = 1 + }, +/obj/machinery/button/door{ + id = "aegis_bridge"; + name = "Door Bolt Control"; + normaldoorcontrol = 1; + pixel_x = -6; + pixel_y = 6; + specialfunctions = 4 + }, +/obj/machinery/button/door{ + id = "aegis_bridge"; + name = "Door Control"; + normaldoorcontrol = 1; + pixel_x = 6; + pixel_y = 6 + }, +/turf/open/floor/carpet/red, +/area/ship/bridge) "WQ" = ( /turf/closed/wall/mineral/plastitanium/nodiagonal, /area/ship/crew/office) @@ -5026,8 +5137,8 @@ dir = 1 }, /obj/machinery/door/firedoor/border_only, -/obj/structure/table/reinforced, /obj/item/reagent_containers/food/condiment/saltshaker, +/obj/structure/table/wood/reinforced, /turf/open/floor/wood/walnut, /area/ship/crew/canteen/kitchen) "Xb" = ( @@ -5137,10 +5248,6 @@ /area/ship/crew/canteen/kitchen) "XZ" = ( /obj/structure/extinguisher_cabinet/directional/north, -/obj/item/kirbyplants/random, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 4 }, @@ -5187,7 +5294,6 @@ /turf/open/floor/plasteel/tech, /area/ship/crew/hydroponics) "YI" = ( -/obj/structure/table/reinforced, /obj/item/storage/cans/sixbeer, /obj/item/reagent_containers/food/snacks/meat/slab, /obj/item/reagent_containers/food/snacks/meat/slab, @@ -5207,6 +5313,7 @@ pixel_y = -30 }, /obj/effect/turf_decal/trimline/opaque/brown/filled/line, +/obj/structure/table/wood/reinforced, /turf/open/floor/plasteel/tech, /area/ship/crew/canteen/kitchen) "YL" = ( @@ -5216,7 +5323,7 @@ /obj/structure/cable/yellow{ icon_state = "1-2" }, -/obj/effect/turf_decal/spline/plain/opaque/black{ +/obj/effect/turf_decal/trimline/opaque/black/line{ dir = 6 }, /turf/open/floor/mineral/plastitanium/red, @@ -5270,27 +5377,11 @@ }, /turf/open/floor/plasteel/tech, /area/ship/cargo) -"Zk" = ( -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/structure/rack, -/obj/effect/spawner/lootdrop/costume, -/obj/effect/spawner/lootdrop/costume, -/obj/effect/spawner/lootdrop/maintenance/three, -/obj/effect/turf_decal/corner_techfloor_grid/diagonal{ - dir = 4 - }, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) "Zu" = ( /obj/effect/turf_decal/siding/wood/corner, /obj/effect/turf_decal/siding/wood{ dir = 8 }, -/obj/effect/decal/cleanable/dirt, /turf/open/floor/wood/walnut, /area/ship/crew/dorm) "ZB" = ( @@ -5375,7 +5466,7 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 4 }, -/obj/effect/turf_decal/spline/plain/opaque/black{ +/obj/effect/turf_decal/trimline/opaque/black/line{ dir = 1 }, /turf/open/floor/mineral/plastitanium/red, @@ -5398,7 +5489,7 @@ wk wk wk wk -Ew +fw wk wk wk @@ -5493,7 +5584,7 @@ es xO go qM -DV +hl Ez iO Ee @@ -5528,12 +5619,12 @@ md gU Lu hl -WC +tU jF Bq hl aP -Zk +Td Ho bc Vy @@ -5557,8 +5648,8 @@ Ss xO xO md -fY -dI +PP +md cr XX hl @@ -5590,7 +5681,7 @@ Ss xO xO xO -hx +Te bx cc yV @@ -5604,7 +5695,7 @@ ny jJ jJ jJ -jJ +dI FU Ga Xk @@ -5744,7 +5835,7 @@ zv Jg VF KS -CP +YA YX aQ It @@ -5782,7 +5873,7 @@ Xk TE Ch It -Ld +pI zV UN It @@ -5808,7 +5899,7 @@ wk wk wk wk -nz +zv OV qt WX @@ -5816,7 +5907,7 @@ vh ZU gB It -wu +vs yb mt Mb @@ -5836,7 +5927,7 @@ gq uM fH jW -oh +kI uM gq wk @@ -5871,12 +5962,12 @@ ag hR tJ hR -HP +dw uM JZ zv -fb -bC +QN +vA ZY qt jp @@ -5904,11 +5995,11 @@ gW rT hR FY -nK -UI -uM -te -te +WN +xF +gW +tW +uo Gx Ly PV @@ -5940,19 +6031,19 @@ gS ku oB ZW -yc -Dx +gA Dx +nz GH Mz Qd xL VT -EA +mV mK Uu It -ss +OL IH Lt bt @@ -5973,9 +6064,9 @@ uc hR Lc aJ -NB -uM -te +yC +gW +hA te GZ MH @@ -6011,7 +6102,7 @@ Us uM JZ zv -bX +zY Tw xf qt @@ -6019,7 +6110,7 @@ bD Xr mA jh -hA +It MS lx wM @@ -6053,7 +6144,7 @@ JY dg mA hz -uo +It bs zM It @@ -6115,7 +6206,7 @@ wk wk wk zv -Gc +Ri VF VT VT @@ -6149,7 +6240,7 @@ wk wk JZ zv -cO +Pt WL RS pl @@ -6183,7 +6274,7 @@ wk JZ zv sm -QS +ZY VF zv WQ @@ -6219,8 +6310,8 @@ Wc MP jf YL -qf -GN +Ar +by Pe qX It @@ -6233,7 +6324,7 @@ wk "} (26,1,1) = {" kj -fg +rf hr kj KP @@ -6255,10 +6346,10 @@ Tf sk zv WQ -cL +xu KM WQ -Uh +oP re Qt It @@ -6270,8 +6361,8 @@ dZ kj kj kj -kO -zF +aE +Sy Fo mC db @@ -6279,7 +6370,7 @@ eN hZ cQ Vq -tW +Bh kf xh TS @@ -6344,7 +6435,7 @@ Fo Fo ei Fo -Ck +MU hM To Bh @@ -6394,7 +6485,7 @@ Lz Os LN WQ -Ge +gE It wk wk @@ -6411,7 +6502,7 @@ TS TS TS Tt -rg +ck Dw Nv FB diff --git a/_maps/shuttles/shiptest/syndicate_cybersun_kansatsu.dmm b/_maps/shuttles/shiptest/syndicate_cybersun_kansatsu.dmm index 7fd8d6168389..d6b4fcd4a79a 100644 --- a/_maps/shuttles/shiptest/syndicate_cybersun_kansatsu.dmm +++ b/_maps/shuttles/shiptest/syndicate_cybersun_kansatsu.dmm @@ -131,6 +131,9 @@ /obj/effect/turf_decal/trimline/opaque/bar/filled/warning{ dir = 4 }, +/obj/machinery/light_switch{ + pixel_y = 22 + }, /turf/open/floor/plasteel/white, /area/ship/engineering) "cZ" = ( @@ -172,7 +175,7 @@ /obj/item/modular_computer/tablet/preset/advanced, /obj/item/modular_computer/tablet/preset/advanced, /obj/item/paper{ - info = "Congratulations on your purchase of Cybersun G-1010 Long Range Communication Tables (Chat client installed seperately)" + default_raw_text = "Congratulations on your purchase of Cybersun G-1010 Long Range Communication Tables (Chat client installed seperately)" }, /turf/open/floor/plasteel/tech/grid, /area/ship/cargo) @@ -351,6 +354,10 @@ /obj/machinery/camera/autoname{ dir = 8 }, +/obj/machinery/light_switch{ + pixel_y = 23; + pixel_x = -12 + }, /turf/open/floor/plasteel/dark, /area/ship/crew) "iL" = ( @@ -567,6 +574,9 @@ /obj/effect/turf_decal/trimline/opaque/bar/filled/warning{ dir = 8 }, +/obj/machinery/light_switch{ + pixel_y = 22 + }, /turf/open/floor/plasteel/white, /area/ship/hallway/central) "nO" = ( @@ -597,7 +607,7 @@ /turf/open/floor/plasteel/tech, /area/ship/crew/dorm) "pa" = ( -/obj/machinery/photocopier/faxmachine/longrange, +/obj/machinery/fax, /obj/item/toy/figure/detective{ name = "Intel Buddy"; pixel_x = 5; @@ -723,6 +733,10 @@ /obj/machinery/door/window{ dir = 4 }, +/obj/machinery/light_switch{ + pixel_y = 22; + pixel_x = -11 + }, /turf/open/floor/plasteel/dark, /area/ship/crew/office) "qS" = ( @@ -943,6 +957,11 @@ pixel_x = -9; pixel_y = -3 }, +/obj/machinery/light_switch{ + pixel_x = -20; + pixel_y = 12; + dir = 4 + }, /turf/open/floor/plasteel/mono/dark, /area/ship/bridge) "xf" = ( @@ -1089,6 +1108,11 @@ dir = 1 }, /obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light_switch{ + pixel_y = -20; + dir = 1; + pixel_x = 6 + }, /turf/open/floor/plasteel/tech/techmaint, /area/ship/cargo) "zY" = ( @@ -1145,6 +1169,10 @@ icon_state = "0-8" }, /obj/item/radio/intercom/directional/north, +/obj/machinery/light_switch{ + pixel_y = 23; + pixel_x = -12 + }, /turf/open/floor/plasteel/tech/grid, /area/ship/crew/dorm) "CR" = ( @@ -1799,7 +1827,7 @@ /obj/item/reagent_containers/pill/cyanide, /obj/item/reagent_containers/pill/cyanide, /obj/item/paper/crumpled{ - info = "Hand this stuff out to the field agents. They'll have a blast." + default_raw_text = "Hand this stuff out to the field agents. They'll have a blast." }, /obj/item/clothing/mask/chameleon, /obj/item/card/id/syndicate/anyone, diff --git a/_maps/shuttles/shiptest/syndicate_gec_lugol.dmm b/_maps/shuttles/shiptest/syndicate_gec_lugol.dmm index ca80c0b15f51..04e7a8d4b46c 100644 --- a/_maps/shuttles/shiptest/syndicate_gec_lugol.dmm +++ b/_maps/shuttles/shiptest/syndicate_gec_lugol.dmm @@ -1174,6 +1174,11 @@ }, /obj/machinery/power/apc/auto_name/directional/east, /obj/structure/cable, +/obj/machinery/light_switch{ + pixel_y = 11; + dir = 8; + pixel_x = 20 + }, /turf/open/floor/plasteel/tech, /area/ship/crew/dorm) "kD" = ( @@ -2187,6 +2192,16 @@ }, /turf/open/floor/plasteel/tech/grid, /area/ship/engineering/atmospherics) +"up" = ( +/obj/structure/catwalk/over/plated_catwalk/white{ + color = "#4c535b" + }, +/obj/machinery/light_switch{ + pixel_y = 22; + pixel_x = -12 + }, +/turf/open/floor/plating/airless, +/area/ship/construction) "ut" = ( /obj/structure/catwalk/over/plated_catwalk/white{ color = "#4c535b" @@ -2408,6 +2423,15 @@ }, /turf/open/floor/plating, /area/ship/engineering/atmospherics) +"vF" = ( +/obj/effect/turf_decal/corner/transparent/bar/diagonal, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light_switch{ + pixel_y = 22; + pixel_x = -12 + }, +/turf/open/floor/plasteel, +/area/ship/crew/canteen) "vH" = ( /obj/structure/window/plasma/reinforced/plastitanium, /obj/structure/grille, @@ -2744,6 +2768,10 @@ /obj/structure/railing{ dir = 4 }, +/obj/machinery/light_switch{ + pixel_y = 22; + pixel_x = -12 + }, /turf/open/floor/plasteel/tech, /area/ship/bridge) "yn" = ( @@ -5269,15 +5297,15 @@ /area/ship/construction) "Sr" = ( /obj/machinery/firealarm/directional/north, -/obj/machinery/light_switch{ - dir = 8; - pixel_x = 27; - pixel_y = -5 - }, /obj/item/kirbyplants{ icon_state = "plant-03"; pixel_y = 5 }, +/obj/machinery/light_switch{ + pixel_y = 11; + dir = 8; + pixel_x = 20 + }, /turf/open/floor/plasteel/tech/grid, /area/ship/engineering) "Sx" = ( @@ -5578,7 +5606,7 @@ dir = 4 }, /obj/item/paper{ - info = "Engineers are advised against constructing singularities and teslas aboard the GEC Engineering Project. Field generators are liable to fail when the vessel docks and undocks - the results of such an event being catastrophic, should a singularity or tesla be kept inside.

    In the event of a singuloose, or a tesloose, crew should fling themselves out of the nearest airlock, in the hopes that their corpse is discovered in the future.

    Have a safe day, GEC management."; + default_raw_text = "Engineers are advised against constructing singularities and teslas aboard the GEC Engineering Project. Field generators are liable to fail when the vessel docks and undocks - the results of such an event being catastrophic, should a singularity or tesla be kept inside.

    In the event of a singuloose, or a tesloose, crew should fling themselves out of the nearest airlock, in the hopes that their corpse is discovered in the future.

    Have a safe day, GEC management."; name = "Warning" }, /turf/open/floor/plating/airless, @@ -5760,6 +5788,10 @@ /turf/open/floor/engine/o2, /area/ship/engineering/atmospherics) "VL" = ( +/obj/machinery/light_switch{ + pixel_y = 22; + pixel_x = -12 + }, /turf/open/floor/plasteel/tech, /area/ship/cargo) "Wb" = ( @@ -6651,7 +6683,7 @@ Qs lL lL lL -Os +vF HW oF lL @@ -7175,7 +7207,7 @@ Qs vQ Qs rg -Ls +up ia ia ia diff --git a/_maps/shuttles/shiptest/syndicate_gorlex_hyena.dmm b/_maps/shuttles/shiptest/syndicate_gorlex_hyena.dmm index 42a5ef16fc05..98d65bc0b7da 100644 --- a/_maps/shuttles/shiptest/syndicate_gorlex_hyena.dmm +++ b/_maps/shuttles/shiptest/syndicate_gorlex_hyena.dmm @@ -161,7 +161,6 @@ /turf/open/floor/plating, /area/ship/storage) "cV" = ( -/obj/machinery/light/directional/north, /obj/structure/cable{ icon_state = "0-8" }, @@ -176,6 +175,10 @@ /obj/effect/turf_decal/trimline/opaque/red/filled/corner{ dir = 1 }, +/obj/machinery/light_switch{ + pixel_y = 23; + pixel_x = -12 + }, /turf/open/floor/plasteel/tech, /area/ship/cargo) "dh" = ( @@ -564,6 +567,7 @@ /obj/structure/closet/crate/medical, /obj/item/bodybag, /obj/item/storage/firstaid/regular, +/obj/machinery/light/directional/north, /turf/open/floor/plasteel/mono/dark, /area/ship/cargo) "kM" = ( @@ -587,6 +591,7 @@ /obj/structure/closet/crate/freezer, /obj/machinery/airalarm/directional/west, /obj/item/reagent_containers/blood/random, +/obj/machinery/light/directional/north, /turf/open/floor/plasteel/mono/dark, /area/ship/cargo) "lt" = ( @@ -1041,6 +1046,11 @@ /obj/item/clothing/head/soft/yellow, /obj/structure/cable, /obj/machinery/power/apc/auto_name/directional/south, +/obj/machinery/light_switch{ + dir = 1; + pixel_y = -16; + pixel_x = -12 + }, /turf/open/floor/plasteel/tech/grid, /area/ship/storage) "rM" = ( @@ -1275,6 +1285,11 @@ /obj/effect/turf_decal/industrial/fire{ dir = 8 }, +/obj/machinery/light_switch{ + dir = 1; + pixel_y = -16; + pixel_x = -12 + }, /turf/open/floor/plasteel/tech/grid, /area/ship/maintenance/port) "vN" = ( @@ -1749,6 +1764,10 @@ dir = 4 }, /obj/machinery/light/small/directional/north, +/obj/machinery/light_switch{ + pixel_y = 22; + pixel_x = 7 + }, /turf/open/floor/plasteel/tech, /area/ship/maintenance/starboard) "DW" = ( @@ -1844,6 +1863,11 @@ /obj/structure/cable{ icon_state = "0-8" }, +/obj/machinery/light_switch{ + dir = 1; + pixel_y = -16; + pixel_x = -12 + }, /turf/open/floor/plasteel/dark, /area/ship/bridge) "Fr" = ( @@ -1934,6 +1958,11 @@ }, /obj/effect/decal/cleanable/dirt/dust, /obj/item/radio/intercom/directional/north, +/obj/machinery/light_switch{ + pixel_x = -20; + pixel_y = 12; + dir = 4 + }, /turf/open/floor/carpet/red, /area/ship/crew) "Gm" = ( @@ -2521,7 +2550,7 @@ pixel_x = 11; pixel_y = -3 }, -/obj/machinery/photocopier/faxmachine/longrange, +/obj/machinery/fax, /obj/effect/decal/cleanable/dirt/dust, /obj/effect/turf_decal/borderfloorblack{ dir = 1 @@ -2831,6 +2860,11 @@ /obj/structure/cable, /obj/machinery/power/apc/auto_name/directional/south, /obj/effect/turf_decal/trimline/opaque/red/filled/corner, +/obj/machinery/light_switch{ + dir = 1; + pixel_y = -16; + pixel_x = -12 + }, /turf/open/floor/plasteel/tech, /area/ship/hallway/central) "Ui" = ( @@ -3094,6 +3128,10 @@ pixel_y = 23; req_access = null }, +/obj/machinery/light_switch{ + pixel_y = 23; + pixel_x = -12 + }, /turf/open/floor/mineral/plastitanium, /area/ship/security/armory) "XU" = ( @@ -3224,6 +3262,11 @@ /obj/effect/turf_decal/borderfloorblack{ dir = 4 }, +/obj/machinery/light_switch{ + dir = 1; + pixel_x = -10; + pixel_y = -19 + }, /turf/open/floor/plasteel/tech/grid, /area/ship/cargo/office) "ZM" = ( diff --git a/_maps/shuttles/shiptest/syndicate_gorlex_komodo.dmm b/_maps/shuttles/shiptest/syndicate_gorlex_komodo.dmm index 291ab059348c..10558626c75d 100644 --- a/_maps/shuttles/shiptest/syndicate_gorlex_komodo.dmm +++ b/_maps/shuttles/shiptest/syndicate_gorlex_komodo.dmm @@ -167,6 +167,10 @@ }, /obj/effect/decal/cleanable/dirt/dust, /obj/machinery/firealarm/directional/west, +/obj/machinery/light_switch{ + pixel_x = -13; + pixel_y = 22 + }, /turf/open/floor/holofloor/wood, /area/ship/crew/dorm) "bs" = ( @@ -545,6 +549,11 @@ /obj/effect/decal/cleanable/cobweb, /obj/item/blackbox, /obj/item/storage/toolbox/infiltrator, +/obj/machinery/light_switch{ + dir = 1; + pixel_x = -10; + pixel_y = -19 + }, /turf/open/floor/engine, /area/ship/bridge) "eX" = ( @@ -988,10 +997,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 6 }, -/obj/machinery/light_switch{ - pixel_x = -10; - pixel_y = 26 - }, /turf/open/floor/plasteel/dark, /area/ship/bridge) "jp" = ( @@ -1807,6 +1812,11 @@ /obj/structure/cable{ icon_state = "0-2" }, +/obj/machinery/light_switch{ + pixel_x = -20; + pixel_y = 12; + dir = 4 + }, /turf/open/floor/mineral/plastitanium, /area/ship/crew/canteen) "rv" = ( @@ -1847,6 +1857,12 @@ /obj/machinery/firealarm/directional/west, /turf/open/floor/mineral/plastitanium/red, /area/ship/hallway/central) +"rS" = ( +/obj/machinery/porta_turret/ship/ballistic{ + dir = 5 + }, +/turf/closed/wall/mineral/plastitanium, +/area/ship/bridge) "sb" = ( /obj/structure/closet/toolcloset, /obj/structure/railing{ @@ -1948,6 +1964,12 @@ }, /turf/open/floor/plasteel/dark, /area/ship/bridge) +"td" = ( +/obj/machinery/porta_turret/ship/ballistic{ + dir = 9 + }, +/turf/closed/wall/mineral/plastitanium, +/area/ship/bridge) "tf" = ( /turf/closed/wall/mineral/plastitanium, /area/ship/security/armory) @@ -2199,6 +2221,11 @@ /obj/effect/turf_decal/techfloor, /obj/machinery/power/apc/auto_name/directional/south, /obj/structure/cable, +/obj/machinery/light_switch{ + dir = 1; + pixel_x = -12; + pixel_y = -16 + }, /turf/open/floor/plasteel/telecomms_floor, /area/ship/maintenance/starboard) "vq" = ( @@ -2300,6 +2327,10 @@ /obj/machinery/suit_storage_unit/inherit, /obj/item/clothing/mask/breath, /obj/item/clothing/suit/space/hardsuit/syndi/scarlet, +/obj/machinery/light_switch{ + pixel_x = -13; + pixel_y = 22 + }, /turf/open/floor/mineral/plastitanium, /area/ship/security/armory) "vT" = ( @@ -2627,6 +2658,11 @@ /obj/effect/turf_decal/techfloor, /obj/machinery/power/apc/auto_name/directional/south, /obj/structure/cable, +/obj/machinery/light_switch{ + dir = 1; + pixel_x = -12; + pixel_y = -16 + }, /turf/open/floor/plasteel/telecomms_floor, /area/ship/maintenance/port) "As" = ( @@ -2801,6 +2837,10 @@ /obj/structure/cable{ icon_state = "0-2" }, +/obj/machinery/light_switch{ + pixel_x = -13; + pixel_y = 22 + }, /turf/open/floor/plasteel/dark, /area/ship/bridge) "BW" = ( @@ -2809,10 +2849,6 @@ name = "tactical chair" }, /obj/effect/decal/cleanable/dirt/dust, -/obj/item/radio/intercom/directional/north{ - pixel_x = 4; - pixel_y = 24 - }, /obj/machinery/light_switch{ pixel_x = -10; pixel_y = 26 @@ -2820,6 +2856,10 @@ /obj/effect/turf_decal/techfloor{ dir = 1 }, +/obj/item/radio/intercom/directional/north{ + pixel_y = 31; + pixel_x = 3 + }, /turf/open/floor/mineral/plastitanium, /area/ship/hallway/central) "Ca" = ( @@ -3280,6 +3320,12 @@ }, /turf/open/floor/plating, /area/ship/maintenance/port) +"FY" = ( +/obj/machinery/porta_turret/ship/ballistic{ + dir = 4 + }, +/turf/closed/wall/mineral/plastitanium, +/area/ship/bridge) "Gl" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/structure/railing{ @@ -4185,7 +4231,9 @@ /turf/open/floor/mineral/plastitanium/red, /area/ship/hallway/central) "OP" = ( -/obj/machinery/porta_turret/ship/ballistic, +/obj/machinery/porta_turret/ship/ballistic{ + dir = 10 + }, /turf/closed/wall/mineral/plastitanium, /area/ship/bridge) "OQ" = ( @@ -4260,6 +4308,10 @@ pixel_y = -2 }, /obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light_switch{ + pixel_x = -13; + pixel_y = 22 + }, /turf/open/floor/mineral/plastitanium, /area/ship/hallway/aft) "Pv" = ( @@ -4387,6 +4439,12 @@ /obj/structure/closet/crate/freezer/blood, /turf/open/floor/pod/dark, /area/ship/medical) +"Rp" = ( +/obj/machinery/porta_turret/ship/ballistic{ + dir = 6 + }, +/turf/closed/wall/mineral/plastitanium, +/area/ship/bridge) "Rz" = ( /obj/structure/table/reinforced, /obj/effect/decal/cleanable/dirt/dust, @@ -4943,6 +5001,10 @@ /obj/structure/cable{ icon_state = "0-2" }, +/obj/machinery/light_switch{ + pixel_x = -13; + pixel_y = 22 + }, /turf/open/floor/mineral/plastitanium/red, /area/ship/hallway/central) "WA" = ( @@ -4951,7 +5013,7 @@ pixel_x = -4; pixel_y = 5 }, -/obj/machinery/photocopier/faxmachine/longrange{ +/obj/machinery/fax{ pixel_x = 4; pixel_y = 0 }, @@ -5111,6 +5173,12 @@ }, /turf/open/floor/mineral/plastitanium, /area/ship/medical) +"XE" = ( +/obj/machinery/porta_turret/ship/ballistic{ + dir = 8 + }, +/turf/closed/wall/mineral/plastitanium, +/area/ship/bridge) "XF" = ( /obj/machinery/power/terminal, /obj/structure/cable{ @@ -5355,7 +5423,7 @@ CM CM CM CM -OP +td gN gN gN @@ -5375,14 +5443,14 @@ CM CM CM CM -OP +XE Vk Vk Rk jr Yl Mb -OP +XE CM CM CM @@ -5416,7 +5484,7 @@ Aj Aj ti ti -OP +XE lu lu Ep @@ -5833,7 +5901,7 @@ uR lV sq hY -OP +Rp "} (13,1,1) = {" CM @@ -6032,7 +6100,7 @@ TR TR CM CM -OP +FY lu lu gE @@ -6059,7 +6127,7 @@ CM CM CM CM -OP +rS OQ OQ OQ @@ -6067,7 +6135,7 @@ OQ OQ OQ OQ -OP +Rp CM CM CM @@ -6079,7 +6147,7 @@ CM CM CM CM -OP +FY tf tf tf @@ -6087,7 +6155,7 @@ tf gE io io -OP +FY CM CM CM @@ -6095,7 +6163,7 @@ hY hY hY hY -OP +Rp CM CM "} diff --git a/_maps/shuttles/shiptest/syndicate_luxembourg.dmm b/_maps/shuttles/shiptest/syndicate_luxembourg.dmm index 214eea2fc157..2248c1f12c6b 100644 --- a/_maps/shuttles/shiptest/syndicate_luxembourg.dmm +++ b/_maps/shuttles/shiptest/syndicate_luxembourg.dmm @@ -315,6 +315,9 @@ pixel_x = -28; req_access_txt = "41" }, +/obj/machinery/light_switch{ + pixel_y = 22 + }, /turf/open/floor/plasteel/mono/dark, /area/ship/engineering) "fv" = ( @@ -522,6 +525,9 @@ /obj/item/radio/intercom/wideband/table{ dir = 4 }, +/obj/machinery/light_switch{ + pixel_y = 22 + }, /turf/open/floor/plasteel/mono/dark, /area/ship/hallway/central) "jK" = ( @@ -978,7 +984,7 @@ }, /obj/item/paper{ desc = "A piece of paper depicting a extremely pissed up upper manager"; - info = "YOU ARENT SUPPOSED TO BE MINING, HEAR ME!?!! YOU'RE SUPPOSED TO BE SELLING SHIT TO THE CONSUMERS YOU HEAR!! AS PUNISHMENT FOR THE LAST SHIFT, I HAVE REMOVED ALLL OF YOUR MINING TOOLS!! NOW GET BACK TO WORK!!"; + default_raw_text = "YOU ARENT SUPPOSED TO BE MINING, HEAR ME!?!! YOU'RE SUPPOSED TO BE SELLING SHIT TO THE CONSUMERS YOU HEAR!! AS PUNISHMENT FOR THE LAST SHIFT, I HAVE REMOVED ALLL OF YOUR MINING TOOLS!! NOW GET BACK TO WORK!!"; name = "angry letter from upper management" }, /obj/machinery/door/firedoor, @@ -1365,6 +1371,11 @@ /obj/structure/cable{ icon_state = "0-4" }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -19; + pixel_y = 12 + }, /turf/open/floor/carpet/red_gold, /area/ship/crew/dorm) "BX" = ( @@ -1725,6 +1736,11 @@ /obj/machinery/power/apc/auto_name/directional/east, /obj/structure/cable, /obj/effect/turf_decal/siding/blue, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 20; + pixel_y = 11 + }, /turf/open/floor/plasteel/dark, /area/ship/hallway/central) "Je" = ( @@ -1827,6 +1843,10 @@ /obj/effect/turf_decal/steeldecal/steel_decals10{ dir = 8 }, +/obj/machinery/light_switch{ + pixel_y = 23; + pixel_x = 11 + }, /turf/open/floor/plasteel/patterned, /area/ship/crew/dorm) "Kk" = ( @@ -2287,6 +2307,11 @@ /obj/structure/cable{ icon_state = "0-4" }, +/obj/machinery/light_switch{ + dir = 1; + pixel_x = 11; + pixel_y = -16 + }, /turf/open/floor/plasteel/mono/dark, /area/ship/crew/canteen) "Ty" = ( @@ -2654,7 +2679,7 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, /obj/item/paper{ desc = "A piece of paper depicting a extremely pissed up upper manager"; - info = "YOU DAMNNED FOOLS! YOU ARENT SUPPOSED TO USE YOUR STOCK, YOU'RE SUPPOSED TO SELL THEM!! WE AREN'T WASTING MY MONEY ARE WE!?! NOW GET BACK TO WORK!!!"; + default_raw_text = "YOU DAMNNED FOOLS! YOU ARENT SUPPOSED TO USE YOUR STOCK, YOU'RE SUPPOSED TO SELL THEM!! WE AREN'T WASTING MY MONEY ARE WE!?! NOW GET BACK TO WORK!!!"; name = "angry letter from upper management" }, /turf/open/floor/plasteel/patterned/cargo_one, @@ -2684,6 +2709,10 @@ /obj/structure/cable{ icon_state = "0-2" }, +/obj/machinery/light_switch{ + pixel_y = 23; + pixel_x = 11 + }, /turf/open/floor/plasteel/tech/techmaint, /area/ship/engineering) "Zm" = ( diff --git a/_maps/shuttles/shiptest/syndicate_twinkleshine.dmm b/_maps/shuttles/shiptest/syndicate_twinkleshine.dmm index 449a2cf657bb..3a7d800a4f22 100644 --- a/_maps/shuttles/shiptest/syndicate_twinkleshine.dmm +++ b/_maps/shuttles/shiptest/syndicate_twinkleshine.dmm @@ -12,10 +12,6 @@ /obj/item/clothing/head/helmet/space/syndicate/black/engie, /turf/open/floor/plasteel/dark, /area/ship/engineering/atmospherics) -"ab" = ( -/obj/structure/sign/syndicate, -/turf/closed/wall/r_wall/syndicate/nodiagonal, -/area/ship/engineering/atmospherics) "ad" = ( /obj/machinery/light/directional/north, /obj/structure/chair, @@ -118,11 +114,6 @@ /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/plating, /area/ship/engineering/atmospherics) -"aU" = ( -/turf/closed/wall/r_wall/syndicate/nodiagonal{ - rad_insulation = 0.3 - }, -/area/ship/engineering/engine) "aX" = ( /obj/effect/turf_decal/corner/opaque/syndiered/full, /obj/effect/turf_decal/syndicateemblem/middle/middle{ @@ -193,6 +184,18 @@ }, /turf/open/floor/plating, /area/ship/engineering/atmospherics) +"bv" = ( +/obj/structure/bed, +/obj/structure/curtain/cloth/fancy{ + name = "blood-red curtains" + }, +/obj/item/bedsheet/black, +/obj/machinery/light_switch{ + pixel_x = 8; + pixel_y = 23 + }, +/turf/open/floor/carpet/nanoweave/red, +/area/ship/crew/dorm) "bH" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, @@ -214,6 +217,14 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plasteel/tech/grid, /area/ship/bridge) +"bL" = ( +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 20; + pixel_y = 11 + }, +/turf/template_noop, +/area/template_noop) "bM" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 8 @@ -234,28 +245,6 @@ /obj/effect/turf_decal/corner/opaque/syndiered/full, /turf/open/floor/plasteel/dark, /area/ship/medical) -"bO" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/engine, -/area/ship/engineering/engine) -"bP" = ( -/obj/structure/table/wood, -/obj/item/paper_bin/carbon, -/obj/item/pen/edagger, -/obj/item/storage/secure/safe/intel{ - pixel_x = -24 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/carpet/nanoweave/red, -/area/ship/crew/dorm/dormtwo) "bQ" = ( /obj/effect/turf_decal/corner/opaque/orange{ dir = 10 @@ -337,6 +326,12 @@ }, /turf/open/floor/plating, /area/ship/hallway/central) +"ch" = ( +/obj/machinery/atmospherics/pipe/simple/purple/visible, +/turf/closed/wall/r_wall/syndicate/nodiagonal{ + rad_insulation = 0 + }, +/area/ship/engineering/communications) "cj" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/turf_decal/corner/opaque/syndiered/border{ @@ -374,14 +369,6 @@ /obj/structure/catwalk/over/plated_catwalk/dark, /turf/open/floor/plating, /area/ship/hallway/central) -"cr" = ( -/obj/structure/extinguisher_cabinet/directional/north, -/obj/effect/turf_decal/trimline/opaque/orange/filled/corner, -/obj/effect/turf_decal/trimline/opaque/orange/line{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ship/medical) "cw" = ( /obj/effect/turf_decal/siding/thinplating/dark{ dir = 1 @@ -579,23 +566,22 @@ }, /turf/open/floor/mineral/plastitanium, /area/ship/security) -"dC" = ( -/obj/effect/turf_decal/techfloor, -/obj/effect/turf_decal/corner/opaque/syndiered/half{ - dir = 1 +"dz" = ( +/turf/closed/wall/r_wall/syndicate/nodiagonal{ + rad_insulation = 0 }, -/obj/structure/rack, -/obj/item/mecha_parts/mecha_equipment/tesla_energy_relay{ - pixel_y = 5; - pixel_x = 5 +/area/ship/medical) +"dD" = ( +/obj/effect/turf_decal/corner/opaque/syndiered/border, +/obj/effect/turf_decal/corner/opaque/syndiered/border{ + dir = 1 }, -/obj/item/mecha_parts/mecha_equipment/thrusters/ion{ - pixel_x = -10 +/obj/machinery/nuclearbomb/beer{ + desc = "It's an old, decommissioned bomb, previously used by Nuclear Operatives during the Corporate War. It seems to have a tap drilled in."; + name = "\improper nuclear fission explosive" }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/extinguisher_cabinet/directional/north, -/turf/open/floor/plasteel/tech/grid, -/area/ship/bridge) +/turf/open/floor/plasteel, +/area/ship/crew/canteen) "dE" = ( /obj/structure/cable/yellow{ icon_state = "4-8" @@ -743,6 +729,18 @@ }, /turf/open/floor/plasteel/dark, /area/ship/bridge) +"ex" = ( +/obj/structure/sign/directions/medical{ + pixel_y = 6 + }, +/obj/structure/sign/directions/command{ + dir = 4; + pixel_y = -4 + }, +/turf/closed/wall/r_wall/syndicate/nodiagonal{ + rad_insulation = 0 + }, +/area/ship/medical) "eF" = ( /obj/effect/turf_decal/corner/opaque/syndiered{ dir = 10 @@ -759,24 +757,6 @@ }, /turf/open/floor/plasteel/dark, /area/ship/bridge) -"eP" = ( -/obj/structure/table, -/obj/effect/turf_decal/corner/opaque/syndiered/full, -/obj/item/storage/box/medipens{ - pixel_y = 7; - pixel_x = -4 - }, -/obj/item/storage/firstaid/tactical{ - pixel_y = 4; - pixel_x = 8 - }, -/obj/item/clothing/glasses/hud/health/night, -/obj/item/gun/medbeam{ - pixel_y = -7; - pixel_x = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ship/medical) "eQ" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating, @@ -786,14 +766,14 @@ /obj/structure/window/plasma/reinforced/plastitanium, /turf/open/floor/plating, /area/ship/engineering/atmospherics) -"fb" = ( -/obj/structure/bed, -/obj/structure/curtain/cloth/fancy{ - name = "blood-red curtains" +"fl" = ( +/obj/effect/turf_decal/trimline/opaque/orange/filled/corner, +/obj/effect/turf_decal/trimline/opaque/orange/line{ + dir = 1 }, -/obj/item/bedsheet/black, -/turf/open/floor/carpet/nanoweave/red, -/area/ship/crew/dorm) +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/plasteel/dark, +/area/ship/medical) "fm" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 10 @@ -838,6 +818,19 @@ "fH" = ( /turf/open/floor/engine, /area/ship/engineering/engine) +"fJ" = ( +/obj/effect/turf_decal/spline/fancy/opaque/black{ + dir = 1 + }, +/obj/structure/reagent_dispensers/water_cooler, +/obj/effect/turf_decal/spline/fancy/opaque/syndiered{ + dir = 5 + }, +/obj/machinery/light_switch{ + pixel_y = 22 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/ship/security) "fK" = ( /obj/structure/table, /obj/item/paper_bin{ @@ -928,21 +921,6 @@ /obj/effect/turf_decal/box/white/corners, /turf/open/floor/mineral/plastitanium, /area/ship/security) -"gg" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 4 - }, -/obj/machinery/mineral/ore_redemption{ - dir = 8 - }, -/obj/effect/turf_decal/box/corners{ - dir = 1 - }, -/obj/effect/turf_decal/box/corners{ - dir = 8 - }, -/turf/open/floor/pod/dark, -/area/ship/cargo) "gh" = ( /obj/machinery/door/airlock/external{ req_access = list(150) @@ -1044,6 +1022,32 @@ /obj/machinery/computer/atmos_control/tank/oxygen_tank, /turf/open/floor/engine, /area/ship/engineering/engine) +"gE" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 5 + }, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/structure/closet/crate{ + name = "Mining Crate" + }, +/obj/item/pickaxe/mini, +/obj/item/pickaxe/mini, +/obj/item/pickaxe/mini, +/obj/item/storage/bag/ore, +/obj/item/storage/bag/ore, +/obj/item/storage/bag/ore, +/obj/item/mining_scanner, +/obj/item/mining_scanner, +/obj/item/mining_scanner, +/obj/machinery/light_switch{ + pixel_x = 8; + pixel_y = 23 + }, +/turf/open/floor/pod/dark, +/area/ship/cargo) "gI" = ( /obj/effect/turf_decal/corner/opaque/syndiered{ dir = 5 @@ -1158,10 +1162,6 @@ }, /turf/open/floor/plasteel/dark, /area/ship/medical) -"ho" = ( -/obj/machinery/atmospherics/pipe/simple/purple/visible, -/turf/closed/wall/r_wall/syndicate/nodiagonal, -/area/ship/engineering/communications) "hr" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ dir = 1 @@ -1182,13 +1182,6 @@ /obj/machinery/atmospherics/pipe/simple/orange/visible, /turf/open/floor/engine, /area/ship/engineering/engine) -"hu" = ( -/obj/machinery/porta_turret/syndicate/energy{ - dir = 10; - faction = list("PlayerSyndicate") - }, -/turf/closed/wall/r_wall/syndicate/nodiagonal, -/area/ship/bridge) "hw" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ @@ -1392,17 +1385,6 @@ }, /turf/open/floor/plating, /area/ship/engineering/atmospherics) -"iv" = ( -/obj/structure/rack, -/obj/item/storage/bag/trash, -/obj/item/storage/bag/trash, -/obj/item/soap/syndie, -/obj/item/soap/syndie, -/obj/effect/turf_decal/siding/wood/end{ - dir = 8 - }, -/turf/open/floor/wood/walnut, -/area/ship/crew/janitor) "iz" = ( /obj/machinery/atmospherics/pipe/simple/purple/visible{ dir = 4 @@ -1522,6 +1504,11 @@ /obj/machinery/computer/operating, /turf/open/floor/plasteel/mono/white, /area/ship/medical/surgery) +"je" = ( +/turf/closed/wall/r_wall/syndicate/nodiagonal{ + rad_insulation = 0 + }, +/area/ship/medical/surgery) "jf" = ( /obj/effect/turf_decal/siding/thinplating/dark{ dir = 1 @@ -1602,6 +1589,11 @@ }, /turf/open/floor/plasteel/dark, /area/ship/medical) +"jx" = ( +/obj/effect/turf_decal/corner/opaque/white/diagonal, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/plasteel, +/area/ship/crew/canteen) "jz" = ( /obj/effect/turf_decal/trimline/opaque/syndiered/filled/line, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ @@ -1670,6 +1662,12 @@ /obj/item/bedsheet/medical, /turf/open/floor/plasteel/dark, /area/ship/medical) +"jT" = ( +/obj/structure/sign/syndicate, +/turf/closed/wall/r_wall/syndicate/nodiagonal{ + rad_insulation = 0 + }, +/area/ship/cargo) "jX" = ( /obj/machinery/atmospherics/pipe/simple/orange/visible{ dir = 9 @@ -1686,6 +1684,17 @@ }, /turf/open/floor/engine, /area/ship/engineering/engine) +"ka" = ( +/obj/effect/turf_decal/corner/opaque/syndiered{ + dir = 5 + }, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 20; + pixel_y = 0 + }, +/turf/open/floor/plasteel/tech, +/area/ship/hallway/central) "kc" = ( /obj/machinery/suit_storage_unit/syndicate, /obj/effect/turf_decal/box/white/corners{ @@ -1719,12 +1728,19 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plasteel/tech, /area/ship/hallway/central) -"ks" = ( +"kl" = ( +/obj/structure/catwalk/over/plated_catwalk/dark, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, /obj/structure/cable/yellow{ - icon_state = "1-2" + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 }, /turf/open/floor/plating, -/area/ship/engineering/atmospherics) +/area/ship/hallway/central) "ky" = ( /obj/machinery/atmospherics/pipe/simple/cyan/visible{ dir = 4 @@ -1791,9 +1807,6 @@ }, /turf/open/floor/plasteel/tech, /area/ship/hallway/central) -"kS" = ( -/turf/closed/wall/r_wall/syndicate/nodiagonal, -/area/ship/engineering/atmospherics) "kT" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/machinery/light/directional/north, @@ -1812,6 +1825,12 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/mineral/plastitanium, /area/ship/bridge) +"kX" = ( +/obj/structure/sign/syndicate, +/turf/closed/wall/r_wall/syndicate/nodiagonal{ + rad_insulation = 0 + }, +/area/ship/bridge) "lg" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ dir = 4 @@ -1867,6 +1886,17 @@ }, /turf/open/floor/plating, /area/ship/cargo) +"lq" = ( +/obj/structure/closet/secure_closet/freezer/kitchen/wall{ + dir = 8; + pixel_x = 28 + }, +/obj/item/clothing/under/suit/waiter/syndicate, +/obj/item/circuitboard/machine/deep_fryer, +/obj/item/circuitboard/machine/gibber, +/obj/item/cutting_board, +/turf/open/floor/wood, +/area/ship/crew/canteen) "lv" = ( /obj/effect/spawner/lootdrop/maintenance, /turf/open/floor/plating, @@ -2017,6 +2047,15 @@ /obj/machinery/atmospherics/pipe/manifold4w/orange/visible, /turf/open/floor/engine, /area/ship/engineering/engine) +"ms" = ( +/obj/machinery/porta_turret/syndicate/energy{ + dir = 9; + faction = list("PlayerSyndicate") + }, +/turf/closed/wall/r_wall/syndicate/nodiagonal{ + rad_insulation = 0 + }, +/area/ship/bridge) "mt" = ( /obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/nitrogen_output{ dir = 8 @@ -2055,9 +2094,16 @@ /obj/machinery/camera/autoname, /turf/open/floor/plating, /area/ship/hallway/central) -"mQ" = ( -/turf/closed/wall/r_wall/syndicate/nodiagonal, -/area/ship/medical) +"mO" = ( +/obj/effect/turf_decal/corner/opaque/syndiered/border{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/corner/opaque/syndiered/border, +/turf/open/floor/plasteel, +/area/ship/crew/canteen) "mS" = ( /obj/structure/cable/yellow{ icon_state = "4-8" @@ -2102,6 +2148,11 @@ }, /turf/open/floor/plasteel/tech/grid, /area/ship/engineering/atmospherics) +"nb" = ( +/turf/closed/wall/r_wall/syndicate/nodiagonal{ + rad_insulation = 0 + }, +/area/ship/bridge) "ng" = ( /obj/effect/turf_decal/industrial/warning, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, @@ -2210,23 +2261,6 @@ /obj/structure/extinguisher_cabinet/directional/south, /turf/open/floor/plating, /area/ship/hallway/central) -"nC" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/cable/yellow, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/telecomms_floor, -/area/ship/engineering/communications) "nE" = ( /obj/effect/turf_decal/corner/opaque/syndiered/border{ dir = 10 @@ -2245,13 +2279,6 @@ }, /turf/open/floor/plasteel/mono/dark, /area/ship/medical) -"nW" = ( -/obj/machinery/porta_turret/syndicate/energy{ - dir = 6; - faction = list("PlayerSyndicate") - }, -/turf/closed/wall/r_wall/syndicate/nodiagonal, -/area/ship/bridge) "oc" = ( /obj/effect/turf_decal/spline/fancy/opaque/syndiered{ dir = 8 @@ -2265,13 +2292,6 @@ }, /turf/open/floor/mineral/plastitanium/red, /area/ship/security) -"of" = ( -/obj/machinery/porta_turret/syndicate/energy{ - dir = 9; - faction = list("PlayerSyndicate") - }, -/turf/closed/wall/r_wall/syndicate/nodiagonal, -/area/ship/bridge) "oi" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 8 @@ -2544,6 +2564,23 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/engine, /area/ship/engineering/engine) +"pv" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/railing{ + dir = 1; + layer = 2.79 + }, +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/obj/item/gun/energy/e_gun/mini{ + desc = "A small energy gun commonly used by syndicate officers, produced by Cybersun. It has two settings: disable and kill."; + name = "cybersun officer pistol" + }, +/obj/effect/turf_decal/corner/opaque/syndiered/half{ + dir = 4 + }, +/turf/open/floor/mineral/plastitanium, +/area/ship/bridge) "pw" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /obj/machinery/atmospherics/pipe/simple/cyan/visible, @@ -2748,6 +2785,22 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /turf/open/floor/plating, /area/ship/engineering/atmospherics) +"qA" = ( +/obj/effect/turf_decal/corner/opaque/syndiered/border{ + dir = 9 + }, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/effect/turf_decal/corner/opaque/syndiered/bordercorner, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -20; + pixel_y = 12 + }, +/turf/open/floor/plasteel, +/area/ship/crew/canteen) "qF" = ( /obj/structure/table, /obj/item/multitool{ @@ -2824,6 +2877,18 @@ }, /turf/open/floor/circuit/red, /area/ship/engineering/communications) +"qR" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/firealarm/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light_switch{ + pixel_y = 22; + pixel_x = -12 + }, +/turf/open/floor/plasteel/tech, +/area/ship/engineering/atmospherics) "qS" = ( /obj/structure/cable/yellow{ icon_state = "1-10" @@ -2891,23 +2956,25 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel/dark, /area/ship/engineering) -"ro" = ( -/turf/closed/wall/r_wall/syndicate/nodiagonal, -/area/ship/crew/janitor) -"rq" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/firealarm/directional/north, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plasteel/tech, -/area/ship/engineering/atmospherics) "rr" = ( /obj/machinery/atmospherics/components/trinary/filter{ dir = 1 }, /turf/open/floor/engine, /area/ship/engineering/engine) +"rt" = ( +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable/yellow, +/obj/effect/turf_decal/trimline/opaque/orange/line{ + dir = 1 + }, +/obj/machinery/light_switch{ + dir = 1; + pixel_x = -13; + pixel_y = -16 + }, +/turf/open/floor/plasteel/dark, +/area/ship/medical) "ru" = ( /obj/effect/turf_decal/corner/opaque/syndiered{ dir = 10 @@ -2915,9 +2982,6 @@ /obj/structure/extinguisher_cabinet/directional/south, /turf/open/floor/plasteel/tech, /area/ship/hallway/central) -"rP" = ( -/turf/closed/wall/r_wall/syndicate/nodiagonal, -/area/ship/cargo) "rQ" = ( /obj/machinery/atmospherics/pipe/manifold/orange/visible{ dir = 8 @@ -2927,19 +2991,6 @@ }, /turf/open/floor/engine, /area/ship/engineering/engine) -"rR" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/corner/opaque/syndiered{ - dir = 6 - }, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/open/floor/mineral/plastitanium, -/area/ship/crew/office) "rW" = ( /obj/machinery/door/poddoor{ id = "twinkle_leftmassdriver"; @@ -2947,9 +2998,6 @@ }, /turf/open/floor/plasteel/elevatorshaft, /area/ship/bridge) -"sb" = ( -/turf/closed/wall/r_wall/syndicate/nodiagonal, -/area/ship/crew/canteen) "sc" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ dir = 1 @@ -3015,6 +3063,11 @@ /obj/item/storage/cans/sixbeer, /turf/open/floor/plasteel/dark, /area/ship/bridge) +"sp" = ( +/turf/closed/wall/r_wall/syndicate/nodiagonal{ + rad_insulation = 0 + }, +/area/ship/crew/office) "sr" = ( /obj/effect/turf_decal/spline/fancy/opaque/syndiered{ dir = 10 @@ -3112,6 +3165,11 @@ }, /turf/open/floor/plating, /area/ship/engineering/engine) +"sO" = ( +/turf/closed/wall/r_wall/syndicate/nodiagonal{ + rad_insulation = 0 + }, +/area/ship/crew/janitor) "sP" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 6 @@ -3339,6 +3397,15 @@ }, /turf/open/floor/plasteel/dark, /area/ship/medical) +"uP" = ( +/obj/machinery/atmospherics/pipe/simple/purple/visible, +/obj/structure/sign/poster/contraband/atmosia_independence{ + pixel_x = -32 + }, +/turf/closed/wall/r_wall/syndicate/nodiagonal{ + rad_insulation = 0 + }, +/area/ship/engineering/communications) "uX" = ( /obj/machinery/door/airlock/medical/glass{ name = "Medbay"; @@ -3381,9 +3448,15 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating, /area/ship/engineering/atmospherics) -"vb" = ( -/turf/closed/wall/r_wall/syndicate/nodiagonal, -/area/ship/crew/cryo) +"vd" = ( +/obj/machinery/porta_turret/syndicate/energy{ + dir = 5; + faction = list("PlayerSyndicate") + }, +/turf/closed/wall/r_wall/syndicate/nodiagonal{ + rad_insulation = 0 + }, +/area/ship/bridge) "vl" = ( /obj/machinery/sleeper/syndie{ dir = 8 @@ -3399,20 +3472,11 @@ /obj/machinery/light/directional/south, /turf/open/floor/mineral/plastitanium, /area/ship/security) -"vy" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable/yellow{ - icon_state = "0-8" +"vz" = ( +/turf/closed/wall/r_wall/syndicate/nodiagonal{ + rad_insulation = 0 }, -/turf/open/floor/plasteel/dark, -/area/ship/crew/janitor) +/area/ship/crew/dorm/dormtwo) "vA" = ( /obj/effect/turf_decal/corner/opaque/syndiered{ dir = 9 @@ -3434,14 +3498,6 @@ }, /turf/open/floor/mineral/plastitanium, /area/ship/bridge) -"vB" = ( -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable/yellow, -/obj/effect/turf_decal/trimline/opaque/orange/line{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ship/medical) "vE" = ( /obj/machinery/suit_storage_unit/syndicate, /turf/open/floor/mineral/plastitanium, @@ -3579,10 +3635,6 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plasteel/dark, /area/ship/engineering) -"wC" = ( -/obj/machinery/vending/security, -/turf/open/floor/mineral/plastitanium, -/area/ship/security) "wF" = ( /obj/effect/turf_decal/industrial/warning{ dir = 1 @@ -3741,6 +3793,23 @@ /obj/machinery/light/directional/west, /turf/open/floor/plasteel/tech, /area/ship/hallway/central) +"xc" = ( +/obj/effect/turf_decal/techfloor, +/obj/effect/turf_decal/corner/opaque/syndiered/half{ + dir = 1 + }, +/obj/structure/rack, +/obj/item/mecha_parts/mecha_equipment/tesla_energy_relay{ + pixel_y = 5; + pixel_x = 5 + }, +/obj/item/mecha_parts/mecha_equipment/thrusters/ion{ + pixel_x = -10 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/plasteel/tech/grid, +/area/ship/bridge) "xe" = ( /obj/structure/toilet/secret{ secret_type = "/obj/item/toy/plush/moth"; @@ -3770,6 +3839,11 @@ }, /turf/open/floor/plating, /area/ship/engineering/atmospherics) +"xj" = ( +/turf/closed/wall/r_wall/syndicate/nodiagonal{ + rad_insulation = 0 + }, +/area/ship/crew/canteen) "xk" = ( /obj/effect/turf_decal/siding/thinplating/dark{ dir = 1 @@ -3792,13 +3866,6 @@ }, /turf/open/floor/plating, /area/ship/engineering/engine) -"xp" = ( -/obj/machinery/porta_turret/syndicate/energy{ - dir = 5; - faction = list("PlayerSyndicate") - }, -/turf/closed/wall/r_wall/syndicate/nodiagonal, -/area/ship/bridge) "xq" = ( /obj/machinery/light/directional/south, /obj/item/trash/cheesie, @@ -3836,9 +3903,6 @@ }, /turf/open/floor/plasteel/mono/dark, /area/ship/medical) -"xv" = ( -/turf/closed/wall/r_wall/syndicate/nodiagonal, -/area/ship/security/armory) "xw" = ( /obj/machinery/atmospherics/pipe/simple/cyan/visible, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, @@ -3854,17 +3918,6 @@ }, /turf/open/floor/plating, /area/ship/engineering/atmospherics) -"xx" = ( -/obj/effect/turf_decal/corner/opaque/syndiered/border{ - dir = 9 - }, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/obj/effect/turf_decal/corner/opaque/syndiered/bordercorner, -/turf/open/floor/plasteel, -/area/ship/crew/canteen) "xz" = ( /obj/machinery/flasher{ pixel_y = -23; @@ -3872,9 +3925,11 @@ }, /turf/open/floor/mineral/plastitanium, /area/ship/security) -"xG" = ( -/turf/closed/wall/r_wall/syndicate/nodiagonal, -/area/ship/engineering) +"xB" = ( +/turf/closed/wall/r_wall/syndicate/nodiagonal{ + rad_insulation = 0 + }, +/area/ship/hallway/central) "xH" = ( /obj/machinery/door/poddoor{ id = "twinkle_rightmassdriver"; @@ -4174,9 +4229,6 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/mineral/plastitanium, /area/ship/bridge) -"zD" = ( -/turf/closed/wall/r_wall/syndicate/nodiagonal, -/area/ship/crew/dorm) "zG" = ( /obj/effect/turf_decal/trimline/opaque/syndiered/filled/line{ dir = 1 @@ -4262,10 +4314,19 @@ }, /turf/open/floor/engine, /area/ship/engineering/engine) -"zT" = ( -/obj/structure/sign/syndicate, -/turf/closed/wall/r_wall/syndicate/nodiagonal, -/area/ship/bridge) +"zS" = ( +/obj/structure/sign/directions/medical{ + dir = 1; + pixel_y = 6 + }, +/obj/structure/sign/directions/command{ + dir = 4; + pixel_y = -4 + }, +/turf/closed/wall/r_wall/syndicate/nodiagonal{ + rad_insulation = 0 + }, +/area/ship/medical) "zZ" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 5 @@ -4426,6 +4487,11 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/mineral/plastitanium, /area/ship/bridge) +"Bj" = ( +/turf/closed/wall/r_wall/syndicate/nodiagonal{ + rad_insulation = 0 + }, +/area/ship/security) "Bq" = ( /obj/structure/chair/stool/bar{ dir = 1 @@ -4449,6 +4515,11 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plasteel/tech, /area/ship/hallway/central) +"Bw" = ( +/turf/closed/wall/r_wall/syndicate/nodiagonal{ + rad_insulation = 0 + }, +/area/ship/cargo) "BB" = ( /obj/structure/reflector/box{ anchored = 1; @@ -4538,22 +4609,6 @@ }, /turf/open/floor/engine/plasma, /area/ship/engineering/atmospherics) -"BT" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/railing{ - dir = 1 - }, -/obj/structure/table/reinforced, -/obj/machinery/recharger, -/obj/item/gun/energy/e_gun/mini{ - desc = "A small energy gun commonly used by syndicate officers, produced by Cybersun. It has two settings: disable and kill."; - name = "cybersun officer pistol" - }, -/obj/effect/turf_decal/corner/opaque/syndiered/half{ - dir = 4 - }, -/turf/open/floor/mineral/plastitanium, -/area/ship/bridge) "BU" = ( /obj/effect/turf_decal/corner/opaque/syndiered{ dir = 5 @@ -4584,6 +4639,20 @@ }, /turf/open/floor/engine, /area/ship/engineering/engine) +"Cj" = ( +/obj/structure/table/wood, +/obj/item/paper_bin/carbon, +/obj/item/pen/edagger, +/obj/item/storage/secure/safe/intel{ + pixel_x = -32; + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/carpet/nanoweave/red, +/area/ship/crew/dorm/dormtwo) "Cl" = ( /obj/effect/turf_decal/trimline/opaque/syndiered/filled/line{ dir = 10 @@ -4611,6 +4680,12 @@ }, /turf/open/floor/engine, /area/ship/engineering/engine) +"CB" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/turf/closed/wall/r_wall/syndicate/nodiagonal{ + rad_insulation = 0 + }, +/area/ship/engineering) "CF" = ( /obj/structure/grille, /obj/structure/window/plasma/reinforced/plastitanium, @@ -4619,10 +4694,6 @@ }, /turf/open/floor/plating, /area/ship/medical/surgery) -"CG" = ( -/obj/structure/sign/syndicate, -/turf/closed/wall/r_wall/syndicate/nodiagonal, -/area/ship/crew/cryo) "CH" = ( /obj/structure/reflector/box{ anchored = 1; @@ -4717,6 +4788,20 @@ /obj/machinery/atmospherics/pipe/simple/green/visible, /turf/open/floor/engine, /area/ship/engineering/engine) +"De" = ( +/obj/structure/table, +/obj/effect/turf_decal/corner/opaque/syndiered/full, +/obj/item/storage/box/medipens{ + pixel_y = 7; + pixel_x = -4 + }, +/obj/item/storage/firstaid/tactical{ + pixel_y = 4; + pixel_x = 8 + }, +/obj/item/clothing/glasses/hud/health/night, +/turf/open/floor/plasteel/dark, +/area/ship/medical) "Dh" = ( /obj/machinery/smartfridge/bloodbank/preloaded{ pixel_y = 32; @@ -4826,6 +4911,28 @@ }, /turf/open/floor/plasteel/telecomms_floor, /area/ship/engineering/communications) +"DK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable/yellow, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating/dark/corner{ + dir = 8 + }, +/obj/machinery/light_switch{ + pixel_y = 11; + dir = 8; + pixel_x = 20 + }, +/turf/open/floor/plasteel/telecomms_floor, +/area/ship/engineering/communications) "DQ" = ( /obj/machinery/atmospherics/pipe/manifold/orange/visible{ dir = 1 @@ -4859,6 +4966,12 @@ /obj/structure/extinguisher_cabinet/directional/east, /turf/open/floor/mineral/plastitanium/red, /area/ship/security) +"Ee" = ( +/obj/structure/sign/syndicate, +/turf/closed/wall/r_wall/syndicate/nodiagonal{ + rad_insulation = 0 + }, +/area/ship/crew/office) "Eh" = ( /obj/structure/chair{ dir = 4 @@ -4901,6 +5014,21 @@ }, /turf/open/floor/engine, /area/ship/engineering/engine) +"Ey" = ( +/obj/structure/rack, +/obj/item/storage/box/handcuffs{ + pixel_y = 9; + pixel_x = -8 + }, +/obj/item/storage/box/flashes{ + pixel_x = 8; + pixel_y = 7 + }, +/obj/item/storage/box/evidence{ + pixel_x = -2 + }, +/turf/open/floor/mineral/plastitanium, +/area/ship/security) "ED" = ( /obj/effect/turf_decal/corner/opaque/orange{ dir = 5 @@ -4958,9 +5086,6 @@ }, /turf/open/floor/mineral/plastitanium, /area/ship/bridge) -"EN" = ( -/turf/closed/wall/r_wall/syndicate/nodiagonal, -/area/ship/hallway/central) "EO" = ( /obj/structure/cable/yellow{ icon_state = "1-2" @@ -4997,6 +5122,17 @@ /obj/effect/turf_decal/radiation, /turf/open/floor/engine, /area/ship/engineering/engine) +"EX" = ( +/obj/effect/turf_decal/corner/opaque/syndiered{ + dir = 10 + }, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 20; + pixel_y = 0 + }, +/turf/open/floor/plasteel/tech, +/area/ship/hallway/central) "Fa" = ( /obj/effect/turf_decal/corner/opaque/syndiered/border{ dir = 8 @@ -5047,6 +5183,29 @@ }, /turf/open/floor/carpet/nanoweave/red, /area/ship/crew/dorm) +"Fj" = ( +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/structure/rack, +/obj/item/soap/syndie{ + pixel_y = -3; + pixel_x = -2 + }, +/obj/item/soap/syndie{ + pixel_y = -6; + pixel_x = 2 + }, +/obj/item/storage/bag/trash{ + pixel_x = -6 + }, +/obj/item/storage/bag/trash, +/turf/open/floor/wood/walnut, +/area/ship/crew/janitor) "Fl" = ( /obj/effect/turf_decal/corner/opaque/syndiered{ dir = 5 @@ -5148,6 +5307,11 @@ }, /turf/open/floor/plasteel, /area/ship/crew/dorm) +"FR" = ( +/turf/closed/wall/r_wall/syndicate/nodiagonal{ + rad_insulation = 0 + }, +/area/ship/engineering/atmospherics) "FS" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/turf_decal/corner/opaque/syndiered{ @@ -5181,16 +5345,6 @@ }, /turf/open/floor/plasteel/tech/grid, /area/ship/bridge) -"Gi" = ( -/obj/structure/sign/directions/medical{ - pixel_y = 6 - }, -/obj/structure/sign/directions/command{ - dir = 4; - pixel_y = -4 - }, -/turf/closed/wall/r_wall/syndicate/nodiagonal, -/area/ship/medical) "Gj" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/turf_decal/corner/opaque/syndiered/half{ @@ -5662,18 +5816,6 @@ /obj/mecha/combat/gygax/dark, /turf/open/floor/plasteel/tech/grid, /area/ship/bridge) -"Im" = ( -/obj/structure/extinguisher_cabinet/directional/north, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/corner/opaque/syndiered{ - dir = 9 - }, -/turf/open/floor/mineral/plastitanium, -/area/ship/bridge) "Ir" = ( /obj/structure/cable/yellow{ icon_state = "1-8" @@ -5789,13 +5931,6 @@ }, /turf/open/floor/plasteel/dark, /area/ship/hallway/central) -"Jd" = ( -/obj/effect/turf_decal/corner/opaque/syndiered/border, -/obj/effect/turf_decal/corner/opaque/syndiered/border{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ship/crew/canteen) "Jf" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ dir = 8 @@ -5810,17 +5945,6 @@ /obj/machinery/firealarm/directional/north, /turf/open/floor/plasteel/dark, /area/ship/medical) -"Jh" = ( -/obj/structure/sign/directions/medical{ - dir = 1; - pixel_y = 6 - }, -/obj/structure/sign/directions/command{ - dir = 4; - pixel_y = -4 - }, -/turf/closed/wall/r_wall/syndicate/nodiagonal, -/area/ship/medical) "Jk" = ( /obj/machinery/door/poddoor/shutters/preopen{ id = "twinkle_sm" @@ -5937,6 +6061,11 @@ /obj/effect/turf_decal/trimline/opaque/syndiered/filled/line, /turf/open/floor/plasteel/mono/dark, /area/ship/medical) +"JM" = ( +/turf/closed/wall/r_wall/syndicate/nodiagonal{ + rad_insulation = 0 + }, +/area/ship/crew/dorm) "JN" = ( /obj/machinery/atmospherics/pipe/simple/cyan/visible{ dir = 4 @@ -6274,36 +6403,6 @@ }, /turf/open/floor/plating, /area/ship/engineering/atmospherics) -"LJ" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/closet/secure_closet/armory1{ - populate = 0; - icon_state = "syndicate" - }, -/obj/item/clothing/head/helmet/swat, -/obj/item/clothing/head/helmet/swat, -/obj/item/clothing/head/helmet/swat, -/obj/item/clothing/suit/armor/vest/bulletproof, -/obj/item/clothing/suit/armor/vest/bulletproof, -/obj/item/clothing/suit/armor/vest/bulletproof, -/turf/open/floor/mineral/plastitanium, -/area/ship/security) -"LT" = ( -/obj/machinery/atmospherics/pipe/simple/purple/visible, -/obj/structure/sign/poster/contraband/atmosia_independence{ - pixel_x = -32 - }, -/turf/closed/wall/r_wall/syndicate/nodiagonal, -/area/ship/engineering/communications) "LX" = ( /obj/machinery/power/shuttle/engine/electric{ dir = 4 @@ -6372,6 +6471,15 @@ }, /turf/open/floor/engine, /area/ship/engineering/engine) +"Mr" = ( +/obj/machinery/porta_turret/syndicate/energy{ + dir = 6; + faction = list("PlayerSyndicate") + }, +/turf/closed/wall/r_wall/syndicate/nodiagonal{ + rad_insulation = 0 + }, +/area/ship/bridge) "Mw" = ( /obj/effect/turf_decal/industrial/caution/red, /obj/effect/decal/cleanable/shreds{ @@ -6381,6 +6489,21 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plasteel/tech/grid, /area/ship/bridge) +"MA" = ( +/obj/machinery/suit_storage_unit/syndicate{ + name = "captain's suit storage unit"; + suit_type = /obj/item/clothing/suit/space/hardsuit/syndi/elite + }, +/obj/structure/sign/poster/contraband/have_a_puff{ + pixel_x = -32 + }, +/obj/machinery/light_switch{ + dir = 1; + pixel_x = 10; + pixel_y = -20 + }, +/turf/open/floor/carpet/nanoweave/red, +/area/ship/crew/dorm/dormtwo) "MC" = ( /obj/machinery/atmospherics/pipe/simple/green/visible{ dir = 6 @@ -6406,9 +6529,6 @@ /obj/machinery/airalarm/directional/north, /turf/open/floor/plasteel/dark, /area/ship/bridge) -"MQ" = ( -/turf/closed/wall/r_wall/syndicate/nodiagonal, -/area/ship/engineering/engine) "MU" = ( /obj/machinery/telecomms/bus/preset_three{ network = "synd_commnet"; @@ -6440,11 +6560,38 @@ /obj/machinery/atmospherics/pipe/simple/green/visible{ dir = 10 }, -/obj/effect/turf_decal/corner/opaque/orange{ - dir = 5 +/obj/effect/turf_decal/corner/opaque/orange{ + dir = 5 + }, +/turf/open/floor/engine, +/area/ship/engineering/engine) +"Nh" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/closet/secure_closet/armory1{ + populate = 0; + icon_state = "syndicate" }, -/turf/open/floor/engine, -/area/ship/engineering/engine) +/obj/item/clothing/head/helmet/swat, +/obj/item/clothing/head/helmet/swat, +/obj/item/clothing/head/helmet/swat, +/obj/item/clothing/suit/armor/vest/bulletproof, +/obj/item/clothing/suit/armor/vest/bulletproof, +/obj/item/clothing/suit/armor/vest/bulletproof, +/obj/machinery/light_switch{ + pixel_y = 22; + pixel_x = -12 + }, +/turf/open/floor/mineral/plastitanium, +/area/ship/security) "Nj" = ( /obj/machinery/door/firedoor/border_only{ dir = 8 @@ -6457,7 +6604,7 @@ /area/ship/security) "Nm" = ( /obj/structure/table/reinforced, -/obj/machinery/photocopier/faxmachine/longrange, +/obj/machinery/fax, /obj/effect/turf_decal/corner/opaque/syndiered/half{ dir = 8 }, @@ -6552,17 +6699,6 @@ }, /turf/open/floor/plating, /area/ship/engineering/atmospherics) -"NS" = ( -/obj/structure/closet/secure_closet/freezer/kitchen/wall{ - dir = 8; - pixel_x = 28 - }, -/obj/item/clothing/under/suit/waiter/syndicate, -/obj/item/circuitboard/machine/deep_fryer, -/obj/item/circuitboard/machine/processor, -/obj/item/circuitboard/machine/gibber, -/turf/open/floor/wood, -/area/ship/crew/canteen) "NT" = ( /obj/machinery/button/door{ pixel_y = -10; @@ -6787,6 +6923,20 @@ /obj/machinery/atmospherics/pipe/layer_manifold, /turf/open/floor/plasteel/dark, /area/ship/engineering/atmospherics) +"Po" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -20; + pixel_y = 12 + }, +/turf/open/floor/engine, +/area/ship/engineering/engine) "Pv" = ( /obj/effect/turf_decal/trimline/opaque/syndiered/filled/line{ dir = 1 @@ -6797,6 +6947,12 @@ }, /turf/open/floor/plasteel/white, /area/ship/medical/surgery) +"Pz" = ( +/obj/structure/sign/syndicate, +/turf/closed/wall/r_wall/syndicate/nodiagonal{ + rad_insulation = 0 + }, +/area/ship/engineering/atmospherics) "PA" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/turf_decal/corner/opaque/syndiered{ @@ -6828,6 +6984,25 @@ /obj/item/trash/candy, /turf/open/floor/plating, /area/ship/engineering/atmospherics) +"PL" = ( +/turf/closed/wall/r_wall/syndicate/nodiagonal{ + rad_insulation = 0 + }, +/area/ship/security/armory) +"PM" = ( +/obj/effect/turf_decal/siding/wood/end{ + dir = 8 + }, +/obj/structure/reagent_dispensers/watertank, +/obj/item/reagent_containers/glass/bucket{ + pixel_x = 10; + pixel_y = -5 + }, +/obj/item/mop{ + pixel_x = -7 + }, +/turf/open/floor/wood/walnut, +/area/ship/crew/janitor) "PN" = ( /turf/open/floor/plasteel/mono/dark, /area/ship/hallway/central) @@ -6920,6 +7095,41 @@ }, /turf/open/floor/plasteel, /area/ship/crew/dorm) +"Qs" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/machinery/light_switch{ + pixel_x = 11; + pixel_y = 23 + }, +/turf/open/floor/plasteel/dark, +/area/ship/crew/janitor) +"Qt" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/corner/opaque/syndiered{ + dir = 9 + }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -20; + pixel_y = 12 + }, +/turf/open/floor/mineral/plastitanium, +/area/ship/bridge) "Qv" = ( /obj/effect/turf_decal/corner/opaque/syndiered/border, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, @@ -6972,19 +7182,6 @@ /obj/structure/window/plasma/reinforced/plastitanium, /turf/open/floor/plating, /area/ship/bridge) -"QF" = ( -/turf/closed/wall/r_wall/syndicate/nodiagonal, -/area/ship/crew/dorm/dormtwo) -"QI" = ( -/obj/machinery/suit_storage_unit/syndicate{ - name = "captain's suit storage unit"; - suit_type = /obj/item/clothing/suit/space/hardsuit/syndi/elite - }, -/obj/structure/sign/poster/contraband/have_a_puff{ - pixel_x = -32 - }, -/turf/open/floor/carpet/nanoweave/red, -/area/ship/crew/dorm/dormtwo) "QR" = ( /obj/effect/turf_decal/corner/transparent/bar/diagonal, /obj/structure/table/wood, @@ -7050,6 +7247,17 @@ }, /turf/open/floor/plating, /area/ship/engineering/atmospherics) +"Rd" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/light_switch{ + pixel_y = -10; + dir = 8; + pixel_x = 20 + }, +/turf/open/floor/plating, +/area/ship/engineering/atmospherics) "Rh" = ( /obj/effect/turf_decal/industrial/warning{ dir = 8 @@ -7075,10 +7283,6 @@ }, /turf/open/floor/plating, /area/ship/engineering/atmospherics) -"Rl" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/turf/closed/wall/r_wall/syndicate/nodiagonal, -/area/ship/engineering) "Ru" = ( /obj/effect/turf_decal/corner/opaque/syndiered{ dir = 9 @@ -7128,9 +7332,6 @@ /obj/item/reagent_containers/food/condiment/sugar, /turf/open/floor/plasteel, /area/ship/crew/canteen) -"RC" = ( -/turf/closed/wall/r_wall/syndicate/nodiagonal, -/area/ship/crew/office) "RE" = ( /obj/machinery/atmospherics/pipe/simple/purple/visible, /obj/machinery/light/directional/south, @@ -7209,9 +7410,6 @@ /obj/machinery/light/small/directional/west, /turf/open/floor/plasteel/dark, /area/ship/hallway/central) -"Sc" = ( -/turf/closed/wall/r_wall/syndicate/nodiagonal, -/area/ship/medical/surgery) "Sd" = ( /obj/effect/turf_decal/corner/opaque/syndiered/border{ dir = 4 @@ -7233,6 +7431,11 @@ /obj/effect/turf_decal/spline/fancy/opaque/syndiered{ dir = 1 }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -20; + pixel_y = 12 + }, /turf/open/floor/mineral/plastitanium, /area/ship/security/armory) "Si" = ( @@ -7244,11 +7447,6 @@ /obj/machinery/light/directional/north, /turf/open/floor/wood, /area/ship/crew/canteen) -"Sl" = ( -/obj/effect/turf_decal/corner/opaque/white/diagonal, -/obj/structure/extinguisher_cabinet/directional/north, -/turf/open/floor/plasteel, -/area/ship/crew/canteen) "Sp" = ( /obj/machinery/atmospherics/pipe/simple/orange/visible, /obj/effect/turf_decal/corner/opaque/orange/full, @@ -7382,9 +7580,6 @@ /obj/item/toy/balloon/syndicate, /turf/open/floor/plating, /area/ship/engineering/atmospherics) -"SL" = ( -/turf/closed/wall/r_wall/syndicate/nodiagonal, -/area/ship/bridge) "SM" = ( /obj/effect/turf_decal/industrial/warning{ dir = 8 @@ -7394,20 +7589,6 @@ }, /turf/open/floor/plasteel/mono/dark, /area/ship/hallway/central) -"SQ" = ( -/obj/effect/turf_decal/corner/opaque/syndiered/border{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/corner/opaque/syndiered/border, -/obj/machinery/nuclearbomb/beer{ - desc = "It's an old, decommissioned bomb, previously used by Nuclear Operatives during the Corporate War. It seems to have a tap drilled in."; - name = "\improper nuclear fission explosive" - }, -/turf/open/floor/plasteel, -/area/ship/crew/canteen) "SR" = ( /obj/machinery/door/airlock/glass{ name = "Cryo" @@ -7646,6 +7827,22 @@ }, /turf/open/floor/plasteel/dark, /area/ship/engineering/atmospherics) +"UE" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/obj/effect/turf_decal/corner/opaque/orange/three_quarters{ + dir = 4 + }, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -20; + pixel_y = 12 + }, +/turf/open/floor/plasteel/dark, +/area/ship/engineering) "UF" = ( /obj/machinery/door/airlock/public/glass, /obj/effect/turf_decal/corner/opaque/syndiered/border{ @@ -7683,6 +7880,11 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/pod/dark, /area/ship/cargo) +"UN" = ( +/turf/closed/wall/r_wall/syndicate/nodiagonal{ + rad_insulation = 0 + }, +/area/ship/engineering/communications) "UV" = ( /obj/machinery/atmospherics/pipe/simple/green/visible{ dir = 10 @@ -7701,9 +7903,12 @@ /obj/effect/turf_decal/corner/opaque/syndiered, /turf/open/floor/plasteel/tech, /area/ship/hallway/central) -"Vf" = ( -/turf/closed/wall/r_wall/syndicate/nodiagonal, -/area/ship/engineering/communications) +"Va" = ( +/obj/structure/sign/syndicate, +/turf/closed/wall/r_wall/syndicate/nodiagonal{ + rad_insulation = 0 + }, +/area/ship/crew/cryo) "Vj" = ( /obj/item/radio/intercom/directional/west, /obj/effect/turf_decal/corner/opaque/syndiered{ @@ -7731,9 +7936,21 @@ }, /turf/open/floor/engine/o2, /area/ship/engineering/atmospherics) -"Vw" = ( -/obj/structure/sign/syndicate, -/turf/closed/wall/r_wall/syndicate/nodiagonal, +"Vv" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/machinery/mineral/ore_redemption{ + dir = 8 + }, +/obj/effect/turf_decal/box/corners{ + dir = 1 + }, +/obj/effect/turf_decal/box/corners{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/pod/dark, /area/ship/cargo) "Vy" = ( /obj/effect/turf_decal/siding/thinplating/dark{ @@ -7862,6 +8079,20 @@ }, /turf/open/floor/plasteel/tech, /area/ship/hallway/central) +"Wd" = ( +/turf/closed/wall/r_wall/syndicate/nodiagonal{ + rad_insulation = 0 + }, +/area/ship/crew/cryo) +"We" = ( +/obj/machinery/porta_turret/syndicate/energy{ + dir = 10; + faction = list("PlayerSyndicate") + }, +/turf/closed/wall/r_wall/syndicate/nodiagonal{ + rad_insulation = 0 + }, +/area/ship/bridge) "Wj" = ( /obj/structure/table/wood, /obj/item/reagent_containers/food/drinks/bottle/lizardwine{ @@ -8050,17 +8281,6 @@ /obj/effect/turf_decal/corner/opaque/syndiered, /turf/open/floor/mineral/plastitanium, /area/ship/bridge) -"Xc" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/obj/effect/turf_decal/corner/opaque/orange/three_quarters{ - dir = 4 - }, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel/dark, -/area/ship/engineering) "Xf" = ( /obj/structure/rack, /obj/effect/turf_decal/box/white/corners{ @@ -8168,17 +8388,6 @@ }, /turf/open/floor/plating, /area/ship/engineering/atmospherics) -"XR" = ( -/obj/structure/catwalk/over/plated_catwalk/dark, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/ship/hallway/central) "XU" = ( /obj/effect/turf_decal/corner/opaque/syndiered{ dir = 5 @@ -8200,10 +8409,35 @@ /obj/machinery/atmospherics/pipe/layer_manifold, /turf/open/floor/plasteel/dark, /area/ship/hallway/central) +"Yc" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber, +/obj/structure/sign/warning/nosmoking/burnt{ + pixel_x = -32 + }, +/turf/open/floor/engine, +/area/ship/engineering/engine) "Yh" = ( /obj/effect/turf_decal/industrial/hatch/yellow, /turf/open/floor/engine, /area/ship/engineering/engine) +"Yi" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/syndiered{ + dir = 6 + }, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 20; + pixel_y = 11 + }, +/turf/open/floor/mineral/plastitanium, +/area/ship/crew/office) "Yj" = ( /obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/layer4, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, @@ -8336,29 +8570,6 @@ }, /turf/open/floor/plasteel, /area/ship/crew/dorm) -"YQ" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 5 - }, -/obj/machinery/light/directional/east, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/obj/structure/closet/crate{ - name = "Mining Crate" - }, -/obj/item/pickaxe/mini, -/obj/item/pickaxe/mini, -/obj/item/pickaxe/mini, -/obj/item/storage/bag/ore, -/obj/item/storage/bag/ore, -/obj/item/storage/bag/ore, -/obj/item/mining_scanner, -/obj/item/mining_scanner, -/obj/item/mining_scanner, -/turf/open/floor/pod/dark, -/area/ship/cargo) "YR" = ( /obj/structure/closet/secure_closet/engineering_personal{ req_access = list(150,10) @@ -8395,16 +8606,6 @@ }, /turf/open/floor/mineral/plastitanium, /area/ship/bridge) -"YZ" = ( -/obj/effect/turf_decal/spline/fancy/opaque/black{ - dir = 1 - }, -/obj/structure/reagent_dispensers/water_cooler, -/obj/effect/turf_decal/spline/fancy/opaque/syndiered{ - dir = 5 - }, -/turf/open/floor/mineral/plastitanium/red, -/area/ship/security) "Zc" = ( /obj/effect/turf_decal/corner/opaque/syndiered{ dir = 10 @@ -8427,10 +8628,6 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/mineral/plastitanium, /area/ship/bridge) -"Zr" = ( -/obj/structure/sign/syndicate, -/turf/closed/wall/r_wall/syndicate/nodiagonal, -/area/ship/crew/office) "Zt" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 8 @@ -8477,22 +8674,11 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/pod/dark, /area/ship/cargo) -"ZE" = ( -/obj/machinery/light/directional/south, -/obj/structure/reagent_dispensers/watertank, -/obj/item/mop, -/obj/item/reagent_containers/glass/bucket, -/obj/effect/turf_decal/siding/wood{ - dir = 6 - }, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 1 +"ZD" = ( +/turf/closed/wall/r_wall/syndicate/nodiagonal{ + rad_insulation = 0 }, -/turf/open/floor/wood/walnut, -/area/ship/crew/janitor) -"ZH" = ( -/turf/closed/wall/r_wall/syndicate/nodiagonal, -/area/ship/security) +/area/ship/engineering/engine) "ZJ" = ( /obj/structure/cable/yellow{ icon_state = "4-8" @@ -8540,6 +8726,11 @@ }, /turf/template_noop, /area/template_noop) +"ZX" = ( +/turf/closed/wall/r_wall/syndicate/nodiagonal{ + rad_insulation = 0 + }, +/area/ship/engineering) "ZY" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ dir = 1 @@ -8563,11 +8754,11 @@ mp mp mp mp -Vf -Vf -Vf -Vf -Vf +UN +UN +UN +UN +UN mp mp mp @@ -8590,27 +8781,27 @@ mp mp mp mp -of +ms ae LX -kS -kS +FR +FR LX ae LX -Vf +UN MU qF Cp -Vf +UN LX ae LX -kS -kS +FR +FR LX ae -hu +We mp mp mp @@ -8621,46 +8812,46 @@ mp (3,1,1) = {" mp mp -ab +Pz LX ae LX -kS +FR bq QD -kS -kS +FR +FR NO iJ wM -Vf +UN Ht Yq qQ -Vf +UN NO iJ wM -kS -kS +FR +FR NO mW -kS +FR LX ae LX -ab +Pz mp mp "} (4,1,1) = {" mp mp -kS +FR NO iJ wM -kS +FR PE sj SK @@ -8668,11 +8859,11 @@ LH Hk iC sj -LT +uP nk NK RE -ho +ch uY Aq uY @@ -8680,18 +8871,18 @@ OS nq sj aj -kS +FR NO iJ wM -kS +FR mp mp "} (5,1,1) = {" mp mp -kS +FR TR xh XN @@ -8705,7 +8896,7 @@ hZ Rc WX Fm -nC +DK IU DF pw @@ -8719,16 +8910,16 @@ zs Ua SI TR -kS +FR mp mp "} (6,1,1) = {" mp mp -kS +FR iu -ks +Rd Ku zr wm @@ -8736,15 +8927,15 @@ tl aG Gx tl -kS +FR MZ -Vf -Vf -Vf -Vf -Vf +UN +UN +UN +UN +UN Sv -kS +FR tl jr sY @@ -8754,24 +8945,24 @@ lv eQ Mo GC -kS +FR mp mp "} (7,1,1) = {" -kS -kS -kS -kS -kS +FR +FR +FR +FR +FR Dm -kS +FR eR JN -kS +FR eR iz -kS +FR OG Rh Ug @@ -8779,19 +8970,19 @@ CH Cc zI zQ -kS +FR JN JN -kS +FR JN JN -kS -kS +FR +FR wH -kS -kS -kS -kS +FR +FR +FR +FR "} (8,1,1) = {" qM @@ -8800,13 +8991,13 @@ lj aE NL xq -kS +FR dQ Af -kS +FR Ai Xj -kS +FR wF bU tk @@ -8814,13 +9005,13 @@ BB xs qS ke -kS +FR mt WH -kS +FR nj tG -kS +FR EH VA qz @@ -8835,13 +9026,13 @@ SA ZQ NL JH -kS +FR Mb Vu -kS +FR BS Ws -kS +FR Ft fH En @@ -8849,13 +9040,13 @@ Yh Ft fH En -kS +FR AB ER -kS +FR LF Dt -kS +FR cp mS qz @@ -8864,49 +9055,49 @@ Pn gh "} (10,1,1) = {" -kS -kS -xG -xG -xG +FR +FR +ZX +ZX +ZX db -kS -kS +FR +FR ST -kS +FR ST eR -kS +FR ya -MQ +ZD ip ip ip -MQ +ZD Lp -kS +FR eR eR -kS -kS -kS -kS -kS +FR +FR +FR +FR +FR fV -kS -kS -kS -kS +FR +FR +FR +FR "} (11,1,1) = {" mp pF -Rl +CB Sp -Xc +UE ss sD -Rl +CB Uu Od oV @@ -8917,32 +9108,32 @@ EE ht rr ht -bO +Po jJ yy rQ lF Gn -kS +FR Tq ph xk yI Ot -kS +FR mp mp "} (12,1,1) = {" mp mp -xG -xG +ZX +ZX ED Sr ug -xG -xG +ZX +ZX gC MC JA @@ -8958,13 +9149,13 @@ sI OP DQ Gn -kS +FR dP HI jf TE -kS -kS +FR +FR mp mp "} @@ -8972,33 +9163,33 @@ mp mp mp mp -xG +ZX Qd bM zH bV -xG +ZX hN IT wJ Zz Zz -MQ -MQ +ZD +ZD WC -MQ -MQ +ZD +ZD um um qb DQ qt -kS +FR iV iI cJ Mn -kS +FR mp mp mp @@ -9007,33 +9198,33 @@ mp mp mp mp -xG +ZX fz zK qK YR -xG +ZX RG BV gm sW sW -MQ +ZD EU er EU -MQ +ZD yr yr Pd wZ Gn -kS +FR sP Oz GE UC -kS +FR mp mp mp @@ -9041,34 +9232,34 @@ mp (15,1,1) = {" mp mp -mp -xG +bL +ZX WK pB wA bQ -xG +ZX Dk NI rb -MQ -MQ -MQ -MQ +ZD +ZD +ZD +ZD AL -MQ -MQ -MQ -MQ +ZD +ZD +ZD +ZD Cw Zw Gn -kS -rq +FR +qR ZY cw UB -kS +FR mp mp mp @@ -9077,7 +9268,7 @@ mp mp mp mp -xG +ZX wP oC QY @@ -9091,7 +9282,7 @@ kJ iB Ih lI -gU +Yc wi kJ xo @@ -9103,23 +9294,23 @@ Vy Hu Pb yn -kS +FR mp mp mp "} (17,1,1) = {" -of -sb -sb -sb -sb -sb -sb -sb -sb +ms +xj +xj +xj +xj +xj +xj +xj +xj oB -MQ +ZD Na vJ Jm @@ -9132,29 +9323,29 @@ IE Jk GO Ay -xv -xv -xv -xv -xv +PL +PL +PL +PL +PL jA -ZH -ZH -ZH -hu +Bj +Bj +Bj +We "} (18,1,1) = {" -sb +xj RB -Sl +jx Ii pj -xx +qA Fa nE -sb +xj Kq -MQ +ZD yB sL kJ @@ -9167,42 +9358,42 @@ kJ xo pc TT -xv +PL Si Sg wR -xv +PL NE yN nr -ZH -ZH +Bj +Bj "} (19,1,1) = {" -sb -sb +xj +xj Ux Kx fN -SQ +mO Qa -Jd -sb +dD +xj Jz -MQ -MQ -aU -aU -aU -aU -aU -aU -aU -aU -aU -MQ -MQ -xv +ZD +ZD +ZD +ZD +ZD +ZD +ZD +ZD +ZD +ZD +ZD +ZD +ZD +PL Si si sr @@ -9210,19 +9401,19 @@ Eo lT da vn -ZH -ZH +Bj +Bj "} (20,1,1) = {" mp -sb +xj Sj VO wz VG qP ma -sb +xj yF SM sd @@ -9237,7 +9428,7 @@ xP oX PN PN -xv +PL sG ji wg @@ -9245,7 +9436,7 @@ gk Kg IB fX -ZH +Bj mp "} (21,1,1) = {" @@ -9271,8 +9462,8 @@ ag cq ea tY -XR -xv +kl +PL Si Rv TC @@ -9280,7 +9471,7 @@ on cX AK kH -ZH +Bj mp "} (22,1,1) = {" @@ -9295,34 +9486,34 @@ Qv UF HL lw -QF -QF -QF +vz +vz +vz uE -QF -QF +vz +vz gX -ro -ro -ro +sO +sO +sO VH oi -xv +PL Si Up hS -xv -LJ +PL +Nh MK vE -ZH +Bj mp "} (23,1,1) = {" mp -sb +xj dH -NS +lq Sy Bq gZ @@ -9330,51 +9521,51 @@ zP dp WL ru -QF +vz Wj -bP +Cj ON -QI -QF -vy +MA +vz +Qs Ry -iv -ro +PM +sO kR Fr -xv -xv +PL +PL jH jH -xv +PL BG da Xf -ZH +Bj mp "} (24,1,1) = {" mp -zD -zD -zD -zD -zD -zD -zD -zD +JM +JM +JM +JM +JM +JM +JM +JM mG lw -QF +vz dm yM ts Xg -QF +vz ID TI -ZE -ro +Fj +sO KJ ox IC @@ -9385,12 +9576,12 @@ oc ln ET kc -ZH +Bj mp "} (25,1,1) = {" mp -zD +JM yP He LG @@ -9400,42 +9591,42 @@ qI PY RU Tt -RC -RC -Zr -RC -RC -RC -RC -RC -Zr -RC +sp +sp +Ee +sp +sp +sp +sp +sp +Ee +sp VY GH -ZH +Bj Ed ow oG pR KK AK -wC -ZH +Ey +Bj mp "} (26,1,1) = {" mp -vb -vb -vb -vb +Wd +Wd +Wd +Wd WG Ql QR -zD +JM oi zO -RC +sp cC ir mm @@ -9444,33 +9635,33 @@ HQ AQ oJ NC -RC +sp Fl cd -ZH -ZH +Bj +Bj dq -ZH -ZH +Bj +Bj pD sc pN -ZH +Bj mp "} (27,1,1) = {" mp -vb +Wd gz yO -vb +Wd ps No aA -zD +JM tH At -RC +sp qN im hE @@ -9479,10 +9670,10 @@ Xq KF WB wa -RC +sp Gy oi -ZH +Bj pL SV pE @@ -9495,33 +9686,33 @@ mp "} (28,1,1) = {" mp -vb +Wd fn iG SR FI YO Fi -zD +JM Zt pO -RC +sp pm qT -rR +Yi PQ Ig Dx gL GG -RC +sp Gy nt -ZH +Bj Gk HH Pa -ZH +Bj HG IB hY @@ -9530,34 +9721,34 @@ mp "} (29,1,1) = {" mp -CG -vb -vb -vb -fb +Va +Wd +Wd +Wd +bv JY -zD -zD +JM +JM qY Bs -RC -RC -Zr -RC +sp +sp +Ee +sp wV CR -RC -RC -Zr -RC +sp +sp +Ee +sp kT oi -ZH -ZH -ZH -ZH -ZH -YZ +Bj +Bj +Bj +Bj +Bj +fJ AK fK TM @@ -9568,10 +9759,10 @@ mp lo CV Go -rP -rP -rP -rP +Bw +Bw +Bw +Bw Yz hr Id @@ -9589,13 +9780,13 @@ Id lg tn Yn -ZH +Bj GD mB EG ia ia -ZH +Bj mp "} (31,1,1) = {" @@ -9606,7 +9797,7 @@ ZC Um pH ep -rP +Bw KJ oi UW @@ -9624,13 +9815,13 @@ KM Pe oi Gm -ZH +Bj CQ Nj -ZH +Bj CQ SZ -ZH +Bj mp "} (32,1,1) = {" @@ -9645,27 +9836,27 @@ KQ yz ZJ Zc -Gi -mQ +ex +dz uh uh tg uX uh uh -mQ -mQ -Jh +dz +dz +zS Tn oi lw -ZH +Bj xe MK -ZH +Bj Qx tp -ZH +Bj mp "} (33,1,1) = {" @@ -9680,7 +9871,7 @@ KA Wy oj eF -mQ +dz ii XU yd @@ -9690,32 +9881,32 @@ nS YJ jM vW -mQ +dz gI fm zZ -ZH +Bj WV xz -ZH +Bj BL qL -ZH +Bj mp "} (34,1,1) = {" mp -Vw -rP -rP -YQ -gg +jT +Bw +Bw +gE +Vv Zg -rP +Bw dl bR hP -mQ +dz Dh st Jy @@ -9724,51 +9915,51 @@ CS al On JE -vB -mQ +rt +dz ak Pe cW -ZH +Bj OY MK -ZH -ZH -ZH -ZH +Bj +Bj +Bj +Bj mp "} (35,1,1) = {" mp mp mp -rP -rP -rP -rP -rP +Bw +Bw +Bw +Bw +Bw GM iL -Sc -Sc -Sc -Sc -Sc +je +je +je +je +je Jf HF gq Gs uK -cr -mQ -mQ +fl +dz +dz Fs qp -ZH -ZH -ZH -ZH -ZH +Bj +Bj +Bj +Bj +Bj mp mp mp @@ -9784,7 +9975,7 @@ Sb RW fU pO -Sc +je KI pp FE @@ -9792,11 +9983,11 @@ CF dE Wm bN -eP +De Ap Ie ck -mQ +dz Gy XL RW @@ -9819,7 +10010,7 @@ Yj RW fU kf -Sc +je hb jz GZ @@ -9831,7 +10022,7 @@ Cl Ap Ie FW -mQ +dz Qk XL RW @@ -9848,13 +10039,13 @@ mp mp mp mp -xp -EN -EN -EN +vd +xB +xB +xB gi pO -Sc +je zG hW Kz @@ -9866,13 +10057,13 @@ JL WR Ie Ks -mQ +dz KJ hd -EN -EN -EN -nW +xB +xB +xB +Mr mp mp mp @@ -9886,25 +10077,25 @@ mp mp mp mp -EN +xB HY -lw -Sc +EX +je iZ Iw -SL -SL -SL -SL -SL -SL -SL +nb +nb +nb +nb +nb +nb +nb VM SS -mQ -KJ +dz +ka lx -EN +xB mp mp mp @@ -9920,27 +10111,27 @@ mp mp mp mp -SL -SL +nb +nb Ym -SL -SL +nb +nb Pv pp -SL +nb Nm Kk KB zp np -SL +nb jv hj -SL -SL +nb +nb Fh -SL -SL +nb +nb mp mp mp @@ -9959,19 +10150,19 @@ Kw Hj do wL -SL -SL -SL -SL +nb +nb +nb +nb Xb vL wb vL lG -SL -SL -SL -SL +nb +nb +nb +nb MP Oj Vj @@ -9994,8 +10185,8 @@ Kw bo Gv RA -SL -Im +nb +Qt dL zy xg @@ -10006,7 +10197,7 @@ PA kE wr Yo -SL +nb BU et so @@ -10060,11 +10251,11 @@ mp mp mp mp -SL -SL +nb +nb PB -SL -SL +nb +nb Tl vL OK @@ -10076,11 +10267,11 @@ tZ vL OK Fu -SL -SL +nb +nb hR -SL -SL +nb +nb mp mp mp @@ -10095,13 +10286,13 @@ mp mp mp mp -SL +nb Uf Jr Fc -SL +nb VB -SL +nb VU cj EJ @@ -10109,13 +10300,13 @@ UI YF Sd Jw -SL +nb FV -SL +nb SD hw -dC -SL +xc +nb mp mp mp @@ -10130,11 +10321,11 @@ mp mp mp mp -SL +nb iK jG Fc -SL +nb mp QE uo @@ -10146,11 +10337,11 @@ tr YW QE mp -SL +nb Xt Gg QX -SL +nb mp mp mp @@ -10165,15 +10356,15 @@ mp mp mp mp -SL +nb GU Mw CU -SL +nb mp QE Mk -BT +pv jh zf oP @@ -10181,11 +10372,11 @@ Ao RT QE mp -SL +nb ad iW Il -SL +nb mp mp mp @@ -10200,13 +10391,13 @@ mp mp mp mp -SL +nb pl zJ oM -SL +nb mp -SL +nb VB VB VB @@ -10214,13 +10405,13 @@ VB VB VB VB -SL +nb mp -SL +nb KD Ah bI -SL +nb mp mp mp @@ -10235,11 +10426,11 @@ mp mp mp mp -SL -SL +nb +nb nn -SL -SL +nb +nb mp mp mp @@ -10251,11 +10442,11 @@ mp mp mp mp -SL -SL +nb +nb Ib -SL -SL +nb +nb mp mp mp @@ -10271,9 +10462,9 @@ mp mp mp mp -SL +nb rW -SL +nb mp mp mp @@ -10287,9 +10478,9 @@ mp mp mp mp -SL +nb xH -SL +nb mp mp mp @@ -10306,9 +10497,9 @@ mp mp mp mp -zT +kX Hd -zT +kX mp mp mp @@ -10322,9 +10513,9 @@ mp mp mp mp -zT +kX fO -zT +kX mp mp mp diff --git a/_maps/shuttles/subshuttles/independent_kunai.dmm b/_maps/shuttles/subshuttles/independent_kunai.dmm index 98c5b1346d31..cdc0efe873f5 100644 --- a/_maps/shuttles/subshuttles/independent_kunai.dmm +++ b/_maps/shuttles/subshuttles/independent_kunai.dmm @@ -5,7 +5,7 @@ network = "KunaiComms" }, /obj/item/paper/crumpled{ - info = "USE THE MULTITOOL TO FILTER YOUR RADIO FREQUENCY" + default_raw_text = "USE THE MULTITOOL TO FILTER YOUR RADIO FREQUENCY" }, /obj/item/multitool, /obj/effect/turf_decal/techfloor{ @@ -315,6 +315,9 @@ /obj/machinery/power/smes/engineering, /obj/effect/turf_decal/box, /obj/machinery/light/directional/east, +/obj/machinery/light_switch{ + pixel_y = 22 + }, /turf/open/floor/engine/hull/interior, /area/ship/storage) "nP" = ( @@ -337,6 +340,11 @@ /obj/effect/turf_decal/techfloor{ dir = 10 }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -22; + pixel_y = 13 + }, /turf/open/floor/plasteel/tech, /area/ship/bridge) "rR" = ( diff --git a/_maps/shuttles/subshuttles/independent_sugarcube.dmm b/_maps/shuttles/subshuttles/independent_sugarcube.dmm index 9879c6eead1b..0765373b95f4 100644 --- a/_maps/shuttles/subshuttles/independent_sugarcube.dmm +++ b/_maps/shuttles/subshuttles/independent_sugarcube.dmm @@ -50,6 +50,9 @@ /obj/structure/cable{ icon_state = "0-2" }, +/obj/machinery/light_switch{ + pixel_y = 22 + }, /turf/open/floor/plating, /area/ship/engineering) "h" = ( @@ -72,6 +75,10 @@ /obj/structure/cable{ icon_state = "0-2" }, +/obj/machinery/light_switch{ + pixel_y = 23; + pixel_x = -13 + }, /turf/open/floor/plating, /area/ship/storage) "j" = ( diff --git a/_maps/templates/holodeck_kobayashi.dmm b/_maps/templates/holodeck_kobayashi.dmm index f1ed298d1553..c58dae60ebda 100644 --- a/_maps/templates/holodeck_kobayashi.dmm +++ b/_maps/templates/holodeck_kobayashi.dmm @@ -150,8 +150,6 @@ /area/template_noop) "F" = ( /obj/structure/rack, -/obj/item/clothing/under/trek/engsec, -/obj/item/clothing/under/trek/engsec, /obj/effect/turf_decal/corner/transparent/neutral{ dir = 4 }, @@ -209,9 +207,6 @@ /area/template_noop) "T" = ( /obj/structure/rack, -/obj/item/clothing/under/trek/medsci, -/obj/item/clothing/under/trek/medsci, -/obj/item/clothing/under/trek/command, /obj/effect/turf_decal/corner/transparent/neutral{ dir = 4 }, diff --git a/check_regex.yaml b/check_regex.yaml index 86faec7e1091..c28639172af2 100644 --- a/check_regex.yaml +++ b/check_regex.yaml @@ -31,20 +31,20 @@ standards: - exactly: [4, "/mob text paths", '"/mob'] - exactly: [51, "/obj text paths", '"/obj'] - exactly: [0, "/turf text paths", '"/turf'] - - exactly: [116, "text2path uses", "text2path"] + - exactly: [117, "text2path uses", "text2path"] - exactly: [18, "world<< uses", 'world[ \t]*<<'] - exactly: [0, "world.log<< uses", 'world.log[ \t]*<<'] - exactly: [ - 291, + 297, "non-bitwise << uses", '(?LOGS)" -#define ADMIN_FAX(user, fax, faxtype, sent) "(FAX)" #define ADMIN_PUNISHMENT_BREAK_BONES "Break all bones" #define ADMIN_PUNISHMENT_LIGHTNING "Lightning bolt" diff --git a/code/__DEFINES/chat.dm b/code/__DEFINES/chat.dm index e0609d54baec..f816c0317f4c 100644 --- a/code/__DEFINES/chat.dm +++ b/code/__DEFINES/chat.dm @@ -10,10 +10,11 @@ #define MESSAGE_TYPE_WARNING "warning" #define MESSAGE_TYPE_DEADCHAT "deadchat" #define MESSAGE_TYPE_OOC "ooc" +#define MESSAGE_TYPE_LOOC "looc" #define MESSAGE_TYPE_ADMINPM "adminpm" #define MESSAGE_TYPE_COMBAT "combat" #define MESSAGE_TYPE_ADMINCHAT "adminchat" -#define MESSAGE_TYPE_MODCHAT "modchat" +#define MESSAGE_TYPE_MENTORCHAT "mentorchat" #define MESSAGE_TYPE_EVENTCHAT "eventchat" #define MESSAGE_TYPE_ADMINLOG "adminlog" #define MESSAGE_TYPE_ATTACKLOG "attacklog" diff --git a/code/__DEFINES/colors.dm b/code/__DEFINES/colors.dm index 41de4353ee7e..5814f8f27a1f 100644 --- a/code/__DEFINES/colors.dm +++ b/code/__DEFINES/colors.dm @@ -26,11 +26,14 @@ //EndWS #define COLOR_WHITE "#FFFFFF" +#define COLOR_OFF_WHITE "#FFF5ED" #define COLOR_VERY_LIGHT_GRAY "#EEEEEE" #define COLOR_SILVER "#C0C0C0" #define COLOR_GRAY "#808080" #define COLOR_FLOORTILE_GRAY "#a3a2a0" +#define COLOR_WEBSAFE_DARK_GRAY "#484848" #define COLOR_ALMOST_BLACK "#333333" +#define COLOR_FULL_TONER_BLACK "#101010" #define COLOR_BLACK "#000000" #define COLOR_HALF_TRANSPARENT_BLACK "#0000007A" @@ -70,12 +73,14 @@ #define COLOR_PINK "#FFC0CB" #define COLOR_MOSTLY_PURE_PINK "#E4005B" #define COLOR_BLUSH_PINK "#D84C59" +#define COLOR_FADED_PINK "#ff80d5" #define COLOR_BLUSH_TEAL "#009696" #define COLOR_MAGENTA "#FF00FF" #define COLOR_STRONG_MAGENTA "#B800B8" #define COLOR_PURPLE "#800080" #define COLOR_VIOLET "#B900F7" #define COLOR_STRONG_VIOLET "#6927c5" +#define COLOR_DARK_PURPLE "#551A8B" #define COLOR_ORANGE "#FF9900" #define COLOR_TAN_ORANGE "#FF7B00" diff --git a/code/__DEFINES/combat.dm b/code/__DEFINES/combat.dm index 51e16da23a05..47189ae8b285 100644 --- a/code/__DEFINES/combat.dm +++ b/code/__DEFINES/combat.dm @@ -11,15 +11,6 @@ #define STAMINA "stamina" #define BRAIN "brain" -//bitflag damage defines used for suicide_act -#define BRUTELOSS (1<<0) -#define FIRELOSS (1<<1) -#define TOXLOSS (1<<2) -#define OXYLOSS (1<<3) -#define SHAME (1<<4) -#define MANUAL_SUICIDE (1<<5) //suicide_act will do the actual killing. -#define MANUAL_SUICIDE_NONLETHAL (1<<6) //when the suicide is conditionally lethal - #define EFFECT_STUN "stun" #define EFFECT_KNOCKDOWN "knockdown" #define EFFECT_UNCONSCIOUS "unconscious" @@ -194,17 +185,6 @@ GLOBAL_LIST_INIT(shove_disarming_types, typecacheof(list( #define IS_SHARP 1 #define IS_SHARP_ACCURATE 2 -//His Grace. -#define HIS_GRACE_SATIATED 0 //He hungers not. If bloodthirst is set to this, His Grace is asleep. -#define HIS_GRACE_PECKISH 20 //Slightly hungry. -#define HIS_GRACE_HUNGRY 60 //Getting closer. Increases damage up to a minimum of 20. -#define HIS_GRACE_FAMISHED 100 //Dangerous. Increases damage up to a minimum of 25 and cannot be dropped. -#define HIS_GRACE_STARVING 120 //Incredibly close to breaking loose. Increases damage up to a minimum of 30. -#define HIS_GRACE_CONSUME_OWNER 140 //His Grace consumes His owner at this point and becomes aggressive. -#define HIS_GRACE_FALL_ASLEEP 160 //If it reaches this point, He falls asleep and resets. - -#define HIS_GRACE_FORCE_BONUS 4 //How much force is gained per kill. - #define EXPLODE_NONE 0 //Don't even ask me why we need this. #define EXPLODE_DEVASTATE 1 #define EXPLODE_HEAVY 2 diff --git a/code/__DEFINES/dcs/signals.dm b/code/__DEFINES/dcs/signals.dm index 6a93f0c7145c..bda73339bff8 100644 --- a/code/__DEFINES/dcs/signals.dm +++ b/code/__DEFINES/dcs/signals.dm @@ -86,11 +86,15 @@ #define COMSIG_ATOM_UPDATE_DESC "atom_update_desc" ///from base of atom/update_icon(): () #define COMSIG_ATOM_UPDATE_ICON "atom_update_icon" - #define COMSIG_ATOM_NO_UPDATE_ICON_STATE (1<<0) - #define COMSIG_ATOM_NO_UPDATE_OVERLAYS (1<<1) -///from base of atom/update_overlays(): (list/new_overlays) + /// If returned from [COMSIG_ATOM_UPDATE_ICON] it prevents the atom from updating its icon state. + #define COMSIG_ATOM_NO_UPDATE_ICON_STATE UPDATE_ICON_STATE + /// If returned from [COMSIG_ATOM_UPDATE_ICON] it prevents the atom from updating its overlays. + #define COMSIG_ATOM_NO_UPDATE_OVERLAYS UPDATE_OVERLAYS +///from base of [atom/update_icon_state]: () +#define COMSIG_ATOM_UPDATE_ICON_STATE "atom_update_icon_state" +///from base of [/atom/update_overlays]: (list/new_overlays) #define COMSIG_ATOM_UPDATE_OVERLAYS "atom_update_overlays" -///from base of atom/update_icon(): (signalOut, did_anything) +///from base of [/atom/update_icon]: (signalOut, did_anything) #define COMSIG_ATOM_UPDATED_ICON "atom_updated_icon" ///from base of atom/Entered(): (atom/movable/entering, /atom) #define COMSIG_ATOM_ENTERED "atom_entered" @@ -184,10 +188,13 @@ ///from base of atom/set_opacity(): (new_opacity) #define COMSIG_ATOM_SET_OPACITY "atom_set_opacity" +/// from base of /atom/movable/proc/on_virtual_z_change(): (new_virtual_z, old_virtual_z) +#define COMSIG_ATOM_VIRTUAL_Z_CHANGE "atom_virtual_z_change" + //from base of atom/movable/on_enter_storage(): (datum/component/storage/concrete/master_storage) -#define COMISG_STORAGE_ENTERED "storage_entered" +#define COMSIG_STORAGE_ENTERED "storage_entered" //from base of atom/movable/on_exit_storage(): (datum/component/storage/concrete/master_storage) -#define CONSIG_STORAGE_EXITED "storage_exited" +#define COMSIG_STORAGE_EXITED "storage_exited" ///from base of atom/expose_reagents(): #define COMSIG_ATOM_EXPOSE_REAGENTS "atom_expose_reagents" @@ -374,7 +381,8 @@ ///from base of mob/swap_hand(): (obj/item) #define COMSIG_MOB_SWAP_HANDS "mob_swap_hands" #define COMPONENT_BLOCK_SWAP (1<<0) - +///from base of /mob/verb/pointed: (atom/A) +#define COMSIG_MOB_POINTED "mob_pointed" ///from base of mob/living/resist() (/mob/living) #define COMSIG_LIVING_RESIST "living_resist" ///from base of mob/living/look_up() (/mob/living) diff --git a/code/__DEFINES/flags.dm b/code/__DEFINES/flags.dm index 9b9ecd05cb91..82bfd3d983f1 100644 --- a/code/__DEFINES/flags.dm +++ b/code/__DEFINES/flags.dm @@ -98,10 +98,8 @@ GLOBAL_LIST_INIT(bitflags, list(1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 204 #define HIDDEN_AREA (1<<6) /// If false, loading multiple maps with this area type will create multiple instances. #define UNIQUE_AREA (1<<7) -/// If people are allowed to suicide in it. Mostly for OOC stuff like minigames -#define BLOCK_SUICIDE (1<<8) /// Can the Xenobio management console transverse this area by default? -#define XENOBIOLOGY_COMPATIBLE (1<<9) +#define XENOBIOLOGY_COMPATIBLE (1<<8) /* These defines are used specifically with the atom/pass_flags bitmask diff --git a/code/__DEFINES/fonts.dm b/code/__DEFINES/fonts.dm new file mode 100644 index 000000000000..446a40998898 --- /dev/null +++ b/code/__DEFINES/fonts.dm @@ -0,0 +1,21 @@ +//FONTS: Used by Paper, PhotoCopier, PDA's Notekeeper, NewsCaster, NewsPaper, ModularComputers (and PaperBin once a year). +/// Font used by regular pens +#define PEN_FONT "Verdana" +/// Font used by fancy pens +#define FOUNTAIN_PEN_FONT "Segoe Script" +/// Font used by crayons +#define CRAYON_FONT "Comic Sans MS" +/// Font used by printers +#define PRINTER_FONT "Times New Roman" +/// Font used by charcoal pens +#define CHARCOAL_FONT "Candara" +/// Font used when signing on paper. +#define SIGNATURE_FONT "Segoe Script" + +//pda fonts +#define MONO "Monospaced" +#define VT "VT323" +#define ORBITRON "Orbitron" +#define SHARE "Share Tech Mono" + +GLOBAL_LIST_INIT(pda_styles, sortList(list(MONO, VT, ORBITRON, SHARE))) diff --git a/code/__DEFINES/hud.dm b/code/__DEFINES/hud.dm index 9753c6ae1556..10e7951462c2 100644 --- a/code/__DEFINES/hud.dm +++ b/code/__DEFINES/hud.dm @@ -9,6 +9,8 @@ /// Used in show_hud(); Please ensure this is the same as the maximum index. #define HUD_VERSIONS 3 +#define HOVER_OUTLINE_FILTER "hover_outline" + //1:1 HUD layout stuff #define UI_BOXCRAFT "EAST-4:22,SOUTH+1:6" #define UI_BOXAREA "EAST-4:6,SOUTH+1:6" diff --git a/code/__DEFINES/icon_smoothing.dm b/code/__DEFINES/icon_smoothing.dm index 45225714e195..6c07dd234392 100644 --- a/code/__DEFINES/icon_smoothing.dm +++ b/code/__DEFINES/icon_smoothing.dm @@ -145,4 +145,4 @@ DEFINE_BITFIELD(smoothing_flags, list( #define SMOOTH_GROUP_CLEANABLE_DIRT S_OBJ(67) ///obj/effect/decal/cleanable/dirt -#define SMOOTH_GROUP_INDUSTRIAL_LIFT S_OBJ(70) ///obj/structure/industrial_lift +#define SMOOTH_GROUP_ELEVATOR S_OBJ(70) ///obj/structure/elevator_platform diff --git a/code/__DEFINES/layers.dm b/code/__DEFINES/layers.dm index 780348dd8498..fd61f4f1123b 100644 --- a/code/__DEFINES/layers.dm +++ b/code/__DEFINES/layers.dm @@ -130,11 +130,6 @@ #define CAMERA_STATIC_LAYER 19 #define CAMERA_STATIC_RENDER_TARGET "CAMERA_STATIC_PLANE" -#define RUNECHAT_PLANE 20 - -/// Plane for balloon text (text that fades up) -#define BALLOON_CHAT_PLANE 21 - //HUD layer defines #define FULLSCREEN_PLANE 31 @@ -146,6 +141,14 @@ #define CURSE_LAYER 31.5 #define FULLSCREEN_RENDER_TARGET "FULLSCREEN_PLANE" +// Runechat Interlude +#define RUNECHAT_PLANE 32 + +// Plane for balloon text (text that fades up) +#define BALLOON_CHAT_PLANE 33 + +//HUD layer defines part two + #define HUD_PLANE 42 #define HUD_LAYER 42 #define HUD_RENDER_TARGET "HUD_PLANE" diff --git a/code/__DEFINES/logging.dm b/code/__DEFINES/logging.dm index ebc9ab1c3bc8..a2f670fb5faf 100644 --- a/code/__DEFINES/logging.dm +++ b/code/__DEFINES/logging.dm @@ -48,8 +48,7 @@ #define INDIVIDUAL_SAY_LOG (LOG_SAY | LOG_WHISPER | LOG_DSAY) #define INDIVIDUAL_EMOTE_LOG (LOG_EMOTE | LOG_SUBTLER) #define INDIVIDUAL_COMMS_LOG (LOG_PDA | LOG_CHAT | LOG_COMMENT | LOG_TELECOMMS) -#define INDIVIDUAL_OOC_LOG (LOG_OOC | LOG_ADMIN | LOG_MSAY) -#define INDIVIDUAL_LOOC_LOG (LOG_LOOC | LOG_ADMIN) +#define INDIVIDUAL_OOC_LOG (LOG_OOC | LOG_ADMIN | LOG_MSAY | LOG_LOOC) #define INDIVIDUAL_OWNERSHIP_LOG (LOG_OWNERSHIP) #define INDIVIDUAL_SHOW_ALL_LOG (LOG_ATTACK | LOG_SAY | LOG_WHISPER | LOG_EMOTE | LOG_DSAY | LOG_PDA | LOG_CHAT | LOG_COMMENT | LOG_TELECOMMS | LOG_OOC | LOG_ADMIN | LOG_OWNERSHIP | LOG_GAME | LOG_ADMIN_PRIVATE | LOG_ASAY | LOG_MSAY | LOG_MECHA | LOG_VIRUS | LOG_CLONING | LOG_SHUTTLE | LOG_ECON | LOG_LOOC) diff --git a/code/__DEFINES/maps.dm b/code/__DEFINES/maps.dm index cfde841b6a3f..a92b62116c45 100644 --- a/code/__DEFINES/maps.dm +++ b/code/__DEFINES/maps.dm @@ -34,28 +34,18 @@ require only minor tweaks. #define ZTRAIT_RESERVED "Reserved" #define ZTRAIT_AWAY "Away Mission" #define ZTRAIT_SPACE_RUINS "Space Ruins" -#define ZTRAIT_LAVA_RUINS "Lava Ruins" -#define ZTRAIT_ICE_RUINS "Ice Ruins" -#define ZTRAIT_ICE_RUINS_UNDERGROUND "Ice Ruins Underground" -#define ZTRAIT_SAND_RUINS "Sand Ruins" -#define ZTRAIT_JUNGLE_RUINS "Jungle Ruins" -#define ZTRAIT_ROCK_RUINS "Rock Ruins" -#define ZTRAIT_WASTE_RUINS "Waste Ruins" - -// boolean - weather types that occur on the level -#define ZTRAIT_SANDSTORM "Weather_Sandstorm" -#define ZTRAIT_SNOWSTORM "Weather_Snowstorm" -#define ZTRAIT_ASHSTORM "Weather_Ashstorm" -#define ZTRAIT_ACIDRAIN "Weather_Acidrain" // enum - how SSsun should calculate sun exposure on this level +// if left null, AZIMUTH is assumed #define ZTRAIT_SUN_TYPE "Sun Cycle Type" - // if left null, the value below will be assumed - // default & original SSsun behaviour - orbit the 'station' horizontially + // default & original SSsun behaviour - orbit the 'station' horizontially. + // solar panels will cast a line (default 20 steps) and if it is occluded they lose sunlight #define AZIMUTH null - // static - exposed everywhere by default + // static, exposed + // the solar panel must be within 1 tile of space, or another "groundless" turf, to be exposed to sunlight #define STATIC_EXPOSED "Static Exposed" - // static - obstructed everywhere + // static, obscured + // solar panels are never exposed to sunlight #define STATIC_OBSCURED "Static Obscured" // number - bombcap is multiplied by this before being applied to bombs @@ -64,49 +54,28 @@ require only minor tweaks. // number - default gravity if there's no gravity generators or area overrides present #define ZTRAIT_GRAVITY "Gravity" -// numeric offsets - e.g. {"Down": -1} means that chasms will fall to z - 1 rather than oblivion -#define ZTRAIT_UP "Up" -#define ZTRAIT_DOWN "Down" - -// enum - how space transitions should affect this level -#define ZTRAIT_LINKAGE "Linkage" - // UNAFFECTED if absent - no space transitions - #define UNAFFECTED null - // SELFLOOPING - space transitions always self-loop - #define SELFLOOPING "Self" - // CROSSLINKED - mixed in with the cross-linked space pool - #define CROSSLINKED "Cross" - // string - type path of the z-level's baseturf (defaults to space) #define ZTRAIT_BASETURF "Baseturf" // default trait definitions, used by SSmapping #define ZTRAITS_CENTCOM list(ZTRAIT_CENTCOM = TRUE) -#define ZTRAITS_STATION list(ZTRAIT_LINKAGE = SELFLOOPING, ZTRAIT_STATION = TRUE) -#define ZTRAITS_SPACE list(ZTRAIT_LINKAGE = SELFLOOPING, ZTRAIT_SPACE_RUINS = TRUE) +#define ZTRAITS_STATION list(ZTRAIT_STATION = TRUE) +#define ZTRAITS_SPACE list(ZTRAIT_SPACE_RUINS = TRUE) #define ZTRAITS_LAVALAND list( \ ZTRAIT_MINING = TRUE, \ - ZTRAIT_ASHSTORM = TRUE, \ - ZTRAIT_LAVA_RUINS = TRUE, \ ZTRAIT_BOMBCAP_MULTIPLIER = 2, \ ZTRAIT_BASETURF = /turf/open/lava/smooth/lava_land_surface) #define ZTRAITS_WHITESANDS list( \ ZTRAIT_MINING = TRUE, \ - ZTRAIT_SAND_RUINS = TRUE, \ ZTRAIT_BOMBCAP_MULTIPLIER = 2, \ ZTRAIT_BASETURF = /turf/open/floor/plating/asteroid/whitesands) #define ZTRAITS_ICEMOON list( \ ZTRAIT_MINING = TRUE, \ - ZTRAIT_SNOWSTORM = TRUE, \ - ZTRAIT_ICE_RUINS = TRUE, \ ZTRAIT_BOMBCAP_MULTIPLIER = 2, \ - ZTRAIT_DOWN = -1, \ ZTRAIT_BASETURF = /turf/open/floor/plating/asteroid/snow/ice) #define ZTRAITS_ICEMOON_UNDERGROUND list( \ ZTRAIT_MINING = TRUE, \ - ZTRAIT_ICE_RUINS_UNDERGROUND = TRUE, \ ZTRAIT_BOMBCAP_MULTIPLIER = 2, \ - ZTRAIT_UP = 1, \ ZTRAIT_BASETURF = /turf/open/lava/plasma/ice_moon) #define DL_NAME "name" diff --git a/code/__DEFINES/misc.dm b/code/__DEFINES/misc.dm index 1a9a2a9d7316..03796c87e897 100644 --- a/code/__DEFINES/misc.dm +++ b/code/__DEFINES/misc.dm @@ -4,7 +4,7 @@ #define BODY_BEHIND_LAYER 29 //certain mutantrace features (tail when looking south) that must appear behind the body parts #define BODYPARTS_LOW_LAYER 28 //Layer for bodyparts that should appear behind every other bodypart - Mostly, legs when facing WEST or EAST #define BODYPARTS_LAYER 27 //Initially "AUGMENTS", this was repurposed to be a catch-all bodyparts flag -#define BODY_ADJ_LAYER 26 //certain mutantrace features (snout, body markings) that must appear above the body parts +#define BODY_ADJ_LAYER 26 //certain mutantrace features (face markings, body markings) that must appear above the body parts #define BODY_LAYER 25 //underwear, undershirts, socks, eyes, lips(makeup) #define FRONT_MUTATIONS_LAYER 24 //mutations that should appear above body, body_adj and bodyparts layer (e.g. laser eyes) #define DAMAGE_LAYER 23 //damage indicators (cuts and burns) @@ -74,18 +74,6 @@ #define GAME_STATE_PLAYING 3 #define GAME_STATE_FINISHED 4 -//FONTS: -// Used by Paper and PhotoCopier (and PaperBin once a year). -// Used by PDA's Notekeeper. -// Used by NewsCaster and NewsPaper. -// Used by Modular Computers -#define PEN_FONT "Verdana" -#define FOUNTAIN_PEN_FONT "Segoe Script" -#define CRAYON_FONT "Comic Sans MS" -#define PRINTER_FONT "Times New Roman" -#define SIGNFONT "Times New Roman" -#define CHARCOAL_FONT "Candara" - #define RESIZE_DEFAULT_SIZE 1 //transfer_ai() defines. Main proc in ai_core.dm @@ -203,13 +191,6 @@ GLOBAL_LIST_INIT(ghost_accs_options, list(GHOST_ACCS_NONE, GHOST_ACCS_DIR, GHOST GLOBAL_LIST_INIT(ghost_others_options, list(GHOST_OTHERS_SIMPLE, GHOST_OTHERS_DEFAULT_SPRITE, GHOST_OTHERS_THEIR_SETTING)) //Same as ghost_accs_options. -//pda fonts -#define MONO "Monospaced" -#define VT "VT323" -#define ORBITRON "Orbitron" -#define SHARE "Share Tech Mono" - -GLOBAL_LIST_INIT(pda_styles, sortList(list(MONO, VT, ORBITRON, SHARE))) ///////////////////////////////////// // atom.appearence_flags shortcuts // diff --git a/code/__DEFINES/overmap.dm b/code/__DEFINES/overmap.dm index cb220b54672b..1e311c3075f0 100644 --- a/code/__DEFINES/overmap.dm +++ b/code/__DEFINES/overmap.dm @@ -78,3 +78,6 @@ // Burn direction defines #define BURN_NONE 0 #define BURN_STOP -1 + +// The filepath used to store the admin-controlled next round outpost map override. +#define OUTPOST_OVERRIDE_FILEPATH "data/outpost_override.json" diff --git a/code/__DEFINES/paper.dm b/code/__DEFINES/paper.dm index 7d68f92abb87..cccb3f7b8714 100644 --- a/code/__DEFINES/paper.dm +++ b/code/__DEFINES/paper.dm @@ -1,14 +1,15 @@ +/// Maximimum number of characters that we allow on paper. #define MAX_PAPER_LENGTH 5000 -#define MAX_PAPER_STAMPS 30 // Too low? +/// Max number of stamps that can be applied to the paper in tgui. +#define MAX_PAPER_STAMPS 30 +/// Max number of stamp overlays that we'll add to a piece of paper's icon. #define MAX_PAPER_STAMPS_OVERLAYS 4 +/// Maximum length of input fields. Input fields greater than this length are clamped tgui-side. Input field text input greater than this length is rejected tgui-side, discarded + logged if it reaches DM-side. +#define MAX_PAPER_INPUT_FIELD_LENGTH MAX_NAME_LEN + +/// Should not be able to write on or stamp paper. #define MODE_READING 0 +/// Should be able to write on paper. #define MODE_WRITING 1 +/// Should be able to stamp paper. #define MODE_STAMPING 2 - -///Index access defines for paper/var/add_info_style -#define ADD_INFO_COLOR 1 -#define ADD_INFO_FONT 2 -#define ADD_INFO_SIGN 3 - -///Adds a html style to a text string. Hacky, but that's how inputted text appear on paper sheets after going through the UI. -#define PAPER_MARK_TEXT(text, color, font) "[text]\n \n" diff --git a/code/__DEFINES/preferences.dm b/code/__DEFINES/preferences.dm index 123d8737bc38..6adb8fdbc364 100644 --- a/code/__DEFINES/preferences.dm +++ b/code/__DEFINES/preferences.dm @@ -41,6 +41,7 @@ #define CHAT_GHOSTLAWS (1<<11) #define CHAT_LOOC (1<<12) #define CHAT_LOGIN_LOGOUT (1<<13) +#define CHAT_GHOSTCKEY (1<<14) #define TOGGLES_DEFAULT_CHAT (CHAT_OOC|CHAT_DEAD|CHAT_GHOSTEARS|CHAT_GHOSTSIGHT|CHAT_PRAYER|CHAT_RADIO|CHAT_PULLR|CHAT_GHOSTWHISPER|CHAT_GHOSTPDA|CHAT_GHOSTRADIO|CHAT_BANKCARD|CHAT_GHOSTLAWS|CHAT_LOOC|CHAT_LOGIN_LOGOUT) diff --git a/code/__DEFINES/say.dm b/code/__DEFINES/say.dm index 2da5cf926f98..b349387832ea 100644 --- a/code/__DEFINES/say.dm +++ b/code/__DEFINES/say.dm @@ -116,3 +116,4 @@ //Used in visible_message_flags, audible_message_flags and runechat_flags #define EMOTE_MESSAGE (1<<0) +#define LOOC_MESSAGE (1<<1) diff --git a/code/__DEFINES/shuttles.dm b/code/__DEFINES/shuttles.dm index bad48a364ad9..df668fe85e8a 100644 --- a/code/__DEFINES/shuttles.dm +++ b/code/__DEFINES/shuttles.dm @@ -83,10 +83,9 @@ // max reserve shuttle dock size defines -// neither of the shuttle's dimensions should exceed this size if it is to dock at encounters +/// Neither of a shuttle's dimensions should exceed this size if it is to dock at encounters or outposts. #define RESERVE_DOCK_MAX_SIZE_LONG 56 -// only one of the shuttle's dimensions may exceed this size if it is to dock at encounters +/// Only one of a shuttle's dimensions may exceed this size if it is to dock at encounters or outposts. #define RESERVE_DOCK_MAX_SIZE_SHORT 40 -// default # of tiles of padding around an autogenerated reserve shuttle dock +/// Default # of tiles of padding around an autogenerated reserve shuttle dock. #define RESERVE_DOCK_DEFAULT_PADDING 3 - diff --git a/code/__DEFINES/spaceman_dmm.dm b/code/__DEFINES/spaceman_dmm.dm index 89b635f76d5e..6d87700f3d24 100644 --- a/code/__DEFINES/spaceman_dmm.dm +++ b/code/__DEFINES/spaceman_dmm.dm @@ -37,12 +37,6 @@ /proc/auxtools_expr_stub() CRASH("auxtools not loaded") -/world/proc/enable_debugger() - var/dll = world.GetConfig("env", "AUXTOOLS_DEBUG_DLL") - if (dll) - call(dll, "auxtools_init")() - enable_debugging() - /world/Del() var/debug_server = world.GetConfig("env", "AUXTOOLS_DEBUG_DLL") if (debug_server) diff --git a/code/__DEFINES/span.dm b/code/__DEFINES/span.dm index 1974c99ce9b8..847029d93e0b 100644 --- a/code/__DEFINES/span.dm +++ b/code/__DEFINES/span.dm @@ -53,7 +53,6 @@ #define span_hierophant(str) ("" + str + "") #define span_hierophant_warning(str) ("" + str + "") #define span_highlight(str) ("" + str + "") -#define span_his_grace(str) ("" + str + "") #define span_holoparasite(str) ("" + str + "") #define span_hypnophrase(str) ("" + str + "") #define span_icon(str) ("" + str + "") diff --git a/code/__DEFINES/species_clothing_defines.dm b/code/__DEFINES/species_clothing_defines.dm index a4e828bc48da..df8c2db1afc8 100644 --- a/code/__DEFINES/species_clothing_defines.dm +++ b/code/__DEFINES/species_clothing_defines.dm @@ -29,6 +29,12 @@ ///KEPORI PATHS #define KEPORI_UNIFORM_PATH 'icons/mob/species/kepori/onmob_uniform_kepori.dmi' +#define KEPORI_SHOES_PATH 'icons/mob/species/kepori/onmob_feet_kepori.dmi' +#define KEPORI_SUIT_PATH 'icons/mob/species/kepori/onmob_suit_kepori.dmi' +#define KEPORI_MASK_PATH 'icons/mob/species/kepori/onmob_mask_kepori.dmi' +#define KEPORI_HEAD_PATH 'icons/mob/species/kepori/onmob_head_kepori.dmi' +#define KEPORI_GLOVES_PATH 'icons/mob/species/kepori/onmob_hands_kepori.dmi' +//#define KEPORI_BELT_PATH 'icons/mob/species/kepori/onmob_belt_kepori.dmi' #define KEPORI_UNDERWEAR_TORSO_PATH 'icons/mob/clothing/underwear/species/underwear_torso_kepori.dmi' #define KEPORI_UNDERWEAR_LEGS_PATH 'icons/mob/clothing/underwear/species/underwear_legs_kepori.dmi' #define KEPORI_UNDERWEAR_SOCKS_PATH 'icons/mob/clothing/underwear/species/underwear_socks_kepori.dmi' diff --git a/code/__DEFINES/statpanel.dm b/code/__DEFINES/statpanel.dm index 7988b9b5c831..65b35e7654a2 100644 --- a/code/__DEFINES/statpanel.dm +++ b/code/__DEFINES/statpanel.dm @@ -1,8 +1,16 @@ -/// Bare minimum required verbs for stat panel operation -GLOBAL_LIST_INIT(stat_panel_verbs, list( +/// Bare minimum required verbs for client functionality +GLOBAL_LIST_INIT(client_verbs_required, list( + // Stat panel internal verbs /client/verb/set_tab, /client/verb/send_tabs, /client/verb/remove_tabs, /client/verb/reset_tabs, - /client/verb/panel_ready + /client/verb/panel_ready, + // Skin buttons that should always work + /client/verb/rules, + /client/verb/forum, + /client/verb/github, + /client/verb/joindiscord, + // Admin help + /client/verb/adminhelp, )) diff --git a/code/__DEFINES/status_effects.dm b/code/__DEFINES/status_effects.dm index 5fe9650c222a..d1fbf26616d5 100644 --- a/code/__DEFINES/status_effects.dm +++ b/code/__DEFINES/status_effects.dm @@ -18,8 +18,6 @@ #define STATUS_EFFECT_POWERREGEN /datum/status_effect/cyborg_power_regen //Regenerates power on a given cyborg over time -#define STATUS_EFFECT_HISGRACE /datum/status_effect/his_grace //His Grace. - #define STATUS_EFFECT_WISH_GRANTERS_GIFT /datum/status_effect/wish_granters_gift //If you're currently resurrecting with the Wish Granter #define STATUS_EFFECT_BLOODDRUNK /datum/status_effect/blooddrunk //Stun immunity and greatly reduced damage taken diff --git a/code/__DEFINES/subsystems.dm b/code/__DEFINES/subsystems.dm index d00300a3e8e4..184f7e754103 100644 --- a/code/__DEFINES/subsystems.dm +++ b/code/__DEFINES/subsystems.dm @@ -138,7 +138,6 @@ #define INIT_ORDER_LIGHTING -20 #define INIT_ORDER_SHUTTLE -21 #define INIT_ORDER_OVERMAP -25 -#define INIT_ORDER_MINOR_MAPPING -40 #define INIT_ORDER_PATH -50 #define INIT_ORDER_DISCORD -60 #define INIT_ORDER_EXPLOSIONS -69 diff --git a/code/__DEFINES/tgs.dm b/code/__DEFINES/tgs.dm index 89976c498422..6187a67825a4 100644 --- a/code/__DEFINES/tgs.dm +++ b/code/__DEFINES/tgs.dm @@ -1,6 +1,6 @@ // tgstation-server DMAPI -#define TGS_DMAPI_VERSION "6.5.0" +#define TGS_DMAPI_VERSION "6.5.3" // All functions and datums outside this document are subject to change with any version and should not be relied on. @@ -154,7 +154,7 @@ #define TGS_TOPIC var/tgs_topic_return = TgsTopic(args[1]); if(tgs_topic_return) return tgs_topic_return /** - * Call this as late as possible in [world/proc/Reboot]. + * Call this as late as possible in [world/proc/Reboot] (BEFORE ..()). */ /world/proc/TgsReboot() return diff --git a/code/__DEFINES/traits.dm b/code/__DEFINES/traits.dm index 316a1834333f..26d82fba3278 100644 --- a/code/__DEFINES/traits.dm +++ b/code/__DEFINES/traits.dm @@ -379,10 +379,8 @@ Remember to update _globalvars/traits.dm if you're adding/removing/renaming trai #define CHRONO_GUN_TRAIT "chrono-gun" #define REVERSE_BEAR_TRAP_TRAIT "reverse-bear-trap" #define CURSED_MASK_TRAIT "cursed-mask" -#define HIS_GRACE_TRAIT "his-grace" #define HAND_REPLACEMENT_TRAIT "magic-hand" #define HOT_POTATO_TRAIT "hot-potato" -#define SABRE_SUICIDE_TRAIT "sabre-suicide" #define ABDUCTOR_VEST_TRAIT "abductor-vest" #define CAPTURE_THE_FLAG_TRAIT "capture-the-flag" #define EYE_OF_GOD_TRAIT "eye-of-god" diff --git a/code/__HELPERS/_lists.dm b/code/__HELPERS/_lists.dm index 7ea317c2adc0..39dccd4e64d7 100644 --- a/code/__HELPERS/_lists.dm +++ b/code/__HELPERS/_lists.dm @@ -28,6 +28,7 @@ #define LAZYADDASSOCLIST(L, K, V) if(!L) { L = list(); } L[K] += list(V); #define LAZYREMOVEASSOC(L, K, V) if(L) { if(L[K]) { L[K] -= V; if(!length(L[K])) L -= K; } if(!length(L)) L = null; } #define LAZYACCESSASSOC(L, I, K) L ? L[I] ? L[I][K] ? L[I][K] : null : null : null +#define LAZYNULL(L) L = null #define QDEL_LAZYLIST(L) for(var/I in L) qdel(I); L = null; /// ORs two lazylists together without inserting errant nulls, returning a new list and not modifying the existing lists. #define LAZY_LISTS_OR(left_list, right_list)\ diff --git a/code/__HELPERS/_logging.dm b/code/__HELPERS/_logging.dm index 4463d6adf287..314549a4f464 100644 --- a/code/__HELPERS/_logging.dm +++ b/code/__HELPERS/_logging.dm @@ -126,11 +126,9 @@ if (CONFIG_GET(flag/log_ooc)) WRITE_LOG(GLOB.world_game_log, "OOC: [text]") -//BeginWS Edit /proc/log_looc(text) if (CONFIG_GET(flag/log_ooc)) WRITE_LOG(GLOB.world_game_log, "LOOC: [text]") -//EndWS Edit /proc/log_whisper(text) if (CONFIG_GET(flag/log_whisper)) diff --git a/code/__HELPERS/cmp.dm b/code/__HELPERS/cmp.dm index c923b47465cd..8d3a76c94bc6 100644 --- a/code/__HELPERS/cmp.dm +++ b/code/__HELPERS/cmp.dm @@ -136,3 +136,9 @@ GLOBAL_VAR_INIT(cmp_field, "name") /proc/cmp_pdajob_asc(obj/item/pda/A, obj/item/pda/B) return sorttext(B.ownjob, A.ownjob) + +// Effectively sorts first ascending by dock width, then ascending by dock height. +/proc/cmp_hangarsize_asc(datum/map_template/outpost/hangar/A, datum/map_template/outpost/hangar/B) + if(A.dock_width == B.dock_width) + return A.dock_height - B.dock_height + return A.dock_width - B.dock_width diff --git a/code/__HELPERS/global_lists.dm b/code/__HELPERS/global_lists.dm index c28b62aaa975..9e7350a1d0aa 100644 --- a/code/__HELPERS/global_lists.dm +++ b/code/__HELPERS/global_lists.dm @@ -19,7 +19,7 @@ init_sprite_accessory_subtypes(/datum/sprite_accessory/tails_animated/lizard, GLOB.animated_tails_list_lizard) init_sprite_accessory_subtypes(/datum/sprite_accessory/tails/human, GLOB.tails_list_human) init_sprite_accessory_subtypes(/datum/sprite_accessory/tails_animated/human, GLOB.animated_tails_list_human) - init_sprite_accessory_subtypes(/datum/sprite_accessory/snouts, GLOB.snouts_list) + init_sprite_accessory_subtypes(/datum/sprite_accessory/face_markings, GLOB.face_markings_list) init_sprite_accessory_subtypes(/datum/sprite_accessory/horns,GLOB.horns_list) init_sprite_accessory_subtypes(/datum/sprite_accessory/ears, GLOB.ears_list) init_sprite_accessory_subtypes(/datum/sprite_accessory/wings, GLOB.wings_list) diff --git a/code/__HELPERS/mobs.dm b/code/__HELPERS/mobs.dm index af338103c961..e824b3d82273 100644 --- a/code/__HELPERS/mobs.dm +++ b/code/__HELPERS/mobs.dm @@ -44,8 +44,8 @@ init_sprite_accessory_subtypes(/datum/sprite_accessory/tails/human, GLOB.tails_list_human) if(!GLOB.tails_list_lizard.len) init_sprite_accessory_subtypes(/datum/sprite_accessory/tails/lizard, GLOB.tails_list_lizard) - if(!GLOB.snouts_list.len) - init_sprite_accessory_subtypes(/datum/sprite_accessory/snouts, GLOB.snouts_list) + if(!GLOB.face_markings_list.len) + init_sprite_accessory_subtypes(/datum/sprite_accessory/face_markings, GLOB.face_markings_list) if(!GLOB.horns_list.len) init_sprite_accessory_subtypes(/datum/sprite_accessory/horns, GLOB.horns_list) if(!GLOB.ears_list.len) @@ -116,7 +116,7 @@ "moth_fluff" = pick(GLOB.moth_fluff_list), "moth_markings" = pick(GLOB.moth_markings_list), "moth_wings" = pick(GLOB.moth_wings_list), - "snout" = pick(GLOB.snouts_list), + "face_markings" = pick(GLOB.face_markings_list), "spider_legs" = pick(GLOB.spider_legs_list), "spider_mandibles" = pick(GLOB.spider_mandibles_list), "spider_spinneret" = pick(GLOB.spider_spinneret_list), @@ -193,6 +193,13 @@ if(!findname(.)) break +/proc/random_unique_vox_name(attempts_to_find_unique_name=10) + for(var/i in 1 to attempts_to_find_unique_name) + . = capitalize(vox_name()) + + if(!findname(.)) + break + /proc/random_skin_tone() return pick(GLOB.skin_tones) @@ -240,6 +247,11 @@ GLOBAL_LIST_EMPTY(species_list) /proc/do_mob(mob/user , mob/target, time = 3 SECONDS, uninterruptible = FALSE, progress = TRUE, datum/callback/extra_checks = null) if(!user || !target) return FALSE + + if(target && INTERACTING_WITH(user, target)) + to_chat(user, "You're already interacting with [target]!") + return + var/user_loc = user.loc var/drifting = FALSE @@ -248,6 +260,8 @@ GLOBAL_LIST_EMPTY(species_list) var/target_loc = target.loc + LAZYADD(user.do_afters, target) + LAZYADD(target.targeted_by, user) var/holding = user.get_active_held_item() var/datum/progressbar/progbar if (progress) @@ -275,7 +289,9 @@ GLOBAL_LIST_EMPTY(species_list) break if(!QDELETED(progbar)) progbar.end_progress() - + if(!QDELETED(target)) + LAZYREMOVE(user.do_afters, target) + LAZYREMOVE(target.targeted_by, user) //some additional checks as a callback for for do_afters that want to break on losing health or on the mob taking action /mob/proc/break_do_after_checks(list/checked_health, check_clicks) @@ -295,6 +311,11 @@ GLOBAL_LIST_EMPTY(species_list) /proc/do_after(mob/user, delay, needhand = TRUE, atom/target = null, progress = TRUE, datum/callback/extra_checks = null) if(!user) return FALSE + + if(target && INTERACTING_WITH(user, target)) + to_chat(user, "You're already interacting with [target]!") + return + var/atom/Tloc = null if(target && !isturf(target)) Tloc = target.loc @@ -381,6 +402,14 @@ GLOBAL_LIST_EMPTY(species_list) targets = list(targets) if(!length(targets)) return FALSE + + for(var/i in targets) + var/mob/living/target = i + if(INTERACTING_WITH(user, target)) + to_chat(user, "You're already interacting with [target]!") + return + + var/user_loc = user.loc var/drifting = FALSE @@ -390,6 +419,8 @@ GLOBAL_LIST_EMPTY(species_list) var/list/originalloc = list() for(var/atom/target in targets) originalloc[target] = target.loc + LAZYADD(user.do_afters, target) + LAZYADD(target.targeted_by, user) var/holding = user.get_active_held_item() var/datum/progressbar/progbar @@ -421,6 +452,12 @@ GLOBAL_LIST_EMPTY(species_list) if(!QDELETED(progbar)) progbar.end_progress() + for(var/thing in targets) + var/atom/target = thing + if(!QDELETED(target)) + LAZYREMOVE(user.do_afters, target) + LAZYREMOVE(target.targeted_by, user) + /proc/is_species(A, species_datum) . = FALSE if(ishuman(A)) diff --git a/code/__HELPERS/names.dm b/code/__HELPERS/names.dm index e90580211ac3..ccacb3fe6a82 100644 --- a/code/__HELPERS/names.dm +++ b/code/__HELPERS/names.dm @@ -19,6 +19,14 @@ var/third_syllables = list("ca", "ce", "ci", "fa", "fe", "fi", "la", "le", "li", "ma", "me", "mi", "na", "ne", "ni", "ra", "re", "ri", "sa", "se", "si", "sha", "she", "shi", "ta", "te", "ti") return "[pick(first_syllables)][pick(second_syllables)][pick(third_syllables)]" +/proc/vox_name() + . = "" + var/static/list/syllables = list("ti", "ti", "ti", "hi", "hi", "ki", "ki", "ki", "ki", "ya", "ta", "ha", "ka", "ya", "chi", "cha", "kah", \ + "skre", "ahk", "ehk", "rawk", "kra", "ki", "ii", "kri", "ka") + for(var/x = rand(3,8) to 0 step -1) + . += pick(syllables) + . = capitalize(.) + GLOBAL_VAR(command_name) /proc/command_name() if (GLOB.command_name) @@ -227,3 +235,42 @@ GLOBAL_DATUM(syndicate_code_response_regex, /regex) . += "." else . += ", " + +/// List of all ship factions to their prefixes. +GLOBAL_LIST_INIT(ship_faction_to_prefixes, list( + "Syndicate" = list( + "SEV", + "SSV", + ), + "SolGov" = list( + "SGSV", + ), + "Saint-Roumain Militia" = list( + "SRSV", + ), + "Independent" = list( + "SV", + "IMV", + "ISV", + ), + "Inteq Risk Management Group" = list( + "IRMV", + ), + "Colonial Minutemen" = list( + "CMSV", + "CMGSV", + ), + "NanoTrasen" = list( + "NTSV", + ), +)) + +/proc/ship_prefix_to_faction(prefix) + for(var/faction in GLOB.ship_faction_to_prefixes) + if(prefix in GLOB.ship_faction_to_prefixes[faction]) + return faction + var/static/list/screamed = list() + if(!(prefix in screamed)) + screamed += prefix + stack_trace("attempted to get faction for unknown prefix [prefix]") + return "?!ERR!?" diff --git a/code/__HELPERS/text.dm b/code/__HELPERS/text.dm index 5cc098cec6c7..87e4beb62c8d 100644 --- a/code/__HELPERS/text.dm +++ b/code/__HELPERS/text.dm @@ -546,7 +546,7 @@ GLOBAL_LIST_INIT(binary, list("0","1")) t = parsemarkdown_basic_step1(t) - t = replacetext(t, regex("%s(?:ign)?(?=\\s|$)", "igm"), user ? "[user.real_name]" : "") + t = replacetext(t, regex("%s(?:ign)?(?=\\s|$)", "igm"), user ? "[user.real_name]" : "") t = replacetext(t, regex("%f(?:ield)?(?=\\s|$)", "igm"), "") t = parsemarkdown_basic_step2(t) diff --git a/code/__HELPERS/verbs.dm b/code/__HELPERS/verbs.dm index 5a3df642c7db..7f9fb0e4049a 100644 --- a/code/__HELPERS/verbs.dm +++ b/code/__HELPERS/verbs.dm @@ -69,6 +69,8 @@ var/list/verbs_list = list() if(!islist(verb_or_list_to_remove)) verbs_list += verb_or_list_to_remove + if(verb_or_list_to_remove in GLOB.client_verbs_required) + CRASH("attempted to remove verb ([verb_or_list_to_remove]) that is required for the client to function") else var/list/verb_listref = verb_or_list_to_remove var/list/elements_to_process = verb_listref.Copy() @@ -78,6 +80,9 @@ if(islist(element_or_list)) elements_to_process += element_or_list //list/a += list/b adds the contents of b into a, not the reference to the list itself else + if(element_or_list in GLOB.client_verbs_required) + stack_trace("attempted to remove a verb ([element_or_list]) that is required for the client to function") + continue verbs_list += element_or_list if(mob_target) diff --git a/code/_debugger.dm b/code/_debugger.dm new file mode 100644 index 000000000000..dafc759ec563 --- /dev/null +++ b/code/_debugger.dm @@ -0,0 +1,13 @@ +//Datum used to init Auxtools debugging as early as possible +//Datum gets created in master.dm because for whatever reason global code in there gets runs first +//In case we ever figure out how to manipulate global init order please move the datum creation into this file +/datum/debugger + +/datum/debugger/New() + enable_debugger() + +/datum/debugger/proc/enable_debugger() + var/dll = world.GetConfig("env", "AUXTOOLS_DEBUG_DLL") + if (dll) + call(dll, "auxtools_init")() + enable_debugging() diff --git a/code/_globalvars/bitfields.dm b/code/_globalvars/bitfields.dm index afba722f811b..905fd5039ca5 100644 --- a/code/_globalvars/bitfields.dm +++ b/code/_globalvars/bitfields.dm @@ -57,7 +57,6 @@ DEFINE_BITFIELD(area_flags, list( "NOTELEPORT" = NOTELEPORT, "HIDDEN_AREA" = HIDDEN_AREA, "UNIQUE_AREA" = UNIQUE_AREA, - "BLOCK_SUICIDE" = BLOCK_SUICIDE, "XENOBIOLOGY_COMPATIBLE" = XENOBIOLOGY_COMPATIBLE, )) diff --git a/code/_globalvars/configuration.dm b/code/_globalvars/configuration.dm index 01ed34fce8ef..38e800795cce 100644 --- a/code/_globalvars/configuration.dm +++ b/code/_globalvars/configuration.dm @@ -9,7 +9,7 @@ GLOBAL_VAR_INIT(changelog_hash, "") GLOBAL_VAR_INIT(hub_visibility, FALSE) GLOBAL_VAR_INIT(ooc_allowed, TRUE) // used with admin verbs to disable ooc - not a config option apparently -GLOBAL_VAR_INIT(looc_allowed, TRUE) //WS Edit +GLOBAL_VAR_INIT(looc_allowed, TRUE) GLOBAL_VAR_INIT(dooc_allowed, TRUE) GLOBAL_VAR_INIT(enter_allowed, TRUE) GLOBAL_VAR_INIT(shuttle_frozen, FALSE) diff --git a/code/_globalvars/lists/faxes.dm b/code/_globalvars/lists/faxes.dm new file mode 100644 index 000000000000..4051e489e1d6 --- /dev/null +++ b/code/_globalvars/lists/faxes.dm @@ -0,0 +1,26 @@ +/** + * This defines the list of faxes managed by the server administrators. They are not physically present in + * the game, but are shown in the fax list as existing. + * Lists: + * * additional_faxes_list - A list of "legal" faxes available with authorization. + * * frontier_faxes_list - List of faxes available after hacking. + * + * The list consists of the following elements: + * * fax_name - The name displayed in the fax list. + * * button_color - The color of this fax button in the list of all faxes. + */ +GLOBAL_LIST_INIT(additional_faxes_list, list( + list("fax_name" = "NanoTrasen Central Command", "button_color" = "#46B946"), + list("fax_name" = "Inteq Management Field Command", "button_color" = "#FACE65"), + list("fax_name" = "Colonial Minutemen Headquarters", "button_color" = "#538ACF"), + list("fax_name" = "Saint-Roumain Council of Huntsmen", "button_color" = "#6B443D"), + list("fax_name" = "SolGov Department of Administrative Affairs", "button_color" = "#536380"), + list("fax_name" = "Syndicate Coordination Center", "button_color" = "#B22C20"), + list("fax_name" = "Outpost Administration", "button_color" = "#dddfc9"), +)) + +GLOBAL_LIST_INIT(frontier_faxes_list, list( + list("fax_name" = "Frontiersmen Communications Outpost", "button_color" = "#70654C") +)) + +GLOBAL_LIST_EMPTY(fax_machines) //list of all fax machines diff --git a/code/_globalvars/lists/flavor_misc.dm b/code/_globalvars/lists/flavor_misc.dm index b09fe69c84f6..66196b1a6dd6 100644 --- a/code/_globalvars/lists/flavor_misc.dm +++ b/code/_globalvars/lists/flavor_misc.dm @@ -19,7 +19,7 @@ GLOBAL_LIST_INIT(body_sizes, list("Normal" = BODY_SIZE_NORMAL, "Short" = BODY_SI GLOBAL_LIST_EMPTY(body_markings_list) GLOBAL_LIST_EMPTY(tails_list_lizard) GLOBAL_LIST_EMPTY(animated_tails_list_lizard) -GLOBAL_LIST_EMPTY(snouts_list) +GLOBAL_LIST_EMPTY(face_markings_list) GLOBAL_LIST_EMPTY(horns_list) GLOBAL_LIST_EMPTY(frills_list) GLOBAL_LIST_EMPTY(spines_list) diff --git a/code/_globalvars/lists/mobs.dm b/code/_globalvars/lists/mobs.dm index 7aac542b763f..ded23733220c 100644 --- a/code/_globalvars/lists/mobs.dm +++ b/code/_globalvars/lists/mobs.dm @@ -15,7 +15,6 @@ GLOBAL_LIST_EMPTY(player_list) //all mobs **with clients attached**. GLOBAL_LIST_EMPTY(mob_list) //all mobs, including clientless GLOBAL_LIST_EMPTY(mob_directory) //mob_id -> mob GLOBAL_LIST_EMPTY(alive_mob_list) //all alive mobs, including clientless. Excludes /mob/dead/new_player -GLOBAL_LIST_EMPTY(suicided_mob_list) //contains a list of all mobs that suicided, including their associated ghosts. GLOBAL_LIST_EMPTY(drones_list) GLOBAL_LIST_EMPTY(dead_mob_list) //all dead mobs, including clientless. Excludes /mob/dead/new_player GLOBAL_LIST_EMPTY(joined_player_list) //all clients that have joined the game at round-start or as a latejoin. diff --git a/code/_onclick/hud/action_button.dm b/code/_onclick/hud/action_button.dm index e9db5aa7d9d5..fb2bac175034 100644 --- a/code/_onclick/hud/action_button.dm +++ b/code/_onclick/hud/action_button.dm @@ -130,7 +130,7 @@ name = "Show Buttons" else name = "Hide Buttons" - update_icon() + update_appearance() usr.update_action_buttons() /atom/movable/screen/movable/action_button/hide_toggle/AltClick(mob/user) @@ -151,14 +151,12 @@ hide_icon = settings["toggle_icon"] hide_state = settings["toggle_hide"] show_state = settings["toggle_show"] - update_icon() + update_appearance() /atom/movable/screen/movable/action_button/hide_toggle/update_overlays() . = ..() - if(hidden) - . += show_appearance - else - . += hide_appearance + . += hidden ? show_appearance : hide_appearance + /atom/movable/screen/movable/action_button/MouseEntered(location,control,params) . = ..() diff --git a/code/_onclick/hud/alien.dm b/code/_onclick/hud/alien.dm index d0db2a3c0d94..bc09b61b1b32 100644 --- a/code/_onclick/hud/alien.dm +++ b/code/_onclick/hud/alien.dm @@ -87,7 +87,7 @@ pull_icon = new /atom/movable/screen/pull() pull_icon.icon = ui_style - pull_icon.update_icon() + pull_icon.update_appearance() pull_icon.screen_loc = ui_above_movement pull_icon.hud = src static_inventory += pull_icon @@ -109,14 +109,14 @@ zone_select = new /atom/movable/screen/zone_sel/alien() zone_select.hud = src - zone_select.update_icon() + zone_select.update_appearance() static_inventory += zone_select for(var/atom/movable/screen/inventory/inv in (static_inventory + toggleable_inventory)) if(inv.slot_id) inv.hud = src inv_slots[TOBITSHIFT(inv.slot_id) + 1] = inv - inv.update_icon() + inv.update_appearance() /datum/hud/alien/persistent_inventory_update() if(!mymob) diff --git a/code/_onclick/hud/alien_larva.dm b/code/_onclick/hud/alien_larva.dm index 3b7d82493281..9eab39980834 100644 --- a/code/_onclick/hud/alien_larva.dm +++ b/code/_onclick/hud/alien_larva.dm @@ -21,7 +21,7 @@ pull_icon = new /atom/movable/screen/pull() pull_icon.icon = 'icons/hud/screen_alien.dmi' - pull_icon.update_icon() + pull_icon.update_appearance() pull_icon.screen_loc = ui_above_movement pull_icon.hud = src hotkeybuttons += pull_icon @@ -33,5 +33,5 @@ zone_select = new /atom/movable/screen/zone_sel/alien() zone_select.hud = src - zone_select.update_icon() + zone_select.update_appearance() static_inventory += zone_select diff --git a/code/_onclick/hud/constructs.dm b/code/_onclick/hud/constructs.dm index bee898ea489c..aa9b206df33d 100644 --- a/code/_onclick/hud/constructs.dm +++ b/code/_onclick/hud/constructs.dm @@ -5,7 +5,7 @@ ..() pull_icon = new /atom/movable/screen/pull() pull_icon.icon = ui_style - pull_icon.update_icon() + pull_icon.update_appearance() pull_icon.screen_loc = ui_construct_pull pull_icon.hud = src static_inventory += pull_icon diff --git a/code/_onclick/hud/devil.dm b/code/_onclick/hud/devil.dm index 7588a4abfcb8..55fbeb26a7c9 100644 --- a/code/_onclick/hud/devil.dm +++ b/code/_onclick/hud/devil.dm @@ -14,7 +14,7 @@ pull_icon = new /atom/movable/screen/pull() pull_icon.icon = ui_style - pull_icon.update_icon() + pull_icon.update_appearance() pull_icon.screen_loc = ui_drone_pull pull_icon.hud = src static_inventory += pull_icon @@ -44,7 +44,7 @@ zone_select = new /atom/movable/screen/zone_sel() zone_select.icon = ui_style zone_select.hud = src - zone_select.update_icon() + zone_select.update_appearance() lingchemdisplay = new /atom/movable/screen/ling/chems() lingchemdisplay.hud = src diff --git a/code/_onclick/hud/drones.dm b/code/_onclick/hud/drones.dm index 06d6e239df7e..6f537c986ab2 100644 --- a/code/_onclick/hud/drones.dm +++ b/code/_onclick/hud/drones.dm @@ -26,7 +26,7 @@ if(inv.slot_id) inv.hud = src inv_slots[TOBITSHIFT(inv.slot_id) + 1] = inv - inv.update_icon() + inv.update_appearance() /datum/hud/dextrous/drone/persistent_inventory_update() diff --git a/code/_onclick/hud/families.dm b/code/_onclick/hud/families.dm index eb4bc2239c6a..7f2e11a6ad73 100644 --- a/code/_onclick/hud/families.dm +++ b/code/_onclick/hud/families.dm @@ -3,6 +3,7 @@ desc = "Shows the current level of hostility the space police is planning to rain down on you. Better be careful." icon = 'icons/obj/gang/wanted_160x32.dmi' icon_state = "wanted_0" + base_icon_state = "wanted" screen_loc = ui_wanted_lvl ///Wanted level, affects the hud icon. var/level @@ -14,7 +15,7 @@ var/datum/game_mode/gang/F = SSticker.mode level = F.wanted_level cops_arrived = F.cops_arrived - update_icon() + update_appearance() /atom/movable/screen/wanted/MouseEntered(location,control,params) . = ..() @@ -24,5 +25,5 @@ closeToolTip(usr) /atom/movable/screen/wanted/update_icon_state() - . = ..() - icon_state = "wanted_[level][cops_arrived ? "_active" : ""]" + icon_state = "[base_icon_state]_[level][cops_arrived ? "_active" : null]" + return ..() diff --git a/code/_onclick/hud/generic_dextrous.dm b/code/_onclick/hud/generic_dextrous.dm index bf7434f42482..018eb83eaab4 100644 --- a/code/_onclick/hud/generic_dextrous.dm +++ b/code/_onclick/hud/generic_dextrous.dm @@ -11,7 +11,7 @@ pull_icon = new /atom/movable/screen/pull() pull_icon.icon = ui_style - pull_icon.update_icon() + pull_icon.update_appearance() pull_icon.screen_loc = ui_drone_pull pull_icon.hud = src static_inventory += pull_icon @@ -47,7 +47,7 @@ zone_select = new /atom/movable/screen/zone_sel() zone_select.icon = ui_style zone_select.hud = src - zone_select.update_icon() + zone_select.update_appearance() static_inventory += zone_select using = new /atom/movable/screen/area_creator @@ -61,7 +61,7 @@ if(inv.slot_id) inv.hud = src inv_slots[TOBITSHIFT(inv.slot_id) + 1] = inv - inv.update_icon() + inv.update_appearance() /datum/hud/dextrous/persistent_inventory_update() if(!mymob) diff --git a/code/_onclick/hud/guardian.dm b/code/_onclick/hud/guardian.dm index fd6cc5ca1f36..8f79bfedf1bf 100644 --- a/code/_onclick/hud/guardian.dm +++ b/code/_onclick/hud/guardian.dm @@ -7,7 +7,7 @@ pull_icon = new /atom/movable/screen/pull() pull_icon.icon = ui_style - pull_icon.update_icon() + pull_icon.update_appearance() pull_icon.screen_loc = ui_living_pull pull_icon.hud = src static_inventory += pull_icon @@ -70,7 +70,7 @@ pull_icon = new /atom/movable/screen/pull() pull_icon.icon = 'icons/mob/guardian.dmi' - pull_icon.update_icon() + pull_icon.update_appearance() pull_icon.screen_loc = ui_living_pull pull_icon.hud = src static_inventory += pull_icon diff --git a/code/_onclick/hud/holograms.dm b/code/_onclick/hud/holograms.dm index d4f5875a6669..9573e8e5b337 100644 --- a/code/_onclick/hud/holograms.dm +++ b/code/_onclick/hud/holograms.dm @@ -31,7 +31,7 @@ pull_icon = new /atom/movable/screen/pull() pull_icon.icon = ui_style - pull_icon.update_icon() + pull_icon.update_appearance() pull_icon.screen_loc = ui_above_intent pull_icon.hud = src static_inventory += pull_icon @@ -40,7 +40,7 @@ if(inv.slot_id) inv.hud = src inv_slots[TOBITSHIFT(inv.slot_id) + 1] = inv - inv.update_icon() + inv.update_appearance() /datum/hud/dextrous/hologram/persistent_inventory_update() diff --git a/code/_onclick/hud/hud.dm b/code/_onclick/hud/hud.dm index abd07ffc0ae0..b7224ced6185 100644 --- a/code/_onclick/hud/hud.dm +++ b/code/_onclick/hud/hud.dm @@ -291,7 +291,7 @@ GLOBAL_LIST_INIT(available_ui_styles, list( hand_slots["[i]"] = hand_box hand_box.hud = src static_inventory += hand_box - hand_box.update_icon() + hand_box.update_appearance() var/i = 1 for(var/atom/movable/screen/swap_hand/SH in static_inventory) diff --git a/code/_onclick/hud/human.dm b/code/_onclick/hud/human.dm index 7c21a9e2bdd4..379feecb3be0 100644 --- a/code/_onclick/hud/human.dm +++ b/code/_onclick/hud/human.dm @@ -325,7 +325,7 @@ pull_icon = new /atom/movable/screen/pull() pull_icon.icon = ui_style - pull_icon.update_icon() + pull_icon.update_appearance() pull_icon.screen_loc = ui_above_intent pull_icon.hud = src static_inventory += pull_icon @@ -345,7 +345,7 @@ zone_select = new /atom/movable/screen/zone_sel() zone_select.icon = ui_style zone_select.hud = src - zone_select.update_icon() + zone_select.update_appearance() static_inventory += zone_select combo_display = new /atom/movable/screen/combo() @@ -355,7 +355,7 @@ if(inv.slot_id) inv.hud = src inv_slots[TOBITSHIFT(inv.slot_id) + 1] = inv - inv.update_icon() + inv.update_appearance() update_locked_slots() diff --git a/code/_onclick/hud/living.dm b/code/_onclick/hud/living.dm index 8afb78924047..366079f233d1 100644 --- a/code/_onclick/hud/living.dm +++ b/code/_onclick/hud/living.dm @@ -6,7 +6,7 @@ pull_icon = new /atom/movable/screen/pull() pull_icon.icon = ui_style - pull_icon.update_icon() + pull_icon.update_appearance() pull_icon.screen_loc = ui_living_pull pull_icon.hud = src static_inventory += pull_icon diff --git a/code/_onclick/hud/monkey.dm b/code/_onclick/hud/monkey.dm index 5e945a363bf1..1d36f30372c4 100644 --- a/code/_onclick/hud/monkey.dm +++ b/code/_onclick/hud/monkey.dm @@ -99,7 +99,7 @@ pull_icon = new /atom/movable/screen/pull() pull_icon.icon = ui_style - pull_icon.update_icon() + pull_icon.update_appearance() pull_icon.screen_loc = ui_above_movement pull_icon.hud = src static_inventory += pull_icon @@ -116,7 +116,7 @@ zone_select = new /atom/movable/screen/zone_sel() zone_select.icon = ui_style zone_select.hud = src - zone_select.update_icon() + zone_select.update_appearance() static_inventory += zone_select mymob.client.screen = list() @@ -131,7 +131,7 @@ if(inv.slot_id) inv.hud = src inv_slots[TOBITSHIFT(inv.slot_id) + 1] = inv - inv.update_icon() + inv.update_appearance() /datum/hud/monkey/persistent_inventory_update() if(!mymob) diff --git a/code/_onclick/hud/revenanthud.dm b/code/_onclick/hud/revenanthud.dm index 0e7b79596553..75865d3d4547 100644 --- a/code/_onclick/hud/revenanthud.dm +++ b/code/_onclick/hud/revenanthud.dm @@ -6,7 +6,7 @@ pull_icon = new /atom/movable/screen/pull() pull_icon.icon = ui_style - pull_icon.update_icon() + pull_icon.update_appearance() pull_icon.screen_loc = ui_living_pull pull_icon.hud = src static_inventory += pull_icon diff --git a/code/_onclick/hud/robot.dm b/code/_onclick/hud/robot.dm index 5cd8edc36871..ccdc23d552f9 100644 --- a/code/_onclick/hud/robot.dm +++ b/code/_onclick/hud/robot.dm @@ -164,13 +164,13 @@ pull_icon.icon = 'icons/hud/screen_cyborg.dmi' pull_icon.screen_loc = ui_borg_pull pull_icon.hud = src - pull_icon.update_icon() + pull_icon.update_appearance() hotkeybuttons += pull_icon zone_select = new /atom/movable/screen/zone_sel/robot() zone_select.hud = src - zone_select.update_icon() + zone_select.update_appearance() static_inventory += zone_select @@ -269,6 +269,7 @@ /atom/movable/screen/robot/lamp name = "headlamp" icon_state = "lamp_off" + base_icon_state = "lamp" var/mob/living/silicon/robot/robot /atom/movable/screen/robot/lamp/Click() @@ -276,13 +277,11 @@ if(.) return robot?.toggle_headlamp() - update_icon() + update_appearance() -/atom/movable/screen/robot/lamp/update_icon() - if(robot?.lamp_enabled) - icon_state = "lamp_on" - else - icon_state = "lamp_off" +/atom/movable/screen/robot/lamp/update_icon_state() + icon_state = "[base_icon_state]_[robot?.lamp_enabled ? "on" : "off"]" + return ..() /atom/movable/screen/robot/modPC name = "Modular Interface" diff --git a/code/_onclick/hud/screen_objects.dm b/code/_onclick/hud/screen_objects.dm index 26c09f79db29..7266013b35a8 100644 --- a/code/_onclick/hud/screen_objects.dm +++ b/code/_onclick/hud/screen_objects.dm @@ -165,11 +165,10 @@ if(!icon_empty) icon_empty = icon_state - if(hud?.mymob && slot_id && icon_full) - if(hud.mymob.get_item_by_slot(slot_id)) - icon_state = icon_full - else - icon_state = icon_empty + if(!hud?.mymob || !slot_id || !icon_full) + return ..() + icon_state = hud.mymob.get_item_by_slot(slot_id) ? icon_full : icon_empty + return ..() /atom/movable/screen/inventory/proc/add_overlays() var/mob/user = hud?.mymob @@ -384,6 +383,7 @@ icon_state = "walking" if(MOVE_INTENT_RUN) icon_state = "running" + return ..() /atom/movable/screen/mov_intent/proc/toggle(mob/user) if(isobserver(user)) @@ -394,6 +394,7 @@ name = "stop pulling" icon = 'icons/hud/screen_midnight.dmi' icon_state = "pull" + base_icon_state = "pull" /atom/movable/screen/pull/Click() if(isobserver(usr)) @@ -401,10 +402,8 @@ usr.stop_pulling() /atom/movable/screen/pull/update_icon_state() - if(hud?.mymob?.pulling) - icon_state = "pull" - else - icon_state = "pull0" + icon_state = "[base_icon_state][hud?.mymob?.pulling ? null : 0]" + return ..() /atom/movable/screen/resist name = "resist" @@ -422,6 +421,7 @@ name = "rest" icon = 'icons/hud/screen_midnight.dmi' icon_state = "act_rest" + base_icon_state = "act_rest" layer = HUD_LAYER plane = HUD_PLANE @@ -433,11 +433,9 @@ /atom/movable/screen/rest/update_icon_state() var/mob/living/user = hud?.mymob if(!istype(user)) - return - if(!user.resting) - icon_state = "act_rest" - else - icon_state = "act_rest0" + return ..() + icon_state = "[base_icon_state][user.resting ? 0 : null]" + return ..() /atom/movable/screen/storage name = "storage" @@ -575,7 +573,7 @@ if(choice != hud.mymob.zone_selected) hud.mymob.zone_selected = choice - update_icon() + update_appearance() return TRUE @@ -745,14 +743,15 @@ /atom/movable/screen/combo/update_icon_state(streak = "") clear_streak() - if (timerid) + if(timerid) deltimer(timerid) - if (!streak) - return + if(!streak) + return ..() timerid = addtimer(CALLBACK(src, .proc/clear_streak), 20, TIMER_UNIQUE | TIMER_STOPPABLE) icon_state = "combo" - for (var/i = 1; i <= length(streak); ++i) + for(var/i = 1; i <= length(streak); ++i) var/intent_text = copytext(streak, i, i + 1) var/image/intent_icon = image(icon,src,"combo_[intent_text]") intent_icon.pixel_x = 16 * (i - 1) - 8 * length(streak) add_overlay(intent_icon) + return ..() diff --git a/code/_onclick/telekinesis.dm b/code/_onclick/telekinesis.dm index 5848f8d29751..81e01689d93a 100644 --- a/code/_onclick/telekinesis.dm +++ b/code/_onclick/telekinesis.dm @@ -91,7 +91,7 @@ /obj/item/tk_grab/process() if(check_if_focusable(focus)) //if somebody grabs your thing, no waiting for them to put it down and hitting them again. - update_icon() + update_appearance() /obj/item/tk_grab/dropped(mob/user) if(focus && user && loc != user && loc != user.loc) // drop_item() gets called when you tk-attack a table/closet with an item @@ -119,7 +119,7 @@ qdel(src) return focus.attack_self_tk(user) - update_icon() + update_appearance() /obj/item/tk_grab/afterattack(atom/target, mob/living/carbon/user, proximity, params)//TODO: go over this . = ..() @@ -134,7 +134,7 @@ if(target == focus) target.attack_self_tk(user) - update_icon() + update_appearance() return @@ -148,7 +148,7 @@ apply_focus_overlay() focus.throw_at(target, 10, 1,user) user.changeNext_move(CLICK_CD_MELEE) - update_icon() + update_appearance() /proc/tkMaxRangeCheck(mob/user, atom/target) var/d = get_dist(user, target) @@ -164,7 +164,7 @@ if(!check_if_focusable(target)) return focus = target - update_icon() + update_appearance() apply_focus_overlay() return TRUE @@ -192,9 +192,4 @@ focus_overlay.plane = ABOVE_HUD_PLANE . += focus_overlay -/obj/item/tk_grab/suicide_act(mob/user) - user.visible_message("[user] is using [user.p_their()] telekinesis to choke [user.p_them()]self! It looks like [user.p_theyre()] trying to commit suicide!") - return (OXYLOSS) - - #undef TK_MAXRANGE diff --git a/code/controllers/configuration/entries/general.dm b/code/controllers/configuration/entries/general.dm index 5c372b3cf91a..bf9b8d24a05c 100644 --- a/code/controllers/configuration/entries/general.dm +++ b/code/controllers/configuration/entries/general.dm @@ -520,15 +520,6 @@ /datum/config_entry/flag/picture_logging_camera -/datum/config_entry/flag/reopen_roundstart_suicide_roles - -/datum/config_entry/flag/reopen_roundstart_suicide_roles_command_positions - -/datum/config_entry/number/reopen_roundstart_suicide_roles_delay - min_val = 30 - -/datum/config_entry/flag/reopen_roundstart_suicide_roles_command_report - /datum/config_entry/flag/auto_profile //BeginWS Edit diff --git a/code/controllers/failsafe.dm b/code/controllers/failsafe.dm index ef78fb623386..9119697b064f 100644 --- a/code/controllers/failsafe.dm +++ b/code/controllers/failsafe.dm @@ -33,6 +33,22 @@ GLOBAL_REAL(Failsafe, /datum/controller/failsafe) /datum/controller/failsafe/Initialize() set waitfor = 0 Failsafe.Loop() + if (!Master || defcon == 0) //Master is gone/not responding and Failsafe just exited its loop + defcon = 3 //Reset defcon level as its used inside the emergency loop + while (defcon > 0) + var/recovery_result = emergency_loop() + if (recovery_result == 1) //Exit emergency loop and delete self if it was able to recover MC + break + else if (defcon == 1) //Exit Failsafe if we weren't able to recover the MC in the last stage + log_game("FailSafe: Failed to recover MC while in emergency state. Failsafe exiting.") + message_admins(span_boldannounce("Failsafe failed criticaly while trying to recreate broken MC. Please manually fix the MC or reboot the server. Failsafe exiting now.")) + message_admins(span_boldannounce("You can try manually calling these two procs:.")) + message_admins(span_boldannounce("/proc/recover_all_SS_and_recreate_master: Most stuff should still function but expect instability/runtimes/broken stuff.")) + message_admins(span_boldannounce("/proc/delete_all_SS_and_recreate_master: Most stuff will be broken but basic stuff like movement and chat should still work.")) + else if (recovery_result == -1) //Failed to recreate MC + defcon-- + sleep(initial(processing_interval)) //Wait a bit until the next try + if(!QDELETED(src)) qdel(src) //when Loop() returns, we delete ourselves and let the mc recreate us @@ -45,8 +61,8 @@ GLOBAL_REAL(Failsafe, /datum/controller/failsafe) while(running) lasttick = world.time if(!Master) - // Replace the missing Master! This should never, ever happen. - new /datum/controller/master() + // Break out of the main loop so we go into emergency state + break // Only poke it if overrides are not in effect. if(processing_interval > 0) if(Master.processing && Master.iteration) @@ -106,6 +122,57 @@ GLOBAL_REAL(Failsafe, /datum/controller/failsafe) defcon = 5 sleep(initial(processing_interval)) +//Emergency loop used when Master got deleted or the main loop exited while Defcon == 0 +//Loop is driven externally so runtimes only cancel the current recovery attempt +/datum/controller/failsafe/proc/emergency_loop() + //The code in this proc should be kept as simple as possible, anything complicated like to_chat might rely on master existing and runtime + //The goal should always be to get a new Master up and running before anything else + . = -1 + switch (defcon) //The lower defcon goes the harder we try to fix the MC + if (2 to 3) //Try to normally recreate the MC two times + . = Recreate_MC() + if (1) //Delete the old MC first so we don't transfer any info, in case that caused any issues + del(Master) + . = Recreate_MC() + + if (. == 1) //We were able to create a new master + master_iteration = 0 + SSticker.Recover(); //Recover the ticket system so the Masters runlevel gets set + Master.Initialize(10, FALSE, FALSE) //Need to manually start the MC, normally world.new would do this + to_chat(GLOB.admins, span_adminnotice("Failsafe recovered MC while in emergency state [defcon_pretty()]")) + else + log_game("FailSafe: Failsafe in emergency state and was unable to recreate MC while in defcon state [defcon_pretty()].") + message_admins(span_boldannounce("Failsafe in emergency state and master down, trying to recreate MC while in defcon level [defcon_pretty()] failed.")) + +///Recreate all SSs which will still cause data survive due to Recover(), the new Master will then find and take them from global.vars +/proc/recover_all_SS_and_recreate_master() + del(Master) + var/list/subsytem_types = subtypesof(/datum/controller/subsystem) + sortTim(subsytem_types, /proc/cmp_subsystem_init) + for(var/I in subsytem_types) + new I + . = Recreate_MC() + if (. == 1) //We were able to create a new master + SSticker.Recover(); //Recover the ticket system so the Masters runlevel gets set + Master.Initialize(10, FALSE, FALSE) //Need to manually start the MC, normally world.new would do this + to_chat(GLOB.admins, span_adminnotice("MC successfully recreated after recovering all subsystems!")) + else + message_admins(span_boldannounce("Failed to create new MC!")) + +///Delete all existing SS to basically start over +/proc/delete_all_SS_and_recreate_master() + del(Master) + for(var/global_var in global.vars) + if (istype(global.vars[global_var], /datum/controller/subsystem)) + del(global.vars[global_var]) + . = Recreate_MC() + if (. == 1) //We were able to create a new master + SSticker.Recover(); //Recover the ticket system so the Masters runlevel gets set + Master.Initialize(10, FALSE, FALSE) //Need to manually start the MC, normally world.new would do this + to_chat(GLOB.admins, span_adminnotice("MC successfully recreated after deleting and recreating all subsystems!")) + else + message_admins(span_boldannounce("Failed to create new MC!")) + /datum/controller/failsafe/proc/defcon_pretty() return defcon diff --git a/code/controllers/master.dm b/code/controllers/master.dm index f72f706c5bca..6f55532aed39 100644 --- a/code/controllers/master.dm +++ b/code/controllers/master.dm @@ -7,6 +7,11 @@ * **/ +//Init the debugger datum first so we can debug Master +//You might wonder why not just create the debugger datum global in its own file, since its loaded way earlier than this DM file +//Well for whatever reason then the Master gets created first and then the debugger when doing that +//So thats why this code lives here now, until someone finds out how Byond inits globals +GLOBAL_REAL(Debugger, /datum/debugger) = new //This is the ABSOLUTE ONLY THING that should init globally like this //2019 update: the failsafe,config and Global controllers also do it GLOBAL_REAL(Master, /datum/controller/master) = new @@ -88,15 +93,27 @@ GLOBAL_REAL(Master, /datum/controller/master) = new var/list/_subsystems = list() subsystems = _subsystems if (Master != src) - if (istype(Master)) + if (istype(Master)) //If there is an existing MC take over his stuff and delete it Recover() qdel(Master) + Master = src else + //Code used for first master on game boot or if existing master got deleted + Master = src var/list/subsytem_types = subtypesof(/datum/controller/subsystem) sortTim(subsytem_types, /proc/cmp_subsystem_init) + //Find any abandoned subsystem from the previous master (if there was any) + var/list/existing_subsystems = list() + for(var/global_var in global.vars) + if (istype(global.vars[global_var], /datum/controller/subsystem)) + existing_subsystems += global.vars[global_var] + //Either init a new SS or if an existing one was found use that for(var/I in subsytem_types) - _subsystems += new I - Master = src + var/datum/controller/subsystem/existing_subsystem = locate(I) in existing_subsystems + if (istype(existing_subsystem)) + _subsystems += existing_subsystem + else + _subsystems += new I if(!GLOB) new /datum/controller/global_vars @@ -127,7 +144,8 @@ GLOBAL_REAL(Master, /datum/controller/master) = new var/delay = 50 * ++Master.restart_count Master.restart_timeout = world.time + delay Master.restart_clear = world.time + (delay * 2) - Master.processing = FALSE //stop ticking this one + if (Master) //Can only do this if master hasn't been deleted + Master.processing = FALSE //stop ticking this one try new/datum/controller/master() catch @@ -173,8 +191,8 @@ GLOBAL_REAL(Master, /datum/controller/master) = new current_runlevel = Master.current_runlevel StartProcessing(10) else - to_chat(world, "The Master Controller is having some issues, we will need to re-initialize EVERYTHING") - Initialize(20, TRUE) + to_chat(world, span_boldannounce("The Master Controller is having some issues, we will need to re-initialize EVERYTHING")) + Initialize(20, TRUE, FALSE) // Please don't stuff random bullshit here, diff --git a/code/controllers/subsystem.dm b/code/controllers/subsystem.dm index 8de4c62eddd3..f6e35bec6e59 100644 --- a/code/controllers/subsystem.dm +++ b/code/controllers/subsystem.dm @@ -128,7 +128,8 @@ dequeue() can_fire = 0 flags |= SS_NO_FIRE - Master.subsystems -= src + if (Master) + Master.subsystems -= src return ..() //Queue it to run. @@ -197,9 +198,9 @@ queue_next.queue_prev = queue_prev if (queue_prev) queue_prev.queue_next = queue_next - if (src == Master.queue_tail) + if (Master && (src == Master.queue_tail)) Master.queue_tail = queue_prev - if (src == Master.queue_head) + if (Master && (src == Master.queue_head)) Master.queue_head = queue_next queued_time = 0 if (state == SS_QUEUED) diff --git a/code/controllers/subsystem/acid.dm b/code/controllers/subsystem/acid.dm index a93080489685..0ea8967e263c 100644 --- a/code/controllers/subsystem/acid.dm +++ b/code/controllers/subsystem/acid.dm @@ -35,7 +35,7 @@ SUBSYSTEM_DEF(acid) if(O.acid_level && O.acid_processing()) else - O.update_icon() + O.update_appearance() processing -= O if (MC_TICK_CHECK) diff --git a/code/controllers/subsystem/air.dm b/code/controllers/subsystem/air.dm index e8f31f6fe343..4351ad863ea9 100644 --- a/code/controllers/subsystem/air.dm +++ b/code/controllers/subsystem/air.dm @@ -264,6 +264,19 @@ SUBSYSTEM_DEF(air) */ currentpart = SSAIR_PIPENETS +/datum/controller/subsystem/air/Recover() + hotspots = SSair.hotspots + networks = SSair.networks + rebuild_queue = SSair.rebuild_queue + expansion_queue = SSair.expansion_queue + atmos_machinery = SSair.atmos_machinery + atmos_air_machinery = SSair.atmos_air_machinery + pipe_init_dirs_cache = SSair.pipe_init_dirs_cache + gas_reactions = SSair.gas_reactions + high_pressure_delta = SSair.high_pressure_delta + currentrun = SSair.currentrun + deferred_airs = SSair.deferred_airs + string_mixes = SSair.string_mixes /** * Adds a given machine to the processing system for SSAIR_ATMOSMACHINERY processing. diff --git a/code/controllers/subsystem/assets.dm b/code/controllers/subsystem/assets.dm index 4b43f982909e..ef79e55dbe5a 100644 --- a/code/controllers/subsystem/assets.dm +++ b/code/controllers/subsystem/assets.dm @@ -31,3 +31,7 @@ SUBSYSTEM_DEF(assets) transport.Initialize(cache) ..() + +/datum/controller/subsystem/assets/Recover() + cache = SSassets.cache + preload = SSassets.preload diff --git a/code/controllers/subsystem/autotransfer.dm b/code/controllers/subsystem/autotransfer.dm index 926bfb4a0fe0..1cb5e7851c13 100644 --- a/code/controllers/subsystem/autotransfer.dm +++ b/code/controllers/subsystem/autotransfer.dm @@ -15,3 +15,7 @@ SUBSYSTEM_DEF(autotransfer) if (world.time > targettime) SSvote.initiate_vote("transfer",null, FALSE) //WS Edit - Ghost Vote Rework targettime = targettime + CONFIG_GET(number/vote_autotransfer_interval) + +/datum/controller/subsystem/autotransfer/Recover() + starttime = SSautotransfer.starttime + targettime = SSautotransfer.targettime diff --git a/code/controllers/subsystem/blackbox.dm b/code/controllers/subsystem/blackbox.dm index 68c92e84658c..8a37777e2bf2 100644 --- a/code/controllers/subsystem/blackbox.dm +++ b/code/controllers/subsystem/blackbox.dm @@ -301,7 +301,7 @@ Versioning return if(!L || !L.key || !L.mind) return - if(!L.suiciding && !first_death.len) + if(!first_death.len) first_death["name"] = "[(L.real_name == L.name) ? L.real_name : "[L.real_name] as [L.name]"]" first_death["role"] = null if(L.mind.assigned_role) @@ -314,8 +314,8 @@ Versioning return var/datum/DBQuery/query_report_death = SSdbcore.NewQuery({" - INSERT INTO [format_table_name("death")] (pod, x_coord, y_coord, z_coord, server_ip, server_port, round_id, tod, job, special, name, byondkey, laname, lakey, bruteloss, fireloss, brainloss, oxyloss, toxloss, cloneloss, staminaloss, last_words, suicide) - VALUES (:pod, :x_coord, :y_coord, :z_coord, INET_ATON(:internet_address), :port, :round_id, :time, :job, :special, :name, :key, :laname, :lakey, :brute, :fire, :brain, :oxy, :tox, :clone, :stamina, :last_words, :suicide) + INSERT INTO [format_table_name("death")] (pod, x_coord, y_coord, z_coord, server_ip, server_port, round_id, tod, job, special, name, byondkey, laname, lakey, bruteloss, fireloss, brainloss, oxyloss, toxloss, cloneloss, staminaloss, last_words) + VALUES (:pod, :x_coord, :y_coord, :z_coord, INET_ATON(:internet_address), :port, :round_id, :time, :job, :special, :name, :key, :laname, :lakey, :brute, :fire, :brain, :oxy, :tox, :clone, :stamina, :last_words) "}, list( "name" = L.real_name, "key" = L.ckey, @@ -335,7 +335,6 @@ Versioning "y_coord" = L.y, "z_coord" = L.z, "last_words" = L.last_words, - "suicide" = L.suiciding, "internet_address" = world.internet_address || "0", "port" = "[world.port]", "round_id" = GLOB.round_id, diff --git a/code/controllers/subsystem/communications.dm b/code/controllers/subsystem/communications.dm index d72feb90a3d1..555de9ba3fad 100644 --- a/code/controllers/subsystem/communications.dm +++ b/code/controllers/subsystem/communications.dm @@ -37,10 +37,10 @@ SUBSYSTEM_DEF(communications) var/datum/comm_message/M = new(sending.title,sending.content,sending.possible_answers.Copy()) C.add_message(M) if(print) - var/obj/item/paper/P = new /obj/item/paper(C.loc) - P.name = "paper - '[sending.title]'" - P.info = sending.content - P.update_icon() + var/obj/item/paper/printed_paper = new /obj/item/paper(C.loc) + printed_paper.name = "paper - '[sending.title]'" + printed_paper.add_raw_text(sending.content) + printed_paper.update_appearance() #undef COMMUNICATION_COOLDOWN #undef COMMUNICATION_COOLDOWN_AI diff --git a/code/controllers/subsystem/idlenpcpool.dm b/code/controllers/subsystem/idlenpcpool.dm index 03b7931d82d7..bce3f2ced7c2 100644 --- a/code/controllers/subsystem/idlenpcpool.dm +++ b/code/controllers/subsystem/idlenpcpool.dm @@ -6,7 +6,7 @@ SUBSYSTEM_DEF(idlenpcpool) runlevels = RUNLEVEL_GAME | RUNLEVEL_POSTGAME var/list/currentrun = list() - var/static/list/idle_mobs_by_zlevel[][] + var/list/idle_mobs_by_virtual_level = list() /datum/controller/subsystem/idlenpcpool/stat_entry(msg) var/list/idlelist = GLOB.simple_animals[AI_IDLE] @@ -14,12 +14,10 @@ SUBSYSTEM_DEF(idlenpcpool) msg = "IdleNPCS:[length(idlelist)]|Z:[length(zlist)]" return ..() -/datum/controller/subsystem/idlenpcpool/proc/MaxZChanged() - if (!islist(idle_mobs_by_zlevel)) - idle_mobs_by_zlevel = new /list(world.maxz,0) - while (SSidlenpcpool.idle_mobs_by_zlevel.len < world.maxz) - SSidlenpcpool.idle_mobs_by_zlevel.len++ - SSidlenpcpool.idle_mobs_by_zlevel[idle_mobs_by_zlevel.len] = list() +/datum/controller/subsystem/idlenpcpool/proc/try_wakeup_virtual_z(virt_z) + virt_z = "[virt_z]" + for(var/mob/living/simple_animal/animal as anything in LAZYACCESS(idle_mobs_by_virtual_level, virt_z)) + animal.check_should_sleep() /datum/controller/subsystem/idlenpcpool/fire(resumed = FALSE) @@ -41,6 +39,6 @@ SUBSYSTEM_DEF(idlenpcpool) if(SA.stat != DEAD) SA.handle_automated_movement() if(SA.stat != DEAD) - SA.consider_wakeup() + SA.check_should_sleep() if (MC_TICK_CHECK) return diff --git a/code/controllers/subsystem/jukeboxes.dm b/code/controllers/subsystem/jukeboxes.dm index ba776e5b18a4..b0d774219a38 100644 --- a/code/controllers/subsystem/jukeboxes.dm +++ b/code/controllers/subsystem/jukeboxes.dm @@ -43,6 +43,11 @@ SUBSYSTEM_DEF(jukeboxes) M.playsound_local(M, null, 100, channel = youvegotafreejukebox[2], S = song_to_init) return activejukeboxes.len +/datum/controller/subsystem/jukeboxes/Recover() + songs = SSjukeboxes.songs + activejukeboxes = SSjukeboxes.activejukeboxes + freejukeboxchannels = SSjukeboxes.freejukeboxchannels + /datum/controller/subsystem/jukeboxes/proc/removejukebox(IDtoremove) if(islist(activejukeboxes[IDtoremove])) var/jukechannel = activejukeboxes[IDtoremove][2] diff --git a/code/controllers/subsystem/mapping.dm b/code/controllers/subsystem/mapping.dm index 087b41134cd9..0b297fd9de88 100644 --- a/code/controllers/subsystem/mapping.dm +++ b/code/controllers/subsystem/mapping.dm @@ -23,6 +23,8 @@ SUBSYSTEM_DEF(mapping) var/list/shuttle_templates = list() var/list/shelter_templates = list() var/list/holodeck_templates = list() + // List mapping TYPES of outpost map templates to instances of their singletons. + var/list/outpost_templates = list() var/list/areas_in_z = list() @@ -35,7 +37,6 @@ SUBSYSTEM_DEF(mapping) var/station_start // should only be used for maploading-related tasks var/space_levels_so_far = 0 var/list/datum/space_level/z_list - var/datum/space_level/empty_space /// List of all map zones var/list/map_zones = list() @@ -76,15 +77,37 @@ SUBSYSTEM_DEF(mapping) for(var/N in nuke_tiles) var/turf/open/floor/circuit/C = N - C.update_icon() + C.update_appearance() /datum/controller/subsystem/mapping/Recover() flags |= SS_NO_INIT initialized = SSmapping.initialized + map_templates = SSmapping.map_templates + ruins_templates = SSmapping.ruins_templates - ruin_types_list = SSmapping.ruins_templates + ruin_types_list = SSmapping.ruin_types_list + ruin_types_probabilities = SSmapping.ruin_types_probabilities + + shuttle_templates = SSmapping.shuttle_templates + shelter_templates = SSmapping.shelter_templates + holodeck_templates = SSmapping.holodeck_templates + + outpost_templates = SSmapping.outpost_templates + shuttle_templates = SSmapping.shuttle_templates + shelter_templates = SSmapping.shelter_templates + holodeck_templates = SSmapping.holodeck_templates + + areas_in_z = SSmapping.areas_in_z + map_zones = SSmapping.map_zones + biomes = SSmapping.biomes + planet_types = SSmapping.planet_types + + maplist = SSmapping.maplist + ship_purchase_list = SSmapping.ship_purchase_list + + virtual_z_translation = SSmapping.virtual_z_translation z_list = SSmapping.z_list #define INIT_ANNOUNCE(X) to_chat(world, "[X]"); log_world(X) @@ -105,6 +128,7 @@ SUBSYSTEM_DEF(mapping) load_ship_templates() preloadShelterTemplates() preloadHolodeckTemplates() + preloadOutpostTemplates() /datum/controller/subsystem/mapping/proc/preloadRuinTemplates() for(var/datum/planet_type/type as anything in subtypesof(/datum/planet_type)) @@ -231,6 +255,8 @@ SUBSYSTEM_DEF(mapping) ship_purchase_list[S.name] = S if(isnum(data["roundstart"]) && data["roundstart"]) maplist[S.name] = S + if(isnum(data["space_spawn"]) && data["space_spawn"]) + S.space_spawn = TRUE shuttle_templates[S.file_name] = S #undef CHECK_STRING_EXISTS @@ -275,6 +301,12 @@ SUBSYSTEM_DEF(mapping) holodeck_templates[holo_template.template_id] = holo_template map_templates[holo_template.template_id] = holo_template +/datum/controller/subsystem/mapping/proc/preloadOutpostTemplates() + for(var/datum/map_template/outpost/outpost_type as anything in subtypesof(/datum/map_template/outpost)) + var/datum/map_template/outpost/outpost_template = new outpost_type() + outpost_templates[outpost_template.type] = outpost_template + map_templates[outpost_template.name] = outpost_template + ////////////////// // RESERVATIONS // ////////////////// diff --git a/code/controllers/subsystem/minor_mapping.dm b/code/controllers/subsystem/minor_mapping.dm deleted file mode 100644 index 14cdff0aa058..000000000000 --- a/code/controllers/subsystem/minor_mapping.dm +++ /dev/null @@ -1,59 +0,0 @@ -SUBSYSTEM_DEF(minor_mapping) - name = "Minor Mapping" - init_order = INIT_ORDER_MINOR_MAPPING - flags = SS_NO_FIRE - -/datum/controller/subsystem/minor_mapping/Initialize(timeofday) - trigger_migration(CONFIG_GET(number/mice_roundstart)) - place_satchels(CONFIG_GET(number/smuggler_satchels)) - return ..() - -/datum/controller/subsystem/minor_mapping/proc/trigger_migration(num_mice=10) - var/list/exposed_wires = find_exposed_wires() - - var/mob/living/simple_animal/mouse/M - var/turf/proposed_turf - - while((num_mice > 0) && exposed_wires.len) - proposed_turf = pick_n_take(exposed_wires) - if(!M) - M = new(proposed_turf) - else - M.forceMove(proposed_turf) - if(M.environment_air_is_safe()) - num_mice -= 1 - M = null - -/datum/controller/subsystem/minor_mapping/proc/place_satchels(amount=3) - var/list/turfs = find_satchel_suitable_turfs() - - while(turfs.len && amount > 0) - var/turf/T = pick_n_take(turfs) - var/obj/item/storage/backpack/satchel/flat/F = new(T) - - SEND_SIGNAL(F, COMSIG_OBJ_HIDE, T.intact) - amount-- - -/proc/find_exposed_wires() - var/list/exposed_wires = list() - - var/list/all_turfs - for(var/datum/virtual_level/vlevel as anything in SSmapping.virtual_levels_by_trait(ZTRAIT_STATION)) - all_turfs += vlevel.get_block() - for(var/turf/open/floor/plating/T in all_turfs) - if(T.is_blocked_turf()) - continue - if(locate(/obj/structure/cable) in T) - exposed_wires += T - - return shuffle(exposed_wires) - -/proc/find_satchel_suitable_turfs() - var/list/suitable = list() - - for(var/datum/virtual_level/vlevel as anything in SSmapping.virtual_levels_by_trait(ZTRAIT_STATION)) - for(var/t in vlevel.get_block()) - if(isfloorturf(t) && !isplatingturf(t)) - suitable += t - - return shuffle(suitable) diff --git a/code/controllers/subsystem/mobs.dm b/code/controllers/subsystem/mobs.dm index dedb7e095b22..b5d8210c802f 100644 --- a/code/controllers/subsystem/mobs.dm +++ b/code/controllers/subsystem/mobs.dm @@ -5,8 +5,13 @@ SUBSYSTEM_DEF(mobs) runlevels = RUNLEVEL_GAME | RUNLEVEL_POSTGAME var/list/currentrun = list() - var/static/list/clients_by_zlevel[][] - var/static/list/dead_players_by_zlevel[][] = list(list()) // Needs to support zlevel 1 here, MaxZChanged only happens when z2 is created and new_players can login before that. + + /// List of player mobs by their stringified virtual z-level + var/static/list/list/players_by_virtual_z = list() + + /// List of all dead player mobs by virtual z-level + var/static/list/list/dead_players_by_virtual_z = list() + var/static/list/cubemonkeys = list() var/static/list/cheeserats = list() @@ -20,16 +25,6 @@ SUBSYSTEM_DEF(mobs) cust["processing"] = length(GLOB.mob_living_list) .["custom"] = cust -/datum/controller/subsystem/mobs/proc/MaxZChanged() - if (!islist(clients_by_zlevel)) - clients_by_zlevel = new /list(world.maxz,0) - dead_players_by_zlevel = new /list(world.maxz,0) - while (clients_by_zlevel.len < world.maxz) - clients_by_zlevel.len++ - clients_by_zlevel[clients_by_zlevel.len] = list() - dead_players_by_zlevel.len++ - dead_players_by_zlevel[dead_players_by_zlevel.len] = list() - /datum/controller/subsystem/mobs/fire(resumed = 0) var/seconds = wait * 0.1 if (!resumed) diff --git a/code/controllers/subsystem/overmap.dm b/code/controllers/subsystem/overmap.dm index 61c0b5df0255..2a09ae4c6ae7 100644 --- a/code/controllers/subsystem/overmap.dm +++ b/code/controllers/subsystem/overmap.dm @@ -12,6 +12,9 @@ SUBSYSTEM_DEF(overmap) var/list/overmap_objects ///List of all simulated ships. All ships in this list are fully initialized. var/list/controlled_ships + ///List of spawned outposts. The default spawn location is the first index. + var/list/outposts + ///List of all events var/list/events @@ -41,6 +44,7 @@ SUBSYSTEM_DEF(overmap) /datum/controller/subsystem/overmap/Initialize(start_timeofday) overmap_objects = list() controlled_ships = list() + outposts = list() events = list() generator_type = CONFIG_GET(string/overmap_generator_type) @@ -183,15 +187,33 @@ SUBSYSTEM_DEF(overmap) * Creates a single outpost somewhere near the center of the system. */ /datum/controller/subsystem/overmap/proc/spawn_outpost() - var/list/S = get_unused_overmap_square_in_radius(rand(3, round(size/5))) - new /datum/overmap/dynamic/outpost(S) + var/list/location = get_unused_overmap_square_in_radius(rand(3, round(size/5))) + + var/datum/overmap/outpost/found_type + if(fexists(OUTPOST_OVERRIDE_FILEPATH)) + var/file_text = trim_right(file2text(OUTPOST_OVERRIDE_FILEPATH)) // trim_right because there's often a trailing newline + var/datum/overmap/outpost/potential_type = text2path(file_text) + if(!potential_type || !ispath(potential_type, /datum/overmap/outpost)) + stack_trace("SSovermap found an outpost override file at [OUTPOST_OVERRIDE_FILEPATH], but was unable to find the outpost type [potential_type]!") + else + found_type = potential_type + fdel(OUTPOST_OVERRIDE_FILEPATH) // don't want it to affect 2 rounds in a row. + + if(!found_type) + var/list/possible_types = subtypesof(/datum/overmap/outpost) + for(var/datum/overmap/outpost/outpost_type as anything in possible_types) + if(!initial(outpost_type.main_template)) + possible_types -= outpost_type + found_type = pick(possible_types) + + new found_type(location) return /datum/controller/subsystem/overmap/proc/spawn_initial_ships() #ifndef UNIT_TESTS var/datum/map_template/shuttle/selected_template = SSmapping.maplist[pick(SSmapping.maplist)] INIT_ANNOUNCE("Loading [selected_template.name]...") - new /datum/overmap/ship/controlled(null, selected_template) + spawn_ship_at_start(selected_template) if(SSdbcore.Connect()) var/datum/DBQuery/query_round_map_name = SSdbcore.NewQuery({" UPDATE [format_table_name("round")] SET map_name = :map_name WHERE id = :round_id @@ -200,6 +222,19 @@ SUBSYSTEM_DEF(overmap) qdel(query_round_map_name) #endif +/** + * Spawns a controlled ship with the passed template at the template's preferred spawn location. + * Inteded for ship purchases, etc. + */ +/datum/controller/subsystem/overmap/proc/spawn_ship_at_start(datum/map_template/shuttle/template) + var/ship_loc + if(template.space_spawn) + ship_loc = null + else + ship_loc = SSovermap.outposts[1] + + return new /datum/overmap/ship/controlled(ship_loc, template) + /** * Creates an overmap object for each ruin level, making them accessible. */ @@ -401,11 +436,10 @@ SUBSYSTEM_DEF(overmap) return ship_count /datum/controller/subsystem/overmap/Recover() - if(istype(SSovermap.overmap_objects)) - overmap_objects = SSovermap.overmap_objects - if(istype(SSovermap.controlled_ships)) - controlled_ships = SSovermap.controlled_ships - if(istype(SSovermap.events)) - events = SSovermap.events - if(istype(SSovermap.radius_positions)) - radius_positions = SSovermap.radius_positions + overmap_objects = SSovermap.overmap_objects + controlled_ships = SSovermap.controlled_ships + events = SSovermap.events + outposts = SSovermap.outposts + radius_positions = SSovermap.radius_positions + overmap_vlevel = SSovermap.overmap_vlevel + overmap_container = SSovermap.overmap_container diff --git a/code/controllers/subsystem/persistence.dm b/code/controllers/subsystem/persistence.dm index 914bf781bd16..b80649a82490 100644 --- a/code/controllers/subsystem/persistence.dm +++ b/code/controllers/subsystem/persistence.dm @@ -79,7 +79,7 @@ SUBSYSTEM_DEF(persistence) T.showpiece = new /obj/item/showpiece_dummy(T, path) T.trophy_message = chosen_trophy["message"] T.placer_key = chosen_trophy["placer_key"] - T.update_icon() + T.update_appearance() /datum/controller/subsystem/persistence/proc/CollectData() CollectTrophies() diff --git a/code/controllers/subsystem/server_maint.dm b/code/controllers/subsystem/server_maint.dm index 12937cdbbd83..dc821dd2bdac 100644 --- a/code/controllers/subsystem/server_maint.dm +++ b/code/controllers/subsystem/server_maint.dm @@ -39,14 +39,10 @@ SUBSYSTEM_DEF(server_maint) log_world("Found a null in alive_mob_list!") cleanup_ticker++ if (15) - if(listclearnulls(GLOB.suicided_mob_list)) - log_world("Found a null in suicided_mob_list!") - cleanup_ticker++ - if (20) if(listclearnulls(GLOB.dead_mob_list)) log_world("Found a null in dead_mob_list!") cleanup_ticker++ - if (25) + if (20) cleanup_ticker = 0 else cleanup_ticker++ diff --git a/code/controllers/subsystem/shuttle.dm b/code/controllers/subsystem/shuttle.dm index a2609795d503..e306da3ee4c2 100644 --- a/code/controllers/subsystem/shuttle.dm +++ b/code/controllers/subsystem/shuttle.dm @@ -182,6 +182,7 @@ SUBSYSTEM_DEF(shuttle) return new_transit_dock /datum/controller/subsystem/shuttle/Recover() + initialized = SSshuttle.initialized if (istype(SSshuttle.mobile)) mobile = SSshuttle.mobile if (istype(SSshuttle.stationary)) @@ -192,6 +193,8 @@ SUBSYSTEM_DEF(shuttle) transit_requesters = SSshuttle.transit_requesters if (istype(SSshuttle.transit_request_failures)) transit_request_failures = SSshuttle.transit_request_failures + if (istype(SSshuttle.supply_packs)) + supply_packs = SSshuttle.supply_packs ordernum = SSshuttle.ordernum lockdown = SSshuttle.lockdown @@ -454,8 +457,36 @@ SUBSYSTEM_DEF(shuttle) if("select_template") if(S) . = TRUE - // If successful, returns the mobile docking port - var/datum/overmap/ship/controlled/new_ship = new(null, S) + var/choice = tgui_input_list( + user, + "Select a location for the new ship.", + "Ship Location", + list("Random Overmap Square", "Outpost", "Specific Overmap Square") + ) + var/ship_loc + var/datum/overmap/ship/controlled/new_ship + + switch(choice) + if(null) + return + if("Random Overmap Square") + ship_loc = null // null location causes overmap to just get a random square + if("Outpost") + if(length(SSovermap.outposts) > 1) + var/temp_loc = input(user, "Select outpost to spawn at") as null|anything in SSovermap.outposts + if(!temp_loc) + message_admins("Invalid spawn location.") + return + ship_loc = temp_loc + else + ship_loc = SSovermap.outposts[1] + if("Specific Overmap Square") + var/loc_x = input(user, "X overmap coordinate:") as num + var/loc_y = input(user, "Y overmap coordinate:") as num + ship_loc = list("x" = loc_x, "y" = loc_y) + + if(!new_ship) + new_ship = new(ship_loc, S) if(new_ship?.shuttle_port) user.forceMove(new_ship.get_jump_to_turf()) message_admins("[key_name_admin(user)] loaded [new_ship] ([S]) with the shuttle manipulator.") diff --git a/code/controllers/subsystem/ticker.dm b/code/controllers/subsystem/ticker.dm index 5fd2805507b7..86c76e653f51 100644 --- a/code/controllers/subsystem/ticker.dm +++ b/code/controllers/subsystem/ticker.dm @@ -11,7 +11,7 @@ SUBSYSTEM_DEF(ticker) var/current_state = GAME_STATE_STARTUP //state of current round (used by process()) Use the defines GAME_STATE_* ! var/force_ending = 0 //Round was ended by admin intervention // If true, there is no lobby phase, the game starts immediately. - var/start_immediately = FALSE + var/start_immediately = TRUE var/setup_done = FALSE //All game setup done including mode post setup and var/hide_mode = 0 @@ -429,13 +429,14 @@ SUBSYSTEM_DEF(ticker) queue_delay = SSticker.queue_delay queued_players = SSticker.queued_players - switch (current_state) - if(GAME_STATE_SETTING_UP) - Master.SetRunLevel(RUNLEVEL_SETUP) - if(GAME_STATE_PLAYING) - Master.SetRunLevel(RUNLEVEL_GAME) - if(GAME_STATE_FINISHED) - Master.SetRunLevel(RUNLEVEL_POSTGAME) + if (Master) //Set Masters run level if it exists + switch (current_state) + if(GAME_STATE_SETTING_UP) + Master.SetRunLevel(RUNLEVEL_SETUP) + if(GAME_STATE_PLAYING) + Master.SetRunLevel(RUNLEVEL_GAME) + if(GAME_STATE_FINISHED) + Master.SetRunLevel(RUNLEVEL_POSTGAME) /datum/controller/subsystem/ticker/proc/send_news_report() var/news_message diff --git a/code/controllers/subsystem/timer.dm b/code/controllers/subsystem/timer.dm index cec14d1ef219..5e499069e71d 100644 --- a/code/controllers/subsystem/timer.dm +++ b/code/controllers/subsystem/timer.dm @@ -342,7 +342,7 @@ SUBSYSTEM_DEF(timer) /datum/controller/subsystem/timer/Recover() - // Find the current timer sub-subsystem in global and recover its buckets etc + //Find the current timer sub-subsystem in global and recover its buckets etc var/datum/controller/subsystem/timer/timerSS = null for(var/global_var in global.vars) if (istype(global.vars[global_var],src.type)) diff --git a/code/controllers/subsystem/traumas.dm b/code/controllers/subsystem/traumas.dm index d4cc5483931c..87628785caf0 100644 --- a/code/controllers/subsystem/traumas.dm +++ b/code/controllers/subsystem/traumas.dm @@ -150,7 +150,6 @@ SUBSYSTEM_DEF(traumas) /obj/item/clothing/mask/gas/plaguedoctor, /obj/item/reagent_containers/food/snacks/cracker, /obj/item/clothing/suit/chickensuit, /obj/item/clothing/head/chicken, /obj/item/clothing/suit/toggle/owlwings, /obj/item/clothing/under/costume/owl, /obj/item/clothing/mask/gas/owl_mask, - /obj/item/clothing/under/costume/griffin, /obj/item/clothing/shoes/griffin, /obj/item/clothing/head/griffin, /obj/item/clothing/head/helmet/space/freedom, /obj/item/clothing/suit/space/freedom)), "anime" = typecacheof(list( diff --git a/code/datums/action.dm b/code/datums/action.dm index 2221c6a6c0c8..669313be1840 100644 --- a/code/datums/action.dm +++ b/code/datums/action.dm @@ -361,9 +361,6 @@ name = "Toggle [target.name]" button.name = name -/datum/action/item_action/halt - name = "HALT!" - /datum/action/item_action/toggle_voice_box name = "Toggle Voice Box" diff --git a/code/datums/chatmessage.dm b/code/datums/chatmessage.dm index 3cec5b8352f7..684ec401e290 100644 --- a/code/datums/chatmessage.dm +++ b/code/datums/chatmessage.dm @@ -133,9 +133,16 @@ else if ("emote" in extra_classes) var/image/r_icon = image('icons/UI_Icons/chat/chat_icons.dmi', icon_state = "emote") text = "\icon[r_icon] [text]" + else if("looc" in extra_classes) + var/image/r_icon = image('icons/UI_Icons/chat/chat_icons.dmi', icon_state = "looc") + text = "\icon[r_icon] [text]" - // We dim italicized text to make it more distinguishable from regular text - var/tgt_color = ("italics" in extra_classes) ? target.chat_color_darkened : target.chat_color + var/tgt_color = target.chat_color + if("looc" in extra_classes) + tgt_color = GLOB.LOOC_COLOR || GLOB.normal_looc_colour + else if("italics" in extra_classes) + // We dim italicized text to make it more distinguishable from regular text + tgt_color = target.chat_color_darkened // Approximate text height var/complete_text = "[target.say_emphasis(text)]" @@ -222,6 +229,8 @@ // Display visual above source if(runechat_flags & EMOTE_MESSAGE) new /datum/chatmessage(raw_message, speaker, src, list("emote", "italics")) + else if(runechat_flags & LOOC_MESSAGE) + new /datum/chatmessage(raw_message, speaker, src, list("looc", "italics")) else new /datum/chatmessage(lang_treat(speaker, message_language, raw_message, spans, null, TRUE), speaker, src, spans) @@ -242,15 +251,15 @@ * * sat_shift - A value between 0 and 1 that will be multiplied against the saturation * * lum_shift - A value between 0 and 1 that will be multiplied against the luminescence */ -/datum/chatmessage/proc/colorize_string(name, sat_shift = 1, lum_shift = 1) +/proc/colorize_string(name, sat_shift = 1, lum_shift = 1, sat_min = CM_COLOR_SAT_MIN, sat_max = CM_COLOR_SAT_MAX, lum_min = CM_COLOR_LUM_MIN, lum_max = CM_COLOR_LUM_MAX) // seed to help randomness var/static/rseed = rand(1,26) // get hsl using the selected 6 characters of the md5 hash var/hash = copytext(md5(name + GLOB.round_id), rseed, rseed + 6) var/h = hex2num(copytext(hash, 1, 3)) * (360 / 255) - var/s = (hex2num(copytext(hash, 3, 5)) >> 2) * ((CM_COLOR_SAT_MAX - CM_COLOR_SAT_MIN) / 63) + CM_COLOR_SAT_MIN - var/l = (hex2num(copytext(hash, 5, 7)) >> 2) * ((CM_COLOR_LUM_MAX - CM_COLOR_LUM_MIN) / 63) + CM_COLOR_LUM_MIN + var/s = (hex2num(copytext(hash, 3, 5)) >> 2) * ((sat_max - sat_min) / 63) + sat_min + var/l = (hex2num(copytext(hash, 5, 7)) >> 2) * ((lum_max - lum_min) / 63) + lum_min // adjust for shifts s *= clamp(sat_shift, 0, 1) diff --git a/code/datums/components/armor_plate.dm b/code/datums/components/armor_plate.dm index 32e30e7fae62..49f79930352c 100644 --- a/code/datums/components/armor_plate.dm +++ b/code/datums/components/armor_plate.dm @@ -72,7 +72,7 @@ if(ismecha(O)) var/obj/mecha/R = O - R.update_icon() + R.update_appearance() to_chat(user, "You strengthen [R], improving its resistance against melee, bullet and laser damage.") else to_chat(user, "You strengthen [O], improving its resistance against melee attacks.") diff --git a/code/datums/components/construction.dm b/code/datums/components/construction.dm index b8074d4b7f2f..ad1392c116d5 100644 --- a/code/datums/components/construction.dm +++ b/code/datums/components/construction.dm @@ -91,9 +91,9 @@ . = user.transferItemToLoc(I, parent) // Using stacks - else if(istype(I, /obj/item/stack)) - . = I.use_tool(parent, user, 0, volume=50, amount=current_step["amount"]) - + else + if(istype(I, /obj/item/stack)) + . = I.use_tool(parent, user, 0, volume=50, amount=current_step["amount"]) // Going backwards? Undo the last action. Drop/respawn the items used in last action, if any. if(. && diff == BACKWARD && target_step && !target_step["no_refund"]) @@ -108,8 +108,9 @@ if(located_item) located_item.forceMove(drop_location()) - else if(ispath(target_step_key, /obj/item/stack)) - new target_step_key(drop_location(), target_step["amount"]) + else + if(ispath(target_step_key, /obj/item/stack)) + new target_step_key(drop_location(), target_step["amount"]) /datum/component/construction/proc/spawn_result() // Some constructions result in new components being added. diff --git a/code/datums/components/embedded.dm b/code/datums/components/embedded.dm index 42f84ccfff2e..dcb4aff50bdf 100644 --- a/code/datums/components/embedded.dm +++ b/code/datums/components/embedded.dm @@ -329,7 +329,7 @@ M.Translate(pixelX, pixelY) overlay.transform = M RegisterSignal(hit,COMSIG_ATOM_UPDATE_OVERLAYS,.proc/apply_overlay) - hit.update_icon() + hit.update_appearance() if(harmful) hit.visible_message("[weapon] embeds itself in [hit]!") diff --git a/code/datums/components/nanites.dm b/code/datums/components/nanites.dm index f00e88327df3..e8f9befd9fee 100644 --- a/code/datums/components/nanites.dm +++ b/code/datums/components/nanites.dm @@ -247,12 +247,12 @@ var/datum/nanite_program/NP = X NP.on_death(gibbed) -/datum/component/nanites/proc/receive_signal(datum/source, code, source = "an unidentified source") +/datum/component/nanites/proc/receive_signal(datum/source, code, signal_source = "an unidentified source") SIGNAL_HANDLER for(var/X in programs) var/datum/nanite_program/NP = X - NP.receive_signal(code, source) + NP.receive_signal(code, signal_source) /datum/component/nanites/proc/receive_comm_signal(datum/source, comm_code, comm_message, comm_source = "an unidentified source") SIGNAL_HANDLER diff --git a/code/datums/components/plumbing/_plumbing.dm b/code/datums/components/plumbing/_plumbing.dm index 67697400ebd1..8512e46c361d 100644 --- a/code/datums/components/plumbing/_plumbing.dm +++ b/code/datums/components/plumbing/_plumbing.dm @@ -162,7 +162,7 @@ for(var/obj/machinery/duct/duct in get_step(parent, D)) duct.remove_connects(turn(D, 180)) duct.neighbours.Remove(parent) - duct.update_icon() + duct.update_appearance() ///settle wherever we are, and start behaving like a piece of plumbing /datum/component/plumbing/proc/enable() @@ -246,7 +246,7 @@ SIGNAL_HANDLER tile_covered = intact - AM.update_icon() + AM.update_appearance() ///has one pipe input that only takes, example is manual output pipe /datum/component/plumbing/simple_demand diff --git a/code/datums/components/squeak.dm b/code/datums/components/squeak.dm index 085d097e9acc..fdb95e249f2b 100644 --- a/code/datums/components/squeak.dm +++ b/code/datums/components/squeak.dm @@ -111,7 +111,7 @@ UnregisterSignal(user, COMSIG_MOVABLE_DISPOSING) // Disposal pipes related shit -/datum/component/squeak/proc/disposing_react(datum/source, obj/structure/disposalholder/holder, obj/machinery/disposal/source) +/datum/component/squeak/proc/disposing_react(datum/source, obj/structure/disposalholder/holder, obj/machinery/disposal/from) SIGNAL_HANDLER //We don't need to worry about unregistering this signal as it will happen for us automaticaly when the holder is qdeleted diff --git a/code/datums/components/storage/concrete/_concrete.dm b/code/datums/components/storage/concrete/_concrete.dm index d458886011de..4198ba5b974d 100644 --- a/code/datums/components/storage/concrete/_concrete.dm +++ b/code/datums/components/storage/concrete/_concrete.dm @@ -141,7 +141,7 @@ refresh_mob_views() if(isobj(parent)) var/obj/O = parent - O.update_icon() + O.update_appearance() return TRUE /datum/component/storage/concrete/proc/slave_can_insert_object(datum/component/storage/slave, obj/item/I, stop_messages = FALSE, mob/M) @@ -197,7 +197,7 @@ /datum/component/storage/concrete/update_icon() if(isobj(parent)) var/obj/O = parent - O.update_icon() + O.update_appearance() for(var/i in slaves) var/datum/component/storage/slave = i slave.update_icon() diff --git a/code/datums/components/storage/concrete/pockets.dm b/code/datums/components/storage/concrete/pockets.dm index 356d981555b5..8ef68e3bfd0b 100644 --- a/code/datums/components/storage/concrete/pockets.dm +++ b/code/datums/components/storage/concrete/pockets.dm @@ -29,11 +29,6 @@ quickdraw = FALSE silent = FALSE -/datum/component/storage/concrete/pockets/exo/cloak - max_items = 1 - max_w_class = WEIGHT_CLASS_NORMAL - quickdraw = TRUE - /datum/component/storage/concrete/pockets/exo/large max_items = 3 diff --git a/code/datums/components/storage/storage.dm b/code/datums/components/storage/storage.dm index da4fb04b3214..bba9f933e336 100644 --- a/code/datums/components/storage/storage.dm +++ b/code/datums/components/storage/storage.dm @@ -713,7 +713,7 @@ /datum/component/storage/proc/update_icon() if(isobj(parent)) var/obj/O = parent - O.update_icon() + O.update_appearance() /datum/component/storage/proc/signal_insertion_attempt(datum/source, obj/item/I, mob/M, silent = FALSE, force = FALSE) SIGNAL_HANDLER diff --git a/code/datums/components/taped.dm b/code/datums/components/taped.dm index 112f190c7024..32d5120c72e0 100644 --- a/code/datums/components/taped.dm +++ b/code/datums/components/taped.dm @@ -46,7 +46,7 @@ tape_marks.Blend(icon('icons/obj/tapes.dmi', "[taped_icon_state]_mask"), ICON_MULTIPLY) taped_icon = new(tape_marks) I.add_overlay(taped_icon) - I.update_icon() + I.update_appearance() /datum/component/taped/proc/tape_rip(datum/source, obj/item/attacker, mob/user) var/obj/item/I = attacker diff --git a/code/datums/components/twohanded.dm b/code/datums/components/twohanded.dm index d0f24ff5bf25..88cc0d190014 100644 --- a/code/datums/components/twohanded.dm +++ b/code/datums/components/twohanded.dm @@ -156,7 +156,7 @@ if(sharpened_increase) parent_item.force += sharpened_increase parent_item.name = "[parent_item.name] (Wielded)" - parent_item.update_icon() + parent_item.update_appearance() if(iscyborg(user)) to_chat(user, "You dedicate your module to [parent].") @@ -208,7 +208,7 @@ parent_item.name = "[initial(parent_item.name)]" // Update icons - parent_item.update_icon() + parent_item.update_appearance() if(user.get_item_by_slot(ITEM_SLOT_BACK) == parent) user.update_inv_back() else @@ -251,15 +251,15 @@ * * Updates the icon using icon_wielded if set */ -/datum/component/two_handed/proc/on_update_icon(datum/source) +/datum/component/two_handed/proc/on_update_icon(obj/item/source) SIGNAL_HANDLER - if(icon_wielded && wielded) - var/obj/item/parent_item = parent - if(parent_item) - parent_item.icon_state = icon_wielded - return COMSIG_ATOM_NO_UPDATE_ICON_STATE - + if(!wielded) + return NONE + if(!icon_wielded) + return NONE + source.icon_state = icon_wielded + return COMSIG_ATOM_NO_UPDATE_ICON_STATE /** * on_moved Triggers on item moved */ diff --git a/code/datums/diseases/appendicitis.dm b/code/datums/diseases/appendicitis.dm index 7a6ea142b361..5f1e9c304f69 100644 --- a/code/datums/diseases/appendicitis.dm +++ b/code/datums/diseases/appendicitis.dm @@ -24,7 +24,7 @@ var/obj/item/organ/appendix/A = affected_mob.getorgan(/obj/item/organ/appendix) if(A) A.inflamed = 1 - A.update_icon() + A.update_appearance() if(prob(3)) to_chat(affected_mob, "You feel a stabbing pain in your abdomen!") affected_mob.adjustOrganLoss(ORGAN_SLOT_APPENDIX, 5) diff --git a/code/datums/elements/decals/_decals.dm b/code/datums/elements/decals/_decals.dm index d0062da29224..17ba311bc5a3 100644 --- a/code/datums/elements/decals/_decals.dm +++ b/code/datums/elements/decals/_decals.dm @@ -28,7 +28,7 @@ if(isturf(target)) RegisterSignal(target,COMSIG_TURF_AFTER_SHUTTLE_MOVE,.proc/shuttlemove_react, TRUE) if(target.flags_1 & INITIALIZED_1) - target.update_icon() //could use some queuing here now maybe. + target.update_appearance() //could use some queuing here now maybe. else RegisterSignal(target,COMSIG_ATOM_AFTER_SUCCESSFUL_INITIALIZE,.proc/late_update_icon, TRUE) if(isitem(target)) @@ -61,7 +61,7 @@ /datum/element/decal/Detach(atom/source, force) UnregisterSignal(source, list(COMSIG_ATOM_DIR_CHANGE, COMSIG_COMPONENT_CLEAN_ACT, COMSIG_PARENT_EXAMINE, COMSIG_ATOM_UPDATE_OVERLAYS, COMSIG_TURF_AFTER_SHUTTLE_MOVE)) - source.update_icon() + source.update_appearance() if(isitem(source)) INVOKE_ASYNC(source, /obj/item/.proc/update_slot_icon) return ..() @@ -70,7 +70,7 @@ SIGNAL_HANDLER if(source && istype(source)) - source.update_icon() + source.update_appearance() UnregisterSignal(source,COMSIG_ATOM_AFTER_SUCCESSFUL_INITIALIZE) diff --git a/code/datums/ert.dm b/code/datums/ert.dm index c7038330974d..8bb5f0e6e35a 100644 --- a/code/datums/ert.dm +++ b/code/datums/ert.dm @@ -78,12 +78,3 @@ rename_team = "Horde of Interns" mission = "Assist in conflict resolution." polldesc = "an unpaid internship opportunity with Nanotrasen" - -/datum/ert/erp - roles = list(/datum/antagonist/ert/security/party, /datum/antagonist/ert/clown/party, /datum/antagonist/ert/engineer/party, /datum/antagonist/ert/janitor/party) - leader_role = /datum/antagonist/ert/commander/party - opendoors = FALSE - rename_team = "Emergency Response Party" - mission = "Create entertainment for the crew." - polldesc = "a Code Rainbow Nanotrasen Emergency Response Party" - code = "Rainbow" diff --git a/code/datums/hailer_phrase.dm b/code/datums/hailer_phrase.dm deleted file mode 100644 index a146146d4f0e..000000000000 --- a/code/datums/hailer_phrase.dm +++ /dev/null @@ -1,79 +0,0 @@ -/datum/hailer_phrase - var/phrase_text = null - var/phrase_sound = null - -/datum/hailer_phrase/emag - phrase_text = "FUCK YOUR CUNT YOU SHIT EATING COCKSTORM AND EAT A DONG FUCKING ASS RAMMING SHIT FUCK EAT PENISES IN YOUR FUCK FACE AND SHIT OUT ABORTIONS OF FUCK AND POO AND SHIT IN YOUR ASS YOU COCK FUCK SHIT MONKEY FUCK ASS WANKER FROM THE DEPTHS OF SHIT." - phrase_sound = "emag" - -/datum/hailer_phrase/halt - phrase_text = "HALT! HALT! HALT!" - phrase_sound = "halt" - -/datum/hailer_phrase/bobby - phrase_text = "Stop in the name of the Law." - phrase_sound = "bobby" - -/datum/hailer_phrase/compliance - phrase_text = "Compliance is in your best interest." - phrase_sound = "compliance" - -/datum/hailer_phrase/justice - phrase_text = "Prepare for justice!" - phrase_sound = "justice" - -/datum/hailer_phrase/running - phrase_text = "Running will only increase your sentence." - phrase_sound = "running" - -/datum/hailer_phrase/dontmove - phrase_text = "Don't move, Creep!" - phrase_sound = "dontmove" - -/datum/hailer_phrase/floor - phrase_text = "Down on the floor, Creep!" - phrase_sound = "floor" - -/datum/hailer_phrase/robocop - phrase_text = "Dead or alive you're coming with me." - phrase_sound = "robocop" - -/datum/hailer_phrase/god - phrase_text = "God made today for the crooks we could not catch yesterday." - phrase_sound = "god" - -/datum/hailer_phrase/freeze - phrase_text = "Freeze, Scum Bag!" - phrase_sound = "freeze" - -/datum/hailer_phrase/imperial - phrase_text = "Stop right there, criminal scum!" - phrase_sound = "imperial" - -/datum/hailer_phrase/bash - phrase_text = "Stop or I'll bash you." - phrase_sound = "bash" - -/datum/hailer_phrase/harry - phrase_text = "Go ahead, make my day." - phrase_sound = "harry" - -/datum/hailer_phrase/asshole - phrase_text = "Stop breaking the law, ass hole." - phrase_sound = "asshole" - -/datum/hailer_phrase/stfu - phrase_text = "You have the right to shut the fuck up." - phrase_sound = "stfu" - -/datum/hailer_phrase/shutup - phrase_text = "Shut up crime!" - phrase_sound = "shutup" - -/datum/hailer_phrase/super - phrase_text = "Face the wrath of the golden bolt." - phrase_sound = "super" - -/datum/hailer_phrase/dredd - phrase_text = "I am, the LAW!" - phrase_sound = "dredd" diff --git a/code/datums/holocall.dm b/code/datums/holocall.dm index f32fbb2186aa..445d795d0024 100644 --- a/code/datums/holocall.dm +++ b/code/datums/holocall.dm @@ -11,6 +11,9 @@ /mob/camera/aiEye/remote/holo use_static = USE_STATIC_NONE + acceleration = FALSE + max_sprint = 10 + sprint = 5 /mob/camera/aiEye/remote/holo/update_remote_sight(mob/living/user) user.sight = NONE diff --git a/code/datums/map_zones.dm b/code/datums/map_zones.dm index 421476ffacfc..a0f104c2fd91 100644 --- a/code/datums/map_zones.dm +++ b/code/datums/map_zones.dm @@ -83,6 +83,7 @@ #define MAPPING_MARGIN 5 /datum/virtual_level + /// An admin-facing name used to identify the virtual level. May be duplicate, or changed after instancing. var/name = "Sub Map Zone" var/relative_id var/id @@ -547,16 +548,10 @@ return get_alive_client_mobs() + get_dead_client_mobs() /datum/virtual_level/proc/get_alive_client_mobs() - . = list() - for(var/mob/Mob as anything in SSmobs.clients_by_zlevel[z_value]) - if(is_in_bounds(Mob)) - . += Mob + return LAZYACCESS(SSmobs.players_by_virtual_z, "[z_value]") || list() /datum/virtual_level/proc/get_dead_client_mobs() - . = list() - for(var/mob/Mob as anything in SSmobs.dead_players_by_zlevel[z_value]) - if(is_in_bounds(Mob)) - . += Mob + return LAZYACCESS(SSmobs.dead_players_by_virtual_z, "[z_value]") || list() /datum/virtual_level/proc/get_mind_mobs() . = list() diff --git a/code/datums/mapgen/planetary/RockGenerator.dm b/code/datums/mapgen/planetary/RockGenerator.dm index 5e53d54c5337..c98baa10fcef 100644 --- a/code/datums/mapgen/planetary/RockGenerator.dm +++ b/code/datums/mapgen/planetary/RockGenerator.dm @@ -137,7 +137,7 @@ ) /datum/biome/cave/rock - closed_turf_types = list(/turf/closed/mineral/random/asteroid/rockplanet = 1) + closed_turf_types = list(/turf/closed/mineral/random/rockplanet = 1) open_turf_types = list(/turf/open/floor/plating/asteroid/rockplanet/cracked = 1) flora_spawn_chance = 4 flora_spawn_list = list( diff --git a/code/datums/mapgen/planetary/WasteGenerator.dm b/code/datums/mapgen/planetary/WasteGenerator.dm index 52f0aeac7cd3..854a71632ce8 100644 --- a/code/datums/mapgen/planetary/WasteGenerator.dm +++ b/code/datums/mapgen/planetary/WasteGenerator.dm @@ -280,7 +280,7 @@ ) closed_turf_types = list( - /turf/closed/mineral/random/asteroid/wasteplanet = 40, + /turf/closed/mineral/random/wasteplanet = 40, /turf/closed/wall/r_wall = 1, /turf/closed/wall/r_wall/rust = 3, /turf/closed/wall = 2, diff --git a/code/datums/mapgen/single_biome/WasteplanetCaves.dm b/code/datums/mapgen/single_biome/WasteplanetCaves.dm index b067947bfec7..472a5cf4d54b 100644 --- a/code/datums/mapgen/single_biome/WasteplanetCaves.dm +++ b/code/datums/mapgen/single_biome/WasteplanetCaves.dm @@ -11,7 +11,7 @@ open_turf_types = list(/turf/open/floor/plating/asteroid/wasteplanet = 50, /turf/open/floor/plating/rust/wasteplanet = 10, /turf/open/floor/plating/wasteplanet = 5) - closed_turf_types = list(/turf/closed/mineral/random/asteroid/wasteplanet = 45, + closed_turf_types = list(/turf/closed/mineral/random/wasteplanet = 45, /turf/closed/wall/rust = 10,) flora_spawn_list = list( diff --git a/code/datums/martial/sleeping_carp.dm b/code/datums/martial/sleeping_carp.dm index bde8aeb753dc..01c7e93ba516 100644 --- a/code/datums/martial/sleeping_carp.dm +++ b/code/datums/martial/sleeping_carp.dm @@ -181,6 +181,7 @@ attack_verb = list("smashed", "slammed", "whacked", "thwacked") icon = 'icons/obj/items_and_weapons.dmi' icon_state = "bostaff0" + base_icon_state = "bostaff" lefthand_file = 'icons/mob/inhands/weapons/staves_lefthand.dmi' righthand_file = 'icons/mob/inhands/weapons/staves_righthand.dmi' block_chance = 50 @@ -193,7 +194,7 @@ /obj/item/staff/bostaff/ComponentInitialize() . = ..() - AddComponent(/datum/component/two_handed, force_unwielded=10, force_wielded=24, icon_wielded="bostaff1") + AddComponent(/datum/component/two_handed, force_unwielded=10, force_wielded=24, icon_wielded="[base_icon_state]1") /// triggered on wield of two handed item /obj/item/staff/bostaff/proc/on_wield(obj/item/source, mob/user) @@ -208,7 +209,8 @@ wielded = FALSE /obj/item/staff/bostaff/update_icon_state() - icon_state = "bostaff0" + icon_state = "[base_icon_state]0" + return ..() /obj/item/staff/bostaff/attack(mob/target, mob/living/user) add_fingerprint(user) diff --git a/code/datums/mood_events/generic_negative_events.dm b/code/datums/mood_events/generic_negative_events.dm index 3b09ce4f8a64..84fca0443ca0 100644 --- a/code/datums/mood_events/generic_negative_events.dm +++ b/code/datums/mood_events/generic_negative_events.dm @@ -67,11 +67,6 @@ mood_change = -16 timeout = 2 MINUTES -/datum/mood_event/shameful_suicide //suicide_acts that return SHAME, like sord - description = "I can't even end it all!\n" - mood_change = -15 - timeout = 60 SECONDS - /datum/mood_event/dismembered description = "AHH! I WAS USING THAT LIMB!\n" mood_change = -10 diff --git a/code/datums/mood_events/generic_positive_events.dm b/code/datums/mood_events/generic_positive_events.dm index 198328b04034..c16655ae59e3 100644 --- a/code/datums/mood_events/generic_positive_events.dm +++ b/code/datums/mood_events/generic_positive_events.dm @@ -175,18 +175,6 @@ description = "What a peculiar emblem. It makes me feel hopeful for my future.\n" mood_change = 5 -/datum/mood_event/drippy - description = "My self confidence, unstopping. My style, unbreakable.\n" - mood_change = 5 - -/datum/mood_event/dripjordan - description = "These shoes make me feel like I could really push myself to victory!\n" - mood_change = 5 - -/datum/mood_event/nojordans - description = "They're gone... my fashion is ruined. I can feel my self esteem decaying... \n" - mood_change = -10 - /datum/mood_event/nanite_happiness description = "+++++++HAPPINESS ENHANCEMENT+++++++\n" mood_change = 7 @@ -206,10 +194,10 @@ description = "I'm feeling confident with a head full of hair.\n" mood_change = 2 -/datum/mood_event/dkickflip //WS Edit Begin - Skateboards can take you to the afterlife +/datum/mood_event/dkickflip description = "I just witnessed the most RAD thing ever.\n" mood_change = 5 - timeout = 2 MINUTES //WS Edit End + timeout = 2 MINUTES /datum/mood_event/high_five description = "I love getting high fives!\n" diff --git a/code/datums/ruins/beachplanet.dm b/code/datums/ruins/beachplanet.dm index 8b644b9b417a..b23a7524f6b5 100644 --- a/code/datums/ruins/beachplanet.dm +++ b/code/datums/ruins/beachplanet.dm @@ -12,12 +12,6 @@ description = "A small fishing hut floating on the ocean." suffix = "beach_fishing_hut.dmm" -/datum/map_template/ruin/beachplanet/pushit - name = "Elite Club" - id = "pushit" - description = "A heavily guarded dance club. For the high elite of some city, they wouldnt want you to get your hands on it." - suffix = "beach_push_it.dmm" - /datum/map_template/ruin/beachplanet/ancient name = "Ancient Danger" id = "beach_ancient" diff --git a/code/datums/ruins/icemoon.dm b/code/datums/ruins/icemoon.dm index fb3dc928d1a3..afd841ff802e 100644 --- a/code/datums/ruins/icemoon.dm +++ b/code/datums/ruins/icemoon.dm @@ -47,12 +47,6 @@ description = "Nanotrasen Corporate Security Solutions vault site Gamma." suffix = "icemoon_surface_corporate_rejects.dmm" -/datum/map_template/ruin/icemoon/icecropolis - name = "The Bloody Hallow" - id = "icecropolis" - description = "Blood and writhing flesh make up this citadel of horrors." - suffix = "icemoon_underground_icecropolis.dmm" - /datum/map_template/ruin/icemoon/syndicate_outpost name = "Abandoned Syndicate Outpost" id = "syndicate-outpost-icemoon" diff --git a/code/datums/ruins/jungle.dm b/code/datums/ruins/jungle.dm index 8216a6c9298c..4c80d0618f50 100644 --- a/code/datums/ruins/jungle.dm +++ b/code/datums/ruins/jungle.dm @@ -10,12 +10,6 @@ name = "Ruined Botany Research Facility" description = "A research facility of great botany discoveries. Long since abandoned, willingly or not..." -/datum/map_template/ruin/jungle/solgov_crash - name = "Abandoned SolGov Exploration Pod" - id = "jungle-solgov-explorer" - description = "A recently abandoned standard SolGov exploration pod. It may not be powerful or resilient, but it can fly in a pinch." - suffix = "jungle_surface_abandonedsolgov.dmm" - /datum/map_template/ruin/jungle/ai_ikea name = "Space Ikea AI Shipment" id = "ikea-ai" @@ -137,3 +131,9 @@ id = "medtech-facility" description = "A MedTech pharmaceutical manufacturing plant where something went terribly wrong." suffix = "jungle_medtech_outbreak.dmm" + +/datum/map_template/ruin/jungle/library + name = "Abandoned Library" + id = "abandoned-library" + description = "A forgotten library, with a few angry monkeys." + suffix = "jungle_abandoned_library.dmm" diff --git a/code/datums/ruins/lavaland.dm b/code/datums/ruins/lavaland.dm index a9590b39c30c..ca7b7e8b3162 100644 --- a/code/datums/ruins/lavaland.dm +++ b/code/datums/ruins/lavaland.dm @@ -151,3 +151,9 @@ id = "crashed_pinnance" description = "A crashed shuttlecraft, looks like the pilot didn't make it." suffix = "lavaland_surface_crashed_pinnance.dmm" + +/datum/map_template/ruin/lavaland/codelab + name = "Nanotrasen Genetic Research Facility" + id = "codelab" + description = "A Nanotrasen genetic research facility, abandoned and ripe for looting. Whats that goo over there?" + suffix = "lavaland_surface_codelab.dmm" diff --git a/code/datums/shuttles.dm b/code/datums/shuttles.dm index e4255541911d..c646f76fe1e8 100644 --- a/code/datums/shuttles.dm +++ b/code/datums/shuttles.dm @@ -19,6 +19,9 @@ var/list/name_categories = list("GENERAL") var/prefix = "ISV" var/unique_ship_access = FALSE + /// Set by config JSON. If true, the template's ships' "default" spawn location (when bought by a player or loaded at roundstart) + /// will be in the middle of space, instead of at an outpost. + var/space_spawn = FALSE //how much money the ship starts with var/starting_funds = 2000 diff --git a/code/datums/status_effects/buffs.dm b/code/datums/status_effects/buffs.dm index 568196c1460b..03808a86d076 100644 --- a/code/datums/status_effects/buffs.dm +++ b/code/datums/status_effects/buffs.dm @@ -65,57 +65,6 @@ playsound(cyborg, 'sound/effects/light_flicker.ogg', 50, TRUE) cyborg.cell.give(power_to_give) -/datum/status_effect/his_grace - id = "his_grace" - duration = -1 - tick_interval = 4 - alert_type = /atom/movable/screen/alert/status_effect/his_grace - var/bloodlust = 0 - -/atom/movable/screen/alert/status_effect/his_grace - name = "His Grace" - desc = "His Grace hungers, and you must feed Him." - icon_state = "his_grace" - alerttooltipstyle = "hisgrace" - -/atom/movable/screen/alert/status_effect/his_grace/MouseEntered(location,control,params) - desc = initial(desc) - var/datum/status_effect/his_grace/HG = attached_effect - desc += "
    Current Bloodthirst: [HG.bloodlust]\ -
    Becomes undroppable at [HIS_GRACE_FAMISHED]\ -
    Will consume you at [HIS_GRACE_CONSUME_OWNER]" - return ..() - -/datum/status_effect/his_grace/on_apply() - owner.log_message("gained His Grace's stun immunity", LOG_ATTACK) - owner.add_stun_absorption("hisgrace", INFINITY, 3, null, "His Grace protects you from the stun!") - return ..() - -/datum/status_effect/his_grace/tick() - bloodlust = 0 - var/graces = 0 - for(var/obj/item/his_grace/HG in owner.held_items) - if(HG.bloodthirst > bloodlust) - bloodlust = HG.bloodthirst - if(HG.awakened) - graces++ - if(!graces) - owner.apply_status_effect(STATUS_EFFECT_HISWRATH) - qdel(src) - return - var/grace_heal = bloodlust * 0.05 - owner.adjustBruteLoss(-grace_heal) - owner.adjustFireLoss(-grace_heal) - owner.adjustToxLoss(-grace_heal, TRUE, TRUE) - owner.adjustOxyLoss(-(grace_heal * 2)) - owner.adjustCloneLoss(-grace_heal) - -/datum/status_effect/his_grace/on_remove() - owner.log_message("lost His Grace's stun immunity", LOG_ATTACK) - if(islist(owner.stun_absorption) && owner.stun_absorption["hisgrace"]) - owner.stun_absorption -= "hisgrace" - - /datum/status_effect/wish_granters_gift //Fully revives after ten seconds. id = "wish_granters_gift" duration = 50 diff --git a/code/datums/status_effects/debuffs.dm b/code/datums/status_effects/debuffs.dm index 24f9a777361e..fdc1710c9ea7 100644 --- a/code/datums/status_effects/debuffs.dm +++ b/code/datums/status_effects/debuffs.dm @@ -285,26 +285,6 @@ /datum/status_effect/pacify/on_remove() REMOVE_TRAIT(owner, TRAIT_PACIFISM, "status_effect") -/datum/status_effect/his_wrath //does minor damage over time unless holding His Grace - id = "his_wrath" - duration = -1 - tick_interval = 4 - alert_type = /atom/movable/screen/alert/status_effect/his_wrath - -/atom/movable/screen/alert/status_effect/his_wrath - name = "His Wrath" - desc = "You fled from His Grace instead of feeding Him, and now you suffer." - icon_state = "his_grace" - alerttooltipstyle = "hisgrace" - -/datum/status_effect/his_wrath/tick() - for(var/obj/item/his_grace/HG in owner.held_items) - qdel(src) - return - owner.adjustBruteLoss(0.1) - owner.adjustFireLoss(0.1) - owner.adjustToxLoss(0.2, TRUE, TRUE) - /datum/status_effect/cultghost //is a cult ghost and can't use manifest runes id = "cult_ghost" duration = -1 diff --git a/code/datums/status_effects/neutral.dm b/code/datums/status_effects/neutral.dm index 9d4d70b575a4..4952479fa635 100644 --- a/code/datums/status_effects/neutral.dm +++ b/code/datums/status_effects/neutral.dm @@ -115,7 +115,7 @@ for(var/obj/effect/proc_holder/spell/spell in rewarded.mind.spell_list) spell.charge_counter = spell.charge_max spell.recharging = FALSE - spell.update_icon() + spell.update_appearance() rewarded.adjustBruteLoss(-25) rewarded.adjustFireLoss(-25) rewarded.adjustToxLoss(-25) diff --git a/code/datums/traits/neutral.dm b/code/datums/traits/neutral.dm index 118889264091..0705a2837b6e 100644 --- a/code/datums/traits/neutral.dm +++ b/code/datums/traits/neutral.dm @@ -203,7 +203,7 @@ W.hairstyle = pick(GLOB.hairstyles_list - "Bald") else W.hairstyle = old_hair - W.update_icon() + W.update_appearance() var/list/slots = list ( "head" = ITEM_SLOT_HEAD, "backpack" = ITEM_SLOT_BACKPACK, diff --git a/code/datums/wires/airalarm.dm b/code/datums/wires/airalarm.dm index 87c17a1b4515..6afccd547660 100644 --- a/code/datums/wires/airalarm.dm +++ b/code/datums/wires/airalarm.dm @@ -30,7 +30,7 @@ if(WIRE_POWER) // Short out for a long time. if(!A.shorted) A.shorted = TRUE - A.update_icon() + A.update_appearance() addtimer(CALLBACK(A, /obj/machinery/airalarm.proc/reset, wire), 1200) if(WIRE_IDSCAN) // Toggle lock. A.locked = !A.locked @@ -49,7 +49,7 @@ var/area/AA = get_area(A) if(AA.atmosalert(FALSE, holder)) A.post_alert(0) - A.update_icon() + A.update_appearance() /datum/wires/airalarm/on_cut(wire, mend) var/obj/machinery/airalarm/A = holder @@ -57,7 +57,7 @@ if(WIRE_POWER) // Short out forever. A.shock(usr, 50) A.shorted = !mend - A.update_icon() + A.update_appearance() if(WIRE_IDSCAN) if(!mend) A.locked = TRUE @@ -71,4 +71,4 @@ var/area/AA = get_area(A) if(AA.atmosalert(TRUE, holder)) A.post_alert(2) - A.update_icon() + A.update_appearance() diff --git a/code/datums/wires/airlock.dm b/code/datums/wires/airlock.dm index 4d2e7d8f04ad..c9e969a8ebd0 100644 --- a/code/datums/wires/airlock.dm +++ b/code/datums/wires/airlock.dm @@ -72,13 +72,13 @@ else if(A.hasPower()) A.unbolt() - A.update_icon() + A.update_appearance() if(WIRE_IDSCAN) // Pulse to disable emergency access and flash red lights. if(A.hasPower() && A.density) A.do_animate("deny") if(A.emergency) A.emergency = FALSE - A.update_icon() + A.update_appearance() if(WIRE_AI) // Pulse to disable WIRE_AI control for 10 ticks (follows same rules as cutting). if(A.aiControlDisabled == AI_WIRE_NORMAL) A.aiControlDisabled = AI_WIRE_DISABLED @@ -97,7 +97,7 @@ A.normalspeed = !A.normalspeed if(WIRE_LIGHT) A.lights = !A.lights - A.update_icon() + A.update_appearance() /obj/machinery/door/airlock/proc/reset_ai_wire() if(aiControlDisabled == AI_WIRE_DISABLED) @@ -152,7 +152,7 @@ A.close() if(WIRE_LIGHT) // Cut to disable lights, mend to re-enable. A.lights = mend - A.update_icon() + A.update_appearance() if(WIRE_ZAP1, WIRE_ZAP2) // Ouch. if(isliving(usr)) A.shock(usr, 50) diff --git a/code/datums/wires/airlock_cycle.dm b/code/datums/wires/airlock_cycle.dm index d9572686a096..a1f942dab2e9 100644 --- a/code/datums/wires/airlock_cycle.dm +++ b/code/datums/wires/airlock_cycle.dm @@ -29,7 +29,7 @@ if(WIRE_POWER) // Short out for a long time. if(!A.shorted) A.shorted = TRUE - A.update_icon() + A.update_appearance() addtimer(CALLBACK(A, /obj/machinery/advanced_airlock_controller.proc/reset, wire), 1200) if(WIRE_IDSCAN) // Toggle lock. A.locked = !A.locked @@ -44,7 +44,7 @@ if(WIRE_POWER) // Short out forever. A.shock(usr, 50) A.shorted = !mend - A.update_icon() + A.update_appearance() if(WIRE_IDSCAN) if(!mend) A.locked = TRUE diff --git a/code/datums/wires/apc.dm b/code/datums/wires/apc.dm index e97c1f3654e3..933b9aae0222 100644 --- a/code/datums/wires/apc.dm +++ b/code/datums/wires/apc.dm @@ -44,10 +44,9 @@ if(WIRE_POWER1, WIRE_POWER2) // Short out. if(mend && !is_cut(WIRE_POWER1) && !is_cut(WIRE_POWER2)) A.shorted = FALSE - A.shock(usr, 50) else A.shorted = TRUE - A.shock(usr, 50) + A.shock(usr, 50) if(WIRE_AI) // Disable AI control. if(mend) A.aidisabled = FALSE diff --git a/code/datums/wires/fax.dm b/code/datums/wires/fax.dm new file mode 100644 index 000000000000..3a0193e5a4c2 --- /dev/null +++ b/code/datums/wires/fax.dm @@ -0,0 +1,51 @@ +/datum/wires/fax + holder_type = /obj/machinery/fax + proper_name = "Fax Unit" + +/datum/wires/fax/New(atom/holder) + wires = list(WIRE_SHOCK, WIRE_SIGNAL, WIRE_THROW, WIRE_LOADCHECK,) + add_duds(1) + return ..() + +/datum/wires/fax/interactable(mob/user) + . = ..() + if(!.) + return FALSE + var/obj/machinery/fax/machine = holder + if(!issilicon(user) && machine.seconds_electrified && machine.shock(user, 100)) + return FALSE + if(machine.panel_open) + return TRUE + +/datum/wires/fax/get_status() + var/obj/machinery/fax/machine = holder + var/list/status = list() + status += "A red light is [machine.seconds_electrified ? "blinking" : "off"]." + status += "The network light is [machine.visible_to_network ? "on" : "off"]." + status += "The output servo is [machine.hurl_contents ? "spinning rapidly" : "on"]." + status += "The input servo is [machine.allow_exotic_faxes ? "spinning rapidly" : "on"]." + return status + +/datum/wires/fax/on_pulse(wire) + var/obj/machinery/fax/machine = holder + switch(wire) + if(WIRE_SHOCK) + machine.seconds_electrified = MACHINE_DEFAULT_ELECTRIFY_TIME + if(WIRE_SIGNAL) + machine.visible_to_network = !machine.visible_to_network + if(WIRE_THROW) + machine.hurl_contents = !machine.hurl_contents + if(WIRE_LOADCHECK) + machine.allow_exotic_faxes = !machine.allow_exotic_faxes + +/datum/wires/fax/on_cut(wire, mend) + var/obj/machinery/fax/machine = holder + switch(wire) + if(WIRE_SHOCK) + machine.seconds_electrified = (mend) ? MACHINE_NOT_ELECTRIFIED : MACHINE_ELECTRIFIED_PERMANENT + if(WIRE_SIGNAL) + machine.visible_to_network = mend + if(WIRE_THROW) + machine.hurl_contents = !mend + if(WIRE_LOADCHECK) + machine.allow_exotic_faxes = !mend diff --git a/code/datums/wires/syndicatebomb.dm b/code/datums/wires/syndicatebomb.dm index 8732a0a21d71..8a2dba38d1bc 100644 --- a/code/datums/wires/syndicatebomb.dm +++ b/code/datums/wires/syndicatebomb.dm @@ -49,7 +49,7 @@ if(!B.active) holder.visible_message("[icon2html(B, viewers(holder))] You hear the bomb start ticking!") B.activate() - B.update_icon() + B.update_appearance() else if(B.delayedlittle) holder.visible_message("[icon2html(B, viewers(holder))] Nothing happens.") else @@ -81,7 +81,7 @@ B.active = FALSE B.delayedlittle = FALSE B.delayedbig = FALSE - B.update_icon() + B.update_appearance() /datum/wires/syndicatebomb/proc/tell_admins(obj/machinery/syndicatebomb/B) if(istype(B, /obj/machinery/syndicatebomb/training)) diff --git a/code/game/MapData/shuttles/nanotrasen_mimir.dm b/code/game/MapData/shuttles/nanotrasen_mimir.dm index 8a64f99f2813..93dc3c7fe3ad 100644 --- a/code/game/MapData/shuttles/nanotrasen_mimir.dm +++ b/code/game/MapData/shuttles/nanotrasen_mimir.dm @@ -40,7 +40,7 @@ /obj/item/paper/fluff/mimir/treasure name = "Bluejack's Note" - info = "To whomever finds this note, \ + default_raw_text = "To whomever finds this note, \ I've left behind some things behind that may help your endeavors. The first of them, \ a bag found where the condemned swirl spirits in a whirlpool. The second, a bag \ found under my seat of chance and uncanny luck. The third and final bag can be found \ @@ -49,9 +49,9 @@ /obj/item/paper/fluff/mimir/jacket name = "Warden's Secret" - info = "A warden's seat is their place of rest. Look under where your ass rests best." + default_raw_text = "A warden's seat is their place of rest. Look under where your ass rests best." /obj/item/paper/fluff/mimir/recycler name = "TURN ON THE RECYCLER!!!" - info = "IMPORTANT!!!! TURN ON THE AIR RECYCLER IN THIS ROOM!!! JUST TURN ON AND MAX\ + default_raw_text = "IMPORTANT!!!! TURN ON THE AIR RECYCLER IN THIS ROOM!!! JUST TURN ON AND MAX\ ALL THE ATMOS IN THIS ROOM!!!!!!!!" diff --git a/code/game/MapData/shuttles/nanotrasen_powerrangers.dm b/code/game/MapData/shuttles/nanotrasen_powerrangers.dm deleted file mode 100644 index 81c3fa1865e7..000000000000 --- a/code/game/MapData/shuttles/nanotrasen_powerrangers.dm +++ /dev/null @@ -1,373 +0,0 @@ -//Clothes -/obj/item/clothing/under/rank/security/head_of_security/nt/skirt/lp - name = "LP Security Specialist's Jumpskirt" - desc = "A standard Jumpskirt belonging to the Security Specialist of the Loss Previention team." - -/obj/item/clothing/under/rank/security/head_of_security/nt/lp - name = "LP Security Specialist's Jumpsuit" - desc = "The ERT ran out of outfits to give to the LP, so they gave them station spares. This one belongs to the LP Lieutenant." - -/obj/item/clothing/under/rank/security/head_of_security/alt/lp - name = "LP Lieutentant's 'Dramatic' Jumpsuit" - desc = "The first LP Lieutenant wasn't satisfied with the standard outfits given to them. So they requested something more 'Dramatic'." - -/obj/item/clothing/under/rank/security/head_of_security/alt/skirt/lp - name = "LP Lieutenant's 'Dramatic' Jumpskirt" - desc = "The first LP Lieutenant wasn't satisfied with the standard outfits given to them. So they requested something more 'Dramatic'." - -/obj/item/clothing/under/rank/security/warden/skirt/lp - name = "LP Lieutenant's Jumpskirt" - desc = "A standard Jumpskirt belonging to the Lieutenant of the Loss Previention team." - -/obj/item/clothing/under/rank/security/warden/lp - name = "LP Lieutenant's Jumpsuit" - desc = "The ERT ran out of outfits to give to the LP, so they gave them station spares. This one belongs to the LP Lieutenant." - -/obj/item/clothing/under/rank/engineering/engineer/maintenance_tech/lp - name = "LP Engineering Specialist's Jumpsuit" - desc = "The ERT ran out of outfits to give to the LP, so they gave them station spares. This one belongs to the LP Engineering Specialist." - -/obj/item/clothing/under/rank/engineering/engineer/maintenance_tech/skirt/lp - name = "LP Engineering Specialist's Jumpskirt" - desc = "A standard Jumpskirt belonging to the Engineering Specialist of the Loss Previention team." - -/obj/item/clothing/under/rank/medical/paramedic/lp - name = "LP Medical Specialist's Jumpsuit" - desc = "The ERT ran out of outfits to give to the LP, so they gave them station spares. This one belongs to the LP Medical Specialist." - -/obj/item/clothing/under/rank/medical/paramedic/skirt/lp - name = "LP Medical Specialist's Jumpskirt" - desc = "A standard Jumpskirt belonging to the Medical Specialist of the Loss Previention team." - - -//closets -/obj/structure/closet/secure_closet/lp/commissioner - name = "commissioner's closet" - desc = "It's the Commissioner's closet." - icon_state = "cap" - req_access = list(ACCESS_LP_COMMISSIONER) - -/obj/structure/closet/secure_closet/lp/lieutenant - name = "lietenant's closet" - desc = "It's the lieutenant's closet." - icon_state = "blueshield" - req_access = list(ACCESS_LP_LIEUTENANT) - -/obj/structure/closet/secure_closet/lp/security - name = "security specialist's closet" - desc = "It's the security specialist's closet." - icon_state = "hos" - req_one_access = list(ACCESS_LP_LIEUTENANT, ACCESS_LP_SECURITY) - -/obj/structure/closet/secure_closet/lp/engineer - name = "engineering specialist's closet" - desc = "It's the engineering specialist's closet." - icon_state = "eng_secure" - req_one_access = list(ACCESS_LP_LIEUTENANT, ACCESS_LP_ENGINEER) - -/obj/structure/closet/secure_closet/lp/medical - name = "medical specialist's closet" - desc = "It's the medical specialist's closet." - icon_state = "med" - req_one_access = list(ACCESS_LP_LIEUTENANT, ACCESS_LP_MEDIC) - - -//firstaid kit -/obj/item/storage/firstaid/lp - icon = 'icons/obj/storage.dmi' - icon_state = "bezerk" - name = "Loss Prevention Medkit" - desc = "A medikit filled with the second finest equipment for the second finest team." - -/obj/item/storage/firstaid/lp/PopulateContents() - if(empty) - return - var/static/items_inside = list( - /obj/item/lighter = 1, - /obj/item/storage/fancy/cigarettes = 1, - /obj/item/stack/medical/mesh/advanced = 2, - /obj/item/stack/medical/suture/medicated = 2, - /obj/item/healthanalyzer = 1, - /obj/item/defibrillator/compact/loaded = 1, - /obj/item/reagent_containers/hypospray/medipen/penacid = 1, - /obj/item/storage/pill_bottle/trophazole = 1) - generate_items_inside(items_inside,src) - - -//IDs -/obj/item/pda/heads/lp/commissioner - name = "commissioner PDA" - -/obj/item/card/id/lpengie - desc = "The LP Engineering Specialist's ID card." - icon_state = "ert_engineer" - name = "LP Engineering Specialist" - -/obj/item/card/id/lpmed - desc = "The LP Medical Specialist's ID card." - icon_state = "ert_medic" - name = "LP Medical Specialist" - -/obj/item/card/id/lpsec - desc = "The LP Security Specialist's ID card." - icon_state = "ert_security" - name = "LP Security Specialist" - -/obj/item/card/id/lpcomm - name = "LP Commissioner's ID" - desc = "The LP Commissioner's ID card." - icon_state = "centcom" - -/obj/item/card/id/lplieu - name = "LP Lieutenant's ID" - desc = "The LP Lieutenant's ID card." - icon_state = "ert_commander" - - -//Doors -/obj/machinery/door/window/lp - req_access = list(ACCESS_LP_FACILITIES) - -/obj/machinery/door/window/lp/commissioner - req_access = list(ACCESS_LP_FACILITIES, ACCESS_LP_COMMISSIONER) - -/obj/machinery/door/window/lp/ai - req_access = list(ACCESS_LP_FACILITIES, ACCESS_LP_AI) - -/obj/machinery/door/window/lp/lieu - req_access = list(ACCESS_LP_FACILITIES, ACCESS_LP_LIEUTENANT) - -/obj/machinery/door/window/lp/engi - req_one_access = list(ACCESS_LP_LIEUTENANT, ACCESS_LP_ENGINEER) - -/obj/machinery/door/window/lp/security - req_one_access = list(ACCESS_LP_LIEUTENANT, ACCESS_LP_SECURITY) - -/obj/machinery/door/window/lp/medic - req_one_access = list(ACCESS_LP_LIEUTENANT, ACCESS_LP_MEDIC) - -/obj/machinery/door/window/lp/operatingroom - req_access = list(ACCESS_LP_FACILITIES, ACCESS_LP_OPERATING_ROOM) - -/obj/machinery/door/airlock/command/glass/lp/commissioner - name = "commissioner's office" - req_one_access = list(ACCESS_LP_LIEUTENANT, ACCESS_LP_COMMISSIONER) - -/obj/machinery/door/airlock/command/glass/lp/ - req_access = list(ACCESS_LP_FACILITIES) - -/obj/machinery/door/airlock/command/glass/lp/port_hallway - name = "Port Hallway" - -/obj/machinery/door/airlock/command/glass/lp/security - name = "Security and Research" - -/obj/machinery/door/airlock/command/glass/lp/research - name = "Research" - -/obj/machinery/door/airlock/command/glass/lp/engines - name = "Engines" - -/obj/machinery/door/airlock/command/glass/lp/dorms - name = "Dorms" - -/obj/machinery/door/airlock/command/glass/lp/mining - name = "Mining" - -/obj/machinery/door/airlock/command/glass/lp/cargo - name = "Cargo" - -/obj/machinery/door/airlock/command/glass/lp/bridge - name = "Bridge" - req_access = list(ACCESS_LP_FACILITIES, ACCESS_LP_BRIDGE) - -/obj/machinery/door/airlock/medical/glass/lp/medical - name = "Medbay" - req_access = list(ACCESS_LP_FACILITIES) - -/obj/machinery/door/airlock/vault/lp/vault - name = "Vault" - req_access = list(ACCESS_LP_FACILITIES, ACCESS_LP_VAULT) - -/obj/machinery/door/airlock/highsecurity/lp/aisat - name = "AI chamber" - req_access = list(ACCESS_LP_FACILITIES, ACCESS_LP_AI) - - -//Holocalls -/datum/preset_holoimage/commissioner - outfit_type = /datum/outfit/job/lp/commissioner - - -//Access -/proc/get_lpcomm_access() - return get_all_accesses() + list(ACCESS_AWAY_GENERAL, ACCESS_AWAY_MAINT, ACCESS_LP_FACILITIES, ACCESS_LP_BRIDGE, ACCESS_LP_OPERATING_ROOM, ACCESS_LP_AI, ACCESS_LP_COMMISSIONER, ACCESS_ENGINE, ACCESS_ATMOSPHERICS, ACCESS_EVA, ACCESS_LP_VAULT) - -/proc/get_lplieu_access() - return get_all_accesses() + list(ACCESS_AWAY_GENERAL, ACCESS_AWAY_MAINT, ACCESS_LP_FACILITIES, ACCESS_LP_BRIDGE, ACCESS_LP_OPERATING_ROOM, ACCESS_LP_VAULT, ACCESS_LP_AI, ACCESS_LP_LIEUTENANT, ACCESS_ENGINE, ACCESS_ATMOSPHERICS, ACCESS_EVA) - -/proc/get_lpsec_access() - return get_all_accesses() + list(ACCESS_AWAY_GENERAL, ACCESS_AWAY_MAINT, ACCESS_LP_FACILITIES, ACCESS_LP_BRIDGE, ACCESS_LP_VAULT, ACCESS_LP_SECURITY, ACCESS_ENGINE, ACCESS_ATMOSPHERICS, ACCESS_EVA) - -/proc/get_lpengi_access() - return get_all_accesses() + list(ACCESS_AWAY_GENERAL, ACCESS_AWAY_MAINT, ACCESS_LP_FACILITIES, ACCESS_LP_BRIDGE, ACCESS_LP_AI, ACCESS_LP_ENGINEER, ACCESS_ENGINE, ACCESS_ATMOSPHERICS, ACCESS_EVA) - -/proc/get_lpmedic_access() - return get_all_accesses() + list(ACCESS_AWAY_GENERAL, ACCESS_AWAY_MAINT, ACCESS_LP_FACILITIES, ACCESS_LP_BRIDGE, ACCESS_LP_OPERATING_ROOM, ACCESS_LP_MEDIC, ACCESS_ENGINE, ACCESS_ATMOSPHERICS, ACCESS_EVA) - -//Backpack -/obj/item/storage/backpack/satchel/flat/with_clown/PopulateContents() - new /obj/item/clothing/suit/space/hardsuit/ert/lp/clown(src) - - -//lootdrop -/obj/effect/spawner/lootdrop/lpcombat - name = "LP Combat Missions" - lootdoubles = FALSE - - loot = list( - /obj/item/disk/holodisk/lp/combat/syndicate1 = 1, - /obj/item/disk/holodisk/lp/combat/syndicate2 = 1, - /obj/item/disk/holodisk/lp/combat/syndicate3 = 1, - /obj/item/disk/holodisk/lp/combat/syndicate4 = 1, - /obj/item/disk/holodisk/lp/combat/syndicate5 = 1, - /obj/item/disk/holodisk/lp/combat/megafauna = 5, - /obj/item/disk/holodisk/lp/combat/bdm = 5, - /obj/item/disk/holodisk/lp/combat/tumor = 5, - /obj/item/disk/holodisk/lp/combat/bloodred = 5 - ) - - lootcount = 2 - -/obj/effect/spawner/lootdrop/lpretrieval - name = "LP Retrieval Missions" - lootdoubles = FALSE - - loot = list( - /obj/item/disk/holodisk/lp/retrieval/rnd =1, - /obj/item/disk/holodisk/lp/retrieval/supersuit = 1, - /obj/item/disk/holodisk/lp/retrieval/phazon = 1, - /obj/item/disk/holodisk/lp/retrieval/durand = 1, - /obj/item/disk/holodisk/lp/retrieval/gunstock = 1, - /obj/item/disk/holodisk/lp/retrieval/artifact = 1, - /obj/item/disk/holodisk/lp/retrieval/research = 1, - /obj/item/disk/holodisk/lp/retrieval/materials = 1 - ) - - lootcount = 2 - -/obj/effect/spawner/lootdrop/lpaid - name = "LP Aid Missions" - lootdoubles = FALSE - - loot = list( - /obj/item/disk/holodisk/lp/aid/teleporter = 1, - /obj/item/disk/holodisk/lp/aid/telecomm = 1, - /obj/item/disk/holodisk/lp/aid/recruits = 1, - /obj/item/disk/holodisk/lp/aid/repairs = 1, - /obj/item/disk/holodisk/lp/aid/rescure = 1, - /obj/item/disk/holodisk/lp/aid/guard = 1, - /obj/item/disk/holodisk/lp/aid/ai = 1, - /obj/item/disk/holodisk/lp/aid/ripley = 1 - ) - - lootcount = 2 - - -//hardsuits -/obj/item/clothing/suit/space/hardsuit/ert/lp - name = "Loss Prevention Lieutenant Hardsuit" - desc = "The middlemanagement of the ERT world, the Lieutenant of the LP team is given this slightly downgraded version of the ERT Commander hardsuit." - armor = list("melee" = 50, "bullet" = 50, "laser" = 30, "energy" = 40, "bomb" = 35, "bio" = 100, "rad" = 60, "fire" = 50, "acid" = 80) - helmettype = /obj/item/clothing/head/helmet/space/hardsuit/ert/lp - resistance_flags = null - max_heat_protection_temperature = null - slowdown = 1.2 - -/obj/item/clothing/head/helmet/space/hardsuit/ert/lp - armor = list("melee" = 50, "bullet" = 40, "laser" = 30, "energy" = 40, "bomb" = 35, "bio" = 100, "rad" = 60, "fire" = 50, "acid" = 80) - name = "Loss Prevention Lieutenant Hardsuit Helmet" - desc = "The helmet that comes attached to the LP Team Lieutenant Hardsuit." - resistance_flags = null - max_heat_protection_temperature = null - -/obj/item/clothing/suit/space/hardsuit/ert/lp/sec - armor = list("melee" = 35, "bullet" = 15, "laser" = 30, "energy" = 40, "bomb" = 10, "bio" = 100, "rad" = 50, "fire" = 75, "acid" = 75) - helmettype = /obj/item/clothing/head/helmet/space/hardsuit/ert/lp/sec - name = "Loss Prevention Security Hardsuit" - desc = "The best of the best security staff get assigned to the ERT. Second best are given this Hardsuit as a part of the LP Team." - icon_state = "ert_security" - item_state = "ert_security" - -/obj/item/clothing/head/helmet/space/hardsuit/ert/lp/sec - armor = list("melee" = 35, "bullet" = 20, "laser" = 30,"energy" = 40, "bomb" = 10, "bio" = 100, "rad" = 50, "fire" = 75, "acid" = 75) - hardsuit_type = "ert_security" - name = "Loss Prevention Security Hardsuit Helmet" - desc = "The helmet that comes attached to the LP Team Security Hardsuit." - icon_state = "hardsuit0-ert_security" - item_state = "hardsuit0-ert_security" - -/obj/item/clothing/suit/space/hardsuit/ert/lp/engi - armor = list("melee" = 30, "bullet" = 15, "laser" = 15, "energy" = 20, "bomb" = 10, "bio" = 100, "rad" = 60, "fire" = 100, "acid" = 75) - helmettype = /obj/item/clothing/head/helmet/space/hardsuit/ert/lp/engi - name = "Loss Prevention Engineering Hardsuit" - desc = "The best of the best engineering staff get assigned to the ERT. Second best are given this Hardsuit as a part of the LP Team." - icon_state = "ert_engineer" - item_state = "ert_engineer" - -/obj/item/clothing/head/helmet/space/hardsuit/ert/lp/engi - armor = list("melee" = 30, "bullet" = 15, "laser" = 15, "energy" = 20, "bomb" = 10, "bio" = 100, "rad" = 60, "fire" = 100, "acid" = 75) - name = "Loss Prevention Engineering Hardsuit Helmet" - desc = "The helmet that comes attached to the LP Team Engineering Hardsuit." - icon_state = "hardsuit0-ert_engineer" - item_state = "hardsuit0-ert_engineer" - hardsuit_type = "ert_engineer" - -/obj/item/clothing/suit/space/hardsuit/ert/lp/med - armor = list("melee" = 30, "bullet" = 15, "laser" = 15, "energy" = 20, "bomb" = 10, "bio" = 100, "rad" = 60, "fire" = 60, "acid" = 75) - helmettype = /obj/item/clothing/head/helmet/space/hardsuit/ert/lp/med - name = "Loss Prevention Medical Hardsuit" - desc = "The best of the best medical staff get assigned to the ERT. Second best are given this Hardsuit as a part of the LP Team." - icon_state = "ert_medical" - item_state = "ert_medical" - -/obj/item/clothing/head/helmet/space/hardsuit/ert/lp/med - armor = list("melee" = 30, "bullet" = 15, "laser" = 15, "energy" = 20, "bomb" = 10, "bio" = 100, "rad" = 60, "fire" = 60, "acid" = 75) - name = "Loss Prevention Medical Hardsuit Helmet" - desc = "The helmet that comes attached to the LP Team Medical Hardsuit." - icon_state = "hardsuit0-ert_medical" - item_state = "hardsuit0-ert_medical" - hardsuit_type = "ert_medical" - -/obj/item/clothing/head/helmet/space/hardsuit/ert/lp/clown - name = "LP Funny Hardsuit Helmet" - desc = "Every dog has its day, and every Funny Hardsuit has a Funny Helmet attached to it." - armor = list("melee" = 10, "bullet" = 5, "laser" = 10, "energy" = 10, "bomb" = 75, "bio" = 100, "rad" = 15, "fire" = 75, "acid" = 50) - icon_state = "hardsuit0-ert_clown" - item_state = "hardsuit0-ert_clown" - hardsuit_type = "ert_clown" - -/obj/item/clothing/suit/space/hardsuit/ert/lp/clown - name = "LP Funny Hardsuit" - desc = "Only the most faithful of those in service to the Honkmother make it anywhere aside from the mass driver. Let alone the LP." - armor = list("melee" = 10, "bullet" = 5, "laser" = 10, "energy" = 10, "bomb" = 75, "bio" = 100, "rad" = 15, "fire" = 75, "acid" = 50) - icon_state = "ert_clown" - item_state = "ert_clown" - helmettype = /obj/item/clothing/head/helmet/space/hardsuit/ert/lp/clown - -/obj/item/clothing/head/helmet/space/hardsuit/lp - name = "RIG heatsuit helmet" - desc = "The helmet to the RIG heat suit. It's packed with heat diverting materials, coolant pipes, and a two inch thick face screen." - armor = list("melee" = 0, "bullet" = 0, "laser" = 0, "energy" = 0, "bomb" = 50, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 75) - heat_protection = HEAD - max_heat_protection_temperature = FIRE_IMMUNITY_MAX_TEMP_PROTECT - resistance_flags = ACID_PROOF | FIRE_PROOF - -/obj/item/clothing/suit/space/hardsuit/ancient/lp - name = "RIG heat suit" - desc = "A fully heat resistance suit based on an early RIG hardsuit prototype. It sacrifices armor of any kind for intricate heatsinks. It remains rather bulky as a result." - armor = list("melee" = 1, "bullet" = 1, "laser" = 1, "energy" = 1, "bomb" = 50, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 75) - helmettype = /obj/item/clothing/head/helmet/space/hardsuit/lp - heat_protection = CHEST|GROIN|LEGS|FEET|ARMS|HANDS - max_heat_protection_temperature = FIRE_IMMUNITY_MAX_TEMP_PROTECT - resistance_flags = ACID_PROOF | FIRE_PROOF diff --git a/code/datums/lp_mission_holotapes.dm b/code/game/MapData/shuttles/nanotrasen_ranger.dm similarity index 51% rename from code/datums/lp_mission_holotapes.dm rename to code/game/MapData/shuttles/nanotrasen_ranger.dm index 6eb33b2a4aee..ec41a611618f 100644 --- a/code/datums/lp_mission_holotapes.dm +++ b/code/game/MapData/shuttles/nanotrasen_ranger.dm @@ -1,3 +1,182 @@ +//Clothes +/obj/item/clothing/under/rank/security/head_of_security/nt/skirt/lp + name = "LP Security Specialist's Jumpskirt" + desc = "A standard Jumpskirt belonging to the Security Specialist of the Loss Previention team." + +/obj/item/clothing/under/rank/security/head_of_security/nt/lp + name = "LP Security Specialist's Jumpsuit" + desc = "The ERT ran out of outfits to give to the LP, so they gave them station spares. This one belongs to the LP Lieutenant." + +/obj/item/clothing/under/rank/security/head_of_security/alt/lp + name = "LP Lieutentant's 'Dramatic' Jumpsuit" + desc = "The first LP Lieutenant wasn't satisfied with the standard outfits given to them. So they requested something more 'Dramatic'." + +/obj/item/clothing/under/rank/security/head_of_security/alt/skirt/lp + name = "LP Lieutenant's 'Dramatic' Jumpskirt" + desc = "The first LP Lieutenant wasn't satisfied with the standard outfits given to them. So they requested something more 'Dramatic'." + +/obj/item/clothing/under/rank/security/warden/skirt/lp + name = "LP Lieutenant's Jumpskirt" + desc = "A standard Jumpskirt belonging to the Lieutenant of the Loss Previention team." + +/obj/item/clothing/under/rank/security/warden/lp + name = "LP Lieutenant's Jumpsuit" + desc = "The ERT ran out of outfits to give to the LP, so they gave them station spares. This one belongs to the LP Lieutenant." + +/obj/item/clothing/under/rank/engineering/engineer/nt/lp + name = "LP Engineering Specialist's Jumpsuit" + desc = "The ERT ran out of outfits to give to the LP, so they gave them station spares. This one belongs to the LP Engineering Specialist." + +/obj/item/clothing/under/rank/engineering/engineer/nt/skirt/lp + name = "LP Engineering Specialist's Jumpskirt" + desc = "A standard Jumpskirt belonging to the Engineering Specialist of the Loss Previention team." + +/obj/item/clothing/under/rank/medical/paramedic/lp + name = "LP Medical Specialist's Jumpsuit" + desc = "The ERT ran out of outfits to give to the LP, so they gave them station spares. This one belongs to the LP Medical Specialist." + +/obj/item/clothing/under/rank/medical/paramedic/skirt/lp + name = "LP Medical Specialist's Jumpskirt" + desc = "A standard Jumpskirt belonging to the Medical Specialist of the Loss Previention team." + + +//closets +/obj/structure/closet/secure_closet/lp/lieutenant + name = "lietenant's closet" + desc = "It's the lieutenant's closet." + icon_state = "blueshield" + req_access = list(ACCESS_CAPTAIN) + +/obj/structure/closet/secure_closet/lp/security + name = "security specialist's closet" + desc = "It's the security specialist's closet." + icon_state = "hos" + req_one_access = list(ACCESS_SECURITY) + +/obj/structure/closet/secure_closet/lp/engineer + name = "engineering specialist's closet" + desc = "It's the engineering specialist's closet." + icon_state = "eng_secure" + req_one_access = list(ACCESS_ENGINE) + +/obj/structure/closet/secure_closet/lp/medical + name = "medical specialist's closet" + desc = "It's the medical specialist's closet." + icon_state = "med" + req_one_access = list(ACCESS_MEDICAL) + +//IDs + +/obj/item/card/id/lpengie + desc = "The LP Engineering Specialist's ID card." + icon_state = "ert_engineer" + name = "LP Engineering Specialist" + +/obj/item/card/id/lpmed + desc = "The LP Medical Specialist's ID card." + icon_state = "ert_medic" + name = "LP Medical Specialist" + +/obj/item/card/id/lpsec + desc = "The LP Security Specialist's ID card." + icon_state = "ert_security" + name = "LP Security Specialist" + +/obj/item/card/id/lplieu + name = "LP Lieutenant's ID" + desc = "The LP Lieutenant's ID card." + icon_state = "ert_commander" + + + +//Holocalls +/datum/preset_holoimage/commissioner + outfit_type = /datum/outfit/job/captain/nt/lp_lieutenant + +//hardsuits +/obj/item/clothing/suit/space/hardsuit/ert/lp + name = "Loss Prevention Lieutenant Hardsuit" + desc = "The middlemanagement of the ERT world, the Lieutenant of the LP team is given this slightly downgraded version of the ERT Commander hardsuit." + armor = list("melee" = 50, "bullet" = 50, "laser" = 30, "energy" = 40, "bomb" = 35, "bio" = 100, "rad" = 60, "fire" = 50, "acid" = 80) + helmettype = /obj/item/clothing/head/helmet/space/hardsuit/ert/lp + resistance_flags = null + max_heat_protection_temperature = null + slowdown = 1.2 + +/obj/item/clothing/head/helmet/space/hardsuit/ert/lp + armor = list("melee" = 50, "bullet" = 40, "laser" = 30, "energy" = 40, "bomb" = 35, "bio" = 100, "rad" = 60, "fire" = 50, "acid" = 80) + name = "Loss Prevention Lieutenant Hardsuit Helmet" + desc = "The helmet that comes attached to the LP Team Lieutenant Hardsuit." + resistance_flags = null + max_heat_protection_temperature = null + +/obj/item/clothing/suit/space/hardsuit/ert/lp/sec + armor = list("melee" = 35, "bullet" = 15, "laser" = 30, "energy" = 40, "bomb" = 10, "bio" = 100, "rad" = 50, "fire" = 75, "acid" = 75) + helmettype = /obj/item/clothing/head/helmet/space/hardsuit/ert/lp/sec + name = "Loss Prevention Security Hardsuit" + desc = "The best of the best security staff get assigned to the ERT. Second best are given this Hardsuit as a part of the LP Team." + icon_state = "ert_security" + item_state = "ert_security" + +/obj/item/clothing/head/helmet/space/hardsuit/ert/lp/sec + armor = list("melee" = 35, "bullet" = 20, "laser" = 30,"energy" = 40, "bomb" = 10, "bio" = 100, "rad" = 50, "fire" = 75, "acid" = 75) + hardsuit_type = "ert_security" + name = "Loss Prevention Security Hardsuit Helmet" + desc = "The helmet that comes attached to the LP Team Security Hardsuit." + icon_state = "hardsuit0-ert_security" + item_state = "hardsuit0-ert_security" + +/obj/item/clothing/suit/space/hardsuit/ert/lp/engi + armor = list("melee" = 30, "bullet" = 15, "laser" = 15, "energy" = 20, "bomb" = 10, "bio" = 100, "rad" = 60, "fire" = 100, "acid" = 75) + helmettype = /obj/item/clothing/head/helmet/space/hardsuit/ert/lp/engi + name = "Loss Prevention Engineering Hardsuit" + desc = "The best of the best engineering staff get assigned to the ERT. Second best are given this Hardsuit as a part of the LP Team." + icon_state = "ert_engineer" + item_state = "ert_engineer" + +/obj/item/clothing/head/helmet/space/hardsuit/ert/lp/engi + armor = list("melee" = 30, "bullet" = 15, "laser" = 15, "energy" = 20, "bomb" = 10, "bio" = 100, "rad" = 60, "fire" = 100, "acid" = 75) + name = "Loss Prevention Engineering Hardsuit Helmet" + desc = "The helmet that comes attached to the LP Team Engineering Hardsuit." + icon_state = "hardsuit0-ert_engineer" + item_state = "hardsuit0-ert_engineer" + hardsuit_type = "ert_engineer" + +/obj/item/clothing/suit/space/hardsuit/ert/lp/med + armor = list("melee" = 30, "bullet" = 15, "laser" = 15, "energy" = 20, "bomb" = 10, "bio" = 100, "rad" = 60, "fire" = 60, "acid" = 75) + helmettype = /obj/item/clothing/head/helmet/space/hardsuit/ert/lp/med + name = "Loss Prevention Medical Hardsuit" + desc = "The best of the best medical staff get assigned to the ERT. Second best are given this Hardsuit as a part of the LP Team." + icon_state = "ert_medical" + item_state = "ert_medical" + +/obj/item/clothing/head/helmet/space/hardsuit/ert/lp/med + armor = list("melee" = 30, "bullet" = 15, "laser" = 15, "energy" = 20, "bomb" = 10, "bio" = 100, "rad" = 60, "fire" = 60, "acid" = 75) + name = "Loss Prevention Medical Hardsuit Helmet" + desc = "The helmet that comes attached to the LP Team Medical Hardsuit." + icon_state = "hardsuit0-ert_medical" + item_state = "hardsuit0-ert_medical" + hardsuit_type = "ert_medical" + +/obj/item/clothing/head/helmet/space/hardsuit/lp + name = "RIG heatsuit helmet" + desc = "The helmet to the RIG heat suit. It's packed with heat diverting materials, coolant pipes, and a two inch thick face screen." + armor = list("melee" = 0, "bullet" = 0, "laser" = 0, "energy" = 0, "bomb" = 50, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 75) + heat_protection = HEAD + max_heat_protection_temperature = FIRE_IMMUNITY_MAX_TEMP_PROTECT + resistance_flags = ACID_PROOF | FIRE_PROOF + +/obj/item/clothing/suit/space/hardsuit/ancient/lp + name = "RIG heat suit" + desc = "A fully heat resistance suit based on an early RIG hardsuit prototype. It sacrifices armor of any kind for intricate heatsinks. It remains rather bulky as a result." + armor = list("melee" = 5, "bullet" = 5, "laser" = 1, "energy" = 1, "bomb" = 50, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 75) + helmettype = /obj/item/clothing/head/helmet/space/hardsuit/lp + heat_protection = CHEST|GROIN|LEGS|FEET|ARMS|HANDS + max_heat_protection_temperature = FIRE_IMMUNITY_MAX_TEMP_PROTECT + resistance_flags = ACID_PROOF | FIRE_PROOF + +//holotapes + /obj/item/disk/holodisk/lp/combat/syndicate1 name = "Combat Mission Eliminate Force" desc = "A holodisk containing a combat mission for the LP." @@ -30,7 +209,7 @@ NAME Commissioner Gorre Donn SAY This mission, should you choose to accept it, revolves around a combat objective. The LP will have to get their hands dirty for this one. DELAY 25 - SAY The LP is to respond to a hostile threat from a Syndicate vessel. In such action they are to eliminate whatever leader or captain of such vession and bring their body back to the vault in a bodybag. The Medical Specialist has been given a box of them for such an occasion. + SAY The LP is to respond to a hostile threat from a Syndicate vessel. In such action they are to eliminate whatever leader or captain of such vession and bring their body back in a bodybag. The Medical Specialist has been given a box of them for such an occasion. DELAY 25 "} @@ -46,18 +225,6 @@ DELAY 25 "} -/obj/item/disk/holodisk/lp/combat/syndicate5 - name = "Combat Mission Vessel Sabotage" - desc = "A holodisk containing a combat mission for the LP." - preset_image_type = /datum/preset_holoimage/commissioner - preset_record_text = {" - NAME Commissioner Gorre Donn - SAY This mission, should you choose to accept it, revolves around a combat objective. The LP will have to get their hands dirty for this one. - DELAY 25 - SAY The LP is to respond to a hostile threat from a Syndicate vessel. In such action the LP is to perform a boarding operation and cause significant damage to said vessel. - DELAY 25 - "} - /obj/item/disk/holodisk/lp/combat/megafauna name = "Combat Mission Megafauna" desc = "A holodisk containing a combat mission for the LP." @@ -66,7 +233,7 @@ NAME Commissioner Gorre Donn SAY This mission, should you choose to accept it, revolves around a combat objective. The LP will have to get their hands dirty for this one. DELAY 25 - SAY This mission is very simple. The LP is to seek out a megafauna specimen and slay it. In doing so they will retrieve the body and store it in the vault. + SAY This mission is very simple. The LP is to seek out a megafauna specimen and slay it. DELAY 25 "} @@ -102,19 +269,7 @@ NAME Commissioner Gorre Donn SAY This mission, should you choose to accept it, revolves around a combat objective. The LP will have to get their hands dirty for this one. DELAY 25 - SAY This mission overlaps with the retrieval missions. The LP is simply to obtain and store a Blood Red Hardsuit in the vault. This may include responding to a hostile syndicate vessel to take it by force. - DELAY 25 - "} - -/obj/item/disk/holodisk/lp/retrieval/rnd - name = "Retrieval Mission Research" - desc = "A holodisk containing a retrieval mission for the LP." - preset_image_type = /datum/preset_holoimage/commissioner - preset_record_text = {" - NAME Commissioner Gorre Donn - SAY This mission, should you choose to accept it, revolves around a retrieval objective. The LP will need to obtain or create something. - DELAY 25 - SAY The LP team is to procure and set up a full and functional RnD setup in the science office. This includes: RnD console, circuit Imprinter, Protolathe, Exosuit Fabricator, and Destructive Analyzer. + SAY This mission overlaps with the retrieval missions. The LP is simply to obtain a Blood Red Hardsuit. This may include responding to a hostile syndicate vessel to take it by force. DELAY 25 "} @@ -174,19 +329,7 @@ NAME Commissioner Gorre Donn SAY This mission, should you choose to accept it, revolves around a retrieval objective. The LP will need to obtain or create something. DELAY 25 - SAY For this mission the LP is to find three artifacts and store them in the vault. These include but are not limited to, anything stored in a necropolis chest, most megafauna loot, anything befitting someone magical or otherwise special. - DELAY 25 - "} - -/obj/item/disk/holodisk/lp/retrieval/research - name = "Retrieval Mission Research" - desc = "A holodisk containing a retrieval mission for the LP." - preset_image_type = /datum/preset_holoimage/commissioner - preset_record_text = {" - NAME Commissioner Gorre Donn - SAY This mission, should you choose to accept it, revolves around a retrieval objective. The LP will need to obtain or create something. - DELAY 25 - SAY Nanotrasen wants research. Get it for us. We want the LP to procure level 6 research on the following topics: Weapons, Illegal, Bluespace. Add them to a techdisk and store it in your vault. + SAY For this mission the LP is to find three artifacts. These include but are not limited to, anything stored in a necropolis chest, most megafauna loot, anything befitting someone magical or otherwise special. DELAY 25 "} @@ -198,31 +341,7 @@ NAME Commissioner Gorre Donn SAY This mission, should you choose to accept it, revolves around a retrieval objective. The LP will need to obtain or create something. DELAY 25 - SAY Nanotrasen is short on funds and materials. Procure 150 sheets of the following and store it in the vault: Diamond, Bluespace Polycrystals, Plastitanium. - DELAY 25 - "} - -/obj/item/disk/holodisk/lp/aid/teleporter - name = "Aid Mission Quantum Link" - desc = "A holodisk containing an aid mission for the LP." - preset_image_type = /datum/preset_holoimage/commissioner - preset_record_text = {" - NAME Commissioner Gorre Donn - SAY This mission, should you choose to accept it, revolves around an aid objective. The LP will need to provide aid to local vessels not hostile or syndicate. - DELAY 25 - SAY The Ranger-Class is set up with a space to install a teleporter. Set your own teleportation machines, then procede to do so on 2 other allied or friendly, non-syndicate vessels. - DELAY 25 - "} - -/obj/item/disk/holodisk/lp/aid/telecomm - name = "Aid Mission Telecomms" - desc = "A holodisk containing an aid mission for the LP." - preset_image_type = /datum/preset_holoimage/commissioner - preset_record_text = {" - NAME Commissioner Gorre Donn - SAY This mission, should you choose to accept it, revolves around an aid objective. The LP will need to provide aid to local vessels not hostile or syndicate. - DELAY 25 - SAY Of the possible duties for a Ranger-Class, this one is of the utmost utility. Cross space telecommunications is one of the most important things a vessel could have. Set it up on 3 other allied or otherwise friendly and non-syndicate vessels. + SAY Nanotrasen is short on funds and materials. Procure 150 sheets of the following: Diamond, Bluespace Polycrystals, Plastitanium. DELAY 25 "} @@ -250,7 +369,7 @@ DELAY 25 "} -/obj/item/disk/holodisk/lp/aid/rescure +/obj/item/disk/holodisk/lp/aid/rescue name = "Aid Mission Rescure" desc = "A holodisk containing an aid mission for the LP." preset_image_type = /datum/preset_holoimage/commissioner @@ -262,18 +381,6 @@ DELAY 25 "} -/obj/item/disk/holodisk/lp/aid/ai - name = "Aid Mission Artifical Intelligence" - desc = "A holodisk containing an aid mission for the LP." - preset_image_type = /datum/preset_holoimage/commissioner - preset_record_text = {" - NAME Commissioner Gorre Donn - SAY This mission, should you choose to accept it, revolves around an aid objective. The LP will need to provide aid to local vessels not hostile or syndicate. - DELAY 25 - SAY AI's are a massive boon to any vessel. Install one on 2 other allied or otherwise friendly, non-syndicate vessels. - DELAY 25 - "} - /obj/item/disk/holodisk/lp/aid/guard name = "Aid Mission Guard Detail" desc = "A holodisk containing an aid mission for the LP." @@ -286,33 +393,6 @@ DELAY 25 "} -/obj/item/disk/holodisk/lp/aid/ripley - name = "Aid Mission Ripleys in Aid" - desc = "A holodisk containing an aid mission for the LP." - preset_image_type = /datum/preset_holoimage/commissioner - preset_record_text = {" - NAME Commissioner Gorre Donn - SAY This mission, should you choose to accept it, revolves around an aid objective. The LP will need to provide aid to local vessels not hostile or syndicate. - DELAY 25 - SAY A well equipped Ripley will help any vessel in hard times. Provide 2 allied or otherwise friendly, non-syndicate vessels with an equipped Ripley exosuit. - DELAY 25 - "} - -/obj/item/disk/holodisk/lp/airrecycler - name = "Air Recycler Setup" - desc = "A holodisk containing instructions for setting up an air recycling system." - preset_image_type = /datum/preset_holoimage/engineer - preset_record_text = {" - NAME Jim - SAY Congratulations on your new Ranger-Class vessel! You may enjoy a number of amenities upon this ship, one of which is easily recycled air! Yes the air recycler is easy to use. There are 3 scrubbers, one in once chamber, two in the other. - DELAY 20 - SAY The lone scrubber can be set to siphon and extended area without worry, do so and turn it on. The other two scrubbers are more particular. One is attached to a blue pipe, set that one to scrub out N2 and 02 then turn it on. - DELAY 20 - SAY The other one connected to a gray pipe should be set to scrub out everything else that isn't N2 and O2, then turn it on. And voila! - DELAY 20 - SAY You have air recycling. Note that if you have an O2 or N2 leak, you may need to install a mixer or filter in response. - "} - /obj/item/disk/holodisk/lp/stations name = "Telecomms Stations" desc = "A holodisk containing instructions for telecomms stations." @@ -330,3 +410,51 @@ SAY Common Frequency: 149.1 using ; DELAY 20 "} + + +//lootdrop +/obj/effect/spawner/lootdrop/lpcombat + name = "LP Combat Missions" + lootdoubles = FALSE + + loot = list( + /obj/item/disk/holodisk/lp/combat/syndicate1 = 1, + /obj/item/disk/holodisk/lp/combat/syndicate2 = 1, + /obj/item/disk/holodisk/lp/combat/syndicate3 = 1, + /obj/item/disk/holodisk/lp/combat/syndicate4 = 1, + /obj/item/disk/holodisk/lp/combat/megafauna = 5, + /obj/item/disk/holodisk/lp/combat/bdm = 5, + /obj/item/disk/holodisk/lp/combat/tumor = 5, + /obj/item/disk/holodisk/lp/combat/bloodred = 5 + ) + + lootcount = 2 + +/obj/effect/spawner/lootdrop/lpretrieval + name = "LP Retrieval Missions" + lootdoubles = FALSE + + loot = list( + /obj/item/disk/holodisk/lp/retrieval/supersuit = 1, + /obj/item/disk/holodisk/lp/retrieval/phazon = 1, + /obj/item/disk/holodisk/lp/retrieval/durand = 1, + /obj/item/disk/holodisk/lp/retrieval/gunstock = 1, + /obj/item/disk/holodisk/lp/retrieval/artifact = 1, + /obj/item/disk/holodisk/lp/retrieval/materials = 1 + ) + + lootcount = 2 + +/obj/effect/spawner/lootdrop/lpaid + name = "LP Aid Missions" + lootdoubles = FALSE + + loot = list( + /obj/item/disk/holodisk/lp/aid/recruits = 1, + /obj/item/disk/holodisk/lp/aid/repairs = 1, + /obj/item/disk/holodisk/lp/aid/rescue = 1, + /obj/item/disk/holodisk/lp/aid/guard = 1, + ) + + lootcount = 2 + diff --git a/code/game/area/areas.dm b/code/game/area/areas.dm index 71989b4d0b90..b7d13f80d70e 100644 --- a/code/game/area/areas.dm +++ b/code/game/area/areas.dm @@ -215,6 +215,12 @@ GLOBAL_LIST_EMPTY(teleportlocs) if(GLOB.areas_by_type[type] == src) GLOB.areas_by_type[type] = null STOP_PROCESSING(SSobj, src) + // this isn't necessarily stable, because an area's "z" value + // may change during gameplay if new turfs get added to it. + // but if it IS on that z-level, we should remove it + var/list/z_areas = SSmapping.areas_in_z["[z]"] + if(z_areas) + z_areas.Remove(src) return ..() /** @@ -330,7 +336,7 @@ GLOBAL_LIST_EMPTY(teleportlocs) ModifyFiredoors(FALSE) for(var/item in firealarms) var/obj/machinery/firealarm/F = item - F.update_icon() + F.update_appearance() for (var/item in GLOB.alert_consoles) var/obj/machinery/computer/station_alert/a = item @@ -361,7 +367,7 @@ GLOBAL_LIST_EMPTY(teleportlocs) ModifyFiredoors(TRUE) for(var/item in firealarms) var/obj/machinery/firealarm/F = item - F.update_icon() + F.update_appearance() for (var/item in GLOB.silicon_mobs) var/mob/living/silicon/aiPlayer = item @@ -485,11 +491,13 @@ GLOBAL_LIST_EMPTY(teleportlocs) weather_icon = TRUE if(!weather_icon) icon_state = null + return ..() /** * Update the icon of the area (overridden to always be null for space */ /area/space/update_icon_state() + SHOULD_CALL_PARENT(FALSE) icon_state = null @@ -530,7 +538,7 @@ GLOBAL_LIST_EMPTY(teleportlocs) for(var/obj/machinery/M in src) // for each machine in the area M.power_change() // reverify power status (to update icons etc.) SEND_SIGNAL(src, COMSIG_AREA_POWER_CHANGE) - update_icon() + update_appearance() /** diff --git a/code/game/area/areas/mining.dm b/code/game/area/areas/mining.dm deleted file mode 100644 index d43d59ef4e5a..000000000000 --- a/code/game/area/areas/mining.dm +++ /dev/null @@ -1,365 +0,0 @@ -/**********************Mine areas**************************/ - -/area/mine - icon_state = "mining" - has_gravity = STANDARD_GRAVITY - lighting_colour_tube = "#ffe8d2" - lighting_colour_bulb = "#ffdcb7" - area_flags = VALID_TERRITORY | UNIQUE_AREA | FLORA_ALLOWED - -/area/mine/explored - name = "Mine" - icon_state = "explored" - always_unpowered = TRUE - requires_power = TRUE - poweralm = FALSE - power_environ = FALSE - power_equip = FALSE - power_light = FALSE - outdoors = TRUE - flags_1 = NONE - ambientsounds = MINING - area_flags = VALID_TERRITORY | UNIQUE_AREA - sound_environment = SOUND_AREA_STANDARD_STATION - min_ambience_cooldown = 70 SECONDS - max_ambience_cooldown = 220 SECONDS - - -/area/mine/unexplored - name = "Mine" - icon_state = "unexplored" - always_unpowered = TRUE - requires_power = TRUE - poweralm = FALSE - power_environ = FALSE - power_equip = FALSE - power_light = FALSE - outdoors = TRUE - flags_1 = NONE - ambientsounds = MINING - area_flags = VALID_TERRITORY | UNIQUE_AREA | FLORA_ALLOWED | CAVES_ALLOWED - min_ambience_cooldown = 70 SECONDS - max_ambience_cooldown = 220 SECONDS - - -/area/mine/lobby - name = "Mining Station" - icon_state = "mining_lobby" - -/area/mine/storage - name = "Mining Station Storage" - icon_state = "mining_storage" - -/area/mine/production - name = "Mining Station Starboard Wing" - icon_state = "mining_production" - -/area/mine/abandoned - name = "Abandoned Mining Station" - -/area/mine/living_quarters - name = "Mining Station Port Wing" - icon_state = "mining_living" - -/area/mine/eva - name = "Mining Station EVA" - icon_state = "mining_eva" - -/area/mine/maintenance - name = "Mining Station Communications" - lighting_colour_tube = "#edfdff" - lighting_colour_bulb = "#dafffd" - -/area/mine/cafeteria - name = "Mining Station Cafeteria" - icon_state = "mining_labor_cafe" - -/area/mine/hydroponics - name = "Mining Station Hydroponics" - icon_state = "mining_labor_hydro" - -/area/mine/sleeper - name = "Mining Station Emergency Sleeper" - -/area/mine/laborcamp - name = "Labor Camp" - icon_state = "mining_labor" - -/area/mine/laborcamp/security - name = "Labor Camp Security" - icon_state = "security" - ambientsounds = HIGHSEC - - - - -/**********************Lavaland Areas**************************/ - -/area/lavaland - icon_state = "mining" - has_gravity = STANDARD_GRAVITY - flags_1 = NONE - area_flags = VALID_TERRITORY | UNIQUE_AREA | FLORA_ALLOWED - sound_environment = SOUND_AREA_LAVALAND - -/area/lavaland/surface - name = "Lavaland" - icon_state = "explored" - always_unpowered = TRUE - poweralm = FALSE - power_environ = FALSE - power_equip = FALSE - power_light = FALSE - requires_power = TRUE - ambientsounds = MINING - min_ambience_cooldown = 70 SECONDS - max_ambience_cooldown = 220 SECONDS - -/area/lavaland/underground - name = "Lavaland Caves" - icon_state = "unexplored" - always_unpowered = TRUE - requires_power = TRUE - poweralm = FALSE - power_environ = FALSE - power_equip = FALSE - power_light = FALSE - ambientsounds = MINING - min_ambience_cooldown = 70 SECONDS - max_ambience_cooldown = 220 SECONDS - - -/area/lavaland/surface/outdoors - name = "Lavaland Wastes" - outdoors = TRUE - -/area/lavaland/surface/outdoors/unexplored //monsters and ruins spawn here - icon_state = "unexplored" - area_flags = VALID_TERRITORY | UNIQUE_AREA | CAVES_ALLOWED | FLORA_ALLOWED | MOB_SPAWN_ALLOWED - -/area/lavaland/surface/outdoors/unexplored/danger //megafauna will also spawn here - icon_state = "danger" - area_flags = VALID_TERRITORY | UNIQUE_AREA | CAVES_ALLOWED | FLORA_ALLOWED | MOB_SPAWN_ALLOWED - -/area/lavaland/surface/outdoors/explored - name = "Lavaland Labor Camp" - area_flags = VALID_TERRITORY | UNIQUE_AREA - - - -/**********************Ice Moon Areas**************************/ - -/area/icemoon - icon_state = "mining" - has_gravity = STANDARD_GRAVITY - flags_1 = NONE - area_flags = UNIQUE_AREA | FLORA_ALLOWED - sound_environment = SOUND_AREA_ICEMOON - -/area/icemoon/surface - name = "Icemoon" - icon_state = "explored" - always_unpowered = TRUE - power_environ = FALSE - power_equip = FALSE - power_light = FALSE - requires_power = TRUE - ambientsounds = MINING - poweralm = FALSE - area_flags = UNIQUE_AREA | FLORA_ALLOWED - min_ambience_cooldown = 70 SECONDS - max_ambience_cooldown = 220 SECONDS - -/area/icemoon/surface/outdoors // weather happens here - name = "Icemoon Wastes" - outdoors = TRUE - -/area/icemoon/surface/outdoors/labor_camp - name = "Icemoon Labor Camp" - poweralm = FALSE - area_flags = UNIQUE_AREA - -/area/icemoon/surface/outdoors/unexplored //monsters and ruins spawn here - icon_state = "unexplored" - poweralm = FALSE - area_flags = UNIQUE_AREA | FLORA_ALLOWED | MOB_SPAWN_ALLOWED | CAVES_ALLOWED - -/area/icemoon/surface/outdoors/unexplored/danger - icon_state = "unexplored" - poweralm = FALSE - area_flags = UNIQUE_AREA | FLORA_ALLOWED | MOB_SPAWN_ALLOWED | CAVES_ALLOWED - -/area/icemoon/surface/outdoors/unexplored/rivers // rivers spawn here - icon_state = "danger" - -/area/icemoon/surface/outdoors/unexplored/rivers/no_monsters - poweralm = FALSE - area_flags = UNIQUE_AREA | FLORA_ALLOWED | CAVES_ALLOWED - -/area/icemoon/underground - name = "Icemoon Caves" - outdoors = TRUE - always_unpowered = TRUE - requires_power = TRUE - power_environ = FALSE - power_equip = FALSE - power_light = FALSE - ambientsounds = MINING - poweralm = FALSE - area_flags = UNIQUE_AREA | FLORA_ALLOWED - min_ambience_cooldown = 70 SECONDS - max_ambience_cooldown = 220 SECONDS - -/area/icemoon/underground/unexplored // mobs and megafauna and ruins spawn here - name = "Icemoon Caves" - icon_state = "danger" - poweralm = FALSE - area_flags = CAVES_ALLOWED | FLORA_ALLOWED | MOB_SPAWN_ALLOWED - -/area/icemoon/underground/explored // ruins can't spawn here - name = "Icemoon Underground" - poweralm = FALSE - area_flags = UNIQUE_AREA - - - -/**********************Whitesands Areas**************************/ - -/area/whitesands - icon_state = "mining" - has_gravity = STANDARD_GRAVITY - flags_1 = NONE - area_flags = VALID_TERRITORY | UNIQUE_AREA | FLORA_ALLOWED - -/area/whitesands/colony - name = "Whitesands Colony" - -/area/whitesands/colony/guard - name = "Whitesands Colony Guard Post" - icon_state = "security" - -/area/whitesands/colony/dormitory - name = "Whitesands Colony Dormitory" - icon_state = "mining_living" -/area/whitesands/colony/dormitory/one - name = "Whitesands Colony Dormitory One" - -/area/whitesands/colony/dormitory/two - name = "Whitesands Colony Dormitory Two" - -/area/whitesands/colony/greenhouse - name = "Whitesands Colony Greenhouse" - icon_state = "mining_labor_hydro" - -/area/whitesands/colony/production - name = "Whitesands Colony Ore Refinement Plant" - icon_state = "mining_production" - -/area/whitesands/colony/maintenance - name = "Whitesands Colony Communications" - -/area/whitesands/colony/shuttle_consoles - name = "Whitesands Colony Shuttle Landing Zone" - -/area/whitesands/surface - name = "Whitesands" - icon_state = "explored" - always_unpowered = TRUE - poweralm = FALSE - power_environ = FALSE - power_equip = FALSE - power_light = FALSE - requires_power = TRUE - ambientsounds = MINING - dynamic_lighting = DYNAMIC_LIGHTING_ENABLED - area_flags = VALID_TERRITORY | UNIQUE_AREA | FLORA_ALLOWED - -/area/whitesands/surface/outdoors // weather happens here - name = "Whitesands Dunes" - outdoors = TRUE - -/area/whitesands/surface/outdoors/explored - icon_state = "explored" - area_flags = VALID_TERRITORY | UNIQUE_AREA | FLORA_ALLOWED | MOB_SPAWN_ALLOWED - -/area/whitesands/surface/outdoors/unexplored //monsters and ruins spawn here - icon_state = "unexplored" - area_flags = VALID_TERRITORY | UNIQUE_AREA | CAVES_ALLOWED | FLORA_ALLOWED | MOB_SPAWN_ALLOWED - -/area/whitesands/surface/outdoors/unexplored/danger //megafauna will also spawn here - icon_state = "danger" - area_flags = VALID_TERRITORY | UNIQUE_AREA | CAVES_ALLOWED | FLORA_ALLOWED | MOB_SPAWN_ALLOWED - -/************************************************************************JUNGLE AREAS */ - -/area/jungle - icon_state = "mining" - has_gravity = STANDARD_GRAVITY - flags_1 = NONE - area_flags = VALID_TERRITORY | UNIQUE_AREA | FLORA_ALLOWED - -/area/jungle/surface - name = "Jungle" - icon_state = "explored" - always_unpowered = TRUE - poweralm = FALSE - power_environ = FALSE - power_equip = FALSE - power_light = FALSE - requires_power = TRUE - ambientsounds = MINING - dynamic_lighting = DYNAMIC_LIGHTING_ENABLED - area_flags = VALID_TERRITORY | UNIQUE_AREA | FLORA_ALLOWED - -/area/jungle/surface/outdoors // weather happens here - name = "Jungle Wastes" - outdoors = TRUE - -/area/jungle/surface/outdoors/explored //use for ruins - icon_state = "explored" - area_flags = VALID_TERRITORY | UNIQUE_AREA | FLORA_ALLOWED | MOB_SPAWN_ALLOWED - -/area/jungle/surface/outdoors/unexplored //monsters and ruins spawn here - icon_state = "unexplored" - area_flags = VALID_TERRITORY | UNIQUE_AREA | CAVES_ALLOWED | FLORA_ALLOWED | MOB_SPAWN_ALLOWED - -/area/jungle/surface/outdoors/unexplored/danger //megafauna will also spawn here - icon_state = "danger" - area_flags = VALID_TERRITORY | UNIQUE_AREA | CAVES_ALLOWED | FLORA_ALLOWED | MOB_SPAWN_ALLOWED - -/*****rockplanet areas */ - -/area/rock - icon_state = "mining" - has_gravity = STANDARD_GRAVITY - flags_1 = NONE - area_flags = VALID_TERRITORY | UNIQUE_AREA | FLORA_ALLOWED - -/area/rock/surface - name = "Rock" - icon_state = "explored" - always_unpowered = TRUE - poweralm = FALSE - power_environ = FALSE - power_equip = FALSE - power_light = FALSE - requires_power = TRUE - ambientsounds = MINING - dynamic_lighting = DYNAMIC_LIGHTING_ENABLED - area_flags = VALID_TERRITORY | UNIQUE_AREA | FLORA_ALLOWED - -/area/rock/surface/outdoors // weather happens here - name = "Industrial Wastes" - outdoors = TRUE - -/area/rock/surface/outdoors/explored //use for ruins - icon_state = "explored" - area_flags = VALID_TERRITORY | UNIQUE_AREA | FLORA_ALLOWED | MOB_SPAWN_ALLOWED - -/area/rock/surface/outdoors/unexplored //monsters and ruins spawn here - icon_state = "unexplored" - area_flags = VALID_TERRITORY | UNIQUE_AREA | CAVES_ALLOWED | FLORA_ALLOWED | MOB_SPAWN_ALLOWED - -/area/rock/surface/outdoors/unexplored/danger //megafauna will also spawn here - icon_state = "danger" - area_flags = VALID_TERRITORY | UNIQUE_AREA | CAVES_ALLOWED | FLORA_ALLOWED | MOB_SPAWN_ALLOWED diff --git a/code/game/area/areas/outpost.dm b/code/game/area/areas/outpost.dm new file mode 100644 index 000000000000..fec76061fb37 --- /dev/null +++ b/code/game/area/areas/outpost.dm @@ -0,0 +1,213 @@ +// Outpost areas. Generally fairly similar to ship ones, but need to be kept separate due to their not having a corresponding docking port. + +/area/outpost + dynamic_lighting = DYNAMIC_LIGHTING_FORCED + has_gravity = STANDARD_GRAVITY + area_flags = VALID_TERRITORY | BLOBS_ALLOWED | NOTELEPORT // not unique, in case multiple outposts get loaded. all derivatives should also be NOTELEPORT + flags_1 = CAN_BE_DIRTY_1 + sound_environment = SOUND_AREA_STANDARD_STATION + lighting_colour_tube = "#ffce99" + lighting_colour_bulb = "#ffdbb4" + + +/area/outpost/cargo + name = "Cargo Bay" + icon_state = "cargo_bay" + lighting_colour_tube = "#ffe3cc" + lighting_colour_bulb = "#ffdbb8" + sound_environment = SOUND_AREA_LARGE_ENCLOSED + +/area/outpost/cargo/office + name = "Cargo Office" + icon_state = "quartoffice" + sound_environment = SOUND_AREA_SMALL_SOFTFLOOR + + +/area/outpost/crew + name = "Crew Quarters" + icon_state = "crew_quarters" + lighting_brightness_tube = 6 + +/area/outpost/crew/bar + name = "Bar" + icon_state = "bar" + lighting_colour_tube = "#fff4d6" + lighting_colour_bulb = "#ffebc1" + sound_environment = SOUND_AREA_WOODFLOOR + +/area/outpost/crew/canteen + name = "Canteen" + icon_state = "cafeteria" + +/area/outpost/crew/cryo + name = "Cryopod Room" + icon_state = "cryo2" + lighting_colour_tube = "#e3ffff" + lighting_colour_bulb = "#d5ffff" + +/area/outpost/crew/dorm + name = "Dormitory" + icon_state = "Sleep" + +/area/outpost/crew/garden + name = "Garden" + icon_state = "garden" + +/area/outpost/crew/janitor + name = "Custodial Closet" + icon_state = "janitor" + sound_environment = SOUND_AREA_SMALL_ENCLOSED + +/area/outpost/crew/law_office + name = "Law Office" + icon_state = "law" + sound_environment = SOUND_AREA_SMALL_SOFTFLOOR + +/area/outpost/crew/library + name = "Library" + icon_state = "library" + sound_environment = SOUND_AREA_LARGE_SOFTFLOOR + +/area/outpost/crew/lounge + name = "Lounge" + icon_state = "lounge" + + +/area/outpost/engineering + name = "Engineering" + icon_state = "engine" + ambientsounds = ENGINEERING + lighting_colour_tube = "#ffce93" + lighting_colour_bulb = "#ffbc6f" + sound_environment = SOUND_AREA_LARGE_ENCLOSED + +/area/outpost/engineering/atmospherics + name = "Atmospherics" + icon_state = "atmos" + + +/area/outpost/hallway + name = "Hallway" + lighting_colour_tube = "#FFF6ED" + lighting_colour_bulb = "#FFE6CC" + lighting_brightness_tube = 7 + +/area/outpost/hallway/aft + name = "Aft Hallway" + icon_state = "hallA" + +/area/outpost/hallway/fore + name = "Fore Hallway" + icon_state = "hallF" + +/area/outpost/hallway/starboard + name = "Starboard Hallway" + icon_state = "hallS" + +/area/outpost/hallway/port + name = "Port Hallway" + icon_state = "hallP" + +/area/outpost/hallway/central + name = "Central Hallway" + icon_state = "hallC" + + +/area/outpost/maintenance + name = "Maintenance" + ambientsounds = MAINTENANCE + lighting_colour_tube = "#ffe5cb" + lighting_colour_bulb = "#ffdbb4" + sound_environment = SOUND_AREA_TUNNEL_ENCLOSED + +/area/outpost/maintenance/aft + name = "Aft Maintenance" + icon_state = "amaint" + +/area/outpost/maintenance/fore + name = "Fore Maintenance" + icon_state = "fmaint" + +/area/outpost/maintenance/starboard + name = "Starboard Maintenance" + icon_state = "smaint" + +/area/outpost/maintenance/port + name = "Port Maintenance" + icon_state = "pmaint" + +/area/outpost/maintenance/central + name = "Central Maintenance" + icon_state = "maintcentral" + + +/area/outpost/medical + name = "Infirmary" + icon_state = "medbay3" + ambientsounds = MEDICAL + lighting_colour_tube = "#e7f8ff" + lighting_colour_bulb = "#d5f2ff" + lighting_colour_night = "#d5f2ff" + min_ambience_cooldown = 90 SECONDS + max_ambience_cooldown = 180 SECONDS + + +/area/outpost/operations + name = "Operations" + icon_state = "bridge" + sound_environment = SOUND_AREA_LARGE_ENCLOSED + // medbay values + lighting_colour_tube = "#e7f8ff" + lighting_colour_bulb = "#d5f2ff" + lighting_colour_night = "#d5f2ff" + + +/area/outpost/security + name = "Security" + icon_state = "security" + ambientsounds = HIGHSEC + lighting_colour_tube = "#ffeee2" + lighting_colour_bulb = "#ffdfca" + +/area/outpost/security/armory + name = "Armory" + icon_state = "armory" + + +/area/outpost/storage + name = "Storage" + icon_state = "storage" + lighting_colour_tube = "#ffce93" + lighting_colour_bulb = "#ffbc6f" + + +/area/outpost/vacant_rooms + name = "Vacant Rooms" + icon_state = "vacant_commissary" + +/area/outpost/vacant_rooms/office + name = "Vacant Office" + icon_state = "vacant_office" + +// this might be redundant with /area/space/nearstation. unsure; use with caution? +/area/outpost/external + name = "External" + icon_state = "space_near" + always_unpowered = TRUE + dynamic_lighting = DYNAMIC_LIGHTING_FORCED + ambientsounds = SPACE + sound_environment = SOUND_AREA_SPACE + + +/area/hangar + name = "Hangar" + icon_state = "hangar" + + area_flags = UNIQUE_AREA | NOTELEPORT | HIDDEN_AREA + sound_environment = SOUND_AREA_LARGE_ENCLOSED + dynamic_lighting = DYNAMIC_LIGHTING_FORCED + has_gravity = STANDARD_GRAVITY + + power_equip = TRUE // provided begrudgingly, mostly for mappers + power_light = TRUE + power_environ = TRUE diff --git a/code/game/area/areas/ruins/icemoon.dm b/code/game/area/areas/ruins/icemoon.dm index da106234d63f..0d449f6035a8 100644 --- a/code/game/area/areas/ruins/icemoon.dm +++ b/code/game/area/areas/ruins/icemoon.dm @@ -30,44 +30,6 @@ name = "NT Security Solutions Site Gamma Vault" icon_state = "dk_yellow" -//Icecropolis - -/area/ruin/unpowered/icecropolis - name = "The Bloody Hallow" - icon_state = "dk_yellow" - mood_bonus = -10 - mood_message = "I want to leave this place.\n" - -/area/ruin/unpowered/icecropolis/reach - name = "Ash Walkers' Reach" - icon_state = "dk_yellow" - mood_bonus = 5 - mood_message = "At least I'm not in the caves.\n" - -/area/ruin/unpowered/icecropolis/rusty - name = "Abandoned Building" - icon_state = "dk_yellow" - mood_bonus = -10 - mood_message = "I want to leave this place.\n" - -/area/ruin/unpowered/icecropolis/russia - name = "Russian Military Checkpoint" - icon_state = "dk_yellow" - mood_bonus = -10 - mood_message = "I want to leave this place.\n" - -/area/ruin/unpowered/icecropolis/gold - name = "The City of Gold" - icon_state = "dk_yellow" - mood_bonus = -10 - mood_message = "I want to leave this place.\n" - -/area/ruin/unpowered/icecropolis/outside - name = "Ouside" - icon_state = "dk_yellow" - mood_bonus = -10 - mood_message = "I want to leave this place.\n" - //Hydroponics lab /area/ruin/powered/hydroponicslab diff --git a/code/game/area/areas/ruins/jungle.dm b/code/game/area/areas/ruins/jungle.dm index 22982917a9f4..c25339acaf58 100644 --- a/code/game/area/areas/ruins/jungle.dm +++ b/code/game/area/areas/ruins/jungle.dm @@ -77,16 +77,6 @@ name = "construction site" icon_state = "green" -/area/ruin/jungle/paradise/mine - name = "Mineshaft" - icon_state = "yellow" - -/area/ruin/jungle/paradise/shuttle - name = "crashed escape shuttle" - icon_state = "dk_yellow" - always_unpowered = TRUE - ambientsounds = MAINTENANCE - /area/ruin/jungle/paradise/med name = "surgical medical pod" icon_state = "blue" @@ -95,11 +85,6 @@ name = "Paradise" icon_state = "green" -/area/ruin/jungle/paradise/darkmisc - name = "paradisedark" - icon_state = "garden" - dynamic_lighting = DYNAMIC_LIGHTING_FORCED - /area/ruin/jungle/paradise/cargo name = "cargo dump" icon_state = "dk_yellow" diff --git a/code/game/area/areas/ruins/lavaland.dm b/code/game/area/areas/ruins/lavaland.dm index 7485ff9af1a7..645d98fc8f58 100644 --- a/code/game/area/areas/ruins/lavaland.dm +++ b/code/game/area/areas/ruins/lavaland.dm @@ -116,3 +116,30 @@ name = "Pinnace Wreckage" icon_state = "dk_yellow" always_unpowered = TRUE + +/area/ruin/unpowered/codelab + name = "Nanotrasen Genetic Research Facility" + icon_state = "bluenew" + +/area/ruin/unpowered/codelab/exterior + name = "Nanotrasen Genetic Research Facility Exterior" + +/area/ruin/unpowered/codelab/reception + name = "Nanotrasen Genetic Research Reception" + icon_state = "green" + +/area/ruin/unpowered/codelab/subjectrooms + name = "Nanotrasen Genetic Research Test Subject Storage" + icon_state = "Sleep" + +/area/ruin/unpowered/codelab/storage + name = "Nanotrasen Genetic Research Storage" + icon_state = "cargo_bay" + +/area/ruin/unpowered/codelab/laboratory + name = "Nanotrasen Genetic Research Laboratory" + icon_state = "bridge" + +/area/ruin/unpowered/codelab/maintenance + name = "Nanotrasen Genetic Research Maintenance" + icon_state = "dk_yellow" diff --git a/code/game/area/ship_areas.dm b/code/game/area/ship_areas.dm index e6421090fead..4a8d037b99f7 100644 --- a/code/game/area/ship_areas.dm +++ b/code/game/area/ship_areas.dm @@ -77,6 +77,7 @@ NOTE: there are two lists of areas in the end of this file: centcom and station lighting_colour_bulb = "#ffe1c1" area_limited_icon_smoothing = TRUE sound_environment = SOUND_ENVIRONMENT_ROOM + lightswitch = FALSE /// The mobile port attached to this area var/obj/docking_port/mobile/mobile_port @@ -438,5 +439,8 @@ NOTE: there are two lists of areas in the end of this file: centcom and station /// External Areas /// /area/ship/external name = "External" - dynamic_lighting = DYNAMIC_LIGHTING_IFSTARLIGHT icon_state = "space_near" + dynamic_lighting = DYNAMIC_LIGHTING_IFSTARLIGHT + ambientsounds = SPACE + sound_environment = SOUND_AREA_SPACE + lightswitch = TRUE diff --git a/code/game/atoms.dm b/code/game/atoms.dm index e0f711640db3..38ee90a32674 100644 --- a/code/game/atoms.dm +++ b/code/game/atoms.dm @@ -694,17 +694,20 @@ return SEND_SIGNAL(src, COMSIG_ATOM_UPDATE_DESC, updates) /// Updates the icon of the atom -/atom/proc/update_icon() +/atom/proc/update_icon(updates=ALL) SIGNAL_HANDLER + SHOULD_CALL_PARENT(TRUE) - var/signalOut = SEND_SIGNAL(src, COMSIG_ATOM_UPDATE_ICON) - . = FALSE - - if(!(signalOut & COMSIG_ATOM_NO_UPDATE_ICON_STATE)) + . = NONE + updates &= ~SEND_SIGNAL(src, COMSIG_ATOM_UPDATE_ICON, updates) + if(updates & UPDATE_ICON_STATE) update_icon_state() - . = TRUE + . |= UPDATE_ICON_STATE + + if(updates & UPDATE_OVERLAYS) + if(LAZYLEN(managed_vis_overlays)) + SSvis_overlays.remove_vis_overlay(src, managed_vis_overlays) - if(!(signalOut & COMSIG_ATOM_NO_UPDATE_OVERLAYS)) var/list/new_overlays = update_overlays() if(managed_overlays) cut_overlay(managed_overlays) @@ -712,12 +715,14 @@ if(length(new_overlays)) managed_overlays = new_overlays add_overlay(new_overlays) - . = TRUE + . |= UPDATE_OVERLAYS - SEND_SIGNAL(src, COMSIG_ATOM_UPDATED_ICON, signalOut, .) + . |= SEND_SIGNAL(src, COMSIG_ATOM_UPDATED_ICON, updates, .) /// Updates the icon state of the atom /atom/proc/update_icon_state() + SHOULD_CALL_PARENT(TRUE) + return SEND_SIGNAL(src, COMSIG_ATOM_UPDATE_ICON_STATE) /// Updates the overlays of the atom /atom/proc/update_overlays() @@ -1362,6 +1367,12 @@ log_shuttle(log_text) if(LOG_RADIO_EMOTE) log_radio_emote(log_text) + if(LOG_MSAY) + log_mentor(log_text) + if(LOG_LOOC) + log_looc(log_text) + if(LOG_SUBTLER) + log_subtler(log_text) else stack_trace("Invalid individual logging type: [message_type]. Defaulting to [LOG_GAME] (LOG_GAME).") log_game(log_text) @@ -1505,6 +1516,11 @@ custom_material.on_applied(src, materials[custom_material] * multiplier * material_modifier, material_flags) custom_materials[custom_material] += materials[x] * multiplier +/// Returns the indice in filters of the given filter name. +/// If it is not found, returns null. +/atom/proc/get_filter_index(name) + return filter_data?.Find(name) + /** * Returns true if this atom has gravity for the passed in turf * diff --git a/code/game/atoms_movable.dm b/code/game/atoms_movable.dm index b27aee5e0b06..ad45018cec39 100644 --- a/code/game/atoms_movable.dm +++ b/code/game/atoms_movable.dm @@ -527,9 +527,11 @@ //Called after a successful Move(). By this point, we've already moved /atom/movable/proc/Moved(atom/OldLoc, Dir, Forced = FALSE, list/old_locs) SHOULD_CALL_PARENT(TRUE) + if (!inertia_moving) inertia_next_move = world.time + inertia_move_delay newtonian_move(Dir) + if (length(client_mobs_in_contents)) update_parallax_contents() @@ -540,10 +542,38 @@ stack_trace("move_stacks is negative in Moved()!") move_stacks = 0 //setting it to 0 so that we dont get every movable with negative move_stacks runtiming on every movement + var/previous_virtual_z = OldLoc?.virtual_z() || 0 + var/current_virtual_z = virtual_z() + if(current_virtual_z && current_virtual_z != previous_virtual_z) + on_virtual_z_change(current_virtual_z, previous_virtual_z) + SEND_SIGNAL(src, COMSIG_MOVABLE_MOVED, OldLoc, Dir, Forced, old_locs) return TRUE +/atom/movable/proc/on_virtual_z_change(new_virtual_z, previous_virtual_z) + SHOULD_NOT_SLEEP(TRUE) + SHOULD_CALL_PARENT(TRUE) + SEND_SIGNAL(src, COMSIG_ATOM_VIRTUAL_Z_CHANGE, new_virtual_z, previous_virtual_z) + +/mob/living/on_virtual_z_change(new_virtual_z, previous_virtual_z) + . = ..() + if(!client) + return + if(previous_virtual_z) + LAZYREMOVEASSOC(SSmobs.players_by_virtual_z, "[previous_virtual_z]", src) + if(new_virtual_z) + LAZYADDASSOC(SSmobs.players_by_virtual_z, "[new_virtual_z]", src) + SSidlenpcpool.try_wakeup_virtual_z(new_virtual_z) + +/mob/dead/on_virtual_z_change(new_virtual_z, previous_virtual_z) + . = ..() + if(!client) + return + if(previous_virtual_z) + LAZYREMOVEASSOC(SSmobs.dead_players_by_virtual_z, "[previous_virtual_z]", src) + if(new_virtual_z) + LAZYADDASSOC(SSmobs.dead_players_by_virtual_z, "[new_virtual_z]", src) // Make sure you know what you're doing if you call this, this is intended to only be called by byond directly. // You probably want CanPass() @@ -649,7 +679,7 @@ var/old_z = (oldturf ? oldturf.z : null) var/dest_z = (destturf ? destturf.z : null) if (old_z != dest_z) - onTransitZ(old_z, dest_z) + on_z_change(old_z, dest_z) destination.Entered(src, oldloc) if(destarea && old_area != destarea) destarea.Entered(src, old_area) @@ -668,11 +698,10 @@ Moved(oldloc, NONE, TRUE) -/atom/movable/proc/onTransitZ(old_z,new_z) +/atom/movable/proc/on_z_change(old_z, new_z) SEND_SIGNAL(src, COMSIG_MOVABLE_Z_CHANGED, old_z, new_z) - for (var/atom/movable/AM as anything in src) // Notify contents of Z-transition. This can be overridden IF we know the items contents do not care. - AM.onTransitZ(old_z,new_z) - + for (var/atom/movable/AM as anything in src) + AM.on_z_change(old_z, new_z) ///Proc to modify the movement_type and hook behavior associated with it changing. /atom/movable/proc/setMovetype(newval) @@ -681,7 +710,6 @@ . = movement_type movement_type = newval - /** * Called whenever an object moves and by mobs when they attempt to move themselves through space * And when an object or action applies a force on src, see [newtonian_move][/atom/movable/proc/newtonian_move] @@ -871,11 +899,11 @@ /// called when this atom is removed from a storage item, which is passed on as S. The loc variable is already set to the new destination before this is called. /atom/movable/proc/on_exit_storage(datum/component/storage/concrete/master_storage) - SEND_SIGNAL(src, CONSIG_STORAGE_EXITED, master_storage) + SEND_SIGNAL(src, COMSIG_STORAGE_EXITED, master_storage) /// called when this atom is added into a storage item, which is passed on as S. The loc variable is already set to the storage item. /atom/movable/proc/on_enter_storage(datum/component/storage/concrete/master_storage) - SEND_SIGNAL(src, COMISG_STORAGE_ENTERED, master_storage) + SEND_SIGNAL(src, COMSIG_STORAGE_ENTERED, master_storage) /atom/movable/proc/get_spacemove_backup() var/atom/movable/dense_object_backup diff --git a/code/game/data_huds.dm b/code/game/data_huds.dm index 0890a039080b..14b3887ca539 100644 --- a/code/game/data_huds.dm +++ b/code/game/data_huds.dm @@ -194,10 +194,8 @@ Medical HUD! Basic mode needs suit sensors on. holder.icon_state = "huddefib" else holder.icon_state = "huddead" - //WS Begin - Borers else if(has_brain_worms() && B != null && B.controlling) holder.icon_state = "hudbrainworm" - //WS end else switch(virus_threat) if(DISEASE_SEVERITY_BIOHAZARD) diff --git a/code/game/gamemodes/clown_ops/bananium_bomb.dm b/code/game/gamemodes/clown_ops/bananium_bomb.dm index 8c948c9d42d4..01c270895360 100644 --- a/code/game/gamemodes/clown_ops/bananium_bomb.dm +++ b/code/game/gamemodes/clown_ops/bananium_bomb.dm @@ -3,19 +3,21 @@ desc = "You probably shouldn't stick around to see if this is armed." icon = 'icons/obj/machines/nuke.dmi' icon_state = "bananiumbomb_base" + base_icon_state = "bananiumbomb" /obj/machinery/nuclearbomb/syndicate/bananium/update_icon_state() if(deconstruction_state != NUKESTATE_INTACT) - icon_state = "bananiumbomb_base" - return + icon_state = "[base_icon_state]_base" + return ..() switch(get_nuke_state()) if(NUKE_OFF_LOCKED, NUKE_OFF_UNLOCKED) - icon_state = "bananiumbomb_base" + icon_state = "[base_icon_state]_base" if(NUKE_ON_TIMING) - icon_state = "bananiumbomb_timing" + icon_state = "[base_icon_state]_timing" if(NUKE_ON_EXPLODING) - icon_state = "bananiumbomb_exploding" + icon_state = "[base_icon_state]_exploding" + return ..() /obj/machinery/nuclearbomb/syndicate/bananium/get_cinematic_type(off_station) switch(off_station) diff --git a/code/game/gamemodes/clown_ops/clown_weapons.dm b/code/game/gamemodes/clown_ops/clown_weapons.dm index 589b27d59818..eac7e341fd6b 100644 --- a/code/game/gamemodes/clown_ops/clown_weapons.dm +++ b/code/game/gamemodes/clown_ops/clown_weapons.dm @@ -110,14 +110,6 @@ /obj/item/melee/transforming/energy/sword/bananium/ignition_effect(atom/A, mob/user) return "" -/obj/item/melee/transforming/energy/sword/bananium/suicide_act(mob/user) - if(!active) - transform_weapon(user, TRUE) - user.visible_message("[user] is [pick("slitting [user.p_their()] stomach open with", "falling on")] [src]! It looks like [user.p_theyre()] trying to commit seppuku, but the blade slips off of [user.p_them()] harmlessly!") - var/datum/component/slippery/slipper = GetComponent(/datum/component/slippery) - slipper.Slip(src, user) - return SHAME - //BANANIUM SHIELD /obj/item/shield/energy/bananium @@ -201,12 +193,6 @@ . = ..() QDEL_NULL(bomb) -/obj/item/grown/bananapeel/bombanana/suicide_act(mob/user) - user.visible_message("[user] is deliberately slipping on the [src.name]! It looks like \he's trying to commit suicide.") - playsound(loc, 'sound/misc/slip.ogg', 50, TRUE, -1) - bomb.preprime(user, 0, FALSE) - return (BRUTELOSS) - //TEARSTACHE GRENADE /obj/item/grenade/chem_grenade/teargas/moustache diff --git a/code/game/gamemodes/events.dm b/code/game/gamemodes/events.dm index 26556bfc0b48..56f873a50bd1 100644 --- a/code/game/gamemodes/events.dm +++ b/code/game/gamemodes/events.dm @@ -6,7 +6,7 @@ S.charge = 0 S.output_level = 0 S.output_attempt = FALSE - S.update_icon() + S.update_appearance() S.power_change() for(var/area/A in GLOB.sortedAreas) @@ -35,14 +35,14 @@ if(!C.cell || (z_level && C.virtual_z() != z_level)) continue C.cell.charge = C.cell.maxcharge - C.failure_timer = 0 + COOLDOWN_RESET(C, failure_timer) for(var/obj/machinery/power/smes/S in GLOB.machines) if(z_level && S.virtual_z() != z_level) continue S.charge = S.capacity S.output_level = S.output_level_max S.output_attempt = TRUE - S.update_icon() + S.update_appearance() S.power_change() for(var/area/A in GLOB.sortedAreas) if(!A.requires_power || A.always_unpowered) @@ -59,6 +59,6 @@ S.charge = S.capacity S.output_level = S.output_level_max S.output_attempt = TRUE - S.update_icon() + S.update_appearance() S.power_change() diff --git a/code/game/gamemodes/game_mode.dm b/code/game/gamemodes/game_mode.dm index 21d632d68e19..61c3efab9582 100644 --- a/code/game/gamemodes/game_mode.dm +++ b/code/game/gamemodes/game_mode.dm @@ -92,13 +92,6 @@ if(!report) report = !CONFIG_GET(flag/no_intercept_report) - if(CONFIG_GET(flag/reopen_roundstart_suicide_roles)) - var/delay = CONFIG_GET(number/reopen_roundstart_suicide_roles_delay) - if(delay) - delay = (delay SECONDS) - else - delay = (4 MINUTES) //default to 4 minutes if the delay isn't defined. - if(SSdbcore.Connect()) var/list/to_set = list() var/arguments = list() diff --git a/code/game/gamemodes/gang/gang.dm b/code/game/gamemodes/gang/gang.dm index 04cb6ecb9c7a..1682a27584fd 100644 --- a/code/game/gamemodes/gang/gang.dm +++ b/code/game/gamemodes/gang/gang.dm @@ -247,7 +247,7 @@ GLOBAL_VAR_INIT(deaths_during_shift, 0) var/datum/hud/H = M.hud_used H.wanted_lvl.level = newlevel H.wanted_lvl.cops_arrived = cops_arrived - H.wanted_lvl.update_icon() + H.wanted_lvl.update_appearance() /datum/game_mode/gang/proc/on_gain_wanted_level(newlevel) var/announcement_message diff --git a/code/game/gamemodes/objective.dm b/code/game/gamemodes/objective.dm index 9a114e9f3295..01150fac7f3b 100644 --- a/code/game/gamemodes/objective.dm +++ b/code/game/gamemodes/objective.dm @@ -481,8 +481,6 @@ GLOBAL_LIST_EMPTY(objectives) for(var/datum/mind/M in owners) if(considered_alive(M)) return FALSE - if(M.current?.suiciding) //killing yourself ISN'T glorious. - return FALSE return TRUE /datum/objective/nuclear diff --git a/code/game/gamemodes/sandbox/h_sandbox.dm b/code/game/gamemodes/sandbox/h_sandbox.dm index 0ade780c8fb9..69679c95079f 100644 --- a/code/game/gamemodes/sandbox/h_sandbox.dm +++ b/code/game/gamemodes/sandbox/h_sandbox.dm @@ -180,7 +180,7 @@ GLOBAL_VAR_INIT(hsboxspawn, TRUE) if("hsbscrubber") // This is beyond its normal capability but this is sandbox and you spawned one, I assume you need it var/obj/hsb = new/obj/machinery/portable_atmospherics/scrubber{volume_rate=50*ONE_ATMOSPHERE;on=1}(usr.loc) - hsb.update_icon() // hackish but it wasn't meant to be spawned I guess? + hsb.update_appearance() // hackish but it wasn't meant to be spawned I guess? // // Stacked Materials diff --git a/code/game/machinery/PDApainter.dm b/code/game/machinery/PDApainter.dm index 70cb4f065969..e9906a6a0089 100644 --- a/code/game/machinery/PDApainter.dm +++ b/code/game/machinery/PDApainter.dm @@ -3,6 +3,7 @@ desc = "A PDA painting machine. To use, simply insert your PDA and choose the desired preset paint scheme." icon = 'icons/obj/pda.dmi' icon_state = "pdapainter" + base_icon_state = "pdapainter" density = TRUE max_integrity = 200 var/obj/item/pda/storedpda = null @@ -10,13 +11,10 @@ /obj/machinery/pdapainter/update_icon_state() if(machine_stat & BROKEN) - icon_state = "[initial(icon_state)]-broken" - return - - if(powered()) - icon_state = initial(icon_state) - else - icon_state = "[initial(icon_state)]-off" + icon_state = "[base_icon_state]-broken" + return ..() + icon_state = "[base_icon_state][powered() ? null : "-off"]" + return ..() /obj/machinery/pdapainter/update_overlays() . = ..() @@ -62,7 +60,7 @@ /obj/machinery/pdapainter/handle_atom_del(atom/A) if(A == storedpda) storedpda = null - update_icon() + update_appearance() /obj/machinery/pdapainter/attackby(obj/item/O, mob/user, params) if(machine_stat & BROKEN) @@ -78,7 +76,7 @@ to_chat(user, "You repair [src].") set_machine_stat(machine_stat & ~BROKEN) obj_integrity = max_integrity - update_icon() + update_appearance() else return ..() @@ -95,7 +93,7 @@ return storedpda = O O.add_fingerprint(user) - update_icon() + update_appearance() else return ..() @@ -140,6 +138,6 @@ if(storedpda) storedpda.forceMove(drop_location()) storedpda = null - update_icon() + update_appearance() else to_chat(usr, "[src] is empty!") diff --git a/code/game/machinery/Sleeper.dm b/code/game/machinery/Sleeper.dm index 6f7363ba8811..f0a1c403cfa4 100644 --- a/code/game/machinery/Sleeper.dm +++ b/code/game/machinery/Sleeper.dm @@ -9,6 +9,7 @@ desc = "An enclosed machine used to stabilize and heal patients." icon = 'icons/obj/machines/sleeper.dmi' icon_state = "sleeper" + base_icon_state = "sleeper" density = FALSE state_open = TRUE circuit = /obj/item/circuitboard/machine/sleeper @@ -45,7 +46,7 @@ /obj/machinery/sleeper/Initialize(mapload) . = ..() occupant_typecache = GLOB.typecache_living - update_icon() + update_appearance() if(mapload && starting_beakers) chembag = new(src) for(var/beaker in starting_beakers) @@ -73,10 +74,8 @@ update_contents() /obj/machinery/sleeper/update_icon_state() - if(state_open) - icon_state = "[initial(icon_state)]-open" - else - icon_state = initial(icon_state) + icon_state = "[base_icon_state][state_open ? "-open" : null]" + return ..() /obj/machinery/sleeper/container_resist_act(mob/living/user) visible_message("[occupant] emerges from [src]!", @@ -367,6 +366,8 @@ /obj/machinery/sleeper/syndie icon_state = "sleeper_s" controls_inside = TRUE + base_icon_state = "sleeper_s" /obj/machinery/sleeper/old icon_state = "oldpod" + base_icon_state = "oldpod" diff --git a/code/game/machinery/_machinery.dm b/code/game/machinery/_machinery.dm index 06dd63a41e95..b1d790677317 100644 --- a/code/game/machinery/_machinery.dm +++ b/code/game/machinery/_machinery.dm @@ -215,7 +215,7 @@ Class Procs: density = FALSE if(drop) dropContents() - update_icon() + update_appearance() updateUsrDialog() /obj/machinery/proc/dropContents(list/subset = null) @@ -269,7 +269,7 @@ Class Procs: occupant = target target.forceMove(src) updateUsrDialog() - update_icon() + update_appearance() /obj/machinery/proc/auto_use_power() if(!powered(power_channel)) @@ -452,7 +452,7 @@ Class Procs: if(!(machine_stat & BROKEN) && !(flags_1 & NODECONSTRUCT_1)) set_machine_stat(machine_stat | BROKEN) SEND_SIGNAL(src, COMSIG_MACHINERY_BROKEN, damage_flag) - update_icon() + update_appearance() return TRUE /obj/machinery/contents_explosion(severity, target) @@ -462,7 +462,7 @@ Class Procs: /obj/machinery/handle_atom_del(atom/A) if(A == occupant) occupant = null - update_icon() + update_appearance() updateUsrDialog() return ..() diff --git a/code/game/machinery/ai_slipper.dm b/code/game/machinery/ai_slipper.dm index 43fafb819eed..eb46da7f568b 100644 --- a/code/game/machinery/ai_slipper.dm +++ b/code/game/machinery/ai_slipper.dm @@ -3,6 +3,7 @@ desc = "A remotely-activatable dispenser for crowd-controlling foam." icon = 'icons/obj/device.dmi' icon_state = "ai-slipper0" + base_icon_state = "ai-slipper" layer = PROJECTILE_HIT_THRESHHOLD_LAYER plane = FLOOR_PLANE max_integrity = 200 @@ -19,11 +20,12 @@ /obj/machinery/ai_slipper/update_icon_state() if(machine_stat & BROKEN) - return + return ..() if((machine_stat & NOPOWER) || cooldown_time > world.time || !uses) - icon_state = "ai-slipper0" - else - icon_state = "ai-slipper1" + icon_state = "[base_icon_state]0" + return ..() + icon_state = "[base_icon_state]1" + return ..() /obj/machinery/ai_slipper/interact(mob/user) if(!allowed(user)) diff --git a/code/game/machinery/airlock_control.dm b/code/game/machinery/airlock_control.dm index 4d7e59c32b34..9a3f470fe99d 100644 --- a/code/game/machinery/airlock_control.dm +++ b/code/game/machinery/airlock_control.dm @@ -5,7 +5,8 @@ var/id_tag var/frequency var/datum/radio_frequency/radio_connection - + /// The current state of the airlock, used to construct the airlock overlays + var/airlock_state /obj/machinery/door/airlock/receive_signal(datum/signal/signal) if(!signal) @@ -23,21 +24,21 @@ if("unlock") locked = FALSE - update_icon() + update_appearance() if("lock") locked = TRUE - update_icon() + update_appearance() if("secure_open") locked = FALSE - update_icon() + update_appearance() sleep(2) open(1) locked = TRUE - update_icon() + update_appearance() if("secure_close") locked = FALSE @@ -45,7 +46,7 @@ locked = TRUE sleep(2) - update_icon() + update_appearance() send_status() @@ -114,13 +115,14 @@ master_tag = INCINERATOR_SYNDICATELAVA_AIRLOCK_CONTROLLER /obj/machinery/airlock_sensor/update_icon_state() - if(on) + if(!on) + icon_state = "[base_icon_state]_off" + else if(alert) - icon_state = "airlock_sensor_alert" + icon_state = "[base_icon_state]_alert" else - icon_state = "airlock_sensor_standby" - else - icon_state = "airlock_sensor_off" + icon_state = "[base_icon_state]_standby" + return ..() /obj/machinery/airlock_sensor/attack_hand(mob/user) . = ..() @@ -148,7 +150,7 @@ radio_connection.post_signal(src, signal, range = AIRLOCK_CONTROL_RANGE, filter = RADIO_AIRLOCK) - update_icon() + update_appearance() /obj/machinery/airlock_sensor/proc/set_frequency(new_frequency) SSradio.remove_object(src, frequency) diff --git a/code/game/machinery/airlock_cycle_control.dm b/code/game/machinery/airlock_cycle_control.dm index dbe5bdd5a194..c2d9e0da07cb 100644 --- a/code/game/machinery/airlock_cycle_control.dm +++ b/code/game/machinery/airlock_cycle_control.dm @@ -128,7 +128,7 @@ pixel_x = (dir & 3)? 0 : (dir == 4 ? -24 : 24) pixel_y = (dir & 3)? (dir == 1 ? -24 : 24) : 0 - update_icon() + update_appearance() /obj/machinery/advanced_airlock_controller/Destroy() qdel(wires) @@ -155,10 +155,10 @@ if(airlock.density && (cyclestate == AIRLOCK_CYCLESTATE_CLOSED || (airlocks[A] == EXTERIOR_AIRLOCK && cyclestate == AIRLOCK_CYCLESTATE_INOPEN) || (airlocks[A] == INTERIOR_AIRLOCK && cyclestate == AIRLOCK_CYCLESTATE_OUTOPEN))) airlock.bolt() -/obj/machinery/advanced_airlock_controller/update_icon(use_hash = FALSE) +/obj/machinery/advanced_airlock_controller/update_icon(updates=ALL, use_hash = FALSE) var/turf/location = get_turf(src) if(!location) - return + return ..() var/pressure = 0 if(location) var/datum/gas_mixture/environment = location.return_air() @@ -169,7 +169,7 @@ var/new_overlays_hash = "[pressure_bars]-[cyclestate]-[buildstage]-[panel_open]-[machine_stat]-[shorted]-[locked]-\ref[vis_target]" if(use_hash && new_overlays_hash == overlays_hash) - return + return ..() overlays_hash = new_overlays_hash cut_overlays() @@ -181,12 +181,12 @@ icon_state = "aac_b2" if(BUILD_NO_CIRCUIT) icon_state = "aac_b1" - return + return ..() icon_state = "aac" if((machine_stat & (NOPOWER|BROKEN)) || shorted) - return + return ..() var/is_exterior_pressure = (cyclestate == AIRLOCK_CYCLESTATE_OUTCLOSING || cyclestate == AIRLOCK_CYCLESTATE_OUTOPENING || cyclestate == AIRLOCK_CYCLESTATE_OUTOPEN) add_overlay("aac_[is_exterior_pressure ? "ext" : "int"]p_[pressure_bars]") @@ -208,13 +208,14 @@ var/mutable_appearance/M = mutable_appearance(icon, "hologram-line", ABOVE_LIGHTING_LAYER, ABOVE_LIGHTING_PLANE) M.transform = TR add_overlay(M) + return ..() /obj/machinery/advanced_airlock_controller/proc/reset(wire) switch(wire) if(WIRE_POWER) if(!wires.is_cut(WIRE_POWER)) shorted = FALSE - update_icon() + update_appearance() if(WIRE_AI) if(!wires.is_cut(WIRE_AI)) aidisabled = FALSE @@ -316,12 +317,12 @@ /obj/machinery/advanced_airlock_controller/process_atmos() if((machine_stat & (NOPOWER|BROKEN)) || shorted) - update_icon(TRUE) + update_icon(ALL, TRUE) return var/turf/location = get_turf(src) if(!location) - update_icon(TRUE) + update_icon(ALL, TRUE) return var/pressure = 0 if(location) @@ -347,10 +348,10 @@ vent.pressure_checks = VENT_EXT_BOUND vent.external_pressure_bound = interior_pressure vent.on = TRUE - vent.update_icon() + vent.update_appearance() else vent.on = FALSE - vent.update_icon() + vent.update_appearance() return if(AIRLOCK_CYCLESTATE_INCLOSING) for(var/airlock in airlocks) @@ -364,10 +365,10 @@ vent.external_pressure_bound = 0 vents_valid = FALSE vent.on = TRUE - vent.update_icon() + vent.update_appearance() else vent.on = FALSE - vent.update_icon() + vent.update_appearance() if(pressure < depressurization_margin) vents_valid = TRUE if((doors_valid && vents_valid) || is_skipping) @@ -385,10 +386,10 @@ vent.external_pressure_bound = 0 vents_valid = FALSE vent.on = TRUE - vent.update_icon() + vent.update_appearance() else vent.on = FALSE - vent.update_icon() + vent.update_appearance() if(pressure < depressurization_margin) vents_valid = TRUE if(vents_valid || is_skipping) @@ -406,10 +407,10 @@ vent.external_pressure_bound = interior_pressure vents_valid = FALSE vent.on = TRUE - vent.update_icon() + vent.update_appearance() else vent.on = FALSE - vent.update_icon() + vent.update_appearance() if(pressure > interior_pressure - 0.5) vents_valid = TRUE if(vents_valid || is_skipping) @@ -431,10 +432,10 @@ vent.external_pressure_bound = exterior_pressure vents_valid = FALSE vent.on = TRUE - vent.update_icon() + vent.update_appearance() else vent.on = FALSE - vent.update_icon() + vent.update_appearance() if(pressure > exterior_pressure - 0.5) vents_valid = TRUE if(vents_valid || is_skipping) @@ -448,13 +449,13 @@ for(var/V in vents) var/obj/machinery/atmospherics/components/unary/vent_pump/vent = V vent.on = FALSE - vent.update_icon() + vent.update_appearance() if(AIRLOCK_CYCLESTATE_OUTOPEN) for(var/V in vents) var/obj/machinery/atmospherics/components/unary/vent_pump/vent = V vent.on = FALSE - vent.update_icon() - update_icon(TRUE) + vent.update_appearance() + update_icon(ALL, TRUE) /obj/machinery/advanced_airlock_controller/attackby(obj/item/W, mob/user, params) switch(buildstage) @@ -464,13 +465,13 @@ to_chat(user, "You cut the final wires.") new /obj/item/stack/cable_coil(loc, 5) buildstage = BUILD_NO_WIRES - update_icon() + update_appearance() return else if(W.tool_behaviour == TOOL_SCREWDRIVER) // Opening that up. W.play_tool_sound(src) panel_open = !panel_open to_chat(user, "The wires have been [panel_open ? "exposed" : "unexposed"].") - update_icon() + update_appearance() return else if(istype(W, /obj/item/card/id) || istype(W, /obj/item/pda))// trying to unlock the interface with an ID card togglelock(user) @@ -489,7 +490,7 @@ new /obj/item/electronics/advanced_airlock_controller(src.loc) playsound(src.loc, 'sound/items/deconstruct.ogg', 50, 1) buildstage = BUILD_NO_CIRCUIT - update_icon() + update_appearance() return if(istype(W, /obj/item/stack/cable_coil)) @@ -510,14 +511,14 @@ cut_links() shorted = FALSE buildstage = BUILD_COMPLETE - update_icon() + update_appearance() return if(BUILD_NO_CIRCUIT) if(istype(W, /obj/item/electronics/advanced_airlock_controller)) if(user.temporarilyRemoveItemFromInventory(W)) to_chat(user, "You insert the circuit.") buildstage = BUILD_NO_WIRES - update_icon() + update_appearance() qdel(W) return @@ -528,7 +529,7 @@ user.visible_message("[user] fabricates a circuit and places it into [src].", \ "You adapt an airlock controller circuit and slot it into the assembly.") buildstage = BUILD_NO_WIRES - update_icon() + update_appearance() return if(W.tool_behaviour == TOOL_WRENCH) @@ -757,7 +758,7 @@ depressurization_margin = clamp(text2num(params["pressure"]), 0.15, 40) if("skip_delay") skip_delay = clamp(text2num(params["skip_delay"]), 0, 1200) - update_icon(TRUE) + update_icon(ALL, TRUE) /obj/machinery/advanced_airlock_controller/proc/request_from_door(airlock) var/role = airlocks[airlock] @@ -800,7 +801,7 @@ else if(src.allowed(usr) && !wires.is_cut(WIRE_IDSCAN)) locked = !locked - update_icon() + update_appearance() to_chat(user, "You [ locked ? "lock" : "unlock"] the airlock controller interface.") updateUsrDialog() else @@ -809,7 +810,7 @@ /obj/machinery/advanced_airlock_controller/power_change() ..() - update_icon() + update_appearance() /obj/machinery/advanced_airlock_controller/emag_act(mob/user) if(obj_flags & EMAGGED) @@ -820,7 +821,7 @@ /obj/machinery/advanced_airlock_controller/obj_break(damage_flag) ..() - update_icon() + update_appearance() /obj/machinery/advanced_airlock_controller/deconstruct(disassembled = TRUE) if(!(flags_1 & NODECONSTRUCT_1)) diff --git a/code/game/machinery/announcement_system.dm b/code/game/machinery/announcement_system.dm index daebe8a066f3..f275d234fca7 100644 --- a/code/game/machinery/announcement_system.dm +++ b/code/game/machinery/announcement_system.dm @@ -6,6 +6,7 @@ GLOBAL_LIST_EMPTY(announcement_systems) desc = "An automated announcement system that handles minor announcements over the radio." icon = 'icons/obj/machines/telecomms.dmi' icon_state = "AAS_On" + base_icon_state = "AAS" verb_say = "coldly states" verb_ask = "queries" @@ -30,13 +31,11 @@ GLOBAL_LIST_EMPTY(announcement_systems) . = ..() GLOB.announcement_systems += src radio = new /obj/item/radio/headset/silicon/ai(src) - update_icon() + update_appearance() /obj/machinery/announcement_system/update_icon_state() - if(is_operational) - icon_state = (panel_open ? "AAS_On_Open" : "AAS_On") - else - icon_state = (panel_open ? "AAS_Off_Open" : "AAS_Off") + icon_state = "[base_icon_state]_[is_operational ? "On" : "Off"][panel_open ? "_Open" : null]" + return ..() /obj/machinery/announcement_system/update_overlays() . = ..() @@ -59,13 +58,13 @@ GLOBAL_LIST_EMPTY(announcement_systems) P.play_tool_sound(src) panel_open = !panel_open to_chat(user, "You [panel_open ? "open" : "close"] the maintenance hatch of [src].") - update_icon() + update_appearance() else if(default_deconstruction_crowbar(P)) return else if(P.tool_behaviour == TOOL_MULTITOOL && panel_open && (machine_stat & BROKEN)) to_chat(user, "You reset [src]'s firmware.") set_machine_stat(machine_stat & ~BROKEN) - update_icon() + update_appearance() else return ..() @@ -138,10 +137,10 @@ GLOBAL_LIST_EMPTY(announcement_systems) log_game("The head announcement was updated: [NewMessage] by:[key_name(usr)]") if("NewheadToggle") newheadToggle = !newheadToggle - update_icon() + update_appearance() if("ArrivalToggle") arrivalToggle = !arrivalToggle - update_icon() + update_appearance() add_fingerprint(usr) /obj/machinery/announcement_system/attack_robot(mob/living/silicon/user) diff --git a/code/game/machinery/aug_manipulator.dm b/code/game/machinery/aug_manipulator.dm index 76e662d640f1..9c536c0d97d8 100644 --- a/code/game/machinery/aug_manipulator.dm +++ b/code/game/machinery/aug_manipulator.dm @@ -3,6 +3,7 @@ desc = "A machine for custom fitting augmentations, with in-built spraypainter." icon = 'icons/obj/pda.dmi' icon_state = "pdapainter" + base_icon_state = "pdapainter" circuit = /obj/item/circuitboard/machine/aug_manipulator density = TRUE obj_integrity = 200 @@ -18,23 +19,21 @@ . += "Alt-click to eject the limb." /obj/machinery/aug_manipulator/Initialize() - initial_icon_state = initial(icon_state) + if(!base_icon_state) + base_icon_state = initial(icon_state) return ..() /obj/machinery/aug_manipulator/update_icon_state() if(machine_stat & BROKEN) - icon_state = "[initial_icon_state]-broken" - return - - if(powered()) - icon_state = initial_icon_state - else - icon_state = "[initial_icon_state]-off" + icon_state = "[base_icon_state]-broken" + return ..() + icon_state = "[base_icon_state][powered() ? null : "-off"]" + return ..() /obj/machinery/aug_manipulator/update_overlays() . = ..() if(storedpart) - . += "[initial_icon_state]-closed" + . += "[base_icon_state]-closed" /obj/machinery/aug_manipulator/Destroy() QDEL_NULL(storedpart) @@ -52,7 +51,7 @@ /obj/machinery/aug_manipulator/handle_atom_del(atom/A) if(A == storedpart) storedpart = null - update_icon() + update_appearance() /obj/machinery/aug_manipulator/attackby(obj/item/O, mob/user, params) if(default_deconstruction_screwdriver(user, "pdapainter-broken", "pdapainter", O)) //placeholder, get a sprite monkey to make an actual sprite, I can't be asked. @@ -81,7 +80,7 @@ return storedpart = O O.add_fingerprint(user) - update_icon() + update_appearance() else if(O.tool_behaviour == TOOL_WELDER && user.a_intent != INTENT_HARM) if(obj_integrity < max_integrity) @@ -98,7 +97,7 @@ to_chat(user, "You repair [src].") set_machine_stat(machine_stat & ~BROKEN) obj_integrity = max(obj_integrity, max_integrity) - update_icon() + update_appearance() else to_chat(user, "[src] does not need repairs.") else @@ -130,7 +129,7 @@ if(storedpart) storedpart.forceMove(get_turf(src)) storedpart = null - update_icon() + update_appearance() else to_chat(user, "[src] is empty!") diff --git a/code/game/machinery/autolathe.dm b/code/game/machinery/autolathe.dm index 412a9264e38c..811064d6d193 100644 --- a/code/game/machinery/autolathe.dm +++ b/code/game/machinery/autolathe.dm @@ -338,7 +338,7 @@ if(is_stack) var/obj/item/stack/N = new being_built.build_path(A, multiplier, FALSE) - N.update_icon() + N.update_appearance() N.autolathe_crafted(src) else for(var/i=1, i<=multiplier, i++) diff --git a/code/game/machinery/buttons.dm b/code/game/machinery/buttons.dm index d51dc571de88..3e04893bf8a9 100644 --- a/code/game/machinery/buttons.dm +++ b/code/game/machinery/buttons.dm @@ -25,7 +25,7 @@ pixel_x = (dir & 3)? 0 : (dir == 4 ? -24 : 24) pixel_y = (dir & 3)? (dir ==1 ? -24 : 24) : 0 panel_open = TRUE - update_icon() + update_appearance() if(!built && !device && device_type) @@ -46,10 +46,12 @@ /obj/machinery/button/update_icon_state() if(panel_open) icon_state = "button-open" - else if(machine_stat & (NOPOWER|BROKEN)) + return ..() + if(machine_stat & (NOPOWER|BROKEN)) icon_state = "[skin]-p" - else - icon_state = skin + return ..() + icon_state = skin + return ..() /obj/machinery/button/update_overlays() . = ..() @@ -64,7 +66,7 @@ if(W.tool_behaviour == TOOL_SCREWDRIVER) if(panel_open || allowed(user)) default_deconstruction_screwdriver(user, "button-open", "[skin]",W) - update_icon() + update_appearance() else to_chat(user, "Maintenance Access Denied.") flick("[skin]-denied", src) @@ -98,7 +100,7 @@ playsound(loc, 'sound/items/deconstruct.ogg', 50, TRUE) qdel(src) - update_icon() + update_appearance() return if(user.a_intent != INTENT_HARM && !(W.item_flags & NOBLUDGEON)) @@ -150,7 +152,7 @@ req_access = list() req_one_access = list() board = null - update_icon() + update_appearance() to_chat(user, "You remove electronics from the button frame.") else @@ -179,7 +181,7 @@ device.pulsed() SEND_GLOBAL_SIGNAL(COMSIG_GLOB_BUTTON_PRESSED,src) - addtimer(CALLBACK(src, /atom/.proc/update_icon), 15) + addtimer(CALLBACK(src, /atom/.proc/update_appearance), 15) /obj/machinery/button/door name = "door button" @@ -291,20 +293,6 @@ custom_materials = list(/datum/material/iron=MINERAL_MATERIAL_AMOUNT) inverse = FALSE -/obj/machinery/button/elevator - name = "elevator button" - desc = "Go back. Go back. Go back. Can you operate the elevator." - icon_state = "launcher" - skin = "launcher" - device_type = /obj/item/assembly/control/elevator - req_access = list() - id = 1 - -/obj/machinery/button/elevator/examine(mob/user) - . = ..() - . += "There's a small inscription on the button..." - . += "THIS CALLS THE ELEVATOR! IT DOES NOT OPERATE IT! Interact with the elevator itself to use it!" - /obj/machinery/button/shieldwallgen name = "holofield switch" desc = "A remote switch for a holofield generator" diff --git a/code/game/machinery/camera/camera.dm b/code/game/machinery/camera/camera.dm index 5ecfdcb5c4f0..5b31770af80c 100644 --- a/code/game/machinery/camera/camera.dm +++ b/code/game/machinery/camera/camera.dm @@ -17,7 +17,7 @@ armor = list("melee" = 50, "bullet" = 20, "laser" = 20, "energy" = 20, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 90, "acid" = 50) max_integrity = 100 integrity_failure = 0.5 - var/default_camera_icon = "camera" //the camera's base icon used by update_icon - icon_state is primarily used for mapping display purposes. + var/default_camera_icon = "camera" //the camera's base icon used by update_appearance - icon_state is primarily used for mapping display purposes. var/list/network = list("ss13") var/c_tag = null var/status = TRUE @@ -43,6 +43,9 @@ var/internal_light = TRUE //Whether it can light up when an AI views it + /// A copy of the last paper object that was shown to this camera. + var/obj/item/paper/last_shown_paper + /obj/machinery/camera/preset/toxins //Bomb test site in space name = "Hardened Bomb-Test Camera" desc = "A specially-reinforced camera with a long lasting battery, used to monitor the bomb testing site. An external light is attached to the top." @@ -85,7 +88,7 @@ if(mapload && prob(3) && !start_active) toggle_cam() else //this is handled by toggle_camera, so no need to update it twice. - update_icon() + update_appearance() /obj/machinery/camera/connect_to_shuttle(obj/docking_port/mobile/port, obj/docking_port/stationary/dock) for(var/i in network) @@ -106,6 +109,7 @@ if(bug.current == src) bug.current = null bug = null + QDEL_NULL(last_shown_paper) return ..() /obj/machinery/camera/examine(mob/user) @@ -138,13 +142,13 @@ return if(!(. & EMP_PROTECT_SELF)) if(prob(150/severity)) - update_icon() + update_appearance() network = list() GLOB.cameranet.removeCamera(src) set_machine_stat(machine_stat | EMPED) set_light(0) emped = emped+1 //Increase the number of consecutive EMP's - update_icon() + update_appearance() addtimer(CALLBACK(src, .proc/post_emp_reset, emped, network), 90 SECONDS) for(var/i in GLOB.player_list) var/mob/M = i @@ -161,7 +165,7 @@ return network = previous_network set_machine_stat(machine_stat & ~EMPED) - update_icon() + update_appearance() if(can_use()) GLOB.cameranet.addCamera(src) emped = 0 //Resets the consecutive EMP count @@ -193,7 +197,7 @@ panel_open = !panel_open to_chat(user, "You screw the camera's panel [panel_open ? "open" : "closed"].") I.play_tool_sound(src) - update_icon() + update_appearance() return TRUE /obj/machinery/camera/crowbar_act(mob/living/user, obj/item/I) @@ -260,74 +264,87 @@ return TRUE -/obj/machinery/camera/attackby(obj/item/I, mob/living/user, params) +/obj/machinery/camera/attackby(obj/item/attacking_item, mob/living/user, params) // UPGRADES if(panel_open) - if(I.tool_behaviour == TOOL_ANALYZER) + if(attacking_item.tool_behaviour == TOOL_ANALYZER) if(!isXRay(TRUE)) //don't reveal it was already upgraded if was done via MALF AI Upgrade Camera Network ability - if(!user.temporarilyRemoveItemFromInventory(I)) + if(!user.temporarilyRemoveItemFromInventory(attacking_item)) return upgradeXRay(FALSE, TRUE) - to_chat(user, "You attach [I] into [assembly]'s inner circuits.") - qdel(I) + to_chat(user, "You attach [attacking_item] into [assembly]'s inner circuits.") + qdel(attacking_item) else to_chat(user, "[src] already has that upgrade!") return - else if(istype(I, /obj/item/stack/sheet/mineral/plasma)) + else if(istype(attacking_item, /obj/item/stack/sheet/mineral/plasma)) if(!isEmpProof(TRUE)) //don't reveal it was already upgraded if was done via MALF AI Upgrade Camera Network ability - if(I.use_tool(src, user, 0, amount=1)) + if(attacking_item.use_tool(src, user, 0, amount=1)) upgradeEmpProof(FALSE, TRUE) - to_chat(user, "You attach [I] into [assembly]'s inner circuits.") + to_chat(user, "You attach [attacking_item] into [assembly]'s inner circuits.") else to_chat(user, "[src] already has that upgrade!") return - else if(istype(I, /obj/item/assembly/prox_sensor)) + else if(istype(attacking_item, /obj/item/assembly/prox_sensor)) if(!isMotion()) - if(!user.temporarilyRemoveItemFromInventory(I)) + if(!user.temporarilyRemoveItemFromInventory(attacking_item)) return upgradeMotion() - to_chat(user, "You attach [I] into [assembly]'s inner circuits.") - qdel(I) + to_chat(user, "You attach [attacking_item] into [assembly]'s inner circuits.") + qdel(attacking_item) else to_chat(user, "[src] already has that upgrade!") return // OTHER - if((istype(I, /obj/item/paper) || istype(I, /obj/item/pda)) && isliving(user)) - var/mob/living/U = user - var/obj/item/paper/X = null - var/obj/item/pda/P = null - - var/itemname = "" - var/info = "" - if(istype(I, /obj/item/paper)) - X = I - itemname = X.name - info = X.info - else - P = I - itemname = P.name - info = P.notehtml - to_chat(U, "You hold \the [itemname] up to the camera...") - U.changeNext_move(CLICK_CD_MELEE) - for(var/mob/O in GLOB.player_list) - if(isAI(O)) - var/mob/living/silicon/ai/AI = O - if(AI.control_disabled || (AI.stat == DEAD)) - return - if(U.name == "Unknown") - to_chat(AI, "[U] holds \a [itemname] up to one of your cameras ...") + if(istype(attacking_item, /obj/item/paper) && isliving(user)) + // Grab the paper, sanitise the name as we're about to just throw it into chat wrapped in HTML tags. + var/obj/item/paper/paper = attacking_item + + // Make a complete copy of the paper, store a ref to it locally on the camera. + last_shown_paper = paper.copy(paper.type, null); + + // Then sanitise the name because we're putting it directly in chat later. + var/item_name = sanitize(last_shown_paper.name) + + // Start the process of holding it up to the camera. + to_chat(user, span_notice("You hold \the [item_name] up to the camera...")) + user.log_talk(item_name, LOG_GAME, log_globally=TRUE, tag="Pressed to camera") + user.changeNext_move(CLICK_CD_MELEE) + + // And make a weakref we can throw around to all potential viewers. + last_shown_paper.camera_holder = WEAKREF(src) + + // Iterate over all living mobs and check if anyone is elibile to view the paper. + // This is backwards, but cameras don't store a list of people that are looking through them, + // and we'll have to iterate this list anyway so we can use it to pull out AIs too. + for(var/mob/potential_viewer in GLOB.player_list) + // All AIs view through cameras, so we need to check them regardless. + if(isAI(potential_viewer)) + var/mob/living/silicon/ai/ai = potential_viewer + if(ai.control_disabled || (ai.stat == DEAD)) + continue + + log_paper("[key_name(user)] held [last_shown_paper] up to [src], requesting [key_name(ai)] read it.") + + if(user.name == "Unknown") + to_chat(ai, "[span_name(user)] holds \a [item_name] up to one of your cameras ...") else - to_chat(AI, "[U] holds \a [itemname] up to one of your cameras ...") - AI.last_paper_seen = "[itemname][info]" - else if (O.client.eye == src) - to_chat(O, "[U] holds \a [itemname] up to one of the cameras ...") - O << browse(text("[][]", itemname, info), text("window=[]", itemname)) + to_chat(ai, "[user] holds \a [item_name] up to one of your cameras ...") + continue + + // If it's not an AI, eye if the client's eye is set to the camera. I wonder if this even works anymore with tgui camera apps and stuff? + if (potential_viewer.client?.eye == src) + log_paper("[key_name(user)] held [last_shown_paper] up to [src], and [key_name(potential_viewer)] may read it.") + to_chat(potential_viewer, "[span_name(user)] holds \a [item_name] up to your camera...") + return + + if(istype(attacking_item, /obj/item/camera_bug)) return - else if(istype(I, /obj/item/camera_bug)) + else if(istype(attacking_item, /obj/item/camera_bug)) if(!can_use()) to_chat(user, "Camera non-functional.") return @@ -337,12 +354,12 @@ bug = null else to_chat(user, "Camera bugged.") - bug = I + bug = attacking_item bug.bugged_cameras[src.c_tag] = src return - else if(istype(I, /obj/item/pai_cable)) - var/obj/item/pai_cable/cable = I + else if(istype(attacking_item, /obj/item/pai_cable)) + var/obj/item/pai_cable/cable = attacking_item cable.plugin(src, user) return @@ -381,12 +398,15 @@ var/xray_module if(isXRay(TRUE)) xray_module = "xray" + if(!status) icon_state = "[xray_module][default_camera_icon]_off" - else if (machine_stat & EMPED) + return ..() + if(machine_stat & EMPED) icon_state = "[xray_module][default_camera_icon]_emp" - else - icon_state = "[xray_module][default_camera_icon][in_use_lights ? "_in_use" : ""]" + return ..() + icon_state = "[xray_module][default_camera_icon][in_use_lights ? "_in_use" : ""]" + return ..() /obj/machinery/camera/proc/toggle_cam(mob/user, displaymessage = 1) status = !status @@ -417,7 +437,7 @@ visible_message("\The [src] [change_msg]!") playsound(src, 'sound/items/wirecutter.ogg', 100, TRUE) - update_icon() //update Initialize() if you remove this. + update_appearance() //update Initialize() if you remove this. // now disconnect anyone using the camera //Apparently, this will disconnect anyone even if the camera was re-activated. diff --git a/code/game/machinery/camera/camera_assembly.dm b/code/game/machinery/camera/camera_assembly.dm index a8e565e5b056..dcf280ec72d5 100644 --- a/code/game/machinery/camera/camera_assembly.dm +++ b/code/game/machinery/camera/camera_assembly.dm @@ -70,11 +70,12 @@ /obj/structure/camera_assembly/update_icon_state() icon_state = "[xray_module ? "xray" : null][initial(icon_state)]" + return ..() /obj/structure/camera_assembly/handle_atom_del(atom/A) if(A == xray_module) xray_module = null - update_icon() + update_appearance() if(malf_xray_firmware_present) malf_xray_firmware_active = malf_xray_firmware_present //re-enable firmware based upgrades after the part is removed. if(istype(loc, /obj/machinery/camera)) @@ -110,7 +111,7 @@ xray_module = null if(malf_xray_firmware_present) malf_xray_firmware_active = malf_xray_firmware_present //re-enable firmware based upgrades after the part is removed. - update_icon() + update_appearance() else if(I == emp_module) emp_module = null @@ -175,7 +176,7 @@ if(malf_xray_firmware_active) malf_xray_firmware_active = FALSE //flavor reason: MALF AI Upgrade Camera Network ability's firmware is incompatible with the new part //real reason: make it a normal upgrade so the finished camera's icons and examine texts are restored. - update_icon() + update_appearance() return else if(istype(W, /obj/item/assembly/prox_sensor)) //motion sensing upgrade diff --git a/code/game/machinery/camera/presets.dm b/code/game/machinery/camera/presets.dm index b2b8665121f9..6b2bf6859049 100644 --- a/code/game/machinery/camera/presets.dm +++ b/code/game/machinery/camera/presets.dm @@ -113,12 +113,12 @@ assembly.malf_xray_firmware_active = FALSE //make it appear like it's just normally upgraded so the icons and examine texts are restored. upgrades |= CAMERA_UPGRADE_XRAY - update_icon() + update_appearance() /obj/machinery/camera/proc/removeXRay(ignore_malf_upgrades) if(!ignore_malf_upgrades) //don't downgrade it if malf software is forced onto it. upgrades &= ~CAMERA_UPGRADE_XRAY - update_icon() + update_appearance() diff --git a/code/game/machinery/cell_charger.dm b/code/game/machinery/cell_charger.dm index 7979fd612338..e1be8d8e4453 100644 --- a/code/game/machinery/cell_charger.dm +++ b/code/game/machinery/cell_charger.dm @@ -54,7 +54,7 @@ charging = W user.visible_message("[user] inserts a cell into [src].", "You insert a cell into [src].") - update_icon() + update_appearance() else if(!charging && default_deconstruction_screwdriver(user, icon_state, icon_state, W)) return @@ -74,9 +74,9 @@ return ..() /obj/machinery/cell_charger/proc/removecell() - charging.update_icon() + charging.update_appearance() charging = null - update_icon() + update_appearance() /obj/machinery/cell_charger/attack_hand(mob/user) . = ..() @@ -127,4 +127,4 @@ use_power(charge_rate) charging.give(charge_rate) //this is 2558, efficient batteries exist - update_icon() + update_appearance() diff --git a/code/game/machinery/cloning.dm b/code/game/machinery/cloning.dm index 3758ad9d72b2..60c41eeeb921 100644 --- a/code/game/machinery/cloning.dm +++ b/code/game/machinery/cloning.dm @@ -97,7 +97,7 @@ beaker = new_beaker else beaker = null - update_icon() + update_appearance() return TRUE /obj/machinery/clonepod/ui_interact(mob/user, datum/tgui/ui) @@ -200,20 +200,16 @@ if(!QDELETED(clonemind.current)) if(clonemind.current.stat != DEAD) //mind is associated with a non-dead body return NONE - if(clonemind.current.suiciding) // Mind is associated with a body that is suiciding. - return NONE if(!clonemind.active) // get_ghost() will fail if they're unable to reenter their body var/mob/dead/observer/G = clonemind.get_ghost() if(!G) return NONE - if(G.suiciding) // The ghost came from a body that is suiciding. - return NONE if(clonemind.damnation_type) //Can't clone the damned. INVOKE_ASYNC(src, .proc/horrifyingsound) mess = TRUE icon_state = "pod_g" - update_icon() + update_appearance() return NONE attempting = TRUE //One at a time!! countdown.start() @@ -277,7 +273,6 @@ H.set_cloned_appearance() - H.set_suicide(FALSE) attempting = FALSE return CLONING_SUCCESS @@ -292,7 +287,7 @@ connected_message("Clone Ejected: Not enough material.") if(internal_radio) SPEAK("The cloning of [mob_occupant.real_name] has been ended prematurely due to insufficient material.") - if(mob_occupant && (mob_occupant.stat == DEAD) || (mob_occupant.suiciding) || mob_occupant.hellbound) //Autoeject corpses and suiciding dudes. + if(mob_occupant && (mob_occupant.stat == DEAD) || mob_occupant.hellbound) //Autoeject corpses. connected_message("Clone Rejected: Deceased.") if(internal_radio) SPEAK("The cloning of [mob_occupant.real_name] has been \ @@ -596,7 +591,7 @@ /obj/item/paper/guides/jobs/medical/cloning name = "paper - 'H-87 Cloning Apparatus Manual" - info = {"

    Getting Started

    + default_raw_text = {"

    Getting Started

    Congratulations, you have has purchased the H-87 industrial cloning device!
    Using the H-87 is almost as simple as brain surgery! Simply insert the target humanoid into the scanning chamber and select the scan option to create a new profile!
    That's all there is to it!
    diff --git a/code/game/machinery/computer/_computer.dm b/code/game/machinery/computer/_computer.dm index bfed7c72602b..e782bd209c22 100644 --- a/code/game/machinery/computer/_computer.dm +++ b/code/game/machinery/computer/_computer.dm @@ -40,8 +40,6 @@ /obj/machinery/computer/update_overlays() . = ..() - - SSvis_overlays.remove_vis_overlay(src, managed_vis_overlays) if(machine_stat & BROKEN) SSvis_overlays.add_vis_overlay(src, icon, "[icon_state]_broken", layer, plane, dir) return @@ -118,7 +116,7 @@ to_chat(user, "You disconnect the monitor.") newframe.state = 4 circuit = null - newframe.update_icon() + newframe.update_appearance() for(var/obj/internal_objects in src) internal_objects.forceMove(loc) qdel(src) diff --git a/code/game/machinery/computer/aifixer.dm b/code/game/machinery/computer/aifixer.dm index 2aba0a8b6124..77cf776158fc 100644 --- a/code/game/machinery/computer/aifixer.dm +++ b/code/game/machinery/computer/aifixer.dm @@ -82,7 +82,7 @@ var/oldstat = occupier.stat restoring = Fix() if(oldstat != occupier.stat) - update_icon() + update_appearance() /obj/machinery/computer/aifixer/update_overlays() . = ..() @@ -91,14 +91,14 @@ if(restoring) . += "ai-fixer-on" - if (occupier) - switch (occupier.stat) - if (CONSCIOUS) - . += "ai-fixer-full" - if (UNCONSCIOUS, HARD_CRIT) - . += "ai-fixer-404" - else + if(!occupier) . += "ai-fixer-empty" + return + switch(occupier.stat) + if(CONSCIOUS) + . += "ai-fixer-full" + if(UNCONSCIOUS, HARD_CRIT) + . += "ai-fixer-404" /obj/machinery/computer/aifixer/transfer_ai(interaction, mob/user, mob/living/silicon/ai/AI, obj/item/aicard/card) if(!..()) @@ -115,7 +115,7 @@ to_chat(AI, "You have been uploaded to a stationary terminal. Sadly, there is no remote access from here.") to_chat(user, "Transfer successful: [AI.name] ([rand(1000,9999)].exe) installed and executed successfully. Local copy has been removed.") card.AI = null - update_icon() + update_appearance() else //Uploading AI from terminal to card if(occupier && !restoring) @@ -124,7 +124,7 @@ occupier.forceMove(card) card.AI = occupier occupier = null - update_icon() + update_appearance() else if (restoring) to_chat(user, "ERROR: Reconstruction in progress.") else if (!occupier) diff --git a/code/game/machinery/computer/apc_control.dm b/code/game/machinery/computer/apc_control.dm index 1c3f8a943f39..eb43515d6e47 100644 --- a/code/game/machinery/computer/apc_control.dm +++ b/code/game/machinery/computer/apc_control.dm @@ -26,7 +26,7 @@ playsound(active_apc, 'sound/machines/boltsdown.ogg', 25, FALSE) playsound(active_apc, 'sound/machines/terminal_alert.ogg', 50, FALSE) active_apc.locked = TRUE - active_apc.update_icon() + active_apc.update_appearance() active_apc.remote_control = null active_apc = null @@ -127,7 +127,7 @@ playsound(active_apc, 'sound/machines/boltsdown.ogg', 25, FALSE) playsound(active_apc, 'sound/machines/terminal_alert.ogg', 50, FALSE) active_apc.locked = TRUE - active_apc.update_icon() + active_apc.update_appearance() active_apc.remote_control = null active_apc = null APC.remote_control = src @@ -140,7 +140,7 @@ playsound(APC, 'sound/machines/boltsup.ogg', 25, FALSE) playsound(APC, 'sound/machines/terminal_alert.ogg', 50, FALSE) APC.locked = FALSE - APC.update_icon() + APC.update_appearance() active_apc = APC if("check-logs") log_activity("Checked Logs") @@ -154,7 +154,7 @@ if(!target) return target.vars[type] = target.setsubsystem(text2num(value)) - target.update_icon() + target.update_appearance() target.update() var/setTo = "" switch(target.vars[type]) diff --git a/code/game/machinery/computer/arcade.dm b/code/game/machinery/computer/arcade.dm index d30a07c9a029..94b57a2d9f57 100644 --- a/code/game/machinery/computer/arcade.dm +++ b/code/game/machinery/computer/arcade.dm @@ -136,7 +136,7 @@ GLOBAL_LIST_INIT(arcade_prize_pool, list( return prizevend(user) T.pay_tickets() - T.update_icon() + T.update_appearance() O = T to_chat(user, "You turn in 2 tickets to the [src] and claim a prize!") return diff --git a/code/game/machinery/computer/atmos_alert.dm b/code/game/machinery/computer/atmos_alert.dm index 98ee1dc56ce0..7a64743c900b 100644 --- a/code/game/machinery/computer/atmos_alert.dm +++ b/code/game/machinery/computer/atmos_alert.dm @@ -62,7 +62,7 @@ to_chat(usr, "Minor alarm for [zone] cleared.") minor_alarms -= zone . = TRUE - update_icon() + update_appearance() /obj/machinery/computer/atmos_alert/proc/set_frequency(new_frequency) SSradio.remove_object(src, receive_frequency) @@ -85,7 +85,7 @@ priority_alarms += zone else if (severity == "minor") minor_alarms += zone - update_icon() + update_appearance() return /obj/machinery/computer/atmos_alert/update_overlays() @@ -94,5 +94,6 @@ return if(priority_alarms.len) . += "alert:2" - else if(minor_alarms.len) + return + if(minor_alarms.len) . += "alert:1" diff --git a/code/game/machinery/computer/atmos_control.dm b/code/game/machinery/computer/atmos_control.dm index e2b5fd34dca3..23937947d80c 100644 --- a/code/game/machinery/computer/atmos_control.dm +++ b/code/game/machinery/computer/atmos_control.dm @@ -45,6 +45,7 @@ /obj/machinery/air_sensor/update_icon_state() icon_state = "gsensor[on]" + return ..() /obj/machinery/air_sensor/process_atmos() if(on) diff --git a/code/game/machinery/computer/buildandrepair.dm b/code/game/machinery/computer/buildandrepair.dm index 917a9ff9a24d..e4e98f28b21e 100644 --- a/code/game/machinery/computer/buildandrepair.dm +++ b/code/game/machinery/computer/buildandrepair.dm @@ -46,7 +46,7 @@ to_chat(user, "You place [P] inside the frame.") circuit = P circuit.add_fingerprint(user) - update_icon() + update_appearance() return else if(istype(P, /obj/item/circuitboard) && !circuit) @@ -56,7 +56,7 @@ P.play_tool_sound(src) to_chat(user, "You screw [circuit] into place.") state = 2 - update_icon() + update_appearance() return if(P.tool_behaviour == TOOL_CROWBAR && circuit) P.play_tool_sound(src) @@ -65,14 +65,14 @@ circuit.forceMove(drop_location()) circuit.add_fingerprint(user) circuit = null - update_icon() + update_appearance() return if(2) if(P.tool_behaviour == TOOL_SCREWDRIVER && circuit) P.play_tool_sound(src) to_chat(user, "You unfasten the circuit board.") state = 1 - update_icon() + update_appearance() return if(istype(P, /obj/item/stack/cable_coil)) if(!P.tool_start_check(user, amount=5)) @@ -83,14 +83,14 @@ return to_chat(user, "You add cables to the frame.") state = 3 - update_icon() + update_appearance() return if(3) if(P.tool_behaviour == TOOL_WIRECUTTER) P.play_tool_sound(src) to_chat(user, "You remove the cables.") state = 2 - update_icon() + update_appearance() var/obj/item/stack/cable_coil/A = new (drop_location(), 5) A.add_fingerprint(user) return @@ -105,14 +105,14 @@ return to_chat(user, "You put in the glass panel.") state = 4 - update_icon() + update_appearance() return if(4) if(P.tool_behaviour == TOOL_CROWBAR) P.play_tool_sound(src) to_chat(user, "You remove the glass panel.") state = 3 - update_icon() + update_appearance() var/obj/item/stack/sheet/glass/G = new(drop_location(), 2) G.add_fingerprint(user) return @@ -126,7 +126,7 @@ built_comp.icon = built_icon built_comp.icon_state = built_icon_state built_comp.deconpath = deconpath - built_comp.update_icon() + built_comp.update_appearance() qdel(src) return if(user.a_intent == INTENT_HARM) diff --git a/code/game/machinery/computer/camera.dm b/code/game/machinery/computer/camera.dm index 097f538666d0..3275bb33f272 100644 --- a/code/game/machinery/computer/camera.dm +++ b/code/game/machinery/computer/camera.dm @@ -254,6 +254,7 @@ icon_state = initial(icon_state) if(machine_stat & BROKEN) icon_state += "b" + return ..() /obj/machinery/computer/security/telescreen/entertainment name = "entertainment monitor" diff --git a/code/game/machinery/computer/camera_advanced.dm b/code/game/machinery/computer/camera_advanced.dm index 5ec93de6cc09..32d5139b2c0a 100644 --- a/code/game/machinery/computer/camera_advanced.dm +++ b/code/game/machinery/computer/camera_advanced.dm @@ -168,6 +168,7 @@ name = "Inactive Camera Eye" ai_detector_visible = FALSE var/sprint = 10 + var/max_sprint = 50 var/cooldown = 0 var/acceleration = 1 var/mob/living/eye_user = null @@ -216,7 +217,6 @@ /mob/camera/aiEye/remote/relaymove(mob/living/user, direction) var/initial = initial(sprint) - var/max_sprint = 50 if(cooldown && cooldown < world.timeofday) // 3 seconds sprint = initial @@ -226,7 +226,7 @@ if(step) setLoc(step) - cooldown = world.timeofday + 5 + cooldown = world.timeofday + 3 SECONDS if(acceleration) sprint = min(sprint + 0.5, max_sprint) else diff --git a/code/game/machinery/computer/card.dm b/code/game/machinery/computer/card.dm index a95f8c4b51cb..39f86e7ca889 100644 --- a/code/game/machinery/computer/card.dm +++ b/code/game/machinery/computer/card.dm @@ -605,12 +605,12 @@ GLOBAL_VAR_INIT(time_last_changed_position, 0) if (!(printing)) printing = 1 sleep(50) - var/obj/item/paper/P = new /obj/item/paper(loc) + var/obj/item/paper/printed_paper = new /obj/item/paper(loc) var/t1 = "Crew Manifest:
    " for(var/datum/data/record/t in sortRecord(GLOB.data_core.general)) t1 += t.fields["name"] + " - " + t.fields["rank"] + "
    " - P.info = t1 - P.name = "paper- 'Crew Manifest'" + printed_paper.add_raw_text(t1) + printed_paper.name = "paper- 'Crew Manifest'" printing = null playsound(src, 'sound/machines/terminal_insert_disc.ogg', 50, FALSE) if (inserted_modify_id) diff --git a/code/game/machinery/computer/cloning.dm b/code/game/machinery/computer/cloning.dm index 2ad7d5aff9bb..426e393e5bb8 100644 --- a/code/game/machinery/computer/cloning.dm +++ b/code/game/machinery/computer/cloning.dm @@ -544,7 +544,7 @@ scantemp = "Unable to locate valid genetic data." playsound(src, 'sound/machines/terminal_prompt_deny.ogg', 50, FALSE) return - if(!body_only && (mob_occupant.suiciding || mob_occupant.hellbound)) + if(!body_only && mob_occupant.hellbound) scantemp = "Subject's brain is not responding to scanning stimuli." playsound(src, 'sound/machines/terminal_prompt_deny.ogg', 50, FALSE) return diff --git a/code/game/machinery/computer/medical.dm b/code/game/machinery/computer/medical.dm index e549a01ed6ea..498342d62891 100644 --- a/code/game/machinery/computer/medical.dm +++ b/code/game/machinery/computer/medical.dm @@ -506,26 +506,27 @@ GLOB.data_core.medicalPrintCount++ playsound(loc, 'sound/items/poster_being_created.ogg', 100, TRUE) sleep(30) - var/obj/item/paper/P = new /obj/item/paper(loc) - P.info = "
    Medical Record - (MR-[GLOB.data_core.medicalPrintCount])

    " + var/obj/item/paper/printed_paper = new /obj/item/paper(loc) + var/final_paper_text = "
    Medical Record - (MR-[GLOB.data_core.medicalPrintCount])

    " if(active1 in GLOB.data_core.general) - P.info += text("Name: [] ID: []
    \nGender: []
    \nAge: []
    ", active1.fields["name"], active1.fields["id"], active1.fields["gender"], active1.fields["age"]) - P.info += "\nSpecies: [active1.fields["species"]]
    " - P.info += text("\nFingerprint: []
    \nPhysical Status: []
    \nMental Status: []
    ", active1.fields["fingerprint"], active1.fields["p_stat"], active1.fields["m_stat"]) + final_paper_text += text("Name: [] ID: []
    \nGender: []
    \nAge: []
    ", active1.fields["name"], active1.fields["id"], active1.fields["gender"], active1.fields["age"]) + final_paper_text += "\nSpecies: [active1.fields["species"]]
    " + final_paper_text += text("\nFingerprint: []
    \nPhysical Status: []
    \nMental Status: []
    ", active1.fields["fingerprint"], active1.fields["p_stat"], active1.fields["m_stat"]) else - P.info += "General Record Lost!
    " + final_paper_text += "General Record Lost!
    " if(active2 in GLOB.data_core.medical) - P.info += text("
    \n
    Medical Data

    \nBlood Type: []
    \nDNA: []
    \n
    \nMinor Disabilities: []
    \nDetails: []
    \n
    \nMajor Disabilities: []
    \nDetails: []
    \n
    \nAllergies: []
    \nDetails: []
    \n
    \nCurrent Diseases: [] (per disease info placed in log/comment section)
    \nDetails: []
    \n
    \nImportant Notes:
    \n\t[]
    \n
    \n
    Comments/Log

    ", active2.fields["blood_type"], active2.fields["b_dna"], active2.fields["mi_dis"], active2.fields["mi_dis_d"], active2.fields["ma_dis"], active2.fields["ma_dis_d"], active2.fields["alg"], active2.fields["alg_d"], active2.fields["cdi"], active2.fields["cdi_d"], active2.fields["notes"]) + final_paper_text += text("
    \n
    Medical Data

    \nBlood Type: []
    \nDNA: []
    \n
    \nMinor Disabilities: []
    \nDetails: []
    \n
    \nMajor Disabilities: []
    \nDetails: []
    \n
    \nAllergies: []
    \nDetails: []
    \n
    \nCurrent Diseases: [] (per disease info placed in log/comment section)
    \nDetails: []
    \n
    \nImportant Notes:
    \n\t[]
    \n
    \n
    Comments/Log

    ", active2.fields["blood_type"], active2.fields["b_dna"], active2.fields["mi_dis"], active2.fields["mi_dis_d"], active2.fields["ma_dis"], active2.fields["ma_dis_d"], active2.fields["alg"], active2.fields["alg_d"], active2.fields["cdi"], active2.fields["cdi_d"], active2.fields["notes"]) var/counter = 1 while(active2.fields[text("com_[]", counter)]) - P.info += text("[]
    ", active2.fields[text("com_[]", counter)]) + final_paper_text += text("[]
    ", active2.fields[text("com_[]", counter)]) counter++ - P.name = text("MR-[] '[]'", GLOB.data_core.medicalPrintCount, active1.fields["name"]) + printed_paper.name = text("MR-[] '[]'", GLOB.data_core.medicalPrintCount, active1.fields["name"]) else - P.info += "Medical Record Lost!
    " - P.name = text("MR-[] '[]'", GLOB.data_core.medicalPrintCount, "Record Lost") - P.info += "" - P.update_icon() + final_paper_text += "Medical Record Lost!
    " + printed_paper.name = text("MR-[] '[]'", GLOB.data_core.medicalPrintCount, "Record Lost") + final_paper_text += "" + printed_paper.add_raw_text(final_paper_text) + printed_paper.update_appearance() printing = null add_fingerprint(usr) diff --git a/code/game/machinery/computer/security.dm b/code/game/machinery/computer/security.dm index eaef9722c862..de05cce3ac77 100644 --- a/code/game/machinery/computer/security.dm +++ b/code/game/machinery/computer/security.dm @@ -373,19 +373,19 @@ What a mess.*/ GLOB.data_core.securityPrintCount++ playsound(loc, 'sound/items/poster_being_created.ogg', 100, TRUE) sleep(30) - var/obj/item/paper/P = new /obj/item/paper(loc) - P.info = "
    Security Record - (SR-[GLOB.data_core.securityPrintCount])

    " + var/obj/item/paper/printed_paper = new /obj/item/paper(loc) + var/final_paper_text = "
    Security Record - (SR-[GLOB.data_core.securityPrintCount])

    " if((istype(active1, /datum/data/record) && GLOB.data_core.general.Find(active1))) - P.info += text("Name: [] ID: []
    \nGender: []
    \nAge: []
    ", active1.fields["name"], active1.fields["id"], active1.fields["gender"], active1.fields["age"]) - P.info += "\nSpecies: [active1.fields["species"]]
    " - P.info += text("\nFingerprint: []
    \nPhysical Status: []
    \nMental Status: []
    ", active1.fields["fingerprint"], active1.fields["p_stat"], active1.fields["m_stat"]) + final_paper_text += text("Name: [] ID: []
    \nGender: []
    \nAge: []
    ", active1.fields["name"], active1.fields["id"], active1.fields["gender"], active1.fields["age"]) + final_paper_text += "\nSpecies: [active1.fields["species"]]
    " + final_paper_text += text("\nFingerprint: []
    \nPhysical Status: []
    \nMental Status: []
    ", active1.fields["fingerprint"], active1.fields["p_stat"], active1.fields["m_stat"]) else - P.info += "General Record Lost!
    " + final_paper_text += "General Record Lost!
    " if((istype(active2, /datum/data/record) && GLOB.data_core.security.Find(active2))) - P.info += text("
    \n
    Security Data

    \nCriminal Status: []", active2.fields["criminal"]) + final_paper_text += text("
    \n
    Security Data

    \nCriminal Status: []", active2.fields["criminal"]) - P.info += "
    \n
    \nCrimes:
    \n" - P.info +={" + final_paper_text += "
    \n
    \nCrimes:
    \n" + final_paper_text +={"
    @@ -393,24 +393,25 @@ What a mess.*/ "} for(var/datum/data/crime/c in active2.fields["crim"]) - P.info += "" - P.info += "" - P.info += "" - P.info += "" - P.info += "" - P.info += "
    Crime DetailsTime Added
    [c.crimeName][c.crimeDetails][c.author][c.time]
    " - - P.info += text("
    \nImportant Notes:
    \n\t[]
    \n
    \n
    Comments/Log

    ", active2.fields["notes"]) + final_paper_text += "[c.crimeName]" + final_paper_text += "[c.crimeDetails]" + final_paper_text += "[c.author]" + final_paper_text += "[c.time]" + final_paper_text += "" + final_paper_text += "" + + final_paper_text += text("
    \nImportant Notes:
    \n\t[]
    \n
    \n
    Comments/Log

    ", active2.fields["notes"]) var/counter = 1 while(active2.fields[text("com_[]", counter)]) - P.info += text("[]
    ", active2.fields[text("com_[]", counter)]) + final_paper_text += text("[]
    ", active2.fields[text("com_[]", counter)]) counter++ - P.name = text("SR-[] '[]'", GLOB.data_core.securityPrintCount, active1.fields["name"]) + printed_paper.name = text("SR-[] '[]'", GLOB.data_core.securityPrintCount, active1.fields["name"]) else - P.info += "Security Record Lost!
    " - P.name = text("SR-[] '[]'", GLOB.data_core.securityPrintCount, "Record Lost") - P.info += "" - P.update_icon() + final_paper_text += "Security Record Lost!
    " + printed_paper.name = text("SR-[] '[]'", GLOB.data_core.securityPrintCount, "Record Lost") + final_paper_text += "" + printed_paper.add_raw_text(final_paper_text) + printed_paper.update_appearance() printing = null if("Print Poster") if(!(printing)) diff --git a/code/game/machinery/computer/teleporter.dm b/code/game/machinery/computer/teleporter.dm index bba4799e08b0..6c83c0389487 100644 --- a/code/game/machinery/computer/teleporter.dm +++ b/code/game/machinery/computer/teleporter.dm @@ -69,13 +69,13 @@ switch(action) if("regimeset") power_station.engaged = FALSE - power_station.teleporter_hub.update_icon() + power_station.teleporter_hub.update_appearance() power_station.teleporter_hub.calibrated = FALSE reset_regime() . = TRUE if("settarget") power_station.engaged = FALSE - power_station.teleporter_hub.update_icon() + power_station.teleporter_hub.update_appearance() power_station.teleporter_hub.calibrated = FALSE set_target(usr) . = TRUE @@ -89,7 +89,7 @@ say("Processing hub calibration to target...") calibrating = TRUE - power_station.update_icon() + power_station.update_appearance() addtimer(CALLBACK(src, .proc/finish_calibration), 50 * (3 - power_station.teleporter_hub.accuracy)) //Better parts mean faster calibration . = TRUE @@ -100,7 +100,7 @@ say("Calibration complete.") else say("Error: Unable to detect hub.") - power_station.update_icon() + power_station.update_appearance() /obj/machinery/computer/teleporter/proc/check_hub_connection() if(!power_station) @@ -164,10 +164,10 @@ target_station.set_machine_stat(target_station.machine_stat & ~NOPOWER) if(target_station.teleporter_hub) target_station.teleporter_hub.set_machine_stat(target_station.teleporter_hub.machine_stat & ~NOPOWER) - target_station.teleporter_hub.update_icon() + target_station.teleporter_hub.update_appearance() if(target_station.teleporter_console) target_station.teleporter_console.set_machine_stat(target_station.teleporter_console.machine_stat & ~NOPOWER) - target_station.teleporter_console.update_icon() + target_station.teleporter_console.update_appearance() /obj/machinery/computer/teleporter/proc/is_eligible(atom/movable/AM) var/turf/T = get_turf(AM) diff --git a/code/game/machinery/cryopod.dm b/code/game/machinery/cryopod.dm index 5b2129794210..8b2ef4b1169c 100644 --- a/code/game/machinery/cryopod.dm +++ b/code/game/machinery/cryopod.dm @@ -178,7 +178,7 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/computer/cryopod/retro, 17) return ..() /obj/machinery/cryopod/LateInitialize() - update_icon() + update_appearance() find_control_computer() /obj/machinery/cryopod/proc/find_control_computer(urgent = FALSE) diff --git a/code/game/machinery/dance_machine.dm b/code/game/machinery/dance_machine.dm index 590122505c1d..dc66649c0aa9 100644 --- a/code/game/machinery/dance_machine.dm +++ b/code/game/machinery/dance_machine.dm @@ -54,10 +54,8 @@ return ..() /obj/machinery/jukebox/update_icon_state() - if(active) - icon_state = "[initial(icon_state)]-active" - else - icon_state = "[initial(icon_state)]" + icon_state = "[initial(icon_state)]-[active ? "active" : null]" + return ..() /obj/machinery/jukebox/ui_status(mob/user) if(!anchored) @@ -68,7 +66,7 @@ user.playsound_local(src, 'sound/misc/compiler-failure.ogg', 25, TRUE) return UI_CLOSE if(!SSjukeboxes.songs.len && !isobserver(user)) //WS Edit Cit #7367 - to_chat(user,"Error: No music tracks have been authorized for your station. Petition Central Command to resolve this issue.") + to_chat(user,"Error: No music tracks have been authorized for this sector. Petition the local authority to resolve this issue.") playsound(src, 'sound/misc/compiler-failure.ogg', 25, TRUE) return UI_CLOSE return ..() @@ -155,7 +153,7 @@ var/jukeboxslottotake = SSjukeboxes.addjukebox(src, selection, 2) //WS Edit Cit #7367 & #7458 if(jukeboxslottotake) active = TRUE - update_icon() + update_appearance() START_PROCESSING(SSobj, src) stop = world.time + selection.song_length return TRUE @@ -453,7 +451,7 @@ active = FALSE dance_over() playsound(src,'sound/machines/terminal_off.ogg',50,TRUE) - update_icon() + update_appearance() stop = world.time + 100 /obj/machinery/jukebox/disco/process() diff --git a/code/game/machinery/defibrillator_mount.dm b/code/game/machinery/defibrillator_mount.dm index 2b1f9c26d85c..f3fa616032d3 100644 --- a/code/game/machinery/defibrillator_mount.dm +++ b/code/game/machinery/defibrillator_mount.dm @@ -87,7 +87,7 @@ // Make sure the defib is set before processing begins. defib = I begin_processing() - update_icon() + update_appearance() return else if(defib && I == defib.paddles) defib.paddles.snap_back() @@ -100,7 +100,7 @@ return clamps_locked = !clamps_locked to_chat(user, "Clamps [clamps_locked ? "" : "dis"]engaged.") - update_icon() + update_appearance() else to_chat(user, "Insufficient access.") return @@ -123,7 +123,7 @@ "You override the locking clamps on [src]!") playsound(src, 'sound/machines/locktoggle.ogg', 50, TRUE) clamps_locked = FALSE - update_icon() + update_appearance() return TRUE /obj/machinery/defibrillator_mount/wrench_act(mob/living/user, obj/item/wrench/W) @@ -159,7 +159,7 @@ // Make sure processing ends before the defib is nulled end_processing() defib = null - update_icon() + update_appearance() /obj/machinery/defibrillator_mount/charging name = "PENLITE defibrillator mount" @@ -189,7 +189,7 @@ if(C.charge < C.maxcharge) use_power(100) C.give(80) - update_icon() + update_appearance() //wallframe, for attaching the mounts easily /obj/item/wallframe/defib_mount diff --git a/code/game/machinery/dish_drive.dm b/code/game/machinery/dish_drive.dm index 8d62bcf287cb..baf3d6ae2cc1 100644 --- a/code/game/machinery/dish_drive.dm +++ b/code/game/machinery/dish_drive.dm @@ -125,6 +125,6 @@ playsound(src, 'sound/items/pshoom.ogg', 50, TRUE) playsound(bin, 'sound/items/pshoom.ogg', 50, TRUE) Beam(bin, icon_state = "rped_upgrade", time = 5) - bin.update_icon() + bin.update_appearance() flick("synthesizer_beam", src) time_since_dishes = world.time + 600 diff --git a/code/game/machinery/dna_scanner.dm b/code/game/machinery/dna_scanner.dm index c0f49c36bdab..51e7562c49db 100644 --- a/code/game/machinery/dna_scanner.dm +++ b/code/game/machinery/dna_scanner.dm @@ -3,6 +3,7 @@ desc = "It scans DNA structures." icon = 'icons/obj/machines/cloning.dmi' icon_state = "scanner" + base_icon_state = "scanner" density = TRUE use_power = IDLE_POWER_USE idle_power_usage = 50 @@ -36,20 +37,21 @@ /obj/machinery/dna_scannernew/update_icon_state() //no power or maintenance if(machine_stat & (NOPOWER|BROKEN)) - icon_state = initial(icon_state)+ (state_open ? "_open" : "") + "_unpowered" - return + icon_state = "[base_icon_state][state_open ? "_open" : null]_unpowered" + return ..() if((machine_stat & MAINT) || panel_open) - icon_state = initial(icon_state)+ (state_open ? "_open" : "") + "_maintenance" - return + icon_state = "[base_icon_state][state_open ? "_open" : null]_maintenance" + return ..() //running and someone in there if(occupant) - icon_state = initial(icon_state)+ "_occupied" - return + icon_state = "[base_icon_state]_occupied" + return ..() //running - icon_state = initial(icon_state)+ (state_open ? "_open" : "") + icon_state = "[base_icon_state][state_open ? "_open" : null]" + return ..() /obj/machinery/dna_scannernew/proc/toggle_open(mob/user) if(panel_open) @@ -125,7 +127,7 @@ /obj/machinery/dna_scannernew/attackby(obj/item/I, mob/user, params) if(!occupant && default_deconstruction_screwdriver(user, icon_state, icon_state, I))//sent icon_state is irrelevant... - update_icon()//..since we're updating the icon here, since the scanner can be unpowered when opened/closed + update_appearance()//..since we're updating the icon here, since the scanner can be unpowered when opened/closed return if(default_pry_open(I)) diff --git a/code/game/machinery/doors/airlock.dm b/code/game/machinery/doors/airlock.dm index 680e0f898919..98e546ddefac 100644 --- a/code/game/machinery/doors/airlock.dm +++ b/code/game/machinery/doors/airlock.dm @@ -147,7 +147,7 @@ RegisterSignal(src, COMSIG_MACHINERY_BROKEN, .proc/on_break) - update_icon() + update_appearance() var/static/list/connections = list( COMSIG_ATOM_ENTERED = .proc/on_entered, @@ -185,7 +185,7 @@ welded = TRUE if(24 to 30) panel_open = TRUE - update_icon() + update_appearance() /obj/machinery/door/airlock/ComponentInitialize() . = ..() @@ -204,7 +204,7 @@ SIGNAL_HANDLER if(density && has_hatch && (mover.pass_flags & PASSDOORHATCH) && !hatchstate) hatchstate = 1 - update_icon() + update_appearance() playsound(loc, hatch_open_sound, 40, 1, -1, mono_adj = TRUE) if(mover.layer != initial(mover.layer)) return @@ -218,7 +218,7 @@ /obj/machinery/door/airlock/proc/close_hatch() hatchstate = 0 - update_icon() + update_appearance() playsound(loc, hatch_close_sound, 30, 1, -1, mono_adj = TRUE) /obj/machinery/door/airlock/proc/update_other_id() @@ -346,7 +346,7 @@ return emergency = !emergency - update_icon() + update_appearance() /obj/machinery/door/airlock/lock() bolt() @@ -357,7 +357,7 @@ locked = TRUE playsound(src, boltDown, 30, FALSE, 3, mono_adj = TRUE) audible_message("You hear a click from the bottom of the door.", null, 1) - update_icon() + update_appearance() /obj/machinery/door/airlock/unlock() unbolt() @@ -368,7 +368,7 @@ locked = FALSE playsound(src, boltUp, 30, FALSE, 3, mono_adj = TRUE) audible_message("You hear a click from the bottom of the door.", null, 1) - update_icon() + update_appearance() /obj/machinery/door/airlock/narsie_act() var/turf/T = get_turf(src) @@ -409,10 +409,10 @@ /obj/machinery/door/airlock/handle_atom_del(atom/A) if(A == note) note = null - update_icon() + update_appearance() if(A == seal) seal = null - update_icon() + update_appearance() /obj/machinery/door/airlock/bumpopen(mob/living/user) //Airlocks now zap you when you 'bump' them open when they're electrified. --NeoFite if(!issilicon(usr)) @@ -466,7 +466,7 @@ /obj/machinery/door/airlock/proc/regainMainPower() if(secondsMainPowerLost > 0) secondsMainPowerLost = 0 - update_icon() + update_appearance() /obj/machinery/door/airlock/proc/handlePowerRestore() var/cont = TRUE @@ -487,7 +487,7 @@ cont = TRUE spawnPowerRestoreRunning = FALSE updateDialog() - update_icon() + update_appearance() /obj/machinery/door/airlock/proc/loseMainPower() if(secondsMainPowerLost <= 0) @@ -497,7 +497,7 @@ if(!spawnPowerRestoreRunning) spawnPowerRestoreRunning = TRUE INVOKE_ASYNC(src, .proc/handlePowerRestore) - update_icon() + update_appearance() /obj/machinery/door/airlock/proc/loseBackupPower() if(secondsBackupPowerLost < 60) @@ -505,12 +505,12 @@ if(!spawnPowerRestoreRunning) spawnPowerRestoreRunning = TRUE INVOKE_ASYNC(src, .proc/handlePowerRestore) - update_icon() + update_appearance() /obj/machinery/door/airlock/proc/regainBackupPower() if(secondsBackupPowerLost > 0) secondsBackupPowerLost = 0 - update_icon() + update_appearance() // shock user with probability prb (if all connections & power are working) // returns TRUE if shocked, FALSE otherwise @@ -530,23 +530,31 @@ else return FALSE -/obj/machinery/door/airlock/update_icon(state=0, override=0) +/obj/machinery/door/airlock/update_icon(updates=ALL, state=0, override=FALSE) if(operating && !override) return - switch(state) - if(0) - if(density) - state = AIRLOCK_CLOSED - else - state = AIRLOCK_OPEN - icon_state = "" + if(!state) + state = density ? AIRLOCK_CLOSED : AIRLOCK_OPEN + airlock_state = state + + . = ..() + + if(hasPower() && unres_sides) + set_light(2, 1) + else + set_light(0) + +/obj/machinery/door/airlock/update_icon_state() + . = ..() + switch(airlock_state) if(AIRLOCK_OPEN, AIRLOCK_CLOSED) icon_state = "" if(AIRLOCK_DENY, AIRLOCK_OPENING, AIRLOCK_CLOSING, AIRLOCK_EMAG) icon_state = "nonexistenticonstate" //MADNESS - set_airlock_overlays(state) -/obj/machinery/door/airlock/proc/set_airlock_overlays(state) +/obj/machinery/door/airlock/update_overlays() + . = ..() + var/mutable_appearance/frame_overlay var/mutable_appearance/filling_overlay var/mutable_appearance/lights_overlay @@ -559,7 +567,7 @@ var/notetype = note_type() var/mutable_appearance/hatch_overlay - switch(state) + switch(airlock_state) if(AIRLOCK_CLOSED) frame_overlay = get_airlock_overlay("closed", icon) if(airlock_material) @@ -697,64 +705,57 @@ if(has_hatch) hatch_overlay = get_airlock_overlay("hatch_opening", icon) - cut_overlays() - add_overlay(frame_overlay) - add_overlay(filling_overlay) - add_overlay(lights_overlay) - add_overlay(panel_overlay) - add_overlay(weld_overlay) - add_overlay(sparks_overlay) - add_overlay(damag_overlay) - add_overlay(note_overlay) - add_overlay(hatch_overlay) //WS edit - Drone hatches - add_overlay(seal_overlay) - check_unres() + . += frame_overlay + . += filling_overlay + . += lights_overlay + . += panel_overlay + . += weld_overlay + . += sparks_overlay + . += damag_overlay + . += note_overlay + . += seal_overlay + . += hatch_overlay -/proc/get_airlock_overlay(icon_state, icon_file) - var/obj/machinery/door/airlock/A - pass(A) //suppress unused warning - var/list/airlock_overlays = A.airlock_overlays - var/iconkey = "[icon_state][icon_file]" - if((!(. = airlock_overlays[iconkey]))) - . = airlock_overlays[iconkey] = mutable_appearance(icon_file, icon_state) - -/obj/machinery/door/airlock/proc/check_unres() //unrestricted sides. This overlay indicates which directions the player can access even without an ID if(hasPower() && unres_sides) if(unres_sides & NORTH) var/image/I = image(icon='icons/obj/doors/airlocks/station/overlays.dmi', icon_state="unres_n") I.pixel_y = 32 - set_light(l_range = 2, l_power = 1) - add_overlay(I) + . += I if(unres_sides & SOUTH) var/image/I = image(icon='icons/obj/doors/airlocks/station/overlays.dmi', icon_state="unres_s") I.pixel_y = -32 - set_light(l_range = 2, l_power = 1) - add_overlay(I) + . += I if(unres_sides & EAST) var/image/I = image(icon='icons/obj/doors/airlocks/station/overlays.dmi', icon_state="unres_e") I.pixel_x = 32 - set_light(l_range = 2, l_power = 1) - add_overlay(I) + . += I if(unres_sides & WEST) var/image/I = image(icon='icons/obj/doors/airlocks/station/overlays.dmi', icon_state="unres_w") I.pixel_x = -32 - set_light(l_range = 2, l_power = 1) - add_overlay(I) + . += I else set_light(0) +/proc/get_airlock_overlay(icon_state, icon_file) + var/obj/machinery/door/airlock/A + pass(A) //suppress unused warning + var/list/airlock_overlays = A.airlock_overlays + var/iconkey = "[icon_state][icon_file]" + if((!(. = airlock_overlays[iconkey]))) + . = airlock_overlays[iconkey] = mutable_appearance(icon_file, icon_state) + /obj/machinery/door/airlock/do_animate(animation) switch(animation) if("opening") - update_icon(AIRLOCK_OPENING) + update_icon(ALL, AIRLOCK_OPENING) if("closing") - update_icon(AIRLOCK_CLOSING) + update_icon(ALL, AIRLOCK_CLOSING) if("deny") if(!machine_stat) - update_icon(AIRLOCK_DENY) + update_icon(ALL, AIRLOCK_DENY) playsound(src, doorDeni, 50, FALSE, 3, mono_adj = TRUE) sleep(6) - update_icon(AIRLOCK_CLOSED) + update_icon(ALL, AIRLOCK_CLOSED) /obj/machinery/door/airlock/examine(mob/user) . = ..() @@ -872,7 +873,7 @@ user.visible_message("[user] grabs [note] from [src].", "You remove [note] from [src].") user.put_in_hands(note) note = null - update_icon() //WS end + update_appearance() //WS end return TRUE if(locked && allowed(user) && aac) aac.request_from_door(src) @@ -960,7 +961,7 @@ user.visible_message("[user] reinforces \the [src] with metal.", "You reinforce \the [src] with metal.") security_level = AIRLOCK_SECURITY_METAL - update_icon() + update_appearance() return else if(istype(C, /obj/item/stack/sheet/plasteel)) var/obj/item/stack/sheet/plasteel/S = C @@ -976,7 +977,7 @@ security_level = AIRLOCK_SECURITY_PLASTEEL modify_max_integrity(max_integrity * AIRLOCK_INTEGRITY_MULTIPLIER) damage_deflection = AIRLOCK_DAMAGE_DEFLECTION_R - update_icon() + update_appearance() return if(AIRLOCK_SECURITY_METAL) if(C.tool_behaviour == TOOL_WELDER) @@ -991,7 +992,7 @@ "You hear welding.") security_level = AIRLOCK_SECURITY_NONE spawn_atom_to_turf(/obj/item/stack/sheet/metal, user.loc, 2) - update_icon() + update_appearance() return if(AIRLOCK_SECURITY_PLASTEEL_I_S) if(C.tool_behaviour == TOOL_CROWBAR) @@ -1008,7 +1009,7 @@ modify_max_integrity(max_integrity / AIRLOCK_INTEGRITY_MULTIPLIER) damage_deflection = AIRLOCK_DAMAGE_DEFLECTION_N spawn_atom_to_turf(/obj/item/stack/sheet/plasteel, user.loc, 1) - update_icon() + update_appearance() return if(AIRLOCK_SECURITY_PLASTEEL_I) if(C.tool_behaviour == TOOL_WELDER) @@ -1068,13 +1069,13 @@ panel_open = !panel_open to_chat(user, "You [panel_open ? "open":"close"] the maintenance panel of the airlock.") C.play_tool_sound(src) - update_icon() + update_appearance() else if((C.tool_behaviour == TOOL_WIRECUTTER) && note) user.visible_message("[user] cuts down [note] from [src].", "You remove [note] from [src].") C.play_tool_sound(src) note.forceMove(get_turf(user)) note = null - update_icon() + update_appearance() else if(is_wire_tool(C) && panel_open) attempt_wire_interaction(user) return @@ -1108,7 +1109,7 @@ user.visible_message("[user] finishes sealing [src].", "You finish sealing [src].") seal = airlockseal modify_max_integrity(max_integrity * AIRLOCK_SEAL_MULTIPLIER) - update_icon() + update_appearance() else if(istype(C, /obj/item/paper) || istype(C, /obj/item/photo)) if(note) @@ -1119,7 +1120,7 @@ return user.visible_message("[user] pins [C] to [src].", "You pin [C] to [src].") note = C - update_icon() + update_appearance() else return ..() @@ -1139,7 +1140,7 @@ welded = !welded user.visible_message("[user] [welded? "welds shut":"unwelds"] [src].", \ "You [welded ? "weld the airlock shut":"unweld the airlock"].") - update_icon() + update_appearance() else if(obj_integrity < max_integrity) if(!W.tool_start_check(user, amount=0)) @@ -1152,7 +1153,7 @@ set_machine_stat(machine_stat & ~BROKEN) user.visible_message("[user] finishes welding [src].", \ "You finish repairing the airlock.") - update_icon() + update_appearance() else to_chat(user, "The airlock doesn't need repairing.") @@ -1185,7 +1186,7 @@ user.visible_message("[user] finishes removing the seal from [src].", "You finish removing [src]'s pneumatic seal.") seal = null modify_max_integrity(max_integrity / AIRLOCK_SEAL_MULTIPLIER) - update_icon() + update_appearance() return TRUE @@ -1262,7 +1263,7 @@ if(!density) return TRUE operating = TRUE - update_icon(AIRLOCK_OPENING, 1) + update_icon(ALL, AIRLOCK_OPENING, TRUE) sleep(1) set_opacity(0) update_freelook_sight() @@ -1272,7 +1273,7 @@ air_update_turf(1) sleep(1) layer = OPEN_DOOR_LAYER - update_icon(AIRLOCK_OPEN, 1) + update_icon(ALL, AIRLOCK_OPEN, TRUE) operating = FALSE if(delayed_close_requested) delayed_close_requested = FALSE @@ -1307,7 +1308,7 @@ SSexplosions.medobj += killthis operating = TRUE - update_icon(AIRLOCK_CLOSING, 1) + update_icon(ALL, AIRLOCK_CLOSING, 1) layer = CLOSED_DOOR_LAYER if(air_tight) density = TRUE @@ -1325,7 +1326,7 @@ set_opacity(1) update_freelook_sight() sleep(1) - update_icon(AIRLOCK_CLOSED, 1) + update_icon(ALL, AIRLOCK_CLOSED, 1) operating = FALSE delayed_close_requested = FALSE if(safe) @@ -1362,7 +1363,7 @@ icon = airlock.icon overlays_file = airlock.overlays_file assemblytype = airlock.assemblytype - update_icon() + update_appearance() // these are just hanging around but are never placed, we need to delete them qdel(airlock) @@ -1375,13 +1376,13 @@ /obj/machinery/door/airlock/emag_act(mob/user) if(!operating && density && hasPower() && !(obj_flags & EMAGGED)) operating = TRUE - update_icon(AIRLOCK_EMAG, 1) + update_icon(ALL, AIRLOCK_EMAG, 1) sleep(6) if(QDELETED(src)) return operating = FALSE if(!open()) - update_icon(AIRLOCK_CLOSED, 1) + update_icon(ALL, AIRLOCK_CLOSED, 1) obj_flags |= EMAGGED lights = FALSE locked = TRUE @@ -1464,7 +1465,7 @@ /obj/machinery/door/airlock/take_damage(damage_amount, damage_type = BRUTE, damage_flag = 0, sound_effect = 1, attack_dir) . = ..() if(obj_integrity < (0.75 * max_integrity)) - update_icon() + update_appearance() /obj/machinery/door/airlock/deconstruct(disassembled = TRUE, mob/user) @@ -1482,7 +1483,7 @@ A.created_name = name A.previous_assembly = previous_airlock A.update_name() - A.update_icon() + A.update_appearance() A.dir = dir if(!disassembled) @@ -1593,14 +1594,14 @@ if("disrupt-main") if(!secondsMainPowerLost) loseMainPower() - update_icon() + update_appearance() else to_chat(usr, "Main power is already offline.") . = TRUE if("disrupt-backup") if(!secondsBackupPowerLost) loseBackupPower() - update_icon() + update_appearance() else to_chat(usr, "Backup power is already offline.") . = TRUE @@ -1624,7 +1625,7 @@ . = TRUE if("light-toggle") lights = !lights - update_icon() + update_appearance() . = TRUE if("safe-toggle") safe = !safe @@ -1683,7 +1684,7 @@ if(!user_allowed(user)) return emergency = !emergency - update_icon() + update_appearance() /obj/machinery/door/airlock/proc/user_toggle_open(mob/user) if(!user_allowed(user)) diff --git a/code/game/machinery/doors/airlock_types.dm b/code/game/machinery/doors/airlock_types.dm index 7d6edd417451..1d9525cf014f 100644 --- a/code/game/machinery/doors/airlock_types.dm +++ b/code/game/machinery/doors/airlock_types.dm @@ -253,7 +253,7 @@ DA.glass = TRUE if(heat_proof) DA.heat_proof_finished = TRUE - DA.update_icon() + DA.update_appearance() DA.update_name() qdel(src) @@ -539,7 +539,7 @@ name = "airlock" desc = "It opens and closes." stealthy = TRUE - update_icon() + update_appearance() /obj/machinery/door/airlock/cult/proc/reveal() icon = initial(icon) @@ -547,7 +547,7 @@ name = initial(name) desc = initial(desc) stealthy = initial(stealthy) - update_icon() + update_appearance() /obj/machinery/door/airlock/cult/narsie_act() return diff --git a/code/game/machinery/doors/brigdoors.dm b/code/game/machinery/doors/brigdoors.dm index 53f0f27e06a6..7013d3f68a7a 100644 --- a/code/game/machinery/doors/brigdoors.dm +++ b/code/game/machinery/doors/brigdoors.dm @@ -65,7 +65,7 @@ if(!targets.len) obj_break() - update_icon() + update_appearance() //Main door timer loop, if it's timing and time is >0 reduce time by 1. @@ -78,7 +78,7 @@ if(timing) if(world.time - activation_time >= timer_duration) timer_end() // open doors, reset timer, clear status screen - update_icon() + update_appearance() // open/closedoor checks if door_timer has power, if so it checks if the // linked door is open/closed (by density) then opens it/closes it. @@ -105,7 +105,7 @@ if(C.opened && !C.close()) continue C.locked = TRUE - C.update_icon() + C.update_appearance() return 1 @@ -121,7 +121,7 @@ timing = FALSE activation_time = null set_timer(0) - update_icon() + update_appearance() for(var/obj/machinery/door/window/brigdoor/door in targets) if(!door.density) @@ -139,7 +139,7 @@ if(C.opened) continue C.locked = FALSE - C.update_icon() + C.update_appearance() return 1 @@ -165,8 +165,8 @@ // if BROKEN, display blue screen of death icon AI uses // if timing=true, run update display function /obj/machinery/door_timer/update_icon() + . = ..() if(machine_stat & (NOPOWER)) - icon_state = "frame" return if(machine_stat & (BROKEN)) diff --git a/code/game/machinery/doors/door.dm b/code/game/machinery/doors/door.dm index 7d0f5a993183..f2e1200564b9 100644 --- a/code/game/machinery/doors/door.dm +++ b/code/game/machinery/doors/door.dm @@ -3,6 +3,7 @@ desc = "It opens and closes." icon = 'icons/obj/doors/Doorint.dmi' icon_state = "door1" + base_icon_state = "door" opacity = TRUE density = TRUE move_resist = MOVE_FORCE_VERY_STRONG @@ -301,10 +302,8 @@ secondsElectrified = MACHINE_NOT_ELECTRIFIED /obj/machinery/door/update_icon_state() - if(density) - icon_state = "door1" - else - icon_state = "door0" + icon_state = "[base_icon_state][density]" + return ..() /obj/machinery/door/proc/do_animate(animation) switch(animation) @@ -336,7 +335,7 @@ flags_1 &= ~PREVENT_CLICK_UNDER_1 sleep(5) layer = initial(layer) - update_icon() + update_appearance() set_opacity(0) operating = FALSE air_update_turf(1) @@ -367,7 +366,7 @@ density = TRUE flags_1 |= PREVENT_CLICK_UNDER_1 sleep(5) - update_icon() + update_appearance() if(visible && !glass) set_opacity(1) operating = FALSE diff --git a/code/game/machinery/doors/firedoor.dm b/code/game/machinery/doors/firedoor.dm index 2053d33a3e9a..fed9d49239e7 100644 --- a/code/game/machinery/doors/firedoor.dm +++ b/code/game/machinery/doors/firedoor.dm @@ -163,7 +163,7 @@ if(W.use_tool(src, user, 40, volume=50)) welded = !welded to_chat(user, "[user] [welded?"welds":"unwelds"] [src].", "You [welded ? "weld" : "unweld"] [src].") - update_icon() + update_appearance() /obj/machinery/door/firedoor/try_to_crowbar(obj/item/I, mob/user) if(welded || operating) @@ -221,19 +221,14 @@ flick("door_closing", src) /obj/machinery/door/firedoor/update_icon_state() - if(density) - icon_state = "door_closed" - else - icon_state = "door_open" + . = ..() + icon_state = "[base_icon_state]_[density ? "closed" : "open"]" /obj/machinery/door/firedoor/update_overlays() . = ..() if(!welded) return - if(density) - . += "welded" - else - . += "welded_open" + . += density ? "welded" : "welded_open" /obj/machinery/door/firedoor/open() playsound(loc, door_open_sound, 90, TRUE) @@ -310,7 +305,7 @@ else F.constructionStep = CONSTRUCTION_WIRES_EXPOSED F.obj_integrity = F.max_integrity * 0.5 - F.update_icon() + F.update_appearance() qdel(src) @@ -489,6 +484,7 @@ desc = "A partially completed firelock." icon = 'icons/obj/doors/doorfire.dmi' icon_state = "frame1" + base_icon_state = "frame" anchored = FALSE density = TRUE var/constructionStep = CONSTRUCTION_NOCIRCUIT @@ -510,7 +506,8 @@ . += "There are no firelock electronics in the frame. The frame could be cut apart." /obj/structure/firelock_frame/update_icon_state() - icon_state = "frame[constructionStep]" + icon_state = "[base_icon_state][constructionStep]" + return ..() /obj/structure/firelock_frame/attackby(obj/item/C, mob/user) switch(constructionStep) @@ -529,7 +526,7 @@ "[user] pries out a metal plate from [src], exposing the wires.", \ "You remove the cover plate from [src], exposing the wires.") constructionStep = CONSTRUCTION_WIRES_EXPOSED - update_icon() + update_appearance() return if(C.tool_behaviour == TOOL_WRENCH) var/obj/machinery/door/firedoor/A = locate(/obj/machinery/door/firedoor) in get_turf(src) @@ -554,7 +551,7 @@ else var/obj/machinery/door/firedoor/F = new firelock_type(get_turf(src)) F.dir = src.dir - F.update_icon() + F.update_appearance() qdel(src) return if(istype(C, /obj/item/stack/sheet/plasteel)) @@ -595,7 +592,7 @@ "You remove the wiring from [src], exposing the circuit board.") new/obj/item/stack/cable_coil(get_turf(src), 5) constructionStep = CONSTRUCTION_GUTTED - update_icon() + update_appearance() return if(C.tool_behaviour == TOOL_CROWBAR) C.play_tool_sound(src) @@ -611,7 +608,7 @@ "[user] pries the metal plate into [src].", \ "You pry [src]'s cover plate into place, hiding the wires.") constructionStep = CONSTRUCTION_PANEL_OPEN - update_icon() + update_appearance() return if(CONSTRUCTION_GUTTED) if(C.tool_behaviour == TOOL_CROWBAR) @@ -627,7 +624,7 @@ "You remove the circuit board from [src].") new /obj/item/electronics/firelock(drop_location()) constructionStep = CONSTRUCTION_NOCIRCUIT - update_icon() + update_appearance() return if(istype(C, /obj/item/stack/cable_coil)) var/obj/item/stack/cable_coil/B = C @@ -647,7 +644,7 @@ playsound(get_turf(src), 'sound/items/deconstruct.ogg', 50, TRUE) B.use(5) constructionStep = CONSTRUCTION_WIRES_EXPOSED - update_icon() + update_appearance() return if(CONSTRUCTION_NOCIRCUIT) if(C.tool_behaviour == TOOL_WELDER) @@ -684,7 +681,7 @@ "You insert and secure [C].") playsound(get_turf(src), 'sound/items/deconstruct.ogg', 50, TRUE) constructionStep = CONSTRUCTION_GUTTED - update_icon() + update_appearance() return if(istype(C, /obj/item/electroadaptive_pseudocircuit)) var/obj/item/electroadaptive_pseudocircuit/P = C @@ -693,7 +690,7 @@ user.visible_message("[user] fabricates a circuit and places it into [src].", \ "You adapt a firelock circuit and slot it into the assembly.") constructionStep = CONSTRUCTION_GUTTED - update_icon() + update_appearance() return return ..() @@ -710,7 +707,7 @@ user.visible_message("[user] fabricates a circuit and places it into [src].", \ "You adapt a firelock circuit and slot it into the assembly.") constructionStep = CONSTRUCTION_GUTTED - update_icon() + update_appearance() return TRUE if(RCD_DECONSTRUCT) to_chat(user, "You deconstruct [src].") @@ -772,8 +769,8 @@ icon = 'icons/obj/doors/doorfirewindow.dmi' icon_state = "door_frame" -/obj/structure/firelock_frame/window/update_icon() - return +/obj/structure/firelock_frame/window/update_appearance() + return ..() #undef CONSTRUCTION_COMPLETE diff --git a/code/game/machinery/doors/passworddoor.dm b/code/game/machinery/doors/passworddoor.dm index e2fe57e42669..a788bb603a6e 100644 --- a/code/game/machinery/doors/passworddoor.dm +++ b/code/game/machinery/doors/passworddoor.dm @@ -43,10 +43,8 @@ do_animate("deny") /obj/machinery/door/password/update_icon_state() - if(density) - icon_state = "closed" - else - icon_state = "open" + . = ..() + icon_state = density ? "closed" : "open" /obj/machinery/door/password/do_animate(animation) switch(animation) diff --git a/code/game/machinery/doors/poddoor.dm b/code/game/machinery/doors/poddoor.dm index a55b68c5593d..56418d523b1d 100644 --- a/code/game/machinery/doors/poddoor.dm +++ b/code/game/machinery/doors/poddoor.dm @@ -63,7 +63,7 @@ assembly.state = AIRLOCK_ASSEMBLY_NEEDS_ELECTRONICS assembly.created_name = name assembly.update_name() - assembly.update_icon() + assembly.update_appearance() assembly.welded = TRUE assembly.dir = dir new /obj/item/electronics/airlock(loc) @@ -136,10 +136,8 @@ playsound(src, close_sound, 30, FALSE) /obj/machinery/door/poddoor/update_icon_state() - if(density) - icon_state = "closed" - else - icon_state = "open" + . = ..() + icon_state = density ? "closed" : "open" /obj/machinery/door/poddoor/try_to_activate_door(mob/user) return diff --git a/code/game/machinery/doors/windowdoor.dm b/code/game/machinery/doors/windowdoor.dm index 8aed9c5eb709..f4cc13e5eeff 100644 --- a/code/game/machinery/doors/windowdoor.dm +++ b/code/game/machinery/doors/windowdoor.dm @@ -58,10 +58,8 @@ return ..() /obj/machinery/door/window/update_icon_state() - if(density) - icon_state = base_state - else - icon_state = "[base_state]open" + . = ..() + icon_state = "[base_state][density ? null : "open"]" /obj/machinery/door/window/proc/open_and_close() if(!open()) @@ -266,7 +264,7 @@ WA.set_anchored(TRUE) WA.state= "02" WA.setDir(dir) - WA.update_icon() + WA.update_appearance() WA.created_name = name if(obj_flags & EMAGGED) diff --git a/code/game/machinery/doppler_array.dm b/code/game/machinery/doppler_array.dm index f11bb3234f66..8af3908ec531 100644 --- a/code/game/machinery/doppler_array.dm +++ b/code/game/machinery/doppler_array.dm @@ -4,7 +4,7 @@ name = "tachyon-doppler array" desc = "A highly precise directional sensor array which measures the release of quants from decaying tachyons. The doppler shifting of the mirror-image formed by these quants can reveal the size, location and temporal affects of energetic disturbances within a large radius ahead of the array.\n" icon = 'icons/obj/machines/research.dmi' - icon_state = "tdoppler" + base_icon_state = "tdoppler" density = TRUE verb_say = "states coldly" var/cooldown = 10 @@ -98,20 +98,20 @@ if(record) name = "paper - [record.name]" - info += {"

    [record.name]

    + add_raw_text ({"

    [record.name]

    "} +
  • Shockwave Radius: [record.factual_radius["shockwave_radius"]]
  • "}) if(length(record.theory_radius)) - info += {""}) - update_icon() + update_appearance() /obj/machinery/doppler_array/attackby(obj/item/I, mob/user, params) if(I.tool_behaviour == TOOL_WRENCH) @@ -187,11 +187,10 @@ /obj/machinery/doppler_array/update_icon_state() if(machine_stat & BROKEN) - icon_state = "[initial(icon_state)]-broken" - else if(powered()) - icon_state = initial(icon_state) - else - icon_state = "[initial(icon_state)]-off" + icon_state = "[base_icon_state]-broken" + return ..() + icon_state = "[base_icon_state][powered() ? null : "-off"]" + return ..() /obj/machinery/doppler_array/research name = "tachyon-doppler research array" diff --git a/code/game/machinery/droneDispenser.dm b/code/game/machinery/droneDispenser.dm index 35eee6d6d1d8..34ffe2c9d6ea 100644 --- a/code/game/machinery/droneDispenser.dm +++ b/code/game/machinery/droneDispenser.dm @@ -168,7 +168,7 @@ playsound(src, work_sound, 50, TRUE) mode = DRONE_PRODUCTION timer = world.time + production_time - update_icon() + update_appearance() if(DRONE_PRODUCTION) materials.use_materials(using_materials) @@ -185,7 +185,7 @@ mode = DRONE_RECHARGING timer = world.time + cooldownTime - update_icon() + update_appearance() if(DRONE_RECHARGING) if(recharge_sound) @@ -194,7 +194,7 @@ visible_message("[src] [recharge_message]") mode = DRONE_READY - update_icon() + update_appearance() /obj/machinery/droneDispenser/proc/count_shells() . = 0 @@ -211,6 +211,9 @@ icon_state = icon_creating else icon_state = icon_on + return ..() + +// icon_state = "["icon"]_[(mode == DRONE_RECHARGING) ? "recharging"]" /obj/machinery/droneDispenser/attackby(obj/item/I, mob/living/user) if(I.tool_behaviour == TOOL_CROWBAR) @@ -240,7 +243,7 @@ set_machine_stat(machine_stat & ~BROKEN) obj_integrity = max_integrity - update_icon() + update_appearance() else return ..() diff --git a/code/game/machinery/embedded_controller/access_controller.dm b/code/game/machinery/embedded_controller/access_controller.dm index 6b15dc876b5c..3b1bfbd4b351 100644 --- a/code/game/machinery/embedded_controller/access_controller.dm +++ b/code/game/machinery/embedded_controller/access_controller.dm @@ -40,6 +40,7 @@ /obj/machinery/doorButtons/access_button icon = 'icons/obj/airlock_machines.dmi' icon_state = "access_button_standby" + base_icon_state = "access_button" name = "access button" desc = "A button used for the explicit purpose of opening an airlock." var/idDoor @@ -67,7 +68,7 @@ if(controller.machine_stat & NOPOWER) return busy = TRUE - update_icon() + update_appearance() if(door.density) if(!controller.exteriorAirlock || !controller.interiorAirlock) controller.onlyOpen(door) @@ -82,16 +83,14 @@ /obj/machinery/doorButtons/access_button/proc/not_busy() busy = FALSE - update_icon() + update_appearance() /obj/machinery/doorButtons/access_button/update_icon_state() if(machine_stat & NOPOWER) - icon_state = "access_button_off" - else - if(busy) - icon_state = "access_button_cycle" - else - icon_state = "access_button_standby" + icon_state = "[base_icon_state]_off" + return ..() + icon_state = "[base_icon_state]_[busy ? "cycle" : "standby"]" + return ..() /obj/machinery/doorButtons/access_button/removeMe(obj/O) if(O == door) @@ -102,6 +101,7 @@ /obj/machinery/doorButtons/airlock_controller icon = 'icons/obj/airlock_machines.dmi' icon_state = "access_control_standby" + base_icon_state = "access_control" name = "access console" desc = "A small console that can cycle opening between two airlocks." var/obj/machinery/door/airlock/interiorAirlock @@ -148,7 +148,7 @@ /obj/machinery/doorButtons/airlock_controller/proc/onlyOpen(obj/machinery/door/airlock/A) if(A) busy = CLOSING - update_icon() + update_appearance() openDoor(A) /obj/machinery/doorButtons/airlock_controller/proc/onlyClose(obj/machinery/door/airlock/A) @@ -160,7 +160,7 @@ if(A.density) goIdle() return FALSE - update_icon() + update_appearance() A.safe = FALSE //Door crushies, manual door after all. Set every time in case someone changed it, safe doors can end up waiting forever. A.unbolt() if(A.close()) @@ -179,7 +179,7 @@ if(exteriorAirlock.density == interiorAirlock.density || !A.density) return busy = CYCLE - update_icon() + update_appearance() if(A == interiorAirlock) if(closeDoor(exteriorAirlock)) busy = CYCLE_INTERIOR @@ -219,7 +219,7 @@ lostPower = FALSE busy = FALSE if(update) - update_icon() + update_appearance() updateUsrDialog() /obj/machinery/doorButtons/airlock_controller/process() @@ -248,11 +248,9 @@ /obj/machinery/doorButtons/airlock_controller/update_icon_state() if(machine_stat & NOPOWER) icon_state = "access_control_off" - return - if(busy || lostPower) - icon_state = "access_control_process" - else - icon_state = "access_control_standby" + return ..() + icon_state = "[base_icon_state]_[(busy || lostPower) ? "process" : "standby"]" + return ..() /obj/machinery/doorButtons/airlock_controller/ui_interact(mob/user) var/datum/browser/popup = new(user, "computer", name) diff --git a/code/game/machinery/embedded_controller/airlock_controller.dm b/code/game/machinery/embedded_controller/airlock_controller.dm index bb47bcc5a512..a4de8908abfe 100644 --- a/code/game/machinery/embedded_controller/airlock_controller.dm +++ b/code/game/machinery/embedded_controller/airlock_controller.dm @@ -196,6 +196,7 @@ /obj/machinery/embedded_controller/radio/airlock_controller icon = 'icons/obj/airlock_machines.dmi' icon_state = "airlock_control_standby" + base_icon_state = "airlock_control" name = "airlock console" density = FALSE @@ -257,12 +258,10 @@ /obj/machinery/embedded_controller/radio/airlock_controller/update_icon_state() if(on && program) - if(program.memory["processing"]) - icon_state = "airlock_control_process" - else - icon_state = "airlock_control_standby" - else - icon_state = "airlock_control_off" + icon_state = "[base_icon_state]_[program.memory["processing"] ? "process" : "standby"]" + return ..() + icon_state = "[base_icon_state]_off" + return ..() /obj/machinery/embedded_controller/radio/airlock_controller/return_text() diff --git a/code/game/machinery/embedded_controller/embedded_controller_base.dm b/code/game/machinery/embedded_controller/embedded_controller_base.dm index 29040acb5242..315f2e128303 100644 --- a/code/game/machinery/embedded_controller/embedded_controller_base.dm +++ b/code/game/machinery/embedded_controller/embedded_controller_base.dm @@ -65,7 +65,7 @@ if(program) program.process() - update_icon() + update_appearance() src.updateDialog() /obj/machinery/embedded_controller/radio diff --git a/code/game/machinery/embedded_controller/simple_vent_controller.dm b/code/game/machinery/embedded_controller/simple_vent_controller.dm index 4de102becb00..931e9eb0f40a 100644 --- a/code/game/machinery/embedded_controller/simple_vent_controller.dm +++ b/code/game/machinery/embedded_controller/simple_vent_controller.dm @@ -55,10 +55,9 @@ program = new_prog /obj/machinery/embedded_controller/radio/simple_vent_controller/update_icon_state() - if(on && program) - icon_state = "airlock_control_standby" - else - icon_state = "airlock_control_off" + icon_state = "[base_icon_state]_[(on && program) ? "standby" : "off"]" + return ..() + /obj/machinery/embedded_controller/radio/simple_vent_controller/return_text() diff --git a/code/game/machinery/exp_cloner.dm b/code/game/machinery/exp_cloner.dm index 8067c8a76a6f..3b2b414b0bf2 100644 --- a/code/game/machinery/exp_cloner.dm +++ b/code/game/machinery/exp_cloner.dm @@ -68,7 +68,6 @@ H.set_cloned_appearance() - H.set_suicide(FALSE) attempting = FALSE return CLONING_DELETE_RECORD | CLONING_SUCCESS //so that we don't spam clones with autoprocess unless we leave a body in the scanner diff --git a/code/game/machinery/fat_sucker.dm b/code/game/machinery/fat_sucker.dm index 995d8a4fb85d..28218a366f0b 100644 --- a/code/game/machinery/fat_sucker.dm +++ b/code/game/machinery/fat_sucker.dm @@ -30,7 +30,7 @@ /obj/machinery/fat_sucker/Initialize() . = ..() soundloop = new(list(src), FALSE) - update_icon() + update_appearance() /obj/machinery/fat_sucker/RefreshParts() ..() @@ -59,7 +59,7 @@ return to_chat(occupant, "You enter [src].") addtimer(CALLBACK(src, .proc/start_extracting), 20, TIMER_OVERRIDE|TIMER_UNIQUE) - update_icon() + update_appearance() /obj/machinery/fat_sucker/open_machine(mob/user) make_meat() @@ -159,7 +159,7 @@ if(C.nutrition > start_at) processing = TRUE soundloop.start() - update_icon() + update_appearance() set_light(2, 1, "#ff0000") else say("Subject not fat enough.") @@ -196,7 +196,7 @@ to_chat(user, "[src] must be closed to [panel_open ? "close" : "open"] its maintenance hatch!") return if(default_deconstruction_screwdriver(user, icon_state, icon_state, I)) - update_icon() + update_appearance() return return FALSE diff --git a/code/game/machinery/firealarm.dm b/code/game/machinery/firealarm.dm index 7d87d34d2be1..faceb46419d5 100644 --- a/code/game/machinery/firealarm.dm +++ b/code/game/machinery/firealarm.dm @@ -47,7 +47,7 @@ panel_open = TRUE if(dir) setDir(dir) - update_icon() + update_appearance() myarea = get_area(src) LAZYADD(myarea.firealarms, src) @@ -59,18 +59,17 @@ /obj/machinery/firealarm/update_icon_state() if(panel_open) icon_state = "fire_b[buildstage]" - return + return ..() if(machine_stat & BROKEN) icon_state = "firex" - return + return ..() icon_state = "fire0" + return ..() /obj/machinery/firealarm/update_overlays() . = ..() - SSvis_overlays.remove_vis_overlay(src, managed_vis_overlays) - if(machine_stat & NOPOWER) return @@ -107,7 +106,7 @@ if(obj_flags & EMAGGED) return obj_flags |= EMAGGED - update_icon() + update_appearance() if(user) user.visible_message("Sparks fly out of [src]!", "You emag [src], disabling its thermal sensors.") @@ -160,7 +159,7 @@ W.play_tool_sound(src) panel_open = !panel_open to_chat(user, "The wires have been [panel_open ? "exposed" : "unexposed"].") - update_icon() + update_appearance() return if(panel_open) @@ -193,7 +192,7 @@ W.play_tool_sound(src) new /obj/item/stack/cable_coil(user.loc, 5) to_chat(user, "You cut the wires from \the [src].") - update_icon() + update_appearance() return else if(W.force) //hit and turn it on @@ -212,7 +211,7 @@ coil.use(5) buildstage = 2 to_chat(user, "You wire \the [src].") - update_icon() + update_appearance() return else if(W.tool_behaviour == TOOL_CROWBAR) @@ -227,14 +226,14 @@ to_chat(user, "You pry out the circuit.") new /obj/item/electronics/firealarm(user.loc) buildstage = 0 - update_icon() + update_appearance() return if(0) if(istype(W, /obj/item/electronics/firealarm)) to_chat(user, "You insert the circuit.") qdel(W) buildstage = 1 - update_icon() + update_appearance() return else if(istype(W, /obj/item/electroadaptive_pseudocircuit)) @@ -246,7 +245,7 @@ "You adapt a fire alarm circuit and slot it into the assembly." ) buildstage = 1 - update_icon() + update_appearance() return else if(W.tool_behaviour == TOOL_WRENCH) @@ -275,7 +274,7 @@ "You adapt a fire alarm circuit and slot it into the assembly." ) buildstage = 1 - update_icon() + update_appearance() return TRUE return FALSE diff --git a/code/game/machinery/flasher.dm b/code/game/machinery/flasher.dm index c6a283d5aa1e..e68b3e0837f9 100644 --- a/code/game/machinery/flasher.dm +++ b/code/game/machinery/flasher.dm @@ -5,6 +5,7 @@ desc = "A wall-mounted flashbulb device." icon = 'icons/obj/stationobjs.dmi' icon_state = "mflash1" + base_icon_state = "mflash" max_integrity = 250 integrity_failure = 0.4 light_color = COLOR_WHITE @@ -15,7 +16,6 @@ var/range = 2 //this is roughly the size of brig cell var/last_flash = 0 //Don't want it getting spammed like regular flashes var/strength = 100 //How knocked down targets are when flashed. - var/base_state = "mflash" /obj/machinery/flasher/portable //Portable version of the flasher. Only flashes when anchored name = "portable flasher" @@ -23,7 +23,7 @@ icon_state = "pflash1-p" strength = 80 anchored = FALSE - base_state = "pflash" + base_icon_state = "pflash" density = TRUE light_system = MOVABLE_LIGHT //Used as a flash here. light_range = FLASH_LIGHT_RANGE @@ -52,13 +52,8 @@ return ..() /obj/machinery/flasher/update_icon_state() - if (powered()) - if(bulb.burnt_out) - icon_state = "[base_state]1-p" - else - icon_state = "[base_state]1" - else - icon_state = "[base_state]1-p" + icon_state = "[base_icon_state]1[(bulb?.burnt_out || !powered()) ? "-p" : null]" + return ..() //Don't want to render prison breaks impossible /obj/machinery/flasher/attackby(obj/item/W, mob/user, params) @@ -110,7 +105,7 @@ return playsound(src.loc, 'sound/weapons/flash.ogg', 100, TRUE) - flick("[base_state]_flash", src) + flick("[base_icon_state]_flash", src) set_light_on(TRUE) addtimer(CALLBACK(src, .proc/flash_end), FLASH_LIGHT_DURATION, TIMER_OVERRIDE|TIMER_UNIQUE) @@ -183,7 +178,7 @@ if (!anchored && !isinspace()) to_chat(user, "[src] is now secured.") - add_overlay("[base_state]-s") + add_overlay("[base_icon_state]-s") set_anchored(TRUE) power_change() proximity_monitor.SetRange(range) diff --git a/code/game/machinery/gulag_teleporter.dm b/code/game/machinery/gulag_teleporter.dm index 5b5e0c8a2966..e147e24717ca 100644 --- a/code/game/machinery/gulag_teleporter.dm +++ b/code/game/machinery/gulag_teleporter.dm @@ -11,6 +11,7 @@ The console is located at computer/gulag_teleporter.dm desc = "A bluespace teleporter used for teleporting prisoners to the labor camp." icon = 'icons/obj/machines/implantchair.dmi' icon_state = "implantchair" + base_icon_state = "implantchair" state_open = FALSE density = TRUE use_power = IDLE_POWER_USE @@ -53,7 +54,7 @@ The console is located at computer/gulag_teleporter.dm /obj/machinery/gulag_teleporter/attackby(obj/item/I, mob/user) if(!occupant && default_deconstruction_screwdriver(user, "[icon_state]", "[icon_state]",I)) - update_icon() + update_appearance() return if(default_deconstruction_crowbar(I)) @@ -65,22 +66,22 @@ The console is located at computer/gulag_teleporter.dm return ..() /obj/machinery/gulag_teleporter/update_icon_state() - icon_state = initial(icon_state) + (state_open ? "_open" : "") + icon_state = "[base_icon_state][state_open ? "_open" : null]" //no power or maintenance if(machine_stat & (NOPOWER|BROKEN)) icon_state += "_unpowered" if((machine_stat & MAINT) || panel_open) icon_state += "_maintenance" - return + return ..() if((machine_stat & MAINT) || panel_open) icon_state += "_maintenance" - return + return ..() //running and someone in there if(occupant) icon_state += "_occupied" - return + return ..() /obj/machinery/gulag_teleporter/relaymove(mob/living/user, direction) diff --git a/code/game/machinery/harvester.dm b/code/game/machinery/harvester.dm index 924a1e95ec81..82ef63c3d738 100644 --- a/code/game/machinery/harvester.dm +++ b/code/game/machinery/harvester.dm @@ -4,6 +4,7 @@ density = TRUE icon = 'icons/obj/machines/harvester.dmi' icon_state = "harvester" + base_icon_state = "harvester" verb_say = "states" state_open = FALSE idle_power_usage = 50 @@ -30,13 +31,16 @@ /obj/machinery/harvester/update_icon_state() if(state_open) - icon_state = initial(icon_state)+"-open" - else if(warming_up) - icon_state = initial(icon_state)+"-charging" - else if(harvesting) - icon_state = initial(icon_state)+"-active" - else - icon_state = initial(icon_state) + icon_state = "[base_icon_state]-open" + return ..() + if(warming_up) + icon_state = "[base_icon_state]-charging" + return ..() + if(harvesting) + icon_state = "[base_icon_state]-active" + return ..() + icon_state = base_icon_state + return ..() /obj/machinery/harvester/open_machine(drop = TRUE) if(panel_open) @@ -89,12 +93,12 @@ harvesting = TRUE visible_message("The [name] begins warming up!") say("Initializing harvest protocol.") - update_icon() + update_appearance() addtimer(CALLBACK(src, .proc/harvest), interval) /obj/machinery/harvester/proc/harvest() warming_up = FALSE - update_icon() + update_appearance() if(!harvesting || state_open || !powered() || !occupant || !iscarbon(occupant)) return playsound(src, 'sound/machines/juicer.ogg', 20, TRUE) diff --git a/code/game/machinery/hologram.dm b/code/game/machinery/hologram.dm index 2e9478c040e7..e41be5ede09a 100644 --- a/code/game/machinery/hologram.dm +++ b/code/game/machinery/hologram.dm @@ -31,6 +31,7 @@ Possible to do for anyone motivated enough: name = "holopad" desc = "It's a floor-mounted device for projecting holographic images." icon_state = "holopad0" + base_icon_state = "holopad" layer = LOW_OBJ_LAYER plane = FLOOR_PLANE req_access = list(ACCESS_KEYCARD_AUTH) //Used to allow for forced connecting to other (not secure) holopads. Anyone can make a call, though. @@ -380,7 +381,7 @@ Possible to do for anyone motivated enough: playsound(src, 'sound/machines/twobeep.ogg', 100) //bring, bring! ringing = TRUE - update_icon() + update_appearance() /obj/machinery/holopad/proc/activate_holo(mob/living/user) var/mob/living/silicon/ai/AI = user @@ -449,16 +450,16 @@ For the other part of the code, check silicon say.dm. Particularly robot talk.*/ set_light(2) else set_light(0) - update_icon() + update_appearance() /obj/machinery/holopad/update_icon_state() var/total_users = LAZYLEN(masters) + LAZYLEN(holo_calls) if(ringing) - icon_state = "holopad_ringing" - else if(total_users || replay_mode) - icon_state = "holopad1" - else - icon_state = "holopad0" + icon_state = "[base_icon_state]_ringing" + return ..() + icon_state = "[base_icon_state][(total_users || replay_mode) ? 1 : 0]" + return ..() + /obj/machinery/holopad/proc/set_holo(mob/living/user, obj/effect/overlay/holo_pad_hologram/h) LAZYSET(masters, user, h) @@ -472,6 +473,7 @@ For the other part of the code, check silicon say.dm. Particularly robot talk.*/ /obj/machinery/holopad/proc/clear_holo(mob/living/user) qdel(masters[user]) // Get rid of user's hologram + masters -= user unset_holo(user) return TRUE @@ -524,6 +526,9 @@ For the other part of the code, check silicon say.dm. Particularly robot talk.*/ var/transfered = FALSE if(!validate_location(new_turf)) if(!transfer_to_nearby_pad(new_turf,user)) + if(holo.HC) + holo.HC.eye.setLoc(get_turf(src)) + return FALSE clear_holo(user) return FALSE else @@ -669,6 +674,11 @@ For the other part of the code, check silicon say.dm. Particularly robot talk.*/ if(disk && disk.record) QDEL_NULL(disk.record) +/obj/machinery/holopad/onShuttleMove(turf/newT, turf/oldT, list/movement_force, move_dir, obj/docking_port/stationary/old_dock, obj/docking_port/mobile/moving_dock, list/obj/docking_port/mobile/towed_shuttles) + . = ..() + for(var/datum/holocall/holocall in holo_calls) + holocall.eye.setLoc(newT, TRUE) + /obj/effect/overlay/holo_pad_hologram initial_language_holder = /datum/language_holder/universal var/mob/living/Impersonation diff --git a/code/game/machinery/hypnochair.dm b/code/game/machinery/hypnochair.dm index 89a2158a0078..8e86447f6060 100644 --- a/code/game/machinery/hypnochair.dm +++ b/code/game/machinery/hypnochair.dm @@ -3,6 +3,7 @@ desc = "A device used to perform \"enhanced interrogation\" through invasive mental conditioning." icon = 'icons/obj/machines/implantchair.dmi' icon_state = "hypnochair" + base_icon_state = "hypnochair" circuit = /obj/item/circuitboard/machine/hypnochair density = TRUE opacity = FALSE @@ -17,11 +18,11 @@ /obj/machinery/hypnochair/Initialize() . = ..() open_machine() - update_icon() + update_appearance() /obj/machinery/hypnochair/attackby(obj/item/I, mob/user, params) if(!occupant && default_deconstruction_screwdriver(user, icon_state, icon_state, I)) - update_icon() + update_appearance() return if(default_pry_open(I)) return @@ -96,7 +97,7 @@ interrogating = TRUE START_PROCESSING(SSobj, src) start_time = world.time - update_icon() + update_appearance() timerid = addtimer(CALLBACK(src, .proc/finish_interrogation), 450, TIMER_STOPPABLE) /obj/machinery/hypnochair/process() @@ -116,7 +117,7 @@ /obj/machinery/hypnochair/proc/finish_interrogation() interrogating = FALSE STOP_PROCESSING(SSobj, src) - update_icon() + update_appearance() var/temp_trigger = trigger_phrase trigger_phrase = "" //Erase evidence, in case the subject is able to look at the panel afterwards audible_message("[src] pings!") @@ -139,7 +140,7 @@ deltimer(timerid) interrogating = FALSE STOP_PROCESSING(SSobj, src) - update_icon() + update_appearance() if(QDELETED(victim)) victim = null @@ -168,14 +169,8 @@ victim = null /obj/machinery/hypnochair/update_icon_state() - icon_state = initial(icon_state) - if(state_open) - icon_state += "_open" - if(occupant) - if(interrogating) - icon_state += "_active" - else - icon_state += "_occupied" + icon_state = "[base_icon_state][state_open ? "_open" : null][occupant ? "_[interrogating ? "active" : "occupied"]" : null]" + return ..() /obj/machinery/hypnochair/container_resist_act(mob/living/user) user.changeNext_move(CLICK_CD_BREAKOUT) diff --git a/code/game/machinery/igniter.dm b/code/game/machinery/igniter.dm index 0a3b7d562ca7..a610ec5d11b8 100644 --- a/code/game/machinery/igniter.dm +++ b/code/game/machinery/igniter.dm @@ -3,6 +3,7 @@ desc = "It's useful for igniting plasma." icon = 'icons/obj/stationobjs.dmi' icon_state = "igniter0" + base_icon_state = "igniter" plane = FLOOR_PLANE use_power = IDLE_POWER_USE idle_power_usage = 2 @@ -34,7 +35,7 @@ use_power(50) on = !(on) - update_icon() + update_appearance() /obj/machinery/igniter/process() //ugh why is this even in process()? if (src.on && !(machine_stat & NOPOWER)) @@ -48,10 +49,8 @@ icon_state = "igniter[on]" /obj/machinery/igniter/update_icon_state() - if(machine_stat & NOPOWER) - icon_state = "igniter0" - else - icon_state = "igniter[on]" + icon_state = "[base_icon_state][(machine_stat & NOPOWER) ? 0 : on]" + return ..() /obj/machinery/igniter/connect_to_shuttle(obj/docking_port/mobile/port, obj/docking_port/stationary/dock) id = "[REF(port)][id]" @@ -63,6 +62,7 @@ desc = "A wall-mounted ignition device." icon = 'icons/obj/stationobjs.dmi' icon_state = "migniter" + base_icon_state = "migniter" resistance_flags = FIRE_PROOF var/id = null var/disable = 0 @@ -84,11 +84,10 @@ /obj/machinery/sparker/update_icon_state() if(disable) - icon_state = "[initial(icon_state)]-d" - else if(powered()) - icon_state = "[initial(icon_state)]" - else - icon_state = "[initial(icon_state)]-p" + icon_state = "[base_icon_state]-d" + return ..() + icon_state = "[base_icon_state][powered() ? null : "-p"]" + return ..() /obj/machinery/sparker/powered() if(!disable) @@ -103,7 +102,7 @@ user.visible_message("[user] disables \the [src]!", "You disable the connection to \the [src].") if (!src.disable) user.visible_message("[user] reconnects \the [src]!", "You fix the connection to \the [src].") - update_icon() + update_appearance() else return ..() diff --git a/code/game/machinery/iv_drip.dm b/code/game/machinery/iv_drip.dm index 0439ad3a00de..dea25b955e0e 100644 --- a/code/game/machinery/iv_drip.dm +++ b/code/game/machinery/iv_drip.dm @@ -6,6 +6,7 @@ desc = "An IV drip with an advanced infusion pump that can both drain blood into and inject liquids from attached containers. Blood packs are processed at an accelerated rate. Alt-Click to change the transfer rate." icon = 'icons/obj/iv_drip.dmi' icon_state = "iv_drip" + base_icon_state = "iv_drip" anchored = FALSE mouse_drag_pointer = MOUSE_ACTIVE_POINTER var/mob/living/carbon/attached @@ -19,7 +20,7 @@ /obj/machinery/iv_drip/Initialize(mapload) . = ..() - update_icon() + update_appearance() /obj/machinery/iv_drip/Destroy() attached = null @@ -28,15 +29,10 @@ /obj/machinery/iv_drip/update_icon_state() if(attached) - if(mode) - icon_state = "injecting" - else - icon_state = "donating" + icon_state = "[base_icon_state]_[mode ? "injecting" : "donating"]" else - if(mode) - icon_state = "injectidle" - else - icon_state = "donateidle" + icon_state = "[base_icon_state]_[mode ? "injectidle" : "donateidle"]" + return ..() /obj/machinery/iv_drip/update_overlays() . = ..() @@ -77,7 +73,7 @@ if(attached) visible_message("[attached] is detached from [src].") attached = null - update_icon() + update_appearance() return if(!target.has_dna()) @@ -91,7 +87,7 @@ add_fingerprint(usr) attached = target START_PROCESSING(SSmachines, src) - update_icon() + update_appearance() else to_chat(usr, "There's nothing attached to the IV drip!") @@ -107,7 +103,7 @@ to_chat(user, "You attach [W] to [src].") user.log_message("attached a [W] to [src] at [AREACOORD(src)] containing ([beaker.reagents.log_list()])", LOG_ATTACK) add_fingerprint(user) - update_icon() + update_appearance() return else return ..() @@ -125,7 +121,7 @@ to_chat(attached, "The IV drip needle is ripped out of you!") attached.apply_damage(3, BRUTE, pick(BODY_ZONE_R_ARM, BODY_ZONE_L_ARM)) attached = null - update_icon() + update_appearance() return PROCESS_KILL if(beaker) @@ -139,7 +135,7 @@ // speed up transfer on blood packs transfer_amount *= 2 beaker.reagents.trans_to(attached, transfer_amount, method = INJECT, show_message = FALSE) //make reagents reacts, but don't spam messages - update_icon() + update_appearance() // Take blood else @@ -156,7 +152,7 @@ visible_message("[src] beeps loudly.") playsound(loc, 'sound/machines/twobeep_high.ogg', 50, TRUE) attached.transfer_blood_to(beaker, amount) - update_icon() + update_appearance() /obj/machinery/iv_drip/attack_hand(mob/user) . = ..() @@ -167,7 +163,7 @@ if(attached) visible_message("[attached] is detached from [src].") attached = null - update_icon() + update_appearance() return else if(beaker) eject_beaker(user) @@ -198,7 +194,7 @@ if(beaker) beaker.forceMove(drop_location()) beaker = null - update_icon() + update_appearance() /obj/machinery/iv_drip/verb/toggle_mode() set category = "Object" @@ -213,7 +209,7 @@ return mode = !mode to_chat(usr, "The IV drip is now [mode ? "injecting" : "taking blood"].") - update_icon() + update_appearance() /obj/machinery/iv_drip/examine(mob/user) . = ..() @@ -237,6 +233,7 @@ name = "saline drip" desc = "An all-you-can-drip saline canister designed to supply a hospital without running out, with a scary looking pump rigged to inject saline into containers, but filling people directly might be a bad idea." icon_state = "saline" + base_icon_state = "saline" density = TRUE /obj/machinery/iv_drip/saline/Initialize(mapload) diff --git a/code/game/machinery/lightswitch.dm b/code/game/machinery/lightswitch.dm index 3472a169ad37..1d30d35ce561 100644 --- a/code/game/machinery/lightswitch.dm +++ b/code/game/machinery/lightswitch.dm @@ -3,6 +3,7 @@ name = "light switch" icon = 'icons/obj/power.dmi' icon_state = "light1" + base_icon_state = "light" desc = "Make dark." power_channel = AREA_USAGE_LIGHT /// Set this to a string, path, or area instance to control that area @@ -29,20 +30,23 @@ if(!name) name = "light switch ([area.name])" - update_icon() + update_appearance() + +/obj/machinery/light_switch/update_appearance(updates=ALL) + . = ..() + luminosity = (machine_stat & NOPOWER) ? 0 : 1 /obj/machinery/light_switch/update_icon_state() - SSvis_overlays.remove_vis_overlay(src, managed_vis_overlays) - luminosity = 0 if(machine_stat & NOPOWER) - icon_state = "light-p" - else - luminosity = 1 - SSvis_overlays.add_vis_overlay(src, icon, "light-glow", EMISSIVE_LAYER, EMISSIVE_PLANE, dir, alpha) - if(area.lightswitch) - icon_state = "light1" - else - icon_state = "light0" + icon_state = "[base_icon_state]-p" + return ..() + icon_state = "[base_icon_state][area.lightswitch ? 1 : 0]" + return ..() + +/obj/machinery/light_switch/update_overlays() + . = ..() + if(!(machine_stat & NOPOWER)) + SSvis_overlays.add_vis_overlay(src, icon, "[base_icon_state]-glow", EMISSIVE_LAYER, EMISSIVE_PLANE, dir, alpha) /obj/machinery/light_switch/examine(mob/user) . = ..() @@ -53,10 +57,10 @@ area.lightswitch = !area.lightswitch play_click_sound("button") - area.update_icon() + area.update_appearance() for(var/obj/machinery/light_switch/L in area) - L.update_icon() + L.update_appearance() area.power_change() @@ -71,3 +75,12 @@ return if(!(machine_stat & (BROKEN|NOPOWER))) power_change() + +/obj/item/wallframe/light_switch + name = "lightswitch frame" + desc = "A ready-to-go light switch. Just slap it on a wall!" + icon_state = "button" + result_path = /obj/machinery/light_switch + pixel_shift = 24 + inverse = FALSE + custom_materials = list(/datum/material/iron = 75) diff --git a/code/game/machinery/medical_kiosk.dm b/code/game/machinery/medical_kiosk.dm index 95d6de9c0d0d..79fb5e83bdf1 100644 --- a/code/game/machinery/medical_kiosk.dm +++ b/code/game/machinery/medical_kiosk.dm @@ -1,12 +1,21 @@ //The Medical Kiosk is designed to act as a low access alernative to a medical analyzer, and doesn't require breaking into medical. Self Diagnose at your heart's content! //For a fee that is. Comes in 4 flavors of medical scan. +/// Shows if the machine is being used for a general scan. +#define KIOSK_SCANNING_GENERAL (1<<0) +/// Shows if the machine is being used for a disease scan. +#define KIOSK_SCANNING_SYMPTOMS (1<<1) +/// Shows if the machine is being used for a radiation/brain trauma scan. +#define KIOSK_SCANNING_NEURORAD (1<<2) +/// Shows if the machine is being used for a reagent scan. +#define KIOSK_SCANNING_REAGENTS (1<<3) /obj/machinery/medical_kiosk name = "medical kiosk" desc = "A freestanding medical kiosk, which can provide a wide range of medical analysis for diagnosis." icon = 'icons/obj/machines/medical_kiosk.dmi' icon_state = "kiosk" + base_icon_state = "kiosk" layer = ABOVE_MOB_LAYER density = TRUE circuit = /obj/item/circuitboard/machine/medical_kiosk @@ -15,10 +24,10 @@ var/active_price = 15 //Change by using a multitool on the board. var/pandemonium = FALSE //AKA: Emag mode. - var/scan_active_1 = FALSE //Shows if the machine is being used for a general scan. - var/scan_active_2 = FALSE //as above, symptom scan - var/scan_active_3 = FALSE //as above, radiological scan - var/scan_active_4 = FALSE //as above, chemical/hallucinations. + /// Shows whether the kiosk is being used to scan someone and what it's being used for. + var/scan_active = NONE + + /// Do we have someone paying to use this? var/paying_customer = FALSE //Ticked yes if passing inuse() var/datum/bank_account/account //payer's account. @@ -51,23 +60,25 @@ D.adjust_money(active_price) use_power(20) paying_customer = TRUE - icon_state = "kiosk_active" + icon_state = "[base_icon_state]_active" say("Thank you for your patronage!") RefreshParts() return /obj/machinery/medical_kiosk/proc/clearScans() //Called it enough times to be it's own proc - scan_active_1 = FALSE - scan_active_2 = FALSE - scan_active_3 = FALSE - scan_active_4 = FALSE + scan_active = NONE + update_appearance() return /obj/machinery/medical_kiosk/update_icon_state() - if(is_operational) - icon_state = "kiosk_off" - else - icon_state = "kiosk" + if(panel_open) + icon_state = "[base_icon_state]_open" + return ..() + if(!is_operational) + icon_state = "[base_icon_state]_off" + return ..() + icon_state = "[base_icon_state][scan_active ? "active" : null]" + return ..() /obj/machinery/medical_kiosk/wrench_act(mob/living/user, obj/item/I) //Allows for wrenching/unwrenching the machine. ..() @@ -81,7 +92,7 @@ return /obj/machinery/medical_kiosk/attackby(obj/item/O, mob/user, params) - if(default_deconstruction_screwdriver(user, "kiosk_open", "kiosk", O)) + if(default_deconstruction_screwdriver(user, "[base_icon_state]_open", "[base_icon_state]_off", O)) return else if(default_deconstruction_crowbar(O)) return @@ -166,7 +177,7 @@ if(!ui) ui = new(user, src, "MedicalKiosk", name) ui.open() - icon_state = "kiosk_off" + icon_state = "[base_icon_state]_active" RefreshParts() H = user C = H.get_idcard(TRUE) @@ -314,10 +325,10 @@ data["addict_list"] = addict_list data["hallucinating_status"] = hallucination_status - data["active_status_1"] = scan_active_1 // General Scan Check - data["active_status_2"] = scan_active_2 // Symptom Scan Check - data["active_status_3"] = scan_active_3 // Radio-Neuro Scan Check - data["active_status_4"] = scan_active_4 // Radio-Neuro Scan Check + data["active_status_1"] = scan_active & KIOSK_SCANNING_GENERAL // General Scan Check + data["active_status_2"] = scan_active & KIOSK_SCANNING_SYMPTOMS // Symptom Scan Check + data["active_status_3"] = scan_active & KIOSK_SCANNING_NEURORAD // Radio-Neuro Scan Check + data["active_status_4"] = scan_active & KIOSK_SCANNING_REAGENTS // Reagents/hallucination Scan Check return data /obj/machinery/medical_kiosk/ui_act(action,active) @@ -327,24 +338,28 @@ switch(action) if("beginScan_1") - inuse() + if(!(scan_active & KIOSK_SCANNING_GENERAL)) + inuse() if(paying_customer == TRUE) - scan_active_1 = TRUE + scan_active |= KIOSK_SCANNING_GENERAL paying_customer = FALSE if("beginScan_2") - inuse() + if(!(scan_active & KIOSK_SCANNING_SYMPTOMS)) + inuse() if(paying_customer == TRUE) - scan_active_2 = TRUE + scan_active |= KIOSK_SCANNING_SYMPTOMS paying_customer = FALSE if("beginScan_3") - inuse() + if(!(scan_active & KIOSK_SCANNING_NEURORAD)) + inuse() if(paying_customer == TRUE) - scan_active_3 = TRUE + scan_active |= KIOSK_SCANNING_NEURORAD paying_customer = FALSE if("beginScan_4") - inuse() + if(!(scan_active & KIOSK_SCANNING_REAGENTS)) + inuse() if(paying_customer == TRUE) - scan_active_4 = TRUE + scan_active |= KIOSK_SCANNING_REAGENTS paying_customer = FALSE if("clearTarget") altPatient = null diff --git a/code/game/machinery/navbeacon.dm b/code/game/machinery/navbeacon.dm index 39bf5d2efe98..1f97013e1262 100644 --- a/code/game/machinery/navbeacon.dm +++ b/code/game/machinery/navbeacon.dm @@ -5,6 +5,7 @@ icon = 'icons/obj/objects.dmi' icon_state = "navbeacon0-f" + base_icon_state = "navbeacon" name = "navigation beacon" desc = "A radio beacon used for bot navigation and crew wayfinding." plane = FLOOR_PLANE @@ -44,11 +45,9 @@ glob_lists_deregister() return ..() -/obj/machinery/navbeacon/onTransitZ(old_z, new_z) - if (GLOB.navbeacons["[old_z]"]) - GLOB.navbeacons["[old_z]"] -= src - if (GLOB.navbeacons["[new_z]"]) - GLOB.navbeacons["[new_z]"] += src +/obj/machinery/navbeacon/on_virtual_z_change(new_virtual_z, previous_virtual_z) + LAZYADDASSOC(GLOB.navbeacons, "[new_virtual_z]", src) + LAZYREMOVEASSOC(GLOB.navbeacons, "[previous_virtual_z]", src) ..() // set the transponder codes assoc list from codes_txt @@ -91,7 +90,8 @@ // update the icon_state /obj/machinery/navbeacon/update_icon_state() - icon_state = "navbeacon[open]" + icon_state = "[base_icon_state][open]" + return ..() /obj/machinery/navbeacon/attackby(obj/item/I, mob/user, params) var/turf/T = loc @@ -103,7 +103,7 @@ user.visible_message("[user] [open ? "opens" : "closes"] the beacon's cover.", "You [open ? "open" : "close"] the beacon's cover.") - update_icon() + update_appearance() else if (istype(I, /obj/item/card/id)||istype(I, /obj/item/pda)) if(open) diff --git a/code/game/machinery/newscaster.dm b/code/game/machinery/newscaster.dm index 34413dc4b923..2711ee9ee61a 100644 --- a/code/game/machinery/newscaster.dm +++ b/code/game/machinery/newscaster.dm @@ -150,7 +150,7 @@ GLOBAL_LIST_EMPTY(allCasters) if(newMessage) for(var/obj/machinery/newscaster/N in GLOB.allCasters) N.newsAlert() - N.update_icon() + N.update_appearance() /datum/newscaster/feed_network/proc/deleteWanted() wanted_issue.active = 0 @@ -159,7 +159,7 @@ GLOBAL_LIST_EMPTY(allCasters) wanted_issue.scannedUser = null wanted_issue.img = null for(var/obj/machinery/newscaster/NEWSCASTER in GLOB.allCasters) - NEWSCASTER.update_icon() + NEWSCASTER.update_appearance() /datum/newscaster/feed_network/proc/save_photo(icon/photo) var/photo_file = copytext_char(md5("\icon[photo]"), 1, 6) @@ -185,6 +185,7 @@ GLOBAL_LIST_EMPTY(allCasters) desc = "A standard Nanotrasen brand newsfeed handler. All the news you absolutely have no use for, in one place!" icon = 'icons/obj/terminals.dmi' icon_state = "newscaster" + base_icon_state = "newscaster" verb_say = "beeps" verb_ask = "beeps" verb_exclaim = "beeps" @@ -230,7 +231,7 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/newscaster/security_unit, 30) GLOB.allCasters += src unit_no = GLOB.allCasters.len - update_icon() + update_appearance() /obj/machinery/newscaster/Destroy() GLOB.allCasters -= src @@ -242,26 +243,26 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/newscaster/security_unit, 30) . = ..() SSvis_overlays.remove_vis_overlay(src, managed_vis_overlays) if(machine_stat & BROKEN) - SSvis_overlays.add_vis_overlay(src, icon, "newscaster_broken", layer, plane, dir) + SSvis_overlays.add_vis_overlay(src, icon, "[base_icon_state]_broken", layer, plane, dir) return if(machine_stat & NOPOWER) return if(GLOB.news_network.wanted_issue.active) - SSvis_overlays.add_vis_overlay(src, icon, "newscaster_wanted", layer, plane, dir) - SSvis_overlays.add_vis_overlay(src, icon, "newscaster_wanted", layer, EMISSIVE_PLANE, dir) + SSvis_overlays.add_vis_overlay(src, icon, "[base_icon_state]_wanted", layer, plane, dir) + SSvis_overlays.add_vis_overlay(src, icon, "[base_icon_state]_wanted", layer, EMISSIVE_PLANE, dir) else if(alert) - SSvis_overlays.add_vis_overlay(src, icon, "newscaster_alert", layer, plane, dir) - SSvis_overlays.add_vis_overlay(src, icon, "newscaster_alert", layer, EMISSIVE_PLANE, dir) + SSvis_overlays.add_vis_overlay(src, icon, "[base_icon_state]_alert", layer, plane, dir) + SSvis_overlays.add_vis_overlay(src, icon, "[base_icon_state]_alert", layer, EMISSIVE_PLANE, dir) else - SSvis_overlays.add_vis_overlay(src, icon, "newscaster_normal", layer, plane, dir) - SSvis_overlays.add_vis_overlay(src, icon, "newscaster_normal", layer, EMISSIVE_PLANE, dir) + SSvis_overlays.add_vis_overlay(src, icon, "[base_icon_state]_normal", layer, plane, dir) + SSvis_overlays.add_vis_overlay(src, icon, "[base_icon_state]_normal", layer, EMISSIVE_PLANE, dir) /obj/machinery/newscaster/take_damage(damage_amount, damage_type = BRUTE, damage_flag = 0, sound_effect = 1, attack_dir) . = ..() - update_icon() + update_appearance() /obj/machinery/newscaster/ui_interact(mob/user) . = ..() @@ -743,7 +744,7 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/newscaster/security_unit, 30) to_chat(user, "You repair [src].") obj_integrity = max_integrity set_machine_stat(machine_stat & ~BROKEN) - update_icon() + update_appearance() else to_chat(user, "[src] does not need repairs.") else @@ -847,13 +848,13 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/newscaster/security_unit, 30) /obj/machinery/newscaster/proc/remove_alert() alert = FALSE - update_icon() + update_appearance() /obj/machinery/newscaster/proc/newsAlert(channel) if(channel) say("Breaking news from [channel]!") alert = TRUE - update_icon() + update_appearance() addtimer(CALLBACK(src,.proc/remove_alert),alert_delay,TIMER_UNIQUE|TIMER_OVERRIDE) playsound(loc, 'sound/machines/twobeep_high.ogg', 75, TRUE) else @@ -883,17 +884,6 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/newscaster/security_unit, 30) var/wantedPhoto var/creationTime -/obj/item/newspaper/suicide_act(mob/user) - user.visible_message("[user] is focusing intently on [src]! It looks like [user.p_theyre()] trying to commit sudoku... until [user.p_their()] eyes light up with realization!") - user.say(";JOURNALISM IS MY CALLING! EVERYBODY APPRECIATES UNBIASED REPORTI-GLORF", forced="newspaper suicide") - var/mob/living/carbon/human/H = user - var/obj/W = new /obj/item/reagent_containers/food/drinks/bottle/whiskey(H.loc) - playsound(H.loc, 'sound/items/drink.ogg', rand(10,50), TRUE) - W.reagents.trans_to(H, W.reagents.total_volume, transfered_by = user) - user.visible_message("[user] downs the contents of [W.name] in one gulp! Shoulda stuck to sudoku!") - - return(TOXLOSS) - /obj/item/newspaper/attack_self(mob/user) if(ishuman(user)) var/mob/living/carbon/human/human_user = user diff --git a/code/game/machinery/pipe/construction.dm b/code/game/machinery/pipe/construction.dm index 7ff5acc26adf..6ecb86a6d2e6 100644 --- a/code/game/machinery/pipe/construction.dm +++ b/code/game/machinery/pipe/construction.dm @@ -174,18 +174,6 @@ Buildable meters ..() T.flipped = flipped -/obj/item/pipe/directional/suicide_act(mob/user) - user.visible_message("[user] shoves [src] in [user.p_their()] mouth and turns it on! It looks like [user.p_theyre()] trying to commit suicide!") - if(iscarbon(user)) - var/mob/living/carbon/C = user - for(var/i=1 to 20) - C.vomit(0, TRUE, FALSE, 4, FALSE) - if(prob(20)) - C.spew_organ() - sleep(5) - C.blood_volume = 0 - return(OXYLOSS|BRUTELOSS) - /obj/item/pipe_meter name = "meter" desc = "A meter that can be laid on pipes." diff --git a/code/game/machinery/pipe/pipe_dispenser.dm b/code/game/machinery/pipe/pipe_dispenser.dm index af3813f874fc..0772e483a536 100644 --- a/code/game/machinery/pipe/pipe_dispenser.dm +++ b/code/game/machinery/pipe/pipe_dispenser.dm @@ -158,7 +158,7 @@ if(href_list["dir"]) C.setDir(text2num(href_list["dir"])) C.add_fingerprint(usr) - C.update_icon() + C.update_appearance() wait = world.time + 15 return diff --git a/code/game/machinery/porta_turret/portable_turret.dm b/code/game/machinery/porta_turret/portable_turret.dm index bc07e19852c4..64b7fb47edd0 100644 --- a/code/game/machinery/porta_turret/portable_turret.dm +++ b/code/game/machinery/porta_turret/portable_turret.dm @@ -106,7 +106,7 @@ DEFINE_BITFIELD(turret_flags, list( . = ..() if(!base) base = src - update_icon() + update_appearance() //Sets up a spark system spark_system = new /datum/effect_system/spark_spread spark_system.set_up(5, 0, src) @@ -144,21 +144,22 @@ DEFINE_BITFIELD(turret_flags, list( /obj/machinery/porta_turret/update_icon_state() if(!anchored) icon_state = "turretCover" - return + return ..() if(machine_stat & BROKEN) icon_state = "[base_icon_state]_broken" - else - if(powered()) - if(on && raised) - switch(mode) - if(TURRET_STUN) - icon_state = "[base_icon_state]_stun" - if(TURRET_LETHAL) - icon_state = "[base_icon_state]_lethal" - else - icon_state = "[base_icon_state]_off" - else - icon_state = "[base_icon_state]_unpowered" + return ..() + if(!powered()) + icon_state = "[base_icon_state]_unpowered" + return ..() + if(!on || !raised) + icon_state = "[base_icon_state]_off" + return ..() + switch(mode) + if(TURRET_STUN) + icon_state = "[base_icon_state]_stun" + if(TURRET_LETHAL) + icon_state = "[base_icon_state]_lethal" + return ..() /obj/machinery/porta_turret/proc/setup(obj/item/gun/turret_gun) if(stored_gun) @@ -185,7 +186,7 @@ DEFINE_BITFIELD(turret_flags, list( if(gun_properties["reqpower"]) reqpower = gun_properties["reqpower"] - update_icon() + update_appearance() return gun_properties /obj/machinery/porta_turret/Destroy() @@ -278,7 +279,7 @@ DEFINE_BITFIELD(turret_flags, list( /obj/machinery/porta_turret/power_change() . = ..() if(!anchored || (machine_stat & BROKEN) || !powered()) - update_icon() + update_appearance() remove_control() check_should_process() @@ -313,7 +314,7 @@ DEFINE_BITFIELD(turret_flags, list( if(obj_integrity > (max_integrity * integrity_failure) && BROKEN) obj_integrity = max_integrity set_machine_stat(machine_stat & ~BROKEN) - update_icon() + update_appearance() check_should_process() else to_chat(user, "[src] is already in good condition!") @@ -328,7 +329,7 @@ DEFINE_BITFIELD(turret_flags, list( if(!anchored && !isinspace()) set_anchored(TRUE) invisibility = INVISIBILITY_MAXIMUM - update_icon() + update_appearance() to_chat(user, "You secure the exterior bolts on the turret.") if(has_cover) cover = new /obj/machinery/porta_turret_cover(loc) //create a new turret. While this is handled in process(), this is to workaround a bug where the turret becomes invisible for a split second @@ -340,21 +341,23 @@ DEFINE_BITFIELD(turret_flags, list( invisibility = 0 qdel(cover) //deletes the cover, and the turret instance itself becomes its own cover. - else if(I.GetID()) + if(I.GetID()) //Behavior lock/unlock mangement if(allowed(user)) locked = !locked - to_chat(user, "Controls are now [locked ? "locked" : "unlocked"].") + to_chat(user, "Controls are now [locked ? "locked" : "unlocked"].") else to_chat(user, "Access denied.") - else if(I.tool_behaviour == TOOL_MULTITOOL && !locked) + return + + if(I.tool_behaviour == TOOL_MULTITOOL && !locked) if(!multitool_check_buffer(user, I)) return var/obj/item/multitool/M = I M.buffer = src to_chat(user, "You add [src] to multitool buffer.") - else - return ..() + return + return ..() /obj/machinery/porta_turret/emag_act(mob/user) if(obj_flags & EMAGGED) @@ -364,7 +367,7 @@ DEFINE_BITFIELD(turret_flags, list( obj_flags |= EMAGGED controllock = TRUE toggle_on(FALSE) //turns off the turret temporarily - update_icon() + update_appearance() //6 seconds for the traitor to gtfo of the area before the turret decides to ruin his shit addtimer(CALLBACK(src, .proc/toggle_on, TRUE), 6 SECONDS) //turns it back on. The cover popUp() popDown() are automatically called in process(), no need to define it here @@ -530,7 +533,7 @@ DEFINE_BITFIELD(turret_flags, list( cover.icon_state = "turretCover" raised = 0 invisibility = 2 - update_icon() + update_appearance() /obj/machinery/porta_turret/proc/assess_perp(mob/living/carbon/human/perp) var/threatcount = 0 //the integer returned @@ -613,7 +616,7 @@ DEFINE_BITFIELD(turret_flags, list( T = closer break - update_icon() + update_appearance() var/obj/projectile/A //any emagged turrets drains 2x power and uses a different projectile? if(mode == TURRET_STUN) @@ -845,6 +848,7 @@ DEFINE_BITFIELD(turret_flags, list( desc = "Used to control a room's automated defenses." icon = 'icons/obj/machines/turret_control.dmi' icon_state = "control_standby" + base_icon_state = "control" density = FALSE req_access = list(ACCESS_AI_UPLOAD) resistance_flags = INDESTRUCTIBLE | LAVA_PROOF | FIRE_PROOF | UNACIDABLE | ACID_PROOF @@ -1000,18 +1004,17 @@ DEFINE_BITFIELD(turret_flags, list( /obj/machinery/turretid/proc/updateTurrets() for (var/obj/machinery/porta_turret/aTurret in turrets) aTurret.setState(enabled, lethal, shoot_cyborgs) - update_icon() + update_appearance() /obj/machinery/turretid/update_icon_state() if(machine_stat & NOPOWER) - icon_state = "control_off" - else if (enabled) - if (lethal) - icon_state = "control_kill" - else - icon_state = "control_stun" - else - icon_state = "control_standby" + icon_state = "[base_icon_state]_off" + return ..() + if (enabled) + icon_state = "[base_icon_state]_[lethal ? "kill" : "stun"]" + return ..() + icon_state = "[base_icon_state]_standby" + return ..() /obj/machinery/turretid/lethal lethal = TRUE diff --git a/code/game/machinery/porta_turret/portable_turret_cover.dm b/code/game/machinery/porta_turret/portable_turret_cover.dm index 9508f0158db3..a1da4cbf6463 100644 --- a/code/game/machinery/porta_turret/portable_turret_cover.dm +++ b/code/game/machinery/porta_turret/portable_turret_cover.dm @@ -44,28 +44,30 @@ parent_turret.set_anchored(TRUE) to_chat(user, "You secure the exterior bolts on the turret.") parent_turret.invisibility = 0 - parent_turret.update_icon() + parent_turret.update_appearance() else parent_turret.set_anchored(FALSE) to_chat(user, "You unsecure the exterior bolts on the turret.") parent_turret.invisibility = INVISIBILITY_MAXIMUM - parent_turret.update_icon() + parent_turret.update_appearance() qdel(src) - - else if(I.GetID()) + return + if(I.GetID()) if(parent_turret.allowed(user)) parent_turret.locked = !parent_turret.locked to_chat(user, "Controls are now [parent_turret.locked ? "locked" : "unlocked"].") else to_chat(user, "Access denied.") - else if(I.tool_behaviour == TOOL_MULTITOOL && !parent_turret.locked) + return + + if(I.tool_behaviour == TOOL_MULTITOOL && !parent_turret.locked) if(!multitool_check_buffer(user, I)) return var/obj/item/multitool/M = I M.buffer = parent_turret to_chat(user, "You add [parent_turret] to multitool buffer.") - else - return ..() + return + return ..() /obj/machinery/porta_turret_cover/attacked_by(obj/item/I, mob/user) parent_turret.attacked_by(I, user) diff --git a/code/game/machinery/prisonlabor.dm b/code/game/machinery/prisonlabor.dm index e8af9185552a..6fe329ed4a71 100644 --- a/code/game/machinery/prisonlabor.dm +++ b/code/game/machinery/prisonlabor.dm @@ -9,17 +9,19 @@ var/obj/item/stack/license_plates/empty/current_plate var/pressing = FALSE -/obj/machinery/plate_press/update_icon() +/obj/machinery/plate_press/update_icon_state() . = ..() if(!is_operational) icon_state = "offline" - else if(pressing) + return ..() + if(pressing) icon_state = "loop" - else if(current_plate) + return ..() + if(current_plate) icon_state = "online_loaded" - else - icon_state = "online" - + return ..() + icon_state = "online" + return ..() /obj/machinery/plate_press/Destroy() QDEL_NULL(current_plate) . = ..() @@ -35,7 +37,7 @@ var/obj/item/stack/license_plates/empty/plate = I plate.use(1) current_plate = new plate.type(src, 1) //Spawn a new single sheet in the machine - update_icon() + update_appearance() else return ..() @@ -48,12 +50,12 @@ /obj/machinery/plate_press/proc/work_press(mob/living/user) pressing = TRUE - update_icon() + update_appearance() to_chat(user, "You start pressing a new license plate!") if(!do_after(user, 40, target = src)) pressing = FALSE - update_icon() + update_appearance() return FALSE use_power(100) @@ -61,6 +63,6 @@ pressing = FALSE QDEL_NULL(current_plate) - update_icon() + update_appearance() new /obj/item/stack/license_plates/filled(drop_location(), 1) diff --git a/code/game/machinery/quantum_pad.dm b/code/game/machinery/quantum_pad.dm index a05da266e123..cc9f8f6d3d59 100644 --- a/code/game/machinery/quantum_pad.dm +++ b/code/game/machinery/quantum_pad.dm @@ -189,4 +189,4 @@ /obj/item/paper/guides/quantumpad name = "Quantum Pad For Dummies" - info = "
    Dummies Guide To Quantum Pads


    Do you hate the concept of having to use your legs, let alone walk to places? Well, with the Quantum Pad (tm), never again will the fear of cardio keep you from going places!

    How to set up your Quantum Pad(tm)


    1.Unscrew the Quantum Pad(tm) you wish to link.
    2. Use your multi-tool to cache the buffer of the Quantum Pad(tm) you wish to link.
    3. Apply the multi-tool to the secondary Quantum Pad(tm) you wish to link to the first Quantum Pad(tm)

    If you followed these instructions carefully, your Quantum Pad(tm) should now be properly linked together for near-instant movement across the station! Bear in mind that this is technically a one-way teleport, so you'll need to do the same process with the secondary pad to the first one if you wish to travel between both.
    " + default_raw_text = "
    Dummies Guide To Quantum Pads


    Do you hate the concept of having to use your legs, let alone walk to places? Well, with the Quantum Pad (tm), never again will the fear of cardio keep you from going places!

    How to set up your Quantum Pad(tm)


    1.Unscrew the Quantum Pad(tm) you wish to link.
    2. Use your multi-tool to cache the buffer of the Quantum Pad(tm) you wish to link.
    3. Apply the multi-tool to the secondary Quantum Pad(tm) you wish to link to the first Quantum Pad(tm)

    If you followed these instructions carefully, your Quantum Pad(tm) should now be properly linked together for near-instant movement across the station! Bear in mind that this is technically a one-way teleport, so you'll need to do the same process with the secondary pad to the first one if you wish to travel between both.
    " diff --git a/code/game/machinery/recharger.dm b/code/game/machinery/recharger.dm index a23e480f6ad4..3ca96ae5dcba 100644 --- a/code/game/machinery/recharger.dm +++ b/code/game/machinery/recharger.dm @@ -2,6 +2,7 @@ name = "recharger" icon = 'icons/obj/stationobjs.dmi' icon_state = "recharger" + base_icon_state = "recharger" desc = "A charging dock for energy based weaponry." use_power = IDLE_POWER_USE idle_power_usage = 4 @@ -48,11 +49,11 @@ START_PROCESSING(SSmachines, src) use_power = ACTIVE_POWER_USE using_power = TRUE - update_icon() + update_appearance() else use_power = IDLE_POWER_USE using_power = FALSE - update_icon() + update_appearance() /obj/machinery/recharger/attackby(obj/item/G, mob/user, params) if(G.tool_behaviour == TOOL_WRENCH) @@ -109,14 +110,14 @@ add_fingerprint(user) if(charging) - charging.update_icon() + charging.update_appearance() charging.forceMove(drop_location()) user.put_in_hands(charging) setCharging(null) /obj/machinery/recharger/attack_tk(mob/user) if(charging) - charging.update_icon() + charging.update_appearance() charging.forceMove(drop_location()) setCharging(null) @@ -132,7 +133,7 @@ C.give(C.chargerate * recharge_coeff) use_power(250 * recharge_coeff) using_power = TRUE - update_icon() + update_appearance() if(istype(charging, /obj/item/ammo_box/magazine/recharge)) var/obj/item/ammo_box/magazine/recharge/R = charging @@ -140,7 +141,7 @@ R.stored_ammo += new R.ammo_type(R) use_power(200 * recharge_coeff) using_power = TRUE - update_icon() + update_appearance() return else return PROCESS_KILL @@ -160,21 +161,28 @@ if(B.cell) B.cell.charge = 0 + +/obj/machinery/recharger/update_appearance(updates) + . = ..() + if((machine_stat & (NOPOWER|BROKEN)) || panel_open || !anchored) + luminosity = 0 + return + luminosity = 1 + /obj/machinery/recharger/update_overlays() . = ..() - SSvis_overlays.remove_vis_overlay(src, managed_vis_overlays) - luminosity = 0 if(machine_stat & (NOPOWER|BROKEN) || !anchored || panel_open) return luminosity = 1 - if (charging) - if(using_power) - SSvis_overlays.add_vis_overlay(src, icon, "recharger-charging", layer, plane, dir, alpha) - SSvis_overlays.add_vis_overlay(src, icon, "recharger-charging", EMISSIVE_LAYER, EMISSIVE_PLANE, dir, alpha) - else - SSvis_overlays.add_vis_overlay(src, icon, "recharger-full", layer, plane, dir, alpha) - SSvis_overlays.add_vis_overlay(src, icon, "recharger-full", EMISSIVE_LAYER, EMISSIVE_PLANE, dir, alpha) - else - SSvis_overlays.add_vis_overlay(src, icon, "recharger-empty", layer, plane, dir, alpha) - SSvis_overlays.add_vis_overlay(src, icon, "recharger-empty", EMISSIVE_LAYER, EMISSIVE_PLANE, dir, alpha) + if(!charging) + SSvis_overlays.add_vis_overlay(src, icon, "[base_icon_state]-empty", layer, plane, dir, alpha) + SSvis_overlays.add_vis_overlay(src, icon, "[base_icon_state]-empty", EMISSIVE_LAYER, EMISSIVE_PLANE, dir, alpha) + return + if(using_power) + SSvis_overlays.add_vis_overlay(src, icon, "[base_icon_state]-charging", layer, plane, dir, alpha) + SSvis_overlays.add_vis_overlay(src, icon, "[base_icon_state]-charging", EMISSIVE_LAYER, EMISSIVE_PLANE, dir, alpha) + return + + SSvis_overlays.add_vis_overlay(src, icon, "[base_icon_state]-full", layer, plane, dir, alpha) + SSvis_overlays.add_vis_overlay(src, icon, "[base_icon_state]-full", EMISSIVE_LAYER, EMISSIVE_PLANE, dir, alpha) diff --git a/code/game/machinery/rechargestation.dm b/code/game/machinery/rechargestation.dm index 8cdbcb59b3c9..7039b015e673 100644 --- a/code/game/machinery/rechargestation.dm +++ b/code/game/machinery/rechargestation.dm @@ -18,7 +18,7 @@ /obj/machinery/recharge_station/Initialize() . = ..() - update_icon() + update_appearance() if(is_operational) begin_processing() @@ -99,13 +99,11 @@ add_fingerprint(occupant) /obj/machinery/recharge_station/update_icon_state() - if(is_operational) - if(state_open) - icon_state = "borgcharger0" - else - icon_state = (occupant ? "borgcharger1" : "borgcharger2") - else - icon_state = (state_open ? "borgcharger-u0" : "borgcharger-u1") + if(!is_operational) + icon_state = "borgcharger-u[state_open ? 0 : 1]" + return ..() + icon_state = "borgcharger[state_open ? 0 : (occupant ? 1 : 2)]" + return ..() /obj/machinery/recharge_station/proc/process_occupant() if(!occupant) diff --git a/code/game/machinery/recycler.dm b/code/game/machinery/recycler.dm index eabe2c75fa72..b602624eb7e6 100644 --- a/code/game/machinery/recycler.dm +++ b/code/game/machinery/recycler.dm @@ -21,7 +21,7 @@ AddComponent(/datum/component/butchering/recycler, 1, amount_produced,amount_produced/5) AddComponent(/datum/component/material_container, list(/datum/material/iron, /datum/material/glass, /datum/material/silver, /datum/material/plasma, /datum/material/gold, /datum/material/diamond, /datum/material/plastic, /datum/material/uranium, /datum/material/bananium, /datum/material/titanium, /datum/material/bluespace), INFINITY, FALSE, null, null, null, TRUE) . = ..() - update_icon() + update_appearance() req_one_access = get_all_accesses() + get_all_centcom_access() var/static/list/loc_connections = list( @@ -72,16 +72,16 @@ obj_flags |= EMAGGED if(safety_mode) safety_mode = FALSE - update_icon() + update_appearance() playsound(src, "sparks", 75, TRUE, SILENCED_SOUND_EXTRARANGE) to_chat(user, "You use the cryptographic sequencer on [src].") /obj/machinery/recycler/update_icon_state() - ..() var/is_powered = !(machine_stat & (BROKEN|NOPOWER)) if(safety_mode) is_powered = FALSE icon_state = icon_name + "[is_powered]" + "[(blood ? "bld" : "")]" // add the blood tag at the end + return ..() /obj/machinery/recycler/CanAllowThrough(atom/movable/AM) . = ..() @@ -166,13 +166,13 @@ /obj/machinery/recycler/proc/emergency_stop() playsound(src, 'sound/machines/buzz-sigh.ogg', 50, FALSE) safety_mode = TRUE - update_icon() + update_appearance() addtimer(CALLBACK(src, .proc/reboot), SAFETY_COOLDOWN) /obj/machinery/recycler/proc/reboot() playsound(src, 'sound/machines/ping.ogg', 50, FALSE) safety_mode = FALSE - update_icon() + update_appearance() /obj/machinery/recycler/proc/crush_living(mob/living/L) @@ -190,7 +190,7 @@ if(!blood && !issilicon(L)) blood = TRUE - update_icon() + update_appearance() // Instantly lie down, also go unconscious from the pain, before you die. L.Unconscious(100) @@ -204,6 +204,6 @@ /obj/item/paper/guides/recycler name = "paper - 'garbage duty instructions'" - info = "

    New Assignment

    You have been assigned to collect garbage from trash bins, located around the station. The crewmembers will put their trash into it and you will collect the said trash.

    There is a recycling machine near your closet, inside maintenance; use it to recycle the trash for a small chance to get useful minerals. Then deliver these minerals to cargo or engineering. You are our last hope for a clean station, do not screw this up!" + default_raw_text = "

    New Assignment

    You have been assigned to collect garbage from trash bins, located around the station. The crewmembers will put their trash into it and you will collect the said trash.

    There is a recycling machine near your closet, inside maintenance; use it to recycle the trash for a small chance to get useful minerals. Then deliver these minerals to cargo or engineering. You are our last hope for a clean station, do not screw this up!" #undef SAFETY_COOLDOWN diff --git a/code/game/machinery/requests_console.dm b/code/game/machinery/requests_console.dm index b05199508e2f..3a03453a2ce3 100644 --- a/code/game/machinery/requests_console.dm +++ b/code/game/machinery/requests_console.dm @@ -29,6 +29,7 @@ GLOBAL_LIST_EMPTY(req_console_ckey_departments) desc = "A console intended to send requests between different vessels and settlements in a local region." icon = 'icons/obj/terminals.dmi' icon_state = "req_comp0" + base_icon_state = "req_comp" var/department = "Unknown" //The list of all departments on the station (Determined from this variable on each unit) Set this to the same thing if you want several consoles in one department var/list/messages = list() //List of all messages var/departmentType = 0 //bitflag @@ -77,28 +78,32 @@ GLOBAL_LIST_EMPTY(req_console_ckey_departments) dir_amount = 8\ ) -/obj/machinery/requests_console/update_icon_state() +/obj/machinery/requests_console/update_appearance(updates=ALL) + . = ..() if(machine_stat & NOPOWER) set_light(0) - else - set_light(1.4,0.7,"#34D352")//green light + return + set_light(1.4,0.7,"#34D352")//green light + +/obj/machinery/requests_console/update_icon_state() if(open) - if(!hackState) - icon_state="req_comp_open" - else - icon_state="req_comp_rewired" - else if(machine_stat & NOPOWER) - if(icon_state != "req_comp_off") - icon_state = "req_comp_off" - else - if(emergency || (newmessagepriority == REQ_EXTREME_MESSAGE_PRIORITY)) - icon_state = "req_comp3" - else if(newmessagepriority == REQ_HIGH_MESSAGE_PRIORITY) - icon_state = "req_comp2" - else if(newmessagepriority == REQ_NORMAL_MESSAGE_PRIORITY) - icon_state = "req_comp1" - else - icon_state = "req_comp0" + icon_state="[base_icon_state]_[hackState ? "rewired" : "open"]" + return ..() + if(machine_stat & NOPOWER) + icon_state = "[base_icon_state]_off" + return ..() + + if(emergency || (newmessagepriority == REQ_EXTREME_MESSAGE_PRIORITY)) + icon_state = "[base_icon_state]3" + return ..() + if(newmessagepriority == REQ_HIGH_MESSAGE_PRIORITY) + icon_state = "[base_icon_state]2" + return ..() + if(newmessagepriority == REQ_NORMAL_MESSAGE_PRIORITY) + icon_state = "[base_icon_state]1" + return ..() + icon_state = "[base_icon_state]0" + return ..() /obj/machinery/requests_console/Initialize() . = ..() @@ -182,10 +187,10 @@ GLOBAL_LIST_EMPTY(req_console_ckey_departments) for (var/obj/machinery/requests_console/Console in GLOB.allConsoles) if (Console.department == department) Console.newmessagepriority = REQ_NO_NEW_MESSAGE - Console.update_icon() + Console.update_appearance() newmessagepriority = REQ_NO_NEW_MESSAGE - update_icon() + update_appearance() var/messageComposite = "" for(var/msg in messages) // This puts more recent messages at the *top*, where they belong. messageComposite = "
    [msg]
    " + messageComposite @@ -292,7 +297,7 @@ GLOBAL_LIST_EMPTY(req_console_ckey_departments) if(radio_freq) Radio.set_frequency(radio_freq) Radio.talk_into(src,"[emergency] emergency in [department]!!",radio_freq) - update_icon() + update_appearance() addtimer(CALLBACK(src, .proc/clear_emergency), 5 MINUTES) if(href_list["send"] && message && to_department && priority) @@ -342,7 +347,7 @@ GLOBAL_LIST_EMPTY(req_console_ckey_departments) /obj/machinery/requests_console/proc/clear_emergency() emergency = null - update_icon() + update_appearance() //from message_server.dm: Console.createmessage(data["sender"], data["send_dpt"], data["message"], data["verified"], data["stamped"], data["priority"], data["notify_freq"]) /obj/machinery/requests_console/proc/createmessage(source, source_department, message, msgVerified, msgStamped, priority, radio_freq) @@ -365,14 +370,14 @@ GLOBAL_LIST_EMPTY(req_console_ckey_departments) if(REQ_NORMAL_MESSAGE_PRIORITY) if(newmessagepriority < REQ_NORMAL_MESSAGE_PRIORITY) newmessagepriority = REQ_NORMAL_MESSAGE_PRIORITY - update_icon() + update_appearance() if(REQ_HIGH_MESSAGE_PRIORITY) header = "High Priority
    [header]" alert = "PRIORITY Alert from [source][authentic]" if(newmessagepriority < REQ_HIGH_MESSAGE_PRIORITY) newmessagepriority = REQ_HIGH_MESSAGE_PRIORITY - update_icon() + update_appearance() if(REQ_EXTREME_MESSAGE_PRIORITY) header = "!!!Extreme Priority!!!
    [header]" @@ -380,7 +385,7 @@ GLOBAL_LIST_EMPTY(req_console_ckey_departments) silenced = FALSE if(newmessagepriority < REQ_EXTREME_MESSAGE_PRIORITY) newmessagepriority = REQ_EXTREME_MESSAGE_PRIORITY - update_icon() + update_appearance() messages += "[header][sending]" @@ -400,7 +405,7 @@ GLOBAL_LIST_EMPTY(req_console_ckey_departments) else to_chat(user, "You open the maintenance panel.") open = TRUE - update_icon() + update_appearance() return if(O.tool_behaviour == TOOL_SCREWDRIVER) if(open) @@ -409,7 +414,7 @@ GLOBAL_LIST_EMPTY(req_console_ckey_departments) to_chat(user, "You modify the wiring.") else to_chat(user, "You reset the wiring.") - update_icon() + update_appearance() else to_chat(user, "You must open the maintenance panel first!") return diff --git a/code/game/machinery/roulette_machine.dm b/code/game/machinery/roulette_machine.dm index 5ce00a0627a0..2cc1dd2dafb3 100644 --- a/code/game/machinery/roulette_machine.dm +++ b/code/game/machinery/roulette_machine.dm @@ -100,7 +100,7 @@ if("ChangeBetType") chosen_bet_type = params["type"] . = TRUE - update_icon() // Not applicable to all objects. + update_appearance() // Not applicable to all objects. ///Handles setting ownership and the betting itself. /obj/machinery/roulette/attackby(obj/item/W, mob/user, params) @@ -183,7 +183,7 @@ my_card.registered_account.transfer_money(player_id.registered_account, bet_amount) playing = TRUE - update_icon() + update_appearance() set_light(0) var/rolled_number = rand(0, 36) @@ -324,14 +324,19 @@ playsound(src, 'sound/machines/buzz-two.ogg', 30, TRUE) return FALSE -/obj/machinery/roulette/update_icon(payout, color, rolled_number, is_winner = FALSE) - cut_overlays() +/obj/machinery/roulette/update_overlays() + . = ..() if(machine_stat & MAINT) return if(playing) - add_overlay("random_numbers") + . += "random_numbers" + +/obj/machinery/roulette/update_icon(updates=ALL, payout, color, rolled_number, is_winner = FALSE) + . = ..() + if(machine_stat & MAINT) + return if(!payout || !color || isnull(rolled_number)) //Don't fall for tricks. return diff --git a/code/game/machinery/sheetifier.dm b/code/game/machinery/sheetifier.dm index 4728050b6bb4..b80cca3864ff 100644 --- a/code/game/machinery/sheetifier.dm +++ b/code/game/machinery/sheetifier.dm @@ -24,13 +24,14 @@ /obj/machinery/sheetifier/update_icon_state() icon_state = "base_machine[busy_processing ? "_processing" : ""]" + return ..() /obj/machinery/sheetifier/proc/CanInsertMaterials() return !busy_processing /obj/machinery/sheetifier/proc/AfterInsertMaterials(item_inserted, id_inserted, amount_inserted) busy_processing = TRUE - update_icon() + update_appearance() var/datum/material/last_inserted_material = id_inserted var/mutable_appearance/processing_overlay = mutable_appearance(icon, "processing") processing_overlay.color = last_inserted_material.color @@ -39,7 +40,7 @@ /obj/machinery/sheetifier/proc/finish_processing() busy_processing = FALSE - update_icon() + update_appearance() var/datum/component/material_container/materials = GetComponent(/datum/component/material_container) materials.retrieve_all() //Returns all as sheets @@ -47,7 +48,7 @@ if(default_unfasten_wrench(user, I)) return if(default_deconstruction_screwdriver(user, I)) - update_icon() + update_appearance() return if(default_deconstruction_crowbar(I)) return diff --git a/code/game/machinery/shieldgen.dm b/code/game/machinery/shieldgen.dm index f8cebcb08bac..bdb167ee1732 100644 --- a/code/game/machinery/shieldgen.dm +++ b/code/game/machinery/shieldgen.dm @@ -93,7 +93,7 @@ /obj/machinery/shieldgen/proc/shields_up() active = TRUE - update_icon() + update_appearance() move_resist = INFINITY for(var/turf/target_tile in range(shield_range, src)) @@ -104,7 +104,7 @@ /obj/machinery/shieldgen/proc/shields_down() active = FALSE move_resist = initial(move_resist) - update_icon() + update_appearance() QDEL_LIST(deployed_shields) /obj/machinery/shieldgen/process() @@ -164,7 +164,7 @@ obj_integrity = max_integrity set_machine_stat(machine_stat & ~BROKEN) to_chat(user, "You repair \the [src].") - update_icon() + update_appearance() else if(W.tool_behaviour == TOOL_WRENCH) if(locked) @@ -204,10 +204,8 @@ to_chat(user, "You short out the access controller.") /obj/machinery/shieldgen/update_icon_state() - if(active) - icon_state = (machine_stat & BROKEN) ? "shieldonbr":"shieldon" - else - icon_state = (machine_stat & BROKEN) ? "shieldoffbr":"shieldoff" + icon_state = "shield[active ? "on" : "off"][(machine_stat & BROKEN) ? "br" : null]" + return ..() #define ACTIVE_SETUPFIELDS 1 #define ACTIVE_HASFIELDS 2 @@ -287,13 +285,14 @@ else for(var/direction in GLOB.cardinals) cleanup_field(direction) - update_icon() + update_appearance() /obj/machinery/power/shieldwallgen/update_icon_state() if(active) icon_state = initial(icon_state) + "_on" else icon_state = initial(icon_state) + return ..() /obj/machinery/power/shieldwallgen/update_overlays() . = ..() @@ -361,7 +360,7 @@ // update_cable_icons_on_turf(T) - Removed because smartwire Revert //WS Begin - Smartwire Revert var/obj/structure/cable/cable = locate(/obj/structure/cable) in turf - cable.update_icon() + cable.update_appearance() //WS End - Smartwire Revert if(. == SUCCESSFUL_UNFASTEN && anchored) connect_to_network() @@ -369,7 +368,7 @@ /obj/machinery/power/shieldwallgen/attackby(obj/item/item, mob/user, params) if(default_deconstruction_screwdriver(user, icon_state, icon_state, item)) - update_icon() + update_appearance() updateUsrDialog() return TRUE diff --git a/code/game/machinery/shuttle/shuttle_engine.dm b/code/game/machinery/shuttle/shuttle_engine.dm index 26bfc846c5d0..ad6695c8b812 100644 --- a/code/game/machinery/shuttle/shuttle_engine.dm +++ b/code/game/machinery/shuttle/shuttle_engine.dm @@ -55,10 +55,13 @@ update_engine() //Calls this so it sets the accurate icon if(panel_open) icon_state = icon_state_open + return ..() else if(thruster_active && enabled && return_fuel()) icon_state = icon_state_closed + return ..() else icon_state = icon_state_off + return ..() /obj/machinery/power/shuttle/engine/Initialize() . = ..() diff --git a/code/game/machinery/slotmachine.dm b/code/game/machinery/slotmachine.dm index 9e5333a7e307..b05b0a2c2a18 100644 --- a/code/game/machinery/slotmachine.dm +++ b/code/game/machinery/slotmachine.dm @@ -19,6 +19,7 @@ desc = "Gambling for the antisocial." icon = 'icons/obj/economy.dmi' icon_state = "slots1" + base_icon_state = "slots" density = TRUE use_power = IDLE_POWER_USE idle_power_usage = 50 @@ -68,16 +69,17 @@ /obj/machinery/computer/slot_machine/update_icon_state() if(machine_stat & NOPOWER) - icon_state = "slots0" - - else if(machine_stat & BROKEN) - icon_state = "slotsb" - - else if(working) - icon_state = "slots2" + icon_state = "[base_icon_state]0" + return ..() + if(machine_stat & BROKEN) + icon_state = "[base_icon_state]b" + return ..() + if(working) + icon_state = "[base_icon_state]2" + return ..() + icon_state = "[base_icon_state]1" + return ..() - else - icon_state = "slots1" /obj/machinery/computer/slot_machine/attackby(obj/item/I, mob/living/user, params) if(istype(I, /obj/item/coin)) @@ -206,7 +208,7 @@ working = TRUE toggle_reel_spin(1) - update_icon() + update_appearance() updateDialog() var/spin_loop = addtimer(CALLBACK(src, .proc/do_spin), 2, TIMER_LOOP|TIMER_STOPPABLE) @@ -223,7 +225,7 @@ working = FALSE deltimer(spin_loop) give_prizes(the_name, user) - update_icon() + update_appearance() updateDialog() /obj/machinery/computer/slot_machine/proc/can_spin(mob/user) diff --git a/code/game/machinery/spaceheater.dm b/code/game/machinery/spaceheater.dm index 27e1aebf2cab..26ebc727ec70 100644 --- a/code/game/machinery/spaceheater.dm +++ b/code/game/machinery/spaceheater.dm @@ -8,6 +8,7 @@ interaction_flags_machine = INTERACT_MACHINE_WIRES_IF_OPEN | INTERACT_MACHINE_ALLOW_SILICON | INTERACT_MACHINE_OPEN icon = 'icons/obj/atmos.dmi' icon_state = "sheater-off" + base_icon_state = "sheater" name = "space heater" desc = "Made by Space Amish using traditional space techniques, this heater/cooler is guaranteed* not to set the air on fire. Warranty void if used in engines." max_integrity = 250 @@ -33,13 +34,13 @@ /obj/machinery/space_heater/Initialize() . = ..() cell = new(src) - update_icon() + update_appearance() /obj/machinery/space_heater/on_construction() qdel(cell) cell = null panel_open = TRUE - update_icon() + update_appearance() return ..() /obj/machinery/space_heater/on_deconstruction() @@ -59,16 +60,14 @@ . += "The status display reads: Temperature range at [settableTemperatureRange]°C.
    Heating power at [heatingPower*0.001]kJ.
    Power consumption at [(efficiency*-0.0025)+150]%.
    " //100%, 75%, 50%, 25% /obj/machinery/space_heater/update_icon_state() - if(on) - icon_state = "sheater-[mode]" - else - icon_state = "sheater-off" + icon_state = "[base_icon_state]-[on ? mode : "off"]" + return ..() /obj/machinery/space_heater/update_overlays() . = ..() if(panel_open) - . += "sheater-open" + . += "[base_icon_state]-open" /obj/machinery/space_heater/process_atmos() //TODO figure out delta_time if(!on || !is_operational) @@ -81,7 +80,7 @@ if(!istype(L)) if(mode != HEATER_MODE_STANDBY) mode = HEATER_MODE_STANDBY - update_icon() + update_appearance() return var/datum/gas_mixture/env = L.return_air() @@ -94,7 +93,7 @@ if(mode != newMode) mode = newMode - update_icon() + update_appearance() if(mode == HEATER_MODE_STANDBY) return @@ -115,7 +114,7 @@ cell.use(requiredPower / efficiency) else on = FALSE - update_icon() + update_appearance() return PROCESS_KILL /obj/machinery/space_heater/RefreshParts() @@ -164,7 +163,7 @@ else if(I.tool_behaviour == TOOL_SCREWDRIVER) panel_open = !panel_open user.visible_message("\The [user] [panel_open ? "opens" : "closes"] the hatch on \the [src].", "You [panel_open ? "open" : "close"] the hatch on \the [src].") - update_icon() + update_appearance() else if(default_deconstruction_crowbar(I)) return else @@ -211,7 +210,7 @@ on = !on mode = HEATER_MODE_STANDBY usr.visible_message("[usr] switches [on ? "on" : "off"] \the [src].", "You switch [on ? "on" : "off"] \the [src].") - update_icon() + update_appearance() if (on) SSair.start_processing_machine(src) . = TRUE diff --git a/code/game/machinery/stasis.dm b/code/game/machinery/stasis.dm index ec3daa91cd6c..37e079715dcd 100644 --- a/code/game/machinery/stasis.dm +++ b/code/game/machinery/stasis.dm @@ -4,6 +4,7 @@ desc = "A not so comfortable looking bed with some nozzles at the top and bottom. It will keep someone in stasis." icon = 'icons/obj/machines/stasis.dmi' icon_state = "stasis" + base_icon_state = "stasis" density = FALSE can_buckle = TRUE buckle_lying = 90 @@ -54,7 +55,7 @@ "You [stasis_enabled ? "power on" : "shut down"] \the [src].", \ "You hear a nearby machine [stasis_enabled ? "power on" : "shut down"].") play_power_sound() - update_icon() + update_appearance() /obj/machinery/stasis/Exited(atom/movable/AM, atom/newloc) if(AM == occupant) @@ -68,30 +69,32 @@ /obj/machinery/stasis/update_icon_state() if(machine_stat & BROKEN) - icon_state = "stasis_broken" - return + icon_state = "[base_icon_state]_broken" + return ..() if(panel_open || machine_stat & MAINT) - icon_state = "stasis_maintenance" - return - icon_state = "stasis" + icon_state = "[base_icon_state]_maintenance" + return ..() + icon_state = base_icon_state + return ..() /obj/machinery/stasis/update_overlays() . = ..() + if(!mattress_state) + return var/_running = stasis_running() - var/list/overlays_to_remove = managed_vis_overlays - - if(mattress_state) - if(!mattress_on || !managed_vis_overlays) - mattress_on = SSvis_overlays.add_vis_overlay(src, icon, mattress_state, layer, plane, dir, alpha = 0, unique = TRUE) - - if(mattress_on.alpha ? !_running : _running) //check the inverse of _running compared to truthy alpha, to see if they differ - var/new_alpha = _running ? 255 : 0 - var/easing_direction = _running ? EASE_OUT : EASE_IN - animate(mattress_on, alpha = new_alpha, time = 50, easing = CUBIC_EASING|easing_direction) - - overlays_to_remove = managed_vis_overlays - mattress_on + if(!mattress_on) + mattress_on = SSvis_overlays.add_vis_overlay(src, icon, mattress_state, BELOW_OBJ_LAYER, plane, dir, alpha = 0, unique = TRUE) + else + vis_contents += mattress_on + if(managed_vis_overlays) + managed_vis_overlays += mattress_on + else + managed_vis_overlays = list(mattress_on) - SSvis_overlays.remove_vis_overlay(src, overlays_to_remove) + if(mattress_on.alpha ? !_running : _running) //check the inverse of _running compared to truthy alpha, to see if they differ + var/new_alpha = _running ? 255 : 0 + var/easing_direction = _running ? EASE_OUT : EASE_IN + animate(mattress_on, alpha = new_alpha, time = 50, easing = CUBIC_EASING|easing_direction) /obj/machinery/stasis/obj_break(damage_flag) . = ..() @@ -122,13 +125,13 @@ occupant = L if(stasis_running()) chill_out(L) - update_icon() + update_appearance() /obj/machinery/stasis/post_unbuckle_mob(mob/living/L) thaw_them(L) if(L == occupant) occupant = null - update_icon() + update_appearance() /obj/machinery/stasis/process() if(!occupant || !isliving(occupant)) @@ -144,7 +147,7 @@ /obj/machinery/stasis/screwdriver_act(mob/living/user, obj/item/I) . = ..() . |= default_deconstruction_screwdriver(user, "stasis_maintenance", "stasis", I) - update_icon() + update_appearance() /obj/machinery/stasis/crowbar_act(mob/living/user, obj/item/I) . = ..() diff --git a/code/game/machinery/suit_storage_unit.dm b/code/game/machinery/suit_storage_unit.dm index 968bdca67b4a..231e36282bdc 100644 --- a/code/game/machinery/suit_storage_unit.dm +++ b/code/game/machinery/suit_storage_unit.dm @@ -189,7 +189,7 @@ mask = new mask_type(src) if(storage_type) storage = new storage_type(src) - update_icon() + update_appearance() /obj/machinery/suit_storage_unit/Destroy() QDEL_NULL(suit) @@ -236,7 +236,7 @@ if(!is_operational && state_open) open_machine() dump_contents() - update_icon() + update_appearance() /obj/machinery/suit_storage_unit/dump_contents() dropContents() @@ -328,12 +328,12 @@ if (item_to_dispense) vars[choice] = null try_put_in_hand(item_to_dispense, user) - update_icon() + update_appearance() else var/obj/item/in_hands = user.get_active_held_item() if (in_hands) attackby(in_hands, user) - update_icon() + update_appearance() interact(user) @@ -402,7 +402,7 @@ uv_cycles-- uv = TRUE locked = TRUE - update_icon() + update_appearance() if(occupant) if(uv_super) mob_occupant.adjustFireLoss(rand(20, 36)) @@ -539,7 +539,7 @@ storage = I visible_message("[user] inserts [I] into [src]", "You load [I] into [src].") - update_icon() + update_appearance() return if(panel_open && is_wire_tool(I)) @@ -547,7 +547,7 @@ return if(!state_open) if(default_deconstruction_screwdriver(user, "[base_icon_state]", "[base_icon_state]", I)) - update_icon() + update_appearance() return if(default_pry_open(I)) dump_contents() @@ -595,4 +595,4 @@ else if(istype(AM, /obj/item) && !storage) AM.forceMove(src) storage = AM - update_icon() + update_appearance() diff --git a/code/game/machinery/syndicatebomb.dm b/code/game/machinery/syndicatebomb.dm index 4e4ab6714e0c..83182bedb942 100644 --- a/code/game/machinery/syndicatebomb.dm +++ b/code/game/machinery/syndicatebomb.dm @@ -78,7 +78,7 @@ if(active && ((detonation_timer <= world.time) || explode_now)) active = FALSE timer_set = initial(timer_set) - update_icon() + update_appearance() try_detonate(TRUE) /obj/machinery/syndicatebomb/Initialize() @@ -86,7 +86,7 @@ wires = new /datum/wires/syndicatebomb(src) if(payload) payload = new payload(src) - update_icon() + update_appearance() countdown = new(src) end_processing() @@ -102,6 +102,7 @@ /obj/machinery/syndicatebomb/update_icon_state() icon_state = "[initial(icon_state)][active ? "-active" : "-inactive"][open_panel ? "-wires" : ""]" + return ..() /obj/machinery/syndicatebomb/proc/seconds_remaining() if(active) @@ -130,7 +131,7 @@ else if(I.tool_behaviour == TOOL_SCREWDRIVER) open_panel = !open_panel - update_icon() + update_appearance() to_chat(user, "You [open_panel ? "open" : "close"] the wire panel.") else if(is_wire_tool(I) && open_panel) @@ -204,7 +205,7 @@ if(!active) visible_message("[icon2html(src, viewers(loc))] [timer_set] seconds until detonation, please clear the area.") activate() - update_icon() + update_appearance() add_fingerprint(user) if(payload && !istype(payload, /obj/item/bombcore/training)) @@ -304,7 +305,7 @@ holder.delayedbig = FALSE holder.delayedlittle = FALSE holder.explode_now = FALSE - holder.update_icon() + holder.update_appearance() holder.updateDialog() STOP_PROCESSING(SSfastprocess, holder) diff --git a/code/game/machinery/telecomms/computers/message.dm b/code/game/machinery/telecomms/computers/message.dm index 6eff93068c3b..d3bf1657273f 100644 --- a/code/game/machinery/telecomms/computers/message.dm +++ b/code/game/machinery/telecomms/computers/message.dm @@ -55,9 +55,9 @@ screen = MSG_MON_SCREEN_HACKED spark_system.set_up(5, 0, src) spark_system.start() - var/obj/item/paper/monitorkey/MK = new(loc, linkedServer) + var/obj/item/paper/monitorkey/monitor_key_paper = new(loc, linkedServer) // Will help make emagging the console not so easy to get away with. - MK.info += "

    £%@%(*$%&(£&?*(%&£/{}" + monitor_key_paper.add_raw_text("

    £%@%(*$%&(£&?*(%&£/{}") var/time = 100 * length(linkedServer.decryptkey) addtimer(CALLBACK(src, .proc/UnmagConsole), time) message = rebootmsg @@ -469,8 +469,9 @@ return INITIALIZE_HINT_LATELOAD /obj/item/paper/monitorkey/proc/print(obj/machinery/telecomms/message_server/server) - info = "

    Daily Key Reset


    The new message monitor key is '[server.decryptkey]'.
    Please keep this a secret and away from the clown.
    If necessary, change the password to a more secure one." + add_raw_text("

    Daily Key Reset


    The new message monitor key is '[server.decryptkey]'.
    Please keep this a secret and away from the clown.
    If necessary, change the password to a more secure one.") add_overlay("paper_words") + update_appearance() /obj/item/paper/monitorkey/LateInitialize() for (var/obj/machinery/telecomms/message_server/preset/server in GLOB.telecomms_list) diff --git a/code/game/machinery/telecomms/machines/message_server.dm b/code/game/machinery/telecomms/machines/message_server.dm index 8f37befee68e..20a5b823a230 100644 --- a/code/game/machinery/telecomms/machines/message_server.dm +++ b/code/game/machinery/telecomms/machines/message_server.dm @@ -27,7 +27,7 @@ user.put_in_hands(stored) stored = null to_chat(user, "You remove the blackbox from [src]. The tapes stop spinning.") - update_icon() + update_appearance() return else to_chat(user, "It seems that the blackbox is missing...") @@ -42,7 +42,7 @@ "You press the device into [src], and it clicks into place. The tapes begin spinning again.") playsound(src, 'sound/machines/click.ogg', 50, TRUE) stored = I - update_icon() + update_appearance() return return ..() @@ -52,12 +52,9 @@ new /obj/effect/decal/cleanable/oil(loc) return ..() -/obj/machinery/blackbox_recorder/update_icon() - . = ..() - if(!stored) - icon_state = "blackbox_b" - else - icon_state = "blackbox" +/obj/machinery/blackbox_recorder/update_icon_state() + icon_state = "blackbox[stored ? null : "_b"]" + return ..() /obj/item/blackbox name = "\proper the blackbox" diff --git a/code/game/machinery/telecomms/telecomunications.dm b/code/game/machinery/telecomms/telecomunications.dm index 891c19acc607..dec15ed3013b 100644 --- a/code/game/machinery/telecomms/telecomunications.dm +++ b/code/game/machinery/telecomms/telecomunications.dm @@ -111,16 +111,8 @@ GLOBAL_LIST_EMPTY(telecomms_list) /obj/machinery/telecomms/update_icon_state() - if(on) - if(panel_open) - icon_state = "[initial(icon_state)]_o" - else - icon_state = initial(icon_state) - else - if(panel_open) - icon_state = "[initial(icon_state)]_o_off" - else - icon_state = "[initial(icon_state)]_off" + icon_state = "[initial(icon_state)][panel_open ? "_o" : null][on ? null : "_off"]" + return ..() /obj/machinery/telecomms/proc/update_power() @@ -136,7 +128,7 @@ GLOBAL_LIST_EMPTY(telecomms_list) update_power() // Update the icon - update_icon() + update_appearance() if(traffic > 0) traffic -= netspeed diff --git a/code/game/machinery/teleporter.dm b/code/game/machinery/teleporter.dm index e97df7e7450f..6e0551b25d41 100644 --- a/code/game/machinery/teleporter.dm +++ b/code/game/machinery/teleporter.dm @@ -7,6 +7,7 @@ name = "teleporter hub" desc = "It's the hub of a teleporting machine." icon_state = "tele0" + base_icon_state = "tele" use_power = IDLE_POWER_USE idle_power_usage = 10 active_power_usage = 2000 @@ -57,7 +58,7 @@ if(default_deconstruction_screwdriver(user, "tele-o", "tele0", W)) if(power_station && power_station.engaged) power_station.engaged = 0 //hub with panel open is off, so the station must be informed. - update_icon() + update_appearance() return if(default_deconstruction_crowbar(W)) return @@ -87,12 +88,8 @@ return /obj/machinery/teleport/hub/update_icon_state() - if(panel_open) - icon_state = "tele-o" - else if(is_ready()) - icon_state = "tele1" - else - icon_state = "tele0" + icon_state = "[base_icon_state][panel_open ? "-o" : (is_ready() ? 1 : 0)]" + return ..() /obj/machinery/teleport/hub/proc/is_ready() . = !panel_open && !(machine_stat & (BROKEN|NOPOWER)) && power_station && power_station.engaged && !(power_station.machine_stat & (BROKEN|NOPOWER)) @@ -107,6 +104,7 @@ name = "teleporter station" desc = "The power control station for a bluespace teleporter. Used for toggling power, and can activate a test-fire to prevent malfunctions." icon_state = "controller" + base_icon_state = "controller" use_power = IDLE_POWER_USE idle_power_usage = 10 active_power_usage = 2000 @@ -153,7 +151,7 @@ /obj/machinery/teleport/station/Destroy() if(teleporter_hub) teleporter_hub.power_station = null - teleporter_hub.update_icon() + teleporter_hub.update_appearance() teleporter_hub = null if (teleporter_console) teleporter_console.power_station = null @@ -178,7 +176,7 @@ to_chat(user, "This station can't hold more information, try to use better parts.") return else if(default_deconstruction_screwdriver(user, "controller-o", "controller", W)) - update_icon() + update_appearance() return else if(default_deconstruction_crowbar(W)) @@ -202,20 +200,23 @@ else to_chat(user, "No target detected.") engaged = FALSE - teleporter_hub.update_icon() + teleporter_hub.update_appearance() add_fingerprint(user) /obj/machinery/teleport/station/power_change() . = ..() if(teleporter_hub) - teleporter_hub.update_icon() + teleporter_hub.update_appearance() /obj/machinery/teleport/station/update_icon_state() if(panel_open) - icon_state = "controller-o" - else if(machine_stat & (BROKEN|NOPOWER)) - icon_state = "controller-p" - else if(teleporter_console && teleporter_console.calibrating) - icon_state = "controller-c" - else - icon_state = "controller" + icon_state = "[base_icon_state]-o" + return ..() + if(machine_stat & (BROKEN|NOPOWER)) + icon_state = "[base_icon_state]-p" + return ..() + if(teleporter_console?.calibrating) + icon_state = "[base_icon_state]-c" + return ..() + icon_state = base_icon_state + return ..() diff --git a/code/game/machinery/transformer.dm b/code/game/machinery/transformer.dm index 4b22b6b31e0c..8f49c9758f57 100644 --- a/code/game/machinery/transformer.dm +++ b/code/game/machinery/transformer.dm @@ -39,6 +39,7 @@ icon_state = "separator-AO0" else icon_state = initial(icon_state) + return ..() /obj/machinery/transformer/Bumped(atom/movable/AM) if(cooldown == 1) @@ -66,7 +67,7 @@ /obj/machinery/transformer/process() if(cooldown && (cooldown_timer <= world.time)) cooldown = FALSE - update_icon() + update_appearance() /obj/machinery/transformer/proc/do_transform(mob/living/carbon/human/H) if(machine_stat & (BROKEN|NOPOWER)) @@ -81,7 +82,7 @@ // Activate the cooldown cooldown = 1 cooldown_timer = world.time + cooldown_duration - update_icon() + update_appearance() playsound(src.loc, 'sound/items/welder.ogg', 50, TRUE) H.emote("scream") // It is painful diff --git a/code/game/machinery/washing_machine.dm b/code/game/machinery/washing_machine.dm index 476e8faf72fb..a437c59c9352 100644 --- a/code/game/machinery/washing_machine.dm +++ b/code/game/machinery/washing_machine.dm @@ -21,7 +21,6 @@ GLOBAL_LIST_INIT(dye_registry, list( DYE_CE = /obj/item/clothing/under/rank/engineering/chief_engineer, DYE_RD = /obj/item/clothing/under/rank/rnd/research_director, DYE_CMO = /obj/item/clothing/under/rank/medical/chief_medical_officer, - DYE_REDCOAT = /obj/item/clothing/under/costume/redcoat, DYE_SYNDICATE = /obj/item/clothing/under/syndicate, DYE_CENTCOM = /obj/item/clothing/under/rank/centcom/commander ), @@ -160,7 +159,7 @@ GLOBAL_LIST_INIT(dye_registry, list( to_chat(user, "[src] must be cleaned up first!") return busy = TRUE - update_icon() + update_appearance() addtimer(CALLBACK(src, .proc/wash_cycle), 200) START_PROCESSING(SSfastprocess, src) @@ -186,7 +185,7 @@ GLOBAL_LIST_INIT(dye_registry, list( . = ..() if(!busy && bloody_mess && (clean_types & CLEAN_TYPE_BLOOD)) bloody_mess = FALSE - update_icon() + update_appearance() . = TRUE /obj/machinery/washing_machine/proc/wash_cycle() @@ -199,7 +198,7 @@ GLOBAL_LIST_INIT(dye_registry, list( if(color_source) qdel(color_source) color_source = null - update_icon() + update_appearance() /obj/item/proc/dye_item(dye_color, dye_key_override) var/dye_key_selector = dye_key_override ? dye_key_override : dying_key @@ -281,11 +280,14 @@ GLOBAL_LIST_INIT(dye_registry, list( /obj/machinery/washing_machine/update_icon_state() if(busy) icon_state = "wm_running_[bloody_mess]" - else if(bloody_mess) + return ..() + if(bloody_mess) icon_state = "wm_[state_open]_blood" - else - var/full = contents.len ? 1 : 0 - icon_state = "wm_[state_open]_[full]" + return ..() + + var/full = contents.len ? 1 : 0 + icon_state = "wm_[state_open]_[full]" + return ..() /obj/machinery/washing_machine/update_overlays() . = ..() @@ -297,7 +299,7 @@ GLOBAL_LIST_INIT(dye_registry, list( return if(default_deconstruction_screwdriver(user, null, null, W)) - update_icon() + update_appearance() return else if(user.a_intent != INTENT_HARM) @@ -318,7 +320,7 @@ GLOBAL_LIST_INIT(dye_registry, list( return TRUE if(W.dye_color) color_source = W - update_icon() + update_appearance() else return ..() @@ -338,14 +340,14 @@ GLOBAL_LIST_INIT(dye_registry, list( if(state_open) if(istype(L, /mob/living/simple_animal/pet)) L.forceMove(src) - update_icon() + update_appearance() return if(!state_open) open_machine() else state_open = FALSE //close the door - update_icon() + update_appearance() /obj/machinery/washing_machine/deconstruct(disassembled = TRUE) new /obj/item/stack/sheet/metal(drop_location(), 2) diff --git a/code/game/mecha/equipment/tools/medical_tools.dm b/code/game/mecha/equipment/tools/medical_tools.dm index 2309818a995a..ee5dd4db846d 100644 --- a/code/game/mecha/equipment/tools/medical_tools.dm +++ b/code/game/mecha/equipment/tools/medical_tools.dm @@ -337,12 +337,12 @@ else if(mechsyringe.loc == trg) mechsyringe.icon_state = initial(mechsyringe.icon_state) mechsyringe.icon = initial(mechsyringe.icon) - mechsyringe.update_icon() + mechsyringe.update_appearance() break else mechsyringe.icon_state = initial(mechsyringe.icon_state) mechsyringe.icon = initial(mechsyringe.icon) - mechsyringe.update_icon() + mechsyringe.update_appearance() break sleep(1) return 1 diff --git a/code/game/mecha/equipment/tools/work_tools.dm b/code/game/mecha/equipment/tools/work_tools.dm index e81a2446def9..fe48f4ead497 100644 --- a/code/game/mecha/equipment/tools/work_tools.dm +++ b/code/game/mecha/equipment/tools/work_tools.dm @@ -470,13 +470,13 @@ var/obj/structure/cable/NC = new(new_turf, "red") NC.d1 = 0 NC.d2 = fdirn - NC.update_icon() + NC.update_appearance() var/datum/powernet/PN if(last_piece && last_piece.d2 != chassis.dir) last_piece.d1 = min(last_piece.d2, chassis.dir) last_piece.d2 = max(last_piece.d2, chassis.dir) - last_piece.update_icon() + last_piece.update_appearance() PN = last_piece.powernet if(!PN) diff --git a/code/game/mecha/mech_bay.dm b/code/game/mecha/mech_bay.dm index 5c752b1e3cc3..ca24240b4f2e 100644 --- a/code/game/mecha/mech_bay.dm +++ b/code/game/mecha/mech_bay.dm @@ -55,17 +55,17 @@ if(!recharging_mech) recharging_mech = locate(/obj/mecha) in recharging_turf if(recharging_mech) - recharge_console.update_icon() + recharge_console.update_appearance() if(recharging_mech && recharging_mech.cell) if(recharging_mech.cell.charge < recharging_mech.cell.maxcharge) var/delta = min(max_charge, recharging_mech.cell.maxcharge - recharging_mech.cell.charge) recharging_mech.give_power(delta) use_power(delta*150) else - recharge_console.update_icon() + recharge_console.update_appearance() if(recharging_mech.loc != recharging_turf) recharging_mech = null - recharge_console.update_icon() + recharge_console.update_appearance() /obj/machinery/mech_bay_recharge_port/attackby(obj/item/I, mob/user, params) @@ -113,7 +113,7 @@ if("reconnect") reconnect() . = TRUE - update_icon() + update_appearance() /obj/machinery/computer/mech_bay_power_console/ui_data(mob/user) var/list/data = list() @@ -148,7 +148,11 @@ /obj/machinery/computer/mech_bay_power_console/update_overlays() . = ..() - if(!recharge_port || !recharge_port.recharging_mech || !recharge_port.recharging_mech.cell || !(recharge_port.recharging_mech.cell.charge < recharge_port.recharging_mech.cell.maxcharge) || machine_stat & (NOPOWER|BROKEN)) + if(machine_stat & (NOPOWER|BROKEN)) + return + if(!recharge_port?.recharging_mech?.cell) + return + if(recharge_port.recharging_mech.cell.charge >= recharge_port.recharging_mech.cell.maxcharge) return . += "recharge_comp_on" diff --git a/code/game/mecha/mech_fabricator.dm b/code/game/mecha/mech_fabricator.dm index 155a06bad0bb..c547b9385296 100644 --- a/code/game/mecha/mech_fabricator.dm +++ b/code/game/mecha/mech_fabricator.dm @@ -34,7 +34,7 @@ "Exosuit Equipment", "Exosuit Ammunition", "Cyborg Upgrade Modules", - "IPC components", + "IPC Components", "Misc" ) diff --git a/code/game/mecha/mecha.dm b/code/game/mecha/mecha.dm index 35ea91edfa51..62e8f10455a8 100644 --- a/code/game/mecha/mecha.dm +++ b/code/game/mecha/mecha.dm @@ -151,6 +151,8 @@ /obj/mecha/update_icon_state() if(silicon_pilot && silicon_icon_state) icon_state = silicon_icon_state + return ..() + return ..() /obj/mecha/get_cell() return cell @@ -799,7 +801,7 @@ occupant = AI silicon_pilot = TRUE icon_state = initial(icon_state) - update_icon() + update_appearance() playsound(src, 'sound/machines/windowdoor.ogg', 50, TRUE) if(!internal_damage) SEND_SOUND(occupant, sound('sound/mecha/nominal.ogg',volume=50)) @@ -990,7 +992,7 @@ B.remote_control = src B.update_mouse_pointer() icon_state = initial(icon_state) - update_icon() + update_appearance() setDir(dir_in) log_message("[M] moved in as pilot.", LOG_MECHA) if(!internal_damage) @@ -1083,7 +1085,7 @@ L.forceMove(mmi) L.reset_perspective() mmi.set_mecha(null) - mmi.update_icon() + mmi.update_appearance() icon_state = initial(icon_state)+"-open" setDir(dir_in) diff --git a/code/game/mecha/working/clarke.dm b/code/game/mecha/working/clarke.dm deleted file mode 100644 index 01012d3f7d19..000000000000 --- a/code/game/mecha/working/clarke.dm +++ /dev/null @@ -1,102 +0,0 @@ -/*WS Edit - Removes Clarke -///Lavaproof, fireproof, fast mech with low armor and higher energy consumption, cannot strafe and has an internal ore box. -/obj/mecha/working/clarke - desc = "Combining man and machine for a better, stronger engineer. Can even resist lava!" - name = "\improper Clarke" - icon_state = "clarke" - max_temperature = 65000 - max_integrity = 200 - step_in = 1.25 - resistance_flags = LAVA_PROOF | FIRE_PROOF | ACID_PROOF - lights_power = 7 - deflect_chance = 10 - step_energy_drain = 15 //slightly higher energy drain since you movin those wheels FAST - armor = list("melee" = 20, "bullet" = 10, "laser" = 20, "energy" = 10, "bomb" = 60, "bio" = 0, "rad" = 70, "fire" = 100, "acid" = 100) //low armor to compensate for fire protection and speed - max_equip = 7 - wreckage = /obj/structure/mecha_wreckage/clarke - enter_delay = 40 - canstrafe = FALSE - /// Handles an internal ore box for Clarke - var/obj/structure/ore_box/box - -/obj/mecha/working/clarke/Initialize() - . = ..() - box = new /obj/structure/ore_box(src) - var/obj/item/mecha_parts/mecha_equipment/orebox_manager/ME = new(src) - ME.attach(src) - -/obj/mecha/working/clarke/Destroy() - box.dump_box_contents() - return ..() - -/obj/mecha/working/clarke/moved_inside(mob/living/carbon/human/H) - . = ..() - if(.) - var/datum/atom_hud/hud = GLOB.huds[DATA_HUD_DIAGNOSTIC_ADVANCED] - hud.add_hud_to(H) - -/obj/mecha/working/clarke/go_out() - if(isliving(occupant)) - var/mob/living/L = occupant - var/datum/atom_hud/hud = GLOB.huds[DATA_HUD_DIAGNOSTIC_ADVANCED] - hud.remove_hud_from(L) - return ..() - -/obj/mecha/working/clarke/mmi_moved_inside(obj/item/mmi/M, mob/user) - . = ..() - if(.) - var/datum/atom_hud/hud = GLOB.huds[DATA_HUD_DIAGNOSTIC_ADVANCED] - var/mob/living/brain/B = M.brainmob - hud.add_hud_to(B) - -/obj/mecha/working/clarke/domove(direction) - . = ..() - if (.) - if(prob(30)) - crush_floor() - -/obj/mecha/working/clarke/mechturn(direction) - if(prob(80)) - crush_floor() - return ..() - -///Damages floor tiles and plating as the Clarke moves over them with its tracks. Damage is superficial, will not create hull breaches. -/obj/mecha/working/clarke/proc/crush_floor() - var/turf/open/floor/tile = get_turf(src) - if(!istype(tile, /turf/open/floor)) - return - tile.crush() - -//Ore Box Controls - -///Special equipment for the Clarke mech, handles moving ore without giving the mech a hydraulic clamp and cargo compartment. -/obj/item/mecha_parts/mecha_equipment/orebox_manager - name = "ore storage module" - desc = "An automated ore box management device." - icon = 'icons/obj/mining.dmi' - icon_state = "bin" - selectable = FALSE - detachable = FALSE - salvageable = FALSE - /// Var to avoid istype checking every time the topic button is pressed. This will only work inside Clarke mechs. - var/obj/mecha/working/clarke/hostmech - -/obj/item/mecha_parts/mecha_equipment/orebox_manager/attach(obj/mecha/M) - . = ..() - if(istype(M, /obj/mecha/working/clarke)) - hostmech = M - -/obj/item/mecha_parts/mecha_equipment/orebox_manager/detach() - hostmech = null //just in case - return ..() - -/obj/item/mecha_parts/mecha_equipment/orebox_manager/Topic(href,href_list) - . = ..() - if(!hostmech || !hostmech.box) - return - hostmech.box.dump_box_contents() - -/obj/item/mecha_parts/mecha_equipment/orebox_manager/get_equip_info() - return "[..()] [hostmech?.box ? "Unload Cargo" : "Error"]" - -WS End */ diff --git a/code/game/mecha/working/ripley.dm b/code/game/mecha/working/ripley.dm index bae9a13afdce..2ef07992eb26 100644 --- a/code/game/mecha/working/ripley.dm +++ b/code/game/mecha/working/ripley.dm @@ -45,11 +45,11 @@ /obj/mecha/working/ripley/go_out() ..() - update_icon() + update_appearance() /obj/mecha/working/ripley/moved_inside(mob/living/carbon/human/H) ..() - update_icon() + update_appearance() /obj/mecha/working/ripley/check_for_internal_damage(list/possible_int_damage,ignore_threshold=null) if (!enclosed) diff --git a/code/game/objects/effects/anomalies/anomalies_melter.dm b/code/game/objects/effects/anomalies/anomalies_melter.dm index 763c1f334610..d906d4f4bad2 100644 --- a/code/game/objects/effects/anomalies/anomalies_melter.dm +++ b/code/game/objects/effects/anomalies/anomalies_melter.dm @@ -4,7 +4,7 @@ desc = "A mysterious anomaly. Everburning green flames with a horrid sizzle, melting what's near" effectrange = 2 pulse_delay = 10 SECONDS - aSignal = /obj/item/assembly/signaler/anomaly/pyro + aSignal = /obj/item/assembly/signaler/anomaly/melter /obj/effect/anomaly/melter/anomalyEffect(seconds_per_tick) ..() @@ -18,16 +18,21 @@ for(var/X in meltee.get_equipped_items()) var/obj/item/I = X I.acid_act(20, 20) - I.update_icon() + I.update_appearance() for (var/obj/item/melt in range(effectrange, src)) - melt.acid_act(20, 10) - melt.update_icon() + + if(istype(melt, /obj/item/assembly/signaler/anomaly)) + return + else + melt.acid_act(20, 10) + melt.update_icon() + /obj/effect/anomaly/melter/Bumped(atom/movable/AM) if(isobj(AM)) var/obj/acid = AM acid.acid_act(100,20) - acid.update_icon() + acid.update_appearance() /obj/effect/anomaly/melter/detonate() @@ -35,10 +40,10 @@ for(var/X in meltee.get_equipped_items()) var/obj/item/I = X I.acid_act(200, 20) - I.update_icon() + I.update_appearance() for(var/obj/item in range(effectrange, src)) item.acid_act(100,20) - item.update_icon() + item.update_appearance() . = ..() diff --git a/code/game/objects/effects/anomalies/anomalies_plasmasoul.dm b/code/game/objects/effects/anomalies/anomalies_plasmasoul.dm index 3bb9fde4b5e0..1a81cecabc79 100644 --- a/code/game/objects/effects/anomalies/anomalies_plasmasoul.dm +++ b/code/game/objects/effects/anomalies/anomalies_plasmasoul.dm @@ -1,7 +1,7 @@ /obj/effect/anomaly/plasmasoul name = "plasma soul" icon_state = "plasmasoul" - desc = "A mysterious anomaly, it slowly emits plasma into the area around it." + desc = "A mysterious anomaly, it slowly leaks plasma into the world around it." density = TRUE aSignal = /obj/item/assembly/signaler/anomaly/plasmasoul effectrange = 3 @@ -15,26 +15,32 @@ return COOLDOWN_START(src, pulse_cooldown, pulse_delay) - for(var/mob/living/Mob in range(effectrange,src)) - if(iscarbon(Mob)) - var/mob/living/carbon/carbon = Mob - carbon.reagents?.add_reagent(/datum/reagent/toxin/plasma, reagent_amount) - to_chat(Mob, span_warning("Your blood feels thick..")) - playsound(Mob, 'sound/effects/bubbles.ogg', 50) + for(var/mob/living/mob in range(effectrange,src)) + if(iscarbon(mob)) + var/mob/living/carbon/target = mob + target.reagents?.add_reagent(/datum/reagent/toxin/plasma, reagent_amount) + to_chat(mob, span_warning("Your blood feels thick..")) + playsound(mob, 'sound/effects/bubbles.ogg', 50) if(!COOLDOWN_FINISHED(src, pulse_secondary_cooldown)) return - COOLDOWN_START(src, pulse_secondary_cooldown, pulse_delay*3) + COOLDOWN_START(src, pulse_secondary_cooldown, pulse_delay*5) var/turf/open/tile = get_turf(src) if(istype(tile)) - tile.atmos_spawn_air("o2=250;plasma=750;TEMP=1000") + tile.atmos_spawn_air("plasma=750;TEMP=200") //free lag! /obj/effect/anomaly/plasmasoul/Bumped(atom/movable/AM) var/turf/open/spot = locate(rand(src.x-effectrange, src.x+effectrange), rand(src.y-effectrange, src.y+effectrange), src.z) + for(var/mob/living/mob in range(effectrange,src)) + if(iscarbon(mob)) + var/mob/living/carbon/target = mob + target.reagents?.add_reagent(/datum/reagent/toxin/plasma, reagent_amount) + to_chat(mob, span_warning("Your blood feels thick..")) + playsound(mob, 'sound/effects/bubbles.ogg', 50) if(istype(spot)) - spot.atmos_spawn_air("o2=50;plasma=300;TEMP=500") + spot.atmos_spawn_air("plasma=300;TEMP=200") /obj/effect/anomaly/plasmasoul/detonate() for(var/mob/living/Mob in range(effectrange*2,src)) diff --git a/code/game/objects/effects/contraband.dm b/code/game/objects/effects/contraband.dm index 45c0a0cd9e90..60bdcb7c1546 100644 --- a/code/game/objects/effects/contraband.dm +++ b/code/game/objects/effects/contraband.dm @@ -139,7 +139,7 @@ if(ruined) return if(user.a_intent != INTENT_HARM) - to_chat(user, "You arent HARMFUL enough to rip the poster off the wall.") //preventing accidental ripping posters off wall if not on harm intent + to_chat(user, "You aren't HARMFUL enough to rip the poster off the wall.") //preventing accidental ripping posters off wall if not on harm intent return visible_message("[user] rips [src] in a single, decisive motion!" ) @@ -377,7 +377,7 @@ /obj/structure/sign/poster/contraband/d_day_promo name = "D-Day Promo" - desc = "A promotional poster for some rapper. Famous for complaining about getting 'canceled' over supporting the syndicate, but in reality she was banned from almost every internet and organizion for praising the nuclear attack on Ares IV, which killed over 96% of the population of said world." + desc = "A promotional poster for some rapper. Famous for complaining about getting 'canceled' over supporting the Syndicate, but in reality she was banned from almost every internet and organization for praising the nuclear attack on Ares IV, responsible for the death of 96% of its population." icon_state = "poster_dday" // human sprite by quin /obj/structure/sign/poster/contraband/stechkin @@ -786,7 +786,7 @@ /obj/structure/sign/poster/retro/lasergun_new name = "Old Laser Gun" - desc = "A poster advertising a older version of the L-704, the L-204 model. It has a nice aesthetic." + desc = "A poster advertising an older version of the L-704, the L-204 model. It has a nice aesthetic." icon_state = "poster-newl204_retro" /obj/structure/sign/poster/retro/radio @@ -843,12 +843,12 @@ /obj/structure/sign/poster/contraband/syndiemoth name = "Syndie Moth - Nuclear Operation" - desc = "A Syndicate-commissioned poster that uses Syndie Moth(TM?) to tell the viewer to keep the nuclear authentication disk unsecured. No, we aren't doing that. It's signed by 'AspEv'." + desc = "A Syndicate-commissioned poster that uses Syndie Moth(TM?) to tell the viewer to keep the nuclear authentication disk unsecured. It's signed by 'AspEv'." icon_state = "poster_moth_syndie" /obj/structure/sign/poster/contraband/mothpill name = "Safety Pill - Methamphetamine" - desc = "A decommisioned poster that uses Safety Pill(TM?) to promote less-than-legal chemicals. This is one of the reasons we stopped outsourcing these posters. It's partially signed by 'AspEv'." + desc = "A decommisioned poster that uses Safety Pill(TM?) to promote less-than-legal chemicals. This is one of the reasons Nanotrasen stopped outsourcing their posters. It's partially signed by 'AspEv'." icon_state = "poster_moth_pill" //Solgov poster pool. expect a focus on solarian based products and places. Expect these on solgov ships @@ -930,7 +930,7 @@ /obj/structure/sign/poster/solgov/nanomichi_ad name = "Nanomichi Ad" - desc = " A poster advertising a early post-NOF solarian computer. Severly outdated, but the advert is now a pretty nifty decoration." + desc = " A poster advertising a early post-NOF solarian computer. Severely outdated, but the advert is now a pretty nifty decoration." icon_state = "poster_nanomichi" /obj/structure/sign/poster/solgov/suns diff --git a/code/game/objects/effects/decals/cleanable.dm b/code/game/objects/effects/decals/cleanable.dm index b44719ba904e..57c871ed4c00 100644 --- a/code/game/objects/effects/decals/cleanable.dm +++ b/code/game/objects/effects/decals/cleanable.dm @@ -90,7 +90,7 @@ SIGNAL_HANDLER if(iscarbon(AM) && blood_state && bloodiness > 40) SEND_SIGNAL(AM, COMSIG_STEP_ON_BLOOD, src) - update_icon() + update_appearance() /obj/effect/decal/cleanable/wash(clean_types) ..() diff --git a/code/game/objects/effects/decals/cleanable/humans.dm b/code/game/objects/effects/decals/cleanable/humans.dm index 5e4f4978b75a..3dd327dda08c 100644 --- a/code/game/objects/effects/decals/cleanable/humans.dm +++ b/code/game/objects/effects/decals/cleanable/humans.dm @@ -206,7 +206,7 @@ icon_state = "" //All of the footprint visuals come from overlays if(mapload) entered_dirs |= dir //Keep the same appearance as in the map editor - update_icon() + update_appearance() //Rotate all of the footprint directions too /obj/effect/decal/cleanable/blood/footprints/setDir(newdir) @@ -225,23 +225,27 @@ if(old_exited_dirs & Ddir) exited_dirs |= angle2dir_cardinal(dir2angle(Ddir) + ang_change) - update_icon() + update_appearance() return ..() /obj/effect/decal/cleanable/blood/footprints/update_icon() - cut_overlays() + . = ..() + alpha = min(BLOODY_FOOTPRINT_BASE_ALPHA + (255 - BLOODY_FOOTPRINT_BASE_ALPHA) * bloodiness / (BLOOD_ITEM_MAX / 2), 255) +/obj/effect/decal/cleanable/blood/footprints/update_overlays() + . = ..() for(var/Ddir in GLOB.cardinals) if(entered_dirs & Ddir) var/image/bloodstep_overlay = GLOB.bloody_footprints_cache["entered-[blood_state]-[Ddir]"] if(!bloodstep_overlay) GLOB.bloody_footprints_cache["entered-[blood_state]-[Ddir]"] = bloodstep_overlay = image(icon, "[blood_state]1", dir = Ddir) - add_overlay(bloodstep_overlay) + . += bloodstep_overlay + if(exited_dirs & Ddir) var/image/bloodstep_overlay = GLOB.bloody_footprints_cache["exited-[blood_state]-[Ddir]"] if(!bloodstep_overlay) GLOB.bloody_footprints_cache["exited-[blood_state]-[Ddir]"] = bloodstep_overlay = image(icon, "[blood_state]2", dir = Ddir) - add_overlay(bloodstep_overlay) + . += bloodstep_overlay alpha = min(BLOODY_FOOTPRINT_BASE_ALPHA + (255 - BLOODY_FOOTPRINT_BASE_ALPHA) * bloodiness / (BLOOD_ITEM_MAX / 2), 255) diff --git a/code/game/objects/effects/decals/misc.dm b/code/game/objects/effects/decals/misc.dm index d8570a7bb490..5f84386668f2 100644 --- a/code/game/objects/effects/decals/misc.dm +++ b/code/game/objects/effects/decals/misc.dm @@ -1,18 +1,3 @@ -/obj/effect/temp_visual/point - name = "pointer" - icon = 'icons/hud/screen_gen.dmi' - icon_state = "arrow" - layer = POINT_LAYER - duration = 25 - -/obj/effect/temp_visual/point/Initialize(mapload, set_invis = 0) - . = ..() - var/atom/old_loc = loc - abstract_move(get_turf(src)) - pixel_x = old_loc.pixel_x - pixel_y = old_loc.pixel_y - invisibility = set_invis - //Used by spraybottles. /obj/effect/decal/chempuff name = "chemicals" diff --git a/code/game/objects/effects/decals/turfdecal/markings.dm b/code/game/objects/effects/decals/turfdecal/markings.dm index 1d08a7c84f75..e0a0746f5a2d 100644 --- a/code/game/objects/effects/decals/turfdecal/markings.dm +++ b/code/game/objects/effects/decals/turfdecal/markings.dm @@ -257,6 +257,88 @@ icon = 'icons/turf/decals.dmi' icon_state = "mix" +/** + * Returns a subtype of /obj/effect/turf_decal/number according to the arguments num and shift_mode. + * + * num - must be an integer in [0, 9] and determines the number displayed by the returned decal type. + * shift_mode - must be NONE, EAST, or WEST: + * - If NONE is passed, the returned decal will be centered. + * - If EAST is passed, the returned decal will be shifted to the right. + * - If WEST is passed, the returned decal will be shifted to the left. + */ +/proc/get_number_decal(num, shift_mode) + RETURN_TYPE(/obj/effect/turf_decal/number) + switch(shift_mode) + if(NONE) + switch(num) + if(1) + return /obj/effect/turf_decal/number/one + if(2) + return /obj/effect/turf_decal/number/two + if(3) + return /obj/effect/turf_decal/number/three + if(4) + return /obj/effect/turf_decal/number/four + if(5) + return /obj/effect/turf_decal/number/five + if(6) + return /obj/effect/turf_decal/number/six + if(7) + return /obj/effect/turf_decal/number/seven + if(8) + return /obj/effect/turf_decal/number/eight + if(9) + return /obj/effect/turf_decal/number/nine + if(0) + return /obj/effect/turf_decal/number/zero + if(EAST) + switch(num) + if(1) + return /obj/effect/turf_decal/number/right_one + if(2) + return /obj/effect/turf_decal/number/right_two + if(3) + return /obj/effect/turf_decal/number/right_three + if(4) + return /obj/effect/turf_decal/number/right_four + if(5) + return /obj/effect/turf_decal/number/right_five + if(6) + return /obj/effect/turf_decal/number/right_six + if(7) + return /obj/effect/turf_decal/number/right_seven + if(8) + return /obj/effect/turf_decal/number/right_eight + if(9) + return /obj/effect/turf_decal/number/right_nine + if(0) + return /obj/effect/turf_decal/number/right_zero + if(WEST) + switch(num) + if(1) + return /obj/effect/turf_decal/number/left_one + if(2) + return /obj/effect/turf_decal/number/left_two + if(3) + return /obj/effect/turf_decal/number/left_three + if(4) + return /obj/effect/turf_decal/number/left_four + if(5) + return /obj/effect/turf_decal/number/left_five + if(6) + return /obj/effect/turf_decal/number/left_six + if(7) + return /obj/effect/turf_decal/number/left_seven + if(8) + return /obj/effect/turf_decal/number/left_eight + if(9) + return /obj/effect/turf_decal/number/left_nine + if(0) + return /obj/effect/turf_decal/number/left_zero + + + +// centered number decals /obj/effect/turf_decal/number/one icon = 'icons/turf/decals.dmi' icon_state = "1" @@ -297,6 +379,89 @@ icon = 'icons/turf/decals.dmi' icon_state = "0" +// right-shifted number decals (1s digit) +/obj/effect/turf_decal/number/right_one + icon = 'icons/turf/decals.dmi' + icon_state = "-1" + +/obj/effect/turf_decal/number/right_two + icon = 'icons/turf/decals.dmi' + icon_state = "-2" + +/obj/effect/turf_decal/number/right_three + icon = 'icons/turf/decals.dmi' + icon_state = "-3" + +/obj/effect/turf_decal/number/right_four + icon = 'icons/turf/decals.dmi' + icon_state = "-4" + +/obj/effect/turf_decal/number/right_five + icon = 'icons/turf/decals.dmi' + icon_state = "-5" + +/obj/effect/turf_decal/number/right_six + icon = 'icons/turf/decals.dmi' + icon_state = "-6" + +/obj/effect/turf_decal/number/right_seven + icon = 'icons/turf/decals.dmi' + icon_state = "-7" + +/obj/effect/turf_decal/number/right_eight + icon = 'icons/turf/decals.dmi' + icon_state = "-8" + +/obj/effect/turf_decal/number/right_nine + icon = 'icons/turf/decals.dmi' + icon_state = "-9" + +/obj/effect/turf_decal/number/right_zero + icon = 'icons/turf/decals.dmi' + icon_state = "-0" + +// left-shifted number decals (10s digit) +/obj/effect/turf_decal/number/left_one + icon = 'icons/turf/decals.dmi' + icon_state = "1-" + +/obj/effect/turf_decal/number/left_two + icon = 'icons/turf/decals.dmi' + icon_state = "2-" + +/obj/effect/turf_decal/number/left_three + icon = 'icons/turf/decals.dmi' + icon_state = "3-" + +/obj/effect/turf_decal/number/left_four + icon = 'icons/turf/decals.dmi' + icon_state = "4-" + +/obj/effect/turf_decal/number/left_five + icon = 'icons/turf/decals.dmi' + icon_state = "5-" + +/obj/effect/turf_decal/number/left_six + icon = 'icons/turf/decals.dmi' + icon_state = "6-" + +/obj/effect/turf_decal/number/left_seven + icon = 'icons/turf/decals.dmi' + icon_state = "7-" + +/obj/effect/turf_decal/number/left_eight + icon = 'icons/turf/decals.dmi' + icon_state = "8-" + +/obj/effect/turf_decal/number/left_nine + icon = 'icons/turf/decals.dmi' + icon_state = "9-" + +/obj/effect/turf_decal/number/left_zero + icon = 'icons/turf/decals.dmi' + icon_state = "0-" + + /obj/effect/turf_decal/dept/hop icon = 'icons/turf/decals.dmi' icon_state = "hop" diff --git a/code/game/objects/effects/effect_system/effects_foam.dm b/code/game/objects/effects/effect_system/effects_foam.dm index 4259403c2de0..51020d8f60dc 100644 --- a/code/game/objects/effects/effect_system/effects_foam.dm +++ b/code/game/objects/effects/effect_system/effects_foam.dm @@ -321,7 +321,7 @@ for(var/obj/machinery/atmospherics/components/unary/U in O) if(!U.welded) U.welded = TRUE - U.update_icon() + U.update_appearance() U.visible_message("[U] sealed shut!") for(var/mob/living/L in O) L.ExtinguishMob() diff --git a/code/game/objects/effects/effect_system/effects_smoke.dm b/code/game/objects/effects/effect_system/effects_smoke.dm index e357ac3ea79a..a19ab7781269 100644 --- a/code/game/objects/effects/effect_system/effects_smoke.dm +++ b/code/game/objects/effects/effect_system/effects_smoke.dm @@ -168,7 +168,7 @@ for(var/obj/machinery/atmospherics/components/unary/U in T) if(!isnull(U.welded) && !U.welded) //must be an unwelded vent pump or vent scrubber. U.welded = TRUE - U.update_icon() + U.update_appearance() U.visible_message("[U] is frozen shut!") for(var/mob/living/L in T) L.ExtinguishMob() diff --git a/code/game/objects/effects/spawners/bombspawner.dm b/code/game/objects/effects/spawners/bombspawner.dm index cb5b34ec8cca..914b910d9830 100644 --- a/code/game/objects/effects/spawners/bombspawner.dm +++ b/code/game/objects/effects/spawners/bombspawner.dm @@ -35,7 +35,7 @@ V.attached_device = A A.holder = V - V.update_icon() + V.update_appearance() return INITIALIZE_HINT_QDEL diff --git a/code/game/objects/effects/spawners/bundle.dm b/code/game/objects/effects/spawners/bundle.dm index 354dbcc7c6e4..41faf88745b2 100644 --- a/code/game/objects/effects/spawners/bundle.dm +++ b/code/game/objects/effects/spawners/bundle.dm @@ -94,14 +94,6 @@ /obj/item/clothing/under/costume/owl, /obj/item/clothing/mask/gas/owl_mask) -/obj/effect/spawner/bundle/costume/griffin - name = "griffin costume spawner" - items = list( - /obj/item/clothing/suit/toggle/owlwings/griffinwings, - /obj/item/clothing/shoes/griffin, - /obj/item/clothing/under/costume/griffin, - /obj/item/clothing/head/griffin) - /obj/effect/spawner/bundle/costume/waiter name = "waiter costume spawner" items = list( diff --git a/code/game/objects/effects/spawners/lootdrop.dm b/code/game/objects/effects/spawners/lootdrop.dm index b07a53870730..41003679c894 100644 --- a/code/game/objects/effects/spawners/lootdrop.dm +++ b/code/game/objects/effects/spawners/lootdrop.dm @@ -948,10 +948,8 @@ /obj/effect/spawner/lootdrop/anomaly/rock/cave loot = list( /obj/effect/anomaly/flux/planetary, - /obj/effect/anomaly/grav/planetary, /obj/effect/anomaly/hallucination/planetary, /obj/effect/anomaly/pyro/planetary, - /obj/effect/anomaly/grav/high/planetary, /obj/effect/anomaly/heartbeat/planetary, /obj/effect/anomaly/sparkler/planetary, /obj/effect/anomaly/veins/planetary, diff --git a/code/game/objects/effects/temporary_visuals/miscellaneous.dm b/code/game/objects/effects/temporary_visuals/miscellaneous.dm index 4c3e4397e73f..d825f49c811d 100644 --- a/code/game/objects/effects/temporary_visuals/miscellaneous.dm +++ b/code/game/objects/effects/temporary_visuals/miscellaneous.dm @@ -57,6 +57,10 @@ /obj/effect/temp_visual/dir_setting/firing_effect icon = 'icons/effects/effects.dmi' icon_state = "firing_effect" + light_system = MOVABLE_LIGHT + light_range = 2 + light_power = 0.4 + light_color = COLOR_VERY_SOFT_YELLOW duration = 2 /obj/effect/temp_visual/dir_setting/firing_effect/setDir(newdir) @@ -75,8 +79,16 @@ /obj/effect/temp_visual/dir_setting/firing_effect/energy icon_state = "firing_effect_energy" + light_color = COLOR_RED_LIGHT duration = 3 +/obj/effect/temp_visual/dir_setting/firing_effect/gauss +//gauss doesn't have a muzzle flash + light_system = null + light_range = 0 + light_power = 0 + light_color = null + /obj/effect/temp_visual/dir_setting/firing_effect/magic icon_state = "shieldsparkles" duration = 3 @@ -502,22 +514,26 @@ status = rcd_status delay = rcd_delay if (status == RCD_DECONSTRUCT) - addtimer(CALLBACK(src, /atom/.proc/update_icon), 11) + addtimer(CALLBACK(src, /atom/.proc/update_appearance), 1.1 SECONDS) delay -= 11 icon_state = "rcd_end_reverse" else - update_icon() + update_appearance() /obj/effect/constructing_effect/update_icon_state() icon_state = "rcd" - if (delay < 10) + if(delay < 10) icon_state += "_shortest" - else if (delay < 20) + return ..() + if (delay < 20) icon_state += "_shorter" - else if (delay < 37) + return ..() + if (delay < 37) icon_state += "_short" - if (status == RCD_DECONSTRUCT) + return ..() + if(status == RCD_DECONSTRUCT) icon_state += "_reverse" + return ..() /obj/effect/constructing_effect/proc/end_animation() if (status == RCD_DECONSTRUCT) diff --git a/code/game/objects/items.dm b/code/game/objects/items.dm index 1cc888a143cd..03ac738b3396 100644 --- a/code/game/objects/items.dm +++ b/code/game/objects/items.dm @@ -154,6 +154,8 @@ GLOBAL_VAR_INIT(embedpocalypse, FALSE) // if true, all items will be able to emb var/toolspeed = 1 var/block_chance = 0 + var/block_cooldown_time = 1 SECONDS + COOLDOWN_DECLARE(block_cooldown) var/hit_reaction_chance = 0 //If you want to have something unrelated to blocking/armour piercing etc. Maybe not needed, but trying to think ahead/allow more freedom ///In tiles, how far this weapon can reach; 1 for adjacent, which is default var/reach = 1 @@ -253,15 +255,6 @@ GLOBAL_VAR_INIT(embedpocalypse, FALSE) // if true, all items will be able to emb if(sharpness) //give sharp objects butchering functionality, for consistency AddComponent(/datum/component/butchering, 80 * toolspeed) -/**Makes cool stuff happen when you suicide with an item - * - *Outputs a creative message and then return the damagetype done - * Arguments: - * * user: The mob that is suiciding - */ -/obj/item/proc/suicide_act(mob/user) - return - /obj/item/verb/move_to_top() set name = "Move To Top" set category = "Object" @@ -458,8 +451,18 @@ GLOBAL_VAR_INIT(embedpocalypse, FALSE) // if true, all items will be able to emb /obj/item/proc/hit_reaction(mob/living/carbon/human/owner, atom/movable/hitby, attack_text = "the attack", final_block_chance = 0, damage = 0, attack_type = MELEE_ATTACK) SEND_SIGNAL(src, COMSIG_ITEM_HIT_REACT, args) - if(prob(final_block_chance)) + if((prob(final_block_chance) && COOLDOWN_FINISHED(src, block_cooldown)) || (prob(final_block_chance) && istype(src, /obj/item/shield))) owner.visible_message("[owner] blocks [attack_text] with [src]!") + var/rand_ricochet = pick(list( + 'sound/weapons/effects/ric1.ogg', + 'sound/weapons/effects/ric2.ogg', + 'sound/weapons/effects/ric3.ogg', + 'sound/weapons/effects/ric4.ogg', + 'sound/weapons/effects/ric5.ogg' + )) + playsound(src, rand_ricochet, 100) + if(!istype(src, /obj/item/shield)) + COOLDOWN_START(src, block_cooldown, block_cooldown_time) return 1 return 0 @@ -879,15 +882,11 @@ GLOBAL_VAR_INIT(embedpocalypse, FALSE) // if true, all items will be able to emb colour = COLOR_BLUE_GRAY else colour = COLOR_BLUE_GRAY - if(outline_filter) - filters -= outline_filter - outline_filter = filter(type="outline", size=1, color=colour) - filters += outline_filter + add_filter(HOVER_OUTLINE_FILTER, 1, list(type="outline", size=1, color=colour)) + /obj/item/proc/remove_outline() - if(outline_filter) - filters -= outline_filter - outline_filter = null + remove_filter(HOVER_OUTLINE_FILTER) /// Called when a mob tries to use the item as a tool.Handles most checks. /obj/item/proc/use_tool(atom/target, mob/living/user, delay, amount=0, volume=0, datum/callback/extra_checks) @@ -1100,3 +1099,10 @@ GLOBAL_VAR_INIT(embedpocalypse, FALSE) // if true, all items will be able to emb /obj/item/proc/on_offer_taken(mob/living/carbon/offerer, mob/living/carbon/taker) if(SEND_SIGNAL(src, COMSIG_ITEM_OFFER_TAKEN, offerer, taker) & COMPONENT_OFFER_INTERRUPT) return TRUE + +/** + * Returns null if this object cannot be used to interact with physical writing mediums such as paper. + * Returns a list of key attributes for this object interacting with paper otherwise. + */ +/obj/item/proc/get_writing_implement_details() + return null diff --git a/code/game/objects/items/RCD.dm b/code/game/objects/items/RCD.dm index 493fd78e69cd..b84ccff2b8c9 100644 --- a/code/game/objects/items/RCD.dm +++ b/code/game/objects/items/RCD.dm @@ -101,7 +101,7 @@ RLD qdel(W) else return ..() - update_icon() //ensures that ammo counters (if present) get updated + update_appearance() //ensures that ammo counters (if present) get updated /obj/item/construction/proc/loadwithsheets(obj/item/stack/sheet/S, value, mob/user) var/maxsheets = round((max_matter-matter)/value) //calculate the max number of sheets that will fit in RCD @@ -130,7 +130,7 @@ RLD to_chat(user, no_ammo_message) return FALSE matter -= amount - update_icon() + update_appearance() return TRUE else if(silo_mats.on_hold()) @@ -207,31 +207,6 @@ RLD /// Integrated airlock electronics for setting access to a newly built airlocks var/obj/item/electronics/airlock/airlock_electronics -/obj/item/construction/rcd/suicide_act(mob/living/user) - var/turf/T = get_turf(user) - - if(!isopenturf(T)) // Oh fuck - user.visible_message("[user] is beating [user.p_them()]self to death with [src]! It looks like [user.p_theyre()] trying to commit suicide!") - return BRUTELOSS - - mode = RCD_FLOORWALL - user.visible_message("[user] sets the RCD to 'Wall' and points it down [user.p_their()] throat! It looks like [user.p_theyre()] trying to commit suicide!") - if(checkResource(16, user)) // It takes 16 resources to construct a wall - var/success = T.rcd_act(user, src, RCD_FLOORWALL) - T = get_turf(user) - // If the RCD placed a floor instead of a wall, having a wall without plating under it is cursed - // There isn't an easy programmatical way to check if rcd_act will place a floor or a wall, so just repeat using it for free - if(success && isopenturf(T)) - T.rcd_act(user, src, RCD_FLOORWALL) - useResource(16, user) - activate() - playsound(src.loc, 'sound/machines/click.ogg', 50, 1) - user.gib() - return MANUAL_SUICIDE - - user.visible_message("[user] pulls the trigger... But there is not enough ammo!") - return SHAME - /obj/item/construction/rcd/verb/toggle_window_type_verb() set name = "RCD : Toggle Window Type" set category = "Object" @@ -546,7 +521,7 @@ RLD /obj/item/construction/rcd/Initialize() . = ..() - update_icon() + update_appearance() /obj/item/construction/rcd/borg no_ammo_message = "Insufficient charge." @@ -683,6 +658,7 @@ RLD /obj/item/construction/rld/update_icon_state() icon_state = "rld-[round(matter/matter_divisor)]" + return ..() /obj/item/construction/rld/attack_self(mob/user) ..() diff --git a/code/game/objects/items/RCL.dm b/code/game/objects/items/RCL.dm index b72a01394ff9..18661712b6e4 100644 --- a/code/game/objects/items/RCL.dm +++ b/code/game/objects/items/RCL.dm @@ -64,7 +64,7 @@ loaded.amount += transfer_amount else return - update_icon() + update_appearance() to_chat(user, "You add the cables to [src]. It now contains [loaded.amount].") else if(W.tool_behaviour == TOOL_SCREWDRIVER) if(!loaded) @@ -96,7 +96,7 @@ loaded.forceMove(get_turf(user)) loaded = null - update_icon() + update_appearance() else ..() @@ -116,7 +116,7 @@ if(!loaded) icon_state = "rcl-0" item_state = "rcl-0" - return + return ..() switch(loaded.amount) if(61 to INFINITY) icon_state = "rcl-30" @@ -130,9 +130,10 @@ else icon_state = "rcl-0" item_state = "rcl-0" + return ..() /obj/item/rcl/proc/is_empty(mob/user, loud = 1) - update_icon() + update_appearance() if(!loaded || !loaded.amount) if(loud) to_chat(user, "The last of the cables unreel from [src].") @@ -213,7 +214,7 @@ loaded.cable_color = colors[current_color_index] last = loaded.place_turf(get_turf(src), user, turn(user.dir, 180)) is_empty(user) //If we've run out, display message - update_icon() + update_appearance() //searches the current tile for a stub cable of the same colour @@ -302,11 +303,11 @@ loaded = new() loaded.max_amount = max_amount loaded.amount = max_amount - update_icon() + update_appearance() /obj/item/rcl/Initialize() . = ..() - update_icon() + update_appearance() /obj/item/rcl/ui_action_click(mob/user, action) if(istype(action, /datum/action/item_action/rcl_col)) @@ -335,7 +336,7 @@ if(!loaded) icon_state = "rclg-0" item_state = "rclg-0" - return + return ..() switch(loaded.amount) if(1 to INFINITY) icon_state = "rclg-1" @@ -343,3 +344,4 @@ else icon_state = "rclg-1" item_state = "rclg-1" + return ..() diff --git a/code/game/objects/items/RPD.dm b/code/game/objects/items/RPD.dm index bdc5aad7fda3..6ea32ab181e3 100644 --- a/code/game/objects/items/RPD.dm +++ b/code/game/objects/items/RPD.dm @@ -239,12 +239,6 @@ GLOBAL_LIST_INIT(transit_tube_recipes, list( /obj/item/pipe_dispenser/attack_self(mob/user) ui_interact(user) -/obj/item/pipe_dispenser/suicide_act(mob/user) - user.visible_message("[user] points the end of the RPD down [user.p_their()] throat and presses a button! It looks like [user.p_theyre()] trying to commit suicide...") - playsound(get_turf(user), 'sound/machines/click.ogg', 50, TRUE) - playsound(get_turf(user), 'sound/items/deconstruct.ogg', 50, TRUE) - return(BRUTELOSS) - /obj/item/pipe_dispenser/ui_assets(mob/user) return list( get_asset_datum(/datum/asset/spritesheet/pipes), @@ -440,7 +434,7 @@ GLOBAL_LIST_INIT(transit_tube_recipes, list( activate() C.add_fingerprint(usr) - C.update_icon() + C.update_appearance() if(mode & WRENCH_MODE) C.wrench_act(user, src) return diff --git a/code/game/objects/items/airlock_painter.dm b/code/game/objects/items/airlock_painter.dm index 54d7fd588b40..bc8beda4e141 100644 --- a/code/game/objects/items/airlock_painter.dm +++ b/code/game/objects/items/airlock_painter.dm @@ -61,53 +61,6 @@ else return 1 -/obj/item/airlock_painter/suicide_act(mob/user) - var/obj/item/organ/lungs/L = user.getorganslot(ORGAN_SLOT_LUNGS) - - if(can_use(user) && L) - user.visible_message("[user] is inhaling toner from [src]! It looks like [user.p_theyre()] trying to commit suicide!") - use(user) - - // Once you've inhaled the toner, you throw up your lungs - // and then die. - - // Find out if there is an open turf in front of us, - // and if not, pick the turf we are standing on. - var/turf/T = get_step(get_turf(src), user.dir) - if(!isopenturf(T)) - T = get_turf(src) - - // they managed to lose their lungs between then and - // now. Good job. - if(!L) - return OXYLOSS - - L.Remove(user) - - // make some colorful reagent, and apply it to the lungs - L.create_reagents(10) - L.reagents.add_reagent(/datum/reagent/colorful_reagent, 10) - L.reagents.expose(L, TOUCH, 1) - - // TODO maybe add some colorful vomit? - - user.visible_message("[user] vomits out [user.p_their()] [L]!") - playsound(user.loc, 'sound/effects/splat.ogg', 50, TRUE) - - L.forceMove(T) - - return (TOXLOSS|OXYLOSS) - else if(can_use(user) && !L) - user.visible_message("[user] is spraying toner on [user.p_them()]self from [src]! It looks like [user.p_theyre()] trying to commit suicide.") - user.reagents.add_reagent(/datum/reagent/colorful_reagent, 1) - user.reagents.expose(user, TOUCH, 1) - return TOXLOSS - - else - user.visible_message("[user] is trying to inhale toner from [src]! It might be a suicide attempt if [src] had any toner.") - return SHAME - - /obj/item/airlock_painter/examine(mob/user) . = ..() if(!ink) diff --git a/code/game/objects/items/blueprints.dm b/code/game/objects/items/blueprints.dm index ee8d1261c64e..d410dfef0d7d 100644 --- a/code/game/objects/items/blueprints.dm +++ b/code/game/objects/items/blueprints.dm @@ -228,6 +228,8 @@ M.name = replacetext(M.name,oldtitle,title) for(var/obj/machinery/door/M in A) M.name = replacetext(M.name,oldtitle,title) + for(var/obj/machinery/fax/M in A) + M.fax_name = replacetext(M.fax_name,oldtitle,title) //TODO: much much more. Unnamed airlocks, cameras, etc. /obj/item/areaeditor/shuttle diff --git a/code/game/objects/items/bodybag.dm b/code/game/objects/items/bodybag.dm index b0b349eb23c6..2013c1e4e77e 100644 --- a/code/game/objects/items/bodybag.dm +++ b/code/game/objects/items/bodybag.dm @@ -31,17 +31,6 @@ R.foldedbag_instance = src moveToNullspace() -/obj/item/bodybag/suicide_act(mob/user) - if(isopenturf(user.loc)) - user.visible_message("[user] is crawling into [src]! It looks like [user.p_theyre()] trying to commit suicide!") - var/obj/structure/closet/body_bag/R = new unfoldedbag_path(user.loc) - R.add_fingerprint(user) - qdel(src) - user.forceMove(R) - playsound(src, 'sound/items/zip.ogg', 15, TRUE, -3) - return (OXYLOSS) - ..() - // Bluespace bodybag /obj/item/bodybag/bluespace diff --git a/code/game/objects/items/broom.dm b/code/game/objects/items/broom.dm index 14ab77ca43ea..78ee6cc25d3c 100644 --- a/code/game/objects/items/broom.dm +++ b/code/game/objects/items/broom.dm @@ -3,6 +3,7 @@ desc = "This is my BROOMSTICK! It can be used manually or braced with two hands to sweep items as you move. It has a telescopic handle for compact storage." icon = 'icons/obj/janitor.dmi' icon_state = "broom0" + base_icon_state = "broom" lefthand_file = 'icons/mob/inhands/equipment/custodial_lefthand.dmi' righthand_file = 'icons/mob/inhands/equipment/custodial_righthand.dmi' force = 8 @@ -21,10 +22,11 @@ /obj/item/pushbroom/ComponentInitialize() . = ..() - AddComponent(/datum/component/two_handed, force_unwielded=8, force_wielded=12, icon_wielded="broom1") + AddComponent(/datum/component/two_handed, force_unwielded=8, force_wielded=12, icon_wielded="[base_icon_state]1") /obj/item/pushbroom/update_icon_state() - icon_state = "broom0" + icon_state = "[base_icon_state]0" + return ..() /// triggered on wield of two handed item /obj/item/pushbroom/proc/on_wield(obj/item/source, mob/user) @@ -65,11 +67,11 @@ break if(i > 0) if (target_bin) - target_bin.update_icon() + target_bin.update_appearance() to_chat(user, "You sweep the pile of garbage into [target_bin].") playsound(loc, 'sound/weapons/thudswoosh.ogg', 30, TRUE, -1) /obj/item/pushbroom/proc/janicart_insert(mob/user, obj/structure/janitorialcart/J) //bless you whoever fixes this copypasta J.put_in_cart(src, user) J.mybroom=src - J.update_icon() + J.update_appearance() diff --git a/code/game/objects/items/candle.dm b/code/game/objects/items/candle.dm index 85606d74e10a..595c798d4c9e 100644 --- a/code/game/objects/items/candle.dm +++ b/code/game/objects/items/candle.dm @@ -21,6 +21,7 @@ /obj/item/candle/update_icon_state() icon_state = "candle[(wax > 400) ? ((wax > 750) ? 1 : 2) : 3][lit ? "_lit" : ""]" + return ..() /obj/item/candle/attackby(obj/item/W, mob/user, params) var/msg = W.ignition_effect(src, user) @@ -44,13 +45,13 @@ usr.visible_message(show_message) set_light(CANDLE_LUMINOSITY, 0.8) START_PROCESSING(SSobj, src) - update_icon() + update_appearance() /obj/item/candle/proc/put_out_candle() if(!lit) return lit = FALSE - update_icon() + update_appearance() set_light(0) return TRUE @@ -66,7 +67,7 @@ if(!wax) new /obj/item/trash/candle(loc) qdel(src) - update_icon() + update_appearance() open_flame() /obj/item/candle/attack_self(mob/user) @@ -114,12 +115,13 @@ user.visible_message( "[user] snuffs [src] out.") lit = FALSE - update_icon() + update_appearance() set_light(0) -/obj/item/candle/tribal_torch/update_icon() +/obj/item/candle/tribal_torch/update_appearance() icon_state = "torch[lit ? "_lit" : "_unlit"]" item_state = "torch[lit ? "-on" : ""]" + return ..() #undef CANDLE_LUMINOSITY diff --git a/code/game/objects/items/cards_ids.dm b/code/game/objects/items/cards_ids.dm index 0879883042e5..58eba6e70e88 100644 --- a/code/game/objects/items/cards_ids.dm +++ b/code/game/objects/items/cards_ids.dm @@ -20,10 +20,6 @@ var/list/files = list() -/obj/item/card/suicide_act(mob/living/carbon/user) - user.visible_message("[user] begins to swipe [user.p_their()] neck with \the [src]! It looks like [user.p_theyre()] trying to commit suicide!") - return BRUTELOSS - /obj/item/card/data name = "data card" desc = "A plastic magstripe card for simple and speedy data storage and transfer. This one has a stripe running down the middle." @@ -39,7 +35,7 @@ /obj/item/card/data/Initialize() .=..() - update_icon() + update_appearance() /obj/item/card/data/update_overlays() . = ..() @@ -387,7 +383,7 @@ var/obj/item/storage/wallet/powergaming = loc if(powergaming.front_id == src) powergaming.update_label() - powergaming.update_icon() + powergaming.update_appearance() /obj/item/card/id/proc/get_cached_flat_icon() if(!cached_flat_icon) @@ -424,7 +420,7 @@ update_label() /obj/item/card/id/proc/update_label() var/blank = !registered_name name = "[blank ? initial(name) : "[registered_name]'s ID Card"][(!assignment) ? "" : " ([assignment])"]" - update_icon() + update_appearance() /obj/item/card/id/silver name = "silver identification card" @@ -581,6 +577,11 @@ update_label() access = list(ACCESS_SYNDICATE, ACCESS_ROBOTICS, ACCESS_ARMORY, ACCESS_SYNDICATE_LEADER) uses_overlays = FALSE +/obj/item/card/id/patient //Aegis ID + assignment = "Long Term Patient" + uses_overlays = FALSE + access = list(ACCESS_SYNDICATE) + /obj/item/card/id/captains_spare desc = "The spare ID of the High Lord himself." icon_state = "gold" @@ -601,7 +602,7 @@ update_label() /obj/item/card/id/captains_spare/update_label() //so it doesn't change to Captain's ID card (Captain) on a sneeze if(registered_name == "Captain") name = "[initial(name)][(!assignment || assignment == "Captain") ? "" : " ([assignment])"]" - update_icon() + update_appearance() else ..() diff --git a/code/game/objects/items/cash.dm b/code/game/objects/items/cash.dm index 0ec1885ed7e6..53a809d1cd0c 100644 --- a/code/game/objects/items/cash.dm +++ b/code/game/objects/items/cash.dm @@ -20,7 +20,7 @@ ..() if(amount) value = amount - update_icon() + update_appearance() /obj/item/spacecash/attackby(obj/item/W, mob/user) if(istype(W, /obj/item/spacecash)) @@ -35,7 +35,7 @@ qdel(cash) bundle.value += value - bundle.update_icon() + bundle.update_appearance() if(ishuman(user)) var/mob/living/carbon/human/H = user H.dropItemToGround(src) @@ -53,9 +53,9 @@ /obj/item/spacecash/bundle/Initialize() . = ..() - update_icon() + update_appearance() -/obj/item/spacecash/bundle/update_icon() +/obj/item/spacecash/bundle/update_appearance() icon_state = "nothing" cut_overlays() var/remaining_value = value @@ -110,6 +110,7 @@ desc = "That's a lot of dosh." drop_sound = 'sound/items/handling/dosh_drop.ogg' pickup_sound = 'sound/items/handling/dosh_pickup.ogg' + return ..() /obj/item/spacecash/bundle/attack_self() var/cashamount = input(usr, "How many credits do you want to take? (0 to [value])", "Take Money", 20) as num @@ -128,9 +129,9 @@ var/obj/item/spacecash/bundle/bundle = new (usr.loc) bundle.value = cashamount - bundle.update_icon() + bundle.update_appearance() usr.put_in_hands(bundle) - update_icon() + update_appearance() /obj/item/spacecash/bundle/AltClick(mob/living/user) var/cashamount = input(usr, "How many credits do you want to take? (0 to [value])", "Take Money", 20) as num @@ -149,9 +150,9 @@ var/obj/item/spacecash/bundle/bundle = new (usr.loc) bundle.value = cashamount - bundle.update_icon() + bundle.update_appearance() usr.put_in_hands(bundle) - update_icon() + update_appearance() /obj/item/spacecash/bundle/attack_hand(mob/user) if(user.get_inactive_held_item() == src) @@ -161,7 +162,7 @@ var/nuvalue = value - 1 value = nuvalue user.put_in_hands(new /obj/item/spacecash/bundle(loc, 1)) - update_icon() + update_appearance() else . = ..() diff --git a/code/game/objects/items/chainsaw.dm b/code/game/objects/items/chainsaw.dm index 943471d0f131..8d0d89a88638 100644 --- a/code/game/objects/items/chainsaw.dm +++ b/code/game/objects/items/chainsaw.dm @@ -45,18 +45,6 @@ wielded = FALSE -/obj/item/chainsaw/suicide_act(mob/living/carbon/user) - if(on) - user.visible_message("[user] begins to tear [user.p_their()] head off with [src]! It looks like [user.p_theyre()] trying to commit suicide!") - playsound(src, 'sound/weapons/chainsawhit.ogg', 100, TRUE) - var/obj/item/bodypart/head/myhead = user.get_bodypart(BODY_ZONE_HEAD) - if(myhead) - myhead.dismember() - else - user.visible_message("[user] smashes [src] into [user.p_their()] neck, destroying [user.p_their()] esophagus! It looks like [user.p_theyre()] trying to commit suicide!") - playsound(src, 'sound/weapons/genhit1.ogg', 100, TRUE) - return(BRUTELOSS) - /obj/item/chainsaw/attack_self(mob/user) on = !on to_chat(user, "As you pull the starting cord dangling from [src], [on ? "it begins to whirr." : "the chain stops moving."]") diff --git a/code/game/objects/items/chrono_eraser.dm b/code/game/objects/items/chrono_eraser.dm index 28ff54d0f6d8..61a174871de5 100644 --- a/code/game/objects/items/chrono_eraser.dm +++ b/code/game/objects/items/chrono_eraser.dm @@ -190,7 +190,7 @@ cached_icon.Insert(mob_icon, "frame[i]") mob_underlay = mutable_appearance(cached_icon, "frame1") - update_icon() + update_appearance() desc = initial(desc) + "
    It appears to contain [target.name]." START_PROCESSING(SSobj, src) @@ -201,7 +201,8 @@ gun.field_disconnect(src) return ..() -/obj/structure/chrono_field/update_icon() +/obj/structure/chrono_field/update_overlays() + . = ..() var/ttk_frame = 1 - (tickstokill / initial(tickstokill)) ttk_frame = clamp(CEILING(ttk_frame * CHRONO_FRAME_COUNT, 1), 1, CHRONO_FRAME_COUNT) if(ttk_frame != RPpos) @@ -230,7 +231,7 @@ captured.Unconscious(80) if(captured.loc != src) captured.forceMove(src) - update_icon() + update_appearance() if(gun) if(gun.field_check(src)) tickstokill-- diff --git a/code/game/objects/items/cigs_lighters.dm b/code/game/objects/items/cigs_lighters.dm index daad46ce51cf..44857142e4db 100644 --- a/code/game/objects/items/cigs_lighters.dm +++ b/code/game/objects/items/cigs_lighters.dm @@ -50,7 +50,7 @@ CIGARETTE PACKETS ARE IN FANCY.DM desc = "A [initial(name)]. This one is lit." attack_verb = list("burnt","singed") START_PROCESSING(SSobj, src) - update_icon() + update_appearance() /obj/item/match/proc/matchburnout() if(lit) @@ -135,10 +135,6 @@ CIGARETTE PACKETS ARE IN FANCY.DM var/list/list_reagents = list(/datum/reagent/drug/nicotine = 15) var/lung_harm = 0.1 //How bad it is for you -/obj/item/clothing/mask/cigarette/suicide_act(mob/user) - user.visible_message("[user] is huffing [src] as quickly as [user.p_they()] can! It looks like [user.p_theyre()] trying to give [user.p_them()]self cancer.") - return (TOXLOSS|OXYLOSS) - /obj/item/clothing/mask/cigarette/Initialize() . = ..() create_reagents(chem_volume, INJECTABLE | NO_REACT) @@ -598,28 +594,20 @@ CIGARETTE PACKETS ARE IN FANCY.DM . = ..() if(!overlay_state) overlay_state = pick(overlay_list) - update_icon() + update_appearance() /obj/item/lighter/cyborg_unequip(mob/user) if(!lit) return set_lit(FALSE) -/obj/item/lighter/suicide_act(mob/living/carbon/user) - if (lit) - user.visible_message("[user] begins holding \the [src]'s flame up to [user.p_their()] face! It looks like [user.p_theyre()] trying to commit suicide!") - playsound(src, 'sound/items/welder.ogg', 50, TRUE) - return FIRELOSS - else - user.visible_message("[user] begins whacking [user.p_them()]self with \the [src]! It looks like [user.p_theyre()] trying to commit suicide!") - return BRUTELOSS - /obj/item/lighter/update_overlays() . = ..() . += create_lighter_overlay() /obj/item/lighter/update_icon_state() icon_state = "[initial(icon_state)][lit ? "-on" : ""]" + return ..() /obj/item/lighter/proc/create_lighter_overlay() return mutable_appearance(icon, "lighter_overlay_[overlay_state][lit ? "-on" : ""]") @@ -642,7 +630,7 @@ CIGARETTE PACKETS ARE IN FANCY.DM force = 0 attack_verb = null //human_defense.dm takes care of it set_light_on(lit) - update_icon() + update_appearance() /obj/item/lighter/extinguish() set_lit(FALSE) @@ -745,7 +733,7 @@ CIGARETTE PACKETS ARE IN FANCY.DM . = ..() if(!lighter_color) lighter_color = pick(color_list) - update_icon() + update_appearance() /obj/item/lighter/greyscale/create_lighter_overlay() var/mutable_appearance/lighter_overlay = ..() @@ -858,11 +846,6 @@ CIGARETTE PACKETS ARE IN FANCY.DM var/vapecolor //What color the vape should be. If this is not filled out it will automatically be set on Initialize() - WS edit - Lightable e-cigarettes var/overlayname = "vape" //Used to decide what overlay sprites to use - WS edit - Lightable e-cigarettes -/obj/item/clothing/mask/vape/suicide_act(mob/user) - user.visible_message("[user] is puffin hard on dat vape, [user.p_they()] trying to join the vape life on a whole notha plane!")//it doesn't give you cancer, it is cancer - return (TOXLOSS|OXYLOSS) - - /obj/item/clothing/mask/vape/Initialize(mapload, param_color) . = ..() create_reagents(chem_volume, NO_REACT) diff --git a/code/game/objects/items/circuitboards/machine_circuitboards.dm b/code/game/objects/items/circuitboards/machine_circuitboards.dm index 67085568371d..7e7bd499a19b 100644 --- a/code/game/objects/items/circuitboards/machine_circuitboards.dm +++ b/code/game/objects/items/circuitboards/machine_circuitboards.dm @@ -683,6 +683,14 @@ req_components = list( /obj/item/stack/sheet/glass = 1, /obj/item/vending_refill/donksoft = 1) +/obj/item/circuitboard/machine/fax + name = "Fax Machine" + build_path = /obj/machinery/fax + req_components = list( + /obj/item/stock_parts/subspace/crystal = 1, + /obj/item/stock_parts/scanning_module = 1, + /obj/item/stock_parts/micro_laser = 1, + /obj/item/stock_parts/manipulator = 1,) //Medical diff --git a/code/game/objects/items/clown_items.dm b/code/game/objects/items/clown_items.dm index a39e9701dcf8..9c6809cf3dbc 100644 --- a/code/game/objects/items/clown_items.dm +++ b/code/game/objects/items/clown_items.dm @@ -80,22 +80,10 @@ cleanspeed = 3 //Only the truest of mind soul and body get one of these uses = 301 -/obj/item/soap/omega/suicide_act(mob/user) - user.visible_message("[user] is using [src] to scrub themselves from the timeline! It looks like [user.p_theyre()] trying to commit suicide!") - new /obj/structure/chrono_field(user.loc, user) - return MANUAL_SUICIDE - /obj/item/paper/fluff/stations/soap name = "ancient janitorial poem" desc = "An old paper that has passed many hands." - info = "The legend of the omega soap

    Essence of potato. Juice, not grind.

    A cactus brew, fermented into wine.

    powder of monkey, to help the workload.

    Some Krokodil, because meth would explode.

    Nitric acid and Baldium, for organic dissolving.

    A cup filled with Hooch, for sinful absolving

    Some Bluespace Dust, for removal of stains.

    A syringe full of Pump-up, it's security's bane.

    Add a can of Space Cola, because we've been paid.

    Heat as hot as you can, let the soap be your blade.

    Ten units of each regent create a soap that could topple all others." - - -/obj/item/soap/suicide_act(mob/user) - user.say(";FFFFFFFFFFFFFFFFUUUUUUUDGE!!", forced="soap suicide") - user.visible_message("[user] lifts [src] to [user.p_their()] mouth and gnaws on it furiously, producing a thick froth! [user.p_they(TRUE)]'ll never get that BB gun now!") - new /obj/effect/particle_effect/foam(loc) - return (TOXLOSS) + default_raw_text = "The legend of the omega soap

    Essence of potato. Juice, not grind.

    A cactus brew, fermented into wine.

    powder of monkey, to help the workload.

    Some Krokodil, because meth would explode.

    Nitric acid and Baldium, for organic dissolving.

    A cup filled with Hooch, for sinful absolving

    Some Bluespace Dust, for removal of stains.

    A syringe full of Pump-up, it's security's bane.

    Add a can of Space Cola, because we've been paid.

    Heat as hot as you can, let the soap be your blade.

    Ten units of each regent create a soap that could topple all others." /obj/item/soap/proc/decreaseUses(mob/user) var/skillcheck = user.mind.get_skill_modifier(/datum/skill/cleaning, SKILL_SPEED_MODIFIER) @@ -191,11 +179,6 @@ SEND_SIGNAL(M, COMSIG_ADD_MOOD_EVENT, "honk", /datum/mood_event/honk) return ..() -/obj/item/bikehorn/suicide_act(mob/user) - user.visible_message("[user] solemnly points [src] at [user.p_their()] temple! It looks like [user.p_theyre()] trying to commit suicide!") - playsound(src, 'sound/items/bikehorn.ogg', 50, TRUE) - return (BRUTELOSS) - //air horn /obj/item/bikehorn/airhorn name = "air horn" diff --git a/code/game/objects/items/cosmetics.dm b/code/game/objects/items/cosmetics.dm index a3c1332c00f7..d451f258bd78 100644 --- a/code/game/objects/items/cosmetics.dm +++ b/code/game/objects/items/cosmetics.dm @@ -106,12 +106,6 @@ flags_1 = CONDUCT_1 w_class = WEIGHT_CLASS_TINY -/obj/item/razor/suicide_act(mob/living/carbon/user) - user.visible_message("[user] begins shaving [user.p_them()]self without the razor guard! It looks like [user.p_theyre()] trying to commit suicide!") - shave(user, BODY_ZONE_PRECISE_MOUTH) - shave(user, BODY_ZONE_HEAD)//doesnt need to be BODY_ZONE_HEAD specifically, but whatever - return BRUTELOSS - /obj/item/razor/proc/shave(mob/living/carbon/human/H, location = BODY_ZONE_PRECISE_MOUTH) if(location == BODY_ZONE_PRECISE_MOUTH) H.facial_hairstyle = "Shaved" diff --git a/code/game/objects/items/courtroom.dm b/code/game/objects/items/courtroom.dm index 2f034d99ccd8..78d599ee4d9c 100644 --- a/code/game/objects/items/courtroom.dm +++ b/code/game/objects/items/courtroom.dm @@ -13,11 +13,6 @@ attack_verb = list("bashed", "battered", "judged", "whacked") resistance_flags = FLAMMABLE -/obj/item/gavelhammer/suicide_act(mob/user) - user.visible_message("[user] has sentenced [user.p_them()]self to death with [src]! It looks like [user.p_theyre()] trying to commit suicide!") - playsound(loc, 'sound/items/gavel.ogg', 50, TRUE, -1) - return (BRUTELOSS) - /obj/item/gavelblock name = "gavel block" desc = "Smack it with a gavel hammer when the assistants get rowdy." diff --git a/code/game/objects/items/crayons.dm b/code/game/objects/items/crayons.dm index 16da84d485b7..595c45ff9a9b 100644 --- a/code/game/objects/items/crayons.dm +++ b/code/game/objects/items/crayons.dm @@ -16,6 +16,14 @@ * Crayons */ +/obj/item/toy/crayon/get_writing_implement_details() + return list( + interaction_mode = MODE_WRITING, + font = CRAYON_FONT, + color = paint_color, + use_bold = TRUE, + ) + /obj/item/toy/crayon name = "crayon" desc = "A colourful crayon. Looks tasty. Mmmm..." @@ -72,10 +80,6 @@ /obj/item/toy/crayon/proc/isValidSurface(surface) return istype(surface, /turf/open/floor) -/obj/item/toy/crayon/suicide_act(mob/user) - user.visible_message("[user] is jamming [src] up [user.p_their()] nose and into [user.p_their()] brain. It looks like [user.p_theyre()] trying to commit suicide!") - return (BRUTELOSS|OXYLOSS) - /obj/item/toy/crayon/Initialize() . = ..() // Makes crayons identifiable in things like grinders @@ -160,7 +164,7 @@ if(has_cap) is_capped = !is_capped to_chat(user, "The cap on [src] is now [is_capped ? "on" : "off"].") - update_icon() + update_appearance() /obj/item/toy/crayon/CtrlClick(mob/user) if(can_change_colour && !isturf(loc) && user.canUseTopic(src, BE_CLOSE, ismonkey(user))) @@ -255,7 +259,7 @@ . = TRUE paint_mode = PAINT_NORMAL drawtype = "a" - update_icon() + update_appearance() /obj/item/toy/crayon/proc/select_colour(mob/user) var/chosen_colour = input(user, "", "Choose Color", paint_color) as color|null @@ -596,7 +600,7 @@ new /obj/item/toy/crayon/blue(src) new /obj/item/toy/crayon/purple(src) new /obj/item/toy/crayon/black(src) - update_icon() + update_appearance() /obj/item/storage/crayons/update_overlays() . = ..() @@ -651,28 +655,6 @@ /obj/item/toy/crayon/spraycan/isValidSurface(surface) return (istype(surface, /turf/open/floor) || istype(surface, /turf/closed/wall)) - -/obj/item/toy/crayon/spraycan/suicide_act(mob/user) - var/mob/living/carbon/human/H = user - if(is_capped || !actually_paints) - user.visible_message("[user] shakes up [src] with a rattle and lifts it to [user.p_their()] mouth, but nothing happens!") - user.say("MEDIOCRE!!", forced="spraycan suicide") - return SHAME - else - user.visible_message("[user] shakes up [src] with a rattle and lifts it to [user.p_their()] mouth, spraying paint across [user.p_their()] teeth!") - user.say("WITNESS ME!!", forced="spraycan suicide") - if(pre_noise || post_noise) - playsound(src, 'sound/effects/spray.ogg', 5, TRUE, 5) - if(can_change_colour) - paint_color = "#C0C0C0" - update_icon() - if(actually_paints) - H.update_lips("spray_face", paint_color) - var/used = use_charges(user, 10, FALSE) - reagents.trans_to(user, used, volume_multiplier, transfered_by = user, method = VAPOR) - - return (OXYLOSS) - /obj/item/toy/crayon/spraycan/Initialize() . = ..() // If default crayon red colour, pick a more fun spraycan colour @@ -680,7 +662,7 @@ paint_color = pick("#DA0000","#FF9300","#FFF200","#A8E61D","#00B7EF", "#DA00FF") refill() - update_icon() + update_appearance() /obj/item/toy/crayon/spraycan/examine(mob/user) @@ -756,6 +738,7 @@ /obj/item/toy/crayon/spraycan/update_icon_state() icon_state = is_capped ? icon_capped : icon_uncapped + return ..() /obj/item/toy/crayon/spraycan/update_overlays() . = ..() diff --git a/code/game/objects/items/credit_holochip.dm b/code/game/objects/items/credit_holochip.dm index 52af27b5d819..9a6663cf2046 100644 --- a/code/game/objects/items/credit_holochip.dm +++ b/code/game/objects/items/credit_holochip.dm @@ -3,6 +3,7 @@ desc = "A hard-light chip encoded with an amount of credits. It is a modern replacement for physical money that can be directly converted to virtual currency and viceversa. Keep away from magnets." icon = 'icons/obj/economy.dmi' icon_state = "holochip" + base_icon_state = "holochip" throwforce = 0 force = 0 w_class = WEIGHT_CLASS_TINY @@ -11,7 +12,7 @@ /obj/item/holochip/Initialize(mapload, amount) . = ..() credits = amount - update_icon() + update_appearance() /obj/item/holochip/examine(mob/user) . = ..() @@ -21,21 +22,36 @@ /obj/item/holochip/get_item_credit_value() return credits -/obj/item/holochip/update_icon() +/obj/item/holochip/update_name() name = "\improper [credits] credit holochip" - var/rounded_credits = credits + return ..() + +/obj/item/holochip/update_icon_state() + var/icon_suffix = "" + switch(credits) + if(1e3 to (1e6 - 1)) + icon_suffix = "_kilo" + if(1e6 to (1e9 - 1)) + icon_suffix = "_mega" + if(1e9 to INFINITY) + icon_suffix = "_giga" + + icon_state = "[base_icon_state][icon_suffix]" + return ..() + +/obj/item/holochip/update_overlays() + . = ..() + var/rounded_credits switch(credits) - if(1 to 999) - icon_state = "holochip" - if(1000 to 999999) - icon_state = "holochip_kilo" - rounded_credits = round(rounded_credits * 0.001) - if(1000000 to 999999999) - icon_state = "holochip_mega" - rounded_credits = round(rounded_credits * 0.000001) - if(1000000000 to INFINITY) - icon_state = "holochip_giga" - rounded_credits = round(rounded_credits * 0.000000001) + if(0 to (1e3 - 1)) + rounded_credits = round(credits) + if(1e3 to (1e6 - 1)) + rounded_credits = round(credits * 1e-3) + if(1e6 to (1e9 - 1)) + rounded_credits = round(credits * 1e-6) + if(1e9 to INFINITY) + rounded_credits = round(credits * 1e-9) + var/overlay_color = "#914792" switch(rounded_credits) if(0 to 4) @@ -54,17 +70,16 @@ overlay_color = "#0153C1" if(500 to INFINITY) overlay_color = "#2C2C2C" - cut_overlays() var/mutable_appearance/holochip_overlay = mutable_appearance('icons/obj/economy.dmi', "[icon_state]-color") holochip_overlay.color = overlay_color - add_overlay(holochip_overlay) + . += holochip_overlay /obj/item/holochip/proc/spend(amount, pay_anyway = FALSE) if(credits >= amount) credits -= amount if(credits == 0) qdel(src) - update_icon() + update_appearance() return amount else if(pay_anyway) qdel(src) @@ -78,7 +93,7 @@ var/obj/item/holochip/H = I credits += H.credits to_chat(user, "You insert the credits into [src].") - update_icon() + update_appearance() qdel(H) /obj/item/holochip/AltClick(mob/user) diff --git a/code/game/objects/items/defib.dm b/code/game/objects/items/defib.dm index 43c9c0d1941a..bf61f194b9b7 100644 --- a/code/game/objects/items/defib.dm +++ b/code/game/objects/items/defib.dm @@ -58,7 +58,7 @@ powered = TRUE else powered = FALSE - update_icon() + update_appearance() /obj/item/defibrillator/update_overlays() . = ..() @@ -130,7 +130,7 @@ else if(W.tool_behaviour == TOOL_SCREWDRIVER) if(cell) - cell.update_icon() + cell.update_appearance() cell.forceMove(get_turf(src)) cell = null to_chat(user, "You remove the cell from [src].") @@ -232,7 +232,7 @@ visible_message("[src] beeps: Charge depleted.") playsound(src, 'sound/machines/defib_failed.ogg', 50, FALSE) paddles.cooldown = FALSE - paddles.update_icon() + paddles.update_appearance() update_power() /obj/item/defibrillator/compact @@ -358,13 +358,13 @@ if(req_defib || !time) return cooldown = TRUE - update_icon() + update_appearance() sleep(time) var/turf/T = get_turf(src) T.audible_message("[src] beeps: Unit is recharged.") playsound(src, 'sound/machines/defib_ready.ogg', 50, FALSE) cooldown = FALSE - update_icon() + update_appearance() /obj/item/shockpaddles/Initialize() . = ..() @@ -377,20 +377,14 @@ return INITIALIZE_HINT_QDEL defib = loc busy = FALSE - update_icon() - -/obj/item/shockpaddles/suicide_act(mob/user) - user.visible_message("[user] is putting the live paddles on [user.p_their()] chest! It looks like [user.p_theyre()] trying to commit suicide!") - if(req_defib) - defib.deductcharge(revivecost) - playsound(src, 'sound/machines/defib_zap.ogg', 50, TRUE, -1) - return (OXYLOSS) + update_appearance() /obj/item/shockpaddles/update_icon_state() icon_state = "[base_icon_state][wielded]" item_state = icon_state if(cooldown) icon_state = "[base_icon_state][wielded]_cooldown" + return ..() /obj/item/shockpaddles/dropped(mob/user) if(!req_defib) @@ -483,7 +477,7 @@ defib.deductcharge(revivecost) cooldown = TRUE busy = FALSE - update_icon() + update_appearance() if(req_defib) defib.cooldowncheck(user) else @@ -497,7 +491,7 @@ user.visible_message("[user] begins to place [src] on [H]'s chest.", "You overcharge the paddles and begin to place them onto [H]'s chest...") busy = TRUE - update_icon() + update_appearance() if(do_after(user, 15, target = H)) user.visible_message("[user] places [src] on [H]'s chest.", "You place [src] on [H]'s chest and begin to charge them.") @@ -510,13 +504,13 @@ if(do_after(user, 15, target = H)) //Takes longer due to overcharging if(!H) busy = FALSE - update_icon() + update_appearance() return if(H && H.stat == DEAD) to_chat(user, "[H] is dead.") playsound(src, 'sound/machines/defib_failed.ogg', 50, FALSE) busy = FALSE - update_icon() + update_appearance() return user.visible_message("[user] shocks [H] with \the [src]!", "You shock [H] with \the [src]!") playsound(src, 'sound/machines/defib_zap.ogg', 100, TRUE, -1) @@ -536,18 +530,18 @@ defib.deductcharge(revivecost) cooldown = TRUE busy = FALSE - update_icon() + update_appearance() if(!req_defib) recharge(60) if(req_defib && (defib.cooldowncheck(user))) return busy = FALSE - update_icon() + update_appearance() /obj/item/shockpaddles/proc/do_help(mob/living/carbon/H, mob/living/user) user.visible_message("[user] begins to place [src] on [H]'s chest.", "You begin to place [src] on [H]'s chest...") busy = TRUE - update_icon() + update_appearance() if(do_after(user, 30, target = H)) //beginning to place the paddles on patient's chest to allow some time for people to move away to stop the process user.visible_message("[user] places [src] on [H]'s chest.", "You place [src] on [H]'s chest.") playsound(src, 'sound/machines/defib_charge.ogg', 75, FALSE) @@ -561,7 +555,7 @@ user.audible_message("[req_defib ? "[defib]" : "[src]"] buzzes: Patient's chest is obscured. Operation aborted.") playsound(src, 'sound/machines/defib_failed.ogg', 50, FALSE) busy = FALSE - update_icon() + update_appearance() return if(H.stat == DEAD) H.visible_message("[H]'s body convulses a bit.") @@ -572,9 +566,8 @@ shock_touching(30, H) var/failed - if (H.suiciding) - failed = "[req_defib ? "[defib]" : "[src]"] buzzes: Resuscitation failed - Recovery of patient impossible. Further attempts futile." - else if (H.hellbound) + + if (H.hellbound) failed = "[req_defib ? "[defib]" : "[src]"] buzzes: Resuscitation failed - Patient's soul appears to be on another plane of existence. Further attempts futile." else if (!heart) failed = "[req_defib ? "[defib]" : "[src]"] buzzes: Resuscitation failed - Patient's heart is missing." @@ -587,8 +580,6 @@ if(BR) if(BR.organ_flags & ORGAN_FAILING) failed = "[req_defib ? "[defib]" : "[src]"] buzzes: Resuscitation failed - Patient's brain is too damaged, repair and try again. " - if(BR.suicided || BR.brainmob?.suiciding) - failed = "[req_defib ? "[defib]" : "[src]"] buzzes: Resuscitation failed - No intelligence pattern can be detected in patient's brain. Further attempts futile." else failed = "[req_defib ? "[defib]" : "[src]"] buzzes: Resuscitation failed - Patient's brain is missing. Further attempts futile." @@ -619,7 +610,7 @@ if(req_defib) defib.deductcharge(revivecost) cooldown = 1 - update_icon() + update_appearance() if(req_defib) defib.cooldowncheck(user) else @@ -639,7 +630,7 @@ user.visible_message("[req_defib ? "[defib]" : "[src]"] buzzes: Patient is not in a valid state. Operation aborted.") playsound(src, 'sound/machines/defib_failed.ogg', 50, FALSE) busy = FALSE - update_icon() + update_appearance() /obj/item/shockpaddles/cyborg name = "cyborg defibrillator paddles" diff --git a/code/game/objects/items/dehy_carp.dm b/code/game/objects/items/dehy_carp.dm index 94a7b28a3044..275b978cc1a9 100644 --- a/code/game/objects/items/dehy_carp.dm +++ b/code/game/objects/items/dehy_carp.dm @@ -47,28 +47,3 @@ else visible_message("The newly grown [M.name] looks up at you with friendly eyes.") qdel(src) - -/obj/item/toy/plush/carpplushie/dehy_carp/suicide_act(mob/user) - var/mob/living/carbon/human/H = user - user.visible_message("[user] starts eating [src]. It looks like [user.p_theyre()] trying to commit suicide!") - playsound(src, 'sound/items/eatfood.ogg', 50, TRUE) - if(istype(H)) - H.Paralyze(30) - forceMove(H) //we move it AWAAAYY - sleep(20) - - if(QDELETED(src)) - return SHAME - if(!QDELETED(H)) - H.spawn_gibs() - H.apply_damage(200, def_zone = BODY_ZONE_CHEST) - forceMove(get_turf(H)) //we move it back - icon = 'icons/mob/carp.dmi' - flick("carp_swell", src) - sleep(6) //let the animation play out - - if(!QDELETED(src)) - var/mob/living/M = new mobtype(get_turf(src)) - M.faction = list("neutral") - qdel(src) - return BRUTELOSS diff --git a/code/game/objects/items/devices/PDA/PDA.dm b/code/game/objects/items/devices/PDA/PDA.dm index dfa27f6f21f4..e7da99ab87e7 100644 --- a/code/game/objects/items/devices/PDA/PDA.dm +++ b/code/game/objects/items/devices/PDA/PDA.dm @@ -83,14 +83,6 @@ GLOBAL_LIST_EMPTY(PDAs) var/underline_flag = TRUE //flag for underline -/obj/item/pda/suicide_act(mob/living/carbon/user) - var/deathMessage = msg_input(user) - if (!deathMessage) - deathMessage = "i ded" - user.visible_message("[user] is sending a message to the Grim Reaper! It looks like [user.p_theyre()] trying to commit suicide!") - tnote += "→ To The Grim Reaper:
    [deathMessage]
    "//records a message in their PDA as being sent to the grim reaper - return BRUTELOSS - /obj/item/pda/examine(mob/user) . = ..() if(!id && !inserted_item) @@ -114,7 +106,7 @@ GLOBAL_LIST_EMPTY(PDAs) inserted_item = new inserted_item(src) else inserted_item = new /obj/item/pen(src) - update_icon() + update_appearance() /obj/item/pda/equipped(mob/user, slot) . = ..() @@ -290,7 +282,7 @@ GLOBAL_LIST_EMPTY(PDAs) if (pai) if(pai.loc != src) pai = null - update_icon() + update_appearance() else dat += "
  • [PDAIMG(status)] pAI Device Configuration
  • " dat += "
  • [PDAIMG(status)] Eject pAI Device
  • " @@ -440,7 +432,7 @@ GLOBAL_LIST_EMPTY(PDAs) scanmode = 0 cartridge.host_pda = null cartridge = null - update_icon() + update_appearance() //MENU FUNCTIONS=================================== @@ -620,7 +612,7 @@ GLOBAL_LIST_EMPTY(PDAs) . = id id = null updateSelfDialog() - update_icon() + update_appearance() if(ishuman(loc)) var/mob/living/carbon/human/H = loc @@ -738,7 +730,7 @@ GLOBAL_LIST_EMPTY(PDAs) to_chat(L, "[icon2html(src)] PDA message from [hrefstart][signal.data["name"]] ([signal.data["job"]])[hrefend], [inbound_message] [reply]") - update_icon() + update_appearance() add_overlay(icon_alert) /obj/item/pda/proc/send_to_all(mob/living/U) @@ -814,7 +806,7 @@ GLOBAL_LIST_EMPTY(PDAs) set_light_on(FALSE) else if(light_range) set_light_on(TRUE) - update_icon() + update_appearance() for(var/X in actions) var/datum/action/A = X A.UpdateButtonIcon() @@ -828,7 +820,7 @@ GLOBAL_LIST_EMPTY(PDAs) user.put_in_hands(inserted_item) to_chat(user, "You remove [inserted_item] from [src].") inserted_item = null - update_icon() + update_appearance() else to_chat(user, "This PDA does not have a pen in it!") @@ -842,7 +834,7 @@ GLOBAL_LIST_EMPTY(PDAs) cartridge.host_pda = null cartridge = null updateSelfDialog() - update_icon() + update_appearance() //trying to insert or remove an id /obj/item/pda/proc/id_check(mob/user, obj/item/card/id/I) @@ -859,7 +851,7 @@ GLOBAL_LIST_EMPTY(PDAs) if(!user.transferItemToLoc(I, src)) return FALSE insert_id(I, user) - update_icon() + update_appearance() return TRUE @@ -887,7 +879,7 @@ GLOBAL_LIST_EMPTY(PDAs) cartridge.host_pda = src to_chat(user, "You insert [cartridge] into [src].") updateSelfDialog() - update_icon() + update_appearance() else if(istype(C, /obj/item/card/id)) var/obj/item/card/id/idcard = C @@ -912,7 +904,7 @@ GLOBAL_LIST_EMPTY(PDAs) return pai = C to_chat(user, "You slot \the [C] into [src].") - update_icon() + update_appearance() updateUsrDialog() else if(is_type_in_list(C, contained_item)) //Checks if there is a pen if(inserted_item) @@ -922,7 +914,7 @@ GLOBAL_LIST_EMPTY(PDAs) return to_chat(user, "You slide \the [C] into \the [src].") inserted_item = C - update_icon() + update_appearance() else if(istype(C, /obj/item/photo)) var/obj/item/photo/P = C picture = P.picture @@ -982,10 +974,10 @@ GLOBAL_LIST_EMPTY(PDAs) if(!scanmode && istype(A, /obj/item/paper) && owner) var/obj/item/paper/PP = A - if(!PP.info) + if(!PP.get_total_length()) to_chat(user, "Unable to scan! Paper is blank.") return - notehtml = PP.info + notehtml = PP.get_raw_text() note = replacetext(notehtml, "
    ", "\[br\]") note = replacetext(note, "
  • ", "\[*\]") note = replacetext(note, "
      ", "\[list\]") diff --git a/code/game/objects/items/devices/aicard.dm b/code/game/objects/items/devices/aicard.dm index 2852a78b34bf..f0714b01dddd 100644 --- a/code/game/objects/items/devices/aicard.dm +++ b/code/game/objects/items/devices/aicard.dm @@ -21,10 +21,6 @@ desc = "A spoOoOoky upgrade to the intelliCard." icon_state = "aispook" -/obj/item/aicard/suicide_act(mob/living/user) - user.visible_message("[user] is trying to upload [user.p_them()]self into [src]! That's not going to work out well!") - return BRUTELOSS - /obj/item/aicard/afterattack(atom/target, mob/user, proximity) . = ..() if(!proximity || !target) @@ -36,10 +32,9 @@ target.transfer_ai(AI_TRANS_TO_CARD, user, null, src) if(AI) log_combat(user, AI, "carded", src) - update_icon() //Whatever happened, update the card's state (icon, name) to match. + update_appearance() //Whatever happened, update the card's state (icon, name) to match. -/obj/item/aicard/update_icon() - cut_overlays() +/obj/item/aicard/update_icon_state() if(AI) name = "[initial(name)] - [AI.name]" if(AI.stat == DEAD) @@ -52,6 +47,7 @@ else name = initial(name) icon_state = initial(icon_state) + return ..() /obj/item/aicard/ui_state(mob/user) return GLOB.hands_state @@ -103,4 +99,4 @@ AI.radio_enabled = !AI.radio_enabled to_chat(AI, "Your Subspace Transceiver has been [AI.radio_enabled ? "enabled" : "disabled"]!") . = TRUE - update_icon() + update_appearance() diff --git a/code/game/objects/items/devices/flashlight.dm b/code/game/objects/items/devices/flashlight.dm index 313411d640ba..584bbcc1227f 100644 --- a/code/game/objects/items/devices/flashlight.dm +++ b/code/game/objects/items/devices/flashlight.dm @@ -47,13 +47,6 @@ A.UpdateButtonIcon() return 1 -/obj/item/flashlight/suicide_act(mob/living/carbon/human/user) - if (user.is_blind()) - user.visible_message("[user] is putting [src] close to [user.p_their()] eyes and turning it on... but [user.p_theyre()] blind!") - return SHAME - user.visible_message("[user] is putting [src] close to [user.p_their()] eyes and turning it on! It looks like [user.p_theyre()] trying to commit suicide!") - return (FIRELOSS) - /obj/item/flashlight/attack(mob/living/carbon/M, mob/living/carbon/human/user) add_fingerprint(user) if(istype(M) && on && (user.zone_selected in list(BODY_ZONE_PRECISE_EYES, BODY_ZONE_PRECISE_MOUTH))) @@ -234,7 +227,7 @@ w_class = WEIGHT_CLASS_BULKY flags_1 = CONDUCT_1 custom_materials = null - on = TRUE + on = FALSE light_color = "#FFDDBB" //Cit lighting light_power = 0.8 //Cit lighting @@ -474,6 +467,7 @@ light_range = 4 light_system = MOVABLE_LIGHT color = LIGHT_COLOR_GREEN + base_icon_state = "glowstick" icon_state = "glowstick" item_state = "glowstick" grind_results = list(/datum/reagent/phenol = 15, /datum/reagent/hydrogen = 10, /datum/reagent/oxygen = 5) //Meth-in-a-stick @@ -498,28 +492,35 @@ if(!fuel) turn_off() STOP_PROCESSING(SSobj, src) - update_icon() + update_appearance() /obj/item/flashlight/glowstick/proc/turn_off() on = FALSE - update_icon() + update_appearance() -/obj/item/flashlight/glowstick/update_icon() - item_state = "glowstick" - cut_overlays() +/obj/item/flashlight/glowstick/update_appearance(updates=ALL) + . = ..() if(!fuel) - icon_state = "glowstick-empty" - cut_overlays() set_light_on(FALSE) else if(on) - var/mutable_appearance/glowstick_overlay = mutable_appearance(icon, "glowstick-glow") - glowstick_overlay.color = color - add_overlay(glowstick_overlay) - item_state = "glowstick-on" + return + if(on) set_light_on(TRUE) - else - icon_state = "glowstick" - cut_overlays() + return + +/obj/item/flashlight/glowstick/update_icon_state() + icon_state = "[base_icon_state][(fuel <= 0) ? "-empty" : ""]" + item_state = "[base_icon_state][((fuel > 0) && on) ? "-on" : ""]" + return ..() + +/obj/item/flashlight/glowstick/update_overlays() + . = ..() + if(fuel <= 0 && !on) + return + + var/mutable_appearance/glowstick_overlay = mutable_appearance(icon, "glowstick-glow") + glowstick_overlay.color = color + . += glowstick_overlay /obj/item/flashlight/glowstick/attack_self(mob/user) if(!fuel) @@ -534,18 +535,6 @@ user.visible_message("[user] cracks and shakes [src].", "You crack and shake [src], turning it on!") START_PROCESSING(SSobj, src) -/obj/item/flashlight/glowstick/suicide_act(mob/living/carbon/human/user) - if(!fuel) - user.visible_message("[user] is trying to squirt [src]'s fluids into [user.p_their()] eyes... but it's empty!") - return SHAME - var/obj/item/organ/eyes/eyes = user.getorganslot(ORGAN_SLOT_EYES) - if(!eyes) - user.visible_message("[user] is trying to squirt [src]'s fluids into [user.p_their()] eyes... but [user.p_they()] don't have any!") - return SHAME - user.visible_message("[user] is squirting [src]'s fluids into [user.p_their()] eyes! It looks like [user.p_theyre()] trying to commit suicide!") - fuel = 0 - return (FIRELOSS) - /obj/item/flashlight/glowstick/red name = "red glowstick" color = COLOR_SOFT_RED diff --git a/code/game/objects/items/devices/geiger_counter.dm b/code/game/objects/items/devices/geiger_counter.dm index f9399a8f40c4..1b1177e137a7 100644 --- a/code/game/objects/items/devices/geiger_counter.dm +++ b/code/game/objects/items/devices/geiger_counter.dm @@ -42,7 +42,7 @@ return ..() /obj/item/geiger_counter/process() - update_icon() + update_appearance() update_sound() if(!scanning) @@ -90,22 +90,25 @@ /obj/item/geiger_counter/update_icon_state() if(!scanning) icon_state = "geiger_off" - else if(obj_flags & EMAGGED) + return ..() + if(obj_flags & EMAGGED) icon_state = "geiger_on_emag" - else - switch(radiation_count) - if(-INFINITY to RAD_LEVEL_NORMAL) - icon_state = "geiger_on_1" - if(RAD_LEVEL_NORMAL + 1 to RAD_LEVEL_MODERATE) - icon_state = "geiger_on_2" - if(RAD_LEVEL_MODERATE + 1 to RAD_LEVEL_HIGH) - icon_state = "geiger_on_3" - if(RAD_LEVEL_HIGH + 1 to RAD_LEVEL_VERY_HIGH) - icon_state = "geiger_on_4" - if(RAD_LEVEL_VERY_HIGH + 1 to RAD_LEVEL_CRITICAL) - icon_state = "geiger_on_4" - if(RAD_LEVEL_CRITICAL + 1 to INFINITY) - icon_state = "geiger_on_5" + return ..() + + switch(radiation_count) + if(-INFINITY to RAD_LEVEL_NORMAL) + icon_state = "geiger_on_1" + if(RAD_LEVEL_NORMAL + 1 to RAD_LEVEL_MODERATE) + icon_state = "geiger_on_2" + if(RAD_LEVEL_MODERATE + 1 to RAD_LEVEL_HIGH) + icon_state = "geiger_on_3" + if(RAD_LEVEL_HIGH + 1 to RAD_LEVEL_VERY_HIGH) + icon_state = "geiger_on_4" + if(RAD_LEVEL_VERY_HIGH + 1 to RAD_LEVEL_CRITICAL) + icon_state = "geiger_on_4" + if(RAD_LEVEL_CRITICAL + 1 to INFINITY) + icon_state = "geiger_on_5" + return ..() /obj/item/geiger_counter/proc/update_sound() var/datum/looping_sound/geiger/loop = soundloop @@ -123,11 +126,11 @@ if(amount <= RAD_BACKGROUND_RADIATION || !scanning) return current_tick_amount += amount - update_icon() + update_appearance() /obj/item/geiger_counter/attack_self(mob/user) scanning = !scanning - update_icon() + update_appearance() to_chat(user, "[icon2html(src, user)] You switch [scanning ? "on" : "off"] [src].") /obj/item/geiger_counter/afterattack(atom/target, mob/user) @@ -168,7 +171,7 @@ user.visible_message("[user] refastens [src]'s maintenance panel!", "You reset [src] to its factory settings!") obj_flags &= ~EMAGGED radiation_count = 0 - update_icon() + update_appearance() return 1 else return ..() @@ -181,7 +184,7 @@ return 0 radiation_count = 0 to_chat(usr, "You flush [src]'s radiation counts, resetting it to normal.") - update_icon() + update_appearance() /obj/item/geiger_counter/emag_act(mob/user) if(obj_flags & EMAGGED) @@ -201,7 +204,7 @@ if(!scanning) return scanning = FALSE - update_icon() + update_appearance() /obj/item/geiger_counter/cyborg/equipped(mob/user) . = ..() diff --git a/code/game/objects/items/devices/lightreplacer.dm b/code/game/objects/items/devices/lightreplacer.dm index ff92f7564b07..c6ad17b81255 100644 --- a/code/game/objects/items/devices/lightreplacer.dm +++ b/code/game/objects/items/devices/lightreplacer.dm @@ -154,6 +154,7 @@ /obj/item/lightreplacer/update_icon_state() icon_state = "lightreplacer[(obj_flags & EMAGGED ? 1 : 0)]" + return ..() /obj/item/lightreplacer/proc/status_string() return "It has [uses] light\s remaining (plus [bulb_shards] fragment\s)." @@ -225,7 +226,7 @@ name = "shortcircuited [initial(name)]" else name = initial(name) - update_icon() + update_appearance() /obj/item/lightreplacer/proc/CanUse(mob/living/user) src.add_fingerprint(user) @@ -255,7 +256,7 @@ /obj/item/lightreplacer/proc/janicart_insert(mob/user, obj/structure/janitorialcart/J) J.put_in_cart(src, user) J.myreplacer = src - J.update_icon() + J.update_appearance() /obj/item/lightreplacer/cyborg/janicart_insert(mob/user, obj/structure/janitorialcart/J) return diff --git a/code/game/objects/items/devices/megaphone.dm b/code/game/objects/items/devices/megaphone.dm index 5b07f0c0032f..2f3429995845 100644 --- a/code/game/objects/items/devices/megaphone.dm +++ b/code/game/objects/items/devices/megaphone.dm @@ -11,12 +11,6 @@ var/spamcheck = 0 var/list/voicespan = list(SPAN_COMMAND) -/obj/item/megaphone/suicide_act(mob/living/carbon/user) - user.visible_message("[user] is uttering [user.p_their()] last words into \the [src]! It looks like [user.p_theyre()] trying to commit suicide!") - spamcheck = 0//so they dont have to worry about recharging - user.say("AAAAAAAAAAAARGHHHHH", forced="megaphone suicide")//he must have died while coding this - return OXYLOSS - /obj/item/megaphone/equipped(mob/M, slot) . = ..() if (slot == ITEM_SLOT_HANDS) diff --git a/code/game/objects/items/devices/multitool.dm b/code/game/objects/items/devices/multitool.dm index 0225a9077a61..dca088c1be2e 100644 --- a/code/game/objects/items/devices/multitool.dm +++ b/code/game/objects/items/devices/multitool.dm @@ -36,11 +36,6 @@ . = ..() . += "Its buffer [buffer ? "contains [buffer]." : "is empty."]" -/obj/item/multitool/suicide_act(mob/living/carbon/user) - user.visible_message("[user] puts the [src] to [user.p_their()] chest. It looks like [user.p_theyre()] trying to pulse [user.p_their()] heart off!") - return OXYLOSS//theres a reason it wasnt recommended by doctors - - // Syndicate device disguised as a multitool; it will turn red when an AI camera is nearby. /obj/item/multitool/ai_detect @@ -88,7 +83,7 @@ if(eye.eye_user) eye.setLoc(get_turf(src)) multitool_detect() - update_icon() + update_appearance() track_cooldown = world.time + track_delay /obj/item/multitool/ai_detect/proc/toggle_hud(mob/user) diff --git a/code/game/objects/items/devices/paicard.dm b/code/game/objects/items/devices/paicard.dm index ece2c932c1a9..41a8f59509a5 100644 --- a/code/game/objects/items/devices/paicard.dm +++ b/code/game/objects/items/devices/paicard.dm @@ -10,10 +10,6 @@ var/mob/living/silicon/pai/pai resistance_flags = FIRE_PROOF | ACID_PROOF | INDESTRUCTIBLE -/obj/item/paicard/suicide_act(mob/living/user) - user.visible_message("[user] is staring sadly at [src]! [user.p_they()] can't keep living without real human intimacy!") - return OXYLOSS - /obj/item/paicard/Initialize() SSpai.pai_card_list += src add_overlay("pai-off") diff --git a/code/game/objects/items/devices/portable_chem_mixer.dm b/code/game/objects/items/devices/portable_chem_mixer.dm index 3999e67c1952..fa777fec1124 100644 --- a/code/game/objects/items/devices/portable_chem_mixer.dm +++ b/code/game/objects/items/devices/portable_chem_mixer.dm @@ -46,7 +46,7 @@ update_contents() if (locked) replace_beaker(user) - update_icon() + update_appearance() I.play_tool_sound(src, 50) return @@ -56,7 +56,7 @@ if(!user.transferItemToLoc(B, src)) return replace_beaker(user, B) - update_icon() + update_appearance() updateUsrDialog() return @@ -80,23 +80,23 @@ return /obj/item/storage/portable_chem_mixer/update_icon_state() - var/locked = SEND_SIGNAL(src, COMSIG_IS_STORAGE_LOCKED) - if (!locked) + if(!SEND_SIGNAL(src, COMSIG_IS_STORAGE_LOCKED)) icon_state = "portablechemicalmixer_open" - else if (beaker) + return ..() + if(beaker) icon_state = "portablechemicalmixer_full" - else - icon_state = "portablechemicalmixer_empty" - + return ..() + icon_state = "portablechemicalmixer_empty" + return ..() /obj/item/storage/portable_chem_mixer/AltClick(mob/living/user) var/locked = SEND_SIGNAL(src, COMSIG_IS_STORAGE_LOCKED) - if (!locked) + if(!locked) return ..() if(!can_interact(user) || !user.canUseTopic(src, BE_CLOSE, FALSE, NO_TK)) return replace_beaker(user) - update_icon() + update_appearance() /** * Replaces the beaker of the portable chemical mixer with another beaker, or simply adds the new beaker if none is in currently @@ -215,5 +215,5 @@ . = TRUE if("eject") replace_beaker(usr) - update_icon() + update_appearance() . = TRUE diff --git a/code/game/objects/items/devices/powersink.dm b/code/game/objects/items/devices/powersink.dm index 342a7ab675b8..3a6ba2f73950 100644 --- a/code/game/objects/items/devices/powersink.dm +++ b/code/game/objects/items/devices/powersink.dm @@ -28,6 +28,7 @@ /obj/item/powersink/update_icon_state() icon_state = "powersink[mode == OPERATING]" + return ..() /obj/item/powersink/set_anchored(anchorvalue) . = ..() @@ -57,7 +58,7 @@ set_anchored(TRUE) mode = value - update_icon() + update_appearance() set_light(0) /obj/item/powersink/attackby(obj/item/I, mob/user, params) diff --git a/code/game/objects/items/devices/quantum_keycard.dm b/code/game/objects/items/devices/quantum_keycard.dm index 3a4dd7177c83..86051885c65c 100644 --- a/code/game/objects/items/devices/quantum_keycard.dm +++ b/code/game/objects/items/devices/quantum_keycard.dm @@ -26,7 +26,5 @@ qpad = null /obj/item/quantum_keycard/update_icon_state() - if(qpad) - icon_state = "quantum_keycard_on" - else - icon_state = initial(icon_state) + icon_state = qpad ? "quantum_keycard_on" : initial(icon_state) + return ..() diff --git a/code/game/objects/items/devices/radio/electropack.dm b/code/game/objects/items/devices/radio/electropack.dm index 40de4f10a7d7..b9cacc6c1fb3 100644 --- a/code/game/objects/items/devices/radio/electropack.dm +++ b/code/game/objects/items/devices/radio/electropack.dm @@ -24,10 +24,6 @@ SSradio.remove_object(src, frequency) return ..() -/obj/item/electropack/suicide_act(mob/user) - user.visible_message("[user] hooks [user.p_them()]self to the electropack and spams the trigger! It looks like [user.p_theyre()] trying to commit suicide!") - return (FIRELOSS) - //ATTACK HAND IGNORING PARENT RETURN VALUE /obj/item/electropack/attack_hand(mob/user) if(iscarbon(user)) diff --git a/code/game/objects/items/devices/radio/headset.dm b/code/game/objects/items/devices/radio/headset.dm index cc384d9df130..e37cd1859094 100644 --- a/code/game/objects/items/devices/radio/headset.dm +++ b/code/game/objects/items/devices/radio/headset.dm @@ -28,10 +28,6 @@ GLOBAL_LIST_INIT(channel_tokens, list( dog_fashion = null supports_variations = VOX_VARIATION -/obj/item/radio/headset/suicide_act(mob/living/carbon/user) - user.visible_message("[user] begins putting \the [src]'s antenna up [user.p_their()] nose! It looks like [user.p_theyre()] trying to give [user.p_them()]self cancer!") - return TOXLOSS - /obj/item/radio/headset/examine(mob/user) . = ..() diff --git a/code/game/objects/items/devices/radio/intercom.dm b/code/game/objects/items/devices/radio/intercom.dm index f135d6e97711..35d8be6efa55 100644 --- a/code/game/objects/items/devices/radio/intercom.dm +++ b/code/game/objects/items/devices/radio/intercom.dm @@ -103,7 +103,7 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/item/radio/intercom, 31) /obj/item/radio/intercom/emp_act(severity) . = ..() // Parent call here will set `on` to FALSE. - update_icon() + update_appearance() /obj/item/radio/intercom/end_emp_effect(curremp) . = ..() @@ -117,7 +117,7 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/item/radio/intercom, 31) icon_state = "[initial(icon_state)]-p" /** - * Proc called whenever the intercom's area loses or gains power. Responsible for setting the `on` variable and calling `update_icon()`. + * Proc called whenever the intercom's area loses or gains power. Responsible for setting the `on` variable and calling `update_appearance()`. * * Normally called after the intercom's area recieves the `COMSIG_AREA_POWER_CHANGE` signal, but it can also be called directly. * Arguments: @@ -129,7 +129,7 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/item/radio/intercom, 31) on = FALSE else on = current_area.powered(AREA_USAGE_EQUIP) // set "on" to the equipment power status of our area. - update_icon() + update_appearance() /obj/item/radio/intercom/add_blood_DNA(list/blood_dna) return FALSE diff --git a/code/game/objects/items/devices/radio/radio.dm b/code/game/objects/items/devices/radio/radio.dm index 8bfe974bc15c..a46f6e2ea55d 100644 --- a/code/game/objects/items/devices/radio/radio.dm +++ b/code/game/objects/items/devices/radio/radio.dm @@ -45,10 +45,6 @@ var/const/FREQ_LISTENING = 1 //FREQ_BROADCASTING = 2 -/obj/item/radio/suicide_act(mob/living/user) - user.visible_message("[user] starts bouncing [src] off [user.p_their()] head! It looks like [user.p_theyre()] trying to commit suicide!") - return BRUTELOSS - /obj/item/radio/proc/set_frequency(new_frequency) SEND_SIGNAL(src, COMSIG_RADIO_NEW_FREQUENCY, args) remove_radio(src, frequency) diff --git a/code/game/objects/items/devices/scanners.dm b/code/game/objects/items/devices/scanners.dm index 08a57e09401e..a082d6666de9 100644 --- a/code/game/objects/items/devices/scanners.dm +++ b/code/game/objects/items/devices/scanners.dm @@ -33,10 +33,6 @@ GENE SCANNER drop_sound = 'sound/items/handling/device_drop.ogg' custom_materials = list(/datum/material/iron=150) -/obj/item/t_scanner/suicide_act(mob/living/carbon/user) - user.visible_message("[user] begins to emit terahertz-rays into [user.p_their()] brain with [src]! It looks like [user.p_theyre()] trying to commit suicide!") - return TOXLOSS - /obj/item/t_scanner/proc/toggle_on() on = !on icon_state = copytext_char(icon_state, 1, -1) + "[on]" @@ -105,10 +101,6 @@ GENE SCANNER var/reagentmodeinhand = "reagentanalyzer-1" custom_price = 300 -/obj/item/healthanalyzer/suicide_act(mob/living/carbon/user) - user.visible_message("[user] begins to analyze [user.p_them()]self with [src]! The display shows that [user.p_theyre()] dead!") - return BRUTELOSS - /obj/item/healthanalyzer/attack_self(mob/user) playsound(get_turf(user), 'sound/machines/click.ogg', 50, TRUE) scanmode = !scanmode @@ -457,9 +449,9 @@ GENE SCANNER var/cooldown_time = 250 var/accuracy // 0 is the best accuracy. -/obj/item/analyzer/suicide_act(mob/living/carbon/user) - user.visible_message("[user] begins to analyze [user.p_them()]self with [src]! The display shows that [user.p_theyre()] dead!") - return BRUTELOSS +/obj/item/analyzer/examine(mob/user) + . = ..() + . += "Alt-click [src] to activate the barometer function." /obj/item/analyzer/attack_self(mob/user) add_fingerprint(user) diff --git a/code/game/objects/items/devices/spyglasses.dm b/code/game/objects/items/devices/spyglasses.dm index 8e59cfe19616..1c103b1dd950 100644 --- a/code/game/objects/items/devices/spyglasses.dm +++ b/code/game/objects/items/devices/spyglasses.dm @@ -96,7 +96,7 @@ name = "Espionage For Dummies" color = "#FFFF00" desc = "An eye gougingly yellow pamphlet with a badly designed image of a detective on it. the subtext says \" The Latest way to violate privacy guidelines!\" " - info = @{" + default_raw_text = @{" Thank you for your purchase of the Nerd Co SpySpeks tm, this paper will be your quick-start guide to violating the privacy of your crewmates in three easy steps!

      Step One: Nerd Co SpySpeks tm upon your face.
      Step Two: Place the included "ProfitProtektor tm" camera assembly in a place of your choosing - make sure to make heavy use of it's inconspicous design! diff --git a/code/game/objects/items/devices/swapper.dm b/code/game/objects/items/devices/swapper.dm index 42224d9cd23a..b152504a3431 100644 --- a/code/game/objects/items/devices/swapper.dm +++ b/code/game/objects/items/devices/swapper.dm @@ -16,15 +16,13 @@ /obj/item/swapper/Destroy() if(linked_swapper) linked_swapper.linked_swapper = null //*inception music* - linked_swapper.update_icon() + linked_swapper.update_appearance() linked_swapper = null return ..() /obj/item/swapper/update_icon_state() - if(linked_swapper) - icon_state = "swapper-linked" - else - icon_state = "swapper" + icon_state = "swapper[linked_swapper ? "-linked" : null]" + return ..() /obj/item/swapper/attackby(obj/item/I, mob/user, params) if(istype(I, /obj/item/swapper)) @@ -38,8 +36,8 @@ to_chat(user, "You establish a quantum link between the two devices.") linked_swapper = other_swapper other_swapper.linked_swapper = src - update_icon() - linked_swapper.update_icon() + update_appearance() + linked_swapper.update_appearance() else return ..() @@ -74,9 +72,9 @@ to_chat(user, "You break the current quantum link.") if(!QDELETED(linked_swapper)) linked_swapper.linked_swapper = null - linked_swapper.update_icon() + linked_swapper.update_appearance() linked_swapper = null - update_icon() + update_appearance() //Gets the topmost teleportable container /obj/item/swapper/proc/get_teleportable_container() diff --git a/code/game/objects/items/devices/taperecorder.dm b/code/game/objects/items/devices/taperecorder.dm index 416ce3cff19c..d072fcc9c23a 100644 --- a/code/game/objects/items/devices/taperecorder.dm +++ b/code/game/objects/items/devices/taperecorder.dm @@ -26,7 +26,7 @@ . = ..() if(starting_tape_type) mytape = new starting_tape_type(src) - update_icon() + update_appearance() become_hearing_sensitive(ROUNDSTART_TRAIT) /obj/item/taperecorder/Destroy() @@ -44,7 +44,7 @@ return mytape = I to_chat(user, "You insert [I] into [src].") - update_icon() + update_appearance() /obj/item/taperecorder/proc/eject(mob/user) @@ -53,7 +53,7 @@ stop() user.put_in_hands(mytape) mytape = null - update_icon() + update_appearance() /obj/item/taperecorder/fire_act(exposed_temperature, exposed_volume) mytape.ruin() //Fires destroy the tape @@ -87,12 +87,15 @@ /obj/item/taperecorder/update_icon_state() if(!mytape) icon_state = "taperecorder_empty" - else if(recording) + return ..() + if(recording) icon_state = "taperecorder_recording" - else if(playing) + return ..() + if(playing) icon_state = "taperecorder_playing" - else - icon_state = "taperecorder_idle" + return ..() + icon_state = "taperecorder_idle" + return ..() /obj/item/taperecorder/Hear(message, atom/movable/speaker, message_langs, raw_message, radio_freq, spans, list/message_mods = list()) @@ -117,7 +120,7 @@ if(mytape.used_capacity < mytape.max_capacity) to_chat(usr, "Recording started.") recording = 1 - update_icon() + update_appearance() mytape.timestamp += mytape.used_capacity mytape.storedinfo += "\[[time2text(mytape.used_capacity * 10,"mm:ss")]\] Recording started." var/used = mytape.used_capacity //to stop runtimes when you eject the tape @@ -127,7 +130,7 @@ used++ sleep(10) recording = 0 - update_icon() + update_appearance() else to_chat(usr, "The tape is full.") @@ -149,7 +152,7 @@ playing = 0 var/turf/T = get_turf(src) T.visible_message("Tape Recorder: Playback stopped.") - update_icon() + update_appearance() /obj/item/taperecorder/verb/play() @@ -166,7 +169,7 @@ return playing = 1 - update_icon() + update_appearance() to_chat(usr, "Playing started.") var/used = mytape.used_capacity //to stop runtimes when you eject the tape var/max = mytape.max_capacity @@ -191,7 +194,7 @@ i++ playing = 0 - update_icon() + update_appearance() /obj/item/taperecorder/attack_self(mob/user) @@ -218,13 +221,13 @@ return to_chat(usr, "Transcript printed.") - var/obj/item/paper/P = new /obj/item/paper(get_turf(src)) + var/obj/item/paper/transcript_paper = new /obj/item/paper(get_turf(src)) var/t1 = "Transcript:

      " for(var/i = 1, mytape.storedinfo.len >= i, i++) t1 += "[mytape.storedinfo[i]]
      " - P.info = t1 - P.name = "paper- 'Transcript'" - usr.put_in_hands(P) + transcript_paper.add_raw_text(t1) + transcript_paper.update_appearance() + usr.put_in_hands(transcript_paper) canprint = FALSE addtimer(VARSET_CALLBACK(src, canprint, TRUE), 30 SECONDS) diff --git a/code/game/objects/items/devices/traitordevices.dm b/code/game/objects/items/devices/traitordevices.dm index 8632a0fd6355..3d054927d2c8 100644 --- a/code/game/objects/items/devices/traitordevices.dm +++ b/code/game/objects/items/devices/traitordevices.dm @@ -260,4 +260,4 @@ effective or pretty fucking useless. GLOB.active_jammers |= src else GLOB.active_jammers -= src - update_icon() + update_appearance() diff --git a/code/game/objects/items/devices/transfer_valve.dm b/code/game/objects/items/devices/transfer_valve.dm index 8a3550962b39..438b37fe5944 100644 --- a/code/game/objects/items/devices/transfer_valve.dm +++ b/code/game/objects/items/devices/transfer_valve.dm @@ -3,6 +3,7 @@ name = "tank transfer valve" icon_state = "valve_1" item_state = "ttv" + base_icon_state = "valve" lefthand_file = 'icons/mob/inhands/weapons/bombs_lefthand.dmi' righthand_file = 'icons/mob/inhands/weapons/bombs_righthand.dmi' desc = "Regulates the transfer of air between two tanks." @@ -35,7 +36,7 @@ tank_two = item to_chat(user, "You attach the tank to the transfer valve.") - update_icon() + update_appearance() //TODO: Have this take an assemblyholder else if(isassembly(item)) var/obj/item/assembly/A = item @@ -51,7 +52,7 @@ to_chat(user, "You attach the [item] to the valve controls and secure it.") A.on_attach() A.holder = src - A.toggle_secure() //this calls update_icon(), which calls update_icon() on the holder (i.e. the bomb). + A.toggle_secure() //this calls update_appearance(), which calls update_appearance() on the holder (i.e. the bomb). log_bomber(user, "attached a [item.name] to a ttv -", src, null, FALSE) attacher = user return @@ -88,30 +89,33 @@ /obj/item/transfer_valve/proc/toggle_off() toggle = TRUE -/obj/item/transfer_valve/update_icon() - cut_overlays() - - if(!tank_one && !tank_two && !attached_device) - icon_state = "valve_1" - return - icon_state = "valve" +/obj/item/transfer_valve/update_icon_state() + icon_state = "[base_icon_state][(!tank_one && !tank_two && !attached_device) ? "_1" : null]" + return ..() +/obj/item/transfer_valve/update_overlays() + . = ..() if(tank_one) - add_overlay("[tank_one.icon_state]") - if(tank_two) + . += "[tank_one.icon_state]" + + if(!tank_two) + underlays = null + else var/mutable_appearance/J = mutable_appearance(icon, icon_state = "[tank_two.icon_state]") var/matrix/T = matrix() T.Translate(-13, 0) J.transform = T underlays = list(J) - else - underlays = null - if(attached_device) - add_overlay("device") - if(istype(attached_device, /obj/item/assembly/infra)) - var/obj/item/assembly/infra/sensor = attached_device - if(sensor.on && sensor.visible) - add_overlay("proxy_beam") + + if(!attached_device) + return + + . += "device" + if(!istype(attached_device, /obj/item/assembly/infra)) + return + var/obj/item/assembly/infra/sensor = attached_device + if(sensor.on && sensor.visible) + . += "proxy_beam" /obj/item/transfer_valve/proc/merge_gases(datum/gas_mixture/target, change_volume = TRUE) var/target_self = FALSE @@ -170,12 +174,12 @@ merge_gases() for(var/i in 1 to 6) - addtimer(CALLBACK(src, /atom/.proc/update_icon), 20 + (i - 1) * 10) + addtimer(CALLBACK(src, /atom/.proc/update_appearance), 20 + (i - 1) * 10) else if(valve_open && tank_one && tank_two) split_gases() valve_open = FALSE - update_icon() + update_appearance() /* This doesn't do anything but the timer etc. expects it to be here eventually maybe have it update icon to show state (timer, prox etc.) like old bombs @@ -233,4 +237,4 @@ attached_device = null . = TRUE - update_icon() + update_appearance() diff --git a/code/game/objects/items/dice.dm b/code/game/objects/items/dice.dm index 6e775d95c30c..631466b3240a 100644 --- a/code/game/objects/items/dice.dm +++ b/code/game/objects/items/dice.dm @@ -26,10 +26,6 @@ var/picked = pick(special_die) new picked(src) -/obj/item/storage/pill_bottle/dice/suicide_act(mob/user) - user.visible_message("[user] is gambling with death! It looks like [user.p_theyre()] trying to commit suicide!") - return (OXYLOSS) - /obj/item/storage/pill_bottle/dice/hazard /obj/item/storage/pill_bottle/dice/hazard/PopulateContents() @@ -62,11 +58,7 @@ . = ..() if(!result) result = roll(sides) - update_icon() - -/obj/item/dice/suicide_act(mob/user) - user.visible_message("[user] is gambling with death! It looks like [user.p_theyre()] trying to commit suicide!") - return (OXYLOSS) + update_appearance() /obj/item/dice/d1 name = "d1" @@ -202,7 +194,7 @@ comment = "NAT 20!" else if(sides == 20 && result == 1) comment = "Ouch, bad luck." - update_icon() + update_appearance() if(initial(icon_state) == "d00") result = (result - 1)*10 if(special_faces.len == sides) diff --git a/code/game/objects/items/documents.dm b/code/game/objects/items/documents.dm index 2e028170a5f1..51c17ff4290d 100644 --- a/code/game/objects/items/documents.dm +++ b/code/game/objects/items/documents.dm @@ -63,4 +63,4 @@ icon_state = "docs_[C.crayon_color]" forgedseal = C.crayon_color to_chat(user, "You forge the official seal with a [C.crayon_color] crayon. No one will notice... right?") - update_icon() + update_appearance() diff --git a/code/game/objects/items/door_seal.dm b/code/game/objects/items/door_seal.dm index 66c6c0070bcb..64f7ca4fd92c 100644 --- a/code/game/objects/items/door_seal.dm +++ b/code/game/objects/items/door_seal.dm @@ -17,9 +17,3 @@ var/seal_time = 3 SECONDS /// how long it takes to remove the seal from a door var/unseal_time = 2 SECONDS - -/obj/item/door_seal/suicide_act(mob/user) - user.visible_message("[user] is sealing [user.p_them()]self off from the world with [src]! It looks like [user.p_theyre()] trying to commit suicide!") - playsound(src, 'sound/items/jaws_pry.ogg', 30, TRUE) - return(BRUTELOSS) - diff --git a/code/game/objects/items/dualsaber.dm b/code/game/objects/items/dualsaber.dm index bbe473dcefa4..39fe7d490320 100644 --- a/code/game/objects/items/dualsaber.dm +++ b/code/game/objects/items/dualsaber.dm @@ -65,34 +65,8 @@ /obj/item/dualsaber/update_icon_state() - if(wielded) - icon_state = "dualsaber[saber_color]" - else - icon_state = "dualsaber" - -/obj/item/dualsaber/suicide_act(mob/living/carbon/user) - if(wielded) - user.visible_message("[user] begins spinning way too fast! It looks like [user.p_theyre()] trying to commit suicide!") - - var/obj/item/bodypart/head/myhead = user.get_bodypart(BODY_ZONE_HEAD)//stole from chainsaw code - var/obj/item/organ/brain/B = user.getorganslot(ORGAN_SLOT_BRAIN) - B.organ_flags &= ~ORGAN_VITAL //this cant possibly be a good idea - var/randdir - for(var/i in 1 to 24)//like a headless chicken! - if(user.is_holding(src)) - randdir = pick(GLOB.alldirs) - user.Move(get_step(user, randdir),randdir) - user.emote("spin") - if (i == 3 && myhead) - myhead.drop_limb() - sleep(3) - else - user.visible_message("[user] panics and starts choking to death!") - return OXYLOSS - - else - user.visible_message("[user] begins beating [user.p_them()]self to death with \the [src]'s handle! It probably would've been cooler if [user.p_they()] turned it on first!") - return BRUTELOSS + icon_state = wielded ? "dualsaber[saber_color][wielded]" : "dualsaber0" + return ..() /obj/item/dualsaber/Initialize() . = ..() @@ -193,7 +167,7 @@ hacked = TRUE to_chat(user, "2XRNBW_ENGAGE") saber_color = "rainbow" - update_icon() + update_appearance() else to_chat(user, "It's starting to look like a triple rainbow - no, nevermind.") else diff --git a/code/game/objects/items/energyhalberd.dm b/code/game/objects/items/energyhalberd.dm index bebafa763fc3..fb03f24fbeb6 100644 --- a/code/game/objects/items/energyhalberd.dm +++ b/code/game/objects/items/energyhalberd.dm @@ -69,32 +69,10 @@ /obj/item/energyhalberd/update_icon_state() if(wielded) icon_state = "halberd[halberd_color]" + return ..() else icon_state = "halberd" - -/obj/item/energyhalberd/suicide_act(mob/living/carbon/user) - if(wielded) - user.visible_message("[user] begins spinning way too fast! It looks like [user.p_theyre()] trying to commit suicide!") - - var/obj/item/bodypart/head/myhead = user.get_bodypart(BODY_ZONE_HEAD)//stole from chainsaw code - var/obj/item/organ/brain/B = user.getorganslot(ORGAN_SLOT_BRAIN) - B.organ_flags &= ~ORGAN_VITAL //this cant possibly be a good idea - var/randdir - for(var/i in 1 to 24)//like a headless chicken! - if(user.is_holding(src)) - randdir = pick(GLOB.alldirs) - user.Move(get_step(user, randdir),randdir) - user.emote("spin") - if (i == 3 && myhead) - myhead.drop_limb() - sleep(3) - else - user.visible_message("[user] panics and starts choking to death!") - return OXYLOSS - - else - user.visible_message("[user] begins beating [user.p_them()]self to death with \the [src]'s handle! It probably would've been cooler if [user.p_they()] turned it on first!") - return BRUTELOSS + return ..() /obj/item/energyhalberd/Initialize() . = ..() @@ -189,7 +167,7 @@ hacked = TRUE to_chat(user, "HLBRDRNBW_ENGAGE") halberd_color = "rainbow" - update_icon() + update_appearance() else to_chat(user, "It's starting to look like a triple rainbow - no, nevermind.") else diff --git a/code/game/objects/items/etherealdiscoball.dm b/code/game/objects/items/etherealdiscoball.dm index db35c246db23..a695bd70e410 100644 --- a/code/game/objects/items/etherealdiscoball.dm +++ b/code/game/objects/items/etherealdiscoball.dm @@ -25,7 +25,7 @@ /obj/structure/etherealball/Initialize() . = ..() - update_icon() + update_appearance() /obj/structure/etherealball/attack_hand(mob/living/carbon/human/user) . = ..() @@ -49,7 +49,7 @@ TurnedOn = FALSE set_light(0) remove_atom_colour(TEMPORARY_COLOUR_PRIORITY) - update_icon() + update_appearance() if(TimerID) deltimer(TimerID) @@ -58,11 +58,12 @@ current_color = random_color() set_light(range, power, current_color) add_atom_colour("#[current_color]", FIXED_COLOUR_PRIORITY) - update_icon() + update_appearance() TimerID = addtimer(CALLBACK(src, .proc/DiscoFever), 5, TIMER_STOPPABLE) //Call ourselves every 0.5 seconds to change colors /obj/structure/etherealball/update_icon_state() icon_state = "ethdisco_head_[TurnedOn]" + return ..() /obj/structure/etherealball/update_overlays() . = ..() diff --git a/code/game/objects/items/extinguisher.dm b/code/game/objects/items/extinguisher.dm index acfa4732d286..75f96e4786ad 100644 --- a/code/game/objects/items/extinguisher.dm +++ b/code/game/objects/items/extinguisher.dm @@ -71,18 +71,6 @@ sprite_name = "foam_extinguisher" precision = TRUE -/obj/item/extinguisher/suicide_act(mob/living/carbon/user) - if (!safety && (reagents.total_volume >= 1)) - user.visible_message("[user] puts the nozzle to [user.p_their()] mouth. It looks like [user.p_theyre()] trying to extinguish the spark of life!") - afterattack(user,user) - return OXYLOSS - else if (safety && (reagents.total_volume >= 1)) - user.visible_message("[user] puts the nozzle to [user.p_their()] mouth... The safety's still on!") - return SHAME - else - user.visible_message("[user] puts the nozzle to [user.p_their()] mouth... [src] is empty!") - return SHAME - /obj/item/extinguisher/attack_self(mob/user) safety = !safety src.icon_state = "[sprite_name][!safety]" diff --git a/code/game/objects/items/fireaxe.dm b/code/game/objects/items/fireaxe.dm index 9087ef2aab2e..8203880b2b27 100644 --- a/code/game/objects/items/fireaxe.dm +++ b/code/game/objects/items/fireaxe.dm @@ -3,6 +3,7 @@ */ /obj/item/fireaxe // DEM AXES MAN, marker -Agouri icon_state = "fireaxe0" + base_icon_state = "fireaxe" lefthand_file = 'icons/mob/inhands/weapons/axes_lefthand.dmi' righthand_file = 'icons/mob/inhands/weapons/axes_righthand.dmi' name = "fire axe" @@ -28,7 +29,7 @@ /obj/item/fireaxe/ComponentInitialize() . = ..() AddComponent(/datum/component/butchering, 100, 80, 0 , hitsound) //axes are not known for being precision butchering tools - AddComponent(/datum/component/two_handed, force_unwielded=5, force_wielded=24, icon_wielded="fireaxe1") + AddComponent(/datum/component/two_handed, force_unwielded=5, force_wielded=24, icon_wielded="[base_icon_state]1") /// triggered on wield of two handed item /obj/item/fireaxe/proc/on_wield(obj/item/source, mob/user) @@ -43,11 +44,8 @@ wielded = FALSE /obj/item/fireaxe/update_icon_state() - icon_state = "fireaxe0" - -/obj/item/fireaxe/suicide_act(mob/user) - user.visible_message("[user] axes [user.p_them()]self from head to toe! It looks like [user.p_theyre()] trying to commit suicide!") - return (BRUTELOSS) + icon_state = "[base_icon_state]0" + return ..() /obj/item/fireaxe/afterattack(atom/A, mob/user, proximity) . = ..() @@ -63,13 +61,12 @@ */ /obj/item/fireaxe/boneaxe // Blatant imitation of the fireaxe, but made out of bone. icon_state = "bone_axe0" + base_icon_state = "bone_axe" name = "bone axe" desc = "A large, vicious axe crafted out of several sharpened bone plates and crudely tied together. Made of monsters, by killing monsters, for killing monsters." icon = 'icons/obj/items_and_weapons.dmi' /obj/item/fireaxe/boneaxe/ComponentInitialize() . = ..() - AddComponent(/datum/component/two_handed, force_unwielded=5, force_wielded=23, icon_wielded="bone_axe1") + AddComponent(/datum/component/two_handed, force_unwielded=5, force_wielded=23, icon_wielded="[base_icon_state]1") -/obj/item/fireaxe/boneaxe/update_icon_state() - icon_state = "bone_axe0" diff --git a/code/game/objects/items/flamethrower.dm b/code/game/objects/items/flamethrower.dm index b6bb3a6c2541..7412c1892676 100644 --- a/code/game/objects/items/flamethrower.dm +++ b/code/game/objects/items/flamethrower.dm @@ -60,6 +60,7 @@ /obj/item/flamethrower/update_icon_state() item_state = "flamethrower_[lit]" + return ..() /obj/item/flamethrower/update_overlays() . = ..() @@ -104,7 +105,7 @@ else if(W.tool_behaviour == TOOL_SCREWDRIVER && igniter && !lit) status = !status to_chat(user, "[igniter] is now [status ? "secured" : "unsecured"]!") - update_icon() + update_appearance() return else if(isigniter(W)) @@ -116,7 +117,7 @@ if(!user.transferItemToLoc(W, src)) return igniter = I - update_icon() + update_appearance() return else if(istype(W, /obj/item/reagent_containers) && !(W.item_flags & ABSTRACT) && W.is_open_container()) @@ -129,7 +130,7 @@ if(!user.transferItemToLoc(W, src)) return beaker = W - update_icon() + update_appearance() return else @@ -144,7 +145,7 @@ user.put_in_hands(beaker) beaker = null to_chat(user, "You remove the fuel container from [src]!") - update_icon() + update_appearance() /obj/item/flamethrower/examine(mob/user) . = ..() @@ -170,7 +171,7 @@ playsound(loc, deac_sound, 50, TRUE) STOP_PROCESSING(SSobj,src) set_light_on(lit) - update_icon() + update_appearance() /obj/item/flamethrower/CheckParts(list/parts_list) ..() @@ -179,7 +180,7 @@ weldtool.status = FALSE igniter.secured = FALSE status = TRUE - update_icon() + update_appearance() #define REQUIRED_POWER_TO_FIRE_FLAMETHROWER 10 #define FLAMETHROWER_POWER_MULTIPLIER 0.5 @@ -268,7 +269,7 @@ if(create_with_tank) beaker = new /obj/item/reagent_containers/glass/beaker/large(src) beaker.reagents.add_reagent(/datum/reagent/fuel, beaker.reagents.maximum_volume) - update_icon() + update_appearance() /obj/item/flamethrower/full icon = 'icons/obj/guns/48x32guns.dmi' @@ -277,6 +278,7 @@ /obj/item/flamethrower/full/update_icon_state() item_state = "prebuilt_flamethrower_[lit]" + return ..() /obj/item/flamethrower/full/tank create_with_tank = TRUE @@ -294,7 +296,7 @@ ///FLAMETHROWER PROJECTILE /obj/projectile/flamethrower - name = "\the flames" + name = "\proper flames" damage = 0 speed = 1 hitsound = "" diff --git a/code/game/objects/items/gift.dm b/code/game/objects/items/gift.dm index 6fd123bd33f8..b32169951c46 100644 --- a/code/game/objects/items/gift.dm +++ b/code/game/objects/items/gift.dm @@ -28,10 +28,6 @@ GLOBAL_LIST_EMPTY(possible_gifts) contains_type = get_gift_type() -/obj/item/a_gift/suicide_act(mob/user) - user.visible_message("[user] peeks inside [src] and cries [user.p_them()]self to death! It looks like [user.p_they()] [user.p_were()] on the naughty list...") - return (BRUTELOSS) - /obj/item/a_gift/examine(mob/M) . = ..() if((M.mind && HAS_TRAIT(M.mind, TRAIT_PRESENT_VISION)) || isobserver(M)) diff --git a/code/game/objects/items/grenades/discogrenade.dm b/code/game/objects/items/grenades/discogrenade.dm index 7791ecf1b177..181feff62147 100644 --- a/code/game/objects/items/grenades/discogrenade.dm +++ b/code/game/objects/items/grenades/discogrenade.dm @@ -83,7 +83,7 @@ lightcolor = random_color() set_light(range, power, lightcolor) add_atom_colour("#[lightcolor]", FIXED_COLOUR_PRIORITY) - update_icon() + update_appearance() timerID = addtimer(CALLBACK(src, .proc/randomiseLightColor), 2, TIMER_STOPPABLE) /obj/item/grenade/discogrenade/subgrenade/proc/forcedance(turf/target_turf , mob/living/carbon/human/target) diff --git a/code/game/objects/items/grenades/festive.dm b/code/game/objects/items/grenades/festive.dm index cedcb23dcca6..bffc31db28fd 100644 --- a/code/game/objects/items/grenades/festive.dm +++ b/code/game/objects/items/grenades/festive.dm @@ -35,7 +35,7 @@ damtype = "fire" START_PROCESSING(SSobj, src) playsound(src, 'sound/effects/fuse.ogg', 20, TRUE) - update_icon() + update_appearance() /obj/item/sparkler/process() burntime-- @@ -92,7 +92,7 @@ to_chat(user, "You shorten the fuse of [src] with [I].") playsound(src, 'sound/items/wirecutter.ogg', 20, TRUE) icon_state = initial(icon_state) + "_[det_time]" - update_icon() + update_appearance() else to_chat(user, "You've already removed all of the fuse!") diff --git a/code/game/objects/items/grenades/grenade.dm b/code/game/objects/items/grenades/grenade.dm index 5318ff33a0da..cf5fab1d4a0a 100644 --- a/code/game/objects/items/grenades/grenade.dm +++ b/code/game/objects/items/grenades/grenade.dm @@ -35,14 +35,6 @@ var/shrapnel_radius var/shrapnel_initialized -/obj/item/grenade/suicide_act(mob/living/carbon/user) - user.visible_message("[user] primes [src], then eats it! It looks like [user.p_theyre()] trying to commit suicide!") - playsound(src, 'sound/items/eatfood.ogg', 50, TRUE) - preprime(user, det_time) - user.transferItemToLoc(src, user, TRUE)//>eat a grenade set to 5 seconds >rush captain - sleep(det_time)//so you dont die instantly - return BRUTELOSS - /obj/item/grenade/deconstruct(disassembled = TRUE) if(!disassembled) prime() diff --git a/code/game/objects/items/grenades/plastic.dm b/code/game/objects/items/grenades/plastic.dm index a1b169189d3f..87dd83ffbcf2 100644 --- a/code/game/objects/items/grenades/plastic.dm +++ b/code/game/objects/items/grenades/plastic.dm @@ -112,45 +112,6 @@ to_chat(user, "You plant the bomb. Timer counting down from [det_time].") addtimer(CALLBACK(src, .proc/prime), det_time*10) -/obj/item/grenade/c4/proc/shout_syndicate_crap(mob/M) - if(!M) - return - var/message_say = "FOR NO RAISIN!" - if(M.mind) - var/datum/mind/UM = M.mind - if(UM.has_antag_datum(/datum/antagonist/nukeop) || UM.has_antag_datum(/datum/antagonist/traitor)) - message_say = "FOR THE SYNDICATE!" - else if(UM.has_antag_datum(/datum/antagonist/changeling)) - message_say = "FOR THE HIVE!" - else if(UM.has_antag_datum(/datum/antagonist/cult)) - message_say = "FOR NAR'SIE!" - else if(UM.has_antag_datum(/datum/antagonist/rev)) - message_say = "VIVA LA REVOLUTION!" - else if(UM.has_antag_datum(/datum/antagonist/brother)) - message_say = "FOR MY BROTHER!" - else if(UM.has_antag_datum(/datum/antagonist/ninja)) - message_say = "FOR THE SPIDER CLAN!" - else if(UM.has_antag_datum(/datum/antagonist/fugitive)) - message_say = "FOR FREEDOM!" - else if(UM.has_antag_datum(/datum/antagonist/ashwalker)) - message_say = "I HAVE NO IDEA WHAT THIS THING DOES!" - else if(UM.has_antag_datum(/datum/antagonist/ert)) - message_say = "FOR NANOTRASEN!" - else if(UM.has_antag_datum(/datum/antagonist/pirate)) - message_say = "FOR ME MATEYS!" - else if(UM.has_antag_datum(/datum/antagonist/wizard)) - message_say = "FOR THE FEDERATION!" - M.say(message_say, forced="C4 suicide") - -/obj/item/grenade/c4/suicide_act(mob/user) - message_admins("[ADMIN_LOOKUPFLW(user)] suicided with [src] at [ADMIN_VERBOSEJMP(user)]") - log_game("[key_name(user)] suicided with [src] at [AREACOORD(user)]") - user.visible_message("[user] activates [src] and holds it above [user.p_their()] head! It looks like [user.p_theyre()] going out with a bang!") - shout_syndicate_crap(user) - explosion(user,0,2,0) //Cheap explosion imitation because putting prime() here causes runtimes - user.gib(1, 1) - resolve() - // X4 is an upgraded directional variant of c4 which is relatively safe to be standing next to. And much less safe to be standing on the other side of. // C4 is intended to be used for infiltration, and destroying tech. X4 is intended to be used for heavy breaching and tight spaces. // Intended to replace C4 for nukeops, and to be a randomdrop in surplus/random traitor purchases. diff --git a/code/game/objects/items/handcuffs.dm b/code/game/objects/items/handcuffs.dm index 8982cca96c40..764bf8a61ccd 100644 --- a/code/game/objects/items/handcuffs.dm +++ b/code/game/objects/items/handcuffs.dm @@ -1,10 +1,6 @@ /obj/item/restraints breakouttime = 600 -/obj/item/restraints/suicide_act(mob/living/carbon/user) - user.visible_message("[user] is strangling [user.p_them()]self with [src]! It looks like [user.p_theyre()] trying to commit suicide!") - return(OXYLOSS) - /obj/item/restraints/Destroy() if(iscarbon(loc)) var/mob/living/carbon/M = loc @@ -126,9 +122,9 @@ cable_color = param_color || cable_color || pick(cable_colors) if(cable_colors[cable_color]) cable_color = cable_colors[cable_color] - update_icon() + update_appearance() -/obj/item/restraints/handcuffs/cable/update_icon() +/obj/item/restraints/handcuffs/cable/update_appearance() color = null add_atom_colour(cable_color, FIXED_COLOUR_PRIORITY) */ @@ -241,7 +237,7 @@ /obj/item/restraints/legcuffs/beartrap/Initialize() . = ..() - update_icon() + update_appearance() var/static/list/loc_connections = list( COMSIG_ATOM_ENTERED = .proc/on_entered, @@ -250,23 +246,19 @@ /obj/item/restraints/legcuffs/beartrap/update_icon_state() icon_state = "[initial(icon_state)][armed]" - -/obj/item/restraints/legcuffs/beartrap/suicide_act(mob/user) - user.visible_message("[user] is sticking [user.p_their()] head in the [src.name]! It looks like [user.p_theyre()] trying to commit suicide!") - playsound(loc, 'sound/weapons/bladeslice.ogg', 50, TRUE, -1) - return (BRUTELOSS) + return ..() /obj/item/restraints/legcuffs/beartrap/attack_self(mob/user) . = ..() if(!ishuman(user) || user.stat != CONSCIOUS || HAS_TRAIT(user, TRAIT_HANDS_BLOCKED)) return armed = !armed - update_icon() + update_appearance() to_chat(user, "[src] is now [armed ? "armed" : "disarmed"]") /obj/item/restraints/legcuffs/beartrap/proc/close_trap() armed = FALSE - update_icon() + update_appearance() playsound(src, 'sound/effects/snap.ogg', 50, TRUE) /obj/item/restraints/legcuffs/beartrap/proc/on_entered(datum/source, AM as mob|obj) diff --git a/code/game/objects/items/his_grace.dm b/code/game/objects/items/his_grace.dm deleted file mode 100644 index f2b71684bfb6..000000000000 --- a/code/game/objects/items/his_grace.dm +++ /dev/null @@ -1,256 +0,0 @@ -//His Grace is a very special weapon granted only to traitor chaplains. -//When awakened, He thirsts for blood and begins ticking a "bloodthirst" counter. -//The wielder of His Grace is immune to stuns and gradually heals. -//If the wielder fails to feed His Grace in time, He will devour them and become incredibly aggressive. -//Leaving His Grace alone for some time will reset His thirst and put Him to sleep. -//Using His Grace effectively requires extreme speed and care. -/obj/item/his_grace - name = "artistic toolbox" - desc = "A toolbox painted bright green. Looking at it makes you feel uneasy." - icon_state = "his_grace" - item_state = "artistic_toolbox" - lefthand_file = 'icons/mob/inhands/equipment/toolbox_lefthand.dmi' - righthand_file = 'icons/mob/inhands/equipment/toolbox_righthand.dmi' - icon = 'icons/obj/items_and_weapons.dmi' - w_class = WEIGHT_CLASS_GIGANTIC - force = 12 - attack_verb = list("robusted") - hitsound = 'sound/weapons/smash.ogg' - var/awakened = FALSE - var/bloodthirst = HIS_GRACE_SATIATED - var/prev_bloodthirst = HIS_GRACE_SATIATED - var/force_bonus = 0 - var/ascended = FALSE - var/victims_needed = 25 - var/ascend_bonus = 15 - -/obj/item/his_grace/Initialize() - . = ..() - START_PROCESSING(SSprocessing, src) - GLOB.poi_list += src - RegisterSignal(src, COMSIG_MOVABLE_POST_THROW, .proc/move_gracefully) - -/obj/item/his_grace/Destroy() - STOP_PROCESSING(SSprocessing, src) - GLOB.poi_list -= src - for(var/mob/living/L in src) - L.forceMove(get_turf(src)) - return ..() - -/obj/item/his_grace/attack_self(mob/living/user) - if(!awakened) - INVOKE_ASYNC(src, .proc/awaken, user) - -/obj/item/his_grace/attack(mob/living/M, mob/user) - if(awakened && M.stat) - consume(M) - else - ..() - -/obj/item/his_grace/CtrlClick(mob/user) //you can't pull his grace - return - -/obj/item/his_grace/examine(mob/user) - . = ..() - if(awakened) - switch(bloodthirst) - if(HIS_GRACE_SATIATED to HIS_GRACE_PECKISH) - . += "[src] isn't very hungry. Not yet." - if(HIS_GRACE_PECKISH to HIS_GRACE_HUNGRY) - . += "[src] would like a snack." - if(HIS_GRACE_HUNGRY to HIS_GRACE_FAMISHED) - . += "[src] is quite hungry now." - if(HIS_GRACE_FAMISHED to HIS_GRACE_STARVING) - . += "[src] is openly salivating at the sight of you. Be careful." - if(HIS_GRACE_STARVING to HIS_GRACE_CONSUME_OWNER) - . += "You walk a fine line. [src] is very close to devouring you." - if(HIS_GRACE_CONSUME_OWNER to HIS_GRACE_FALL_ASLEEP) - . += "[src] is shaking violently and staring directly at you." - else - . += "[src] is latched closed." - -/obj/item/his_grace/relaymove(mob/living/user, direction) //Allows changelings, etc. to climb out of Him after they revive, provided He isn't active - if(!awakened) - user.forceMove(get_turf(src)) - user.visible_message("[user] scrambles out of [src]!", "You climb out of [src]!") - -/obj/item/his_grace/process() - if(!bloodthirst) - drowse() - return - if(bloodthirst < HIS_GRACE_CONSUME_OWNER && !ascended) - adjust_bloodthirst(1 + FLOOR(LAZYLEN(contents) * 0.5, 1)) //Maybe adjust this? - else - adjust_bloodthirst(1) //don't cool off rapidly once we're at the point where His Grace consumes all. - var/mob/living/master = get_atom_on_turf(src, /mob/living) - if(istype(master) && (src in master.held_items)) - switch(bloodthirst) - if(HIS_GRACE_CONSUME_OWNER to HIS_GRACE_FALL_ASLEEP) - master.visible_message("[src] turns on [master]!", "[src] turns on you!") - do_attack_animation(master, null, src) - master.emote("scream") - master.remove_status_effect(STATUS_EFFECT_HISGRACE) - REMOVE_TRAIT(src, TRAIT_NODROP, HIS_GRACE_TRAIT) - master.Paralyze(60) - master.adjustBruteLoss(master.maxHealth) - playsound(master, 'sound/effects/splat.ogg', 100, FALSE) - else - master.apply_status_effect(STATUS_EFFECT_HISGRACE) - return - forceMove(get_turf(src)) //no you can't put His Grace in a locker you just have to deal with Him - if(bloodthirst < HIS_GRACE_CONSUME_OWNER) - return - if(bloodthirst >= HIS_GRACE_FALL_ASLEEP) - drowse() - return - var/list/targets = list() - for(var/mob/living/L in oview(2, src)) - targets += L - if(!LAZYLEN(targets)) - return - var/mob/living/L = pick(targets) - step_to(src, L) - if(Adjacent(L)) - if(!L.stat) - L.visible_message("[src] lunges at [L]!", "[src] lunges at you!") - do_attack_animation(L, null, src) - playsound(L, 'sound/weapons/smash.ogg', 50, TRUE) - playsound(L, 'sound/misc/desceration-01.ogg', 50, TRUE) - L.adjustBruteLoss(force) - adjust_bloodthirst(-5) //Don't stop attacking they're right there! - else - consume(L) - -/obj/item/his_grace/proc/awaken(mob/user) //Good morning, Mr. Grace. - if(awakened) - return - awakened = TRUE - user.visible_message("[src] begins to rattle. He thirsts.", "You flick [src]'s latch up. You hope this is a good idea.") - name = "His Grace" - desc = "A bloodthirsty artifact created by a profane rite." - gender = MALE - adjust_bloodthirst(1) - force_bonus = HIS_GRACE_FORCE_BONUS * LAZYLEN(contents) - playsound(user, 'sound/effects/pope_entry.ogg', 100) - icon_state = "his_grace_awakened" - move_gracefully() - -/obj/item/his_grace/proc/move_gracefully() - SIGNAL_HANDLER - - if(!awakened) - return - var/static/list/transforms - if(!transforms) - var/matrix/M1 = matrix() - var/matrix/M2 = matrix() - var/matrix/M3 = matrix() - var/matrix/M4 = matrix() - M1.Translate(-1, 0) - M2.Translate(0, 1) - M3.Translate(1, 0) - M4.Translate(0, -1) - transforms = list(M1, M2, M3, M4) - - animate(src, transform=transforms[1], time=0.2, loop=-1) - animate(transform=transforms[2], time=0.1) - animate(transform=transforms[3], time=0.2) - animate(transform=transforms[4], time=0.3) - -/obj/item/his_grace/proc/drowse() //Good night, Mr. Grace. - if(!awakened || ascended) - return - var/turf/T = get_turf(src) - T.visible_message("[src] slowly stops rattling and falls still, His latch snapping shut.") - playsound(loc, 'sound/weapons/batonextend.ogg', 100, TRUE) - name = initial(name) - desc = initial(desc) - icon_state = initial(icon_state) - animate(src, transform=matrix()) - gender = initial(gender) - force = initial(force) - force_bonus = initial(force_bonus) - awakened = FALSE - bloodthirst = 0 - -/obj/item/his_grace/proc/consume(mob/living/meal) //Here's your dinner, Mr. Grace. - if(!meal) - return - var/victims = 0 - meal.visible_message("[src] swings open and devours [meal]!", "[src] consumes you!") - meal.adjustBruteLoss(200) - playsound(meal, 'sound/misc/desceration-02.ogg', 75, TRUE) - playsound(src, 'sound/items/eatfood.ogg', 100, TRUE) - meal.forceMove(src) - force_bonus += HIS_GRACE_FORCE_BONUS - prev_bloodthirst = bloodthirst - if(prev_bloodthirst < HIS_GRACE_CONSUME_OWNER) - bloodthirst = max(LAZYLEN(contents), 1) //Never fully sated, and His hunger will only grow. - else - bloodthirst = HIS_GRACE_CONSUME_OWNER - for(var/mob/living/C in contents) - if(C.mind) - victims++ - if(victims >= victims_needed) - ascend() - update_stats() - -/obj/item/his_grace/proc/adjust_bloodthirst(amt) - prev_bloodthirst = bloodthirst - if(prev_bloodthirst < HIS_GRACE_CONSUME_OWNER && !ascended) - bloodthirst = clamp(bloodthirst + amt, HIS_GRACE_SATIATED, HIS_GRACE_CONSUME_OWNER) - else if(!ascended) - bloodthirst = clamp(bloodthirst + amt, HIS_GRACE_CONSUME_OWNER, HIS_GRACE_FALL_ASLEEP) - update_stats() - -/obj/item/his_grace/proc/update_stats() - REMOVE_TRAIT(src, TRAIT_NODROP, HIS_GRACE_TRAIT) - var/mob/living/master = get_atom_on_turf(src, /mob/living) - switch(bloodthirst) - if(HIS_GRACE_CONSUME_OWNER to HIS_GRACE_FALL_ASLEEP) - if(HIS_GRACE_CONSUME_OWNER > prev_bloodthirst) - master.visible_message("[src] enters a frenzy!") - if(HIS_GRACE_STARVING to HIS_GRACE_CONSUME_OWNER) - ADD_TRAIT(src, TRAIT_NODROP, HIS_GRACE_TRAIT) - if(HIS_GRACE_STARVING > prev_bloodthirst) - master.visible_message("[src] is starving!", "[src]'s bloodlust overcomes you. [src] must be fed, or you will become His meal.\ - [force_bonus < 15 ? " And still, His power grows.":""]") - force_bonus = max(force_bonus, 15) - if(HIS_GRACE_FAMISHED to HIS_GRACE_STARVING) - ADD_TRAIT(src, TRAIT_NODROP, HIS_GRACE_TRAIT) - if(HIS_GRACE_FAMISHED > prev_bloodthirst) - master.visible_message("[src] is very hungry!", "Spines sink into your hand. [src] must feed immediately.\ - [force_bonus < 10 ? " His power grows.":""]") - force_bonus = max(force_bonus, 10) - if(prev_bloodthirst >= HIS_GRACE_STARVING) - master.visible_message("[src] is now only very hungry!", "Your bloodlust recedes.") - if(HIS_GRACE_HUNGRY to HIS_GRACE_FAMISHED) - if(HIS_GRACE_HUNGRY > prev_bloodthirst) - master.visible_message("[src] is getting hungry.", "You feel [src]'s hunger within you.\ - [force_bonus < 5 ? " His power grows.":""]") - force_bonus = max(force_bonus, 5) - if(prev_bloodthirst >= HIS_GRACE_FAMISHED) - master.visible_message("[src] is now only somewhat hungry.", "[src]'s hunger recedes a little...") - if(HIS_GRACE_PECKISH to HIS_GRACE_HUNGRY) - if(HIS_GRACE_PECKISH > prev_bloodthirst) - master.visible_message("[src] is feeling snackish.", "[src] begins to hunger.") - if(prev_bloodthirst >= HIS_GRACE_HUNGRY) - master.visible_message("[src] is now only a little peckish.", "[src]'s hunger recedes somewhat...") - if(HIS_GRACE_SATIATED to HIS_GRACE_PECKISH) - if(prev_bloodthirst >= HIS_GRACE_PECKISH) - master.visible_message("[src] is satiated.", "[src]'s hunger recedes...") - force = initial(force) + force_bonus - -/obj/item/his_grace/proc/ascend() - if(ascended) - return - var/mob/living/carbon/human/master = loc - force_bonus += ascend_bonus - desc = "A legendary toolbox and a distant artifact from The Age of Three Powers. On its three latches engraved are the words \"The Sun\", \"The Moon\", and \"The Stars\". The entire toolbox has the words \"The World\" engraved into its sides." - icon_state = "his_grace_ascended" - item_state = "toolbox_gold" - ascended = TRUE - playsound(src, 'sound/effects/his_grace_ascend.ogg', 100) - if(istype(master)) - master.visible_message("Gods will be watching.") - name = "[master]'s mythical toolbox of three powers" diff --git a/code/game/objects/items/holy_weapons.dm b/code/game/objects/items/holy_weapons.dm index 2406923edf97..a1612fd7c4dd 100644 --- a/code/game/objects/items/holy_weapons.dm +++ b/code/game/objects/items/holy_weapons.dm @@ -208,10 +208,6 @@ . = ..() AddComponent(/datum/component/anti_magic, TRUE, TRUE, FALSE, null, null, FALSE) -/obj/item/nullrod/suicide_act(mob/user) - user.visible_message("[user] is killing [user.p_them()]self with [src]! It looks like [user.p_theyre()] trying to get closer to god!") - return (BRUTELOSS|FIRELOSS) - /obj/item/nullrod/attack_self(mob/user) if(user.mind && (user.mind.holy_role) && !reskinned) reskin_holy_weapon(user) @@ -291,7 +287,7 @@ w_class = WEIGHT_CLASS_HUGE force = 5 slot_flags = ITEM_SLOT_BACK - block_chance = 50 + block_chance = 40 var/shield_icon = "shield-red" /obj/item/nullrod/staff/worn_overlays(isinhands) diff --git a/code/game/objects/items/hot_potato.dm b/code/game/objects/items/hot_potato.dm index ac238a85a336..915c7e36cc90 100644 --- a/code/game/objects/items/hot_potato.dm +++ b/code/game/objects/items/hot_potato.dm @@ -134,7 +134,7 @@ /obj/item/hot_potato/proc/activate(delay, mob/user) if(active) return - update_icon() + update_appearance() if(sticky) ADD_TRAIT(src, TRAIT_NODROP, HOT_POTATO_TRAIT) name = "primed [name]" @@ -148,7 +148,7 @@ active = TRUE /obj/item/hot_potato/proc/deactivate() - update_icon() + update_appearance() name = initial(name) REMOVE_TRAIT(src, TRAIT_NODROP, HOT_POTATO_TRAIT) deltimer(detonation_timerid) @@ -158,7 +158,8 @@ active = FALSE /obj/item/hot_potato/update_icon_state() - icon_state = active? icon_on : icon_off + icon_state = active ? icon_on : icon_off + return ..() /obj/item/hot_potato/syndicate detonate_light_range = 4 diff --git a/code/game/objects/items/hourglass.dm b/code/game/objects/items/hourglass.dm index f4997089c685..acfe971b0337 100644 --- a/code/game/objects/items/hourglass.dm +++ b/code/game/objects/items/hourglass.dm @@ -30,10 +30,8 @@ stop() /obj/item/hourglass/update_icon_state() - if(timing_id) - icon_state = "hourglass_active" - else - icon_state = "hourglass_idle" + icon_state = "hourglass_[timing_id ? "active" : "idle"]" + return ..() /obj/item/hourglass/proc/start() finish_time = world.time + time @@ -54,7 +52,7 @@ countdown.stop() finish_time = null animate(src) - update_icon() + update_appearance() /obj/item/hourglass/proc/finish() visible_message("[src] stops.") diff --git a/code/game/objects/items/implants/implantcase.dm b/code/game/objects/items/implants/implantcase.dm index 70baa76a7fe6..23f7aec9b199 100644 --- a/code/game/objects/items/implants/implantcase.dm +++ b/code/game/objects/items/implants/implantcase.dm @@ -15,10 +15,8 @@ /obj/item/implantcase/update_icon_state() - if(imp) - icon_state = "implantcase-[imp.implant_color]" - else - icon_state = "implantcase-0" + icon_state = "implantcase-[imp ? imp.implant_color : 0]" + return ..() /obj/item/implantcase/attackby(obj/item/W, mob/user, params) @@ -43,9 +41,9 @@ I.imp.forceMove(src) imp = I.imp I.imp = null - update_icon() + update_appearance() reagents = imp.reagents - I.update_icon() + I.update_appearance() else if(imp) if(I.imp) @@ -54,8 +52,8 @@ I.imp = imp imp = null reagents = null - update_icon() - I.update_icon() + update_appearance() + I.update_appearance() else return ..() @@ -64,7 +62,7 @@ . = ..() if(imp_type) imp = new imp_type(src) - update_icon() + update_appearance() reagents = imp.reagents diff --git a/code/game/objects/items/implants/implantchair.dm b/code/game/objects/items/implants/implantchair.dm index bac1528e3da1..e8122bd34263 100644 --- a/code/game/objects/items/implants/implantchair.dm +++ b/code/game/objects/items/implants/implantchair.dm @@ -24,7 +24,7 @@ /obj/machinery/implantchair/Initialize() . = ..() open_machine() - update_icon() + update_appearance() /obj/machinery/implantchair/ui_state(mob/user) return GLOB.notcontained_state @@ -83,7 +83,7 @@ addtimer(CALLBACK(src,.proc/set_ready),injection_cooldown) else playsound(get_turf(src), 'sound/machines/buzz-sigh.ogg', 25, TRUE) - update_icon() + update_appearance() /obj/machinery/implantchair/proc/implant_action(mob/living/M) var/obj/item/I = new implant_type @@ -104,6 +104,7 @@ icon_state += "_open" if(occupant) icon_state += "_occupied" + return ..() /obj/machinery/implantchair/update_overlays() . = ..() @@ -120,7 +121,7 @@ /obj/machinery/implantchair/proc/set_ready() ready = TRUE - update_icon() + update_appearance() /obj/machinery/implantchair/container_resist_act(mob/living/user) user.changeNext_move(CLICK_CD_BREAKOUT) diff --git a/code/game/objects/items/implants/implanter.dm b/code/game/objects/items/implants/implanter.dm index 6731673d1c16..5b8db550a87d 100644 --- a/code/game/objects/items/implants/implanter.dm +++ b/code/game/objects/items/implants/implanter.dm @@ -15,10 +15,8 @@ /obj/item/implanter/update_icon_state() - if(imp) - icon_state = "implanter1" - else - icon_state = "implanter0" + icon_state = "implanter[imp ? 1 : 0]" + return ..() /obj/item/implanter/attack(mob/living/M, mob/user) @@ -37,7 +35,7 @@ else M.visible_message("[user] implants [M].", "[user] implants you.") imp = null - update_icon() + update_appearance() else to_chat(user, "[src] fails to implant [M].") @@ -62,4 +60,4 @@ . = ..() if(imp_type) imp = new imp_type(src) - update_icon() + update_appearance() diff --git a/code/game/objects/items/implants/implantpad.dm b/code/game/objects/items/implants/implantpad.dm index 13d1a5302726..37667786262f 100644 --- a/code/game/objects/items/implants/implantpad.dm +++ b/code/game/objects/items/implants/implantpad.dm @@ -13,6 +13,7 @@ /obj/item/implantpad/update_icon_state() icon_state = "implantpad-[!QDELETED(case)]" + return ..() /obj/item/implantpad/examine(mob/user) . = ..() @@ -27,7 +28,7 @@ /obj/item/implantpad/handle_atom_del(atom/A) if(A == case) case = null - update_icon() + update_appearance() updateSelfDialog() . = ..() @@ -46,7 +47,7 @@ case = null updateSelfDialog() - update_icon() + update_appearance() /obj/item/implantpad/attackby(obj/item/implantcase/C, mob/user, params) if(istype(C, /obj/item/implantcase) && !case) @@ -54,7 +55,7 @@ return case = C updateSelfDialog() - update_icon() + update_appearance() else return ..() diff --git a/code/game/objects/items/inducer.dm b/code/game/objects/items/inducer.dm index 7ba7217c1d6d..4f4a088f8a7c 100644 --- a/code/game/objects/items/inducer.dm +++ b/code/game/objects/items/inducer.dm @@ -22,8 +22,8 @@ var/totransfer = min(cell.charge,(powertransfer * coefficient)) var/transferred = target.give(totransfer) cell.use(transferred) - cell.update_icon() - target.update_icon() + cell.update_appearance() + target.update_appearance() /obj/item/inducer/get_cell() return cell @@ -66,12 +66,12 @@ if(!opened) to_chat(user, "You unscrew the battery compartment.") opened = TRUE - update_icon() + update_appearance() return else to_chat(user, "You close the battery compartment.") opened = FALSE - update_icon() + update_appearance() return if(istype(W, /obj/item/stock_parts/cell)) if(opened) @@ -80,7 +80,7 @@ return to_chat(user, "You insert [W] into [src].") cell = W - update_icon() + update_appearance() return else to_chat(user, "[src] already has \a [cell] installed!") @@ -122,7 +122,7 @@ induce(C, coefficient) do_sparks(1, FALSE, A) if(O) - O.update_icon() + O.update_appearance() else break if(done_any) // Only show a message if we succeeded at least once @@ -147,10 +147,10 @@ /obj/item/inducer/attack_self(mob/user) if(opened && cell) user.visible_message("[user] removes [cell] from [src]!", "You remove [cell].") - cell.update_icon() + cell.update_appearance() user.put_in_hands(cell) cell = null - update_icon() + update_appearance() /obj/item/inducer/examine(mob/living/M) @@ -164,11 +164,9 @@ /obj/item/inducer/update_overlays() . = ..() - if(opened) - if(!cell) - . += "inducer-nobat" - else - . += "inducer-bat" + if(!opened) + return + . += "inducer-[cell ? "bat" : "nobat"]" /obj/item/inducer/sci icon_state = "inducer-sci" @@ -180,7 +178,7 @@ /obj/item/inducer/sci/Initialize() . = ..() - update_icon() + update_appearance() /obj/item/inducer/syndicate icon_state = "inducer-syndi" diff --git a/code/game/objects/items/kitchen.dm b/code/game/objects/items/kitchen.dm index 99ab8a3dd663..71799b83004e 100644 --- a/code/game/objects/items/kitchen.dm +++ b/code/game/objects/items/kitchen.dm @@ -31,11 +31,6 @@ item_flags = EYE_STAB var/datum/reagent/forkload //used to eat omelette -/obj/item/kitchen/fork/suicide_act(mob/living/carbon/user) - user.visible_message("[user] stabs \the [src] into [user.p_their()] chest! It looks like [user.p_theyre()] trying to take a bite out of [user.p_them()]self!") - playsound(src, 'sound/items/eatfood.ogg', 50, TRUE) - return BRUTELOSS - /obj/item/kitchen/fork/attack(mob/living/carbon/M, mob/living/carbon/user) if(!istype(M)) return ..() @@ -99,12 +94,6 @@ /obj/item/kitchen/knife/proc/set_butchering() AddComponent(/datum/component/butchering, 80 - force, 100, force - 10) //bonus chance increases depending on force -/obj/item/kitchen/knife/suicide_act(mob/user) - user.visible_message(pick("[user] is slitting [user.p_their()] wrists with the [src.name]! It looks like [user.p_theyre()] trying to commit suicide.", \ - "[user] is slitting [user.p_their()] throat with the [src.name]! It looks like [user.p_theyre()] trying to commit suicide.", \ - "[user] is slitting [user.p_their()] stomach open with the [src.name]! It looks like [user.p_theyre()] trying to commit seppuku.")) - return (BRUTELOSS) - /obj/item/kitchen/knife/plastic name = "plastic knife" icon_state = "plastic_knife" @@ -245,10 +234,6 @@ desc = "Unlike other carrots, you should probably keep this far away from your eyes." custom_materials = null -/obj/item/kitchen/knife/shiv/carrot/suicide_act(mob/living/carbon/user) - user.visible_message("[user] forcefully drives \the [src] into [user.p_their()] eye! It looks like [user.p_theyre()] trying to commit suicide!") - return BRUTELOSS - /obj/item/kitchen/rollingpin name = "rolling pin" desc = "Used to knock out the Bartender." @@ -262,9 +247,6 @@ attack_verb = list("bashed", "battered", "bludgeoned", "thrashed", "whacked") custom_price = 200 -/obj/item/kitchen/rollingpin/suicide_act(mob/living/carbon/user) - user.visible_message("[user] begins flattening [user.p_their()] head with \the [src]! It looks like [user.p_theyre()] trying to commit suicide!") - return BRUTELOSS /* Trays moved to /obj/item/storage/bag */ /obj/item/kitchen/spoon/plastic diff --git a/code/game/objects/items/manuals.dm b/code/game/objects/items/manuals.dm index 4661d06970cd..c0773b2032cf 100644 --- a/code/game/objects/items/manuals.dm +++ b/code/game/objects/items/manuals.dm @@ -366,10 +366,6 @@ title = "Space Law" page_link = "Space_Law" -/obj/item/book/manual/wiki/security_space_law/suicide_act(mob/living/user) - user.visible_message("[user] pretends to read \the [src] intently... then promptly dies of laughter!") - return OXYLOSS - /obj/item/book/manual/wiki/infections name = "Infections - Making your own pandemic!" icon_state = "bookInfections" @@ -476,27 +472,6 @@ title = "Toxins or: How I Learned to Stop Worrying and Love the Maxcap" page_link = "Guide_to_toxins" -/obj/item/book/manual/wiki/toxins/suicide_act(mob/user) - var/mob/living/carbon/human/H = user - user.visible_message("[user] starts dancing to the Rhumba Beat! It looks like [user.p_theyre()] trying to commit suicide!") - playsound(loc, 'sound/effects/spray.ogg', 10, TRUE, -3) - if (!QDELETED(H)) - H.emote("spin") - sleep(20) - for(var/obj/item/W in H) - H.dropItemToGround(W) - if(prob(50)) - step(W, pick(GLOB.alldirs)) - ADD_TRAIT(H, TRAIT_DISFIGURED, TRAIT_GENERIC) - H.bleed_rate = 5 - H.gib_animation() - sleep(3) - H.adjustBruteLoss(1000) //to make the body super-bloody - H.spawn_gibs() - H.spill_organs() - H.spread_bodyparts() - return (BRUTELOSS) - /obj/item/book/manual/wiki/plumbing name = "Chemical Factories Without Narcotics" icon_state ="plumbingbook" diff --git a/code/game/objects/items/melee/energy.dm b/code/game/objects/items/melee/energy.dm index b1ffb655f257..0775e43d93f7 100644 --- a/code/game/objects/items/melee/energy.dm +++ b/code/game/objects/items/melee/energy.dm @@ -20,12 +20,6 @@ STOP_PROCESSING(SSobj, src) return ..() -/obj/item/melee/transforming/energy/suicide_act(mob/user) - if(!active) - transform_weapon(user, TRUE) - user.visible_message("[user] is [pick("slitting [user.p_their()] stomach open with", "falling on")] [src]! It looks like [user.p_theyre()] trying to commit seppuku!") - return (BRUTELOSS|FIRELOSS) - /obj/item/melee/transforming/energy/add_blood_DNA(list/blood_dna) return FALSE @@ -84,10 +78,6 @@ attack_verb_on = list() light_color = LIGHT_COLOR_LIGHT_CYAN -/obj/item/melee/transforming/energy/axe/suicide_act(mob/user) - user.visible_message("[user] swings [src] towards [user.p_their()] head! It looks like [user.p_theyre()] trying to commit suicide!") - return (BRUTELOSS|FIRELOSS) - /obj/item/melee/transforming/energy/sword name = "energy sword" desc = "For when a katana isn't enough. While Nanotrasen and the Syndicate both produce the so-called e-swords, they are visually and functionaly identical." diff --git a/code/game/objects/items/melee/misc.dm b/code/game/objects/items/melee/misc.dm index f247aabb0031..16404d1d13bd 100644 --- a/code/game/objects/items/melee/misc.dm +++ b/code/game/objects/items/melee/misc.dm @@ -25,10 +25,6 @@ hitsound = 'sound/weapons/chainhit.ogg' custom_materials = list(/datum/material/iron = 1000) -/obj/item/melee/chainofcommand/suicide_act(mob/user) - user.visible_message("[user] is strangling [user.p_them()]self with [src]! It looks like [user.p_theyre()] trying to commit suicide!") - return (OXYLOSS) - /obj/item/melee/synthetic_arm_blade name = "synthetic arm blade" desc = "A grotesque blade that on closer inspection seems to be made out of synthetic flesh, it still feels like it would hurt very badly as a weapon." @@ -62,7 +58,7 @@ force = 15 throwforce = 10 w_class = WEIGHT_CLASS_BULKY - block_chance = 50 + block_chance = 60 armour_penetration = 75 sharpness = IS_SHARP attack_verb = list("slashed", "cut") @@ -83,49 +79,6 @@ if(istype(B)) playsound(B, 'sound/items/sheath.ogg', 25, TRUE) -/obj/item/melee/sabre/suicide_act(mob/living/user) - user.visible_message("[user] is trying to cut off all [user.p_their()] limbs with [src]! it looks like [user.p_theyre()] trying to commit suicide!") - var/i = 0 - ADD_TRAIT(src, TRAIT_NODROP, SABRE_SUICIDE_TRAIT) - if(iscarbon(user)) - var/mob/living/carbon/Cuser = user - var/obj/item/bodypart/holding_bodypart = Cuser.get_holding_bodypart_of_item(src) - var/list/limbs_to_dismember - var/list/arms = list() - var/list/legs = list() - var/obj/item/bodypart/bodypart - - for(bodypart in Cuser.bodyparts) - if(bodypart == holding_bodypart) - continue - if(bodypart.body_part & ARMS) - arms += bodypart - else if (bodypart.body_part & LEGS) - legs += bodypart - - limbs_to_dismember = arms + legs - if(holding_bodypart) - limbs_to_dismember += holding_bodypart - - var/speedbase = abs((4 SECONDS) / limbs_to_dismember.len) - for(bodypart in limbs_to_dismember) - i++ - addtimer(CALLBACK(src, .proc/suicide_dismember, user, bodypart), speedbase * i) - addtimer(CALLBACK(src, .proc/manual_suicide, user), (5 SECONDS) * i) - return MANUAL_SUICIDE - -/obj/item/melee/sabre/proc/suicide_dismember(mob/living/user, obj/item/bodypart/affecting) - if(!QDELETED(affecting) && affecting.dismemberable && affecting.owner == user && !QDELETED(user)) - playsound(user, hitsound, 25, TRUE) - affecting.dismember(BRUTE) - user.adjustBruteLoss(20) - -/obj/item/melee/sabre/proc/manual_suicide(mob/living/user, originally_nodropped) - if(!QDELETED(user)) - user.adjustBruteLoss(200) - user.death(FALSE) - REMOVE_TRAIT(src, TRAIT_NODROP, SABRE_SUICIDE_TRAIT) - /obj/item/melee/sabre/solgov name = "solarian sabre" desc = "A refined ceremonial blade often given to soldiers and high ranking officials of SolGov." @@ -159,11 +112,6 @@ var/mob/living/carbon/H = target H.reagents.add_reagent(/datum/reagent/toxin, 4) -/obj/item/melee/beesword/suicide_act(mob/living/user) - user.visible_message("[user] is stabbing [user.p_them()]self in the throat with [src]! It looks like [user.p_theyre()] trying to commit suicide!") - playsound(get_turf(src), hitsound, 75, TRUE, -1) - return TOXLOSS - /obj/item/melee/classic_baton name = "police baton" desc = "A wooden truncheon for beating criminal scum." @@ -342,24 +290,6 @@ force_off = 0 weight_class_on = WEIGHT_CLASS_BULKY -/obj/item/melee/classic_baton/telescopic/suicide_act(mob/user) - var/mob/living/carbon/human/H = user - var/obj/item/organ/brain/B = H.getorgan(/obj/item/organ/brain) - - user.visible_message("[user] stuffs [src] up [user.p_their()] nose and presses the 'extend' button! It looks like [user.p_theyre()] trying to clear [user.p_their()] mind.") - if(!on) - src.attack_self(user) - else - playsound(src, on_sound, 50, TRUE) - add_fingerprint(user) - sleep(3) - if (!QDELETED(H)) - if(!QDELETED(B)) - H.internal_organs -= B - qdel(B) - new /obj/effect/gibspawner/generic(H.drop_location(), H) - return (BRUTELOSS) - /obj/item/melee/classic_baton/telescopic/attack_self(mob/user) on = !on var/list/desc = get_on_description() @@ -487,10 +417,6 @@ consume_everything(P) return BULLET_ACT_HIT -/obj/item/melee/supermatter_sword/suicide_act(mob/user) - user.visible_message("[user] touches [src]'s blade. It looks like [user.p_theyre()] tired of waiting for the radiation to kill [user.p_them()]!") - user.dropItemToGround(src, TRUE) - shard.Bumped(user) /obj/item/melee/supermatter_sword/proc/consume_everything(target) if(isnull(target)) @@ -579,14 +505,14 @@ held_sausage = target else to_chat(user, "[target] doesn't seem to want to get on [src]!") - update_icon() + update_appearance() /obj/item/melee/roastingstick/attack_hand(mob/user) ..() if (held_sausage) user.put_in_hands(held_sausage) held_sausage = null - update_icon() + update_appearance() /obj/item/melee/roastingstick/update_overlays() . = ..() @@ -608,7 +534,7 @@ /obj/item/melee/roastingstick/handle_atom_del(atom/target) if (target == held_sausage) held_sausage = null - update_icon() + update_appearance() /obj/item/melee/roastingstick/afterattack(atom/target, mob/user, proximity) . = ..() @@ -639,7 +565,7 @@ held_sausage.add_atom_colour(rgb(103,63,24), FIXED_COLOUR_PRIORITY) held_sausage.name = "[target.name]-roasted [held_sausage.name]" held_sausage.desc = "[held_sausage.desc] It has been cooked to perfection on \a [target]." - update_icon() + update_appearance() /obj/item/melee/cleric_mace name = "cleric mace" @@ -655,7 +581,6 @@ force = 14 w_class = WEIGHT_CLASS_BULKY throwforce = 8 - block_chance = 10 armour_penetration = 50 attack_verb = list("smacked", "struck", "cracked", "beaten") var/overlay_state = "mace_handle" @@ -716,13 +641,6 @@ final_block_chance = 1 //Still not like your Japaniese animes though. return ..() -/obj/item/melee/greykingsword/suicide_act(mob/user) - if (istype(user, /mob/living/carbon/human/)) - var/mob/living/carbon/human/H = user - H.say("Master forgive me, but I will have to go all out... Just this once") - user.visible_message("[user] is cutting [user.p_them()]self on [user.p_their()] own edge!") - return (BRUTELOSS) //appropriate - /obj/item/kitchen/knife/letter_opener name = "letter opener" icon = 'icons/obj/items_and_weapons.dmi' @@ -754,7 +672,7 @@ throw_speed = 4 throw_range = 5 throwforce = 12 - block_chance = 40 + block_chance = 20 armour_penetration = 50 hitsound = 'sound/weapons/anime_slash.ogg' attack_verb = list("attacked", "slashed", "stabbed", "sliced", "diced", "cut") @@ -778,13 +696,6 @@ if(istype(B)) playsound(B, 'sound/items/sheath.ogg', 25, TRUE) -/obj/item/melee/weebstick/suicide_act(mob/user) - if(prob(50)) - user.visible_message("[user] carves deep into [user.p_their()] torso! It looks like [user.p_theyre()] trying to commit seppuku...") - else - user.visible_message("[user] carves a grid into [user.p_their()] chest! It looks like [user.p_theyre()] trying to commit sudoku...") - return (BRUTELOSS) - /obj/item/storage/belt/weebstick name = "nanoforged blade sheath" desc = "It yearns to bath in the blood of your enemies... but you hold it back!" @@ -825,7 +736,7 @@ playsound(user, dash_sound, 25, TRUE) user.visible_message("[user] swiftly draws \the [I].", "You draw \the [I].") user.put_in_hands(I) - update_icon() + update_appearance() else to_chat(user, "[src] is empty!") @@ -839,13 +750,13 @@ playsound(user, 'sound/items/sheath.ogg', 25, TRUE) to_chat(user, "You return your stance.") primed = FALSE - update_icon() + update_appearance() else CP.locked = TRUE //Prevents normal removal of the blade while primed playsound(user, 'sound/items/unsheath.ogg', 25, TRUE) user.visible_message("[user] grips the blade within [src] and primes to attack.", "You take an opening stance...", "You hear a weapon being drawn...") primed = TRUE - update_icon() + update_appearance() else to_chat(user, "[src] is empty!") @@ -861,7 +772,7 @@ var/datum/component/storage/CP = GetComponent(/datum/component/storage) CP.locked = FALSE primed = FALSE - update_icon() + update_appearance() primed_attack(A, user) if(CanReach(A, I)) I.melee_attack_chain(user, A, params) @@ -905,6 +816,7 @@ else icon_state += "-blade" item_state += "-sabre" + return ..() /obj/item/storage/belt/weebstick/PopulateContents() //Time to generate names now that we have the sword @@ -913,4 +825,4 @@ var/obj/item/melee/weebstick/sword = new /obj/item/melee/weebstick(src) sword.name = "[n_title] blade of clan [n_name]" name = "[n_title] scabbard of clan [n_name]" - update_icon() + update_appearance() diff --git a/code/game/objects/items/miscellaneous.dm b/code/game/objects/items/miscellaneous.dm index c5de2589f1d3..8ae9a34e2dee 100644 --- a/code/game/objects/items/miscellaneous.dm +++ b/code/game/objects/items/miscellaneous.dm @@ -169,13 +169,6 @@ w_class = WEIGHT_CLASS_BULKY attack_verb = list("skubbed") -/obj/item/skub/suicide_act(mob/living/user) - user.visible_message("[user] has declared themself as anti-skub! The skub tears them apart!") - - user.gib() - playsound(src, 'sound/items/eatfood.ogg', 50, TRUE, -1) - return MANUAL_SUICIDE - /obj/item/virgin_mary name = "\proper a picture of the virgin mary" desc = "A small, cheap icon depicting the virgin mother." @@ -223,17 +216,6 @@ #undef NICKNAME_CAP -/obj/item/virgin_mary/suicide_act(mob/living/user) - user.visible_message("[user] starts saying their Hail Mary's at a terrifying pace! It looks like [user.p_theyre()] trying to enter the afterlife!") - user.say("Hail Mary, full of grace, the Lord is with thee. Blessed are thou amongst women, and blessed is the fruit of thy womb, Jesus. Holy Mary, mother of God, pray for us sinners, now and at the hour of our death. Amen. ", forced = /obj/item/virgin_mary) - addtimer(CALLBACK(src, .proc/manual_suicide, user), 75) - addtimer(CALLBACK(user, /atom/movable/proc/say, "O my Mother, preserve me this day from mortal sin..."), 50) - return MANUAL_SUICIDE - -/obj/item/virgin_mary/proc/manual_suicide(mob/living/user) - user.adjustOxyLoss(200) - user.death(0) - /obj/item/choice_beacon/ouija name = "spirit board delivery beacon" desc = "Ghost communication on demand! It is unclear how this thing is still operational." diff --git a/code/game/objects/items/mop.dm b/code/game/objects/items/mop.dm index 5abda1a6ba56..3f8d0210442d 100644 --- a/code/game/objects/items/mop.dm +++ b/code/game/objects/items/mop.dm @@ -73,7 +73,7 @@ if(insertable) J.put_in_cart(src, user) J.mymop=src - J.update_icon() + J.update_appearance() else to_chat(user, "You are unable to fit your [name] into the [J.name].") return diff --git a/code/game/objects/items/pet_carrier.dm b/code/game/objects/items/pet_carrier.dm index 00ba8536ba34..d9311f5e2b43 100644 --- a/code/game/objects/items/pet_carrier.dm +++ b/code/game/objects/items/pet_carrier.dm @@ -68,7 +68,7 @@ to_chat(user, "You open [src]'s door.") playsound(user, 'sound/effects/bin_open.ogg', 50, TRUE) open = TRUE - update_icon() + update_appearance() /obj/item/pet_carrier/AltClick(mob/living/user) if(open || !user.canUseTopic(src, BE_CLOSE)) @@ -79,7 +79,7 @@ playsound(user, 'sound/machines/boltsdown.ogg', 30, TRUE) else playsound(user, 'sound/machines/boltsup.ogg', 30, TRUE) - update_icon() + update_appearance() /obj/item/pet_carrier/attack(mob/living/target, mob/living/user) if(user.a_intent == INTENT_HARM) @@ -108,7 +108,7 @@ loc.visible_message("[user] pushes open the door to [src]!", \ "[user] pushes open the door of [src]!") open = TRUE - update_icon() + update_appearance() return else if(user.client) container_resist_act(user) @@ -125,7 +125,7 @@ to_chat(user, "Bingo! The lock pops open!") locked = FALSE playsound(src, 'sound/machines/boltsup.ogg', 30, TRUE) - update_icon() + update_appearance() else loc.visible_message("[src] starts rattling as something pushes against the door!", null, null, null, user) to_chat(user, "You start pushing out of [src]... (This will take about 20 seconds.)") @@ -135,14 +135,15 @@ to_chat(user, "You shove open [src]'s door against the lock's resistance and fall out!") locked = FALSE open = TRUE - update_icon() + update_appearance() remove_occupant(user) /obj/item/pet_carrier/update_icon_state() if(open) icon_state = initial(icon_state) - else - icon_state = "pet_carrier_[!occupants.len ? "closed" : "occupied"]" + return ..() + icon_state = "pet_carrier_[!occupants.len ? "closed" : "occupied"]" + return ..() /obj/item/pet_carrier/update_overlays() . = ..() diff --git a/code/game/objects/items/pinpointer.dm b/code/game/objects/items/pinpointer.dm index b886e8d81ed0..12f91f99fb8c 100644 --- a/code/game/objects/items/pinpointer.dm +++ b/code/game/objects/items/pinpointer.dm @@ -47,14 +47,14 @@ else target = null STOP_PROCESSING(SSfastprocess, src) - update_icon() + update_appearance() /obj/item/pinpointer/process() if(!active) return PROCESS_KILL if(process_scan) scan_for_target() - update_icon() + update_appearance() /obj/item/pinpointer/proc/scan_for_target() return diff --git a/code/game/objects/items/pitchfork.dm b/code/game/objects/items/pitchfork.dm index a06f6ae0ce4e..401007c824b0 100644 --- a/code/game/objects/items/pitchfork.dm +++ b/code/game/objects/items/pitchfork.dm @@ -1,5 +1,6 @@ /obj/item/pitchfork icon_state = "pitchfork0" + base_icon_state = "pitchfork" lefthand_file = 'icons/mob/inhands/weapons/polearms_lefthand.dmi' righthand_file = 'icons/mob/inhands/weapons/polearms_righthand.dmi' name = "pitchfork" @@ -22,7 +23,7 @@ /obj/item/pitchfork/ComponentInitialize() . = ..() - AddComponent(/datum/component/two_handed, force_unwielded=7, force_wielded=15, icon_wielded="pitchfork1") + AddComponent(/datum/component/two_handed, force_unwielded=7, force_wielded=15, icon_wielded="[base_icon_state]1") /// triggered on wield of two handed item /obj/item/pitchfork/proc/on_wield(obj/item/source, mob/user) @@ -37,7 +38,8 @@ wielded = FALSE /obj/item/pitchfork/update_icon_state() - icon_state = "pitchfork0" + icon_state = "[base_icon_state]0" + return ..() /obj/item/pitchfork/demonic name = "demonic pitchfork" @@ -70,10 +72,6 @@ . = ..() AddComponent(/datum/component/two_handed, force_unwielded=100, force_wielded=500000) // Kills you DEAD -/obj/item/pitchfork/suicide_act(mob/user) - user.visible_message("[user] impales [user.p_them()]self in [user.p_their()] abdomen with [src]! It looks like [user.p_theyre()] trying to commit suicide!") - return (BRUTELOSS) - /obj/item/pitchfork/demonic/pickup(mob/living/user) . = ..() if(isliving(user) && user.mind && user.owns_soul() && !is_devil(user)) diff --git a/code/game/objects/items/plushes.dm b/code/game/objects/items/plushes.dm index 725e668b33a1..e2461af4175a 100644 --- a/code/game/objects/items/plushes.dm +++ b/code/game/objects/items/plushes.dm @@ -254,7 +254,7 @@ vowbroken = TRUE mood_message = pick(vowbroken_message) - update_plush_desc() + update_desc() /obj/item/toy/plush/proc/scorned_by(obj/item/toy/plush/Outmoded) scorned_by.Add(Outmoded) @@ -268,7 +268,7 @@ lover.cheer_up() mood_message = pick(love_message) - update_plush_desc() + update_desc() if(partner) //who? partner = null //more like who cares @@ -285,7 +285,7 @@ partner.heal_memories() mood_message = pick(partner_message) - update_plush_desc() + update_desc() /obj/item/toy/plush/proc/plop(obj/item/toy/plush/Daddy) if(partner != Daddy) @@ -310,12 +310,12 @@ young = TRUE name = "[Mama] Jr" //Icelandic naming convention pending normal_desc = "[src] is a little baby of [maternal_parent] and [paternal_parent]!" //original desc won't be used so the child can have moods - update_plush_desc() + update_desc() Mama.mood_message = pick(Mama.parent_message) - Mama.update_plush_desc() + Mama.update_desc() Dada.mood_message = pick(Dada.parent_message) - Dada.update_plush_desc() + Dada.update_desc() /obj/item/toy/plush/proc/bad_news(obj/item/toy/plush/Deceased) //cotton to cotton, sawdust to sawdust var/is_that_letter_for_me = FALSE @@ -354,7 +354,7 @@ if(is_that_letter_for_me) heartbroken = TRUE mood_message = pick(heartbroken_message) - update_plush_desc() + update_desc() /obj/item/toy/plush/proc/cheer_up() //it'll be all right if(!heartbroken) @@ -366,7 +366,7 @@ if(mood_message in heartbroken_message) mood_message = null - update_plush_desc() + update_desc() /obj/item/toy/plush/proc/heal_memories() //time fixes all wounds if(!vowbroken) @@ -375,8 +375,9 @@ mood_message = null cheer_up() -/obj/item/toy/plush/proc/update_plush_desc() +/obj/item/toy/plush/update_desc() desc = normal_desc + . = ..() if(mood_message) desc += mood_message @@ -608,8 +609,7 @@ item_state = "moffplush" attack_verb = list("fluttered", "flapped") squeak_override = list('sound/voice/moth/scream_moth.ogg'=1) -///Used to track how many people killed themselves with item/toy/plush/moth - var/suicide_count = 0 + /obj/item/toy/plush/moth/monarch name = "monarch moth plushie" @@ -698,26 +698,9 @@ /obj/item/toy/plush/moth/rainbow name = "rainbow moth plushie" - desc = "An adorable mothperson plushy. It's a colorfull bug!" + desc = "An adorable mothperson plushy. It's a colorful bug!" icon_state = "moffplush_rainbow" -/obj/item/toy/plush/moth/suicide_act(mob/living/user) - user.visible_message("[user] stares deeply into the eyes of [src] and it begins consuming [user.p_them()]! It looks like [user.p_theyre()] trying to commit suicide!") - suicide_count++ - if(suicide_count < 3) - desc = "A plushie depicting an unsettling mothperson. After killing [suicide_count] [suicide_count == 1 ? "person" : "people"] it's not looking so huggable now..." - else - desc = "A plushie depicting a creepy mothperson. It's killed [suicide_count] people! I don't think I want to hug it any more!" - divine = TRUE - resistance_flags = INDESTRUCTIBLE | FIRE_PROOF | ACID_PROOF | LAVA_PROOF - playsound(src, 'sound/hallucinations/wail.ogg', 50, TRUE, -1) - var/list/available_spots = get_adjacent_open_turfs(loc) - if(available_spots.len) //If the user is in a confined space the plushie will drop normally as the user dies, but in the open the plush is placed one tile away from the user to prevent squeak spam - var/turf/open/random_open_spot = pick(available_spots) - forceMove(random_open_spot) - user.dust(just_ash = FALSE, drop_items = TRUE) - return MANUAL_SUICIDE - /obj/item/toy/plush/spider name = "spider plushie" desc = "A plushie depicting an adorable rendition of a large spider. Additional legs give it four times the hugging power!" diff --git a/code/game/objects/items/pneumaticCannon.dm b/code/game/objects/items/pneumaticCannon.dm index d49bf239d890..060e59f0f5de 100644 --- a/code/game/objects/items/pneumaticCannon.dm +++ b/code/game/objects/items/pneumaticCannon.dm @@ -229,7 +229,7 @@ loadedWeightClass-- else if (A == tank) tank = null - update_icon() + update_appearance() /obj/item/pneumatic_cannon/ghetto //Obtainable by improvised methods; more gas per use, less capacity name = "improvised pneumatic cannon" @@ -254,7 +254,7 @@ return to_chat(user, "You hook \the [thetank] up to \the [src].") tank = thetank - update_icon() + update_appearance() /obj/item/pneumatic_cannon/update_overlays() . = ..() diff --git a/code/game/objects/items/puzzle_pieces.dm b/code/game/objects/items/puzzle_pieces.dm index 77440f89b7ee..2582f91860b2 100644 --- a/code/game/objects/items/puzzle_pieces.dm +++ b/code/game/objects/items/puzzle_pieces.dm @@ -150,8 +150,10 @@ /obj/machinery/door/keycard/gates/update_icon_state() if(density) icon_state = "closed" + return ..() else icon_state = "open" + return ..() /obj/machinery/door/keycard/gates/drakelair puzzle_id = "drakelairkey" diff --git a/code/game/objects/items/robot/robot_items.dm b/code/game/objects/items/robot/robot_items.dm index 91dcf5f25e0d..47a4120061b4 100644 --- a/code/game/objects/items/robot/robot_items.dm +++ b/code/game/objects/items/robot/robot_items.dm @@ -155,6 +155,7 @@ /obj/item/borg/charger/update_icon_state() icon_state = "charger_[mode]" + return ..() /obj/item/borg/charger/attack_self(mob/user) if(mode == "draw") @@ -162,7 +163,7 @@ else mode = "draw" to_chat(user, "You toggle [src] to \"[mode]\" mode.") - update_icon() + update_appearance() /obj/item/borg/charger/afterattack(obj/item/target, mob/living/silicon/robot/user, proximity_flag) . = ..() @@ -225,7 +226,7 @@ break if(!user.cell.give(draw)) break - target.update_icon() + target.update_appearance() to_chat(user, "You stop charging yourself.") @@ -263,7 +264,7 @@ break if(!cell.give(draw)) break - target.update_icon() + target.update_appearance() to_chat(user, "You stop charging [target].") @@ -589,11 +590,12 @@ to_chat(user, "[src]'s safety cutoff prevents you from activating it due to living beings being ontop of you!") else deactivate_field() - update_icon() + update_appearance() to_chat(user, "You [active? "activate":"deactivate"] [src].") /obj/item/borg/projectile_dampen/update_icon_state() icon_state = "[initial(icon_state)][active]" + return ..() /obj/item/borg/projectile_dampen/proc/activate_field() if(istype(dampening_field)) @@ -771,7 +773,7 @@ if(A == stored) //sanity check UnregisterSignal(stored, COMSIG_ATOM_UPDATE_ICON) stored = null - update_icon() + update_appearance() . = ..() ///A right-click verb, for those not using hotkey mode. @@ -803,14 +805,19 @@ var/obj/item/O = A O.forceMove(src) stored = O - RegisterSignal(stored, COMSIG_ATOM_UPDATE_ICON, /atom/.proc/update_icon) - update_icon() + RegisterSignal(stored, COMSIG_ATOM_UPDATE_ICON, .proc/on_update_icon) + update_appearance() return else stored.melee_attack_chain(user, A, params) return . = ..() +/// Exists to eat signal args +/obj/item/borg/apparatus/proc/on_update_icon(datum/source, updates) + SIGNAL_HANDLER + return on_update_icon(updates) + /obj/item/borg/apparatus/attackby(obj/item/W, mob/user, params) if(stored) W.melee_attack_chain(user, stored, params) @@ -831,8 +838,8 @@ /obj/item/borg/apparatus/beaker/Initialize() . = ..() stored = new /obj/item/reagent_containers/glass/beaker/large(src) - RegisterSignal(stored, COMSIG_ATOM_UPDATE_ICON, /atom/.proc/update_icon) - update_icon() + RegisterSignal(stored, COMSIG_ATOM_UPDATE_ICON, .proc/on_update_icon) + update_appearance() /obj/item/borg/apparatus/beaker/Destroy() if(stored) @@ -891,8 +898,8 @@ /obj/item/borg/apparatus/beaker/service/Initialize() . = ..() stored = new /obj/item/reagent_containers/food/drinks/drinkingglass(src) - RegisterSignal(stored, COMSIG_ATOM_UPDATE_ICON, /atom/.proc/update_icon) - update_icon() + RegisterSignal(stored, COMSIG_ATOM_UPDATE_ICON, .proc/on_update_icon) + update_appearance() //////////////////// //engi part holder// @@ -907,7 +914,7 @@ /obj/item/borg/apparatus/circuit/Initialize() . = ..() - update_icon() + update_appearance() /obj/item/borg/apparatus/circuit/update_overlays() . = ..() diff --git a/code/game/objects/items/robot/robot_parts.dm b/code/game/objects/items/robot/robot_parts.dm index de37c06316a9..3194c1302512 100644 --- a/code/game/objects/items/robot/robot_parts.dm +++ b/code/game/objects/items/robot/robot_parts.dm @@ -34,7 +34,7 @@ /obj/item/robot_suit/Initialize() . = ..() - update_icon() + update_appearance() /obj/item/robot_suit/prebuilt/Initialize() . = ..() @@ -48,7 +48,7 @@ chest = new(src) chest.wired = TRUE chest.cell = new /obj/item/stock_parts/cell/high/plus(chest) - update_icon() + update_appearance() /obj/item/robot_suit/update_overlays() . = ..() @@ -108,7 +108,7 @@ to_chat(user, "You disassemble the cyborg shell.") else to_chat(user, "There is nothing to remove from the endoskeleton!") - update_icon() + update_appearance() /obj/item/robot_suit/proc/put_in_hand_or_drop(mob/living/user, obj/item/I) //normal put_in_hands() drops the item ontop of the player, this drops it at the suit's loc if(!user.put_in_hands(I)) @@ -172,7 +172,7 @@ W.icon_state = initial(W.icon_state) W.cut_overlays() l_leg = W - update_icon() + update_appearance() else if(istype(W, /obj/item/bodypart/leg/right/robot)) if(src.r_leg) @@ -182,7 +182,7 @@ W.icon_state = initial(W.icon_state) W.cut_overlays() r_leg = W - update_icon() + update_appearance() else if(istype(W, /obj/item/bodypart/l_arm/robot)) if(l_arm) @@ -192,7 +192,7 @@ W.icon_state = initial(W.icon_state) W.cut_overlays() l_arm = W - update_icon() + update_appearance() else if(istype(W, /obj/item/bodypart/r_arm/robot)) if(r_arm) @@ -202,7 +202,7 @@ W.icon_state = initial(W.icon_state)//in case it is a dismembered robotic limb W.cut_overlays() r_arm = W - update_icon() + update_appearance() else if(istype(W, /obj/item/bodypart/chest/robot)) var/obj/item/bodypart/chest/robot/CH = W @@ -214,7 +214,7 @@ CH.icon_state = initial(CH.icon_state) //in case it is a dismembered robotic limb CH.cut_overlays() chest = CH - update_icon() + update_appearance() else if(!CH.wired) to_chat(user, "You need to attach wires to it first!") else @@ -234,7 +234,7 @@ HD.icon_state = initial(HD.icon_state)//in case it is a dismembered robotic limb HD.cut_overlays() head = HD - update_icon() + update_appearance() else to_chat(user, "You need to attach a flash to it first!") diff --git a/code/game/objects/items/robot/robot_upgrades.dm b/code/game/objects/items/robot/robot_upgrades.dm index bf583e0d7caa..e87691b651a9 100644 --- a/code/game/objects/items/robot/robot_upgrades.dm +++ b/code/game/objects/items/robot/robot_upgrades.dm @@ -316,16 +316,17 @@ icon_state = "selfrepair_[on ? "on" : "off"]" else icon_state = "cyborg_upgrade5" + return ..() /obj/item/borg/upgrade/selfrepair/proc/activate_sr() START_PROCESSING(SSobj, src) on = TRUE - update_icon() + update_appearance() /obj/item/borg/upgrade/selfrepair/proc/deactivate_sr() STOP_PROCESSING(SSobj, src) on = FALSE - update_icon() + update_appearance() /obj/item/borg/upgrade/selfrepair/process() if(!repair_tick) diff --git a/code/game/objects/items/sharpener.dm b/code/game/objects/items/sharpener.dm index 8b74e8ba23f1..f9d429b55a3e 100644 --- a/code/game/objects/items/sharpener.dm +++ b/code/game/objects/items/sharpener.dm @@ -45,7 +45,7 @@ name = "worn out [name]" desc = "[desc] At least, it used to." used = 1 - update_icon() + update_appearance() /obj/item/sharpener/super name = "super whetstone" diff --git a/code/game/objects/items/shields.dm b/code/game/objects/items/shields.dm index 991277d7d819..685bfeae8a8a 100644 --- a/code/game/objects/items/shields.dm +++ b/code/game/objects/items/shields.dm @@ -2,6 +2,7 @@ name = "shield" icon = 'icons/obj/shields.dmi' block_chance = 50 + block_cooldown_time = 0 SECONDS armor = list("melee" = 50, "bullet" = 50, "laser" = 50, "energy" = 0, "bomb" = 30, "bio" = 0, "rad" = 0, "fire" = 80, "acid" = 70) var/transparent = FALSE // makes beam projectiles pass through the shield @@ -110,7 +111,7 @@ righthand_file = 'icons/mob/inhands/equipment/shields_righthand.dmi' custom_materials = list(/datum/material/wood = MINERAL_MATERIAL_AMOUNT * 10) resistance_flags = FLAMMABLE - block_chance = 30 + block_chance = 25 transparent = FALSE max_integrity = 55 w_class = WEIGHT_CLASS_NORMAL @@ -136,17 +137,17 @@ /obj/item/shield/riot/flash/attack(mob/living/M, mob/user) . = embedded_flash.attack(M, user) - update_icon() + update_appearance() /obj/item/shield/riot/flash/attack_self(mob/living/carbon/user) . = embedded_flash.attack_self(user) - update_icon() + update_appearance() /obj/item/shield/riot/flash/hit_reaction(mob/living/carbon/human/owner, atom/movable/hitby, attack_text = "the attack", final_block_chance = 0, damage = 0, attack_type = MELEE_ATTACK) . = ..() if (. && !embedded_flash.burnt_out) embedded_flash.activate() - update_icon() + update_appearance() /obj/item/shield/riot/flash/attackby(obj/item/W, mob/user) @@ -164,14 +165,14 @@ qdel(embedded_flash) embedded_flash = flash flash.forceMove(src) - update_icon() + update_appearance() return ..() /obj/item/shield/riot/flash/emp_act(severity) . = ..() embedded_flash.emp_act(severity) - update_icon() + update_appearance() /obj/item/shield/riot/flash/update_icon_state() if(!embedded_flash || embedded_flash.burnt_out) @@ -180,6 +181,7 @@ else icon_state = "flashshield" item_state = "flashshield" + return ..() /obj/item/shield/riot/flash/examine(mob/user) . = ..() diff --git a/code/game/objects/items/singularityhammer.dm b/code/game/objects/items/singularityhammer.dm index 63dd64031258..e2803060e4eb 100644 --- a/code/game/objects/items/singularityhammer.dm +++ b/code/game/objects/items/singularityhammer.dm @@ -2,6 +2,7 @@ name = "singularity hammer" desc = "The pinnacle of close combat technology, the hammer harnesses the power of a miniaturized singularity to deal crushing blows." icon_state = "singularity0" + base_icon_state = "singularity_hammer" lefthand_file = 'icons/mob/inhands/weapons/hammers_lefthand.dmi' righthand_file = 'icons/mob/inhands/weapons/hammers_righthand.dmi' flags_1 = CONDUCT_1 @@ -24,7 +25,7 @@ /obj/item/singularityhammer/ComponentInitialize() . = ..() - AddComponent(/datum/component/two_handed, force_multiplier=4, icon_wielded="singularity1") + AddComponent(/datum/component/two_handed, force_multiplier=4, icon_wielded="[base_icon_state]1") /// triggered on wield of two handed item /obj/item/singularityhammer/proc/on_wield(obj/item/source, mob/user) @@ -39,7 +40,8 @@ wielded = FALSE /obj/item/singularityhammer/update_icon_state() - icon_state = "singularity0" + icon_state = "[base_icon_state]0" + return ..() /obj/item/singularityhammer/Destroy() STOP_PROCESSING(SSobj, src) @@ -88,6 +90,7 @@ name = "Mjolnir" desc = "A weapon worthy of a god, able to strike with the force of a lightning bolt. It crackles with barely contained energy." icon_state = "mjollnir0" + base_icon_state = "mjollnir" lefthand_file = 'icons/mob/inhands/weapons/hammers_lefthand.dmi' righthand_file = 'icons/mob/inhands/weapons/hammers_righthand.dmi' flags_1 = CONDUCT_1 @@ -105,7 +108,7 @@ /obj/item/mjollnir/ComponentInitialize() . = ..() - AddComponent(/datum/component/two_handed, force_multiplier=5, icon_wielded="mjollnir1", attacksound="sparks") + AddComponent(/datum/component/two_handed, force_multiplier=5, icon_wielded="[base_icon_state]1", attacksound="sparks") /// triggered on wield of two handed item /obj/item/mjollnir/proc/on_wield(obj/item/source, mob/user) @@ -116,7 +119,8 @@ wielded = FALSE /obj/item/mjollnir/update_icon_state() - icon_state = "mjollnir0" + icon_state = "[base_icon_state]0" + return ..() /obj/item/mjollnir/proc/shock(mob/living/target) target.Stun(60) diff --git a/code/game/objects/items/spear.dm b/code/game/objects/items/spear.dm index daac0211cd14..e5ea0b1b8229 100644 --- a/code/game/objects/items/spear.dm +++ b/code/game/objects/items/spear.dm @@ -30,10 +30,7 @@ /obj/item/spear/update_icon_state() icon_state = "[icon_prefix]0" - -/obj/item/spear/suicide_act(mob/living/carbon/user) - user.visible_message("[user] begins to sword-swallow \the [src]! It looks like [user.p_theyre()] trying to commit suicide!") - return BRUTELOSS + return ..() /obj/item/spear/CheckParts(list/parts_list) var/obj/item/shard/tip = locate() in parts_list @@ -41,12 +38,15 @@ throwforce = 21 icon_prefix = "spearplasma" AddComponent(/datum/component/two_handed, force_unwielded=11, force_wielded=19, icon_wielded="[icon_prefix]1") - update_icon() + update_appearance() qdel(tip) ..() /obj/item/spear/explosive name = "explosive lance" + icon_state = "spearbomb0" + base_icon_state = "spearbomb" + icon_prefix = "spearbomb" var/obj/item/grenade/explosive = null var/wielded = FALSE // track wielded status on item @@ -58,7 +58,7 @@ /obj/item/spear/explosive/ComponentInitialize() . = ..() - AddComponent(/datum/component/two_handed, force_unwielded=10, force_wielded=18, icon_wielded="spearbomb1") + AddComponent(/datum/component/two_handed, force_unwielded=10, force_wielded=18, icon_wielded="[icon_prefix]1") /// triggered on wield of two handed item /obj/item/spear/explosive/proc/on_wield(obj/item/source, mob/user) @@ -72,9 +72,6 @@ wielded = FALSE -/obj/item/spear/explosive/update_icon_state() - icon_state = "spearbomb0" - /obj/item/spear/explosive/proc/set_explosive(obj/item/grenade/G) if(explosive) QDEL_NULL(explosive) @@ -99,15 +96,6 @@ qdel(lancePart) ..() -/obj/item/spear/explosive/suicide_act(mob/living/carbon/user) - user.visible_message("[user] begins to sword-swallow \the [src]! It looks like [user.p_theyre()] trying to commit suicide!") - user.say("[war_cry]", forced="spear warcry") - explosive.forceMove(user) - explosive.prime() - user.gib() - qdel(src) - return BRUTELOSS - /obj/item/spear/explosive/examine(mob/user) . = ..() . += "Alt-click to set your war cry." @@ -162,6 +150,8 @@ /obj/item/spear/bonespear //Blatant imitation of spear, but made out of bone. Not valid for explosive modification. icon_state = "bone_spear0" name = "bone spear" + base_icon_state = "bone_spear0" + icon_prefix = "bone_spear" desc = "A haphazardly-constructed yet still deadly weapon. The pinnacle of modern technology." icon = 'icons/obj/items_and_weapons.dmi' lefthand_file = 'icons/mob/inhands/weapons/polearms_lefthand.dmi' @@ -173,11 +163,7 @@ /obj/item/spear/bonespear/ComponentInitialize() . = ..() - AddComponent(/datum/component/two_handed, force_unwielded=12, force_wielded=20, icon_wielded="bone_spear1") - -/obj/item/spear/bonespear/update_icon_state() - icon_state = "bone_spear0" - + AddComponent(/datum/component/two_handed, force_unwielded=12, force_wielded=20, icon_wielded="[icon_prefix]1") /obj/item/spear/dragonspear//version of the bone spear crafted from the trophy dropped by the Ash Drake. High damage, high ap, burns. name = "dragonslayer's spear" desc = "A bone spear crafted from the leading spine of a fully-grown drake, razor-sharp and hotter then magma. Wielded by the deranged, pyromaniacs, and champions of lavaland." @@ -191,6 +177,8 @@ armour_penetration = 30 embedding = list("impact_pain_mult" = 5) icon_prefix = "dragonspear" + base_icon_state = "dragonspear0" + icon_state = "dragonspear0" var/list/nemesis_factions = list("mining", "boss") var/faction_bonus_force = 25 attack_verb = list("seared", "braided", "impaled", "smote", "gored") @@ -220,10 +208,6 @@ . = ..() AddComponent(/datum/component/two_handed, force_unwielded=20, force_wielded=25, icon_wielded="[icon_prefix]1") AddComponent(/datum/component/butchering, 60, 150) - icon_state = "[icon_prefix]0" - -/obj/item/spear/dragonspear/update_icon_state() - icon_state = "[icon_prefix]0" /obj/item/spear/dragonspear/attack(atom/target, blocked = FALSE) if(iscarbon(target)) @@ -243,6 +227,8 @@ name = "crystal spear" desc = "While more 'sharp stick' than spear, this thing is extremely dangerous neverless. Crafted out of the mysterous crystals, it can hit for very high damage, although it will break with repeated use." icon = 'icons/obj/items_and_weapons.dmi' + base_icon_state = "crystal_spear" + icon_prefix = "crystal_spear" lefthand_file = 'icons/mob/inhands/weapons/polearms_lefthand.dmi' righthand_file = 'icons/mob/inhands/weapons/polearms_righthand.dmi' mob_overlay_icon = 'icons/mob/clothing/back.dmi' @@ -254,10 +240,7 @@ /obj/item/spear/crystal/ComponentInitialize() . = ..() - AddComponent(/datum/component/two_handed, force_unwielded=12, force_wielded=30, icon_wielded="crystal_spear1") //4 hit crit - -/obj/item/spear/crystal/update_icon_state() - icon_state = "crystal_spear0" + AddComponent(/datum/component/two_handed, force_unwielded=12, force_wielded=30, icon_wielded="[icon_prefix]1") //4 hit crit /obj/item/spear/crystal/examine(mob/user) . = ..() diff --git a/code/game/objects/items/stacks/license_plates.dm b/code/game/objects/items/stacks/license_plates.dm index 06dc86ee6152..1a5cb1b05eeb 100644 --- a/code/game/objects/items/stacks/license_plates.dm +++ b/code/game/objects/items/stacks/license_plates.dm @@ -20,11 +20,13 @@ ///Override to allow for variations /obj/item/stack/license_plates/filled/update_icon_state() + . = ..() if(novariants) return if(amount <= (max_amount * (1/3))) icon_state = "filled_plate_[rand(1,6)]_1" - else if (amount <= (max_amount * (2/3))) + return + if (amount <= (max_amount * (2/3))) icon_state = "filled_plate_[rand(1,6)]_2" - else - icon_state = "filled_plate_[rand(1,6)]_3" + return + icon_state = "filled_plate_[rand(1,6)]_3" diff --git a/code/game/objects/items/stacks/medical.dm b/code/game/objects/items/stacks/medical.dm index 511eb82f67d8..de636902eb52 100644 --- a/code/game/objects/items/stacks/medical.dm +++ b/code/game/objects/items/stacks/medical.dm @@ -21,36 +21,38 @@ ///Sound/Sounds to play when this is applied var/apply_sounds -/obj/item/stack/medical/attack(mob/living/M, mob/user) +/obj/item/stack/medical/attack(mob/living/target, mob/user) . = ..() - try_heal(M, user) + try_heal(target, user) -/obj/item/stack/medical/proc/try_heal(mob/living/M, mob/user, silent = FALSE) - if(!M.can_inject(user, TRUE)) +/obj/item/stack/medical/proc/try_heal(mob/living/target, mob/user, silent = FALSE) + if(!target.can_inject(user, TRUE)) return - if(M == user) + if(target == user) playsound(src, islist(apply_sounds) ? pick(apply_sounds) : apply_sounds, 25) + if(!do_mob(user, target, self_delay, extra_checks=CALLBACK(target, /mob/living/proc/can_inject, user, TRUE))) + return if(!silent) user.visible_message("[user] starts to apply \the [src] on [user.p_them()]self...", "You begin applying \the [src] on yourself...") - if(!do_mob(user, M, self_delay, extra_checks=CALLBACK(M, /mob/living/proc/can_inject, user, TRUE))) - return + else if(other_delay) playsound(src, islist(apply_sounds) ? pick(apply_sounds) : apply_sounds, 25) - if(!silent) - user.visible_message("[user] starts to apply \the [src] on [M].", "You begin applying \the [src] on [M]...") - if(!do_mob(user, M, other_delay, extra_checks=CALLBACK(M, /mob/living/proc/can_inject, user, TRUE))) + if(!do_mob(user, target, other_delay, extra_checks=CALLBACK(target, /mob/living/proc/can_inject, user, TRUE))) return + if(!silent) + user.visible_message("[user] starts to apply \the [src] on [target].", "You begin applying \the [src] on [target]...") + - if(heal(M, user)) + if(heal(target, user)) playsound(src, islist(apply_sounds) ? pick(apply_sounds) : apply_sounds, 25) user?.mind.adjust_experience(/datum/skill/healing, experience_given) - log_combat(user, M, "healed", src.name) + log_combat(user, target, "healed", src.name) use(1) if(repeating && amount > 0) - try_heal(M, user, TRUE) + try_heal(target, user, TRUE) -/obj/item/stack/medical/proc/heal(mob/living/M, mob/user) +/obj/item/stack/medical/proc/heal(mob/living/target, mob/user) return /obj/item/stack/medical/proc/heal_carbon(mob/living/carbon/C, mob/user, brute, burn) @@ -114,28 +116,24 @@ self_delay = 20 grind_results = list(/datum/reagent/medicine/styptic_powder = 10) -/obj/item/stack/medical/bruise_pack/heal(mob/living/M, mob/user) - if(M.stat == DEAD) - to_chat(user, "[M] is dead! You can not help [M.p_them()].") +/obj/item/stack/medical/bruise_pack/heal(mob/living/target, mob/user) + if(target.stat == DEAD) + to_chat(user, "[target] is dead! You can not help [target.p_them()].") return - if(isanimal(M)) - var/mob/living/simple_animal/critter = M + if(isanimal(target)) + var/mob/living/simple_animal/critter = target if (!(critter.healable)) - to_chat(user, "You cannot use \the [src] on [M]!") + to_chat(user, "You cannot use \the [src] on [target]!") return FALSE else if (critter.health == critter.maxHealth) - to_chat(user, "[M] is at full health.") + to_chat(user, "[target] is at full health.") return FALSE - user.visible_message("[user] applies \the [src] on [M].", "You apply \the [src] on [M].") - M.heal_bodypart_damage((heal_brute/2)) + user.visible_message("[user] applies \the [src] on [target].", "You apply \the [src] on [target].") + target.heal_bodypart_damage((heal_brute/2)) return TRUE - if(iscarbon(M)) - return heal_carbon(M, user, heal_brute, 0) - to_chat(user, "You can't heal [M] with the \the [src]!") - -/obj/item/stack/medical/bruise_pack/suicide_act(mob/user) - user.visible_message("[user] is bludgeoning [user.p_them()]self with [src]! It looks like [user.p_theyre()] trying to commit suicide!") - return (BRUTELOSS) + if(iscarbon(target)) + return heal_carbon(target, user, heal_brute, 0) + to_chat(user, "You can't heal [target] with the \the [src]!") /obj/item/stack/medical/gauze name = "medical gauze" @@ -153,14 +151,14 @@ /obj/item/stack/medical/gauze/twelve amount = 12 -/obj/item/stack/medical/gauze/heal(mob/living/M, mob/user) - if(ishuman(M)) - var/mob/living/carbon/human/H = M +/obj/item/stack/medical/gauze/heal(mob/living/target, mob/user) + if(ishuman(target)) + var/mob/living/carbon/human/H = target if(!H.bleedsuppress && H.bleed_rate) //so you can't stack bleed suppression H.suppress_bloodloss(stop_bleeding) - to_chat(user, "You stop the bleeding of [M]!") + to_chat(user, "You stop the bleeding of [target]!") return TRUE - to_chat(user, "You can not use \the [src] on [M]!") + to_chat(user, "You can not use \the [src] on [target]!") /obj/item/stack/medical/gauze/attackby(obj/item/I, mob/user, params) if(I.tool_behaviour == TOOL_WIRECUTTER || I.get_sharpness()) @@ -177,10 +175,6 @@ else return ..() -/obj/item/stack/medical/gauze/suicide_act(mob/living/user) - user.visible_message("[user] begins tightening \the [src] around [user.p_their()] neck! It looks like [user.p_they()] forgot how to use medical supplies!") - return OXYLOSS - /obj/item/stack/medical/gauze/improvised name = "improvised gauze" singular_name = "improvised gauze" @@ -205,17 +199,13 @@ self_delay = 20 grind_results = list(/datum/reagent/medicine/silver_sulfadiazine = 10) -/obj/item/stack/medical/ointment/heal(mob/living/M, mob/user) - if(M.stat == DEAD) - to_chat(user, "[M] is dead! You can not help [M.p_them()].") +/obj/item/stack/medical/ointment/heal(mob/living/target, mob/user) + if(target.stat == DEAD) + to_chat(user, "[target] is dead! You can not help [target.p_them()].") return - if(iscarbon(M)) - return heal_carbon(M, user, 0, heal_burn) - to_chat(user, "You can't heal [M] with the \the [src]!") - -/obj/item/stack/medical/ointment/suicide_act(mob/living/user) - user.visible_message("[user] is squeezing \the [src] into [user.p_their()] mouth! [user.p_do(TRUE)]n't [user.p_they()] know that stuff is toxic?") - return TOXLOSS + if(iscarbon(target)) + return heal_carbon(target, user, 0, heal_burn) + to_chat(user, "You can't heal [target] with the \the [src]!") /obj/item/stack/medical/suture name = "suture" @@ -238,26 +228,26 @@ heal_brute = 15 grind_results = list(/datum/reagent/medicine/polypyr = 2) -/obj/item/stack/medical/suture/heal(mob/living/M, mob/user) +/obj/item/stack/medical/suture/heal(mob/living/target, mob/user) . = ..() - if(M.stat == DEAD) - to_chat(user, "[M] is dead! You can not help [M.p_them()].") + if(target.stat == DEAD) + to_chat(user, "[target] is dead! You can not help [target.p_them()].") return - if(iscarbon(M)) - return heal_carbon(M, user, heal_brute, 0) - if(isanimal(M)) - var/mob/living/simple_animal/critter = M + if(iscarbon(target)) + return heal_carbon(target, user, heal_brute, 0) + if(isanimal(target)) + var/mob/living/simple_animal/critter = target if (!(critter.healable)) - to_chat(user, "You cannot use \the [src] on [M]!") + to_chat(user, "You cannot use \the [src] on [target]!") return FALSE else if (critter.health == critter.maxHealth) - to_chat(user, "[M] is at full health.") + to_chat(user, "[target] is at full health.") return FALSE - user.visible_message("[user] applies \the [src] on [M].", "You apply \the [src] on [M].") - M.heal_bodypart_damage(heal_brute) + user.visible_message("[user] applies \the [src] on [target].", "You apply \the [src] on [target].") + target.heal_bodypart_damage(heal_brute) return TRUE - to_chat(user, "You can't heal [M] with the \the [src]!") + to_chat(user, "You can't heal [target] with the \the [src]!") /obj/item/stack/medical/mesh name = "regenerative mesh" @@ -278,25 +268,24 @@ . = ..() if(amount == max_amount) //only seal full mesh packs is_open = FALSE - update_icon() + update_appearance() /obj/item/stack/medical/mesh/update_icon_state() - if(!is_open) - icon_state = "regen_mesh_closed" - else + if(is_open) return ..() + icon_state = "regen_mesh_closed" -/obj/item/stack/medical/mesh/heal(mob/living/M, mob/user) +/obj/item/stack/medical/mesh/heal(mob/living/target, mob/user) . = ..() - if(M.stat == DEAD) - to_chat(user, "[M] is dead! You can not help [M.p_them()].") + if(target.stat == DEAD) + to_chat(user, "[target] is dead! You can not help [target.p_them()].") return - if(iscarbon(M)) - return heal_carbon(M, user, 0, heal_burn) - to_chat(user, "You can't heal [M] with the \the [src]!") + if(iscarbon(target)) + return heal_carbon(target, user, 0, heal_burn) + to_chat(user, "You can't heal [target] with the \the [src]!") -/obj/item/stack/medical/mesh/try_heal(mob/living/M, mob/user, silent = FALSE) +/obj/item/stack/medical/mesh/try_heal(mob/living/target, mob/user, silent = FALSE) if(!is_open) to_chat(user, "You need to open [src] first.") return @@ -318,7 +307,7 @@ if(!is_open) is_open = TRUE to_chat(user, "You open the sterile mesh package.") - update_icon() + update_appearance() playsound(src, 'sound/items/poster_ripped.ogg', 20, TRUE) return . = ..() @@ -334,10 +323,9 @@ grind_results = list(/datum/reagent/consumable/aloejuice = 1) /obj/item/stack/medical/mesh/advanced/update_icon_state() - if(!is_open) - icon_state = "aloe_mesh_closed" - else + if(is_open) return ..() + icon_state = "aloe_mesh_closed" /obj/item/stack/medical/aloe name = "aloe cream" @@ -353,26 +341,26 @@ var/heal = 3 grind_results = list(/datum/reagent/consumable/aloejuice = 1) -/obj/item/stack/medical/aloe/heal(mob/living/M, mob/user) +/obj/item/stack/medical/aloe/heal(mob/living/target, mob/user) . = ..() - if(M.stat == DEAD) - to_chat(user, "[M] is dead! You can not help [M.p_them()].") + if(target.stat == DEAD) + to_chat(user, "[target] is dead! You can not help [target.p_them()].") return FALSE - if(iscarbon(M)) - return heal_carbon(M, user, heal, heal) - if(isanimal(M)) - var/mob/living/simple_animal/critter = M + if(iscarbon(target)) + return heal_carbon(target, user, heal, heal) + if(isanimal(target)) + var/mob/living/simple_animal/critter = target if (!(critter.healable)) - to_chat(user, "You cannot use \the [src] on [M]!") + to_chat(user, "You cannot use \the [src] on [target]!") return FALSE else if (critter.health == critter.maxHealth) - to_chat(user, "[M] is at full health.") + to_chat(user, "[target] is at full health.") return FALSE - user.visible_message("[user] applies \the [src] on [M].", "You apply \the [src] on [M].") - M.heal_bodypart_damage(heal, heal) + user.visible_message("[user] applies \the [src] on [target].", "You apply \the [src] on [target].") + target.heal_bodypart_damage(heal, heal) return TRUE - to_chat(user, "You can't heal [M] with the \the [src]!") + to_chat(user, "You can't heal [target] with the \the [src]!") /* @@ -397,11 +385,11 @@ other_delay = 15 splint_fracture = TRUE -/obj/item/stack/medical/splint/heal(mob/living/M, mob/user) +/obj/item/stack/medical/splint/heal(mob/living/target, mob/user) . = ..() - if(iscarbon(M)) - return heal_carbon(M, user) - to_chat(user, "You can't splint [M]'s limb' with the \the [src]!") + if(iscarbon(target)) + return heal_carbon(target, user) + to_chat(user, "You can't splint [target]'s limb' with the \the [src]!") /obj/item/stack/medical/splint/ghetto //slightly shittier, but gets the job done name = "makeshift splints" diff --git a/code/game/objects/items/stacks/rods.dm b/code/game/objects/items/stacks/rods.dm index 51f0d9793c61..f0be0cdd7e81 100644 --- a/code/game/objects/items/stacks/rods.dm +++ b/code/game/objects/items/stacks/rods.dm @@ -30,19 +30,16 @@ GLOBAL_LIST_INIT(rod_recipes, list ( \ embedding = list() novariants = TRUE -/obj/item/stack/rods/suicide_act(mob/living/carbon/user) - user.visible_message("[user] begins to stuff \the [src] down [user.p_their()] throat! It looks like [user.p_theyre()] trying to commit suicide!")//it looks like theyre ur mum - return BRUTELOSS - /obj/item/stack/rods/Initialize(mapload, new_amount, merge = TRUE) . = ..() - update_icon() + update_appearance() /obj/item/stack/rods/get_main_recipes() . = ..() . += GLOB.rod_recipes /obj/item/stack/rods/update_icon_state() + . = ..() var/amount = get_amount() if(amount <= 5) icon_state = "rods-[amount]" diff --git a/code/game/objects/items/stacks/sheets/glass.dm b/code/game/objects/items/stacks/sheets/glass.dm index 5f979e1fb576..5ed78815b3f4 100644 --- a/code/game/objects/items/stacks/sheets/glass.dm +++ b/code/game/objects/items/stacks/sheets/glass.dm @@ -30,10 +30,6 @@ GLOBAL_LIST_INIT(glass_recipes, list ( \ point_value = 1 tableVariant = /obj/structure/table/glass -/obj/item/stack/sheet/glass/suicide_act(mob/living/carbon/user) - user.visible_message("[user] begins to slice [user.p_their()] neck with \the [src]! It looks like [user.p_theyre()] trying to commit suicide!") - return BRUTELOSS - /obj/item/stack/sheet/glass/cyborg custom_materials = null is_cyborg = 1 @@ -286,12 +282,6 @@ GLOBAL_LIST_INIT(plastitaniumglass_recipes, list( var/obj/item/stack/sheet/weld_material = /obj/item/stack/sheet/glass embedding = list("embed_chance" = 65) - -/obj/item/shard/suicide_act(mob/user) - user.visible_message("[user] is slitting [user.p_their()] [pick("wrists", "throat")] with the shard of glass! It looks like [user.p_theyre()] trying to commit suicide.") - return (BRUTELOSS) - - /obj/item/shard/Initialize() . = ..() AddComponent(/datum/component/caltrop, force) diff --git a/code/game/objects/items/stacks/sheets/hot_ice.dm b/code/game/objects/items/stacks/sheets/hot_ice.dm index 68b7ac8688c9..e013d1998f86 100644 --- a/code/game/objects/items/stacks/sheets/hot_ice.dm +++ b/code/game/objects/items/stacks/sheets/hot_ice.dm @@ -7,7 +7,3 @@ custom_materials = list(/datum/material/hot_ice=MINERAL_MATERIAL_AMOUNT) grind_results = list(/datum/reagent/toxin/hot_ice = 25) material_type = /datum/material/hot_ice - -/obj/item/stack/sheet/hot_ice/suicide_act(mob/living/carbon/user) - user.visible_message("[user] begins licking \the [src]! It looks like [user.p_theyre()] trying to commit suicide!") - return FIRELOSS//dont you kids know that stuff is toxic? diff --git a/code/game/objects/items/stacks/sheets/mineral.dm b/code/game/objects/items/stacks/sheets/mineral.dm index dc86a0084ccf..04a9898c523d 100644 --- a/code/game/objects/items/stacks/sheets/mineral.dm +++ b/code/game/objects/items/stacks/sheets/mineral.dm @@ -181,10 +181,6 @@ GLOBAL_LIST_INIT(uranium_recipes, list ( \ material_type = /datum/material/plasma walltype = /turf/closed/wall/mineral/plasma -/obj/item/stack/sheet/mineral/plasma/suicide_act(mob/living/carbon/user) - user.visible_message("[user] begins licking \the [src]! It looks like [user.p_theyre()] trying to commit suicide!") - return TOXLOSS//dont you kids know that stuff is toxic? - GLOBAL_LIST_INIT(plasma_recipes, list ( \ new/datum/stack_recipe("plasma door", /obj/structure/mineral_door/transparent/plasma, 10, one_per_turf = 1, on_floor = 1), \ new/datum/stack_recipe("plasma tile", /obj/item/stack/tile/mineral/plasma, 1, 4, 20), \ diff --git a/code/game/objects/items/stacks/sheets/sheet_types.dm b/code/game/objects/items/stacks/sheets/sheet_types.dm index 4e0994174b25..f72e588d8e04 100644 --- a/code/game/objects/items/stacks/sheets/sheet_types.dm +++ b/code/game/objects/items/stacks/sheets/sheet_types.dm @@ -155,10 +155,6 @@ GLOBAL_LIST_INIT(metal_recipes, list ( \ . = ..() . += GLOB.metal_recipes -/obj/item/stack/sheet/metal/suicide_act(mob/living/carbon/user) - user.visible_message("[user] begins whacking [user.p_them()]self over the head with \the [src]! It looks like [user.p_theyre()] trying to commit suicide!") - return BRUTELOSS - /* * Plasteel */ diff --git a/code/game/objects/items/stacks/stack.dm b/code/game/objects/items/stacks/stack.dm index 396ebb114075..ec750eb66aca 100644 --- a/code/game/objects/items/stacks/stack.dm +++ b/code/game/objects/items/stacks/stack.dm @@ -72,7 +72,7 @@ var/list/temp = SSmaterials.rigid_stack_recipes.Copy() recipes += temp update_weight() - update_icon() + update_appearance() var/static/list/loc_connections = list( COMSIG_ATOM_ENTERED = .proc/on_movable_entered_occupied_turf, @@ -93,13 +93,15 @@ /obj/item/stack/update_icon_state() if(novariants) - return + return ..() if(amount <= (max_amount * (1/3))) icon_state = initial(icon_state) - else if (amount <= (max_amount * (2/3))) + return ..() + if (amount <= (max_amount * (2/3))) icon_state = "[initial(icon_state)]_2" - else - icon_state = "[initial(icon_state)]_3" + return ..() + icon_state = "[initial(icon_state)]_3" + return ..() /obj/item/stack/examine(mob/user) . = ..() @@ -332,7 +334,7 @@ return TRUE for(var/i in mats_per_unit) custom_materials[i] = amount * mats_per_unit[i] - update_icon() + update_appearance() update_weight() return TRUE @@ -374,7 +376,7 @@ for(var/i in mats_per_unit) custom_materials[i] = mats_per_unit[i] * src.amount set_custom_materials() //Refresh - update_icon() + update_appearance() update_weight() /** Checks whether this stack can merge itself into another stack. diff --git a/code/game/objects/items/stacks/tickets.dm b/code/game/objects/items/stacks/tickets.dm index f525794a6e4e..477b349f4b16 100644 --- a/code/game/objects/items/stacks/tickets.dm +++ b/code/game/objects/items/stacks/tickets.dm @@ -9,9 +9,10 @@ /obj/item/stack/arcadeticket/Initialize(mapload, new_amount, merge = TRUE) . = ..() - update_icon() + update_appearance() /obj/item/stack/arcadeticket/update_icon_state() + . = ..() var/amount = get_amount() switch(amount) if(12 to INFINITY) diff --git a/code/game/objects/items/stacks/tiles/tile_reskinning.dm b/code/game/objects/items/stacks/tiles/tile_reskinning.dm index 2af074e8ff5f..92a68ed15b79 100644 --- a/code/game/objects/items/stacks/tiles/tile_reskinning.dm +++ b/code/game/objects/items/stacks/tiles/tile_reskinning.dm @@ -36,7 +36,7 @@ GLOBAL_LIST_EMPTY(tile_reskin_lists) icon_state = initial(choice.icon_state) turf_type = initial(choice.turf_type) merge_type = initial(choice.merge_type) - update_icon() + update_appearance() return choice = new choice(user.drop_location(), amount) diff --git a/code/game/objects/items/stacks/wrap.dm b/code/game/objects/items/stacks/wrap.dm index 8196294405f4..7890bca02d1e 100644 --- a/code/game/objects/items/stacks/wrap.dm +++ b/code/game/objects/items/stacks/wrap.dm @@ -40,18 +40,6 @@ resistance_flags = FLAMMABLE grind_results = list(/datum/reagent/cellulose = 5) -/obj/item/stack/packageWrap/suicide_act(mob/living/user) - user.visible_message("[user] begins wrapping [user.p_them()]self in \the [src]! It looks like [user.p_theyre()] trying to commit suicide!") - if(use(3)) - var/obj/structure/bigDelivery/P = new /obj/structure/bigDelivery(get_turf(user.loc)) - P.icon_state = "deliverypackage5" - user.forceMove(P) - P.add_fingerprint(user) - return OXYLOSS - else - to_chat(user, "You need more paper!") - return SHAME - /obj/item/proc/can_be_package_wrapped() //can the item be wrapped with package wrapper into a delivery package return 1 diff --git a/code/game/objects/items/storage/backpack.dm b/code/game/objects/items/storage/backpack.dm index 3eedf1960de5..05321933bfe2 100644 --- a/code/game/objects/items/storage/backpack.dm +++ b/code/game/objects/items/storage/backpack.dm @@ -62,14 +62,6 @@ STR.max_w_class = WEIGHT_CLASS_GIGANTIC STR.max_combined_w_class = 35 -/obj/item/storage/backpack/holding/suicide_act(mob/living/user) - user.visible_message("[user] is jumping into [src]! It looks like [user.p_theyre()] trying to commit suicide.") - user.dropItemToGround(src, TRUE) - user.Stun(100, ignore_canstun = TRUE) - sleep(20) - playsound(src, "rustle", 50, TRUE, -5) - qdel(user) - /obj/item/storage/backpack/santabag name = "Santa's Gift Bag" desc = "Space Santa uses this to deliver presents to all the nice children in space in Christmas! Wow, it's pretty big!" @@ -87,10 +79,6 @@ STR.max_w_class = WEIGHT_CLASS_NORMAL STR.max_combined_w_class = 60 -/obj/item/storage/backpack/santabag/suicide_act(mob/user) - user.visible_message("[user] places [src] over [user.p_their()] head and pulls it tight! It looks like [user.p_they()] [user.p_are()]n't in the Christmas spirit...") - return (OXYLOSS) - /obj/item/storage/backpack/santabag/proc/regenerate_presents() addtimer(CALLBACK(src, .proc/regenerate_presents), 30 SECONDS) @@ -356,9 +344,6 @@ var/ctype = pick(contraband) new ctype(src) -/obj/item/storage/backpack/satchel/flat/with_drip/PopulateContents() - new /obj/item/clothing/under/drip(src) - /obj/item/storage/backpack/satchel/flat/with_tools/PopulateContents() new /obj/item/stack/tile/plasteel(src) new /obj/item/crowbar(src) diff --git a/code/game/objects/items/storage/bags.dm b/code/game/objects/items/storage/bags.dm index fc964bbfff89..910ea174c3a6 100644 --- a/code/game/objects/items/storage/bags.dm +++ b/code/game/objects/items/storage/bags.dm @@ -50,11 +50,6 @@ STR.max_items = 30 STR.set_holdable(null, list(/obj/item/disk/nuclear)) -/obj/item/storage/bag/trash/suicide_act(mob/user) - user.visible_message("[user] puts [src] over [user.p_their()] head and starts chomping at the insides! Disgusting!") - playsound(loc, 'sound/items/eatfood.ogg', 50, TRUE, -1) - return (TOXLOSS) - /obj/item/storage/bag/trash/update_icon_state() switch(contents.len) if(20 to INFINITY) @@ -65,6 +60,7 @@ icon_state = "[initial(icon_state)]1" else icon_state = "[initial(icon_state)]" + return ..() /obj/item/storage/bag/trash/cyborg insertable = FALSE @@ -73,7 +69,7 @@ if(insertable) J.put_in_cart(src, user) J.mybag=src - J.update_icon() + J.update_appearance() else to_chat(user, "You are unable to fit your [name] into the [J.name].") return @@ -349,7 +345,7 @@ if(ishuman(M) || ismonkey(M)) if(prob(10)) M.Paralyze(40) - update_icon() + update_appearance() /obj/item/storage/bag/tray/proc/do_scatter(obj/item/I) for(var/i in 1 to rand(1,2)) @@ -367,11 +363,11 @@ /obj/item/storage/bag/tray/Entered() . = ..() - update_icon() + update_appearance() /obj/item/storage/bag/tray/Exited() . = ..() - update_icon() + update_appearance() /obj/item/storage/bag/tray/cafeteria name = "cafeteria tray" diff --git a/code/game/objects/items/storage/belt.dm b/code/game/objects/items/storage/belt.dm index 23f57838d45f..05b02e77f8b1 100644 --- a/code/game/objects/items/storage/belt.dm +++ b/code/game/objects/items/storage/belt.dm @@ -16,19 +16,17 @@ greyscale_icon_state = "belt" greyscale_colors = list(list(16, 12), list(15, 11), list(13, 12)) -/obj/item/storage/belt/suicide_act(mob/living/carbon/user) - user.visible_message("[user] begins belting [user.p_them()]self with \the [src]! It looks like [user.p_theyre()] trying to commit suicide!") - return BRUTELOSS - /obj/item/storage/belt/update_overlays() . = ..() - if(content_overlays) - for(var/obj/item/I in contents) - . += I.get_belt_overlay() + if(!content_overlays) + return + for(var/obj/item/I in contents) + . += I.get_belt_overlay() + /obj/item/storage/belt/Initialize() . = ..() - update_icon() + update_appearance() /obj/item/storage/belt/utility name = "toolbelt" //Carn: utility belt is nicer, but it bamboozles the text parsing. @@ -229,7 +227,7 @@ new /obj/item/reagent_containers/syringe(src) new /obj/item/reagent_containers/glass/bottle/epinephrine(src) new /obj/item/reagent_containers/glass/bottle/formaldehyde(src) - update_icon() + update_appearance() /obj/item/storage/belt/medical/webbing/paramedic/PopulateContents() new /obj/item/sensor_device(src) @@ -238,7 +236,7 @@ new /obj/item/reagent_containers/syringe(src) new /obj/item/reagent_containers/glass/bottle/epinephrine(src) new /obj/item/reagent_containers/glass/bottle/formaldehyde(src) - update_icon() + update_appearance() /obj/item/storage/belt/medical/surgery/PopulateContents() new /obj/item/scalpel(src) @@ -248,7 +246,7 @@ new /obj/item/cautery(src) new /obj/item/hemostat(src) new /obj/item/hypospray/mkii(src) - update_icon() + update_appearance() /obj/item/storage/belt/security name = "security belt" @@ -290,7 +288,7 @@ new /obj/item/grenade/flashbang(src) new /obj/item/assembly/flash/handheld(src) new /obj/item/melee/baton/loaded(src) - update_icon() + update_appearance() /obj/item/storage/belt/security/webbing name = "security webbing" @@ -436,7 +434,13 @@ var/datum/component/storage/STR = GetComponent(/datum/component/storage) STR.max_w_class = WEIGHT_CLASS_SMALL -/obj/item/storage/belt/military/minutemen/PopulateContents() +/obj/item/storage/belt/military/minutemen + name = "minutemen tactical webbing" + desc = "A set of tactical webbing worn by the Colonial Minutemen of the frontier." + icon_state = "cmmwebbing" + item_state = "cmmwebbing" + +/obj/item/storage/belt/military/minutemen/loaded/PopulateContents() for(var/i in 1 to 7) new /obj/item/ammo_box/magazine/p16(src) @@ -776,7 +780,7 @@ var/obj/item/I = contents[1] user.visible_message("[user] takes [I] out of [src].", "You take [I] out of [src].") user.put_in_hands(I) - update_icon() + update_appearance() else to_chat(user, "[src] is empty!") @@ -786,10 +790,11 @@ if(contents.len) icon_state += "-sabre" item_state += "-sabre" + return ..() /obj/item/storage/belt/sabre/PopulateContents() new /obj/item/melee/sabre(src) - update_icon() + update_appearance() /obj/item/storage/belt/sabre/solgov name = "solarian sabre sheath" @@ -812,7 +817,7 @@ /obj/item/storage/belt/sabre/solgov/PopulateContents() new /obj/item/melee/sabre/solgov(src) - update_icon() + update_appearance() /obj/item/storage/belt/security/webbing/inteq name = "inteq webbing" diff --git a/code/game/objects/items/storage/book.dm b/code/game/objects/items/storage/book.dm index c51e46d02f69..a0ce4670c0bf 100644 --- a/code/game/objects/items/storage/book.dm +++ b/code/game/objects/items/storage/book.dm @@ -45,10 +45,6 @@ GLOBAL_LIST_INIT(bibleitemstates, list("bible", "koran", "scrapbook", "burning", . = ..() AddComponent(/datum/component/anti_magic, FALSE, TRUE) -/obj/item/storage/book/bible/suicide_act(mob/user) - user.visible_message("[user] is offering [user.p_them()]self to [deity_name]! It looks like [user.p_theyre()] trying to commit suicide!") - return (BRUTELOSS) - /obj/item/storage/book/bible/attack_self(mob/living/carbon/human/H) if(!istype(H)) return diff --git a/code/game/objects/items/storage/boxes.dm b/code/game/objects/items/storage/boxes.dm index 672cb5ab9fdb..98fa24e97379 100644 --- a/code/game/objects/items/storage/boxes.dm +++ b/code/game/objects/items/storage/boxes.dm @@ -36,24 +36,13 @@ /obj/item/storage/box/Initialize(mapload) . = ..() - update_icon() + update_appearance() /obj/item/storage/box/ComponentInitialize() . = ..() var/datum/component/storage/STR = GetComponent(/datum/component/storage) STR.use_sound = 'sound/items/storage/briefcase.ogg' -/obj/item/storage/box/suicide_act(mob/living/carbon/user) - var/obj/item/bodypart/head/myhead = user.get_bodypart(BODY_ZONE_HEAD) - if(myhead) - user.visible_message("[user] puts [user.p_their()] head into \the [src], and begins closing it! It looks like [user.p_theyre()] trying to commit suicide!") - myhead.dismember() - myhead.forceMove(src)//force your enemies to kill themselves with your head collection box! - playsound(user, "desceration-01.ogg", 50, TRUE, -1) - return BRUTELOSS - user.visible_message("[user] beating [user.p_them()]self with \the [src]! It looks like [user.p_theyre()] trying to commit suicide!") - return BRUTELOSS - /obj/item/storage/box/update_overlays() . = ..() if(illustration) @@ -821,10 +810,6 @@ illustration = "heart" foldable = null -/obj/item/storage/box/hug/suicide_act(mob/user) - user.visible_message("[user] clamps the box of hugs on [user.p_their()] jugular! Guess it wasn't such a hugbox after all..") - return (BRUTELOSS) - /obj/item/storage/box/hug/attack_self(mob/user) ..() user.changeNext_move(CLICK_CD_MELEE) @@ -945,6 +930,7 @@ icon_state = "[item_state]" else icon_state = "[item_state]_closed" + return ..() /obj/item/storage/box/papersack/attackby(obj/item/W, mob/user, params) if(istype(W, /obj/item/pen)) diff --git a/code/game/objects/items/storage/fancy.dm b/code/game/objects/items/storage/fancy.dm index b3e32f2be8a6..2aefd383342e 100644 --- a/code/game/objects/items/storage/fancy.dm +++ b/code/game/objects/items/storage/fancy.dm @@ -2,9 +2,6 @@ * The 'fancy' path is for objects like donut boxes that show how many items are in the storage item on the sprite itself * .. Sorry for the shitty path name, I couldnt think of a better one. * - * WARNING: var/icon_type is used for both examine text and sprite name. Please look at the procs below and adjust your sprite names accordingly - * TODO: Cigarette boxes should be ported to this standard - * * Contains: * Donut Box * Egg Box @@ -16,44 +13,50 @@ /obj/item/storage/fancy icon = 'icons/obj/food/containers.dmi' + icon_state = "donutbox" + base_icon_state = "donutbox" resistance_flags = FLAMMABLE - var/icon_type = "donut" + /// Used by examine to report what this thing is holding. + var/contents_tag = "errors" + /// What type of thing to fill this storage with. var/spawn_type = null - var/fancy_open = FALSE + /// Whether the container is open or not + var/is_open = FALSE /obj/item/storage/fancy/PopulateContents() + if(!spawn_type) + return var/datum/component/storage/STR = GetComponent(/datum/component/storage) for(var/i = 1 to STR.max_items) new spawn_type(src) /obj/item/storage/fancy/update_icon_state() - if(fancy_open) - icon_state = "[icon_type]box[contents.len]" - else - icon_state = "[icon_type]box" + icon_state = "[base_icon_state][is_open ? contents.len : null]" + return ..() /obj/item/storage/fancy/examine(mob/user) . = ..() - if(fancy_open) - if(length(contents) == 1) - . += "There is one [icon_type] left." - else - . += "There are [contents.len <= 0 ? "no" : "[contents.len]"] [icon_type]s left." + if(!is_open) + return + if(length(contents) == 1) + . += "There is one [contents_tag] left." + else + . += "There are [contents.len <= 0 ? "no" : "[contents.len]"] [contents_tag]s left." /obj/item/storage/fancy/attack_self(mob/user) - fancy_open = !fancy_open - update_icon() + is_open = !is_open + update_appearance() . = ..() /obj/item/storage/fancy/Exited() . = ..() - fancy_open = TRUE - update_icon() + is_open = TRUE + update_appearance() /obj/item/storage/fancy/Entered() . = ..() - fancy_open = TRUE - update_icon() + is_open = TRUE + update_appearance() #define DONUT_INBOX_SPRITE_WIDTH 3 @@ -66,10 +69,11 @@ desc = "Mmm. Donuts." icon = 'icons/obj/food/donuts.dmi' icon_state = "donutbox_inner" - icon_type = "donut" + base_icon_state = "donutbox" spawn_type = /obj/item/reagent_containers/food/snacks/donut - fancy_open = TRUE + is_open = TRUE appearance_flags = KEEP_TOGETHER + contents_tag = "donut" /obj/item/storage/fancy/donut_box/ComponentInitialize() . = ..() @@ -79,23 +83,21 @@ /obj/item/storage/fancy/donut_box/PopulateContents() . = ..() - update_icon() + update_appearance() /obj/item/storage/fancy/donut_box/update_icon_state() - if(fancy_open) - icon_state = "donutbox_inner" - else - icon_state = "donutbox" + . = ..() + icon_state = "[base_icon_state][is_open ? "_inner" : null]" /obj/item/storage/fancy/donut_box/update_overlays() . = ..() - if (!fancy_open) + if(!is_open) return var/donuts = 0 - for (var/_donut in contents) + for(var/_donut in contents) var/obj/item/reagent_containers/food/snacks/donut/donut = _donut if (!istype(donut)) continue @@ -103,7 +105,7 @@ . += image(icon = initial(icon), icon_state = donut.in_box_sprite(), pixel_x = donuts * DONUT_INBOX_SPRITE_WIDTH) donuts += 1 - . += image(icon = initial(icon), icon_state = "donutbox_top") + . += image(icon = initial(icon), icon_state = "[base_icon_state]_top") #undef DONUT_INBOX_SPRITE_WIDTH @@ -115,12 +117,13 @@ icon = 'icons/obj/food/containers.dmi' item_state = "eggbox" icon_state = "eggbox" - icon_type = "egg" + base_icon_state = "eggbox" lefthand_file = 'icons/mob/inhands/misc/food_lefthand.dmi' righthand_file = 'icons/mob/inhands/misc/food_righthand.dmi' name = "egg box" desc = "A carton for containing eggs." spawn_type = /obj/item/reagent_containers/food/snacks/egg + contents_tag = "egg" /obj/item/storage/fancy/egg_box/ComponentInitialize() . = ..() @@ -137,12 +140,13 @@ desc = "A pack of red candles." icon = 'icons/obj/candle.dmi' icon_state = "candlebox5" - icon_type = "candle" + base_icon_state = "candlebox" item_state = "candlebox5" throwforce = 2 slot_flags = ITEM_SLOT_BELT spawn_type = /obj/item/candle - fancy_open = TRUE + is_open = TRUE + contents_tag = "candle" /obj/item/storage/fancy/candle_box/ComponentInitialize() . = ..() @@ -159,15 +163,16 @@ name = "\improper Space Cigarettes packet" desc = "The most popular brand of cigarettes, sponsors of the Space Olympics." icon = 'icons/obj/cigarettes.dmi' + base_icon_state = "cig" icon_state = "cig" item_state = "cigpacket" w_class = WEIGHT_CLASS_TINY throwforce = 0 slot_flags = ITEM_SLOT_BELT - icon_type = "cigarette" spawn_type = /obj/item/clothing/mask/cigarette/space_cigarette var/candy = FALSE //for cigarette overlay custom_price = 75 + contents_tag = "cigarette" /obj/item/storage/fancy/cigarettes/ComponentInitialize() . = ..() @@ -189,99 +194,108 @@ contents -= W to_chat(user, "You take \a [W] out of the pack.") else - to_chat(user, "There are no [icon_type]s left in the pack.") + to_chat(user, "There are no [contents_tag]s left in the pack.") /obj/item/storage/fancy/cigarettes/update_icon_state() - if(fancy_open || !contents.len) - if(!contents.len) - icon_state = "[initial(icon_state)]_empty" - else - icon_state = initial(icon_state) + . = ..() + icon_state = "[base_icon_state][contents.len ? null : "_empty"]" + return /obj/item/storage/fancy/cigarettes/update_overlays() . = ..() - if(fancy_open && contents.len) - . += "[icon_state]_open" - var/cig_position = 1 - for(var/C in contents) - var/mutable_appearance/inserted_overlay = mutable_appearance(icon) - - if(istype(C, /obj/item/lighter/greyscale)) - inserted_overlay.icon_state = "lighter_in" - else if(istype(C, /obj/item/lighter)) - inserted_overlay.icon_state = "zippo_in" - else if(candy) - inserted_overlay.icon_state = "candy" - else - inserted_overlay.icon_state = "cigarette" - - inserted_overlay.icon_state = "[inserted_overlay.icon_state]_[cig_position]" - . += inserted_overlay - cig_position++ - -/obj/item/storage/fancy/cigarettes/attack(mob/living/carbon/M as mob, mob/living/carbon/user as mob) - if(!ismob(M)) + if(!is_open || !contents.len) return - var/obj/item/clothing/mask/cigarette/cig = locate(/obj/item/clothing/mask/cigarette) in contents - if(cig) - if(M == user && contents.len > 0 && !user.wear_mask) - var/obj/item/clothing/mask/cigarette/W = cig - SEND_SIGNAL(src, COMSIG_TRY_STORAGE_TAKE, W, M) - M.equip_to_slot_if_possible(W, ITEM_SLOT_MASK) - contents -= W - to_chat(user, "You take \a [W] out of the pack.") + + . += "[icon_state]_open" + var/cig_position = 1 + for(var/C in contents) + var/mutable_appearance/inserted_overlay = mutable_appearance(icon) + + if(istype(C, /obj/item/lighter/greyscale)) + inserted_overlay.icon_state = "lighter_in" + else if(istype(C, /obj/item/lighter)) + inserted_overlay.icon_state = "zippo_in" + else if(candy) + inserted_overlay.icon_state = "candy" else - ..() - else - to_chat(user, "There are no [icon_type]s left in the pack.") + inserted_overlay.icon_state = "cigarette" + + inserted_overlay.icon_state = "[inserted_overlay.icon_state]_[cig_position]" + . += inserted_overlay + cig_position++ + +/obj/item/storage/fancy/cigarettes/attack(mob/living/carbon/target, mob/living/carbon/user) + if(!istype(target)) + return + + var/obj/item/clothing/mask/cigarette/cig = locate() in contents + if(!cig) + to_chat(user, "There are no [contents_tag]s left in the pack.") + return + if(target != user || !contents.len || user.wear_mask) + return ..() + + SEND_SIGNAL(src, COMSIG_TRY_STORAGE_TAKE, cig, target) + target.equip_to_slot_if_possible(cig, ITEM_SLOT_MASK) + contents -= cig + to_chat(user, "You take \a [cig] out of the pack.") + return /obj/item/storage/fancy/cigarettes/dromedaryco name = "\improper DromedaryCo packet" desc = "A packet of six imported DromedaryCo cancer sticks. A label on the packaging reads, \"Wouldn't a slow death make a change?\"" icon_state = "dromedary" + base_icon_state = "dromedary" spawn_type = /obj/item/clothing/mask/cigarette/dromedary /obj/item/storage/fancy/cigarettes/cigpack_uplift name = "\improper Uplift Smooth packet" desc = "Your favorite brand, now menthol flavored." icon_state = "uplift" + base_icon_state = "uplift" spawn_type = /obj/item/clothing/mask/cigarette/uplift /obj/item/storage/fancy/cigarettes/cigpack_robust name = "\improper Robust packet" desc = "Smoked by the robust." icon_state = "robust" + base_icon_state = "robust" spawn_type = /obj/item/clothing/mask/cigarette/robust /obj/item/storage/fancy/cigarettes/cigpack_robustgold name = "\improper Robust Gold packet" desc = "Smoked by the truly robust." icon_state = "robustg" + base_icon_state = "robustg" spawn_type = /obj/item/clothing/mask/cigarette/robustgold /obj/item/storage/fancy/cigarettes/cigpack_carp name = "\improper Carp Classic packet" desc = "Since 2313." icon_state = "carp" + base_icon_state = "carp" spawn_type = /obj/item/clothing/mask/cigarette/carp /obj/item/storage/fancy/cigarettes/cigpack_syndicate name = "cigarette packet" desc = "An obscure brand of cigarettes." icon_state = "syndie" + base_icon_state = "syndie" spawn_type = /obj/item/clothing/mask/cigarette/syndicate /obj/item/storage/fancy/cigarettes/cigpack_midori name = "\improper Midori Tabako packet" desc = "You can't understand the runes, but the packet smells funny." icon_state = "midori" + base_icon_state = "midori" spawn_type = /obj/item/clothing/mask/cigarette/rollie/nicotine /obj/item/storage/fancy/cigarettes/cigpack_candy name = "\improper Timmy's First Candy Smokes packet" desc = "Unsure about smoking? Want to bring your children safely into the family tradition? Look no more with this special packet! Includes 100%* Nicotine-Free candy cigarettes." icon_state = "candy" - icon_type = "candy cigarette" + base_icon_state = "candy" + contents_tag = "candy cigarette" spawn_type = /obj/item/clothing/mask/cigarette/candy candy = TRUE @@ -294,24 +308,28 @@ name = "\improper Shady Jim's Super Slims packet" desc = "Is your weight slowing you down? Having trouble running away from gravitational singularities? Can't stop stuffing your mouth? Smoke Shady Jim's Super Slims and watch all that fat burn away. Guaranteed results!" icon_state = "shadyjim" + base_icon_state = "shadyjim" spawn_type = /obj/item/clothing/mask/cigarette/shadyjims /obj/item/storage/fancy/cigarettes/cigpack_xeno name = "\improper Xeno Filtered packet" desc = "Loaded with 100% pure slime. And also nicotine." icon_state = "slime" + base_icon_state = "slime" spawn_type = /obj/item/clothing/mask/cigarette/xeno /obj/item/storage/fancy/cigarettes/cigpack_cannabis name = "\improper Freak Brothers' Special packet" desc = "A label on the packaging reads, \"Endorsed by Phineas, Freddy and Franklin.\"" icon_state = "midori" + base_icon_state = "midori" spawn_type = /obj/item/clothing/mask/cigarette/rollie/cannabis /obj/item/storage/fancy/cigarettes/cigpack_mindbreaker name = "\improper Leary's Delight packet" desc = "Banned in over 36 galaxies." icon_state = "shadyjim" + base_icon_state = "shadyjim" spawn_type = /obj/item/clothing/mask/cigarette/rollie/mindbreaker /obj/item/storage/fancy/rollingpapers @@ -320,8 +338,8 @@ w_class = WEIGHT_CLASS_TINY icon = 'icons/obj/cigarettes.dmi' icon_state = "cig_paper_pack" - ///The value in here has NOTHING to do with icons. It needs to be this for the proper examine. - icon_type = "rolling paper" + base_icon_state = "cig_paper_pack" + contents_tag = "rolling paper" spawn_type = /obj/item/rollingpaper custom_price = 25 @@ -333,12 +351,13 @@ ///Overrides to do nothing because fancy boxes are fucking insane. /obj/item/storage/fancy/rollingpapers/update_icon_state() + SHOULD_CALL_PARENT(FALSE) return /obj/item/storage/fancy/rollingpapers/update_overlays() . = ..() if(!contents.len) - . += "[icon_state]_empty" + . += "[base_icon_state]_empty" /obj/item/storage/fancy/cigarettes/derringer name = "\improper Robust packet" @@ -389,7 +408,7 @@ icon = 'icons/obj/cigarettes.dmi' icon_state = "cigarcase" w_class = WEIGHT_CLASS_NORMAL - icon_type = "premium cigar" + base_icon_state = "cigarcase" spawn_type = /obj/item/clothing/mask/cigarette/cigar /obj/item/storage/fancy/cigarettes/cigars/ComponentInitialize() @@ -399,30 +418,31 @@ STR.set_holdable(list(/obj/item/clothing/mask/cigarette/cigar)) /obj/item/storage/fancy/cigarettes/cigars/update_icon_state() - if(fancy_open) - icon_state = "[initial(icon_state)]_open" - else - icon_state = "[initial(icon_state)]" + . = ..() + icon_state = "[base_icon_state][is_open ? "_open" : null]" /obj/item/storage/fancy/cigarettes/cigars/update_overlays() . = ..() - if(fancy_open) - var/cigar_position = 1 //generate sprites for cigars in the box - for(var/obj/item/clothing/mask/cigarette/cigar/smokes in contents) - var/mutable_appearance/cigar_overlay = mutable_appearance(icon, "[smokes.icon_off]_[cigar_position]") - . += cigar_overlay - cigar_position++ + if(!is_open) + return + var/cigar_position = 1 //generate sprites for cigars in the box + for(var/obj/item/clothing/mask/cigarette/cigar/smokes in contents) + var/mutable_appearance/cigar_overlay = mutable_appearance(icon, "[smokes.icon_off]_[cigar_position]") + . += cigar_overlay + cigar_position++ /obj/item/storage/fancy/cigarettes/cigars/cohiba name = "\improper Cohiba Robusto cigar case" desc = "A case of imported Cohiba cigars, renowned for their strong flavor." icon_state = "cohibacase" + base_icon_state = "cohibacase" spawn_type = /obj/item/clothing/mask/cigarette/cigar/cohiba /obj/item/storage/fancy/cigarettes/cigars/havana name = "\improper premium Havanian cigar case" desc = "A case of classy Havanian cigars." icon_state = "cohibacase" + base_icon_state = "cohibacase" spawn_type = /obj/item/clothing/mask/cigarette/cigar/havana /* @@ -435,10 +455,11 @@ icon = 'icons/obj/food/containers.dmi' item_state = "chocolatebox" icon_state = "chocolatebox" - icon_type = "chocolate" + base_icon_state = "chocolatebox" lefthand_file = 'icons/mob/inhands/misc/food_lefthand.dmi' righthand_file = 'icons/mob/inhands/misc/food_righthand.dmi' spawn_type = /obj/item/reagent_containers/food/snacks/tinychocolate + contents_tag = "chocolate" /obj/item/storage/fancy/heart_box/ComponentInitialize() . = ..() @@ -452,7 +473,8 @@ desc = "A cardboard box used for holding chicken nuggies." icon = 'icons/obj/food/containers.dmi' icon_state = "nuggetbox" - icon_type = "nugget" + base_icon_state = "nuggetbox" + contents_tag = "nugget" spawn_type = /obj/item/reagent_containers/food/snacks/nugget /obj/item/storage/fancy/nugget_box/ComponentInitialize() diff --git a/code/game/objects/items/storage/firstaid.dm b/code/game/objects/items/storage/firstaid.dm index 2e373874cd55..dc9aea782406 100644 --- a/code/game/objects/items/storage/firstaid.dm +++ b/code/game/objects/items/storage/firstaid.dm @@ -8,6 +8,7 @@ /* * First Aid Kits */ + /obj/item/storage/firstaid name = "first-aid kit" desc = "It's an emergency medical kit for those serious boo-boos." @@ -31,10 +32,6 @@ icon_state = "firstaid" desc = "A first aid kit with the ability to heal common types of injuries." -/obj/item/storage/firstaid/regular/suicide_act(mob/living/carbon/user) - user.visible_message("[user] begins giving [user.p_them()]self aids with \the [src]! It looks like [user.p_theyre()] trying to commit suicide!") - return BRUTELOSS - /obj/item/storage/firstaid/regular/PopulateContents() if(empty) return @@ -146,14 +143,6 @@ item_state = "firstaid-ointment" damagetype_healed = BURN -/obj/item/storage/firstaid/fire/suicide_act(mob/living/carbon/user) - user.visible_message("[user] begins rubbing \the [src] against [user.p_them()]self! It looks like [user.p_theyre()] trying to start a fire!") - return FIRELOSS - -/obj/item/storage/firstaid/fire/Initialize(mapload) - . = ..() - icon_state = pick("ointment","firefirstaid") - /obj/item/storage/firstaid/fire/PopulateContents() if(empty) return @@ -172,14 +161,6 @@ item_state = "firstaid-toxin" damagetype_healed = TOX -/obj/item/storage/firstaid/toxin/suicide_act(mob/living/carbon/user) - user.visible_message("[user] begins licking the lead paint off \the [src]! It looks like [user.p_theyre()] trying to commit suicide!") - return TOXLOSS - -/obj/item/storage/firstaid/toxin/Initialize(mapload) - . = ..() - icon_state = pick("antitoxin","antitoxfirstaid","antitoxfirstaid2") - /obj/item/storage/firstaid/toxin/PopulateContents() if(empty) return @@ -192,6 +173,28 @@ ) generate_items_inside(items_inside,src) +/obj/item/storage/firstaid/radiation + name = "radiation treatment kit" + desc = "Used to treat severe radiation poisoning." + icon_state = "antitoxin" + item_state = "firstaid-toxin" + damagetype_healed = TOX + +/obj/item/storage/firstaid/radiation/Initialize(mapload) + . = ..() + icon_state = pick("antitoxin","antitoxfirstaid","antitoxfirstaid2") + +/obj/item/storage/firstaid/radiation/PopulateContents() + if(empty) + return + var/static/items_inside = list( + /obj/item/healthanalyzer = 1, + /obj/item/storage/pill_bottle/potassiodide = 2, + /obj/item/reagent_containers/hypospray/medipen/penacid = 2, + /obj/item/reagent_containers/hypospray/medipen/anti_rad = 4 + ) + generate_items_inside(items_inside,src) + /obj/item/storage/firstaid/o2 name = "oxygen deprivation treatment kit" desc = "A box full of oxygen goodies." @@ -199,14 +202,6 @@ item_state = "firstaid-o2" damagetype_healed = OXY -/obj/item/storage/firstaid/o2/suicide_act(mob/living/carbon/user) - user.visible_message("[user] begins hitting [user.p_their()] neck with \the [src]! It looks like [user.p_theyre()] trying to commit suicide!") - return OXYLOSS - -/obj/item/storage/firstaid/o2/Initialize(mapload) - . = ..() - icon_state = pick("o2","o2second") - /obj/item/storage/firstaid/o2/PopulateContents() if(empty) return @@ -226,14 +221,6 @@ damagetype_healed = BRUTE custom_price = 600 -/obj/item/storage/firstaid/brute/suicide_act(mob/living/carbon/user) - user.visible_message("[user] begins beating [user.p_them()]self over the head with \the [src]! It looks like [user.p_theyre()] trying to commit suicide!") - return BRUTELOSS - -/obj/item/storage/firstaid/brute/Initialize(mapload) - . = ..() - icon_state = pick("brute","brute2") - /obj/item/storage/firstaid/brute/PopulateContents() if(empty) return @@ -299,13 +286,15 @@ var/obj/item/bot_assembly/medbot/A = new if(istype(src, /obj/item/storage/firstaid/fire)) - A.set_skin("ointment") + A.set_skin("medibot_burn") else if(istype(src, /obj/item/storage/firstaid/toxin)) - A.set_skin("tox") + A.set_skin("medibot_toxin") else if(istype(src, /obj/item/storage/firstaid/o2)) - A.set_skin("o2") + A.set_skin("medibot_o2") else if(istype(src, /obj/item/storage/firstaid/brute)) - A.set_skin("brute") + A.set_skin("medibot_brute") + else if(istype(src, /obj/item/storage/firstaid/tactical)) + A.set_skin("medibot_bezerk") user.put_in_hands(A) to_chat(user, "You add [S] to [src].") A.robot_arm = S.type @@ -335,10 +324,6 @@ STR.set_holdable(list(/obj/item/reagent_containers/pill, /obj/item/dice)) STR.use_sound = 'sound/items/storage/pillbottle.ogg' -/obj/item/storage/pill_bottle/suicide_act(mob/user) - user.visible_message("[user] is trying to get the cap off [src]! It looks like [user.p_theyre()] trying to commit suicide!") - return (TOXLOSS) - /obj/item/storage/pill_bottle/charcoal name = "bottle of charcoal pills" desc = "Contains pills used to counter toxins." diff --git a/code/game/objects/items/storage/lockbox.dm b/code/game/objects/items/storage/lockbox.dm index 505db0812137..6d6690106b4d 100644 --- a/code/game/objects/items/storage/lockbox.dm +++ b/code/game/objects/items/storage/lockbox.dm @@ -62,12 +62,12 @@ /obj/item/storage/lockbox/Entered() . = ..() open = TRUE - update_icon() + update_appearance() /obj/item/storage/lockbox/Exited() . = ..() open = TRUE - update_icon() + update_appearance() /obj/item/storage/lockbox/loyalty name = "lockbox of mindshield implants" @@ -113,7 +113,7 @@ if(user.canUseTopic(src, BE_CLOSE)) if(!SEND_SIGNAL(src, COMSIG_IS_STORAGE_LOCKED)) open = (open ? FALSE : TRUE) - update_icon() + update_appearance() ..() /obj/item/storage/lockbox/medal/PopulateContents() @@ -131,12 +131,14 @@ var/locked = SEND_SIGNAL(src, COMSIG_IS_STORAGE_LOCKED) if(locked) icon_state = "medalbox+l" - else - icon_state = "medalbox" - if(open) - icon_state += "open" - if(broken) - icon_state += "+b" + return ..() + + icon_state = "medalbox" + if(open) + icon_state += "open" + if(broken) + icon_state += "+b" + return ..() /obj/item/storage/lockbox/medal/update_overlays() . = ..() diff --git a/code/game/objects/items/storage/sixpack.dm b/code/game/objects/items/storage/sixpack.dm index aa668377b5fc..1a229909aa82 100644 --- a/code/game/objects/items/storage/sixpack.dm +++ b/code/game/objects/items/storage/sixpack.dm @@ -9,16 +9,13 @@ custom_materials = list(/datum/material/plastic = 1200) max_integrity = 500 -/obj/item/storage/cans/suicide_act(mob/living/carbon/user) - user.visible_message("[user] begins popping open a final cold one with the boys! It looks like [user.p_theyre()] trying to commit suicide!") - return BRUTELOSS - /obj/item/storage/cans/update_icon_state() icon_state = "[initial(icon_state)][contents.len]" + return ..() /obj/item/storage/cans/Initialize() . = ..() - update_icon() + update_appearance() /obj/item/storage/cans/ComponentInitialize() . = ..() diff --git a/code/game/objects/items/storage/toolbox.dm b/code/game/objects/items/storage/toolbox.dm index 57e52e8387c4..1daf6cf922a1 100644 --- a/code/game/objects/items/storage/toolbox.dm +++ b/code/game/objects/items/storage/toolbox.dm @@ -27,7 +27,7 @@ latches = "double_latch" if(prob(1)) latches = "triple_latch" - update_icon() + update_appearance() /obj/item/storage/toolbox/ComponentInitialize() . = ..() @@ -39,11 +39,6 @@ if(has_latches) . += latches - -/obj/item/storage/toolbox/suicide_act(mob/user) - user.visible_message("[user] robusts [user.p_them()]self with [src]! It looks like [user.p_theyre()] trying to commit suicide!") - return (BRUTELOSS) - /obj/item/storage/toolbox/emergency name = "emergency toolbox" icon_state = "red" @@ -272,7 +267,7 @@ /obj/item/storage/toolbox/ammo/shotgun/PopulateContents() name = "ammo can (12ga)" for (var/i in 1 to 4) - new /obj/item/storage/box/lethalshot(src) + new /obj/item/ammo_box/a12g(src) /obj/item/storage/toolbox/infiltrator name = "insidious case" @@ -340,7 +335,7 @@ if(/obj/item/storage/toolbox/syndicate) B.toolbox_color = "s" user.put_in_hands(B) - B.update_icon() + B.update_appearance() to_chat(user, "You add the tiles into the empty [name]. They protrude from the top.") qdel(src) else diff --git a/code/game/objects/items/storage/uplink_kits.dm b/code/game/objects/items/storage/uplink_kits.dm index 1b910d7f3c12..b02a516dc13b 100644 --- a/code/game/objects/items/storage/uplink_kits.dm +++ b/code/game/objects/items/storage/uplink_kits.dm @@ -212,7 +212,7 @@ /obj/item/paper/fluff/bee_objectives name = "Objectives of a Bee Liberation Front Operative" - info = "Objective #1. Liberate all bees on the NT transport vessel 2416/B. Success!
      Objective #2. Escape alive. Failed." + default_raw_text = "Objective #1. Liberate all bees on the NT transport vessel 2416/B. Success!
      Objective #2. Escape alive. Failed." @@ -233,7 +233,7 @@ name = "Contractor Guide" /obj/item/paper/contractor_guide/Initialize() - info = {"

      Welcome agent, congratulations on your new position as contractor. On top of your already assigned objectives, + default_raw_text = {"

      Welcome agent, congratulations on your new position as contractor. On top of your already assigned objectives, this kit will provide you contracts to take on for TC payments.

      Provided within, we give your specialist contractor space suit. It's even more compact, being able to fit into a pocket, and faster than the diff --git a/code/game/objects/items/storage/wallets.dm b/code/game/objects/items/storage/wallets.dm index 62c2e0c2ecbf..91f47f56cdd5 100644 --- a/code/game/objects/items/storage/wallets.dm +++ b/code/game/objects/items/storage/wallets.dm @@ -56,7 +56,7 @@ var/mob/living/carbon/human/H = loc if(H.wear_id == src) H.sec_hud_set_ID() - update_icon() + update_appearance() update_label() /obj/item/storage/wallet/Entered(atom/movable/AM) @@ -66,10 +66,11 @@ /obj/item/storage/wallet/update_overlays() . = ..() cached_flat_icon = null - if(front_id) - . += mutable_appearance(front_id.icon, front_id.icon_state) - . += front_id.overlays - . += mutable_appearance(icon, "wallet_overlay") + if(!front_id) + return + . += mutable_appearance(front_id.icon, front_id.icon_state) + . += front_id.overlays + . += mutable_appearance(icon, "wallet_overlay") /obj/item/storage/wallet/proc/get_cached_flat_icon() if(!cached_flat_icon) diff --git a/code/game/objects/items/stunbaton.dm b/code/game/objects/items/stunbaton.dm index 92d5103d48b9..d9f3dd296a9b 100644 --- a/code/game/objects/items/stunbaton.dm +++ b/code/game/objects/items/stunbaton.dm @@ -39,15 +39,6 @@ /obj/item/melee/baton/get_cell() return cell -/obj/item/melee/baton/suicide_act(mob/user) - if(cell && cell.charge && turned_on) - user.visible_message("[user] is putting the live [name] in [user.p_their()] mouth! It looks like [user.p_theyre()] trying to commit suicide!") - . = (FIRELOSS) - attack(user,user) - else - user.visible_message("[user] is shoving the [name] down their throat! It looks like [user.p_theyre()] trying to commit suicide!") - . = (OXYLOSS) - /obj/item/melee/baton/Initialize() . = ..() if(preload_cell_type) @@ -55,7 +46,7 @@ log_mapping("[src] at [AREACOORD(src)] had an invalid preload_cell_type: [preload_cell_type].") else cell = new preload_cell_type(src) - update_icon() + update_appearance() RegisterSignal(src, COMSIG_PARENT_ATTACKBY, .proc/convert) @@ -82,7 +73,7 @@ if(A == cell) cell = null turned_on = FALSE - update_icon() + update_appearance() return ..() /obj/item/melee/baton/throw_impact(atom/hit_atom, datum/thrownthing/throwingdatum) @@ -102,17 +93,19 @@ if(turned_on && cell.charge < cell_hit_cost) //we're below minimum, turn off turned_on = FALSE - update_icon() + update_appearance() playsound(src, activate_sound, 75, TRUE, -1) /obj/item/melee/baton/update_icon_state() if(turned_on) icon_state = "[initial(icon_state)]_active" - else if(!cell) + return ..() + if(!cell) icon_state = "[initial(icon_state)]_nocell" - else - icon_state = "[initial(icon_state)]" + return ..() + icon_state = "[initial(icon_state)]" + return ..() /obj/item/melee/baton/examine(mob/user) . = ..() @@ -134,7 +127,7 @@ return cell = W to_chat(user, "You install a cell in [src].") - update_icon() + update_appearance() else if(W.tool_behaviour == TOOL_SCREWDRIVER) tryremovecell(user) @@ -143,12 +136,12 @@ /obj/item/melee/baton/proc/tryremovecell(mob/user) if(cell && can_remove_cell) - cell.update_icon() + cell.update_appearance() cell.forceMove(get_turf(src)) cell = null to_chat(user, "You remove the cell from [src].") turned_on = FALSE - update_icon() + update_appearance() /obj/item/melee/baton/attack_self(mob/user) toggle_on(user) @@ -164,7 +157,7 @@ to_chat(user, "[src] does not have a power source!") else to_chat(user, "[src] is out of charge.") - update_icon() + update_appearance() add_fingerprint(user) /obj/item/melee/baton/proc/clumsy_check(mob/living/carbon/human/user) @@ -334,14 +327,5 @@ else return ..() - -/obj/item/melee/baton/boomerang/update_icon_state() - if(turned_on) - icon_state = "[initial(icon_state)]_active" - else if(!cell) - icon_state = "[initial(icon_state)]_nocell" - else - icon_state = "[initial(icon_state)]" - /obj/item/melee/baton/boomerang/loaded //Same as above, comes with a cell. preload_cell_type = /obj/item/stock_parts/cell/high diff --git a/code/game/objects/items/tanks/jetpack.dm b/code/game/objects/items/tanks/jetpack.dm index 3cacdffa885e..046439551291 100644 --- a/code/game/objects/items/tanks/jetpack.dm +++ b/code/game/objects/items/tanks/jetpack.dm @@ -102,14 +102,6 @@ return TRUE -/obj/item/tank/jetpack/suicide_act(mob/user) - if (istype(user, /mob/living/carbon/human/)) - var/mob/living/carbon/human/H = user - H.say("WHAT THE FUCK IS CARBON DIOXIDE?") - H.visible_message("[user] is suffocating [user.p_them()]self with [src]! It looks like [user.p_they()] didn't read what that jetpack says!") - return (OXYLOSS) - else - ..() /obj/item/tank/jetpack/improvised name = "improvised jetpack" diff --git a/code/game/objects/items/tanks/tanks.dm b/code/game/objects/items/tanks/tanks.dm index 8ce90872c0c6..aff73626906a 100644 --- a/code/game/objects/items/tanks/tanks.dm +++ b/code/game/objects/items/tanks/tanks.dm @@ -130,18 +130,6 @@ playsound(src.loc, 'sound/effects/spray.ogg', 10, TRUE, -3) qdel(src) -/obj/item/tank/suicide_act(mob/user) - var/mob/living/carbon/human/H = user - user.visible_message("[user] is putting [src]'s valve to [user.p_their()] lips! It looks like [user.p_theyre()] trying to commit suicide!") - playsound(loc, 'sound/effects/spray.ogg', 10, TRUE, -3) - if(!QDELETED(H) && air_contents && air_contents.return_pressure() >= 1000) - ADD_TRAIT(H, TRAIT_DISFIGURED, TRAIT_GENERIC) - H.inflate_gib() - return MANUAL_SUICIDE - else - to_chat(user, "There isn't enough pressure in [src] to commit suicide with...") - return SHAME - /obj/item/tank/attackby(obj/item/W, mob/user, params) add_fingerprint(user) if(istype(W, /obj/item/assembly_holder)) diff --git a/code/game/objects/items/tanks/watertank.dm b/code/game/objects/items/tanks/watertank.dm index 6b27a51f58ac..0f4f5adee562 100644 --- a/code/game/objects/items/tanks/watertank.dm +++ b/code/game/objects/items/tanks/watertank.dm @@ -420,7 +420,7 @@ var/used_amount = injection_amount/usage_ratio reagents.trans_to(user,used_amount,multiplier=usage_ratio, method = INJECT) - update_icon() + update_appearance() user.update_inv_back() //for overlays update //Operator backpack spray diff --git a/code/game/objects/items/teleportation.dm b/code/game/objects/items/teleportation.dm index fb2135f843f0..5b07c40f6f21 100644 --- a/code/game/objects/items/teleportation.dm +++ b/code/game/objects/items/teleportation.dm @@ -209,17 +209,3 @@ if(active_portal_pairs[i] == P) return DESTINATION_PORTAL return FALSE - -/obj/item/hand_tele/suicide_act(mob/user) - if(iscarbon(user)) - user.visible_message("[user] is creating a weak portal and sticking [user.p_their()] head through! It looks like [user.p_theyre()] trying to commit suicide!") - var/mob/living/carbon/itemUser = user - var/obj/item/bodypart/head/head = itemUser.get_bodypart(BODY_ZONE_HEAD) - if(head) - head.drop_limb() - var/list/safeLevels = SSmapping.virtual_levels_by_any_trait(list(ZTRAIT_SPACE_RUINS, ZTRAIT_LAVA_RUINS, ZTRAIT_STATION, ZTRAIT_MINING)) - head.forceMove(locate(rand(1, world.maxx), rand(1, world.maxy), pick(safeLevels))) - itemUser.visible_message("The portal snaps closed taking [user]'s head with it!") - else - itemUser.visible_message("[user] looks even further depressed as they realize they do not have a head...and suddenly dies of shame!") - return (BRUTELOSS) diff --git a/code/game/objects/items/theft_tools.dm b/code/game/objects/items/theft_tools.dm index 96f3a42952d1..cb6b8d3abe9f 100644 --- a/code/game/objects/items/theft_tools.dm +++ b/code/game/objects/items/theft_tools.dm @@ -35,10 +35,6 @@ flick(pulseicon, src) radiation_pulse(src, 400, 2) -/obj/item/nuke_core/suicide_act(mob/user) - user.visible_message("[user] is rubbing [src] against [user.p_them()]self! It looks like [user.p_theyre()] trying to commit suicide!") - return (TOXLOSS) - //nuke core box, for carrying the core /obj/item/nuke_core_container name = "nuke core container" @@ -93,7 +89,7 @@ random_color = FALSE /obj/item/paper/guides/antag/nuke_instructions - info = "How to break into a Nanotrasen self-destruct terminal and remove its plutonium core:
      \ + default_raw_text = "How to break into a Nanotrasen self-destruct terminal and remove its plutonium core:
      \

        \
      • Use a screwdriver with a very thin tip (provided) to unscrew the terminal's front panel
      • \
      • Dislodge and remove the front panel with a crowbar
      • \ @@ -106,7 +102,7 @@ // STEALING SUPERMATTER /obj/item/paper/guides/antag/supermatter_sliver - info = "How to safely extract a supermatter sliver:
        \ + default_raw_text = "How to safely extract a supermatter sliver:
        \
          \
        • Approach an active supermatter crystal with radiation shielded personal protective equipment. DO NOT MAKE PHYSICAL CONTACT.
        • \
        • Use a supermatter scalpel (provided) to slice off a sliver of the crystal.
        • \ @@ -138,7 +134,7 @@ return FALSE forceMove(tongs) tongs.sliver = src - tongs.update_icon() + tongs.update_appearance() to_chat(user, "You carefully pick up [src] with [tongs].") else if(istype(W, /obj/item/scalpel/supermatter) || istype(W, /obj/item/nuke_core_container/supermatter/)) // we don't want it to dust return @@ -229,6 +225,7 @@ icon_state = "supermatter_tongs_loaded" else icon_state = "supermatter_tongs" + return ..() /obj/item/hemostat/supermatter/afterattack(atom/O, mob/user, proximity) . = ..() @@ -242,7 +239,7 @@ sliver.forceMove(loc) visible_message("\The [sliver] falls out of \the [src] as it hits the ground.") sliver = null - update_icon() + update_appearance() ..() /obj/item/hemostat/supermatter/proc/Consume(atom/movable/AM, mob/user) @@ -262,4 +259,4 @@ radiation_pulse(src, 500, 2) playsound(src, 'sound/effects/supermatter.ogg', 50, TRUE) QDEL_NULL(sliver) - update_icon() + update_appearance() diff --git a/code/game/objects/items/tools/crowbar.dm b/code/game/objects/items/tools/crowbar.dm index bcd087b85c45..26509776dd16 100644 --- a/code/game/objects/items/tools/crowbar.dm +++ b/code/game/objects/items/tools/crowbar.dm @@ -21,11 +21,6 @@ armor = list("melee" = 0, "bullet" = 0, "laser" = 0, "energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 50, "acid" = 30) var/force_opens = FALSE -/obj/item/crowbar/suicide_act(mob/user) - user.visible_message("[user] is beating [user.p_them()]self to death with [src]! It looks like [user.p_theyre()] trying to commit suicide!") - playsound(loc, 'sound/weapons/genhit.ogg', 50, TRUE, -1) - return (BRUTELOSS) - /obj/item/crowbar/red icon_state = "crowbar_red" force = 8 @@ -66,21 +61,6 @@ . = ..() . += " It's fitted with a [tool_behaviour == TOOL_CROWBAR ? "prying" : "cutting"] head." -/obj/item/crowbar/power/suicide_act(mob/user) - if(tool_behaviour == TOOL_CROWBAR) - user.visible_message("[user] is putting [user.p_their()] head in [src], it looks like [user.p_theyre()] trying to commit suicide!") - playsound(loc, 'sound/items/jaws_pry.ogg', 50, TRUE, -1) - else - user.visible_message("[user] is wrapping \the [src] around [user.p_their()] neck. It looks like [user.p_theyre()] trying to rip [user.p_their()] head off!") - playsound(loc, 'sound/items/jaws_cut.ogg', 50, TRUE, -1) - if(iscarbon(user)) - var/mob/living/carbon/C = user - var/obj/item/bodypart/BP = C.get_bodypart(BODY_ZONE_HEAD) - if(BP) - BP.drop_limb() - playsound(loc, "desceration", 50, TRUE, -1) - return (BRUTELOSS) - /obj/item/crowbar/power/attack_self(mob/user) playsound(get_turf(user), 'sound/items/change_jaws.ogg', 50, TRUE) if(tool_behaviour == TOOL_CROWBAR) @@ -88,11 +68,36 @@ to_chat(user, "You attach the cutting jaws to [src].") usesound = 'sound/items/jaws_cut.ogg' icon_state = "jaws_cutter" + update_appearance() else tool_behaviour = TOOL_CROWBAR to_chat(user, "You attach the prying jaws to [src].") usesound = 'sound/items/jaws_pry.ogg' icon_state = "jaws_pry" + update_appearance() + +/obj/item/crowbar/power/attack_hand(mob/user) + . = ..() + update_appearance() + +/obj/item/crowbar/power/pickup(mob/user) + . = ..() + update_appearance() + +/obj/item/crowbar/power/dropped(mob/user) + . = ..() + update_appearance() + +/obj/item/crowbar/power/update_overlays() + . = ..() + if(ismob(loc)) + var/mode_ovelay + switch(tool_behaviour) + if (TOOL_CROWBAR) + mode_ovelay = "jaw_pry" + if (TOOL_WIRECUTTER) + mode_ovelay = "jaw_cut" + . += mode_ovelay /obj/item/crowbar/power/attack(mob/living/carbon/C, mob/user) if(istype(C) && C.handcuffed && tool_behaviour == TOOL_WIRECUTTER) diff --git a/code/game/objects/items/tools/screwdriver.dm b/code/game/objects/items/tools/screwdriver.dm index dc47ace2d2ce..3e4ab0d15de1 100644 --- a/code/game/objects/items/tools/screwdriver.dm +++ b/code/game/objects/items/tools/screwdriver.dm @@ -34,17 +34,13 @@ "yellow" = "#ffe366" ) -/obj/item/screwdriver/suicide_act(mob/user) - user.visible_message("[user] is stabbing [src] into [user.p_their()] [pick("temple", "heart")]! It looks like [user.p_theyre()] trying to commit suicide!") - return(BRUTELOSS) - /obj/item/screwdriver/Initialize() . = ..() if(random_color) //random colors! icon_state = "screwdriver" var/our_color = pick(screwdriver_colors) add_atom_colour(screwdriver_colors[our_color], FIXED_COLOUR_PRIORITY) - update_icon() + update_appearance() if(prob(75)) pixel_y = rand(0, 16) @@ -107,24 +103,41 @@ . = ..() . += " It's fitted with a [tool_behaviour == TOOL_SCREWDRIVER ? "screw" : "bolt"] bit." -/obj/item/screwdriver/power/suicide_act(mob/user) - if(tool_behaviour == TOOL_SCREWDRIVER) - user.visible_message("[user] is putting [src] to [user.p_their()] temple. It looks like [user.p_theyre()] trying to commit suicide!") - else - user.visible_message("[user] is pressing [src] against [user.p_their()] head! It looks like [user.p_theyre()] trying to commit suicide!") - playsound(loc, 'sound/items/drill_use.ogg', 50, TRUE, -1) - return(BRUTELOSS) - /obj/item/screwdriver/power/attack_self(mob/user) playsound(get_turf(user), 'sound/items/change_drill.ogg', 50, TRUE) if(tool_behaviour == TOOL_SCREWDRIVER) tool_behaviour = TOOL_WRENCH to_chat(user, "You attach the bolt bit to [src].") icon_state = "drill_bolt" + update_appearance() else tool_behaviour = TOOL_SCREWDRIVER to_chat(user, "You attach the screw bit to [src].") icon_state = "drill_screw" + update_appearance() + +/obj/item/screwdriver/power/attack_hand(mob/user) + . = ..() + update_appearance() + +/obj/item/screwdriver/power/pickup(mob/user) + . = ..() + update_appearance() + +/obj/item/screwdriver/power/dropped(mob/user) + . = ..() + update_appearance() + +/obj/item/screwdriver/power/update_overlays() + . = ..() + if(ismob(loc)) + var/mode_ovelay + switch(tool_behaviour) + if (TOOL_SCREWDRIVER) + mode_ovelay = "bit_screw" + if (TOOL_WRENCH) + mode_ovelay = "bit_bolt" + . += mode_ovelay /obj/item/screwdriver/cyborg name = "automated screwdriver" diff --git a/code/game/objects/items/tools/weldingtool.dm b/code/game/objects/items/tools/weldingtool.dm index f1503957ff23..c792af38486a 100644 --- a/code/game/objects/items/tools/weldingtool.dm +++ b/code/game/objects/items/tools/weldingtool.dm @@ -48,7 +48,7 @@ create_reagents(max_fuel) if(start_full) reagents.add_reagent(/datum/reagent/fuel, max_fuel) - update_icon() + update_appearance() /obj/item/weldingtool/ComponentInitialize() . = ..() @@ -60,7 +60,7 @@ item_state = "[initial(item_state)]1" else item_state = "[initial(item_state)]" - + return ..() /obj/item/weldingtool/update_overlays() . = ..() @@ -77,7 +77,7 @@ if(0) force = 3 damtype = "brute" - update_icon() + update_appearance() if(!can_off_process) STOP_PROCESSING(SSobj, src) return @@ -88,17 +88,11 @@ ++burned_fuel_for if(burned_fuel_for >= WELDER_FUEL_BURN_INTERVAL) use(1) - update_icon() + update_appearance() //This is to start fires. process() is only called if the welder is on. open_flame() - -/obj/item/weldingtool/suicide_act(mob/user) - user.visible_message("[user] welds [user.p_their()] every orifice closed! It looks like [user.p_theyre()] trying to commit suicide!") - return (FIRELOSS) - - /obj/item/weldingtool/attackby(obj/item/I, mob/user, params) if(I.tool_behaviour == TOOL_SCREWDRIVER) flamethrower_screwdriver(I, user) @@ -106,7 +100,7 @@ flamethrower_rods(I, user) else . = ..() - update_icon() + update_appearance() /obj/item/weldingtool/proc/explode() var/turf/T = get_turf(loc) @@ -151,7 +145,7 @@ if(!status && O.is_refillable()) reagents.trans_to(O, reagents.total_volume, transfered_by = user) to_chat(user, "You empty [src]'s fuel tank into [O].") - update_icon() + update_appearance() /obj/item/weldingtool/attack_qdeleted(atom/O, mob/user, proximity) . = ..() @@ -174,7 +168,7 @@ explode() switched_on(user) - update_icon() + update_appearance() // Ah fuck, I can't believe you've done this @@ -217,7 +211,7 @@ if(get_fuel() <= 0 && welding) set_light_on(FALSE) switched_on(user) - update_icon() + update_appearance() return 0 return 1 @@ -234,7 +228,7 @@ force = 15 damtype = "fire" hitsound = 'sound/items/welder.ogg' - update_icon() + update_appearance() START_PROCESSING(SSobj, src) else to_chat(user, "You need more fuel!") @@ -251,7 +245,7 @@ force = 3 damtype = "brute" hitsound = "swing_hit" - update_icon() + update_appearance() /obj/item/weldingtool/examine(mob/user) diff --git a/code/game/objects/items/tools/wirecutters.dm b/code/game/objects/items/tools/wirecutters.dm index 246d6b31855d..235e267e43c3 100644 --- a/code/game/objects/items/tools/wirecutters.dm +++ b/code/game/objects/items/tools/wirecutters.dm @@ -40,7 +40,7 @@ icon_state = "cutters" var/our_color = pick(wirecutter_colors) add_atom_colour(wirecutter_colors[our_color], FIXED_COLOUR_PRIORITY) - update_icon() + update_appearance() /obj/item/wirecutters/update_overlays() . = ..() @@ -73,11 +73,6 @@ else ..() -/obj/item/wirecutters/suicide_act(mob/user) - user.visible_message("[user] is cutting at [user.p_their()] arteries with [src]! It looks like [user.p_theyre()] trying to commit suicide!") - playsound(loc, usesound, 50, TRUE, -1) - return (BRUTELOSS) - /obj/item/wirecutters/abductor name = "alien wirecutters" desc = "Extremely sharp wirecutters, made out of a silvery-green metal." diff --git a/code/game/objects/items/tools/wrench.dm b/code/game/objects/items/tools/wrench.dm index f9d36d30d8ff..3e9898d87508 100644 --- a/code/game/objects/items/tools/wrench.dm +++ b/code/game/objects/items/tools/wrench.dm @@ -20,11 +20,6 @@ toolspeed = 1 armor = list("melee" = 0, "bullet" = 0, "laser" = 0, "energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 50, "acid" = 30) -/obj/item/wrench/suicide_act(mob/user) - user.visible_message("[user] is beating [user.p_them()]self to death with [src]! It looks like [user.p_theyre()] trying to commit suicide!") - playsound(loc, 'sound/weapons/genhit.ogg', 50, TRUE, -1) - return (BRUTELOSS) - /obj/item/wrench/abductor name = "alien wrench" desc = "A polarized wrench. It causes anything placed between the jaws to turn." @@ -42,32 +37,9 @@ force = 2 //MEDICAL throwforce = 4 attack_verb = list("healed", "medicaled", "tapped", "poked", "analyzed", "cobbyed") //"cobbyed" //i dont know who added this comment but now it's a thing - zeta - ///var to hold the name of the person who suicided - var/suicider /obj/item/wrench/medical/examine(mob/user) . = ..() - if(suicider) - . += "For some reason, it reminds you of [suicider]." - -/obj/item/wrench/medical/suicide_act(mob/living/user) - user.visible_message("[user] is praying to the medical wrench to take [user.p_their()] soul. It looks like [user.p_theyre()] trying to commit suicide!") - user.Stun(100, ignore_canstun = TRUE)// Stun stops them from wandering off - user.set_light_color(COLOR_VERY_SOFT_YELLOW) - user.set_light(2) - user.add_overlay(mutable_appearance('icons/effects/genetics.dmi', "servitude", -MUTATIONS_LAYER)) - playsound(loc, 'sound/effects/pray.ogg', 50, TRUE, -1) - - // Let the sound effect finish playing - add_fingerprint(user) - sleep(20) - if(!user) - return - for(var/obj/item/W in user) - user.dropItemToGround(W) - suicider = user.real_name - user.dust() - return OXYLOSS /obj/item/wrench/cyborg name = "hydraulic wrench" @@ -111,7 +83,7 @@ hitsound = 'sound/weapons/blade1.ogg' playsound(user, 'sound/weapons/saberon.ogg', 5, TRUE) to_chat(user, "[src] is now active. Woe onto your enemies!") - update_icon() + update_appearance() /obj/item/wrench/combat/update_icon_state() if(on) @@ -120,6 +92,7 @@ else icon_state = "[initial(icon_state)]" item_state = "[initial(item_state)]" + return ..() /obj/item/wrench/syndie name = "suspicious-looking wrench" diff --git a/code/game/objects/items/toy_mechs.dm b/code/game/objects/items/toy_mechs.dm index 090502ad63c3..2cbe3e81b1ef 100644 --- a/code/game/objects/items/toy_mechs.dm +++ b/code/game/objects/items/toy_mechs.dm @@ -205,49 +205,6 @@ if(wants_to_battle) wants_to_battle = FALSE to_chat(user, "You get the feeling they don't want to battle.") -/** - * Starts a battle, toy mech vs player. Player... doesn't win. - */ -/obj/item/toy/prize/suicide_act(mob/living/carbon/user) - if(in_combat) - to_chat(user, "[src] is in battle, let it finish first.") - return - - user.visible_message("[user] begins a fight [user.p_they()] can't win with [src]! It looks like [user.p_theyre()] trying to commit suicide!") - - in_combat = TRUE - sleep(1.5 SECONDS) - for(var/i in 1 to 4) - switch(i) - if(1, 3) - SpinAnimation(5, 0) - playsound(src, 'sound/mecha/mechstep.ogg', 30, TRUE) - user.adjustBruteLoss(25) - user.adjustStaminaLoss(50) - if(2) - user.SpinAnimation(5, 0) - playsound(user, 'sound/weapons/smash.ogg', 20, TRUE) - combat_health-- //we scratched it! - if(4) - say(special_attack_cry + "!!") - user.adjustStaminaLoss(25) - - if(!combat_sleep(1 SECONDS, null, user)) - say("PATHETIC.") - combat_health = max_combat_health - in_combat = FALSE - return SHAME - - sleep(0.5 SECONDS) - user.adjustBruteLoss(450) - - in_combat = FALSE - say("AN EASY WIN. MY POWER INCREASES.") // steal a soul, become swole - add_atom_colour(rgb(255, 115, 115), ADMIN_COLOUR_PRIORITY) - max_combat_health = round(max_combat_health*1.5 + 0.1) - combat_health = max_combat_health - wins++ - return BRUTELOSS /obj/item/toy/prize/examine() . = ..() diff --git a/code/game/objects/items/toys.dm b/code/game/objects/items/toys.dm index 820edcc30e78..0046ece63058 100644 --- a/code/game/objects/items/toys.dm +++ b/code/game/objects/items/toys.dm @@ -68,7 +68,7 @@ A.reagents.trans_to(src, 10, transfered_by = user) to_chat(user, "You fill the balloon with the contents of [A].") desc = "A translucent balloon with some form of liquid sloshing around in it." - update_icon() + update_appearance() /obj/item/toy/waterballoon/attackby(obj/item/I, mob/user, params) if(istype(I, /obj/item/reagent_containers/glass)) @@ -81,7 +81,7 @@ desc = "A translucent balloon with some form of liquid sloshing around in it." to_chat(user, "You fill the balloon with the contents of [I].") I.reagents.trans_to(src, 10, transfered_by = user) - update_icon() + update_appearance() else if(I.get_sharpness()) balloon_burst() else @@ -106,13 +106,13 @@ qdel(src) /obj/item/toy/waterballoon/update_icon_state() - if(src.reagents.total_volume >= 1) + if(reagents.total_volume >= 1) icon_state = "waterballoon" item_state = "balloon" else icon_state = "waterballoon-e" item_state = "balloon-empty" - + return ..() #define BALLOON_COLORS list("red", "blue", "green", "yellow") /obj/item/toy/balloon @@ -178,51 +178,6 @@ icon = 'icons/obj/singularity.dmi' icon_state = "singularity_s1" -/obj/item/toy/spinningtoy/suicide_act(mob/living/carbon/human/user) - var/obj/item/bodypart/head/myhead = user.get_bodypart(BODY_ZONE_HEAD) - if(!myhead) - user.visible_message("[user] tries consuming [src]... but [user.p_they()] [user.p_have()] no mouth!") // and i must scream - return SHAME - user.visible_message("[user] consumes [src]! It looks like [user.p_theyre()] trying to commit suicicide!") - playsound(user, 'sound/items/eatfood.ogg', 50, TRUE) - user.adjust_nutrition(50) // mmmm delicious - addtimer(CALLBACK(src, .proc/manual_suicide, user), (3SECONDS)) - return MANUAL_SUICIDE - -/** - * Internal function used in the toy singularity suicide - * - * Cavity implants the toy singularity into the body of the user (arg1), and kills the user. - * Makes the user vomit and receive 120 suffocation damage if there already is a cavity implant in the user. - * Throwing the singularity away will cause the user to start choking themself to death. - * Arguments: - * * user - Whoever is doing the suiciding - */ -/obj/item/toy/spinningtoy/proc/manual_suicide(mob/living/carbon/human/user) - if(!user) - return - if(!user.is_holding(src)) // Half digestion? Start choking to death - user.visible_message("[user] panics and starts choking [user.p_them()]self to death!") - user.adjustOxyLoss(200) - user.death(FALSE) // unfortunately you have to handle the suiciding yourself with a manual suicide - user.ghostize(FALSE) // get the fuck out of our body - return - var/obj/item/bodypart/chest/CH = user.get_bodypart(BODY_ZONE_CHEST) - if(CH.cavity_item) // if he's (un)bright enough to have a round and full belly... - user.visible_message("[user] regurgitates [src]!") // I swear i dont have a fetish - user.vomit(100, TRUE, distance = 0) - user.adjustOxyLoss(120) - user.dropItemToGround(src) // incase the crit state doesn't drop the singulo to the floor - user.set_suicide(FALSE) - return - user.transferItemToLoc(src, user, TRUE) - CH.cavity_item = src // The mother came inside and found Andy, dead with a HUGE belly full of toys - user.adjustOxyLoss(200) // You know how most small toys in the EU have that 3+ onion head icon and a warning that says "Unsuitable for children under 3 years of age due to small parts - choking hazard"? This is why. - user.death(FALSE) - user.ghostize(FALSE) - - - /* * Toy gun: Why isnt this an /obj/item/gun? */ @@ -262,7 +217,7 @@ to_chat(user, text("You reload [] cap\s.", 7 - src.bullets)) A.amount_left -= 7 - src.bullets src.bullets = 7 - A.update_icon() + A.update_appearance() return 1 else return ..() @@ -298,6 +253,7 @@ /obj/item/toy/ammo/gun/update_icon_state() icon_state = "357OLD-[amount_left]" + return ..() /obj/item/toy/ammo/gun/examine(mob/user) . = ..() @@ -648,10 +604,6 @@ var/card_throw_range = 7 var/list/card_attack_verb = list("attacked") -/obj/item/toy/cards/suicide_act(mob/living/carbon/user) - user.visible_message("[user] is slitting [user.p_their()] wrists with \the [src]! It looks like [user.p_they()] [user.p_have()] a crummy hand!") - playsound(src, 'sound/items/cardshuffle.ogg', 50, TRUE) - return BRUTELOSS /obj/item/toy/cards/proc/apply_card_vars(obj/item/toy/cards/newobj, obj/item/toy/cards/sourceobj) // Applies variables for supporting multiple types of card deck if(!istype(sourceobj)) @@ -708,7 +660,7 @@ H.pickup(user) user.put_in_hands(H) user.visible_message("[user] draws a card from the deck.", "You draw a card from the deck.") - update_icon() + update_appearance() return H /obj/item/toy/cards/deck/update_icon_state() @@ -721,6 +673,7 @@ icon_state = "deck_[deckstyle]_low" else icon_state = "deck_[deckstyle]_empty" + return ..() /obj/item/toy/cards/deck/attack_self(mob/user) if(cooldown < world.time - 50) @@ -741,7 +694,7 @@ qdel(SC) else to_chat(user, "You can't mix cards from other decks!") - update_icon() + update_appearance() else if(istype(I, /obj/item/toy/cards/cardhand)) var/obj/item/toy/cards/cardhand/CH = I if(CH.parentdeck == src) @@ -753,7 +706,7 @@ qdel(CH) else to_chat(user, "You can't mix cards from other decks!") - update_icon() + update_appearance() else return ..() @@ -1396,7 +1349,6 @@ name = "Security Officer action figure" icon_state = "secofficer" toysay = "I am the law!" - toysound = 'sound/runtime/complionator/dredd.ogg' /obj/item/toy/figure/virologist name = "Virologist action figure" diff --git a/code/game/objects/items/weaponry.dm b/code/game/objects/items/weaponry.dm index c149b001fb98..d6955ff244ba 100644 --- a/code/game/objects/items/weaponry.dm +++ b/code/game/objects/items/weaponry.dm @@ -14,9 +14,6 @@ armor = list("melee" = 0, "bullet" = 0, "laser" = 0, "energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 100, "acid" = 70) resistance_flags = FIRE_PROOF -/obj/item/banhammer/suicide_act(mob/user) - user.visible_message("[user] is hitting [user.p_them()]self with [src]! It looks like [user.p_theyre()] trying to ban [user.p_them()]self from life.") - return (BRUTELOSS|FIRELOSS|TOXLOSS|OXYLOSS) /* oranges says: This is a meme relating to the english translation of the ss13 russian wiki page on lurkmore. mrdoombringer sez: and remember kids, if you try and PR a fix for this item's grammar, you are admitting that you are, indeed, a newfriend. @@ -45,11 +42,6 @@ for further reading, please see: https://github.com/tgstation/tgstation/pull/301 hitsound = 'sound/weapons/bladeslice.ogg' attack_verb = list("attacked", "slashed", "stabbed", "sliced", "torn", "ripped", "diced", "cut") -/obj/item/sord/suicide_act(mob/user) - user.visible_message("[user] is trying to impale [user.p_them()]self with [src]! It might be a suicide attempt if it weren't so shitty.", \ - "You try to impale yourself with [src], but it's USELESS...") - return SHAME - /obj/item/claymore name = "claymore" desc = "What are you standing around staring at this for? Get to killing!" @@ -66,7 +58,7 @@ for further reading, please see: https://github.com/tgstation/tgstation/pull/301 throwforce = 10 w_class = WEIGHT_CLASS_NORMAL attack_verb = list("attacked", "slashed", "stabbed", "sliced", "torn", "ripped", "diced", "cut") - block_chance = 50 + block_chance = 40 sharpness = IS_SHARP max_integrity = 200 armor = list("melee" = 0, "bullet" = 0, "laser" = 0, "energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 100, "acid" = 50) @@ -76,10 +68,6 @@ for further reading, please see: https://github.com/tgstation/tgstation/pull/301 . = ..() AddComponent(/datum/component/butchering, 40, 105) -/obj/item/claymore/suicide_act(mob/user) - user.visible_message("[user] is falling on [src]! It looks like [user.p_theyre()] trying to commit suicide!") - return(BRUTELOSS) - /obj/item/claymore/highlander //ALL COMMENTS MADE REGARDING THIS SWORD MUST BE MADE IN ALL CAPS desc = "THERE CAN BE ONLY ONE, AND IT WILL BE YOU!!!\nActivate it in your hand to point to the nearest victim." flags_1 = CONDUCT_1 @@ -221,17 +209,13 @@ for further reading, please see: https://github.com/tgstation/tgstation/pull/301 w_class = WEIGHT_CLASS_HUGE hitsound = 'sound/weapons/bladeslice.ogg' attack_verb = list("attacked", "slashed", "stabbed", "sliced", "torn", "ripped", "diced", "cut") - block_chance = 50 + block_chance = 10 sharpness = IS_SHARP max_integrity = 200 armor = list("melee" = 0, "bullet" = 0, "laser" = 0, "energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 100, "acid" = 50) resistance_flags = FIRE_PROOF supports_variations = VOX_VARIATION -/obj/item/katana/suicide_act(mob/user) - user.visible_message("[user] is slitting [user.p_their()] stomach open with [src]! It looks like [user.p_theyre()] trying to commit seppuku!") - return(BRUTELOSS) - /obj/item/katana/cursed name = "ominous katana" desc = "A japanese single-edged blade, once used to contain an ancient evil. The being within is grateful for being released, but beware: generosity has a price." @@ -248,9 +232,6 @@ for further reading, please see: https://github.com/tgstation/tgstation/pull/301 var/list/nemesis_factions = list("mining", "boss") var/faction_bonus_force = 25 -/obj/item/katana/cursed/suicide_act(mob/user) - user.visible_message("[user] is surrendering to the entity within [src]! It looks like [user.p_theyre()] trying to commit seppuku!") - return(FIRELOSS) /obj/item/katana/cursed/examine(mob/user) . = ..() @@ -407,10 +388,6 @@ for further reading, please see: https://github.com/tgstation/tgstation/pull/301 hitsound = 'sound/weapons/genhit.ogg' sharpness = IS_BLUNT -/obj/item/switchblade/suicide_act(mob/user) - user.visible_message("[user] is slitting [user.p_their()] own throat with [src]! It looks like [user.p_theyre()] trying to commit suicide!") - return (BRUTELOSS) - /obj/item/phone name = "red phone" desc = "Should anything ever go wrong..." @@ -424,12 +401,6 @@ for further reading, please see: https://github.com/tgstation/tgstation/pull/301 attack_verb = list("called", "rang") hitsound = 'sound/weapons/ring.ogg' -/obj/item/phone/suicide_act(mob/user) - if(locate(/obj/structure/chair/stool) in user.loc) - user.visible_message("[user] begins to tie a noose with [src]'s cord! It looks like [user.p_theyre()] trying to commit suicide!") - else - user.visible_message("[user] is strangling [user.p_them()]self with [src]'s cord! It looks like [user.p_theyre()] trying to commit suicide!") - return(OXYLOSS) /obj/item/cane name = "cane" @@ -489,9 +460,6 @@ for further reading, please see: https://github.com/tgstation/tgstation/pull/301 icon = 'icons/obj/wizard.dmi' icon_state = "ectoplasm" -/obj/item/ectoplasm/suicide_act(mob/user) - user.visible_message("[user] is inhaling [src]! It looks like [user.p_theyre()] trying to visit the astral plane!") - return (OXYLOSS) /obj/item/ectoplasm/angelic icon = 'icons/obj/wizard.dmi' @@ -590,15 +558,6 @@ for further reading, please see: https://github.com/tgstation/tgstation/pull/301 ///The vehicle counterpart for the board var/board_item_type = /obj/vehicle/ridden/scooter/skateboard -/obj/item/melee/skateboard/suicide_act(mob/living/carbon/user) //WS Edit Begin - Skateboards can take you to the afterlife - user.visible_message("[user] begins attempting to preform a double kickflip! It looks like [user.p_theyre()] trying to commit suicide!") - if(prob(3)) - user.dust() - user.visible_message("[user] succeeds! [user.p_theyre()] ascends for a moment before exploding into a fine dust!") //this is very likely to cause issues in the future, yell at the coder - for(var/mob/living/M in get_hearers_in_view(7,user)) - SEND_SIGNAL(M, COMSIG_ADD_MOOD_EVENT, "Rad", /datum/mood_event/dkickflip) - return BRUTELOSS //WS Edit End - /obj/item/melee/skateboard/attack_self(mob/user) var/obj/vehicle/ridden/scooter/skateboard/S = new board_item_type(get_turf(user))//this probably has fucky interactions with telekinesis but for the record it wasnt my fault S.buckle_mob(user) @@ -782,12 +741,13 @@ for further reading, please see: https://github.com/tgstation/tgstation/pull/301 //HF blade /obj/item/vibro_weapon icon_state = "hfrequency0" + base_icon_state = "hfrequency" lefthand_file = 'icons/mob/inhands/weapons/swords_lefthand.dmi' righthand_file = 'icons/mob/inhands/weapons/swords_righthand.dmi' name = "vibro sword" desc = "A potent weapon capable of cutting through nearly anything. Wielding it in two hands will allow you to deflect gunfire." armour_penetration = 100 - block_chance = 40 + block_chance = 30 force = 20 throwforce = 20 throw_speed = 4 @@ -806,7 +766,7 @@ for further reading, please see: https://github.com/tgstation/tgstation/pull/301 /obj/item/vibro_weapon/ComponentInitialize() . = ..() AddComponent(/datum/component/butchering, 20, 105) - AddComponent(/datum/component/two_handed, force_multiplier=2, icon_wielded="hfrequency1") + AddComponent(/datum/component/two_handed, force_multiplier=2, icon_wielded="[base_icon_state]1") /// triggered on wield of two handed item /obj/item/vibro_weapon/proc/on_wield(obj/item/source, mob/user) @@ -821,7 +781,8 @@ for further reading, please see: https://github.com/tgstation/tgstation/pull/301 wielded = FALSE /obj/item/vibro_weapon/update_icon_state() - icon_state = "hfrequency0" + icon_state = "[base_icon_state]0" + return ..() /obj/item/vibro_weapon/hit_reaction(mob/living/carbon/human/owner, atom/movable/hitby, attack_text = "the attack", final_block_chance = 0, damage = 0, attack_type = MELEE_ATTACK) if(wielded) @@ -844,7 +805,7 @@ for further reading, please see: https://github.com/tgstation/tgstation/pull/301 name = "legionnaire staff" desc = "The remnants of a legionnaire, reconstructed around a pole of bone. The skulls it produces are loyal to the wielder, seeming to recognize them as their host body." icon = 'icons/obj/guns/magic.dmi' - block_chance = 25 + block_chance = 20 force = 20 throwforce = 10 throw_speed = 4 @@ -878,11 +839,11 @@ for further reading, please see: https://github.com/tgstation/tgstation/pull/301 force = 15 throwforce = 10 armour_penetration = 15 - block_chance = 30 + /obj/item/vibro_weapon/weak armour_penetration = 10 - block_chance = 5 + block_chance = 10 force = 15 throwforce = 20 diff --git a/code/game/objects/obj_defense.dm b/code/game/objects/obj_defense.dm index ef538159b018..61acce5c9d0a 100644 --- a/code/game/objects/obj_defense.dm +++ b/code/game/objects/obj_defense.dm @@ -175,7 +175,7 @@ GLOBAL_DATUM_INIT(acid_overlay, /mutable_appearance, mutable_appearance('icons/e if(!acid_level) SSacid.processing[src] = src - update_icon() + update_appearance() var/acid_cap = acidpwr * 300 //so we cannot use huge amounts of weak acids to do as well as strong acids. if(acid_level < acid_cap) acid_level = min(acid_level + acidpwr * acid_volume, acid_cap) @@ -211,7 +211,7 @@ GLOBAL_DATUM_INIT(acid_overlay, /mutable_appearance, mutable_appearance('icons/e if(!(resistance_flags & ON_FIRE) && (resistance_flags & FLAMMABLE) && !(resistance_flags & FIRE_PROOF)) resistance_flags |= ON_FIRE SSfire_burning.processing[src] = src - update_icon() + update_appearance() return 1 return ..() @@ -225,7 +225,7 @@ GLOBAL_DATUM_INIT(acid_overlay, /mutable_appearance, mutable_appearance('icons/e /obj/proc/extinguish() if(resistance_flags & ON_FIRE) resistance_flags &= ~ON_FIRE - update_icon() + update_appearance() SSfire_burning.processing -= src ///Called when the obj is hit by a tesla bolt. diff --git a/code/game/objects/structures/ai_core.dm b/code/game/objects/structures/ai_core.dm index d684ebef34a2..563e48e27f49 100644 --- a/code/game/objects/structures/ai_core.dm +++ b/code/game/objects/structures/ai_core.dm @@ -22,7 +22,7 @@ circuit = null if((state != GLASS_CORE) && (state != AI_READY_CORE)) state = EMPTY_CORE - update_icon() + update_appearance() if(A == brain) brain = null . = ..() @@ -112,7 +112,7 @@ return playsound(loc, 'sound/items/deconstruct.ogg', 50, TRUE) to_chat(user, "You place the circuit board inside the frame.") - update_icon() + update_appearance() state = CIRCUIT_CORE circuit = P return @@ -121,13 +121,13 @@ P.play_tool_sound(src) to_chat(user, "You screw the circuit board into place.") state = SCREWED_CORE - update_icon() + update_appearance() return if(P.tool_behaviour == TOOL_CROWBAR) P.play_tool_sound(src) to_chat(user, "You remove the circuit board.") state = EMPTY_CORE - update_icon() + update_appearance() circuit.forceMove(loc) circuit = null return @@ -136,7 +136,7 @@ P.play_tool_sound(src) to_chat(user, "You unfasten the circuit board.") state = CIRCUIT_CORE - update_icon() + update_appearance() return if(istype(P, /obj/item/stack/cable_coil)) var/obj/item/stack/cable_coil/C = P @@ -146,7 +146,7 @@ if(do_after(user, 20, target = src) && state == SCREWED_CORE && C.use(5)) to_chat(user, "You add cables to the frame.") state = CABLED_CORE - update_icon() + update_appearance() else to_chat(user, "You need five lengths of cable to wire the AI core!") return @@ -158,7 +158,7 @@ P.play_tool_sound(src) to_chat(user, "You remove the cables.") state = SCREWED_CORE - update_icon() + update_appearance() new /obj/item/stack/cable_coil(drop_location(), 5) return @@ -170,7 +170,7 @@ if(do_after(user, 20, target = src) && state == CABLED_CORE && G.use(2)) to_chat(user, "You put in the glass panel.") state = GLASS_CORE - update_icon() + update_appearance() else to_chat(user, "You need two sheets of reinforced glass to insert them into the AI core!") return @@ -198,7 +198,7 @@ brain = M to_chat(user, "You add [M.name] to the frame.") - update_icon() + update_appearance() return if(P.tool_behaviour == TOOL_CROWBAR && brain) @@ -206,7 +206,7 @@ to_chat(user, "You remove the brain.") brain.forceMove(loc) brain = null - update_icon() + update_appearance() return if(GLASS_CORE) @@ -214,7 +214,7 @@ P.play_tool_sound(src) to_chat(user, "You remove the glass panel.") state = CABLED_CORE - update_icon() + update_appearance() new /obj/item/stack/sheet/rglass(loc, 2) return @@ -239,7 +239,7 @@ qdel(src) else state = AI_READY_CORE - update_icon() + update_appearance() return if(AI_READY_CORE) @@ -251,7 +251,7 @@ P.play_tool_sound(src) to_chat(user, "You disconnect the monitor.") state = GLASS_CORE - update_icon() + update_appearance() return return ..() @@ -272,6 +272,7 @@ icon_state = "4" if(AI_READY_CORE) icon_state = "ai-empty" + return ..() /obj/structure/AIcore/deconstruct(disassembled = TRUE) if(state == GLASS_CORE) diff --git a/code/game/objects/structures/artstuff.dm b/code/game/objects/structures/artstuff.dm index cab897e263fb..03cff6da3f82 100644 --- a/code/game/objects/structures/artstuff.dm +++ b/code/game/objects/structures/artstuff.dm @@ -117,7 +117,7 @@ var/y = text2num(params["y"]) grid[x][y] = color used = TRUE - update_icon() + update_appearance() . = TRUE if("finalize") . = TRUE @@ -132,17 +132,19 @@ /obj/item/canvas/update_overlays() . = ..() - if(!icon_generated) - if(used) - var/mutable_appearance/detail = mutable_appearance(icon,"[icon_state]wip") - detail.pixel_x = 1 - detail.pixel_y = 1 - . += detail - else + if(icon_generated) var/mutable_appearance/detail = mutable_appearance(generated_icon) detail.pixel_x = 1 detail.pixel_y = 1 . += detail + return + if(!used) + return + + var/mutable_appearance/detail = mutable_appearance(icon, "[icon_state]wip") + detail.pixel_x = 1 + detail.pixel_y = 1 + . += detail /obj/item/canvas/proc/generate_proper_overlay() if(icon_generated) @@ -153,7 +155,7 @@ CRASH("Error generating painting png : [result]") generated_icon = new(png_filename) icon_generated = TRUE - update_icon() + update_appearance() /obj/item/canvas/proc/get_data_string() var/list/data = list() @@ -274,7 +276,7 @@ C.forceMove(drop_location()) C = null to_chat(user, "You remove the painting from the frame.") - update_icon() + update_appearance() return TRUE /obj/structure/sign/painting/proc/frame_canvas(mob/user,obj/item/canvas/new_canvas) @@ -283,7 +285,7 @@ if(!C.finalized) C.finalize(user) to_chat(user,"You frame [C].") - update_icon() + update_appearance() /obj/structure/sign/painting/proc/try_rename(mob/user) if(!C.painting_name) @@ -295,6 +297,7 @@ icon_state = null else icon_state = "frame-empty" + return ..() /obj/structure/sign/painting/update_overlays() . = ..() @@ -336,7 +339,7 @@ new_canvas.painting_name = title new_canvas.author_ckey = author C = new_canvas - update_icon() + update_appearance() /obj/structure/sign/painting/proc/save_persistent() if(!persistence_id || !C) diff --git a/code/game/objects/structures/beds_chairs/chair.dm b/code/game/objects/structures/beds_chairs/chair.dm index 6aabc8f770ed..eac8d783f578 100644 --- a/code/game/objects/structures/beds_chairs/chair.dm +++ b/code/game/objects/structures/beds_chairs/chair.dm @@ -265,11 +265,6 @@ var/break_chance = 5 //Likely hood of smashing the chair. var/obj/structure/chair/origin_type = /obj/structure/chair -/obj/item/chair/suicide_act(mob/living/carbon/user) - user.visible_message("[user] begins hitting [user.p_them()]self with \the [src]! It looks like [user.p_theyre()] trying to commit suicide!") - playsound(src,hitsound,50,TRUE) - return BRUTELOSS - /obj/item/chair/narsie_act() var/obj/item/chair/wood/W = new/obj/item/chair/wood(get_turf(src)) W.setDir(dir) diff --git a/code/game/objects/structures/bedsheet_bin.dm b/code/game/objects/structures/bedsheet_bin.dm index fe6bd364bae1..f959d911bd33 100644 --- a/code/game/objects/structures/bedsheet_bin.dm +++ b/code/game/objects/structures/bedsheet_bin.dm @@ -365,7 +365,7 @@ LINEN BINS /obj/item/bedsheet/random/Initialize() ..() - var/type = pick(typesof(/obj/item/bedsheet) - /obj/item/bedsheet/random) + var/type = pick(typesof(/obj/item/bedsheet) - (typesof(/obj/item/bedsheet/double) + /obj/item/bedsheet/random)) new type(loc) return INITIALIZE_HINT_QDEL @@ -390,11 +390,32 @@ LINEN BINS /obj/item/bedsheet/brown, /obj/item/bedsheet/black)) if("Special") - type = pick(list(/obj/item/bedsheet/patriot, - /obj/item/bedsheet/rainbow, - /obj/item/bedsheet/ian, - /obj/item/bedsheet/cosmos, - /obj/item/bedsheet/nanotrasen)) + type = /obj/item/bedsheet/rainbow + new type(loc) + return INITIALIZE_HINT_QDEL + +/obj/item/bedsheet/dorms/double + icon_state = "double_sheetrainbow" + name = "random dorms double bedsheet" + desc = "If you're reading this description ingame, something has gone wrong! Honk!" + +/obj/item/bedsheet/dorms/double/Initialize() + ..() + var/type = pickweight(list("Colors" = 80, "Special" = 20)) + switch(type) + if("Colors") + type = pick(list(/obj/item/bedsheet/double, + /obj/item/bedsheet/double/blue, + /obj/item/bedsheet/double/green, + /obj/item/bedsheet/double/grey, + /obj/item/bedsheet/double/orange, + /obj/item/bedsheet/double/purple, + /obj/item/bedsheet/double/red, + /obj/item/bedsheet/double/yellow, + /obj/item/bedsheet/double/brown, + /obj/item/bedsheet/double/black)) + if("Special") + type = /obj/item/bedsheet/double/rainbow new type(loc) return INITIALIZE_HINT_QDEL @@ -434,11 +455,12 @@ LINEN BINS icon_state = "linenbin-half" else icon_state = "linenbin-full" + return ..() /obj/structure/bedsheetbin/fire_act(exposed_temperature, exposed_volume) if(amount) amount = 0 - update_icon() + update_appearance() ..() /obj/structure/bedsheetbin/attackby(obj/item/I, mob/user, params) @@ -448,7 +470,7 @@ LINEN BINS sheets.Add(I) amount++ to_chat(user, "You put [I] in [src].") - update_icon() + update_appearance() else if(default_unfasten_wrench(user, I, 5)) return @@ -497,7 +519,7 @@ LINEN BINS B.forceMove(drop_location()) user.put_in_hands(B) to_chat(user, "You take [B] out of [src].") - update_icon() + update_appearance() if(hidden) hidden.forceMove(drop_location()) @@ -520,7 +542,7 @@ LINEN BINS B.forceMove(drop_location()) to_chat(user, "You telekinetically remove [B] from [src].") - update_icon() + update_appearance() if(hidden) hidden.forceMove(drop_location()) diff --git a/code/game/objects/structures/catwalk.dm b/code/game/objects/structures/catwalk.dm index c115e1161c76..36b764590609 100644 --- a/code/game/objects/structures/catwalk.dm +++ b/code/game/objects/structures/catwalk.dm @@ -20,7 +20,7 @@ /obj/structure/catwalk/Initialize() . = ..() - update_icon() + update_appearance() /obj/structure/catwalk/over layer = CATWALK_LAYER //over pipes, duh @@ -38,7 +38,7 @@ plated_tile = /obj/item/stack/tile/plasteel/white icon_state = "catwalk_platedwhite" -/obj/structure/catwalk/update_icon() +/obj/structure/catwalk/update_appearance() ..() cut_overlays() icon_state = hatch_open ? "open" : "catwalk" @@ -69,7 +69,7 @@ else playsound(src, 'sound/items/Deconstruct.ogg', 100, 2) to_chat(user, "You shut \the [src]'s maintenance hatch.") - update_icon() + update_appearance() return if(istype(C, /obj/item/stack/tile) && !plated_tile) var/obj/item/stack/tile/plasteel/ST = C @@ -80,7 +80,7 @@ src.add_fingerprint(user) if(ST.use(1)) plated_tile = ST.type - update_icon() + update_appearance() return return ..() diff --git a/code/game/objects/structures/crates_lockers/closets.dm b/code/game/objects/structures/crates_lockers/closets.dm index 1525ccd62994..137af446fa15 100644 --- a/code/game/objects/structures/crates_lockers/closets.dm +++ b/code/game/objects/structures/crates_lockers/closets.dm @@ -45,7 +45,7 @@ if(mapload && !opened) // if closed, any item at the crate's loc is put in the contents addtimer(CALLBACK(src, .proc/take_contents), 0) . = ..() - update_icon() + update_appearance() if(populate) PopulateContents() @@ -62,12 +62,17 @@ dump_contents() return ..() +/obj/structure/closet/update_appearance(updates=ALL) + . = ..() + if(opened || broken || !secure) + luminosity = 0 + return + luminosity = 1 + /obj/structure/closet/update_icon() . = ..() - if(!opened) - layer = OBJ_LAYER - else - layer = BELOW_OBJ_LAYER + + layer = opened ? BELOW_OBJ_LAYER : OBJ_LAYER /obj/structure/closet/update_overlays() . = ..() @@ -75,28 +80,19 @@ /obj/structure/closet/proc/closet_update_overlays(list/new_overlays) . = new_overlays - SSvis_overlays.remove_vis_overlay(src, managed_vis_overlays) - luminosity = 0 - if(!opened) - if(icon_door) - . += "[icon_door]_door" - else - . += "[icon_state]_door" - if(welded) - . += icon_welded - if(secure && !broken) - //Overlay is similar enough for both that we can use the same mask for both - luminosity = 1 - SSvis_overlays.add_vis_overlay(src, icon, "locked", EMISSIVE_LAYER, EMISSIVE_PLANE, dir, alpha) - if(locked) - . += "locked" - else - . += "unlocked" - else - if(icon_door_override) - . += "[icon_door]_open" - else - . += "[icon_state]_open" + if(opened) + . += "[icon_door_override ? icon_door : icon_state]_open" + return + + . += "[icon_door || icon_state]_door" + if(welded) + . += icon_welded + + if(broken || !secure) + return + //Overlay is similar enough for both that we can use the same mask for both + SSvis_overlays.add_vis_overlay(src, icon, "locked", EMISSIVE_LAYER, EMISSIVE_PLANE, dir, alpha) + . += locked ? "locked" : "unlocked" /obj/structure/closet/examine(mob/user) . = ..() @@ -173,7 +169,7 @@ density = FALSE climb_time *= 0.5 //it's faster to climb onto an open thing dump_contents() - update_icon() + update_appearance() return TRUE /obj/structure/closet/proc/insert(atom/movable/AM) @@ -225,7 +221,7 @@ climb_time = initial(climb_time) opened = FALSE density = TRUE - update_icon() + update_appearance() return TRUE /obj/structure/closet/proc/toggle(mob/living/user) @@ -288,7 +284,7 @@ user.visible_message("[user] [welded ? "welds shut" : "unwelded"] \the [src].", "You [welded ? "weld" : "unwelded"] \the [src] with \the [W].", "You hear welding.") - update_icon() + update_appearance() else if(W.tool_behaviour == TOOL_WRENCH && anchorable) if(isinspace() && !anchored) return @@ -465,7 +461,7 @@ locked = !locked user.visible_message("[user] [locked ? null : "un"]locks [src].", "You [locked ? null : "un"]lock [src].") - update_icon() + update_appearance() else if(!silent) to_chat(user, "Access Denied.") else if(secure && broken) @@ -480,7 +476,7 @@ playsound(src, "sparks", 50, TRUE, SHORT_RANGE_SOUND_EXTRARANGE) broken = TRUE locked = FALSE - update_icon() + update_appearance() /obj/structure/closet/get_remote_view_fullscreens(mob/user) if(user.stat == DEAD || !(user.sight & (SEEOBJS|SEEMOBS))) @@ -496,7 +492,7 @@ if(secure && !broken && !(. & EMP_PROTECT_SELF)) if(prob(50 / severity)) locked = !locked - update_icon() + update_appearance() if(prob(20 / severity) && !opened) if(!locked) open() diff --git a/code/game/objects/structures/crates_lockers/closets/bodybag.dm b/code/game/objects/structures/crates_lockers/closets/bodybag.dm index 1ffe0f0a5b23..23e3bde31173 100644 --- a/code/game/objects/structures/crates_lockers/closets/bodybag.dm +++ b/code/game/objects/structures/crates_lockers/closets/bodybag.dm @@ -39,7 +39,7 @@ if(t) name = "body bag - [t]" tagged = 1 - update_icon() + update_appearance() else name = "body bag" return @@ -47,7 +47,7 @@ to_chat(user, "You cut the tag off [src].") name = "body bag" tagged = 0 - update_icon() + update_appearance() /obj/structure/closet/body_bag/update_overlays() . = ..() diff --git a/code/game/objects/structures/crates_lockers/closets/secure/personal.dm b/code/game/objects/structures/crates_lockers/closets/secure/personal.dm index 4e003189da7c..e221117f74a9 100644 --- a/code/game/objects/structures/crates_lockers/closets/secure/personal.dm +++ b/code/game/objects/structures/crates_lockers/closets/secure/personal.dm @@ -48,7 +48,7 @@ if(allowed(user) || !registered_name || (istype(I) && (registered_name == I.registered_name))) //they can open all lockers, or nobody owns this, or they own this locker locked = !locked - update_icon() + update_appearance() if(!registered_name) registered_name = I.registered_name diff --git a/code/game/objects/structures/crates_lockers/closets/syndicate.dm b/code/game/objects/structures/crates_lockers/closets/syndicate.dm index d38cc7d0d1cd..ee9a29945aa0 100644 --- a/code/game/objects/structures/crates_lockers/closets/syndicate.dm +++ b/code/game/objects/structures/crates_lockers/closets/syndicate.dm @@ -44,9 +44,10 @@ //Sad trombone if(pickednum == 1) - var/obj/item/paper/P = new /obj/item/paper(src) - P.name = "\improper IOU" - P.info = "Sorry man, we needed the money so we sold your stash. It's ok, we'll double our money for sure this time!" + var/obj/item/paper/paper = new /obj/item/paper(src) + paper.name = "\improper IOU" + paper.add_raw_text("Sorry man, we needed the money so we sold your stash. It's ok, we'll double our money for sure this time!") + paper.update_appearance() //Metal (common ore) if(pickednum >= 2) diff --git a/code/game/objects/structures/crates_lockers/crates.dm b/code/game/objects/structures/crates_lockers/crates.dm index d8f53246fc23..252aff8d4d5a 100644 --- a/code/game/objects/structures/crates_lockers/crates.dm +++ b/code/game/objects/structures/crates_lockers/crates.dm @@ -23,7 +23,7 @@ . = ..() if(icon_state == "[initial(icon_state)]open") opened = TRUE - update_icon() + update_appearance() /obj/structure/closet/crate/CanAllowThrough(atom/movable/mover, turf/target) . = ..() @@ -37,6 +37,7 @@ /obj/structure/closet/crate/update_icon_state() icon_state = "[initial(icon_state)][opened ? "open" : ""]" + return ..() /obj/structure/closet/crate/closet_update_overlays(list/new_overlays) . = new_overlays @@ -57,7 +58,7 @@ playsound(src, 'sound/items/poster_ripped.ogg', 75, TRUE) manifest.forceMove(get_turf(src)) manifest = null - update_icon() + update_appearance() /obj/structure/closet/crate/proc/tear_manifest(mob/user) to_chat(user, "You tear the manifest off of [src].") @@ -67,7 +68,7 @@ if(ishuman(user)) user.put_in_hands(manifest) manifest = null - update_icon() + update_appearance() /obj/structure/closet/crate/coffin name = "coffin" diff --git a/code/game/objects/structures/crates_lockers/crates/bins.dm b/code/game/objects/structures/crates_lockers/crates/bins.dm index 6b8e3ac6586e..26335320c2b3 100644 --- a/code/game/objects/structures/crates_lockers/crates/bins.dm +++ b/code/game/objects/structures/crates_lockers/crates/bins.dm @@ -10,16 +10,17 @@ /obj/structure/closet/crate/bin/Initialize() . = ..() - update_icon() + update_appearance() /obj/structure/closet/crate/bin/update_overlays() . = ..() if(contents.len == 0) . += "largebing" - else if(contents.len >= storage_capacity) + return + if(contents.len >= storage_capacity) . += "largebinr" - else - . += "largebino" + return + . += "largebino" /obj/structure/closet/crate/bin/attackby(obj/item/W, mob/user, params) if(istype(W, /obj/item/storage/bag/trash)) @@ -27,7 +28,7 @@ to_chat(user, "You fill the bag.") for(var/obj/item/O in src) SEND_SIGNAL(T, COMSIG_TRY_STORAGE_INSERT, O, user, TRUE) - T.update_icon() + T.update_appearance() do_animate() return TRUE else @@ -40,4 +41,4 @@ /obj/structure/closet/crate/bin/proc/do_close() playsound(loc, close_sound, 15, TRUE, -3) - update_icon() + update_appearance() diff --git a/code/game/objects/structures/crates_lockers/crates/critter.dm b/code/game/objects/structures/crates_lockers/crates/critter.dm index 78bb1b06234a..8ca58d9e20a5 100644 --- a/code/game/objects/structures/crates_lockers/crates/critter.dm +++ b/code/game/objects/structures/crates_lockers/crates/critter.dm @@ -27,16 +27,18 @@ return ..() /obj/structure/closet/crate/critter/update_icon_state() + SHOULD_CALL_PARENT(FALSE) return /obj/structure/closet/crate/critter/update_overlays() . = ..() if(opened) . += "crittercrate_door_open" - else - . += "crittercrate_door" - if(manifest) - . += "manifest" + return + + . += "crittercrate_door" + if(manifest) + . += "manifest" /obj/structure/closet/crate/critter/return_air() if(tank) diff --git a/code/game/objects/structures/crates_lockers/crates/secure.dm b/code/game/objects/structures/crates_lockers/crates/secure.dm index 93a11342e274..63d9b6552c16 100644 --- a/code/game/objects/structures/crates_lockers/crates/secure.dm +++ b/code/game/objects/structures/crates_lockers/crates/secure.dm @@ -13,10 +13,11 @@ . = ..() if(broken) . += "securecrateemag" - else if(locked) + return + if(locked) . += "securecrater" - else - . += "securecrateg" + return + . += "securecrateg" /obj/structure/closet/crate/secure/take_damage(damage_amount, damage_type = BRUTE, damage_flag = 0, sound_effect = 1) if(prob(tamperproof) && damage_amount >= DAMAGE_PRECISION) @@ -92,7 +93,7 @@ user.visible_message("[user] unlocks [src]'s privacy lock.", "You unlock [src]'s privacy lock.") privacy_lock = FALSE - update_icon() + update_appearance() else if(!silent) to_chat(user, "Bank account does not match with buyer!") else if(!silent) diff --git a/code/game/objects/structures/displaycase.dm b/code/game/objects/structures/displaycase.dm index 368026e4146f..4431bd1307c2 100644 --- a/code/game/objects/structures/displaycase.dm +++ b/code/game/objects/structures/displaycase.dm @@ -30,7 +30,7 @@ trophy_message = showpiece_entry["trophy_message"] if(start_showpiece_type) showpiece = new start_showpiece_type (src) - update_icon() + update_appearance() /obj/structure/displaycase/Destroy() if(electronics) @@ -75,7 +75,7 @@ broken = 1 new /obj/item/shard(src.loc) playsound(src, "shatter", 70, TRUE) - update_icon() + update_appearance() trigger_alarm() /obj/structure/displaycase/proc/trigger_alarm() @@ -85,7 +85,7 @@ alarmed.burglaralert(src) playsound(src, 'sound/effects/alert.ogg', 50, TRUE) -/obj/structure/displaycase/update_icon() +/obj/structure/displaycase/update_appearance() var/icon/I if(open) I = icon('icons/obj/stationobjs.dmi',"glassbox_open") @@ -98,7 +98,7 @@ S.Scale(17,17) I.Blend(S,ICON_UNDERLAY,8,8) src.icon = I - return + return ..() /obj/structure/displaycase/attackby(obj/item/W, mob/user, params) if(W.GetID() && !broken && openable) @@ -115,7 +115,7 @@ to_chat(user, "You begin repairing [src]...") if(W.use_tool(src, user, 40, amount=5, volume=50)) obj_integrity = max_integrity - update_icon() + update_appearance() to_chat(user, "You repair [src].") else to_chat(user, "[src] is already in good condition!") @@ -139,7 +139,7 @@ if(user.transferItemToLoc(W, src)) showpiece = W to_chat(user, "You put [W] on display.") - update_icon() + update_appearance() else if(glass_fix && broken && istype(W, /obj/item/stack/sheet/glass)) var/obj/item/stack/sheet/glass/G = W if(G.get_amount() < 2) @@ -150,13 +150,13 @@ G.use(2) broken = 0 obj_integrity = max_integrity - update_icon() + update_appearance() else return ..() /obj/structure/displaycase/proc/toggle_lock(mob/user) open = !open - update_icon() + update_appearance() /obj/structure/displaycase/attack_paw(mob/user) return attack_hand(user) @@ -171,7 +171,7 @@ log_combat(user, src, "deactivates the hover field of") dump() src.add_fingerprint(user) - update_icon() + update_appearance() return else //prevents remote "kicks" with TK @@ -318,7 +318,7 @@ to_chat(user, "You insert [W] into the case.") showpiece = W added_roundstart = FALSE - update_icon() + update_appearance() placer_key = user.ckey @@ -381,7 +381,7 @@ ///We're using the same trick as paper does in order to cache the image, and only load the UI when messed with. var/list/viewing_ui = list() -/obj/structure/displaycase/forsale/update_icon() //remind me to fix my shitcode later +/obj/structure/displaycase/forsale/update_appearance() //remind me to fix my shitcode later var/icon/I if(open) I = icon('icons/obj/stationobjs.dmi',"laserboxb0") @@ -396,7 +396,7 @@ S.Scale(17,17) I.Blend(S,ICON_UNDERLAY,8,12) src.icon = I - return + return ..() /obj/structure/displaycase/forsale/ui_interact(mob/user, datum/tgui/ui) ui = SStgui.try_update_ui(user, src, ui) @@ -459,7 +459,7 @@ icon = 'icons/obj/stationobjs.dmi' flick("laserbox_vend", src) showpiece = null - update_icon() + update_appearance() SStgui.update_uis(src) return TRUE if("Open") @@ -525,7 +525,7 @@ if(do_after(user, 20, target = src)) broken = 0 obj_integrity = max_integrity - update_icon() + update_appearance() return TRUE /obj/structure/displaycase/forsale/wrench_act(mob/living/user, obj/item/I) @@ -565,7 +565,7 @@ if(!broken && !(flags_1 & NODECONSTRUCT_1)) broken = TRUE playsound(src, "shatter", 70, TRUE) - update_icon() + update_appearance() trigger_alarm() //In case it's given an alarm anyway. /obj/structure/displaycase/forsale/kitchen diff --git a/code/game/objects/structures/divine.dm b/code/game/objects/structures/divine.dm index d81a6ac4a863..f5e50fc57d06 100644 --- a/code/game/objects/structures/divine.dm +++ b/code/game/objects/structures/divine.dm @@ -40,8 +40,8 @@ last_process = world.time to_chat(user, "The water feels warm and soothing as you touch it. The fountain immediately dries up shortly afterwards.") user.reagents.add_reagent(/datum/reagent/medicine/omnizine/godblood,20) - update_icon() - addtimer(CALLBACK(src, /atom/.proc/update_icon), time_between_uses) + update_appearance() + addtimer(CALLBACK(src, /atom/.proc/update_appearance), time_between_uses) /obj/structure/healingfountain/update_icon_state() @@ -49,3 +49,4 @@ icon_state = "fountain" else icon_state = "fountain-red" + return ..() diff --git a/code/game/objects/structures/door_assembly.dm b/code/game/objects/structures/door_assembly.dm index 61aa5929d55f..4246075e49f6 100644 --- a/code/game/objects/structures/door_assembly.dm +++ b/code/game/objects/structures/door_assembly.dm @@ -22,8 +22,8 @@ /obj/structure/door_assembly/Initialize() . = ..() - update_icon() - update_door_name() + update_appearance() + update_name() /obj/structure/door_assembly/examine(mob/user) . = ..() @@ -271,12 +271,12 @@ door.name = base_name door.previous_airlock = previous_assembly electronics.forceMove(door) - door.update_icon() + door.update_appearance() qdel(src) else return ..() update_name() - update_icon() + update_appearance() /obj/structure/door_assembly/update_overlays() . = ..() @@ -286,7 +286,7 @@ . += get_airlock_overlay("glass_construction", overlays_file) . += get_airlock_overlay("panel_c[state+1]", overlays_file) -/obj/structure/door_assembly/proc/update_door_name() +/obj/structure/door_assembly/update_name() name = "" switch(state) if(AIRLOCK_ASSEMBLY_NEEDS_WIRES) @@ -297,6 +297,7 @@ if(AIRLOCK_ASSEMBLY_NEEDS_SCREWDRIVER) name = "near finished " name += "[heat_proof_finished ? "heat-proofed " : ""][glass ? "window " : ""][base_name] assembly" + return ..() /obj/structure/door_assembly/proc/transfer_assembly_vars(obj/structure/door_assembly/source, obj/structure/door_assembly/target, previous = FALSE) target.glass = source.glass @@ -309,8 +310,8 @@ if(electronics) target.electronics = source.electronics source.electronics.forceMove(target) - target.update_icon() - target.update_door_name() + target.update_appearance() + target.update_name() qdel(source) /obj/structure/door_assembly/deconstruct(disassembled = TRUE) diff --git a/code/game/objects/structures/extinguisher.dm b/code/game/objects/structures/extinguisher.dm index 962b2e1b8afd..89796ad80e1f 100644 --- a/code/game/objects/structures/extinguisher.dm +++ b/code/game/objects/structures/extinguisher.dm @@ -27,7 +27,7 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/extinguisher_cabinet, 28) opened = TRUE else stored_extinguisher = new /obj/item/extinguisher(src) - update_icon() + update_appearance() /obj/structure/extinguisher_cabinet/examine(mob/user) . = ..() @@ -52,7 +52,7 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/extinguisher_cabinet, 28) /obj/structure/extinguisher_cabinet/handle_atom_del(atom/A) if(A == stored_extinguisher) stored_extinguisher = null - update_icon() + update_appearance() /obj/structure/extinguisher_cabinet/attackby(obj/item/I, mob/user, params) if(I.tool_behaviour == TOOL_WRENCH && !stored_extinguisher) @@ -72,7 +72,7 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/extinguisher_cabinet, 28) return stored_extinguisher = I to_chat(user, "You place [I] in [src].") - update_icon() + update_appearance() return TRUE else toggle_cabinet(user) @@ -95,7 +95,7 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/extinguisher_cabinet, 28) if(!opened) opened = 1 playsound(loc, 'sound/machines/click.ogg', 15, TRUE, -3) - update_icon() + update_appearance() else toggle_cabinet(user) @@ -107,7 +107,7 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/extinguisher_cabinet, 28) stored_extinguisher = null opened = 1 playsound(loc, 'sound/machines/click.ogg', 15, TRUE, -3) - update_icon() + update_appearance() else toggle_cabinet(user) @@ -126,7 +126,7 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/extinguisher_cabinet, 28) else playsound(loc, 'sound/machines/click.ogg', 15, TRUE, -3) opened = !opened - update_icon() + update_appearance() /obj/structure/extinguisher_cabinet/update_overlays() . = ..() @@ -147,7 +147,7 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/extinguisher_cabinet, 28) if(stored_extinguisher) stored_extinguisher.forceMove(loc) stored_extinguisher = null - update_icon() + update_appearance() /obj/structure/extinguisher_cabinet/deconstruct(disassembled = TRUE) diff --git a/code/game/objects/structures/false_walls.dm b/code/game/objects/structures/false_walls.dm index 0cc0adf3e35a..1bd6325e60a5 100644 --- a/code/game/objects/structures/false_walls.dm +++ b/code/game/objects/structures/false_walls.dm @@ -38,10 +38,15 @@ return opening = TRUE - update_icon() + update_appearance() if(!density) - var/srcturf = get_turf(src) - for(var/mob/living/obstacle in srcturf) //Stop people from using this as a shield + var/turf/srcturf = get_turf(src) + if(locate(/mob/living) in srcturf) //Stop people from using this as a shield + opening = FALSE + return + for(var/atom/blocker as anything in srcturf) + if(!blocker.density) //Doesn't block + continue opening = FALSE return addtimer(CALLBACK(src, /obj/structure/falsewall/proc/toggle_open), 5) @@ -51,24 +56,27 @@ density = !density set_opacity(density) opening = FALSE - update_icon() + update_appearance() air_update_turf(TRUE) /obj/structure/falsewall/update_icon()//Calling icon_update will refresh the smoothwalls if it's closed, otherwise it will make sure the icon is correct if it's open + . = ..() + if(!density) + return + if(opening) - if(density) - icon_state = "fwall_opening" - smoothing_flags = NONE - clear_smooth_overlays() - else - icon_state = "fwall_closing" + smoothing_flags = NONE + clear_smooth_overlays() else - if(density) - icon_state = "[base_icon_state]-[smoothing_junction]" - smoothing_flags = SMOOTH_BITMASK - QUEUE_SMOOTH(src) - else - icon_state = "fwall_open" + smoothing_flags = SMOOTH_BITMASK + QUEUE_SMOOTH(src) + +/obj/structure/falsewall/update_icon_state() + if(opening) + icon_state = "fwall_[density ? "opening" : "closing"]" + return ..() + icon_state = density ? "[base_icon_state]-[smoothing_junction]" : "fwall_open" + return ..() /obj/structure/falsewall/proc/ChangeToWall(delete = 1) var/turf/T = get_turf(src) diff --git a/code/game/objects/structures/fireaxe.dm b/code/game/objects/structures/fireaxe.dm index 2410e478d557..f6de885caf77 100644 --- a/code/game/objects/structures/fireaxe.dm +++ b/code/game/objects/structures/fireaxe.dm @@ -15,7 +15,7 @@ /obj/structure/fireaxecabinet/Initialize() . = ..() fireaxe = new - update_icon() + update_appearance() /obj/structure/fireaxecabinet/Destroy() if(fireaxe) @@ -33,7 +33,7 @@ to_chat(user, "You begin repairing [src].") if(I.use_tool(src, user, 40, volume=50, amount=2)) obj_integrity = max_integrity - update_icon() + update_appearance() to_chat(user, "You repair [src].") else to_chat(user, "[src] is already in good condition!") @@ -47,7 +47,7 @@ if(do_after(user, 20, target = src) && G.use(2)) broken = 0 obj_integrity = max_integrity - update_icon() + update_appearance() else if(open || broken) if(istype(I, /obj/item/fireaxe) && !fireaxe) var/obj/item/fireaxe/F = I @@ -58,7 +58,7 @@ return fireaxe = F to_chat(user, "You place the [F.name] back in the [name].") - update_icon() + update_appearance() return else if(!broken) toggle_open() @@ -80,11 +80,11 @@ return . = ..() if(.) - update_icon() + update_appearance() /obj/structure/fireaxecabinet/obj_break(damage_flag) if(!broken && !(flags_1 & NODECONSTRUCT_1)) - update_icon() + update_appearance() broken = TRUE playsound(src, 'sound/effects/glassbr3.ogg', 100, TRUE) new /obj/item/shard(loc) @@ -114,14 +114,14 @@ fireaxe = null to_chat(user, "You take the fire axe from the [name].") src.add_fingerprint(user) - update_icon() + update_appearance() return if(locked) to_chat(user, "The [name] won't budge!") return else open = !open - update_icon() + update_appearance() return /obj/structure/fireaxecabinet/attack_paw(mob/living/user) @@ -137,33 +137,31 @@ return else open = !open - update_icon() + update_appearance() return /obj/structure/fireaxecabinet/update_overlays() . = ..() if(fireaxe) . += "axe" - if(!open) - var/hp_percent = obj_integrity/max_integrity * 100 - if(broken) - . += "glass4" - else - switch(hp_percent) - if(-INFINITY to 40) - . += "glass3" - if(40 to 60) - . += "glass2" - if(60 to 80) - . += "glass1" - if(80 to INFINITY) - . += "glass" - if(locked) - . += "locked" - else - . += "unlocked" - else + if(open) . += "glass_raised" + return + var/hp_percent = obj_integrity/max_integrity * 100 + if(broken) + . += "glass4" + else + switch(hp_percent) + if(-INFINITY to 40) + . += "glass3" + if(40 to 60) + . += "glass2" + if(60 to 80) + . += "glass1" + if(80 to INFINITY) + . += "glass" + + . += locked ? "locked" : "unlocked" /obj/structure/fireaxecabinet/proc/toggle_lock(mob/user) to_chat(user, "Resetting circuitry...") @@ -171,7 +169,7 @@ if(do_after(user, 20, target = src)) to_chat(user, "You [locked ? "disable" : "re-enable"] the locking modules.") locked = !locked - update_icon() + update_appearance() /obj/structure/fireaxecabinet/verb/toggle_open() set name = "Open/Close" @@ -183,5 +181,5 @@ return else open = !open - update_icon() + update_appearance() return diff --git a/code/game/objects/structures/fireplace.dm b/code/game/objects/structures/fireplace.dm index e761ae2dbc44..8c9c0ca9f64e 100644 --- a/code/game/objects/structures/fireplace.dm +++ b/code/game/objects/structures/fireplace.dm @@ -71,20 +71,21 @@ /obj/structure/fireplace/update_overlays() . = ..() - if(lit) - switch(burn_time_remaining()) - if(0 to 500) - . += "fireplace_fire0" - if(500 to 1000) - . += "fireplace_fire1" - if(1000 to 1500) - . += "fireplace_fire2" - if(1500 to 2000) - . += "fireplace_fire3" - if(2000 to MAXIMUM_BURN_TIMER) - . += "fireplace_fire4" - . += "fireplace_glow" + if(!lit) + return + switch(burn_time_remaining()) + if(0 to 500) + . += "fireplace_fire0" + if(500 to 1000) + . += "fireplace_fire1" + if(1000 to 1500) + . += "fireplace_fire2" + if(1500 to 2000) + . += "fireplace_fire3" + if(2000 to MAXIMUM_BURN_TIMER) + . += "fireplace_fire4" + . += "fireplace_glow" /obj/structure/fireplace/proc/adjust_light() if(!lit) set_light(0) @@ -112,7 +113,7 @@ playsound(src, 'sound/effects/comfyfire.ogg',50,FALSE, FALSE, TRUE) var/turf/T = get_turf(src) T.hotspot_expose(700, 5) - update_icon() + update_appearance() adjust_light() /obj/structure/fireplace/extinguish() @@ -142,11 +143,11 @@ desc = "A large stone brick fireplace, warm and cozy." flame_expiry_timer = world.time + fuel_added fuel_added = 0 - update_icon() + update_appearance() adjust_light() /obj/structure/fireplace/proc/put_out() lit = FALSE - update_icon() + update_appearance() adjust_light() desc = initial(desc) diff --git a/code/game/objects/structures/flora.dm b/code/game/objects/structures/flora.dm index 49af3722923c..286fda25fbfe 100644 --- a/code/game/objects/structures/flora.dm +++ b/code/game/objects/structures/flora.dm @@ -111,22 +111,24 @@ desc = "A remarkably tall tree." icon_state = "pine_1" -/obj/structure/flora/tree/dead/barren/Initialize() - . = ..() - icon_state = "pine_[rand(1, 2)]" - /obj/structure/flora/tree/tall/whitesands color = "#846996" + icon_state = "pine_1" -/obj/structure/flora/tree/dead/barren/Initialize() +/obj/structure/flora/tree/tall/whitesands/Initialize() . = ..() color = pick( "#846996", "#7b4e99", "#924fab") + icon_state = "pine_[rand(1, 2)]" /obj/structure/flora/tree/dead icon = 'icons/obj/flora/deadtrees.dmi' desc = "A dead tree. How it died, you know not." icon_state = "tree_1" +/obj/structure/flora/tree/dead/Initialize() + icon_state = "tree_[rand(1, 6)]" + . = ..() + /obj/structure/flora/tree/palm icon = 'icons/misc/beach2.dmi' desc = "A tree straight from the tropics." @@ -149,10 +151,6 @@ icon_state = "anchored_rod" anchored = TRUE -/obj/structure/flora/tree/dead/Initialize() - icon_state = "tree_[rand(1, 6)]" - . = ..() - /obj/structure/flora/tree/jungle name = "tree" icon = 'icons/obj/flora/jungletrees.dmi' @@ -417,7 +415,8 @@ //and now these defines /obj/structure/flora/rock - icon_state = "basalt" + icon_state = "basalt1" + base_icon_state = "basalt" desc = "A volcanic rock. Pioneers used to ride these babies for miles." icon = 'icons/obj/flora/rocks.dmi' resistance_flags = FIRE_PROOF @@ -427,7 +426,7 @@ /obj/structure/flora/rock/Initialize() . = ..() - icon_state = "[icon_state][rand(1,3)]" + icon_state = "[base_icon_state][rand(1,3)]" /obj/structure/flora/rock/attackby(obj/item/W, mob/user, params) if(mineResult && (!(flags_1 & NODECONSTRUCT_1))) @@ -452,7 +451,8 @@ playsound(src.loc, 'sound/items/welder.ogg', 100, TRUE) /obj/structure/flora/rock/pile - icon_state = "lavarocks" + icon_state = "lavarocks1" + base_icon_state = "lavarocks" desc = "A pile of rocks." //Jungle grass @@ -474,14 +474,15 @@ //Jungle rocks /obj/structure/flora/rock/jungle - icon_state = "rock" + icon_state = "rock1" + base_icon_state = "rock" desc = "A pile of rocks." icon = 'icons/obj/flora/jungleflora.dmi' density = FALSE /obj/structure/flora/rock/jungle/Initialize() . = ..() - icon_state = "[initial(icon_state)][rand(1,5)]" + icon_state = "[base_icon_state][rand(1,5)]" //Jungle bushes @@ -491,9 +492,10 @@ desc = "A wild plant that is found in jungles." icon = 'icons/obj/flora/jungleflora.dmi' icon_state = "busha" + base_icon_state = "bush" /obj/structure/flora/junglebush/Initialize() - icon_state = "[icon_state][rand(1, 3)]" + icon_state = "[base_icon_state][rand(1, 3)]" . = ..() /obj/structure/flora/junglebush/b @@ -818,7 +820,8 @@ name = "lavatic rock" desc = "A volcanic rock. Lava is gushing from it. " icon = 'icons/obj/flora/lavarocks.dmi' - icon_state = "basalt" + icon_state = "basalt1" + base_icon_state = "basalt" light_color = "#ab4907" light_power = 3 light_range = 2 @@ -827,7 +830,8 @@ name = "rock shards" desc = "Jagged shards of volcanic rock protuding from the ground." icon = 'icons/obj/flora/lavarocks.dmi' - icon_state = "lavarocks" + icon_state = "lavarocks1" + base_icon_state = "lavarocks" gender = PLURAL /obj/structure/flora/rock/asteroid @@ -882,7 +886,7 @@ name = "maguaro cactus" desc = "A hardy species of modified Saguaro cacti, originating from the Sol system. Initially planted on Mars to help prevent soil erosion, it can now be found on frigid tundras across known space." icon = 'icons/obj/flora/bigtrees.dmi' - icon_state = "cactus" + icon_state = "cactus1" density = TRUE /obj/structure/flora/tree/cactus/Initialize() @@ -892,13 +896,15 @@ /obj/structure/flora/rock/hell name = "rock" desc = "A volcanic rock, one of the few familiar things on this planet." - icon_state = "basalt" + icon_state = "basalt1" + base_icon_state = "basalt" icon = 'icons/obj/flora/rocks.dmi' /obj/structure/flora/rock/beach name = "sea stack" desc = "A column of rock, formed by wave erosion." - icon_state = "basalt" + icon_state = "basalt1" + base_icon_state = "basalt" icon = 'icons/obj/flora/rocks.dmi' /obj/structure/flora/tree/dead/barren @@ -906,6 +912,7 @@ desc = "An ancient trunk, mummified by the passage of time. This one still has some purple to it." color = "#846996" icon = 'icons/obj/flora/barren_tree.dmi' + icon_state = "barren_large" /obj/structure/flora/tree/dead/barren/Initialize() . = ..() @@ -916,12 +923,13 @@ name = "driftwood" desc = "Floatsam, jetsam, all molded down in the unforgiving sea." icon = 'icons/obj/flora/grass-sticks.dmi' - icon_state = "stick" + icon_state = "stick2" + base_icon_state = "stick" density = FALSE /obj/structure/flora/driftwood/Initialize() . = ..() - icon_state = "[icon_state][rand(1, 4)]" + icon_state = "[base_icon_state][rand(1, 4)]" /obj/structure/flora/driftlog name = "driftwood log" @@ -932,27 +940,31 @@ /obj/structure/flora/rock/rockplanet name = "russet stone" - icon_state = "redrock" + icon_state = "redrock1" + base_icon_state = "redrock" desc = "A raised knurl of red rock." mineResult = /obj/item/stack/ore/glass/rockplanet /obj/structure/flora/rock/pile/rockplanet name = "russet stones" desc = "A pile of rust-red rocks." - icon_state = "redrocks" + icon_state = "redrocks1" + base_icon_state = "redrocks" mineResult = /obj/item/stack/ore/glass/rockplanet /obj/structure/flora/grass/rockplanet name = "cottongrass" desc= "A variety of cold-loving prarie grass. This variety seems to thrive the frigid rockworld enviroment, so long as water can be found nearby." icon = 'icons/obj/flora/grass-sticks.dmi' - icon_state = "tall_grass" + icon_state = "tall_grass_1" + base_icon_state = "tall_grass" /obj/structure/flora/grass/rockplanet/Initialize() . = ..() - icon_state = "[icon_state]_[rand(1, 2)]" + icon_state = "[base_icon_state]_[rand(1, 2)]" /obj/structure/flora/grass/rockplanet/dead name = "dry cottongrass" desc= "This patch seems to have run dry on life-giving water." - icon_state = "dry_grass" + icon_state = "dry_grass_1" + base_icon_state = "dry_grass" diff --git a/code/game/objects/structures/fluff.dm b/code/game/objects/structures/fluff.dm index f4849995a8b6..b53379b4d0c4 100644 --- a/code/game/objects/structures/fluff.dm +++ b/code/game/objects/structures/fluff.dm @@ -110,6 +110,7 @@ /obj/structure/fluff/paper name = "dense lining of papers" desc = "A lining of paper scattered across the bottom of a wall." + max_integrity = 10 icon = 'icons/obj/fluff.dmi' icon_state = "paper" deconstructible = FALSE diff --git a/code/game/objects/structures/ghost_role_spawners.dm b/code/game/objects/structures/ghost_role_spawners.dm index 2c24fbb3900a..62ee78c4f885 100644 --- a/code/game/objects/structures/ghost_role_spawners.dm +++ b/code/game/objects/structures/ghost_role_spawners.dm @@ -928,7 +928,7 @@ flavour_text = "You and your fellows have been stationed here for more time than you've cared to track, especially since the computers have done it for you. . \ Keep the lab in good operating condition, breed slimes, and trade to get what you aren't able to produce yourselves. " important_info = "Do not abandon the base. The place is too damn expensive to just run off from." - uniform = /obj/item/clothing/under/rank/rnd/scientist/xenobiologist/skirt + uniform = /obj/item/clothing/under/rank/rnd/scientist/skirt shoes = /obj/item/clothing/shoes/sneakers/white id = /obj/item/card/id/away/slime assignedrole = "Slime Research Staff" diff --git a/code/game/objects/structures/grille.dm b/code/game/objects/structures/grille.dm index a77d857e020f..103e29bb2b1a 100644 --- a/code/game/objects/structures/grille.dm +++ b/code/game/objects/structures/grille.dm @@ -3,6 +3,7 @@ name = "grille" icon = 'icons/obj/structures.dmi' icon_state = "grille" + base_icon_state = "grille" density = TRUE anchored = TRUE pass_flags_self = PASSGRILLE @@ -29,21 +30,20 @@ /obj/structure/grille/take_damage(damage_amount, damage_type = BRUTE, damage_flag = 0, sound_effect = 1, attack_dir) . = ..() - update_icon() + update_appearance() -/obj/structure/grille/update_icon() +/obj/structure/grille/update_appearance(updates) if(QDELETED(src) || broken) return - var/ratio = obj_integrity / max_integrity - ratio = CEILING(ratio*4, 1) * 25 + . = ..() if(smoothing_flags & (SMOOTH_CORNERS|SMOOTH_BITMASK)) QUEUE_SMOOTH(src) - if(ratio > 50) - return - icon_state = "grille50_[rand(0,3)]" +/obj/structure/grille/update_icon_state() + icon_state = "[base_icon_state][((obj_integrity / max_integrity) <= 0.5) ? "50_[rand(0, 3)]" : null]" + return ..() /obj/structure/grille/examine(mob/user) . = ..() diff --git a/code/game/objects/structures/guncase.dm b/code/game/objects/structures/guncase.dm index 9588691c214e..571f5ca0d3a3 100644 --- a/code/game/objects/structures/guncase.dm +++ b/code/game/objects/structures/guncase.dm @@ -20,7 +20,7 @@ I.forceMove(src) if(contents.len >= capacity) break - update_icon() + update_appearance() /obj/structure/guncase/update_overlays() . = ..() @@ -29,10 +29,7 @@ for(var/i in 1 to contents.len) gun_overlay.pixel_x = 3 * (i - 1) . += new /mutable_appearance(gun_overlay) - if(open) - . += "[icon_state]_open" - else - . += "[icon_state]_door" + . += "[icon_state]_[open ? "open" : "door"]" /obj/structure/guncase/attackby(obj/item/I, mob/user, params) if(iscyborg(user) || isalien(user)) @@ -42,14 +39,14 @@ if(!user.transferItemToLoc(I, src)) return to_chat(user, "You place [I] in [src].") - update_icon() + update_appearance() else to_chat(user, "[src] is full.") return else if(user.a_intent != INTENT_HARM) open = !open - update_icon() + update_appearance() else return ..() @@ -63,7 +60,7 @@ show_menu(user) else open = !open - update_icon() + update_appearance() /** * show_menu: Shows a radial menu to a user consisting of an available weaponry for taking @@ -95,7 +92,7 @@ return if(!user.put_in_hands(weapon)) weapon.forceMove(get_turf(src)) - update_icon() + update_appearance() /** * check_menu: Checks if we are allowed to interact with a radial menu @@ -113,7 +110,7 @@ return TRUE /obj/structure/guncase/handle_atom_del(atom/A) - update_icon() + update_appearance() /obj/structure/guncase/contents_explosion(severity, target) for(var/atom/A in contents) diff --git a/code/game/objects/structures/headpike.dm b/code/game/objects/structures/headpike.dm index ffdaf86bde55..aff870c6eedf 100644 --- a/code/game/objects/structures/headpike.dm +++ b/code/game/objects/structures/headpike.dm @@ -16,8 +16,7 @@ /obj/structure/headpike/CheckParts(list/parts_list) ..() victim = locate(/obj/item/bodypart/head) in parts_list - name = "[victim.name] on a spear" - update_icon() + update_appearance() if(bonespear) spear = locate(/obj/item/spear/bonespear) in parts_list else @@ -27,6 +26,11 @@ . = ..() pixel_x = rand(-8, 8) +/obj/structure/headpike/Destroy() + QDEL_NULL(victim) + QDEL_NULL(spear) + return ..() + /obj/structure/headpike/update_overlays() . = ..() var/obj/item/bodypart/head/H = locate() in contents @@ -47,3 +51,17 @@ spear.forceMove(drop_location()) spear = null qdel(src) + +/obj/structure/headpike/update_name() + name = "[victim.real_name] on a [spear]" + return ..() + +/obj/structure/headpike/update_overlays() + . = ..() + if(!victim) + return + var/mutable_appearance/MA = new() + MA.copy_overlays(victim) + MA.pixel_y = 12 + MA.pixel_x = pixel_x + . += victim diff --git a/code/game/objects/structures/icemoon/cave_entrance.dm b/code/game/objects/structures/icemoon/cave_entrance.dm index 49acca358434..a4523da28ed7 100644 --- a/code/game/objects/structures/icemoon/cave_entrance.dm +++ b/code/game/objects/structures/icemoon/cave_entrance.dm @@ -282,7 +282,6 @@ GLOBAL_LIST_INIT(ore_probability, list( new /mob/living/simple_animal/hostile/netherworld(loc) new /mob/living/simple_animal/hostile/netherworld/blankbody(loc) if(prob(5)) - new /obj/item/his_grace(loc)//trust me, it's not worth the trouble. new /mob/living/simple_animal/hostile/netherworld/migo(loc) new /mob/living/simple_animal/hostile/netherworld/blankbody(loc) new /mob/living/simple_animal/hostile/netherworld/migo(loc) diff --git a/code/game/objects/structures/industrial_lift.dm b/code/game/objects/structures/industrial_lift.dm deleted file mode 100644 index 064cdd700ecc..000000000000 --- a/code/game/objects/structures/industrial_lift.dm +++ /dev/null @@ -1,341 +0,0 @@ - -//Booleans in arguments are confusing, so I made them defines. -#define LOCKED 1 -#define UNLOCKED 0 - -///Collect and command -/datum/lift_master - var/list/lift_platforms - -/datum/lift_master/Destroy() - for(var/l in lift_platforms) - var/obj/structure/industrial_lift/lift_platform = l - lift_platform.lift_master_datum = null - lift_platforms = null - return ..() - -/datum/lift_master/New(obj/structure/industrial_lift/lift_platform) - Rebuild_lift_plaform(lift_platform) - -/datum/lift_master/proc/add_lift_platforms(obj/structure/industrial_lift/new_lift_platform) - if(new_lift_platform in lift_platforms) - return - new_lift_platform.lift_master_datum = src - LAZYADD(lift_platforms, new_lift_platform) - RegisterSignal(new_lift_platform, COMSIG_PARENT_QDELETING, .proc/remove_lift_platforms) - -/datum/lift_master/proc/remove_lift_platforms(obj/structure/industrial_lift/old_lift_platform) - if(!(old_lift_platform in lift_platforms)) - return - old_lift_platform.lift_master_datum = null - LAZYREMOVE(lift_platforms, old_lift_platform) - UnregisterSignal(old_lift_platform, COMSIG_PARENT_QDELETING) - -///Collect all bordered platforms -/datum/lift_master/proc/Rebuild_lift_plaform(obj/structure/industrial_lift/base_lift_platform) - add_lift_platforms(base_lift_platform) - var/list/possible_expansions = list(base_lift_platform) - while(possible_expansions.len) - for(var/b in possible_expansions) - var/obj/structure/industrial_lift/borderline = b - var/list/result = borderline.lift_platform_expansion(src) - if(length(result)) - for(var/p in result) - if(lift_platforms.Find(p)) - continue - var/obj/structure/industrial_lift/lift_platform = p - add_lift_platforms(lift_platform) - possible_expansions |= lift_platform - possible_expansions -= borderline - -/** - * Moves the lift UP or DOWN, this is what users invoke with their hand. - * This is a SAFE proc, ensuring every part of the lift moves SANELY. - * It also locks controls for the (miniscule) duration of the movement, so the elevator cannot be broken by spamming. - * Arguments: - * going - UP or DOWN directions, where the lift should go. Keep in mind by this point checks of whether it should go up or down have already been done. - * user - Whomever made the lift movement. - */ -/datum/lift_master/proc/MoveLift(going, mob/user) - set_controls(LOCKED) - for(var/p in lift_platforms) - var/obj/structure/industrial_lift/lift_platform = p - lift_platform.travel(going) - set_controls(UNLOCKED) - -/** - * Moves the lift, this is what users invoke with their hand. - * This is a SAFE proc, ensuring every part of the lift moves SANELY. - * It also locks controls for the (miniscule) duration of the movement, so the elevator cannot be broken by spamming. - */ -/datum/lift_master/proc/MoveLiftHorizontal(going, z) - var/max_x = 1 - var/max_y = 1 - var/min_x = world.maxx - var/min_y = world.maxy - - set_controls(LOCKED) - for(var/p in lift_platforms) - var/obj/structure/industrial_lift/lift_platform = p - max_x = max(max_x, lift_platform.x) - max_y = max(max_y, lift_platform.y) - min_x = min(min_x, lift_platform.x) - min_y = min(min_y, lift_platform.y) - - //This must be safe way to border tile to tile move of bordered platforms, that excludes platform overlapping. - if(going & WEST) - //Go along the X axis from min to max, from left to right - for(var/x in min_x to max_x) - if(going & NORTH) - //Go along the Y axis from max to min, from up to down - for(var/y in max_y to min_y step -1) - var/obj/structure/industrial_lift/lift_platform = locate(/obj/structure/industrial_lift, locate(x, y, z)) - lift_platform.travel(going) - else - //Go along the Y axis from min to max, from down to up - for(var/y in min_y to max_y) - var/obj/structure/industrial_lift/lift_platform = locate(/obj/structure/industrial_lift, locate(x, y, z)) - lift_platform.travel(going) - else - //Go along the X axis from max to min, from right to left - for(var/x in max_x to min_x step -1) - if(going & NORTH) - //Go along the Y axis from max to min, from up to down - for(var/y in max_y to min_y step -1) - var/obj/structure/industrial_lift/lift_platform = locate(/obj/structure/industrial_lift, locate(x, y, z)) - lift_platform.travel(going) - else - //Go along the Y axis from min to max, from down to up - for(var/y in min_y to max_y) - var/obj/structure/industrial_lift/lift_platform = locate(/obj/structure/industrial_lift, locate(x, y, z)) - lift_platform.travel(going) - set_controls(UNLOCKED) - -///Check destination turfs -/datum/lift_master/proc/Check_lift_move(check_dir) - for(var/l in lift_platforms) - var/obj/structure/industrial_lift/lift_platform = l - var/turf/T = get_step_multiz(lift_platform, check_dir) - if(!T)//the edges of multi-z maps - return FALSE - if(check_dir == DOWN && !istype(get_turf(lift_platform), /turf/open/openspace)) - return FALSE - return TRUE - -/** - * Sets all lift parts's controls_locked variable. Used to prevent moving mid movement, or cooldowns. - */ -/datum/lift_master/proc/set_controls(state) - for(var/l in lift_platforms) - var/obj/structure/industrial_lift/lift_platform = l - lift_platform.controls_locked = state - -GLOBAL_LIST_EMPTY(lifts) -/obj/structure/industrial_lift - name = "lift platform" - desc = "A lightweight lift platform. It moves up and down." - icon = 'icons/obj/smooth_structures/catwalk.dmi' - icon_state = "catwalk" - density = FALSE - anchored = TRUE - armor = list("melee" = 50, "bullet" = 0, "laser" = 0, "energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 80, "acid" = 50) - max_integrity = 50 - layer = LATTICE_LAYER //under pipes - plane = FLOOR_PLANE - smoothing_flags = SMOOTH_CORNERS - smoothing_groups = list(SMOOTH_GROUP_INDUSTRIAL_LIFT) - canSmoothWith = null - obj_flags = CAN_BE_HIT | BLOCK_Z_OUT_DOWN - - var/id = null //ONLY SET THIS TO ONE OF THE LIFT'S PARTS. THEY'RE CONNECTED! ONLY ONE NEEDS THE SIGNAL! - var/pass_through_floors = FALSE //if true, the elevator works through floors - var/controls_locked = FALSE //if true, the lift cannot be manually moved. - var/list/atom/movable/lift_load //things to move - var/datum/lift_master/lift_master_datum //control from - -/obj/structure/industrial_lift/New() - GLOB.lifts.Add(src) - ..() - -/obj/structure/industrial_lift/Initialize(mapload) - . = ..() - - var/static/list/connections = list( - COMSIG_ATOM_ENTERED = .proc/AddItemOnLift, - COMSIG_ATOM_CREATED = .proc/AddItemOnLift, - COMSIG_ATOM_EXITED = .proc/RemoveItemFromLift - ) - AddElement(/datum/element/connect_loc, connections) - - if(!lift_master_datum) - lift_master_datum = new(src) - -/obj/structure/industrial_lift/proc/RemoveItemFromLift(datum/source, atom/movable/AM) - SIGNAL_HANDLER - if(!(AM in lift_load)) - return - LAZYREMOVE(lift_load, AM) - UnregisterSignal(AM, COMSIG_PARENT_QDELETING) - -/obj/structure/industrial_lift/proc/AddItemOnLift(datum/source, atom/movable/AM) - SIGNAL_HANDLER - if(AM in lift_load) - return - LAZYADD(lift_load, AM) - RegisterSignal(AM, COMSIG_PARENT_QDELETING, .proc/RemoveItemFromLift) - -/obj/structure/industrial_lift/proc/lift_platform_expansion(datum/lift_master/lift_master_datum) - . = list() - for(var/direction in GLOB.cardinals) - var/obj/structure/industrial_lift/neighbor = locate() in get_step(src, direction) - if(!neighbor) - continue - . += neighbor - -/obj/structure/industrial_lift/proc/travel(going) - var/list/things2move = LAZYCOPY(lift_load) - var/turf/destination - if(!isturf(going)) - destination = get_step_multiz(src, going) - else - destination = going - if(going == DOWN)//make sure this stays pre-item moving, or you'll crush anything on the lift under the lift. - for(var/mob/living/crushed in destination.contents) - to_chat(crushed, "You are crushed by [src]!") - crushed.gib(FALSE,FALSE,FALSE)//the nicest kind of gibbing, keeping everything intact. - forceMove(destination) - for(var/am in things2move) - var/atom/movable/thing = am - thing.forceMove(destination) - -/obj/structure/industrial_lift/proc/use(mob/user, is_ghost=FALSE) - if(is_ghost && !in_range(src, user)) - return - - var/list/tool_list = list() - if(lift_master_datum.Check_lift_move(UP)) - tool_list["Up"] = image(icon = 'icons/testing/turf_analysis.dmi', icon_state = "red_arrow", dir = NORTH) - if(lift_master_datum.Check_lift_move(DOWN)) - tool_list["Down"] = image(icon = 'icons/testing/turf_analysis.dmi', icon_state = "red_arrow", dir = SOUTH) - if(!length(tool_list)) - to_chat(user, "[src] doesn't seem to able to move anywhere!") - add_fingerprint(user) - return - if(controls_locked) - to_chat(user, "[src] has its controls locked! It must already be trying to do something!") - add_fingerprint(user) - return - var/result = show_radial_menu(user, src, tool_list, custom_check = CALLBACK(src, .proc/check_menu, user), require_near = TRUE, tooltips = TRUE) - if(!is_ghost && !in_range(src, user)) - return // nice try - switch(result) - if("Up") - lift_master_datum.MoveLift(UP, user) - show_fluff_message(TRUE, user) - use(user) - if("Down") - lift_master_datum.MoveLift(DOWN, user) - show_fluff_message(FALSE, user) - use(user) - if("Cancel") - return - - add_fingerprint(user) - -/obj/structure/industrial_lift/proc/check_menu(mob/user) - if(user.incapacitated() || !user.Adjacent(src)) - return FALSE - return TRUE - -/obj/structure/industrial_lift/attack_hand(mob/user) - . = ..() - if(.) - return - use(user) - -//ai probably shouldn't get to use lifts but they sure are great for admins to crush people with -/obj/structure/industrial_lift/attack_ghost(mob/user) - . = ..() - if(.) - return - if(isAdminGhostAI(user)) - use(user) - -/obj/structure/industrial_lift/attack_paw(mob/user) - return use(user) - -/obj/structure/industrial_lift/attackby(obj/item/W, mob/user, params) - return use(user) - -/obj/structure/industrial_lift/attack_robot(mob/living/silicon/robot/R) - if(R.Adjacent(src)) - return use(R) - -/obj/structure/industrial_lift/proc/show_fluff_message(going_up, mob/user) - if(going_up) - user.visible_message("[user] moves the lift upwards.", "You move the lift upwards.") - else - user.visible_message("[user] moves the lift downwards.", "You move the lift downwards.") - -/obj/structure/industrial_lift/Destroy() - GLOB.lifts.Remove(src) - QDEL_NULL(lift_master_datum) - var/list/border_lift_platforms = lift_platform_expansion() - moveToNullspace() - for(var/border_lift in border_lift_platforms) - lift_master_datum = new(border_lift) - return ..() - -/obj/structure/industrial_lift/debug - name = "transport platform" - desc = "A lightweight platform. It moves in any direction, except up and down." - color = "#5286b9ff" - -/obj/structure/industrial_lift/debug/use(mob/user) - if (!in_range(src, user)) - return -//NORTH, SOUTH, EAST, WEST, NORTHEAST, NORTHWEST, SOUTHEAST, SOUTHWEST - var/static/list/tool_list = list( - "NORTH" = image(icon = 'icons/testing/turf_analysis.dmi', icon_state = "red_arrow", dir = NORTH), - "NORTHEAST" = image(icon = 'icons/testing/turf_analysis.dmi', icon_state = "red_arrow", dir = NORTH), - "EAST" = image(icon = 'icons/testing/turf_analysis.dmi', icon_state = "red_arrow", dir = EAST), - "SOUTHEAST" = image(icon = 'icons/testing/turf_analysis.dmi', icon_state = "red_arrow", dir = EAST), - "SOUTH" = image(icon = 'icons/testing/turf_analysis.dmi', icon_state = "red_arrow", dir = SOUTH), - "SOUTHWEST" = image(icon = 'icons/testing/turf_analysis.dmi', icon_state = "red_arrow", dir = SOUTH), - "WEST" = image(icon = 'icons/testing/turf_analysis.dmi', icon_state = "red_arrow", dir = WEST), - "NORTHWEST" = image(icon = 'icons/testing/turf_analysis.dmi', icon_state = "red_arrow", dir = WEST) - ) - - var/result = show_radial_menu(user, src, tool_list, custom_check = CALLBACK(src, .proc/check_menu, user), require_near = TRUE, tooltips = FALSE) - if (!in_range(src, user)) - return // nice try - - switch(result) - if("NORTH") - lift_master_datum.MoveLiftHorizontal(NORTH, z) - use(user) - if("NORTHEAST") - lift_master_datum.MoveLiftHorizontal(NORTHEAST, z) - use(user) - if("EAST") - lift_master_datum.MoveLiftHorizontal(EAST, z) - use(user) - if("SOUTHEAST") - lift_master_datum.MoveLiftHorizontal(SOUTHEAST, z) - use(user) - if("SOUTH") - lift_master_datum.MoveLiftHorizontal(SOUTH, z) - use(user) - if("SOUTHWEST") - lift_master_datum.MoveLiftHorizontal(SOUTHWEST, z) - use(user) - if("WEST") - lift_master_datum.MoveLiftHorizontal(WEST, z) - use(user) - if("NORTHWEST") - lift_master_datum.MoveLiftHorizontal(NORTHWEST, z) - use(user) - if("Cancel") - return - - add_fingerprint(user) diff --git a/code/game/objects/structures/janicart.dm b/code/game/objects/structures/janicart.dm index 48da6f8126e6..f97624af0e0d 100644 --- a/code/game/objects/structures/janicart.dm +++ b/code/game/objects/structures/janicart.dm @@ -67,7 +67,7 @@ if(!myspray) put_in_cart(I, user) myspray=I - update_icon() + update_appearance() else to_chat(user, fail_msg) else if(istype(I, /obj/item/lightreplacer)) @@ -80,7 +80,7 @@ if(signs < max_signs) put_in_cart(I, user) signs++ - update_icon() + update_appearance() else to_chat(user, "[src] can't hold any more signs!") else if(mybag) @@ -159,7 +159,7 @@ WARNING("Signs ([signs]) didn't match contents") signs = 0 - update_icon() + update_appearance() updateUsrDialog() diff --git a/code/game/objects/structures/ladders.dm b/code/game/objects/structures/ladders.dm index 088c7fdcae79..4ba59605eb0d 100644 --- a/code/game/objects/structures/ladders.dm +++ b/code/game/objects/structures/ladders.dm @@ -15,11 +15,11 @@ if (up) src.up = up up.down = src - up.update_icon() + up.update_appearance() if (down) src.down = down down.up = src - down.update_icon() + down.update_appearance() return INITIALIZE_HINT_LATELOAD /obj/structure/ladder/Destroy(force) @@ -39,35 +39,30 @@ if(crafted == L.crafted) down = L L.up = src // Don't waste effort looping the other way - L.update_icon() + L.update_appearance() if (!up) L = locate() in T.above() if (L) if(crafted == L.crafted) up = L L.down = src // Don't waste effort looping the other way - L.update_icon() + L.update_appearance() - update_icon() + update_appearance() /obj/structure/ladder/proc/disconnect() if(up && up.down == src) up.down = null - up.update_icon() + up.update_appearance() if(down && down.up == src) down.up = null - down.update_icon() + down.update_appearance() up = down = null /obj/structure/ladder/update_icon_state() - if(up && down) - icon_state = "ladder11" - else if(up) - icon_state = "ladder10" - else if(down) - icon_state = "ladder01" - else //wtf make your ladders properly assholes - icon_state = "ladder00" + icon_state = "ladder[up ? 1 : 0][down ? 1 : 0]" + return ..() + /obj/structure/ladder/singularity_pull() if (!(resistance_flags & INDESTRUCTIBLE)) @@ -171,7 +166,7 @@ /obj/structure/ladder/unbreakable/LateInitialize() // Override the parent to find ladders based on being height-linked if (!id || (up && down)) - update_icon() + update_appearance() return for (var/O in GLOB.ladders) @@ -181,17 +176,17 @@ if (!down && L.height == height - 1) down = L L.up = src - L.update_icon() + L.update_appearance() if (up) break // break if both our connections are filled else if (!up && L.height == height + 1) up = L L.down = src - L.update_icon() + L.update_appearance() if (down) break // break if both our connections are filled - update_icon() + update_appearance() /obj/structure/ladder/crafted crafted = TRUE diff --git a/code/game/objects/structures/life_candle.dm b/code/game/objects/structures/life_candle.dm index 3a0cb6bd6db5..7e562976e1af 100644 --- a/code/game/objects/structures/life_candle.dm +++ b/code/game/objects/structures/life_candle.dm @@ -37,7 +37,7 @@ user.visible_message("[user] touches [src]. It seems to respond to [user.p_their()] presence!", "You create a connection between you and [src].") linked_minds |= user.mind - update_icon() + update_appearance() float(linked_minds.len) if(linked_minds.len) START_PROCESSING(SSobj, src) @@ -47,10 +47,8 @@ set_light(0) /obj/structure/life_candle/update_icon_state() - if(linked_minds.len) - icon_state = icon_state_active - else - icon_state = icon_state_inactive + icon_state = linked_minds.len ? icon_state_active : icon_state_inactive + return ..() /obj/structure/life_candle/examine(mob/user) . = ..() diff --git a/code/game/objects/structures/mineral_doors.dm b/code/game/objects/structures/mineral_doors.dm index 34f42398d27b..bf7c919215d1 100644 --- a/code/game/objects/structures/mineral_doors.dm +++ b/code/game/objects/structures/mineral_doors.dm @@ -95,7 +95,7 @@ door_opened = TRUE layer = OPEN_DOOR_LAYER air_update_turf(1) - update_icon() + update_appearance() isSwitchingStates = FALSE if(close_delay != -1) @@ -116,11 +116,12 @@ door_opened = FALSE layer = initial(layer) air_update_turf(1) - update_icon() + update_appearance() isSwitchingStates = FALSE /obj/structure/mineral_door/update_icon_state() icon_state = "[initial(icon_state)][door_opened ? "open":""]" + return ..() /obj/structure/mineral_door/attackby(obj/item/I, mob/user) if(pickaxe_door(user, I)) diff --git a/code/game/objects/structures/mop_bucket.dm b/code/game/objects/structures/mop_bucket.dm index 457bd0faf4d0..3ccf6486fa1e 100644 --- a/code/game/objects/structures/mop_bucket.dm +++ b/code/game/objects/structures/mop_bucket.dm @@ -19,10 +19,10 @@ reagents.trans_to(I, 5, transfered_by = user) to_chat(user, "You wet [I] in [src].") playsound(loc, 'sound/effects/slosh.ogg', 25, TRUE) - update_icon() + update_appearance() else . = ..() - update_icon() + update_appearance() /obj/structure/mopbucket/update_overlays() . = ..() diff --git a/code/game/objects/structures/morgue.dm b/code/game/objects/structures/morgue.dm index 3a467ebe5c41..8b50469eb8c0 100644 --- a/code/game/objects/structures/morgue.dm +++ b/code/game/objects/structures/morgue.dm @@ -37,16 +37,12 @@ GLOBAL_LIST_EMPTY(bodycontainers) //Let them act as spawnpoints for revenants an GLOB.bodycontainers -= src open() if(connected) - qdel(connected) - connected = null + QDEL_NULL(connected) return ..() /obj/structure/bodycontainer/on_log(login) ..() - update_icon() - -/obj/structure/bodycontainer/update_icon() - return + update_appearance() /obj/structure/bodycontainer/relaymove(mob/living/user, direction) if(user.stat || !isturf(loc)) @@ -130,7 +126,7 @@ GLOBAL_LIST_EMPTY(bodycontainers) //Let them act as spawnpoints for revenants an connected.setDir(dir) for(var/atom/movable/AM as anything in src) AM.forceMove(T) - update_icon() + update_appearance() /obj/structure/bodycontainer/proc/close() playsound(src, 'sound/effects/roll.ogg', 5, TRUE) @@ -141,7 +137,7 @@ GLOBAL_LIST_EMPTY(bodycontainers) //Let them act as spawnpoints for revenants an continue AM.forceMove(src) recursive_organ_check(src) - update_icon() + update_appearance() /obj/structure/bodycontainer/get_remote_view_fullscreens(mob/user) if(user.stat == DEAD || !(user.sight & (SEEOBJS|SEEMOBS))) @@ -154,9 +150,12 @@ GLOBAL_LIST_EMPTY(bodycontainers) //Let them act as spawnpoints for revenants an desc = "Used to keep bodies in until someone fetches them. Now includes a high-tech alert system." icon_state = "morgue1" dir = EAST + /// Whether or not this morgue beeps to alert parameds of revivable corpses. var/beeper = TRUE - var/beep_cooldown = 50 - var/next_beep = 0 + /// The minimum time between beeps. + var/beep_cooldown = 5 SECONDS + /// The cooldown to prevent this from spamming beeps. + COOLDOWN_DECLARE(next_beep) /obj/structure/bodycontainer/morgue/Initialize() . = ..() @@ -174,33 +173,36 @@ GLOBAL_LIST_EMPTY(bodycontainers) //Let them act as spawnpoints for revenants an beeper = !beeper to_chat(user, "You turn the speaker function [beeper ? "on" : "off"].") -/obj/structure/bodycontainer/morgue/update_icon() - if (!connected || connected.loc != src) // Open or tray is gone. +/obj/structure/bodycontainer/morgue/update_icon_state() + if(!connected || connected.loc != src) // Open or tray is gone. icon_state = "morgue0" - else - if(contents.len == 1) // Empty - icon_state = "morgue1" - else - icon_state = "morgue2" // Dead, brainded mob. - var/list/compiled = GetAllContents(/mob/living) // Search for mobs in all contents. - if(!length(compiled)) // No mobs? - icon_state = "morgue3" - return - - for(var/mob/living/M in compiled) - var/mob/living/mob_occupant = get_mob_or_brainmob(M) - if(mob_occupant.client && !mob_occupant.suiciding && !(HAS_TRAIT(mob_occupant, TRAIT_BADDNA)) && !mob_occupant.hellbound) - icon_state = "morgue4" // Revivable - if(mob_occupant.stat == DEAD && beeper) - if(world.time > next_beep) - playsound(src, 'sound/weapons/gun/general/empty_alarm.ogg', 50, FALSE) //Revive them you blind fucks - next_beep = world.time + beep_cooldown - break + return ..() + + if(contents.len == 1) // Empty + icon_state = "morgue1" + return ..() + + var/list/compiled = GetAllContents(/mob/living) // Search for mobs in all contents. + if(!length(compiled)) // No mobs? + icon_state = "morgue3" + return ..() + + for(var/mob/living/M in compiled) + var/mob/living/mob_occupant = get_mob_or_brainmob(M) + if(mob_occupant.client && !(HAS_TRAIT(mob_occupant, TRAIT_BADDNA)) && !mob_occupant.hellbound) + icon_state = "morgue4" // Revivable + if(mob_occupant.stat == DEAD && beeper && COOLDOWN_FINISHED(src, next_beep)) + playsound(src, 'sound/weapons/gun/general/empty_alarm.ogg', 50, FALSE) //Revive them you blind fucks + COOLDOWN_START(src, next_beep, beep_cooldown) + return ..() + + icon_state = "morgue2" // Dead, brainded mob. + return ..() /obj/item/paper/guides/jobs/medical/morgue name = "morgue memo" - info = "Since this station's medbay never seems to fail to be staffed by the mindless monkeys meant for genetics experiments, I'm leaving a reminder here for anyone handling the pile of cadavers the quacks are sure to leave.

          Red lights mean there's a plain ol' dead body inside.

          Yellow lights mean there's non-body objects inside.
          Probably stuff pried off a corpse someone grabbed, or if you're lucky it's stashed booze.

          Green lights mean the morgue system detects the body may be able to be brought back to life.

          I don't know how that works, but keep it away from the kitchen and go yell at the geneticists.

          - CentCom medical inspector" + default_raw_text = "Since this station's medbay never seems to fail to be staffed by the mindless monkeys meant for genetics experiments, I'm leaving a reminder here for anyone handling the pile of cadavers the quacks are sure to leave.

          Red lights mean there's a plain ol' dead body inside.

          Yellow lights mean there's non-body objects inside.
          Probably stuff pried off a corpse someone grabbed, or if you're lucky it's stashed booze.

          Green lights mean the morgue system detects the body may be able to be brought back to life.

          I don't know how that works, but keep it away from the kitchen and go yell at the geneticists.

          - CentCom medical inspector" /* * Crematorium @@ -210,6 +212,7 @@ GLOBAL_LIST_EMPTY(crematoriums) name = "crematorium" desc = "A human incinerator. Works well on barbecue nights." icon_state = "crema1" + base_icon_state = "crema" dir = SOUTH var/id = 1 @@ -233,20 +236,15 @@ GLOBAL_LIST_EMPTY(crematoriums) /obj/structure/bodycontainer/crematorium/connect_to_shuttle(obj/docking_port/mobile/port, obj/docking_port/stationary/dock) id = "[REF(port)][id]" -/obj/structure/bodycontainer/crematorium/update_icon() +/obj/structure/bodycontainer/crematorium/update_icon_state() if(!connected || connected.loc != src) - icon_state = "crema0" - else - - if(src.contents.len > 1) - src.icon_state = "crema2" - else - src.icon_state = "crema1" - - if(locked) - src.icon_state = "crema_active" - - return + icon_state = "[base_icon_state]0" + return ..() + if(locked) + icon_state = "[base_icon_state]_active" + return ..() + icon_state = "[base_icon_state][(contents.len > 1) ? 2 : 1]" + return ..() /obj/structure/bodycontainer/crematorium/proc/cremate(mob/user) if(locked) @@ -262,7 +260,7 @@ GLOBAL_LIST_EMPTY(crematoriums) audible_message("You hear a roar as the crematorium activates.") locked = TRUE - update_icon() + update_appearance() for(var/mob/living/M in conts) if (M.stat != DEAD) @@ -287,7 +285,7 @@ GLOBAL_LIST_EMPTY(crematoriums) if(!QDELETED(src)) locked = FALSE - update_icon() + update_appearance() playsound(src.loc, 'sound/machines/ding.ogg', 50, TRUE) //you horrible people /obj/structure/bodycontainer/crematorium/creamatorium @@ -321,7 +319,7 @@ GLOBAL_LIST_EMPTY(crematoriums) /obj/structure/tray/Destroy() if(connected) connected.connected = null - connected.update_icon() + connected.update_appearance() connected = null return ..() diff --git a/code/game/objects/structures/poddoor_assembly.dm b/code/game/objects/structures/poddoor_assembly.dm index 919a92b11128..c8cf1931c701 100644 --- a/code/game/objects/structures/poddoor_assembly.dm +++ b/code/game/objects/structures/poddoor_assembly.dm @@ -21,7 +21,7 @@ /obj/structure/poddoor_assembly/Initialize() . = ..() - update_icon() + update_appearance() update_door_name() /obj/structure/poddoor_assembly/ComponentInitialize() @@ -190,12 +190,12 @@ door.name = base_name door.assemblytype = previous_assembly electronics.forceMove(door) - door.update_icon() + door.update_appearance() qdel(src) else return ..() update_door_name() - update_icon() + update_appearance() /obj/structure/poddoor_assembly/proc/update_door_name() diff --git a/code/game/objects/structures/safe.dm b/code/game/objects/structures/safe.dm index 38cc7d7942d4..0df440340eed 100644 --- a/code/game/objects/structures/safe.dm +++ b/code/game/objects/structures/safe.dm @@ -57,10 +57,8 @@ FLOOR SAFES I.forceMove(src) /obj/structure/safe/update_icon_state() - if(open) - icon_state = "[initial(icon_state)]-open" - else - icon_state = initial(icon_state) + icon_state = "[initial(icon_state)][open ? "-open" : null]" + return ..() /obj/structure/safe/attackby(obj/item/I, mob/user, params) if(open) @@ -147,7 +145,7 @@ FLOOR SAFES return to_chat(user, "You [open ? "close" : "open"] [src].") open = !open - update_icon() + update_appearance() return TRUE if("turnright") if(open) diff --git a/code/game/objects/structures/shower.dm b/code/game/objects/structures/shower.dm index 9a4ef44f0f02..a2c5d59af916 100644 --- a/code/game/objects/structures/shower.dm +++ b/code/game/objects/structures/shower.dm @@ -34,7 +34,7 @@ /obj/machinery/shower/interact(mob/M) on = !on - update_icon() + update_appearance() handle_mist() add_fingerprint(M) if(on) diff --git a/code/game/objects/structures/stairs.dm b/code/game/objects/structures/stairs.dm index dcbbc63b0090..3e496f06252a 100644 --- a/code/game/objects/structures/stairs.dm +++ b/code/game/objects/structures/stairs.dm @@ -51,12 +51,12 @@ update_surrounding() /obj/structure/stairs/proc/update_surrounding() - update_icon() + update_appearance() for(var/i in GLOB.cardinals) var/turf/T = get_step(get_turf(src), i) var/obj/structure/stairs/S = locate() in T if(S) - S.update_icon() + S.update_appearance() /obj/structure/stairs/proc/on_exit(datum/source, atom/movable/leaving, direction) SIGNAL_HANDLER @@ -75,10 +75,8 @@ return ..() /obj/structure/stairs/update_icon_state() - if(isTerminator()) - icon_state = "stairs_t" - else - icon_state = "stairs" + icon_state = "stairs[isTerminator() ? "_t" : null]" + return ..() /obj/structure/stairs/proc/stair_ascend(atom/movable/AM) var/turf/checking = get_step_multiz(get_turf(src), UP) diff --git a/code/game/objects/structures/tables_racks.dm b/code/game/objects/structures/tables_racks.dm index e1b01e43df9b..0d540477684f 100644 --- a/code/game/objects/structures/tables_racks.dm +++ b/code/game/objects/structures/tables_racks.dm @@ -51,6 +51,7 @@ return "The top is screwed on, but the main bolts are also visible." /obj/structure/table/update_icon() + . = ..() if(smoothing_flags & (SMOOTH_CORNERS|SMOOTH_BITMASK)) QUEUE_SMOOTH(src) QUEUE_SMOOTH_NEIGHBORS(src) diff --git a/code/game/objects/structures/tank_dispenser.dm b/code/game/objects/structures/tank_dispenser.dm index 568f18678311..1be5f857e155 100644 --- a/code/game/objects/structures/tank_dispenser.dm +++ b/code/game/objects/structures/tank_dispenser.dm @@ -23,7 +23,7 @@ new /obj/item/tank/internals/oxygen(src) for(var/i in 1 to plasmatanks) new /obj/item/tank/internals/plasma(src) - update_icon() + update_appearance() /obj/structure/tank_dispenser/update_overlays() . = ..() @@ -65,7 +65,7 @@ if(!user.transferItemToLoc(I, src)) return to_chat(user, "You put [I] in [src].") - update_icon() + update_appearance() /obj/structure/tank_dispenser/ui_state(mob/user) return GLOB.physical_state @@ -100,7 +100,7 @@ usr.put_in_hands(tank) oxygentanks-- . = TRUE - update_icon() + update_appearance() /obj/structure/tank_dispenser/deconstruct(disassembled = TRUE) diff --git a/code/game/objects/structures/training_machine.dm b/code/game/objects/structures/training_machine.dm index f3a17f9c2f07..c4940e941f2f 100644 --- a/code/game/objects/structures/training_machine.dm +++ b/code/game/objects/structures/training_machine.dm @@ -329,7 +329,7 @@ /** * Device that simply counts the number of times you've hit a mob or target with. Looks like a toolbox but isn't. * - * Also has a 'Lap' function for keeping track of hits made at a certain point. Also, looks kinda like his grace for laughs and pranks. + * Also has a 'Lap' function for keeping track of hits made at a certain point. */ /obj/item/training_toolbox name = "Training Toolbox" diff --git a/code/game/objects/structures/transit_tubes/station.dm b/code/game/objects/structures/transit_tubes/station.dm index 4de8ad772eba..570ead69ead7 100644 --- a/code/game/objects/structures/transit_tubes/station.dm +++ b/code/game/objects/structures/transit_tubes/station.dm @@ -38,7 +38,7 @@ for(var/obj/structure/transit_tube_pod/pod in loc) if(!pod.moving) AM.forceMove(pod) - pod.update_icon() + pod.update_appearance() return @@ -249,7 +249,7 @@ playsound(src, 'sound/weapons/emitter2.ogg', 50, TRUE) pod.setDir(turn(src.dir, -90)) AM.forceMove(pod) - pod.update_icon() + pod.update_appearance() launch_pod() /obj/structure/transit_tube/station/dispenser/pod_stopped(obj/structure/transit_tube_pod/pod, from_dir) diff --git a/code/game/objects/structures/transit_tubes/transit_tube_pod.dm b/code/game/objects/structures/transit_tubes/transit_tube_pod.dm index c557c9037ee5..7c744154c0d6 100644 --- a/code/game/objects/structures/transit_tubes/transit_tube_pod.dm +++ b/code/game/objects/structures/transit_tubes/transit_tube_pod.dm @@ -21,10 +21,8 @@ return ..() /obj/structure/transit_tube_pod/update_icon_state() - if(contents.len) - icon_state = occupied_icon_state - else - icon_state = initial(icon_state) + icon_state = contents.len ? occupied_icon_state : initial(icon_state) + return ..() /obj/structure/transit_tube_pod/attackby(obj/item/I, mob/user, params) if(I.tool_behaviour == TOOL_CROWBAR) @@ -88,7 +86,7 @@ location = get_turf(src) for(var/atom/movable/M in contents) M.forceMove(location) - update_icon() + update_appearance() /obj/structure/transit_tube_pod/Process_Spacemove() if(moving) //No drifting while moving in the tubes @@ -201,7 +199,7 @@ if(direction == turn(station.boarding_dir,180)) if(station.open_status == STATION_TUBE_OPEN) mob.forceMove(loc) - update_icon() + update_appearance() else station.open_animation() diff --git a/code/game/objects/structures/tribal_torch.dm b/code/game/objects/structures/tribal_torch.dm index abec3409e470..0c093662a5aa 100644 --- a/code/game/objects/structures/tribal_torch.dm +++ b/code/game/objects/structures/tribal_torch.dm @@ -19,7 +19,7 @@ burning = FALSE icon_state = "torch_unlit" set_light(0) - update_icon() + update_appearance() return if(!burning) user.visible_message("[user] starts to pull [src] free from the ground....", "You start to pull [src] free from the ground...") @@ -33,7 +33,7 @@ /obj/structure/destructible/tribal_torch/attackby(obj/item/W, mob/user, params) if(W.get_temperature()) StartBurning() - update_icon() + update_appearance() user.visible_message("[user] lights [src] with [W].", "You light [src] with [W].") return @@ -42,7 +42,7 @@ burning = TRUE icon_state = "torch_lit" set_light(7) - update_icon() + update_appearance() return /obj/structure/destructible/tribal_torch/fire_act(exposed_temperature, exposed_volume) diff --git a/code/game/objects/structures/votingbox.dm b/code/game/objects/structures/votingbox.dm index 197988c45650..3376272e8e06 100644 --- a/code/game/objects/structures/votingbox.dm +++ b/code/game/objects/structures/votingbox.dm @@ -71,7 +71,7 @@ switch(href_list["act"]) if("toggle_vote") voting_active = !voting_active - update_icon() + update_appearance() if("toggle_auth") id_auth = !id_auth if("reset_voted") @@ -116,9 +116,12 @@ voted += voter_card to_chat(user,"You cast your vote.") -/obj/structure/votebox/proc/valid_vote(obj/item/paper/I) - if(length_char(I.info) > VOTE_TEXT_LIMIT || findtext(I.info,"

          Voting Results:


            ")) +/obj/structure/votebox/proc/valid_vote(obj/item/paper/voting_slip) + if(voting_slip.get_total_length() > VOTE_TEXT_LIMIT) return FALSE + for(var/datum/paper_input/text as anything in voting_slip.raw_text_inputs) + if(findtext(text.raw_text, "

            Voting Results:


              ")) + return FALSE return TRUE /obj/structure/votebox/proc/shred(mob/user) @@ -163,21 +166,24 @@ /obj/structure/votebox/proc/print_tally(mob/user) var/list/results = list() var/i = 0 - for(var/obj/item/paper/P in contents) + for(var/obj/item/paper/paper_content in contents) if(i++ > MAX_VOTES) break - var/text = P.info - if(!valid_vote(P)) + if(!valid_vote(paper_content)) continue - if(!results[text]) - results[text] = 1 + var/full_vote_text = "" + for(var/datum/paper_input/text as anything in paper_content.raw_text_inputs) + full_vote_text += "[text.raw_text]
              " + + if(!results[full_vote_text]) + results[full_vote_text] = 1 else - results[text] += 1 + results[full_vote_text] += 1 sortTim(results, cmp=/proc/cmp_numeric_dsc, associative = TRUE) if(!COOLDOWN_FINISHED(src, vote_print_cooldown)) return COOLDOWN_START(src, vote_print_cooldown, 60 SECONDS) - var/obj/item/paper/P = new(drop_location()) + var/obj/item/paper/vote_tally_paper = new(drop_location()) var/list/tally = list() tally += {"