diff --git a/code/modules/maps/overmap/planets/miaphus.dm b/code/modules/maps/overmap/planets/miaphus.dm index 75b37084b11..d91feeb4444 100644 --- a/code/modules/maps/overmap/planets/miaphus.dm +++ b/code/modules/maps/overmap/planets/miaphus.dm @@ -15,9 +15,15 @@ color = "#ffd300" //Sandy in_space = 0 initial_generic_waypoints = list("beach_e", "beach_c", "beach_nw") + initial_restricted_waypoints = list("Pirate Skiff" = list("pirate_hideout")) + start_x = 35 start_y = 40 +/obj/effect/shuttle_landmark/premade/miaphus/piratehideout + name = "Pirate Hideout" + landmark_tag = "pirate_hideout" + //This is a special subtype of the thing that generates ores on a map //It will generate more rich ores because of the lower numbers than the normal one @@ -338,3 +344,27 @@ /area/tether_away/beach/desert/poi/covert_post name = "Miaphus'irra - Clown Listening Post" + +/area/tether_away/beach/desert/poi/oilwell + name = "Miaphus'irra - Oil Spring" + +/area/tether_away/beach/desert/poi/huntercamp + name = "Miaphus'irra - Hunter's Camp" + +/area/tether_away/beach/desert/poi/refinery + name = "Miaphus'irra - Fuel Refinery" + +/area/tether_away/beach/desert/poi/minecamp + name = "Miaphus'irra - Mining Camp" + +/area/tether_away/beach/desert/poi/wastedump + name = "Miaphus'irra - Hazardous Waste Dump" + +/area/tether_away/beach/desert/poi/snipernest + name = "Miaphus'irra - Sniper Nest" + +/area/tether_away/beach/desert/poi/turretnest + name = "Miaphus'irra - Automated Defense Battery" + +/area/tether_away/beach/desert/poi/piratehideout + name = "Miaphus'irra - Pirate Hideout" diff --git a/code/modules/maps/templates/submaps/class_h/class_h.dm b/code/modules/maps/templates/submaps/class_h/class_h.dm index 123ac0fda9b..abd9285e0c4 100644 --- a/code/modules/maps/templates/submaps/class_h/class_h.dm +++ b/code/modules/maps/templates/submaps/class_h/class_h.dm @@ -50,6 +50,7 @@ name = "Desert Temple" suffix = "desertruins3H.dmm" cost = 25 + allow_duplicates = FALSE /datum/map_template/submap/level_specific/class_h/DesertRuins4H name = "Desert Tomb" @@ -73,12 +74,13 @@ suffix = "highnoonH.dmm" cost = 25 fixed_orientation = TRUE - + allow_duplicates = FALSE /datum/map_template/submap/level_specific/class_h/minesH name = "Spidery Mines" suffix = "minesH.dmm" cost = 25 + allow_duplicates = FALSE /datum/map_template/submap/level_specific/class_h/oasisH name = "Desert Oasis" @@ -103,7 +105,8 @@ /datum/map_template/submap/level_specific/class_h/AuxiliaryResearchFacility name = "Research Facility" suffix = "AuxiliaryResearchFacility.dmm" - cost = 20 + cost = 25 + allow_duplicates = FALSE /datum/map_template/submap/level_specific/class_h/saloon name = "Desert Saloon" @@ -119,8 +122,50 @@ name = "Desert Vault" suffix = "BunkerH.dmm" cost = 20 + allow_duplicates = FALSE /datum/map_template/submap/level_specific/class_h/covert_post name = "Clown Listening Post" suffix = "covert_post.dmm" cost = 15 + +/datum/map_template/submap/level_specific/class_h/oilwell + name = "Oil Well" + suffix = "oilwellH.dmm" + cost = 10 + +/datum/map_template/submap/level_specific/class_h/oilwell + name = "Hunter's Camp" + suffix = "huntercamp.dmm" + cost = 15 + +/datum/map_template/submap/level_specific/class_h/wastedump + name = "Hazardous Waste Dump" + suffix = "wastedump.dmm" + cost = 10 + +/datum/map_template/submap/level_specific/class_h/turretnest + name = "Turret Nest" + suffix = "turretnest.dmm" + cost = 10 + +/datum/map_template/submap/level_specific/class_h/refinery + name = "Fuel Refinery" + suffix = "refinery.dmm" + cost = 10 + +/datum/map_template/submap/level_specific/class_h/snipernest + name = "Sniper Nest" + suffix = "snipernest.dmm" + cost = 20 + +/datum/map_template/submap/level_specific/class_h/miningcamp + name = "Mining Camp" + suffix = "miningcamp.dmm" + cost = 10 + +/datum/map_template/submap/level_specific/class_h/piratehideout + name = "Pirate Hideout" + suffix = "piratehideout.dmm" + cost = 25 + allow_duplicates = FALSE diff --git a/maps/sectors/miaphus_192/levels/miaphus_192_beach.dmm b/maps/sectors/miaphus_192/levels/miaphus_192_beach.dmm index e001226868b..c1175bccb68 100644 --- a/maps/sectors/miaphus_192/levels/miaphus_192_beach.dmm +++ b/maps/sectors/miaphus_192/levels/miaphus_192_beach.dmm @@ -518,6 +518,15 @@ /obj/random/meat, /turf/simulated/floor/tiled/steel_dirty, /area/tether_away/beach/station) +"cp" = ( +/obj/effect/floor_decal/tracks{ + dir = 8 + }, +/obj/random/outcrop, +/turf/simulated/mineral/floor/cave{ + name = "dirt" + }, +/area/tether_away/beach/mineshaft) "cs" = ( /obj/structure/table/rack/shelf/steel, /obj/item/storage/box/wormcan, @@ -589,6 +598,11 @@ }, /turf/simulated/floor/water/deep, /area/tether_away/beach/aa) +"di" = ( +/obj/random/obstruction, +/obj/effect/floor_decal/tracks, +/turf/simulated/floor/wood, +/area/tether_away/beach/mineshaft) "dm" = ( /turf/simulated/floor/tiled/old_tile/white, /area/tether_away/beach/resort/lockermed) @@ -789,7 +803,8 @@ /turf/simulated/floor/wood, /area/tether_away/beach/resort/bunk) "eX" = ( -/turf/simulated/floor/outdoors/beach/sand, +/obj/effect/floor_decal/tracks, +/turf/simulated/floor/wood, /area/tether_away/beach/mineshaft) "eZ" = ( /obj/structure/stairs/middle{ @@ -918,6 +933,13 @@ /obj/structure/simple_door/sandstone, /turf/simulated/floor/tiled/asteroid_steel, /area/tether_away/beach/resort/greenhouse) +"gf" = ( +/obj/spawner/window/full, +/obj/effect/floor_decal/tracks{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/tether_away/beach/resort/greenhouse) "gq" = ( /turf/simulated/floor/wood, /area/tether_away/beach/desalinator) @@ -1357,6 +1379,15 @@ }, /turf/simulated/floor/tiled/steel_dirty, /area/tether_away/beach/station/tram) +"jw" = ( +/obj/effect/floor_decal/tracks/t_north{ + dir = 9 + }, +/obj/machinery/floodlight, +/turf/simulated/mineral/floor/cave{ + name = "dirt" + }, +/area/tether_away/beach/mineshaft) "jx" = ( /obj/structure/cable/cyan{ icon_state = "0-2" @@ -1446,6 +1477,14 @@ /obj/random/multiple/underdark/miningdrills, /turf/simulated/floor/tiled/steel_dirty, /area/tether_away/beach/station) +"kj" = ( +/obj/effect/floor_decal/tracks{ + dir = 8 + }, +/obj/structure/closet/crate/miningcar, +/obj/random/multiple/underdark/ores, +/turf/simulated/floor/wood, +/area/tether_away/beach/mineshaft) "kk" = ( /obj/structure/closet/crate, /obj/item/melee/umbrella/random, @@ -1502,6 +1541,12 @@ /obj/random/mre, /turf/simulated/floor/tiled/steel_dirty, /area/tether_away/beach/bunker/bunk) +"kE" = ( +/obj/effect/floor_decal/tracks/intersection{ + dir = 9 + }, +/turf/simulated/floor/wood, +/area/tether_away/beach/mineshaft) "kK" = ( /obj/machinery/light/small, /turf/simulated/floor/wood/broken, @@ -2000,7 +2045,13 @@ }, /area/tether_away/beach/mineyard) "px" = ( -/turf/simulated/floor/outdoors/beach/sand/lowdesert, +/obj/effect/floor_decal/tracks/t_north{ + dir = 9 + }, +/obj/random/outcrop, +/turf/simulated/mineral/floor/cave{ + name = "dirt" + }, /area/tether_away/beach/mineshaft) "py" = ( /obj/structure/cable{ @@ -2103,6 +2154,15 @@ name = "dirt" }, /area/tether_away/beach/jungle) +"qp" = ( +/obj/effect/floor_decal/tracks{ + dir = 8 + }, +/obj/structure/barricade, +/turf/simulated/mineral/floor/cave{ + name = "dirt" + }, +/area/tether_away/beach/mineshaft) "qq" = ( /obj/machinery/light/small, /turf/simulated/floor/tiled/steel_dirty, @@ -3243,6 +3303,15 @@ }, /turf/simulated/floor/tiled/asteroid_steel, /area/tether_away/beach/resort/greenhouse) +"Av" = ( +/obj/effect/floor_decal/tracks/t_north{ + dir = 9 + }, +/obj/machinery/light/flamp/noshade, +/turf/simulated/mineral/floor/cave{ + name = "dirt" + }, +/area/tether_away/beach/mineshaft) "Aw" = ( /obj/item/stool/padded, /turf/simulated/mineral/floor/cave{ @@ -3606,6 +3675,11 @@ /obj/structure/toilet, /turf/simulated/floor/tiled/asteroid_steel, /area/tether_away/beach/resort) +"DZ" = ( +/obj/structure/barricade, +/obj/effect/floor_decal/tracks, +/turf/simulated/floor/wood, +/area/tether_away/beach/mineshaft) "Ed" = ( /turf/simulated/floor/water/contaminated{ outdoors = 0 @@ -3747,6 +3821,24 @@ /obj/machinery/vending/fishing, /turf/simulated/floor/wood, /area/tether_away/beach/resort/fishing) +"Fh" = ( +/obj/effect/floor_decal/tracks{ + dir = 8 + }, +/obj/structure/table/rack/steel, +/obj/item/pickaxe, +/obj/item/pickaxe, +/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, +/turf/simulated/mineral/floor/cave{ + name = "dirt" + }, +/area/tether_away/beach/mineshaft) "Fm" = ( /obj/structure/cable{ icon_state = "4-8" @@ -4326,6 +4418,10 @@ name = "dirt" }, /area/tether_away/beach/mineshaft) +"KX" = ( +/obj/structure/sign/signnew/danger, +/turf/simulated/wall/wood, +/area/tether_away/beach/mineshaft) "Le" = ( /obj/structure/fence, /turf/simulated/floor/tiled/asteroid_steel{ @@ -5221,11 +5317,11 @@ /turf/simulated/floor/tiled/steel_dirty, /area/tether_away/beach/bunker) "Td" = ( -/obj/random/mob/spider/nurse, -/turf/simulated/mineral/floor/cave{ - name = "dirt" +/obj/effect/floor_decal/tracks{ + dir = 4 }, -/area/tether_away/beach/jungle) +/turf/simulated/floor/wood, +/area/tether_away/beach/mineshaft) "Tg" = ( /obj/machinery/door/blast/shutters{ dir = 2; @@ -5857,6 +5953,12 @@ name = "dirt" }, /area/tether_away/beach/mineshaft) +"ZW" = ( +/obj/effect/floor_decal/tracks/t_north{ + dir = 9 + }, +/turf/simulated/wall/wood, +/area/tether_away/beach/mineshaft) "ZX" = ( /obj/structure/cable/cyan{ icon_state = "1-8" @@ -7625,9 +7727,9 @@ ZC ZC ZC ZC -ZC -ZC -ZC +Wd +kj +Wd ZC ZC ZC @@ -7811,9 +7913,6 @@ Cg "} (11,1,1) = {" zV -px -px -px ZC ZC ZC @@ -7822,6 +7921,9 @@ ZC ZC ZC ZC +aL +aG +aL ZC ZC ZC @@ -8005,18 +8107,18 @@ Cg "} (12,1,1) = {" an -px -px -px -ZC -ZC -ZC -ZC -ZC -ZC -ZC -ZC -ZC +aL +Wd +cp +aL +aL +Av +Wd +aL +aL +aG +aL +jw ZC ZC ZC @@ -8199,29 +8301,29 @@ Cg "} (13,1,1) = {" an -px -px -px -ZC -ZC -ZC -ZC -ZC -ZC -ZC -ZC -ZC -ZC -ZC -ZC -ZC -ZC -ZC -ZC -ZC -ZC -ZC -ZC +aL +aL +PV +PV +PV +PV +PV +PV +PV +aG +PV +PV +qp +KX +fQ +PV +PV +xy +xy +Wd +au +xy +xy ZC ZC ZC @@ -8393,29 +8495,29 @@ Cg "} (14,1,1) = {" an -px eX eX -ZC -ZC -ZC -ZC -ZC -ZC -ZC -ZC -ZC -ZC -ZC -ZC -ZC -ZC -ZC -ZC -ZC -ZC -ZC -ZC +eX +eX +eX +eX +eX +eX +eX +kE +eX +eX +DZ +di +di +di +eX +eX +eX +di +au +au +xy wg xy xy @@ -8587,28 +8689,28 @@ Cg "} (15,1,1) = {" an -px -eX -eX -px -px -px -ZC -ZC -ZC -ZC -ZC -ZC -ZC -ZC -ZC -ZC -ZC -ZC -ZC -ZC -ZC -ZC +PV +PV +PV +PV +PV +PV +PV +PV +PV +Td +aL +xy +qp +KX +au +xy +wg +xy +xy +Wd +au +xy xy xy xy @@ -8781,19 +8883,18 @@ Cg "} (16,1,1) = {" an -ZC -ZC -eX -px -px -px -ZC -ZC -ZC -ZC -ZC -ZC -ZC +PV +Wd +PV +PV +cp +PV +Wd +aL +aL +Td +aL +aL ZC ZC ZC @@ -8803,6 +8904,7 @@ ZC ZC ZC xy +ZC lt xy xy @@ -8977,10 +9079,15 @@ Cg zV ZC ZC -eX -px -px +ZC +ZC +ZC +ZC +ZC +ZC px +Td +aL ZC ZC ZC @@ -8989,12 +9096,7 @@ ZC ZC ZC ZC -ZC -ZC -ZC -ZC -ZC -ZC +xy xy xy xy @@ -9171,17 +9273,17 @@ Cg zV ZC ZC -eX -eX -eX -px -px ZC ZC ZC ZC ZC ZC +Wd +Td +Wd +ZC +ZC ZC ZC ZC @@ -9365,19 +9467,19 @@ Cg zV ZC ZC -px -eX -eX -px -px ZC ZC ZC ZC ZC ZC +aL +Td +Av ZC ZC +zV +ZC ZC ZC ZC @@ -9559,19 +9661,19 @@ Cg zV ZC ZC -px -px -px -px -px ZC ZC ZC ZC ZC ZC +aL +Td +aL ZC ZC +zV +ZC ZC ZC ZC @@ -9754,18 +9856,18 @@ zV ZC ZC ZC -px -px -px -px -px ZC ZC ZC ZC ZC +aL +Td +aL ZC ZC +zV +ZC ZC ZC xy @@ -9948,18 +10050,18 @@ zV ZC ZC ZC -px -px -px -px -px ZC ZC ZC ZC ZC +ZW +Td +ZW ZC ZC +zV +ZC ZC ZC xy @@ -10142,18 +10244,18 @@ zV ZC ZC ZC -px -px -px -px -px ZC ZC ZC ZC ZC +aL +Td +aL ZC ZC +zV +ZC ZC wg xy @@ -10336,18 +10438,18 @@ zV ZC ZC ZC -px -px -px -px -px ZC ZC ZC ZC ZC +aL +Td +aL ZC ZC +zV +ZC ZC xy xy @@ -10532,15 +10634,15 @@ ZC ZC ZC ZC +ZC +ZC +ZC px -eX -px -px -ZC -ZC -ZC +Td +aL ZC ZC +zV ZC xy jT @@ -10720,26 +10822,26 @@ am Cg "} (26,1,1) = {" -TK -bq -bq -bq -bq -bq -ce -bp -ce -ce -bq -bq -bq -bq -bq -bq +zV +ZC +ZC +ZC +ZC +ZC +ZC +ZC +ZC +aL Td -br -bq -bq +Av +ZC +ZC +zV +ZC +QV +xy +ZC +ZC bq bq bq @@ -10914,25 +11016,25 @@ am Cg "} (27,1,1) = {" -TK -bq -bq -bq -bq -bq -ce -ce -ce -ce -ce -bq -bq -bq -bq -bq -br -br -br +zV +ZC +ZC +ZC +ZC +ZC +ZC +ZC +ZC +Wd +Td +Wd +ZC +ZC +zV +ZC +xy +xy +xy bq bq bq @@ -11108,23 +11210,23 @@ am Cg "} (28,1,1) = {" -TK -bq -bq -bq -bq -bq -bq -ce -ce -ce -ce -bq -bq -bq -bq -bq -bq +zV +ZC +ZC +ZC +ZC +ZC +ZC +ZC +ZC +aL +Td +aL +ZC +ZC +zV +ZC +ZC br AF bq @@ -11302,23 +11404,23 @@ am Cg "} (29,1,1) = {" -TK -bq -bq -bq -bq -bq -bq -ce -ce -ce -ce -bq -bq -bq -bq -bq -bq +zV +ZC +ZC +ZC +ZC +ZC +ZC +ZC +ZC +aL +Td +aL +ZC +ZC +zV +ZC +ZC Mg AF AF @@ -11496,25 +11598,25 @@ am Cg "} (30,1,1) = {" +zV +ZC +ZC +ZC +ZC +ZC +ZC +ZC +ZC +PV +Td +cp +ZC +ZC TK bq bq bq bq -bq -bq -ce -ce -bp -bp -ce -bq -bq -bq -bq -bq -bq -bq AF br JQ @@ -11690,25 +11792,25 @@ am Cg "} (31,1,1) = {" +zV +ZC +ZC +ZC +ZC +ZC +ZC +ZC +ZC +Wd +Td +Wd +ZC +bq TK bq bq bq bq -bq -bq -ce -ce -bp -bp -ce -ce -bq -bq -bq -bq -bq -bq br br br @@ -11884,19 +11986,19 @@ am Cg "} (32,1,1) = {" -TK -bq -bq -bq -bq -bq -bq -bq -ce -bp -bp -ce -ce +zV +ZC +ZC +ZC +ZC +ZC +ZC +ZC +ZC +Fh +Td +aL +ZC bq bq bq @@ -12078,19 +12180,19 @@ am Cg "} (33,1,1) = {" -TK -bq -bq -bq -bq -bq -bq -bq -ce -bp -bp -ce -ce +zV +ZC +ZC +ZC +ZC +ZC +ZC +ZC +ZC +PV +Td +aL +ZC bq bq bq @@ -12280,10 +12382,10 @@ bq bq bq bq +bq ce ce -ce -ce +bp ce ce ce @@ -12474,9 +12576,9 @@ bq bq bq bq -bq ce ce +bp ce ce ce @@ -12668,11 +12770,11 @@ bq bq bq bq -bq ce ce ce bp +bp ce ce bq @@ -12862,7 +12964,7 @@ bq bq bq bq -bq +ce ce ce ce @@ -13055,12 +13157,12 @@ bq bq bq bq -bq -bq ce ce ce ce +bp +ce ce ce ce @@ -13249,13 +13351,13 @@ bq bq bq bq -bq -bq ce ce ce ce ce +bp +ce ce ce ce @@ -13442,9 +13544,9 @@ bq bq bq bq -bq -bq -bq +ce +ce +ce ce ce ce @@ -13636,17 +13738,17 @@ bq bq bq bq -bq -bq -bq -bq -bq -bq ce ce ce ce ce +ce +bp +ce +ce +ce +ce bp bp bp @@ -13830,15 +13932,15 @@ bq bq bq bq -bq -bq -bq -bq -bq -bq ce ce ce +ce +ce +ce +ce +bp +ce bp bp bp @@ -14024,11 +14126,11 @@ bq bq bq bp -bq -bq -bq -bq -bq +ce +ce +ce +ce +ce bp ce ce @@ -14219,9 +14321,9 @@ bq bq bp ce -bq -bq -bq +ce +ce +ce bp bp bp @@ -23435,7 +23537,7 @@ RD as RD Kq -xi +gf zw zw Nv diff --git a/maps/sectors/miaphus_192/levels/miaphus_192_cave.dmm b/maps/sectors/miaphus_192/levels/miaphus_192_cave.dmm index 9ce210c932f..c1159f580ed 100644 --- a/maps/sectors/miaphus_192/levels/miaphus_192_cave.dmm +++ b/maps/sectors/miaphus_192/levels/miaphus_192_cave.dmm @@ -1,7 +1,16 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE "a" = ( +/obj/machinery/light/flamp/noshade, /turf/simulated/mineral/floor/ignore_mapgen/cave, -/area/tether_away/cave/unexplored/normal) +/area/tether_away/cave/explored/normal) +"b" = ( +/obj/effect/floor_decal/tracks{ + dir = 1 + }, +/obj/structure/closet/crate/miningcar, +/obj/random/multiple/underdark/ores, +/turf/simulated/floor/wood, +/area/tether_away/cave/explored/normal) "c" = ( /turf/simulated/mineral/cave, /area/tether_away/cave/unexplored/normal) @@ -15,16 +24,59 @@ /obj/away_mission_init/beachcave, /turf/simulated/mineral/cave, /area/tether_away/cave/explored/normal) +"o" = ( +/obj/effect/floor_decal/tracks/t_west{ + dir = 6 + }, +/turf/simulated/floor/wood, +/area/tether_away/cave/explored/normal) "r" = ( /obj/tether_away_spawner/beach_cave, /turf/simulated/mineral/floor/ignore_mapgen/cave, /area/tether_away/cave/explored/normal) +"s" = ( +/obj/effect/floor_decal/tracks{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/tether_away/cave/explored/normal) +"u" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'DANGER: MONSTERS'."; + name = "\improper DANGER: MONSTERS" + }, +/turf/simulated/wall/wood, +/area/tether_away/cave/explored/normal) +"G" = ( +/obj/effect/floor_decal/tracks{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/tether_away/cave/explored/normal) "I" = ( /turf/simulated/mineral/floor/ignore_mapgen/cave, /area/tether_away/cave/explored/normal) "M" = ( /turf/unsimulated/mineral/outdoors, /area/tether_away/cave/explored/normal) +"N" = ( +/obj/machinery/floodlight, +/turf/simulated/mineral/floor/ignore_mapgen/cave, +/area/tether_away/cave/explored/normal) +"P" = ( +/obj/random/outcrop, +/turf/simulated/mineral/floor/ignore_mapgen/cave, +/area/tether_away/cave/explored/normal) +"U" = ( +/turf/simulated/wall/wood, +/area/tether_away/cave/explored/normal) +"X" = ( +/obj/effect/floor_decal/tracks{ + dir = 1 + }, +/obj/structure/fence/door, +/turf/simulated/floor/wood, +/area/tether_away/cave/explored/normal) (1,1,1) = {" M @@ -399,10 +451,10 @@ M M I I +G I I -I -I +M M M M @@ -591,14 +643,14 @@ e e e e +U I +G I -I -I -I -I -I -I +U +e +e +e e e e @@ -785,14 +837,14 @@ e e e e +I +I +G +I +I +e e e -I -I -I -I -I -I e e e @@ -979,15 +1031,15 @@ e e e e +I +I +G +I +P +e e e e -I -I -I -I -I -I e e e @@ -1171,19 +1223,19 @@ c c c c -c -c -c -c -c -c -a -a -a -a -a -a -c +e +e +I +I +G +I +I +e +e +e +e +e +e e e e @@ -1365,22 +1417,22 @@ c c c c -c -c -c -c -c -c -a -a -a -a -a -a +e +e +P +I +G +I a e e e +e +e +e +e +e +e M M "} @@ -1559,19 +1611,19 @@ c c c c -c -c -c -c -c -c -c -a -a -a -a -a -a +e +e +U +I +G +I +U +e +e +e +e +e +e e e e @@ -1753,20 +1805,20 @@ c c c c -c -c -c -c -c -c -c -c -a -a -a -a -a +e +e I +I +G +I +I +e +e +e +e +e +e +e e e M @@ -1947,21 +1999,21 @@ c c c c -c -c -c -c -c -c -c -c -a -a -a -a -a +e +e I I +G +I +I +e +e +e +e +e +e +e +e e M M @@ -2141,21 +2193,21 @@ c c c c -c -c -c -c -c -c -c -c -a -a -a -a -a +e +e +P +I +G I I +a +e +e +e +e +e +e +e e M M @@ -2329,29 +2381,29 @@ c c c c -c -c -c -c -c -c -c -c -c -c -c -c -c -c -c -c -a -a -a +e +e +e +e +e +e +e +e +I +I +G I I I I +I +U +a +I +I +P +U +I d "} (13,1,1) = {" @@ -2523,25 +2575,25 @@ c c c c -c -c -c -c -c -c -c -c -c -c -c -c -c -c -c -c -c -a -a +U +I +I +I +I +I +I +u +I +I +G +I +I +I +I +I +I +I +I I I I @@ -2717,29 +2769,29 @@ c c c c -c -c -c -c -c -c -c -c -c -c -c -c -c -c -c -c -c -c -c -I -I -I -I +b +s +s +s +s +s +s +X +s +s +o +s +s +s +s +s +s +s +s +s +s +s +s d "} (15,1,1) = {" @@ -2911,25 +2963,25 @@ c c c c -c -c -c -c -c -c -c -c -c -c -c -c -c -c -c -c -c -c -c +U +I +I +I +I +I +I +u +I +I +I +I +I +I +I +I +I +I +I I I I @@ -3105,29 +3157,29 @@ c c c c -c -c -c -c -c -c -c -c -c -c -c -c -c -c -c -c -c -c -c +e I I I I +I +I +e +I +I +I +I +I +I +I +I +U +I +I +P +I +U +I d "} (17,1,1) = {" @@ -3299,25 +3351,25 @@ c c c c -c -c -c -c -c -c -c -c -c -c -c -c -c -c -c -c -c -c -c +e +I +I +I +I +e +e +e +e +N +I +I +I +P +e +e +e +e +e e e e @@ -3490,28 +3542,28 @@ c c c c -c -c -c -c -c -c -c -c -c -c -c -c -c -c -c -c -c -c -c -c -c -c +I +I +I +I +I +I +I +I +e +e +e +e +P +I +I +I +e +e +e +e +e +e e e e @@ -3672,27 +3724,27 @@ c c c c -c -c -c -c -c -c -c -c -c -c -c -c -c -c -c -c -c -c -c -c -c +I +I +I +I +I +I +I +I +I +I +I +I +I +I +I +I +I +e +e +e +e c c c @@ -3864,21 +3916,21 @@ c c c c -c -c -c -c -c -c -c -c -c -c -c -c -c -c -c +I +I +I +I +I +I +I +I +I +I +I +I +I +I +I c c c @@ -4055,13 +4107,13 @@ c c c c -c -c -c -c -c -c -c +I +I +I +I +I +I +I c c c @@ -4248,12 +4300,12 @@ c c c c -c -c -c -c -c -c +I +I +I +I +I +I c c c @@ -4441,9 +4493,9 @@ c c c c -c -c -c +I +I +I c c c @@ -4635,8 +4687,8 @@ c c c c -c -c +I +I c c c @@ -4828,9 +4880,9 @@ c c c c -c -c -c +I +I +I c c c @@ -5021,9 +5073,9 @@ c c c c -c -c -c +I +I +I c c c @@ -5216,8 +5268,8 @@ c c I I -c -c +I +I c c c @@ -5410,7 +5462,7 @@ c c I I -c +I c c c @@ -5603,8 +5655,8 @@ c c c I -c -c +I +I c c c @@ -5795,9 +5847,9 @@ c c c c -c I -c +I +I c c c @@ -5988,8 +6040,8 @@ c c c c -c -c +I +I I c c @@ -6182,7 +6234,7 @@ c c c c -c +I I I c @@ -6376,7 +6428,7 @@ c c c c -c +I I I c @@ -6763,7 +6815,7 @@ c c c I -c +e I I c @@ -7533,7 +7585,7 @@ I I I I -c +e I I I @@ -7728,9 +7780,9 @@ I I I I -c -c -c +I +I +I c c c @@ -7923,8 +7975,8 @@ c I I I -c -c +I +I c c c diff --git a/maps/sectors/miaphus_192/levels/miaphus_192_desert.dmm b/maps/sectors/miaphus_192/levels/miaphus_192_desert.dmm index e18af8cd889..d0d75710179 100644 --- a/maps/sectors/miaphus_192/levels/miaphus_192_desert.dmm +++ b/maps/sectors/miaphus_192/levels/miaphus_192_desert.dmm @@ -1,4 +1,8 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ab" = ( +/obj/structure/bed/padded, +/turf/simulated/floor/wood/classh, +/area/tether_away/beach/desert/explored) "bm" = ( /obj/random/outcrop, /turf/simulated/floor/outdoors/beach/sand/lowdesert, @@ -12,7 +16,8 @@ /turf/simulated/floor/water, /area/tether_away/beach/desert/explored) "gz" = ( -/turf/unsimulated/mineral/outdoors, +/obj/structure/barricade, +/turf/simulated/floor/wood/classh, /area/tether_away/beach/desert/explored) "hw" = ( /turf/simulated/floor/water/shoreline/corner, @@ -30,8 +35,27 @@ dir = 6 }, /area/tether_away/beach/desert/explored) +"la" = ( +/obj/structure/toilet{ + dir = 4 + }, +/turf/simulated/floor/wood/classh, +/area/tether_away/beach/desert/explored) "lf" = ( -/turf/simulated/mineral/ignore_mapgen, +/obj/structure/table/woodentable, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/wood/classh, +/area/tether_away/beach/desert/explored) +"mH" = ( +/obj/item/reagent_containers/glass/bucket/wood, +/turf/simulated/floor/outdoors/beach/sand/lowdesert, +/area/tether_away/beach/desert/explored) +"mW" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/simulated/floor/outdoors/beach/sand/lowdesert, /area/tether_away/beach/desert/explored) "no" = ( /turf/simulated/floor/water/shoreline{ @@ -77,6 +101,10 @@ dir = 4 }, /area/tether_away/beach/desert/explored) +"vj" = ( +/obj/structure/sink/puddle, +/turf/simulated/floor/outdoors/beach/sand/lowdesert, +/area/tether_away/beach/desert/explored) "vn" = ( /obj/structure/sign/securearea{ desc = "A warning sign which reads 'DANGER: MONSTERS'."; @@ -112,6 +140,12 @@ /obj/structure/closet/crate/miningcar, /turf/simulated/mineral/floor/classh, /area/tether_away/beach/desert/explored) +"xU" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/simulated/floor/wood/classh, +/area/tether_away/beach/desert/explored) "yc" = ( /obj/structure/barricade, /turf/simulated/mineral/floor/cave{ @@ -152,6 +186,22 @@ outdoors = 1 }, /area/tether_away/beach/desert/explored) +"As" = ( +/obj/spawner/window/low_wall/reinforced/full, +/turf/simulated/floor/wood/classh, +/area/tether_away/beach/desert/explored) +"Bn" = ( +/obj/structure/table/rack/steel, +/obj/random/maintenance/security, +/obj/random/maintenance/security, +/obj/random/maintenance/security, +/obj/random/maintenance/security, +/obj/random/maintenance/security, +/obj/random/maintenance/security, +/obj/random/maintenance/security, +/obj/random/maintenance/security, +/turf/simulated/floor/outdoors/beach/sand/lowdesert, +/area/tether_away/beach/desert/explored) "BS" = ( /obj/effect/debris/cleanable/blood, /turf/simulated/mineral/floor/classh, @@ -194,21 +244,42 @@ /turf/simulated/floor/wood/classh, /area/tether_away/beach/desert/explored) "Js" = ( -/obj/item/bone/skull, +/obj/structure/sandbag, /turf/simulated/floor/outdoors/beach/sand/lowdesert, /area/tether_away/beach/desert/explored) "JR" = ( -/obj/machinery/light/small{ - dir = 4 +/obj/effect/floor_decal/tracks{ + dir = 8 }, -/turf/simulated/floor/outdoors/beach/sand/lowdesert, +/turf/simulated/floor/wood, /area/tether_away/beach/desert/explored) "JW" = ( /turf/simulated/floor/outdoors/beach/sand/lowdesert, /area/tether_away/beach/desert/unexplored) "Kt" = ( -/obj/item/bone/skull/tajaran, -/turf/simulated/floor/plating/external, +/obj/structure/table/rack/shelf/steel, +/obj/random/maintenance/security, +/obj/random/maintenance/security, +/obj/random/maintenance/security, +/obj/random/maintenance/security, +/obj/random/maintenance/security, +/obj/random/maintenance/security, +/obj/random/maintenance/security, +/obj/random/maintenance/security, +/obj/item/storage/firstaid/regular, +/turf/simulated/floor/wood/classh, +/area/tether_away/beach/desert/explored) +"KK" = ( +/obj/structure/fence{ + dir = 4 + }, +/turf/simulated/floor/outdoors/beach/sand/lowdesert, +/area/tether_away/beach/desert/explored) +"Lm" = ( +/obj/structure/fence{ + dir = 4 + }, +/turf/simulated/floor/tiled/external, /area/tether_away/beach/desert/explored) "LF" = ( /turf/simulated/floor/plating/external, @@ -220,59 +291,63 @@ /turf/simulated/floor/outdoors/beach/sand/lowdesert, /area/tether_away/beach/desert/explored) "Ms" = ( -/obj/item/ammo_casing/spent, -/obj/item/ammo_casing/spent{ - pixel_x = -2; - pixel_y = 7 +/obj/machinery/light/flamp/noshade, +/turf/simulated/mineral/floor/cave{ + name = "dirt"; + outdoors = 1 }, -/turf/simulated/floor/outdoors/beach/sand/lowdesert, /area/tether_away/beach/desert/explored) "Mv" = ( /obj/random/trash, /turf/simulated/floor/plating/external, /area/tether_away/beach/desert/explored) "Nx" = ( -/obj/random/humanoidremains, -/obj/effect/debris/cleanable/blood, -/turf/simulated/floor/tiled/external, +/obj/machinery/door/window/brigdoor/southleft{ + dir = 4 + }, +/turf/simulated/floor/wood/classh, +/area/tether_away/beach/desert/explored) +"NT" = ( +/obj/structure/reagent_dispensers, +/turf/simulated/floor/outdoors/beach/sand/desert, /area/tether_away/beach/desert/explored) "NW" = ( /obj/machinery/light/small, /turf/simulated/floor/outdoors/beach/sand/desert, /area/tether_away/beach/desert/explored) +"Or" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/wood/classh, +/area/tether_away/beach/desert/explored) "Ov" = ( -/obj/item/ammo_casing/spent{ - pixel_y = -5 - }, -/obj/item/ammo_casing/spent{ - pixel_x = 5; - pixel_y = 7 - }, -/turf/simulated/floor/outdoors/beach/sand/lowdesert, +/turf/simulated/wall/wood, /area/tether_away/beach/desert/explored) "OI" = ( /turf/simulated/floor/tiled/external, /area/tether_away/beach/desert/explored) "OO" = ( -/obj/random/humanoidremains, -/obj/effect/debris/cleanable/blood, -/turf/simulated/floor/plating/external, -/area/tether_away/beach/desert/explored) -"Rb" = ( -/obj/item/ammo_casing/spent{ - pixel_x = -2; - pixel_y = 7 - }, -/obj/item/ammo_casing/spent{ - pixel_x = 5; - pixel_y = -3 +/obj/machinery/light/small{ + dir = 8 }, /turf/simulated/floor/outdoors/beach/sand/lowdesert, /area/tether_away/beach/desert/explored) +"Rb" = ( +/obj/structure/table/woodentable, +/obj/item/clothing/accessory/badge/sheriff, +/obj/item/handcuffs, +/turf/simulated/floor/wood/classh, +/area/tether_away/beach/desert/explored) "Rm" = ( /obj/structure/sign/graffiti/pisoff, /turf/simulated/wall/sandstone/classh, /area/tether_away/beach/desert/explored) +"RS" = ( +/obj/machinery/light/small, +/obj/random/trash, +/turf/simulated/floor/wood/classh, +/area/tether_away/beach/desert/explored) "SE" = ( /obj/machinery/light/small/flicker{ dir = 4 @@ -285,6 +360,12 @@ "WT" = ( /turf/level_border, /area/tether_away/beach/desert/explored) +"Xt" = ( +/obj/structure/fence/cut/medium{ + dir = 4 + }, +/turf/simulated/floor/plating/external, +/area/tether_away/beach/desert/explored) "XZ" = ( /turf/simulated/mineral/ignore_mapgen/classh, /area/tether_away/beach/desert/explored) @@ -467,21 +548,21 @@ wg wg wg wg -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg "} (2,1,1) = {" wg @@ -675,7 +756,7 @@ XZ XZ XZ XZ -gz +wg "} (3,1,1) = {" wg @@ -869,7 +950,7 @@ XZ XZ XZ XZ -gz +wg "} (4,1,1) = {" wg @@ -1063,7 +1144,7 @@ XZ XZ XZ XZ -gz +wg "} (5,1,1) = {" wg @@ -1257,7 +1338,7 @@ XZ XZ XZ XZ -gz +wg "} (6,1,1) = {" wg @@ -1451,7 +1532,7 @@ XZ XZ XZ XZ -gz +wg "} (7,1,1) = {" wg @@ -1645,7 +1726,7 @@ XZ XZ XZ XZ -gz +wg "} (8,1,1) = {" wg @@ -1839,7 +1920,7 @@ XZ XZ XZ XZ -gz +wg "} (9,1,1) = {" wg @@ -2033,7 +2114,7 @@ XZ XZ XZ XZ -gz +wg "} (10,1,1) = {" wg @@ -2227,7 +2308,7 @@ XZ XZ XZ XZ -gz +wg "} (11,1,1) = {" wg @@ -2421,7 +2502,7 @@ XZ XZ XZ XZ -gz +wg "} (12,1,1) = {" wg @@ -2615,7 +2696,7 @@ XZ XZ XZ XZ -gz +wg "} (13,1,1) = {" wg @@ -2809,7 +2890,7 @@ XZ XZ XZ XZ -gz +wg "} (14,1,1) = {" wg @@ -3003,7 +3084,7 @@ XZ XZ XZ XZ -gz +wg "} (15,1,1) = {" wg @@ -3197,7 +3278,7 @@ XZ XZ XZ XZ -gz +wg "} (16,1,1) = {" wg @@ -3391,7 +3472,7 @@ XZ XZ XZ XZ -gz +wg "} (17,1,1) = {" wg @@ -3585,7 +3666,7 @@ XZ XZ XZ XZ -gz +wg "} (18,1,1) = {" wg @@ -3779,7 +3860,7 @@ XZ XZ XZ XZ -gz +wg "} (19,1,1) = {" wg @@ -3973,7 +4054,7 @@ XZ XZ XZ XZ -gz +wg "} (20,1,1) = {" wg @@ -4167,7 +4248,7 @@ XZ XZ XZ XZ -gz +wg "} (21,1,1) = {" wg @@ -4361,7 +4442,7 @@ XZ XZ XZ XZ -gz +wg "} (22,1,1) = {" wg @@ -4555,7 +4636,7 @@ XZ XZ XZ XZ -gz +wg "} (23,1,1) = {" wg @@ -4749,7 +4830,7 @@ XZ XZ XZ XZ -gz +wg "} (24,1,1) = {" wg @@ -4943,7 +5024,7 @@ XZ XZ XZ XZ -gz +wg "} (25,1,1) = {" wg @@ -5137,7 +5218,7 @@ XZ XZ XZ XZ -gz +wg "} (26,1,1) = {" wg @@ -5331,7 +5412,7 @@ XZ XZ XZ XZ -gz +wg "} (27,1,1) = {" wg @@ -5525,7 +5606,7 @@ XZ XZ XZ XZ -gz +wg "} (28,1,1) = {" wg @@ -5719,7 +5800,7 @@ XZ XZ XZ XZ -gz +wg "} (29,1,1) = {" wg @@ -5913,7 +5994,7 @@ XZ XZ XZ XZ -gz +wg "} (30,1,1) = {" wg @@ -6107,7 +6188,7 @@ XZ XZ XZ XZ -gz +wg "} (31,1,1) = {" wg @@ -6301,7 +6382,7 @@ XZ XZ XZ XZ -gz +wg "} (32,1,1) = {" wg @@ -6495,7 +6576,7 @@ XZ XZ XZ XZ -gz +wg "} (33,1,1) = {" wg @@ -6689,7 +6770,7 @@ XZ XZ XZ XZ -gz +wg "} (34,1,1) = {" wg @@ -6883,7 +6964,7 @@ XZ XZ XZ XZ -gz +wg "} (35,1,1) = {" wg @@ -7077,7 +7158,7 @@ XZ XZ XZ XZ -gz +wg "} (36,1,1) = {" wg @@ -7271,7 +7352,7 @@ XZ XZ XZ XZ -gz +wg "} (37,1,1) = {" wg @@ -7465,7 +7546,7 @@ XZ XZ XZ XZ -gz +wg "} (38,1,1) = {" wg @@ -7659,7 +7740,7 @@ XZ XZ XZ XZ -gz +wg "} (39,1,1) = {" wg @@ -7853,7 +7934,7 @@ XZ XZ XZ XZ -gz +wg "} (40,1,1) = {" wg @@ -8047,7 +8128,7 @@ XZ XZ XZ XZ -gz +wg "} (41,1,1) = {" wg @@ -8241,7 +8322,7 @@ XZ XZ XZ XZ -gz +wg "} (42,1,1) = {" wg @@ -8435,7 +8516,7 @@ XZ XZ XZ XZ -gz +wg "} (43,1,1) = {" wg @@ -8629,7 +8710,7 @@ XZ XZ XZ XZ -gz +wg "} (44,1,1) = {" wg @@ -8823,7 +8904,7 @@ XZ XZ XZ XZ -gz +wg "} (45,1,1) = {" wg @@ -9017,7 +9098,7 @@ XZ XZ XZ XZ -gz +wg "} (46,1,1) = {" wg @@ -9211,7 +9292,7 @@ XZ XZ XZ XZ -gz +wg "} (47,1,1) = {" wg @@ -9405,7 +9486,7 @@ XZ XZ XZ XZ -gz +wg "} (48,1,1) = {" wg @@ -9599,7 +9680,7 @@ XZ XZ XZ XZ -gz +wg "} (49,1,1) = {" wg @@ -9793,7 +9874,7 @@ XZ XZ XZ XZ -gz +wg "} (50,1,1) = {" wg @@ -9987,7 +10068,7 @@ XZ XZ XZ XZ -gz +wg "} (51,1,1) = {" wg @@ -10181,7 +10262,7 @@ XZ XZ XZ XZ -gz +wg "} (52,1,1) = {" wg @@ -10375,7 +10456,7 @@ XZ XZ XZ XZ -gz +wg "} (53,1,1) = {" wg @@ -10569,7 +10650,7 @@ XZ XZ XZ XZ -gz +wg "} (54,1,1) = {" wg @@ -10763,7 +10844,7 @@ XZ XZ XZ XZ -gz +wg "} (55,1,1) = {" wg @@ -10957,7 +11038,7 @@ XZ XZ XZ XZ -gz +wg "} (56,1,1) = {" wg @@ -11151,7 +11232,7 @@ XZ XZ XZ XZ -gz +wg "} (57,1,1) = {" wg @@ -11345,7 +11426,7 @@ XZ XZ XZ XZ -gz +wg "} (58,1,1) = {" wg @@ -11539,7 +11620,7 @@ XZ XZ XZ XZ -gz +wg "} (59,1,1) = {" wg @@ -11733,7 +11814,7 @@ XZ XZ XZ XZ -gz +wg "} (60,1,1) = {" wg @@ -11927,7 +12008,7 @@ XZ XZ XZ XZ -gz +wg "} (61,1,1) = {" wg @@ -12121,7 +12202,7 @@ XZ XZ XZ XZ -gz +wg "} (62,1,1) = {" wg @@ -12315,7 +12396,7 @@ XZ XZ XZ XZ -gz +wg "} (63,1,1) = {" wg @@ -12509,7 +12590,7 @@ XZ XZ XZ XZ -gz +wg "} (64,1,1) = {" wg @@ -12703,7 +12784,7 @@ XZ XZ XZ XZ -gz +wg "} (65,1,1) = {" wg @@ -12897,7 +12978,7 @@ XZ XZ XZ XZ -gz +wg "} (66,1,1) = {" wg @@ -13091,7 +13172,7 @@ XZ XZ XZ XZ -gz +wg "} (67,1,1) = {" wg @@ -13285,7 +13366,7 @@ XZ XZ XZ XZ -gz +wg "} (68,1,1) = {" wg @@ -13479,7 +13560,7 @@ XZ XZ XZ XZ -gz +wg "} (69,1,1) = {" wg @@ -13673,7 +13754,7 @@ XZ XZ XZ XZ -gz +wg "} (70,1,1) = {" wg @@ -13867,7 +13948,7 @@ XZ XZ XZ XZ -gz +wg "} (71,1,1) = {" wg @@ -14061,7 +14142,7 @@ XZ XZ XZ XZ -gz +wg "} (72,1,1) = {" wg @@ -14255,7 +14336,7 @@ XZ XZ XZ XZ -gz +wg "} (73,1,1) = {" wg @@ -14449,7 +14530,7 @@ XZ XZ XZ XZ -gz +wg "} (74,1,1) = {" wg @@ -14643,7 +14724,7 @@ XZ XZ XZ XZ -gz +wg "} (75,1,1) = {" wg @@ -14837,7 +14918,7 @@ XZ XZ XZ XZ -gz +wg "} (76,1,1) = {" wg @@ -15031,7 +15112,7 @@ XZ XZ XZ XZ -gz +wg "} (77,1,1) = {" wg @@ -15225,7 +15306,7 @@ XZ XZ XZ XZ -gz +wg "} (78,1,1) = {" wg @@ -15419,7 +15500,7 @@ XZ XZ XZ XZ -gz +wg "} (79,1,1) = {" wg @@ -15613,7 +15694,7 @@ XZ XZ XZ XZ -gz +wg "} (80,1,1) = {" wg @@ -15807,7 +15888,7 @@ XZ XZ XZ XZ -gz +wg "} (81,1,1) = {" wg @@ -16001,7 +16082,7 @@ XZ XZ XZ XZ -gz +wg "} (82,1,1) = {" wg @@ -16195,7 +16276,7 @@ XZ XZ XZ XZ -gz +wg "} (83,1,1) = {" wg @@ -16389,7 +16470,7 @@ XZ XZ XZ XZ -gz +wg "} (84,1,1) = {" wg @@ -16583,7 +16664,7 @@ XZ XZ XZ XZ -gz +wg "} (85,1,1) = {" wg @@ -16777,7 +16858,7 @@ XZ XZ XZ XZ -gz +wg "} (86,1,1) = {" wg @@ -16971,7 +17052,7 @@ XZ XZ XZ XZ -gz +wg "} (87,1,1) = {" wg @@ -17165,7 +17246,7 @@ XZ XZ XZ XZ -gz +wg "} (88,1,1) = {" wg @@ -17359,7 +17440,7 @@ XZ XZ XZ XZ -gz +wg "} (89,1,1) = {" wg @@ -17553,7 +17634,7 @@ XZ XZ XZ XZ -gz +wg "} (90,1,1) = {" wg @@ -17747,7 +17828,7 @@ XZ XZ XZ XZ -gz +wg "} (91,1,1) = {" wg @@ -17941,7 +18022,7 @@ XZ XZ XZ XZ -gz +wg "} (92,1,1) = {" wg @@ -18135,7 +18216,7 @@ XZ XZ XZ XZ -gz +wg "} (93,1,1) = {" wg @@ -18329,7 +18410,7 @@ XZ XZ XZ XZ -gz +wg "} (94,1,1) = {" wg @@ -18523,7 +18604,7 @@ XZ XZ XZ XZ -gz +wg "} (95,1,1) = {" wg @@ -18717,7 +18798,7 @@ XZ XZ XZ XZ -gz +wg "} (96,1,1) = {" wg @@ -18911,7 +18992,7 @@ XZ XZ XZ XZ -gz +wg "} (97,1,1) = {" wg @@ -19105,7 +19186,7 @@ XZ XZ XZ XZ -gz +wg "} (98,1,1) = {" wg @@ -19299,7 +19380,7 @@ XZ XZ XZ XZ -gz +wg "} (99,1,1) = {" wg @@ -19493,7 +19574,7 @@ XZ XZ XZ XZ -gz +wg "} (100,1,1) = {" wg @@ -19687,7 +19768,7 @@ XZ XZ XZ XZ -gz +wg "} (101,1,1) = {" wg @@ -19881,7 +19962,7 @@ XZ XZ XZ XZ -gz +wg "} (102,1,1) = {" wg @@ -20075,7 +20156,7 @@ XZ XZ XZ XZ -gz +wg "} (103,1,1) = {" wg @@ -20269,7 +20350,7 @@ XZ XZ XZ XZ -gz +wg "} (104,1,1) = {" wg @@ -20463,7 +20544,7 @@ XZ XZ XZ XZ -gz +wg "} (105,1,1) = {" wg @@ -20657,7 +20738,7 @@ XZ XZ XZ XZ -gz +wg "} (106,1,1) = {" wg @@ -20851,7 +20932,7 @@ XZ XZ XZ XZ -gz +wg "} (107,1,1) = {" wg @@ -21045,7 +21126,7 @@ XZ XZ XZ XZ -gz +wg "} (108,1,1) = {" wg @@ -21239,7 +21320,7 @@ XZ XZ XZ XZ -gz +wg "} (109,1,1) = {" wg @@ -21433,7 +21514,7 @@ XZ XZ XZ XZ -gz +wg "} (110,1,1) = {" wg @@ -21627,7 +21708,7 @@ XZ XZ XZ XZ -gz +wg "} (111,1,1) = {" wg @@ -21821,7 +21902,7 @@ XZ XZ XZ XZ -gz +wg "} (112,1,1) = {" wg @@ -22015,7 +22096,7 @@ XZ XZ XZ XZ -gz +wg "} (113,1,1) = {" wg @@ -22209,7 +22290,7 @@ JW XZ XZ XZ -gz +wg "} (114,1,1) = {" wg @@ -22403,7 +22484,7 @@ JW XZ XZ XZ -gz +wg "} (115,1,1) = {" wg @@ -22597,7 +22678,7 @@ JW XZ XZ XZ -gz +wg "} (116,1,1) = {" wg @@ -22791,7 +22872,7 @@ XZ XZ XZ XZ -gz +wg "} (117,1,1) = {" wg @@ -22985,7 +23066,7 @@ XZ XZ XZ XZ -gz +wg "} (118,1,1) = {" wg @@ -23179,7 +23260,7 @@ XZ XZ XZ XZ -gz +wg "} (119,1,1) = {" wg @@ -23373,7 +23454,7 @@ XZ XZ XZ XZ -gz +wg "} (120,1,1) = {" wg @@ -23567,7 +23648,7 @@ XZ XZ XZ XZ -gz +wg "} (121,1,1) = {" wg @@ -23761,7 +23842,7 @@ XZ XZ XZ XZ -gz +wg "} (122,1,1) = {" wg @@ -23955,7 +24036,7 @@ XZ XZ XZ XZ -gz +wg "} (123,1,1) = {" wg @@ -24149,7 +24230,7 @@ XZ XZ XZ XZ -gz +wg "} (124,1,1) = {" wg @@ -24343,7 +24424,7 @@ XZ XZ XZ XZ -gz +wg "} (125,1,1) = {" wg @@ -24537,7 +24618,7 @@ XZ XZ XZ XZ -gz +wg "} (126,1,1) = {" wg @@ -24731,7 +24812,7 @@ XZ XZ XZ XZ -gz +wg "} (127,1,1) = {" wg @@ -24925,7 +25006,7 @@ XZ XZ XZ XZ -gz +wg "} (128,1,1) = {" wg @@ -25119,7 +25200,7 @@ XZ XZ XZ XZ -gz +wg "} (129,1,1) = {" wg @@ -25313,7 +25394,7 @@ XZ XZ XZ XZ -gz +wg "} (130,1,1) = {" wg @@ -25507,7 +25588,7 @@ XZ XZ XZ XZ -gz +wg "} (131,1,1) = {" wg @@ -25701,7 +25782,7 @@ XZ XZ XZ XZ -gz +wg "} (132,1,1) = {" wg @@ -25895,7 +25976,7 @@ XZ XZ XZ XZ -gz +wg "} (133,1,1) = {" wg @@ -26089,7 +26170,7 @@ XZ XZ XZ XZ -gz +wg "} (134,1,1) = {" wg @@ -26283,7 +26364,7 @@ XZ XZ XZ XZ -gz +wg "} (135,1,1) = {" wg @@ -26477,7 +26558,7 @@ XZ XZ XZ XZ -gz +wg "} (136,1,1) = {" wg @@ -26671,7 +26752,7 @@ XZ XZ XZ XZ -gz +wg "} (137,1,1) = {" wg @@ -26865,7 +26946,7 @@ XZ XZ XZ XZ -gz +wg "} (138,1,1) = {" wg @@ -27059,7 +27140,7 @@ XZ XZ XZ XZ -gz +wg "} (139,1,1) = {" wg @@ -27253,7 +27334,7 @@ XZ XZ XZ XZ -gz +wg "} (140,1,1) = {" wg @@ -27447,7 +27528,7 @@ XZ XZ XZ XZ -gz +wg "} (141,1,1) = {" wg @@ -27641,7 +27722,7 @@ XZ XZ XZ XZ -gz +wg "} (142,1,1) = {" wg @@ -27835,7 +27916,7 @@ XZ XZ XZ XZ -gz +wg "} (143,1,1) = {" wg @@ -28029,7 +28110,7 @@ XZ XZ XZ XZ -gz +wg "} (144,1,1) = {" wg @@ -28223,7 +28304,7 @@ XZ XZ XZ XZ -gz +wg "} (145,1,1) = {" wg @@ -28417,7 +28498,7 @@ XZ XZ XZ XZ -gz +wg "} (146,1,1) = {" wg @@ -28611,7 +28692,7 @@ XZ XZ XZ XZ -gz +wg "} (147,1,1) = {" wg @@ -28805,7 +28886,7 @@ XZ XZ XZ XZ -gz +wg "} (148,1,1) = {" wg @@ -28999,7 +29080,7 @@ XZ XZ XZ XZ -gz +wg "} (149,1,1) = {" wg @@ -29193,7 +29274,7 @@ XZ XZ XZ XZ -gz +wg "} (150,1,1) = {" wg @@ -29387,7 +29468,7 @@ XZ XZ XZ XZ -gz +wg "} (151,1,1) = {" wg @@ -29581,7 +29662,7 @@ XZ XZ XZ XZ -gz +wg "} (152,1,1) = {" wg @@ -29775,7 +29856,7 @@ XZ XZ XZ XZ -gz +wg "} (153,1,1) = {" wg @@ -29969,7 +30050,7 @@ XZ XZ XZ XZ -gz +wg "} (154,1,1) = {" wg @@ -30163,7 +30244,7 @@ XZ XZ XZ XZ -gz +wg "} (155,1,1) = {" wg @@ -30357,7 +30438,7 @@ XZ XZ XZ XZ -gz +wg "} (156,1,1) = {" wg @@ -30551,7 +30632,7 @@ XZ XZ XZ XZ -gz +wg "} (157,1,1) = {" wg @@ -30745,7 +30826,7 @@ XZ XZ XZ XZ -gz +wg "} (158,1,1) = {" wg @@ -30939,7 +31020,7 @@ XZ XZ XZ XZ -gz +wg "} (159,1,1) = {" wg @@ -31133,7 +31214,7 @@ XZ XZ XZ XZ -gz +wg "} (160,1,1) = {" wg @@ -31327,7 +31408,7 @@ XZ XZ XZ XZ -gz +wg "} (161,1,1) = {" wg @@ -31521,7 +31602,7 @@ XZ XZ XZ XZ -gz +wg "} (162,1,1) = {" wg @@ -31715,7 +31796,7 @@ XZ XZ XZ XZ -gz +wg "} (163,1,1) = {" wg @@ -31909,7 +31990,7 @@ XZ XZ XZ XZ -gz +wg "} (164,1,1) = {" wg @@ -32103,7 +32184,7 @@ XZ XZ XZ XZ -gz +wg "} (165,1,1) = {" wg @@ -32297,10 +32378,10 @@ XZ XZ XZ XZ -gz +wg "} (166,1,1) = {" -gz +wg UP JW JW @@ -32491,10 +32572,10 @@ XZ XZ XZ XZ -gz +wg "} (167,1,1) = {" -gz +wg XZ JW JW @@ -32685,10 +32766,10 @@ XZ XZ XZ XZ -gz +wg "} (168,1,1) = {" -gz +wg XZ XZ JW @@ -32879,10 +32960,10 @@ XZ XZ XZ XZ -gz +wg "} (169,1,1) = {" -gz +wg XZ XZ XZ @@ -33073,10 +33154,10 @@ XZ XZ XZ XZ -gz +wg "} (170,1,1) = {" -gz +wg XZ XZ XZ @@ -33267,10 +33348,10 @@ XZ XZ XZ XZ -gz +wg "} (171,1,1) = {" -gz +wg XZ XZ XZ @@ -33461,10 +33542,10 @@ XZ XZ XZ XZ -gz +wg "} (172,1,1) = {" -gz +wg XZ XZ XZ @@ -33655,10 +33736,10 @@ XZ XZ XZ XZ -gz +wg "} (173,1,1) = {" -gz +wg XZ XZ XZ @@ -33849,10 +33930,10 @@ XZ XZ XZ XZ -gz +wg "} (174,1,1) = {" -gz +wg XZ XZ XZ @@ -34037,16 +34118,16 @@ XZ XZ XZ XZ +Dc +Dc +Dc +Dc +Dc XZ -XZ -XZ -XZ -XZ -XZ -gz +wg "} (175,1,1) = {" -gz +wg XZ XZ XZ @@ -34231,16 +34312,16 @@ XZ XZ XZ XZ +Dc +EJ +Or +la +Dc XZ -XZ -XZ -XZ -XZ -XZ -gz +wg "} (176,1,1) = {" -gz +wg XZ XZ XZ @@ -34292,7 +34373,7 @@ JW JW XZ XZ -gz +wg XZ eI iq @@ -34418,23 +34499,23 @@ UP UP UP UP -UP +CM UP Js -UP +Js XZ XZ XZ +Dc +ab +EJ +Ev +Dc XZ -XZ -XZ -XZ -XZ -XZ -gz +wg "} (177,1,1) = {" -gz +wg XZ XZ XZ @@ -34486,7 +34567,7 @@ JW JW XZ XZ -gz +wg XZ eN eN @@ -34609,26 +34690,26 @@ UP UP UP UP -UP -UP -UP +Rm UP CM CM +CM +Js UP UP XZ +Dc +Dc +As +Nx +As +Dc XZ -XZ -XZ -XZ -XZ -XZ -XZ -gz +wg "} (178,1,1) = {" -gz +wg XZ XZ XZ @@ -34680,7 +34761,7 @@ XZ XZ XZ XZ -gz +wg XZ XZ eN @@ -34806,23 +34887,23 @@ UP UP UP UP -UP +CM +CM UP CM CM -NW +CM +Df +Ev +EJ +Ev +Ev Dc XZ -Dc -XZ -XZ -XZ -XZ -XZ -gz +wg "} (179,1,1) = {" -gz +wg XZ XZ XZ @@ -34874,7 +34955,7 @@ XZ XZ XZ XZ -gz +wg XZ XZ XZ @@ -34992,31 +35073,31 @@ JW JW UP UP -UP -UP XZ XZ UP UP UP UP -XZ UP UP CM +UP +Js CM UP UP -UP +Dc +Rb lf +Ev +RS +Dc XZ -XZ -XZ -XZ -gz +wg "} (180,1,1) = {" -gz +wg XZ XZ XZ @@ -35068,7 +35149,7 @@ XZ XZ XZ XZ -gz +wg XZ XZ XZ @@ -35186,31 +35267,31 @@ JW JW UP UP -UP -UP XZ XZ XZ UP UP UP -XZ -XZ -JR -CM -CM -CM UP UP UP -lf +UP +Js +UP +NW +Dc +Dc +Kt +xU +Ev +EJ +Dc XZ -XZ -XZ -gz +wg "} (181,1,1) = {" -gz +wg XZ XZ XZ @@ -35262,7 +35343,7 @@ XZ XZ XZ XZ -gz +wg XZ XZ XZ @@ -35380,31 +35461,31 @@ JW UP UP UP -UP -UP XZ XZ Dc Dc Df Dc -XZ -XZ -Dc -UP -UP -CM -CM -UP Js UP -lf -lf +CM +Js +Js +UP +mW +Dc +Dc +Dc +Dc +Df +Dc +Dc XZ -gz +wg "} (182,1,1) = {" -gz +wg XZ XZ XZ @@ -35456,7 +35537,7 @@ XZ XZ XZ XZ -gz +wg XZ XZ XZ @@ -35573,9 +35654,7 @@ XZ UP UP UP -UP -UP -UP +Js Dc Dc Dc @@ -35583,22 +35662,24 @@ EJ Eh Dc UP -UP -UP -Ms -Ov -Rb -Rm CM CM +CM +Js +Js +Js +Js +KK +OO UP UP -UP +Bn +Dc XZ -gz +wg "} (183,1,1) = {" -gz +wg XZ XZ XZ @@ -35650,7 +35731,7 @@ XZ XZ XZ XZ -gz +wg XZ XZ XZ @@ -35767,32 +35848,32 @@ XZ XZ UP UP -UP -UP -UP +Js Dc -Eh +gz Ev FM Ev Df -UP -UP -Kt -UP -LF +CM +CM +CM UP UP UP UP UP +KK UP UP +UP +Bn +Dc XZ -gz +wg "} (184,1,1) = {" -gz +wg XZ XZ XZ @@ -35844,7 +35925,7 @@ XZ XZ XZ XZ -gz +wg XZ XZ XZ @@ -35961,32 +36042,32 @@ XZ XZ UP UP -UP -UP -UP +Js Df -Ev +gz Ev Ev Ev Dc -UP -UP -LF -Mv -OI -LF -UP -UP -UP -UP +CM CM UP +UP +UP +LF +UP +LF +KK +UP +mH +UP +CM XZ -gz +XZ +wg "} (185,1,1) = {" -gz +wg XZ XZ XZ @@ -36038,7 +36119,7 @@ XZ XZ XZ XZ -gz +wg XZ XZ XZ @@ -36155,32 +36236,32 @@ XZ XZ XZ UP -UP -UP -UP +Js Dc -EJ +gz FM Iw II Dc UP +CM UP -Mc -Nx -OO -Nx -SE +UP +UP +LF Mv +OI +Xt UP UP -CM -CM +vj +NT XZ -gz +XZ +wg "} (186,1,1) = {" -gz +wg XZ XZ XZ @@ -36232,7 +36313,7 @@ XZ XZ XZ XZ -gz +wg XZ XZ XZ @@ -36350,8 +36431,6 @@ XZ XZ XZ XZ -XZ -UP Dc Dc Dc @@ -36360,21 +36439,23 @@ Dc Dc UP UP -Dc -Dc -Dc -Dc -Dc -UP UP UP UP +Mc +OI +LF +Lm +SE +Mv UP XZ -gz +XZ +XZ +wg "} (187,1,1) = {" -gz +wg XZ XZ XZ @@ -36426,7 +36507,7 @@ XZ XZ XZ XZ -gz +wg XZ XZ XZ @@ -36550,22 +36631,22 @@ XZ XZ XZ XZ -XZ -UP -UP -UP -UP +zQ +zQ +JR +zQ +zQ +Dc +Dc +Dc +Dc +Dc +Dc XZ XZ XZ XZ -XZ -UP -UP -UP -UP -XZ -gz +wg "} (188,1,1) = {" XZ @@ -36620,7 +36701,7 @@ XZ XZ XZ XZ -gz +wg XZ XZ XZ @@ -36744,25 +36825,25 @@ XZ XZ XZ XZ -UP -UP -UP -UP -UP +zQ +zQ +JR +zQ +zQ XZ XZ XZ XZ XZ XZ -UP -UP -UP XZ -gz +XZ +XZ +XZ +wg "} (189,1,1) = {" -gz +wg XZ XZ XZ @@ -36814,7 +36895,7 @@ XZ XZ XZ XZ -gz +wg XZ XZ XZ @@ -36938,11 +37019,11 @@ XZ XZ XZ XZ -UP -UP -UP -UP -UP +zQ +zQ +JR +zQ +Ms XZ XZ XZ @@ -36953,10 +37034,10 @@ XZ XZ XZ XZ -gz +wg "} (190,1,1) = {" -gz +wg XZ XZ XZ @@ -37008,7 +37089,7 @@ XZ XZ XZ XZ -gz +wg XZ XZ XZ @@ -37132,11 +37213,11 @@ XZ XZ XZ XZ -UP -UP -UP -UP -UP +Ov +zQ +JR +zQ +Ov XZ XZ XZ @@ -37147,10 +37228,10 @@ XZ XZ XZ XZ -gz +wg "} (191,1,1) = {" -gz +wg XZ XZ XZ @@ -37202,10 +37283,10 @@ XZ XZ XZ XZ -gz +wg XZ XZ -gz +wg XZ XZ zQ @@ -37326,11 +37407,11 @@ XZ XZ XZ XZ -UP -UP -UP -UP -UP +zQ +zQ +JR +zQ +zQ XZ XZ XZ @@ -37341,199 +37422,199 @@ XZ XZ XZ XZ -gz +wg "} (192,1,1) = {" -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg XZ -gz -gz -gz -gz -gz +wg +wg +wg +wg +wg WT WT WT WT WT -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg WT WT WT WT WT -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz -gz +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg +wg "} diff --git a/maps/submaps/level_specific/class_h/huntercamp.dmm b/maps/submaps/level_specific/class_h/huntercamp.dmm new file mode 100644 index 00000000000..8b69748c0bd --- /dev/null +++ b/maps/submaps/level_specific/class_h/huntercamp.dmm @@ -0,0 +1,368 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"f" = ( +/obj/structure/bed, +/turf/simulated/mineral/floor/cave, +/area/tether_away/beach/desert/poi/huntercamp) +"g" = ( +/turf/simulated/floor/outdoors/beach/sand/lowdesert, +/area/tether_away/beach/desert/poi/huntercamp) +"j" = ( +/turf/simulated/mineral/floor/cave, +/area/tether_away/beach/desert/poi/huntercamp) +"o" = ( +/obj/random/trash, +/turf/simulated/floor/outdoors/beach/sand/lowdesert, +/area/tether_away/beach/desert/poi/huntercamp) +"p" = ( +/obj/random/junk, +/turf/simulated/mineral/floor/cave, +/area/tether_away/beach/desert/poi/huntercamp) +"r" = ( +/obj/random/junk, +/turf/simulated/floor/outdoors/beach/sand/lowdesert, +/area/tether_away/beach/desert/poi/huntercamp) +"t" = ( +/obj/effect/debris/cleanable/blood/gibs, +/turf/simulated/floor/outdoors/beach/sand/lowdesert, +/area/tether_away/beach/desert/poi/huntercamp) +"u" = ( +/obj/structure/closet/crate/freezer, +/obj/item/reagent_containers/food/snacks/xenomeat/spidermeat, +/obj/item/reagent_containers/food/snacks/xenomeat/spidermeat, +/obj/item/reagent_containers/food/snacks/xenomeat/spidermeat, +/obj/item/reagent_containers/food/snacks/xenomeat/spidermeat, +/obj/item/reagent_containers/food/snacks/xenomeat/spidermeat, +/obj/item/reagent_containers/food/snacks/xenomeat/spidermeat, +/turf/simulated/mineral/floor/cave, +/area/tether_away/beach/desert/poi/huntercamp) +"x" = ( +/obj/structure/simple_door/wood, +/turf/simulated/mineral/floor/cave, +/area/tether_away/beach/desert/poi/huntercamp) +"y" = ( +/obj/item/flame/lighter/zippo/taj, +/turf/simulated/floor/outdoors/beach/sand/lowdesert, +/area/tether_away/beach/desert/poi/huntercamp) +"z" = ( +/obj/structure/table/standard, +/obj/item/material/knife/butch, +/turf/simulated/floor/outdoors/beach/sand/lowdesert, +/area/tether_away/beach/desert/poi/huntercamp) +"B" = ( +/obj/structure/closet/crate/freezer/rations, +/turf/simulated/mineral/floor/cave, +/area/tether_away/beach/desert/poi/huntercamp) +"D" = ( +/obj/structure/bonfire, +/obj/item/reagent_containers/cooking_container/grill, +/turf/simulated/floor/outdoors/beach/sand/lowdesert, +/area/tether_away/beach/desert/poi/huntercamp) +"I" = ( +/obj/structure/table/rack, +/obj/fiftyspawner/log, +/turf/simulated/floor/outdoors/beach/sand/lowdesert, +/area/tether_away/beach/desert/poi/huntercamp) +"K" = ( +/obj/structure/kitchenspike, +/obj/effect/debris/cleanable/blood/gibs, +/turf/simulated/floor/outdoors/beach/sand/lowdesert, +/area/tether_away/beach/desert/poi/huntercamp) +"L" = ( +/obj/structure/table/woodentable, +/obj/random/firstaid, +/obj/item/beartrap, +/obj/item/beartrap, +/obj/item/beartrap, +/obj/item/material/twohanded/spear, +/obj/item/material/twohanded/spear, +/turf/simulated/mineral/floor/cave, +/area/tether_away/beach/desert/poi/huntercamp) +"P" = ( +/obj/structure/sandbag, +/turf/simulated/floor/outdoors/beach/sand/lowdesert, +/area/tether_away/beach/desert/poi/huntercamp) +"R" = ( +/obj/structure/table/bench/wooden, +/turf/simulated/floor/outdoors/beach/sand/lowdesert, +/area/tether_away/beach/desert/poi/huntercamp) +"V" = ( +/turf/simulated/wall/wood, +/area/tether_away/beach/desert/poi/huntercamp) +"W" = ( +/obj/structure/table/woodentable, +/obj/item/flashlight/lantern, +/obj/item/material/knife/tacknife/survival, +/obj/item/material/knife/tacknife/survival, +/obj/item/gun/ballistic/bow, +/obj/item/storage/belt/quiver/full, +/turf/simulated/mineral/floor/cave, +/area/tether_away/beach/desert/poi/huntercamp) +"Z" = ( +/obj/structure/table/woodentable, +/obj/item/gun/ballistic/contender/taj/a762, +/obj/item/ammo_magazine/clip/c762/hunter, +/obj/item/storage/firstaid/toxin, +/obj/item/storage/fancy/cigar/taj, +/obj/random/junk, +/obj/item/ammo_magazine/clip/c762/hunter, +/turf/simulated/mineral/floor/cave, +/area/tether_away/beach/desert/poi/huntercamp) + +(1,1,1) = {" +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +"} +(2,1,1) = {" +a +a +g +g +g +g +g +g +g +g +g +g +g +a +a +"} +(3,1,1) = {" +a +g +V +V +V +V +V +V +V +g +P +P +P +g +a +"} +(4,1,1) = {" +a +g +V +L +f +p +f +u +V +g +o +I +P +g +a +"} +(5,1,1) = {" +a +g +V +W +j +j +j +j +x +g +r +g +P +g +a +"} +(6,1,1) = {" +a +g +V +Z +f +j +f +B +V +g +g +g +P +g +a +"} +(7,1,1) = {" +a +g +V +V +V +V +V +V +V +g +g +g +P +g +a +"} +(8,1,1) = {" +a +g +g +P +K +z +K +t +g +o +g +o +g +a +a +"} +(9,1,1) = {" +a +a +g +P +t +g +g +g +r +g +g +r +g +a +a +"} +(10,1,1) = {" +a +a +g +g +g +g +g +g +g +g +R +g +P +g +a +"} +(11,1,1) = {" +a +a +g +P +g +o +g +o +g +R +D +R +P +g +a +"} +(12,1,1) = {" +a +a +g +P +r +g +g +g +g +r +R +y +P +g +a +"} +(13,1,1) = {" +a +a +g +P +P +P +P +g +g +P +P +P +P +g +a +"} +(14,1,1) = {" +a +a +a +g +g +g +g +g +g +g +g +g +g +g +a +"} +(15,1,1) = {" +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +"} diff --git a/maps/submaps/level_specific/class_h/miningcamp.dmm b/maps/submaps/level_specific/class_h/miningcamp.dmm new file mode 100644 index 00000000000..86dee15a7f0 --- /dev/null +++ b/maps/submaps/level_specific/class_h/miningcamp.dmm @@ -0,0 +1,349 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/obj/structure/closet/crate/freezer/rations, +/turf/simulated/floor/outdoors/beach/sand/lowdesert, +/area/tether_away/beach/desert/poi/minecamp) +"b" = ( +/turf/simulated/floor/outdoors/beach/sand/lowdesert, +/area/tether_away/beach/desert/poi/minecamp) +"d" = ( +/obj/structure/table/woodentable, +/obj/item/flashlight/lantern, +/obj/item/pickaxe, +/obj/item/pickaxe, +/turf/simulated/mineral/floor/cave, +/area/tether_away/beach/desert/poi/minecamp) +"e" = ( +/obj/item/flame/lighter/zippo/taj, +/turf/simulated/floor/outdoors/beach/sand/lowdesert, +/area/tether_away/beach/desert/poi/minecamp) +"g" = ( +/turf/template_noop, +/area/template_noop) +"h" = ( +/turf/simulated/mineral/floor/cave, +/area/tether_away/beach/desert/poi/minecamp) +"j" = ( +/obj/structure/bonfire, +/turf/simulated/floor/outdoors/beach/sand/lowdesert, +/area/tether_away/beach/desert/poi/minecamp) +"m" = ( +/turf/simulated/wall/wood, +/area/tether_away/beach/desert/poi/minecamp) +"p" = ( +/obj/structure/table/rack, +/obj/fiftyspawner/log, +/turf/simulated/floor/outdoors/beach/sand/lowdesert, +/area/tether_away/beach/desert/poi/minecamp) +"q" = ( +/obj/random/junk, +/obj/random/trash, +/turf/simulated/floor/outdoors/beach/sand/lowdesert, +/area/tether_away/beach/desert/poi/minecamp) +"r" = ( +/obj/random/trash, +/turf/simulated/floor/outdoors/beach/sand/lowdesert, +/area/template_noop) +"w" = ( +/obj/random/junk, +/turf/simulated/floor/outdoors/beach/sand/lowdesert, +/area/tether_away/beach/desert/poi/minecamp) +"y" = ( +/obj/structure/table/rack, +/obj/item/storage/bag/ore, +/obj/item/storage/bag/ore, +/obj/item/storage/bag/ore, +/obj/item/storage/bag/ore, +/turf/simulated/floor/outdoors/beach/sand/lowdesert, +/area/tether_away/beach/desert/poi/minecamp) +"A" = ( +/obj/structure/bed/padded, +/turf/simulated/mineral/floor/cave, +/area/tether_away/beach/desert/poi/minecamp) +"B" = ( +/obj/structure/table/bench/wooden, +/turf/simulated/floor/outdoors/beach/sand/lowdesert, +/area/tether_away/beach/desert/poi/minecamp) +"L" = ( +/obj/random/trash, +/turf/simulated/floor/outdoors/beach/sand/lowdesert, +/area/tether_away/beach/desert/poi/minecamp) +"P" = ( +/obj/structure/ore_box, +/turf/simulated/floor/outdoors/beach/sand/lowdesert, +/area/tether_away/beach/desert/poi/minecamp) +"S" = ( +/obj/structure/sandbag, +/turf/simulated/floor/outdoors/beach/sand/lowdesert, +/area/tether_away/beach/desert/poi/minecamp) +"T" = ( +/obj/structure/simple_door/wood, +/turf/simulated/mineral/floor/cave, +/area/tether_away/beach/desert/poi/minecamp) +"U" = ( +/turf/simulated/floor/outdoors/beach/sand/lowdesert, +/area/template_noop) +"W" = ( +/obj/random/junk, +/turf/simulated/mineral/floor/cave, +/area/tether_away/beach/desert/poi/minecamp) +"Y" = ( +/obj/random/trash, +/turf/simulated/mineral/floor/cave, +/area/tether_away/beach/desert/poi/minecamp) + +(1,1,1) = {" +g +g +g +g +g +g +g +g +g +g +g +g +g +g +g +"} +(2,1,1) = {" +g +g +g +g +U +U +U +U +U +g +g +g +g +g +g +"} +(3,1,1) = {" +g +g +U +U +r +m +m +m +m +m +U +U +U +g +g +"} +(4,1,1) = {" +g +g +U +U +U +m +A +d +A +m +S +S +S +g +g +"} +(5,1,1) = {" +g +S +S +b +S +m +Y +h +W +m +P +p +S +U +g +"} +(6,1,1) = {" +g +S +w +b +b +m +m +T +m +m +b +b +S +U +g +"} +(7,1,1) = {" +g +S +b +L +w +b +b +b +b +b +b +w +b +U +g +"} +(8,1,1) = {" +g +S +b +b +b +b +b +b +b +L +b +b +b +U +g +"} +(9,1,1) = {" +g +S +y +m +m +T +m +m +B +B +b +L +S +U +g +"} +(10,1,1) = {" +g +S +S +m +h +W +Y +m +e +q +B +a +S +U +g +"} +(11,1,1) = {" +g +g +U +m +A +d +A +m +j +b +B +S +S +g +g +"} +(12,1,1) = {" +g +g +U +m +m +m +m +m +S +S +S +S +g +g +g +"} +(13,1,1) = {" +g +g +g +U +U +U +U +U +U +U +U +U +g +g +g +"} +(14,1,1) = {" +g +g +g +g +U +U +U +U +U +U +g +g +g +g +g +"} +(15,1,1) = {" +g +g +g +g +g +g +g +g +g +g +g +g +g +g +g +"} diff --git a/maps/submaps/level_specific/class_h/oilwellH.dmm b/maps/submaps/level_specific/class_h/oilwellH.dmm new file mode 100644 index 00000000000..084234d6b57 --- /dev/null +++ b/maps/submaps/level_specific/class_h/oilwellH.dmm @@ -0,0 +1,429 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/obj/structure/fence, +/obj/machinery/light/small{ + dir = 1; + pixel_x = -2 + }, +/turf/simulated/floor/outdoors/beach/sand/lowdesert, +/area/tether_away/beach/desert/poi/oilwell) +"b" = ( +/turf/simulated/floor/outdoors/beach/sand/lowdesert, +/area/tether_away/beach/desert/poi/oilwell) +"c" = ( +/obj/machinery/door/airlock/maintenance/engi{ + req_one_access = null + }, +/obj/effect/debris/cleanable/liquid_fuel, +/turf/simulated/floor/tiled/asteroid_steel, +/area/tether_away/beach/desert/poi/oilwell) +"d" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/turf/simulated/floor/tiled/asteroid_steel, +/area/tether_away/beach/desert/poi/oilwell) +"e" = ( +/obj/effect/debris/cleanable/liquid_fuel, +/turf/simulated/floor/tiled/asteroid_steel, +/area/tether_away/beach/desert/poi/oilwell) +"f" = ( +/obj/structure/sink/oil_well, +/obj/effect/debris/cleanable/liquid_fuel, +/turf/simulated/floor/outdoors/beach/sand/lowdesert, +/area/tether_away/beach/desert/poi/oilwell) +"g" = ( +/obj/structure/fence{ + dir = 1 + }, +/obj/machinery/light/small, +/turf/simulated/floor/outdoors/beach/sand/lowdesert, +/area/tether_away/beach/desert/poi/oilwell) +"j" = ( +/turf/simulated/floor/outdoors/beach/sand/lowdesert, +/area/template_noop) +"k" = ( +/obj/structure/closet/firecloset/full, +/turf/simulated/floor/tiled/asteroid_steel, +/area/tether_away/beach/desert/poi/oilwell) +"l" = ( +/turf/simulated/floor/tiled/asteroid_steel{ + outdoors = 1 + }, +/area/tether_away/beach/desert/poi/oilwell) +"n" = ( +/obj/effect/debris/cleanable/liquid_fuel/flamethrower_fuel, +/turf/simulated/floor/tiled/asteroid_steel, +/area/tether_away/beach/desert/poi/oilwell) +"o" = ( +/obj/structure/sign/signnew/flammables, +/turf/simulated/wall/sandstone/classh, +/area/tether_away/beach/desert/poi/oilwell) +"p" = ( +/obj/effect/debris/cleanable/liquid_fuel/flamethrower_fuel, +/turf/simulated/floor/tiled/asteroid_steel{ + outdoors = 1 + }, +/area/tether_away/beach/desert/poi/oilwell) +"q" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/tiled/asteroid_steel, +/area/tether_away/beach/desert/poi/oilwell) +"r" = ( +/obj/structure/fence, +/turf/simulated/floor/outdoors/beach/sand/lowdesert, +/area/tether_away/beach/desert/poi/oilwell) +"u" = ( +/obj/structure/fence{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/outdoors/beach/sand/lowdesert, +/area/tether_away/beach/desert/poi/oilwell) +"v" = ( +/obj/structure/fence, +/obj/machinery/light/small, +/turf/simulated/floor/outdoors/beach/sand/lowdesert, +/area/tether_away/beach/desert/poi/oilwell) +"w" = ( +/obj/effect/debris/cleanable/liquid_fuel, +/turf/simulated/floor/outdoors/beach/sand/lowdesert, +/area/tether_away/beach/desert/poi/oilwell) +"x" = ( +/obj/structure/fence{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/outdoors/beach/sand/lowdesert, +/area/tether_away/beach/desert/poi/oilwell) +"C" = ( +/obj/structure/fence/door/locked{ + dir = 4 + }, +/turf/simulated/floor/tiled/asteroid_steel{ + outdoors = 1 + }, +/area/tether_away/beach/desert/poi/oilwell) +"E" = ( +/obj/structure/table/rack/shelf, +/obj/random/maintenance/engineering, +/obj/random/maintenance/engineering, +/obj/random/maintenance/engineering, +/obj/random/maintenance/engineering, +/obj/random/maintenance/engineering, +/obj/random/maintenance/engineering, +/obj/random/maintenance/engineering, +/obj/random/maintenance/engineering, +/obj/random/maintenance/engineering, +/obj/random/maintenance/engineering, +/obj/random/maintenance/engineering, +/obj/random/maintenance/engineering, +/turf/simulated/floor/tiled/asteroid_steel, +/area/tether_away/beach/desert/poi/oilwell) +"F" = ( +/turf/simulated/wall, +/area/tether_away/beach/desert/poi/oilwell) +"L" = ( +/obj/effect/debris/cleanable/liquid_fuel, +/turf/simulated/floor/tiled/asteroid_steel{ + outdoors = 1 + }, +/area/tether_away/beach/desert/poi/oilwell) +"N" = ( +/obj/structure/fence{ + dir = 1 + }, +/turf/simulated/floor/outdoors/beach/sand/lowdesert, +/area/tether_away/beach/desert/poi/oilwell) +"O" = ( +/turf/template_noop, +/area/template_noop) +"P" = ( +/obj/structure/table/standard, +/obj/machinery/light/small{ + dir = 1; + pixel_x = -2 + }, +/obj/item/shovel, +/obj/item/reagent_containers/glass/bucket, +/obj/item/reagent_containers/glass/bucket, +/obj/item/reagent_containers/glass/bucket, +/obj/effect/debris/cleanable/liquid_fuel/flamethrower_fuel, +/turf/simulated/floor/tiled/asteroid_steel, +/area/tether_away/beach/desert/poi/oilwell) +"S" = ( +/obj/effect/debris/cleanable/liquid_fuel/flamethrower_fuel, +/turf/simulated/floor/outdoors/beach/sand/lowdesert, +/area/tether_away/beach/desert/poi/oilwell) +"V" = ( +/obj/structure/fence/door/locked, +/turf/simulated/floor/tiled/asteroid_steel{ + outdoors = 1 + }, +/area/tether_away/beach/desert/poi/oilwell) +"X" = ( +/obj/structure/fence{ + dir = 4 + }, +/turf/simulated/floor/outdoors/beach/sand/lowdesert, +/area/tether_away/beach/desert/poi/oilwell) + +(1,1,1) = {" +O +O +O +O +O +O +j +O +O +O +O +j +j +j +O +"} +(2,1,1) = {" +O +O +O +O +j +j +j +j +j +j +j +j +j +j +O +"} +(3,1,1) = {" +O +j +o +a +r +r +r +C +N +N +g +o +j +j +O +"} +(4,1,1) = {" +j +j +u +S +w +S +b +l +S +w +S +u +j +j +O +"} +(5,1,1) = {" +O +j +X +w +f +w +w +L +f +w +w +X +j +O +O +"} +(6,1,1) = {" +O +j +V +l +L +l +L +l +w +S +w +X +j +O +O +"} +(7,1,1) = {" +j +j +X +S +w +w +f +l +L +w +f +X +j +O +O +"} +(8,1,1) = {" +O +j +F +F +F +F +w +S +l +L +p +V +j +j +O +"} +(9,1,1) = {" +O +j +F +d +n +F +w +b +l +w +b +X +j +j +O +"} +(10,1,1) = {" +O +j +F +P +e +c +L +l +l +f +S +X +j +O +O +"} +(11,1,1) = {" +j +j +F +E +n +F +w +L +w +w +w +X +j +O +O +"} +(12,1,1) = {" +O +j +F +k +q +F +f +p +b +S +f +x +j +O +O +"} +(13,1,1) = {" +O +j +F +F +F +F +r +C +r +r +v +o +j +O +O +"} +(14,1,1) = {" +O +O +O +O +O +j +j +j +j +j +j +j +j +O +O +"} +(15,1,1) = {" +O +O +O +O +O +O +j +j +j +j +O +O +O +O +O +"} diff --git a/maps/submaps/level_specific/class_h/piratehideout.dmm b/maps/submaps/level_specific/class_h/piratehideout.dmm new file mode 100644 index 00000000000..adcd689ad27 --- /dev/null +++ b/maps/submaps/level_specific/class_h/piratehideout.dmm @@ -0,0 +1,2164 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"bM" = ( +/mob/living/simple_mob/humanoid/pirate/ranged/shotgun/armored, +/turf/simulated/floor/tiled/steel_dirty, +/area/tether_away/beach/desert/poi/piratehideout) +"ci" = ( +/obj/structure/sink/kitchen{ + dir = 4; + pixel_x = -13 + }, +/turf/simulated/floor/tiled/steel_dirty, +/area/tether_away/beach/desert/poi/piratehideout) +"cw" = ( +/obj/machinery/microwave, +/obj/structure/table/steel_reinforced, +/turf/simulated/floor/tiled/old_tile, +/area/tether_away/beach/desert/poi/piratehideout) +"cB" = ( +/turf/template_noop, +/area/template_noop) +"cJ" = ( +/obj/structure/table/rack, +/obj/item/storage/toolbox/syndicate, +/obj/item/stack/cable_coil/random, +/obj/item/stack/cable_coil/random, +/obj/item/stack/cable_coil/random, +/turf/simulated/floor/tiled/steel_dirty, +/area/tether_away/beach/desert/poi/piratehideout) +"cV" = ( +/obj/structure/table/steel_reinforced, +/obj/random/junk, +/turf/simulated/floor/tiled/steel_dirty, +/area/tether_away/beach/desert/poi/piratehideout) +"dr" = ( +/obj/structure/toilet{ + dir = 1 + }, +/obj/structure/loot_pile/surface/medicine_cabinet/fresh{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled/old_tile/white, +/area/tether_away/beach/desert/poi/piratehideout) +"dC" = ( +/obj/structure/table/rack/shelf/steel, +/obj/item/gun/energy/zip, +/turf/simulated/floor/wood/classh, +/area/tether_away/beach/desert/poi/piratehideout) +"eA" = ( +/obj/structure/bed, +/obj/item/bedsheet, +/obj/random/contraband, +/turf/simulated/floor/tiled/steel_dirty, +/area/tether_away/beach/desert/poi/piratehideout) +"fc" = ( +/obj/structure/closet/secure_closet{ + req_one_access = list(168) + }, +/turf/simulated/floor/wood/classh, +/area/tether_away/beach/desert/poi/piratehideout) +"fE" = ( +/turf/simulated/mineral/cave, +/area/tether_away/beach/desert/poi) +"fM" = ( +/obj/structure/flora/pottedplant/large, +/turf/simulated/floor/tiled/steel_dirty, +/area/tether_away/beach/desert/poi/piratehideout) +"fV" = ( +/turf/simulated/floor/tiled/old_tile/white, +/area/tether_away/beach/desert/poi/piratehideout) +"gb" = ( +/obj/random/junk, +/turf/simulated/floor/tiled/steel_dirty, +/area/tether_away/beach/desert/poi/piratehideout) +"gi" = ( +/obj/structure/table/rack, +/obj/item/reagent_containers/spray/windowsealant, +/obj/item/soap/syndie, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/tiled/steel_dirty, +/area/tether_away/beach/desert/poi/piratehideout) +"gV" = ( +/obj/structure/mopbucket, +/obj/item/mop, +/turf/simulated/floor/tiled/steel_dirty, +/area/tether_away/beach/desert/poi/piratehideout) +"ha" = ( +/obj/structure/table/standard, +/obj/structure/salvageable/personal, +/turf/simulated/floor/tiled/steel_dirty, +/area/tether_away/beach/desert/poi/piratehideout) +"hD" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/tiled/steel_dirty, +/area/tether_away/beach/desert/poi/piratehideout) +"hE" = ( +/obj/structure/sign/graffiti/pisoff{ + pixel_y = -32 + }, +/turf/simulated/mineral/floor/cave, +/area/tether_away/beach/desert/poi) +"iZ" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/simulated/floor/tiled/steel_dirty, +/area/tether_away/beach/desert/poi/piratehideout) +"jI" = ( +/obj/structure/bed, +/obj/item/bedsheet, +/turf/simulated/floor/tiled/steel_dirty, +/area/tether_away/beach/desert/poi/piratehideout) +"jP" = ( +/obj/machinery/door/airlock/hatch{ + req_one_access = list(168) + }, +/turf/simulated/floor/tiled/old_tile/white, +/area/tether_away/beach/desert/poi/piratehideout) +"lR" = ( +/obj/machinery/vending/snack, +/turf/simulated/floor/tiled/steel_dirty, +/area/tether_away/beach/desert/poi/piratehideout) +"nh" = ( +/obj/structure/bed/chair/office{ + dir = 8 + }, +/turf/simulated/floor/wood/classh, +/area/tether_away/beach/desert/poi/piratehideout) +"nZ" = ( +/obj/machinery/light/small, +/obj/structure/table/woodentable, +/obj/random/contraband, +/turf/simulated/floor/wood/classh, +/area/tether_away/beach/desert/poi/piratehideout) +"pE" = ( +/turf/simulated/wall/solidrock, +/area/tether_away/beach/desert/poi) +"qk" = ( +/obj/structure/bed/chair/comfy/orange{ + dir = 8 + }, +/mob/living/simple_mob/humanoid/pirate/mate/ranged/shotgun, +/turf/simulated/floor/wood/classh, +/area/tether_away/beach/desert/poi/piratehideout) +"qO" = ( +/obj/machinery/light, +/turf/simulated/floor/tiled/old_tile, +/area/tether_away/beach/desert/poi/piratehideout) +"rz" = ( +/turf/simulated/floor/wood/classh, +/area/tether_away/beach/desert/poi/piratehideout) +"sx" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/steel_dirty, +/area/tether_away/beach/desert/poi/piratehideout) +"sF" = ( +/turf/simulated/wall/r_wall, +/area/tether_away/beach/desert/poi/piratehideout) +"sT" = ( +/obj/structure/salvageable/server_os, +/turf/simulated/floor/tiled/steel_dirty, +/area/tether_away/beach/desert/poi/piratehideout) +"tP" = ( +/obj/structure/sink/kitchen{ + pixel_y = 28 + }, +/turf/simulated/floor/tiled/old_tile, +/area/tether_away/beach/desert/poi/piratehideout) +"uH" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/tiled/old_tile/white, +/area/tether_away/beach/desert/poi/piratehideout) +"uQ" = ( +/obj/structure/table/steel_reinforced, +/turf/simulated/floor/tiled/steel_dirty, +/area/tether_away/beach/desert/poi/piratehideout) +"vL" = ( +/obj/structure/table/bench/steel, +/turf/simulated/floor/tiled/steel_dirty, +/area/tether_away/beach/desert/poi/piratehideout) +"wA" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/salvageable/machine_os, +/turf/simulated/floor/tiled/steel_dirty, +/area/tether_away/beach/desert/poi/piratehideout) +"wR" = ( +/turf/simulated/floor/wood/broken, +/area/tether_away/beach/desert/poi/piratehideout) +"xg" = ( +/obj/structure/sandbag, +/turf/simulated/floor/tiled/steel_dirty, +/area/tether_away/beach/desert/poi/piratehideout) +"zA" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -11 + }, +/turf/simulated/floor/tiled/old_tile/white, +/area/tether_away/beach/desert/poi/piratehideout) +"zX" = ( +/obj/machinery/vending/glukoz, +/turf/simulated/floor/tiled/steel_dirty, +/area/tether_away/beach/desert/poi/piratehideout) +"An" = ( +/obj/structure/salvageable/console_broken_os, +/turf/simulated/floor/tiled/steel_dirty, +/area/tether_away/beach/desert/poi/piratehideout) +"Bh" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/tiled/steel_dirty, +/area/tether_away/beach/desert/poi/piratehideout) +"Bi" = ( +/obj/structure/table/bench/steel, +/obj/random/junk, +/turf/simulated/floor/tiled/steel_dirty, +/area/tether_away/beach/desert/poi/piratehideout) +"CS" = ( +/obj/structure/table/woodentable, +/obj/random/contraband, +/turf/simulated/floor/wood/classh, +/area/tether_away/beach/desert/poi/piratehideout) +"EI" = ( +/turf/simulated/floor/tiled/old_tile, +/area/tether_away/beach/desert/poi/piratehideout) +"EL" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/tiled/steel_dirty, +/area/tether_away/beach/desert/poi/piratehideout) +"Fh" = ( +/obj/effect/shuttle_landmark/premade/miaphus/piratehideout, +/turf/simulated/floor/tiled/steel_dirty, +/area/tether_away/beach/desert/poi/piratehideout) +"Fj" = ( +/obj/machinery/door/airlock/hatch{ + req_one_access = list(168) + }, +/turf/simulated/floor/tiled/old_tile, +/area/tether_away/beach/desert/poi/piratehideout) +"FT" = ( +/obj/structure/bed/chair/office{ + dir = 4 + }, +/turf/simulated/floor/wood/broken, +/area/tether_away/beach/desert/poi/piratehideout) +"Ge" = ( +/obj/structure/toilet{ + pixel_y = 16 + }, +/turf/simulated/floor/tiled/old_tile/white, +/area/tether_away/beach/desert/poi/piratehideout) +"GQ" = ( +/obj/structure/sink/kitchen{ + pixel_y = 28 + }, +/turf/simulated/floor/tiled/steel_dirty, +/area/tether_away/beach/desert/poi/piratehideout) +"Js" = ( +/obj/machinery/portable_atmospherics/canister/phoron, +/turf/simulated/floor/tiled/steel_dirty, +/area/tether_away/beach/desert/poi/piratehideout) +"KS" = ( +/turf/simulated/floor/tiled/steel_dirty, +/area/tether_away/beach/desert/poi/piratehideout) +"Lf" = ( +/obj/structure/table/steel_reinforced, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/deck/cards, +/turf/simulated/floor/tiled/steel_dirty, +/area/tether_away/beach/desert/poi/piratehideout) +"LI" = ( +/mob/living/simple_mob/humanoid/pirate/ranged/handcannon, +/turf/simulated/floor/tiled/steel_dirty, +/area/tether_away/beach/desert/poi/piratehideout) +"LN" = ( +/obj/structure/bed, +/obj/item/bedsheet/cosmos, +/turf/simulated/floor/wood/classh, +/area/tether_away/beach/desert/poi/piratehideout) +"MA" = ( +/obj/structure/table/rack/shelf/steel, +/obj/random/multiple/treasure, +/turf/simulated/floor/wood/classh, +/area/tether_away/beach/desert/poi/piratehideout) +"MB" = ( +/obj/machinery/door/airlock/hatch{ + req_one_access = list(168) + }, +/turf/simulated/floor/tiled/steel_dirty, +/area/tether_away/beach/desert/poi/piratehideout) +"MC" = ( +/obj/machinery/light/small, +/turf/simulated/floor/tiled/steel_dirty, +/area/tether_away/beach/desert/poi/piratehideout) +"MT" = ( +/obj/random/junk, +/turf/simulated/floor/tiled/old_tile, +/area/tether_away/beach/desert/poi/piratehideout) +"MW" = ( +/obj/machinery/shower{ + pixel_y = 18 + }, +/obj/structure/curtain/open/shower, +/obj/structure/window/reinforced/tinted/frosted{ + dir = 4 + }, +/turf/simulated/floor/tiled/old_tile/white, +/area/tether_away/beach/desert/poi/piratehideout) +"Nu" = ( +/obj/structure/table/steel_reinforced, +/obj/item/reagent_containers/food/condiment/small/saltshaker{ + pixel_y = 12 + }, +/obj/item/reagent_containers/food/condiment/small/peppermill{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/item/reagent_containers/food/condiment/enzyme{ + layer = 5; + pixel_x = -6; + pixel_y = 16 + }, +/obj/item/reagent_containers/glass/beaker, +/obj/item/reagent_containers/glass/beaker, +/turf/simulated/floor/tiled/old_tile, +/area/tether_away/beach/desert/poi/piratehideout) +"Od" = ( +/obj/machinery/shower{ + pixel_y = 18 + }, +/obj/structure/curtain/open/shower, +/turf/simulated/floor/tiled/old_tile/white, +/area/tether_away/beach/desert/poi/piratehideout) +"Oo" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/turf/simulated/floor/tiled/old_tile, +/area/tether_away/beach/desert/poi/piratehideout) +"OP" = ( +/obj/structure/table/steel_reinforced, +/obj/item/material/knife/butch, +/obj/item/material/kitchen/rollingpin, +/turf/simulated/floor/tiled/old_tile, +/area/tether_away/beach/desert/poi/piratehideout) +"OZ" = ( +/obj/machinery/light, +/obj/machinery/portable_atmospherics/canister/air, +/turf/simulated/floor/tiled/steel_dirty, +/area/tether_away/beach/desert/poi/piratehideout) +"PU" = ( +/obj/machinery/light, +/turf/simulated/floor/tiled/steel_dirty, +/area/tether_away/beach/desert/poi/piratehideout) +"Qt" = ( +/obj/machinery/door/airlock/hatch{ + req_one_access = list(168) + }, +/turf/simulated/floor/wood/classh, +/area/tether_away/beach/desert/poi/piratehideout) +"QL" = ( +/obj/structure/loot_pile/surface/medicine_cabinet/fresh{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled/old_tile/white, +/area/tether_away/beach/desert/poi/piratehideout) +"Rb" = ( +/obj/machinery/door/airlock/glass{ + req_access = null; + req_one_access = list(168) + }, +/turf/simulated/floor/tiled/steel_dirty, +/area/tether_away/beach/desert/poi/piratehideout) +"Rh" = ( +/obj/structure/table/steel_reinforced, +/obj/item/storage/box/glasses/shot, +/obj/item/storage/box/glasses/rocks, +/obj/item/storage/box/glasses/mug, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/steel_dirty, +/area/tether_away/beach/desert/poi/piratehideout) +"Rl" = ( +/mob/living/simple_mob/humanoid/pirate/ranged, +/turf/simulated/floor/tiled/steel_dirty, +/area/tether_away/beach/desert/poi/piratehideout) +"Rm" = ( +/obj/machinery/door/blast/regular{ + dir = 8 + }, +/turf/simulated/floor/tiled/steel_dirty, +/area/tether_away/beach/desert/poi/piratehideout) +"Rs" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/flour, +/obj/effect/floor_decal/rust, +/turf/simulated/floor/tiled/old_tile, +/area/tether_away/beach/desert/poi/piratehideout) +"Uy" = ( +/obj/structure/closet/crate/bin, +/obj/random/junk, +/obj/random/junk, +/obj/random/junk, +/obj/random/junk, +/obj/random/junk, +/obj/random/junk, +/obj/item/reagent_containers/hypospray/glukoz/empty, +/obj/item/reagent_containers/hypospray/glukoz/empty, +/obj/item/reagent_containers/hypospray/glukoz/empty, +/obj/item/reagent_containers/hypospray/glukoz/empty, +/obj/item/reagent_containers/hypospray/glukoz/empty, +/obj/item/reagent_containers/hypospray/glukoz/empty, +/turf/simulated/floor/tiled/steel_dirty, +/area/tether_away/beach/desert/poi/piratehideout) +"UL" = ( +/turf/simulated/mineral/floor/cave, +/area/tether_away/beach/desert/poi) +"UP" = ( +/obj/structure/flora/pottedplant/decorative, +/turf/simulated/floor/tiled/steel_dirty, +/area/tether_away/beach/desert/poi/piratehideout) +"VD" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/steel_dirty, +/area/tether_away/beach/desert/poi/piratehideout) +"Xt" = ( +/obj/structure/closet/crate{ + name = "Spare Rations" + }, +/obj/random/mre, +/obj/random/mre, +/obj/random/mre, +/obj/random/mre, +/obj/random/mre, +/turf/simulated/floor/tiled/old_tile, +/area/tether_away/beach/desert/poi/piratehideout) +"XJ" = ( +/mob/living/simple_mob/humanoid/pirate/ranged/armored, +/turf/simulated/floor/tiled/steel_dirty, +/area/tether_away/beach/desert/poi/piratehideout) +"XS" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/wood/classh, +/area/tether_away/beach/desert/poi/piratehideout) +"YM" = ( +/obj/structure/table/steel_reinforced, +/obj/random/alcohol, +/obj/random/alcohol, +/obj/random/alcohol, +/obj/random/alcohol, +/obj/random/alcohol, +/obj/item/reagent_containers/food/drinks/bottle/rum, +/obj/item/reagent_containers/food/drinks/bottle/rum, +/obj/item/reagent_containers/food/drinks/bottle/rum, +/turf/simulated/floor/tiled/steel_dirty, +/area/tether_away/beach/desert/poi/piratehideout) +"Zd" = ( +/obj/machinery/vending/sovietsoda, +/turf/simulated/floor/tiled/steel_dirty, +/area/tether_away/beach/desert/poi/piratehideout) +"Zs" = ( +/obj/structure/table/woodentable, +/obj/item/reagent_containers/food/drinks/bottle/whiterum, +/obj/random/contraband, +/obj/random/contraband, +/obj/random/contraband, +/obj/random/contraband, +/turf/simulated/floor/wood/classh, +/area/tether_away/beach/desert/poi/piratehideout) + +(1,1,1) = {" +cB +fE +fE +fE +fE +fE +fE +fE +fE +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +"} +(2,1,1) = {" +cB +fE +fE +fE +fE +fE +fE +fE +fE +fE +fE +fE +fE +fE +fE +fE +fE +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +"} +(3,1,1) = {" +fE +fE +fE +fE +UL +fE +fE +fE +fE +fE +fE +fE +fE +fE +fE +fE +fE +fE +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +"} +(4,1,1) = {" +fE +fE +fE +UL +UL +UL +UL +fE +fE +fE +fE +fE +fE +fE +fE +fE +fE +fE +fE +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +fE +fE +cB +cB +cB +cB +"} +(5,1,1) = {" +fE +fE +fE +UL +UL +UL +UL +UL +fE +fE +pE +pE +pE +pE +pE +pE +fE +fE +fE +UL +UL +UL +UL +UL +UL +UL +UL +UL +UL +UL +UL +UL +UL +UL +fE +fE +fE +cB +cB +cB +"} +(6,1,1) = {" +fE +fE +UL +UL +fE +fE +UL +UL +fE +fE +sF +sF +sF +sF +sF +pE +fE +fE +fE +UL +UL +UL +UL +UL +UL +UL +UL +UL +UL +UL +UL +UL +UL +UL +fE +fE +fE +fE +cB +cB +"} +(7,1,1) = {" +fE +fE +UL +UL +fE +fE +UL +UL +UL +hE +sF +KS +xg +bM +sF +pE +fE +fE +fE +UL +UL +UL +UL +UL +UL +UL +UL +UL +UL +UL +UL +UL +UL +UL +fE +fE +fE +fE +fE +cB +"} +(8,1,1) = {" +fE +fE +UL +UL +fE +fE +fE +UL +UL +UL +MB +KS +xg +MC +sF +pE +pE +pE +pE +UL +UL +UL +UL +UL +UL +UL +UL +UL +UL +UL +UL +UL +UL +UL +pE +pE +fE +fE +fE +cB +"} +(9,1,1) = {" +fE +fE +UL +UL +fE +fE +fE +fE +fE +fE +sF +KS +KS +KS +sF +pE +pE +pE +sF +Rm +Rm +Rm +Rm +Rm +Rm +Rm +Rm +Rm +Rm +Rm +Rm +Rm +Rm +Rm +sF +pE +fE +fE +fE +cB +"} +(10,1,1) = {" +fE +fE +UL +UL +fE +fE +fE +fE +fE +pE +sF +sF +MB +sF +sF +sF +sF +sF +sF +KS +gb +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +sF +pE +fE +fE +fE +cB +"} +(11,1,1) = {" +fE +fE +fE +UL +UL +fE +fE +fE +fE +pE +sF +zX +KS +KS +sF +Bi +Lf +vL +sF +sx +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +gb +PU +sF +pE +pE +pE +fE +cB +"} +(12,1,1) = {" +fE +fE +fE +fE +UL +UL +UL +fE +fE +pE +sF +Zd +KS +KS +MB +KS +vL +KS +sF +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +sF +sF +sF +pE +fE +cB +"} +(13,1,1) = {" +cB +fE +fE +fE +UL +UL +UL +UL +fE +pE +sF +fM +KS +KS +sF +KS +KS +gb +sF +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +hD +hD +sF +pE +fE +cB +"} +(14,1,1) = {" +cB +fE +fE +fE +fE +fE +UL +UL +fE +pE +sF +ha +vL +PU +sF +vL +vL +KS +sF +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +gb +KS +iZ +OZ +sF +pE +fE +cB +"} +(15,1,1) = {" +cB +cB +cB +fE +fE +UL +UL +UL +fE +pE +sF +gb +KS +KS +sF +uQ +cV +KS +sF +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +Js +Js +sF +pE +fE +cB +"} +(16,1,1) = {" +cB +cB +fE +fE +UL +UL +UL +UL +fE +pE +sF +KS +KS +KS +sF +GQ +LI +KS +sF +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +sF +sF +sF +pE +fE +cB +"} +(17,1,1) = {" +cB +cB +UL +UL +UL +UL +UL +fE +fE +pE +sF +An +KS +KS +sF +YM +Rh +KS +sF +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +sF +pE +pE +pE +fE +cB +"} +(18,1,1) = {" +cB +cB +UL +UL +fE +fE +fE +fE +fE +pE +sF +sT +gb +KS +sF +sF +sF +Fj +sF +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +sF +pE +fE +fE +fE +cB +"} +(19,1,1) = {" +cB +cB +fE +fE +fE +pE +pE +pE +pE +pE +sF +wA +KS +KS +sF +cw +OP +EI +sF +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +PU +sF +pE +fE +fE +fE +cB +"} +(20,1,1) = {" +cB +cB +fE +fE +fE +pE +sF +sF +sF +sF +sF +Uy +KS +KS +sF +Nu +MT +EI +sF +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +sF +pE +fE +fE +fE +cB +"} +(21,1,1) = {" +cB +cB +fE +fE +fE +pE +sF +MW +uH +zA +sF +KS +KS +KS +sF +tP +EI +qO +sF +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +gb +sF +pE +fE +fE +fE +cB +"} +(22,1,1) = {" +cB +cB +fE +fE +fE +pE +sF +Ge +fV +QL +sF +KS +KS +KS +Fj +EI +EI +EI +sF +sx +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +sF +pE +fE +fE +fE +cB +"} +(23,1,1) = {" +cB +cB +fE +fE +fE +pE +sF +sF +jP +sF +sF +KS +KS +KS +sF +Xt +Rs +Oo +sF +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +sF +pE +fE +fE +fE +cB +"} +(24,1,1) = {" +cB +cB +cB +fE +fE +pE +sF +eA +KS +jI +sF +KS +KS +PU +sF +sF +sF +sF +sF +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +sF +pE +fE +fE +fE +cB +"} +(25,1,1) = {" +cB +cB +cB +fE +fE +pE +sF +XJ +Rl +KS +MB +KS +gb +KS +sF +KS +EL +KS +sF +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +sF +pE +fE +fE +fE +cB +"} +(26,1,1) = {" +cB +cB +cB +fE +fE +pE +sF +jI +Bh +eA +sF +KS +KS +KS +Rb +KS +KS +KS +Rb +KS +KS +Fh +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +PU +sF +pE +fE +fE +fE +cB +"} +(27,1,1) = {" +cB +cB +cB +fE +fE +pE +sF +sF +sF +sF +sF +lR +KS +UP +sF +KS +gb +KS +sF +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +sF +pE +fE +fE +fE +cB +"} +(28,1,1) = {" +cB +cB +cB +fE +fE +pE +pE +pE +pE +pE +sF +sF +MB +sF +sF +sF +sF +sF +sF +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +sF +pE +pE +pE +fE +cB +"} +(29,1,1) = {" +cB +cB +cB +fE +fE +fE +fE +fE +fE +pE +sF +rz +rz +wR +sF +Od +uH +dr +sF +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +sF +sF +sF +pE +fE +cB +"} +(30,1,1) = {" +cB +cB +cB +fE +fE +fE +fE +fE +fE +pE +sF +rz +FT +rz +sF +sF +jP +sF +sF +sx +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +ci +gV +sF +pE +fE +cB +"} +(31,1,1) = {" +cB +cB +cB +cB +cB +cB +cB +fE +fE +pE +sF +rz +CS +nZ +sF +XS +rz +Zs +sF +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +PU +sF +pE +fE +cB +"} +(32,1,1) = {" +cB +cB +cB +cB +cB +cB +cB +fE +fE +pE +sF +wR +qk +wR +Qt +wR +rz +nh +sF +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +cJ +gi +sF +pE +fE +cB +"} +(33,1,1) = {" +cB +cB +cB +cB +cB +cB +cB +fE +fE +pE +sF +wR +MA +dC +sF +fc +wR +LN +sF +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +KS +sF +sF +sF +pE +fE +cB +"} +(34,1,1) = {" +cB +cB +cB +cB +cB +cB +cB +fE +fE +pE +sF +sF +sF +sF +sF +sF +sF +sF +sF +KS +KS +VD +KS +KS +KS +KS +KS +KS +KS +KS +KS +VD +KS +KS +sF +pE +pE +pE +fE +cB +"} +(35,1,1) = {" +cB +cB +cB +cB +cB +cB +cB +fE +fE +pE +pE +pE +pE +pE +pE +pE +pE +pE +sF +sF +sF +sF +sF +sF +sF +sF +sF +sF +sF +sF +sF +sF +sF +sF +sF +pE +fE +fE +fE +cB +"} +(36,1,1) = {" +cB +cB +cB +cB +cB +cB +cB +fE +fE +fE +fE +fE +fE +fE +fE +fE +fE +pE +pE +pE +pE +pE +pE +pE +pE +pE +pE +pE +pE +pE +pE +pE +pE +pE +pE +pE +fE +fE +fE +cB +"} +(37,1,1) = {" +cB +cB +cB +cB +cB +cB +cB +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 +fE +fE +fE +fE +fE +fE +cB +"} +(38,1,1) = {" +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +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 +fE +fE +cB +"} +(39,1,1) = {" +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +fE +fE +fE +fE +fE +fE +fE +fE +fE +fE +fE +fE +fE +fE +fE +fE +fE +fE +fE +fE +fE +fE +fE +fE +cB +cB +cB +"} +(40,1,1) = {" +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +fE +fE +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +cB +"} diff --git a/maps/submaps/level_specific/class_h/refinery.dmm b/maps/submaps/level_specific/class_h/refinery.dmm new file mode 100644 index 00000000000..14e1c13d622 --- /dev/null +++ b/maps/submaps/level_specific/class_h/refinery.dmm @@ -0,0 +1,430 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/floor/tiled/asteroid_steel, +/area/tether_away/beach/desert/poi/refinery) +"b" = ( +/obj/structure/fence{ + dir = 8 + }, +/turf/simulated/floor/outdoors/beach/sand/lowdesert, +/area/tether_away/beach/desert/poi/refinery) +"d" = ( +/obj/structure/sink/oil_well, +/turf/simulated/floor/outdoors/beach/sand/lowdesert, +/area/tether_away/beach/desert/poi/refinery) +"e" = ( +/turf/simulated/wall, +/area/tether_away/beach/desert/poi/refinery) +"f" = ( +/obj/structure/reagent_dispensers/fueltank/barrel, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/tiled/asteroid_steel, +/area/tether_away/beach/desert/poi/refinery) +"g" = ( +/obj/machinery/conveyor, +/obj/structure/reagent_dispensers/fueltank/barrel, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/tiled/asteroid_steel, +/area/tether_away/beach/desert/poi/refinery) +"h" = ( +/obj/structure/fence{ + dir = 1 + }, +/turf/simulated/floor/outdoors/beach/sand/lowdesert, +/area/tether_away/beach/desert/poi/refinery) +"i" = ( +/obj/structure/fence/door/locked{ + dir = 4 + }, +/turf/simulated/floor/tiled/asteroid_steel{ + outdoors = 1 + }, +/area/tether_away/beach/desert/poi/refinery) +"j" = ( +/turf/simulated/floor/tiled/asteroid_steel{ + outdoors = 1 + }, +/area/tether_away/beach/desert/poi/refinery) +"k" = ( +/obj/machinery/conveyor, +/obj/structure/reagent_dispensers/fueltank/barrel, +/turf/simulated/floor/tiled/asteroid_steel, +/area/tether_away/beach/desert/poi/refinery) +"m" = ( +/obj/machinery/conveyor{ + dir = 4 + }, +/obj/structure/reagent_dispensers/fueltank/barrel, +/turf/simulated/floor/tiled/asteroid_steel, +/area/tether_away/beach/desert/poi/refinery) +"n" = ( +/obj/machinery/conveyor{ + dir = 9 + }, +/obj/structure/reagent_dispensers/fueltank/barrel, +/turf/simulated/floor/tiled/asteroid_steel, +/area/tether_away/beach/desert/poi/refinery) +"q" = ( +/obj/structure/fence/door, +/turf/simulated/floor/tiled/asteroid_steel{ + outdoors = 1 + }, +/area/tether_away/beach/desert/poi/refinery) +"r" = ( +/turf/simulated/floor/outdoors/beach/sand/lowdesert, +/area/tether_away/beach/desert/poi/refinery) +"u" = ( +/obj/item/storage/box/pillbottles, +/obj/item/storage/box/syringes, +/obj/item/radio/headset/headset_med, +/obj/item/storage/box/pillbottles, +/obj/item/storage/fancy/vials, +/obj/item/storage/fancy/vials, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/closet/wardrobe/chemistry_white, +/turf/simulated/floor/tiled/asteroid_steel, +/area/tether_away/beach/desert/poi/refinery) +"x" = ( +/obj/machinery/conveyor, +/turf/simulated/floor/tiled/asteroid_steel, +/area/tether_away/beach/desert/poi/refinery) +"y" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/tiled/asteroid_steel, +/area/tether_away/beach/desert/poi/refinery) +"z" = ( +/obj/machinery/light/flamp/noshade, +/turf/simulated/floor/outdoors/beach/sand/lowdesert, +/area/tether_away/beach/desert/poi/refinery) +"A" = ( +/turf/simulated/floor/outdoors/beach/sand/lowdesert, +/area/template_noop) +"B" = ( +/obj/machinery/door/airlock/maintenance/engi{ + req_one_access = null + }, +/obj/effect/debris/cleanable/liquid_fuel, +/turf/simulated/floor/tiled/asteroid_steel, +/area/tether_away/beach/desert/poi/refinery) +"C" = ( +/obj/structure/fence/corner{ + dir = 9 + }, +/turf/simulated/floor/outdoors/beach/sand/lowdesert, +/area/tether_away/beach/desert/poi/refinery) +"E" = ( +/obj/machinery/chemical_analyzer, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/tiled/asteroid_steel, +/area/tether_away/beach/desert/poi/refinery) +"F" = ( +/obj/structure/fence/corner{ + dir = 10 + }, +/turf/simulated/floor/outdoors/beach/sand/lowdesert, +/area/tether_away/beach/desert/poi/refinery) +"I" = ( +/turf/template_noop, +/area/template_noop) +"K" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/rack/shelf, +/obj/item/reagent_containers/portable_fuelcan, +/obj/item/reagent_containers/portable_fuelcan, +/obj/item/reagent_containers/portable_fuelcan, +/turf/simulated/floor/tiled/asteroid_steel, +/area/tether_away/beach/desert/poi/refinery) +"S" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/tiled/asteroid_steel, +/area/tether_away/beach/desert/poi/refinery) +"X" = ( +/obj/machinery/conveyor{ + dir = 4 + }, +/turf/simulated/floor/tiled/asteroid_steel, +/area/tether_away/beach/desert/poi/refinery) +"Y" = ( +/obj/machinery/chem_master, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/tiled/asteroid_steel, +/area/tether_away/beach/desert/poi/refinery) +"Z" = ( +/obj/structure/reagent_dispensers/fueltank/barrel, +/turf/simulated/floor/tiled/asteroid_steel, +/area/tether_away/beach/desert/poi/refinery) + +(1,1,1) = {" +I +I +I +I +A +I +A +A +A +I +I +I +I +I +I +"} +(2,1,1) = {" +I +I +A +C +h +h +h +i +h +h +h +F +A +I +I +"} +(3,1,1) = {" +I +I +A +b +z +d +r +j +r +d +z +b +A +I +I +"} +(4,1,1) = {" +I +I +A +b +r +r +r +j +r +r +r +b +A +A +I +"} +(5,1,1) = {" +I +I +A +q +j +j +j +j +j +j +j +q +A +A +I +"} +(6,1,1) = {" +I +A +A +b +r +j +r +r +r +j +r +b +A +A +I +"} +(7,1,1) = {" +I +A +A +b +d +j +r +d +r +j +d +b +A +I +I +"} +(8,1,1) = {" +I +A +A +e +e +B +e +e +e +B +e +e +A +I +I +"} +(9,1,1) = {" +I +A +A +e +a +a +S +a +S +a +a +e +A +A +I +"} +(10,1,1) = {" +I +A +A +e +X +y +a +a +a +a +a +e +A +I +I +"} +(11,1,1) = {" +I +I +A +e +m +E +Y +K +u +Z +Z +e +A +I +I +"} +(12,1,1) = {" +I +I +A +e +n +g +k +k +x +f +Z +e +A +A +I +"} +(13,1,1) = {" +I +I +I +e +e +e +e +e +e +e +e +e +A +I +I +"} +(14,1,1) = {" +I +I +I +A +A +A +A +I +I +A +A +A +A +I +I +"} +(15,1,1) = {" +I +I +I +I +I +I +I +I +I +I +A +I +I +I +I +"} diff --git a/maps/submaps/level_specific/class_h/snipernest.dmm b/maps/submaps/level_specific/class_h/snipernest.dmm new file mode 100644 index 00000000000..d768c9191e5 --- /dev/null +++ b/maps/submaps/level_specific/class_h/snipernest.dmm @@ -0,0 +1,322 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"b" = ( +/turf/simulated/floor/outdoors/beach/sand/lowdesert, +/area/tether_away/beach/desert/poi/snipernest) +"i" = ( +/turf/simulated/floor/outdoors/beach/sand/lowdesert, +/area/template_noop) +"l" = ( +/obj/structure/sandbag, +/turf/simulated/mineral/floor/cave, +/area/tether_away/beach/desert/poi/snipernest) +"m" = ( +/obj/structure/toilet{ + dir = 8 + }, +/turf/simulated/floor/tiled/asteroid_steel, +/area/tether_away/beach/desert/poi/snipernest) +"s" = ( +/obj/random/trash, +/turf/simulated/floor/tiled/asteroid_steel, +/area/tether_away/beach/desert/poi/snipernest) +"u" = ( +/turf/simulated/floor/tiled/asteroid_steel, +/area/tether_away/beach/desert/poi/snipernest) +"v" = ( +/turf/simulated/mineral/floor/cave, +/area/tether_away/beach/desert/poi/snipernest) +"D" = ( +/obj/structure/bed/padded, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/tiled/asteroid_steel, +/area/tether_away/beach/desert/poi/snipernest) +"F" = ( +/obj/structure/simple_door/wood, +/turf/simulated/floor/tiled/asteroid_steel, +/area/tether_away/beach/desert/poi/snipernest) +"G" = ( +/turf/simulated/wall/dungeon, +/area/tether_away/beach/desert/poi/snipernest) +"J" = ( +/mob/living/simple_mob/humanoid/merc/ranged/garand/sniper, +/turf/simulated/mineral/floor/cave, +/area/tether_away/beach/desert/poi/snipernest) +"N" = ( +/obj/random/trash, +/turf/simulated/mineral/floor/cave, +/area/tether_away/beach/desert/poi/snipernest) +"P" = ( +/obj/structure/bed/padded, +/turf/simulated/floor/tiled/asteroid_steel, +/area/tether_away/beach/desert/poi/snipernest) +"W" = ( +/turf/simulated/mineral/ignore_mapgen/classh, +/area/tether_away/beach/desert/poi/snipernest) +"Y" = ( +/obj/structure/closet/crate/freezer/rations, +/obj/machinery/light/small, +/obj/random/firstaid, +/obj/random/firstaid, +/turf/simulated/floor/tiled/asteroid_steel, +/area/tether_away/beach/desert/poi/snipernest) + +(1,1,1) = {" +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +"} +(2,1,1) = {" +a +a +a +a +a +a +a +a +i +i +i +i +a +a +a +"} +(3,1,1) = {" +a +a +a +W +W +l +l +l +l +W +W +i +i +a +a +"} +(4,1,1) = {" +a +a +W +W +W +N +v +J +v +W +W +W +i +a +a +"} +(5,1,1) = {" +a +a +W +W +W +v +v +N +v +W +W +W +W +a +a +"} +(6,1,1) = {" +a +a +W +W +G +G +F +G +G +W +W +W +b +a +a +"} +(7,1,1) = {" +a +a +l +v +G +P +s +Y +G +v +v +l +b +a +a +"} +(8,1,1) = {" +a +a +l +J +F +u +u +u +F +v +J +l +b +i +a +"} +(9,1,1) = {" +a +a +l +v +G +D +u +m +G +v +N +l +b +i +a +"} +(10,1,1) = {" +a +a +l +N +G +G +F +G +G +W +W +W +b +i +a +"} +(11,1,1) = {" +a +a +W +W +W +v +v +v +W +W +W +W +W +i +a +"} +(12,1,1) = {" +a +a +i +W +W +v +J +N +v +W +W +W +i +a +a +"} +(13,1,1) = {" +a +a +i +W +W +l +l +l +l +W +b +b +i +a +a +"} +(14,1,1) = {" +a +a +a +i +i +i +i +a +a +a +a +a +a +a +a +"} +(15,1,1) = {" +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +"} diff --git a/maps/submaps/level_specific/class_h/turretnest.dmm b/maps/submaps/level_specific/class_h/turretnest.dmm new file mode 100644 index 00000000000..989ead258dd --- /dev/null +++ b/maps/submaps/level_specific/class_h/turretnest.dmm @@ -0,0 +1,501 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/obj/structure/sandbag, +/turf/simulated/floor/tiled/asteroid_steel, +/area/tether_away/beach/desert/poi/turretnest) +"c" = ( +/obj/structure/closet/crate/freezer/rations, +/turf/simulated/floor/tiled/asteroid_steel, +/area/tether_away/beach/desert/poi/turretnest) +"e" = ( +/obj/machinery/porta_turret/stationary/syndie, +/turf/simulated/floor/tiled/asteroid_steel, +/area/tether_away/beach/desert/poi/turretnest) +"i" = ( +/turf/simulated/floor/outdoors/beach/sand/lowdesert, +/area/tether_away/beach/desert/poi/turretnest) +"k" = ( +/turf/simulated/floor/outdoors/beach/sand/lowdesert, +/area/template_noop) +"p" = ( +/turf/simulated/floor/tiled/asteroid_steel, +/area/tether_away/beach/desert/poi/turretnest) +"s" = ( +/obj/machinery/door/airlock/maintenance/engi{ + req_one_access = null + }, +/obj/effect/debris/cleanable/liquid_fuel, +/turf/simulated/floor/tiled/asteroid_steel, +/area/tether_away/beach/desert/poi/turretnest) +"u" = ( +/turf/simulated/wall/dungeon, +/area/tether_away/beach/desert/poi/turretnest) +"A" = ( +/turf/simulated/mineral/ignore_mapgen/classh, +/area/tether_away/beach/desert/poi/turretnest) +"I" = ( +/obj/structure/table/rack/shelf/steel, +/obj/random/multiple/gun/projectile/handgun, +/obj/random/firstaid, +/turf/simulated/floor/tiled/asteroid_steel, +/area/tether_away/beach/desert/poi/turretnest) +"N" = ( +/obj/machinery/power/rtg/fake_gen, +/turf/simulated/floor/tiled/asteroid_steel, +/area/tether_away/beach/desert/poi/turretnest) +"O" = ( +/turf/simulated/mineral/ignore_mapgen/classh, +/area/template_noop) +"V" = ( +/turf/template_noop, +/area/template_noop) +"W" = ( +/obj/structure/table/rack/shelf/steel, +/obj/random/multiple/gun/projectile/rifle, +/obj/random/firstaid, +/turf/simulated/floor/tiled/asteroid_steel, +/area/tether_away/beach/desert/poi/turretnest) +"Z" = ( +/turf/simulated/wall, +/area/tether_away/beach/desert/poi/turretnest) + +(1,1,1) = {" +V +V +V +V +V +V +V +V +V +V +V +V +V +V +V +V +V +V +V +V +"} +(2,1,1) = {" +V +k +k +O +O +O +O +V +V +k +k +k +k +k +k +k +k +V +V +V +"} +(3,1,1) = {" +V +k +O +O +O +O +O +k +k +k +k +O +O +O +O +O +k +k +V +V +"} +(4,1,1) = {" +V +O +O +A +A +i +i +i +i +A +A +O +O +O +O +O +O +k +V +V +"} +(5,1,1) = {" +V +O +O +A +i +i +i +i +i +A +A +u +u +u +u +u +O +O +k +V +"} +(6,1,1) = {" +V +O +O +A +i +i +A +A +A +A +A +u +N +p +W +u +O +O +k +V +"} +(7,1,1) = {" +V +k +O +A +i +i +A +Z +Z +Z +A +u +c +p +I +u +O +O +k +V +"} +(8,1,1) = {" +V +k +O +A +i +i +i +a +p +Z +Z +u +u +s +u +u +O +k +k +V +"} +(9,1,1) = {" +V +k +O +A +i +i +i +a +a +Z +Z +e +a +i +A +A +O +k +V +V +"} +(10,1,1) = {" +V +k +O +A +i +i +i +i +i +Z +Z +a +a +i +A +A +O +k +V +V +"} +(11,1,1) = {" +V +O +O +Z +a +a +Z +i +i +i +i +i +i +i +A +A +A +k +V +V +"} +(12,1,1) = {" +V +O +O +Z +e +p +Z +i +i +i +A +i +i +i +A +A +i +k +V +V +"} +(13,1,1) = {" +V +O +O +Z +Z +Z +Z +i +i +i +A +A +A +i +i +i +i +k +O +V +"} +(14,1,1) = {" +V +O +O +A +A +A +A +i +i +i +A +A +Z +a +a +i +i +O +O +V +"} +(15,1,1) = {" +V +k +O +O +O +k +i +i +a +a +Z +A +Z +e +a +i +A +O +O +V +"} +(16,1,1) = {" +V +k +O +O +k +k +i +i +a +e +Z +A +Z +Z +Z +i +A +O +O +V +"} +(17,1,1) = {" +V +V +O +O +k +k +A +A +Z +Z +Z +O +O +O +O +O +O +O +V +V +"} +(18,1,1) = {" +V +V +V +O +k +k +O +O +O +O +O +O +O +O +O +O +O +V +V +V +"} +(19,1,1) = {" +V +V +V +V +k +k +O +O +k +k +k +k +V +V +V +V +V +V +V +V +"} +(20,1,1) = {" +V +V +V +V +V +V +V +V +V +V +V +V +V +V +V +V +V +V +V +V +"} diff --git a/maps/submaps/level_specific/class_h/wastedump.dmm b/maps/submaps/level_specific/class_h/wastedump.dmm new file mode 100644 index 00000000000..b3c589dfba6 --- /dev/null +++ b/maps/submaps/level_specific/class_h/wastedump.dmm @@ -0,0 +1,378 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/mineral/ignore_mapgen/classh, +/area/tether_away/beach/desert/poi/wastedump) +"d" = ( +/obj/structure/fence{ + dir = 8 + }, +/turf/simulated/mineral/floor/cave, +/area/tether_away/beach/desert/poi/wastedump) +"e" = ( +/obj/effect/debris/cleanable/greenglow, +/obj/structure/closet/crate/trashcart, +/obj/item/fuelrod/plutonium, +/obj/item/fuelrod/plutonium, +/obj/item/fuelrod/plutonium, +/obj/item/fuelrod/plutonium, +/turf/simulated/mineral/floor/cave, +/area/tether_away/beach/desert/poi/wastedump) +"f" = ( +/obj/random/junk, +/turf/simulated/mineral/floor/cave, +/area/tether_away/beach/desert/poi/wastedump) +"k" = ( +/obj/effect/map_effect/radiation_emitter/strong, +/turf/simulated/mineral/floor/cave, +/area/tether_away/beach/desert/poi/wastedump) +"l" = ( +/obj/structure/fence/cut/large{ + dir = 4 + }, +/turf/simulated/mineral/floor/cave, +/area/tether_away/beach/desert/poi/wastedump) +"n" = ( +/obj/structure/sign/signnew/radiation, +/turf/simulated/wall/dungeon, +/area/tether_away/beach/desert/poi/wastedump) +"o" = ( +/turf/simulated/floor/outdoors/beach/sand/lowdesert, +/area/template_noop) +"p" = ( +/turf/template_noop, +/area/template_noop) +"q" = ( +/obj/structure/reagent_dispensers/fueltank/barrel, +/obj/effect/debris/cleanable/greenglow, +/turf/simulated/mineral/floor/cave, +/area/tether_away/beach/desert/poi/wastedump) +"s" = ( +/turf/simulated/wall/dungeon, +/area/tether_away/beach/desert/poi/wastedump) +"t" = ( +/obj/random/junk, +/obj/structure/closet/crate/trashcart, +/obj/item/fuelrod/uranium, +/obj/item/fuelrod/uranium, +/obj/item/fuelrod/uranium, +/obj/item/fuelrod/uranium, +/turf/simulated/mineral/floor/cave, +/area/tether_away/beach/desert/poi/wastedump) +"u" = ( +/turf/simulated/mineral/floor/cave, +/area/tether_away/beach/desert/poi/wastedump) +"v" = ( +/obj/structure/loot_pile/maint/junk, +/turf/simulated/mineral/floor/cave, +/area/tether_away/beach/desert/poi/wastedump) +"x" = ( +/obj/structure/sign/signnew/oxidants, +/turf/simulated/wall/dungeon, +/area/tether_away/beach/desert/poi/wastedump) +"A" = ( +/obj/structure/loot_pile/maint/junk, +/obj/random/junk, +/turf/simulated/mineral/floor/cave, +/area/tether_away/beach/desert/poi/wastedump) +"B" = ( +/obj/structure/reagent_dispensers/fueltank/barrel, +/turf/simulated/mineral/floor/cave, +/area/tether_away/beach/desert/poi/wastedump) +"E" = ( +/obj/structure/loot_pile/maint/junk, +/obj/effect/debris/cleanable/greenglow, +/turf/simulated/mineral/floor/cave, +/area/tether_away/beach/desert/poi/wastedump) +"J" = ( +/obj/item/fuelrod/plutonium, +/turf/simulated/mineral/floor/cave, +/area/tether_away/beach/desert/poi/wastedump) +"K" = ( +/obj/structure/fence/door/locked, +/turf/simulated/mineral/floor/cave, +/area/tether_away/beach/desert/poi/wastedump) +"N" = ( +/obj/structure/reagent_dispensers/fueltank/barrel, +/obj/effect/map_effect/radiation_emitter/strong, +/turf/simulated/mineral/floor/cave, +/area/tether_away/beach/desert/poi/wastedump) +"Q" = ( +/obj/effect/debris/cleanable/greenglow, +/obj/structure/closet/crate/trashcart, +/obj/item/fuelrod/uranium, +/obj/item/fuelrod/uranium, +/obj/item/fuelrod/uranium, +/obj/item/fuelrod/uranium, +/turf/simulated/mineral/floor/cave, +/area/tether_away/beach/desert/poi/wastedump) +"U" = ( +/obj/effect/debris/cleanable/greenglow, +/turf/simulated/mineral/floor/cave, +/area/tether_away/beach/desert/poi/wastedump) +"W" = ( +/obj/effect/map_effect/radiation_emitter, +/turf/simulated/mineral/floor/cave, +/area/tether_away/beach/desert/poi/wastedump) +"X" = ( +/turf/simulated/floor/outdoors/beach/sand/lowdesert, +/area/tether_away/beach/desert/poi/wastedump) +"Y" = ( +/obj/item/fuelrod/uranium, +/turf/simulated/mineral/floor/cave, +/area/tether_away/beach/desert/poi/wastedump) + +(1,1,1) = {" +p +p +o +o +o +o +o +o +o +o +o +o +p +p +p +"} +(2,1,1) = {" +p +o +o +o +a +a +a +a +a +a +a +o +o +p +p +"} +(3,1,1) = {" +p +o +a +a +a +a +a +a +a +a +a +a +o +o +p +"} +(4,1,1) = {" +o +o +a +a +a +a +a +a +a +a +a +a +a +o +p +"} +(5,1,1) = {" +o +a +a +a +a +a +t +v +q +a +a +a +a +o +o +"} +(6,1,1) = {" +o +n +s +a +E +N +u +U +u +A +a +a +a +a +o +"} +(7,1,1) = {" +o +X +d +u +u +U +f +J +W +u +v +a +a +a +o +"} +(8,1,1) = {" +o +X +K +u +u +U +u +u +f +U +B +a +a +a +o +"} +(9,1,1) = {" +o +X +l +U +f +u +u +U +u +u +e +a +a +a +o +"} +(10,1,1) = {" +o +x +s +a +U +W +Y +u +v +k +f +a +a +a +o +"} +(11,1,1) = {" +o +a +a +a +a +v +B +f +Q +B +a +a +a +a +o +"} +(12,1,1) = {" +o +o +a +a +a +a +a +a +a +a +a +a +a +o +o +"} +(13,1,1) = {" +p +o +a +a +a +a +a +a +a +a +a +a +a +o +p +"} +(14,1,1) = {" +p +o +o +a +a +a +a +a +a +a +a +a +o +o +p +"} +(15,1,1) = {" +p +p +o +o +o +o +o +o +o +o +o +o +o +p +p +"}