diff --git a/aurorastation.dme b/aurorastation.dme index 92926fbbd60..05f3c83a1f2 100644 --- a/aurorastation.dme +++ b/aurorastation.dme @@ -2706,5 +2706,6 @@ #include "maps\exodus\code\exodus_unittest.dm" #include "maps\runtime\code\runtime.dm" #include "maps\runtime\code\runtime_unittest.dm" +#include "maps\templates\distress\distress_equipment.dm" #include "maps\templates\orbital\orbital_templates.dm" // END_INCLUDE diff --git a/code/__defines/color.dm b/code/__defines/color.dm index 9b095344f5b..01471142dac 100644 --- a/code/__defines/color.dm +++ b/code/__defines/color.dm @@ -81,6 +81,7 @@ #define COLOR_HOT_PINK "#ff6088" #define COLOR_DIAMOND "#d8d4ea" #define COLOR_TCFL "#849bc1" +#define COLOR_IAC "#96bcde" #define COLOR_RIPLEY "#ffbc37" #define COLOR_CULT "#402821" #define COLOR_CULT_REINFORCED "#8f3329" diff --git a/code/controllers/subsystems/responseteam.dm b/code/controllers/subsystems/responseteam.dm index b543ae180b7..bae7e8099fe 100644 --- a/code/controllers/subsystems/responseteam.dm +++ b/code/controllers/subsystems/responseteam.dm @@ -95,6 +95,13 @@ var/datum/ghostspawner/human/ert/good_spawner = SSghostroles.spawners[role_spawner] sent_teams += good_spawner //Enable that spawner. good_spawner.enable() + if(picked_team.equipment_map) + var/landmark_position + for(var/obj/effect/landmark/distress_team_equipment/L in landmarks_list) + landmark_position = L.loc + if(landmark_position) + var/datum/map_template/distress_map = new picked_team.equipment_map + distress_map.load(landmark_position) /datum/controller/subsystem/responseteam/proc/close_ert_blastdoors() var/datum/wifi/sender/door/wifi_sender = new("ert_shuttle_lockdown", src) diff --git a/code/datums/ert/outsider.dm b/code/datums/ert/outsider.dm index 865b1b27b6b..817007f3e88 100644 --- a/code/datums/ert/outsider.dm +++ b/code/datums/ert/outsider.dm @@ -12,6 +12,7 @@ name = "Interstellar Aid Corps" chance = 15 spawner = /datum/ghostspawner/human/ert/iac + equipment_map = /datum/map_template/distress_iac /datum/responseteam/syndicate name = "Syndicate Commandos" diff --git a/code/datums/ert/responseteam.dm b/code/datums/ert/responseteam.dm index c6c2f1f6a71..f27569dc869 100644 --- a/code/datums/ert/responseteam.dm +++ b/code/datums/ert/responseteam.dm @@ -3,3 +3,4 @@ var/chance //Probability to get picked. var/datum/ghostspawner/human/ert/spawner //This response type's BASE spawner type. var/admin = FALSE // if this is a special team that is not supossed to show up in regular rounds + var/datum/map_template/equipment_map // if this team spawns extra equipment diff --git a/code/datums/outfits/ert/iac.dm b/code/datums/outfits/ert/iac.dm index 4808d4dcec1..08e1f427691 100644 --- a/code/datums/outfits/ert/iac.dm +++ b/code/datums/outfits/ert/iac.dm @@ -3,8 +3,9 @@ uniform = /obj/item/clothing/under/rank/iacjumpsuit suit = /obj/item/clothing/suit/storage/iacvest - head = /obj/item/clothing/head/helmet/iachelmet - mask = /obj/item/clothing/mask/balaclava/iac + head = /obj/item/clothing/head/soft/iacberet + mask = /obj/item/clothing/mask/surgical + glasses = /obj/item/clothing/glasses/hud/health/aviator shoes = /obj/item/clothing/shoes/iac gloves = /obj/item/clothing/gloves/white belt = /obj/item/storage/belt/medical @@ -20,7 +21,8 @@ /obj/item/storage/firstaid/regular = 2, /obj/item/storage/firstaid/surgery = 1, /obj/item/storage/box/gloves = 1, - /obj/item/storage/box/syringes = 1 + /obj/item/storage/box/syringes = 1, + /obj/item/device/flashlight/pen = 1 ) belt_contents = list( @@ -51,9 +53,12 @@ /datum/outfit/admin/ert/iac/bodyguard name = "IAC Bodyguard" - accessory = /obj/item/clothing/accessory/storage/webbing + accessory = /obj/item/clothing/accessory/storage/black_vest accessory_contents = list(/obj/item/reagent_containers/hypospray/autoinjector/norepinephrine = 2, /obj/item/reagent_containers/hypospray/autoinjector/survival = 1) - suit = /obj/item/clothing/suit/armor/tactical + suit = /obj/item/clothing/suit/storage/vest/heavy + head = /obj/item/clothing/head/helmet/iachelmet + mask = /obj/item/clothing/mask/gas/alt + glasses = /obj/item/clothing/glasses/sunglasses suit_store = /obj/item/gun/energy/gun back = /obj/item/storage/backpack/ert/medical gloves = /obj/item/clothing/gloves/white @@ -71,13 +76,18 @@ /obj/item/ammo_magazine/c45x = 2, /obj/item/device/flash = 1, /obj/item/handcuffs/ziptie = 2, - /obj/item/melee/baton = 1, + /obj/item/melee/baton/loaded = 1, /obj/item/device/flashlight/flare = 1 ) /datum/outfit/admin/ert/iac/paramedic name = "IAC Paramedic" + head = /obj/item/clothing/head/helmet/iachelmet + mask = /obj/item/clothing/mask/balaclava/iac + back = /obj/item/storage/backpack/messenger/med + glasses = /obj/item/clothing/glasses/hud/health + backpack_contents = list( /obj/item/storage/box/survival = 1, /obj/item/device/healthanalyzer = 1, diff --git a/code/game/machinery/deployable.dm b/code/game/machinery/deployable.dm index 8b547132f99..786d5c3e041 100644 --- a/code/game/machinery/deployable.dm +++ b/code/game/machinery/deployable.dm @@ -334,3 +334,13 @@ for reference: w_class = 4 kit_product = /obj/machinery/porta_turret/legion assembly_time = 15 SECONDS + +/obj/item/deployable_kit/iv_drip + name = "IV drip assembly kit" + desc = "A quick assembly kit to put together an IV drip." + icon = 'icons/obj/storage.dmi' + icon_state = "inf_box" + item_state = "syringe_kit" + w_class = 3 + kit_product = /obj/machinery/iv_drip + assembly_time = 4 SECONDS diff --git a/code/game/objects/effects/landmarks.dm b/code/game/objects/effects/landmarks.dm index 960aafee9e2..36b085ad657 100644 --- a/code/game/objects/effects/landmarks.dm +++ b/code/game/objects/effects/landmarks.dm @@ -254,3 +254,6 @@ name = "asteroid spawn" icon = 'icons/1024x1024.dmi' icon_state = "yellow" + +/obj/effect/landmark/distress_team_equipment + name = "distress equipment" \ No newline at end of file diff --git a/code/modules/ghostroles/spawner/human/responseteams/iac.dm b/code/modules/ghostroles/spawner/human/responseteams/iac.dm index 03c8ff3be41..bd5e89eeb4d 100644 --- a/code/modules/ghostroles/spawner/human/responseteams/iac.dm +++ b/code/modules/ghostroles/spawner/human/responseteams/iac.dm @@ -1,7 +1,8 @@ /datum/ghostspawner/human/ert/iac name = "IAC Doctor" short_name = "iacdoctor" - max_count = 1 + mob_name_prefix = "Dr. " + max_count = 2 desc = "A highly trained doctor. Can do most medical procedures even under severe stress. The de-facto lead of the IAC response team." welcome_message = "You are part of the Interstellar Aid Corps, an intergalactic entity set on aiding all in need." outfit = /datum/outfit/admin/ert/iac @@ -10,6 +11,7 @@ /datum/ghostspawner/human/ert/iac/bodyguard name = "IAC Bodyguard" short_name = "iacbodyguard" + mob_name_prefix = "Bdg. " max_count = 1 desc = "A highly trained bodyguard. Sticks close to the medics while they work." outfit = /datum/outfit/admin/ert/iac/bodyguard @@ -17,6 +19,7 @@ /datum/ghostspawner/human/ert/iac/paramedic name = "IAC Paramedic" short_name = "iacparamedic" + mob_name_prefix = "Pm. " max_count = 2 desc = "A highly trained paramedic. You grab injured people and bring them to the doctor. You are trained in nursing duties as well." outfit = /datum/outfit/admin/ert/iac/paramedic diff --git a/code/modules/heavy_vehicle/premade/light.dm b/code/modules/heavy_vehicle/premade/light.dm index 7ac64a382dc..e660330b91b 100644 --- a/code/modules/heavy_vehicle/premade/light.dm +++ b/code/modules/heavy_vehicle/premade/light.dm @@ -83,6 +83,20 @@ e_color = COLOR_TCFL + h_head = /obj/item/mecha_equipment/light + h_back = /obj/item/mecha_equipment/sleeper + h_l_shoulder = /obj/item/mecha_equipment/crisis_drone + h_r_shoulder = /obj/item/mecha_equipment/mounted_system/flarelauncher + h_l_hand = /obj/item/mecha_equipment/mounted_system/medanalyzer + h_r_hand = /obj/item/mecha_equipment/clamp + +/mob/living/heavy_vehicle/premade/light/iac + name = "IAC exosuit" + desc = "A light and agile exosuit painted in the colours of the Interstellar Aid Corps." + icon_state = "odysseus" + + e_color = COLOR_IAC + h_head = /obj/item/mecha_equipment/light h_back = /obj/item/mecha_equipment/sleeper h_l_shoulder = /obj/item/mecha_equipment/crisis_drone diff --git a/code/modules/maps/map_template.dm b/code/modules/maps/map_template.dm index 047f71306d4..8d2e599a8af 100644 --- a/code/modules/maps/map_template.dm +++ b/code/modules/maps/map_template.dm @@ -72,7 +72,7 @@ if(T.y + height > world.maxy) return - var/list/bounds = maploader.load_map(file(mappath), T.x, T.y, T.z, cropMap=TRUE, no_changeturf = TRUE) + var/list/bounds = maploader.load_map(file(mappath), T.x, T.y, T.z, cropMap=TRUE, no_changeturf = FALSE) if(!bounds) return diff --git a/html/changelogs/Ferner-200220-coding_distressequipment.yml b/html/changelogs/Ferner-200220-coding_distressequipment.yml new file mode 100644 index 00000000000..00418bc255e --- /dev/null +++ b/html/changelogs/Ferner-200220-coding_distressequipment.yml @@ -0,0 +1,4 @@ +author: Ferner +delete-after: True +changes: + - tweak: "Tweaked the equipment the IAC team gets supplied with." \ No newline at end of file diff --git a/maps/aurora/aurora-1_centcomm.dmm b/maps/aurora/aurora-1_centcomm.dmm index ecaa7855ae1..55049588125 100644 --- a/maps/aurora/aurora-1_centcomm.dmm +++ b/maps/aurora/aurora-1_centcomm.dmm @@ -1192,6 +1192,22 @@ /obj/structure/table/wood, /turf/simulated/floor/holofloor/desert, /area/holodeck/source_picnicarea) +"acX" = ( +/turf/unsimulated/floor{ + icon_state = "gcircuit" + }, +/obj/structure/artilleryplaceholder/decorative{ + icon_state = "27" + }, +/obj/structure/table/reinforced/steel, +/obj/machinery/button/remote/blast_door{ + id = "battery3"; + name = "Battery 3 Firing Control" + }, +/turf/unsimulated/floor{ + icon_state = "wood_siding10" + }, +/area/centcom/control) "acY" = ( /turf/simulated/floor/holofloor/tiled, /area/holodeck/source_theatre) @@ -2817,6 +2833,22 @@ }, /turf/space/transit/north/shuttlespace_ns8, /area/template_noop) +"agZ" = ( +/turf/unsimulated/floor{ + icon_state = "gcircuit" + }, +/obj/structure/artilleryplaceholder/decorative{ + icon_state = "28" + }, +/obj/machinery/computer/artillerycontrol{ + desc = "Bluespace Artillery; the thinking man's solution." + }, +/obj/effect/decal/warning_stripes, +/turf/unsimulated/floor{ + icon_state = "wood_siding2"; + dir = 6 + }, +/area/centcom/control) "aha" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -2838,6 +2870,79 @@ }, /turf/space/transit/north/shuttlespace_ns6, /area/template_noop) +"ahc" = ( +/turf/unsimulated/floor{ + icon_state = "gcircuit" + }, +/obj/structure/artilleryplaceholder/decorative{ + icon_state = "29" + }, +/obj/machinery/porta_turret/crescent, +/turf/unsimulated/floor{ + icon_state = "wood_siding6" + }, +/area/centcom/control) +"ahd" = ( +/turf/unsimulated/floor{ + icon_state = "engine" + }, +/obj/structure/window/phoronreinforced, +/obj/structure/window/phoronreinforced{ + icon_state = "phoronrwindow"; + dir = 1 + }, +/obj/structure/window/phoronreinforced{ + icon_state = "phoronrwindow"; + dir = 8 + }, +/turf/unsimulated/floor{ + icon_state = "wood_siding9" + }, +/area/centcom/control) +"ahe" = ( +/turf/unsimulated/floor{ + icon_state = "gcircuit" + }, +/obj/structure/artilleryplaceholder/decorative{ + icon_state = "27" + }, +/obj/structure/table/reinforced/steel, +/obj/machinery/button/remote/blast_door{ + id = "battery2"; + name = "Battery 2 Firing Control" + }, +/turf/unsimulated/floor{ + icon_state = "wood_siding10" + }, +/area/centcom/control) +"ahf" = ( +/turf/unsimulated/floor{ + icon_state = "gcircuit" + }, +/obj/structure/artilleryplaceholder/decorative{ + icon_state = "27" + }, +/obj/structure/table/reinforced/steel, +/obj/machinery/button/remote/blast_door{ + id = "battery1"; + name = "Battery 1 Firing Control" + }, +/obj/effect/decal/cleanable/cobweb, +/obj/item/reagent_containers/glass/rag, +/turf/unsimulated/floor{ + icon_state = "wood_siding10" + }, +/area/centcom/control) +"ahg" = ( +/turf/unsimulated/floor{ + icon_state = "engine" + }, +/obj/effect/decal/cleanable/dirt, +/turf/unsimulated/floor{ + icon_state = "wood_siding1"; + dir = 6 + }, +/area/centcom/control) "ahh" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -2849,6 +2954,46 @@ }, /turf/space/transit/north/shuttlespace_ns4, /area/template_noop) +"ahi" = ( +/turf/unsimulated/floor{ + icon_state = "engine" + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/stool, +/turf/unsimulated/floor{ + icon_state = "wood_siding1"; + dir = 6 + }, +/area/centcom/control) +"ahj" = ( +/turf/unsimulated/floor{ + icon_state = "engine" + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/toolbox/electrical, +/turf/unsimulated/floor{ + icon_state = "wood_siding1"; + dir = 6 + }, +/area/centcom/control) +"ahk" = ( +/turf/unsimulated/floor{ + icon_state = "engine" + }, +/obj/structure/window/phoronreinforced{ + icon_state = "phoronrwindow"; + dir = 8 + }, +/obj/structure/window/phoronreinforced{ + icon_state = "phoronrwindow"; + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/unsimulated/floor{ + icon_state = "wood_siding9" + }, +/area/centcom/control) "ahl" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -2883,6 +3028,84 @@ }, /turf/template_noop, /area/template_noop) +"aho" = ( +/turf/unsimulated/floor{ + icon_state = "wood" + }, +/obj/item/stool/padded, +/turf/unsimulated/floor{ + name = "plating"; + icon_state = "siding2" + }, +/area/centcom/holding) +"ahp" = ( +/obj/structure/table/rack, +/obj/item/device/suit_cooling_unit, +/obj/item/device/suit_cooling_unit, +/obj/item/device/suit_cooling_unit, +/obj/item/device/suit_cooling_unit, +/obj/item/rig_module/cooling_unit, +/obj/item/rig_module/cooling_unit, +/turf/unsimulated/floor{ + icon_state = "platebot" + }, +/area/centcom/distress_prep) +"ahq" = ( +/obj/structure/table/rack, +/obj/item/storage/belt/utility/very_full, +/obj/item/storage/belt/utility/very_full, +/obj/item/storage/belt/utility/very_full, +/obj/item/storage/belt/utility/very_full, +/turf/unsimulated/floor{ + icon_state = "platebot" + }, +/area/centcom/distress_prep) +"ahr" = ( +/obj/structure/table/rack, +/obj/item/tank/emergency_oxygen/double{ + pixel_y = 3 + }, +/obj/item/tank/emergency_oxygen/double{ + pixel_y = 3 + }, +/obj/item/tank/emergency_oxygen/double{ + pixel_y = 3 + }, +/obj/item/tank/emergency_oxygen/double{ + pixel_y = 3 + }, +/obj/item/tank/emergency_oxygen/double{ + pixel_y = 3 + }, +/obj/item/tank/emergency_oxygen/double{ + pixel_y = 3 + }, +/obj/machinery/light{ + dir = 1; + icon_state = "tube1"; + name = "adjusted light fixture"; + pixel_x = -16 + }, +/obj/item/clothing/mask/gas/alt, +/obj/item/clothing/mask/gas/alt, +/obj/item/clothing/mask/gas/alt, +/obj/item/clothing/mask/gas/alt, +/obj/item/clothing/mask/gas/alt, +/obj/item/clothing/mask/gas/alt, +/turf/unsimulated/floor{ + icon_state = "platebot" + }, +/area/centcom/distress_prep) +"ahs" = ( +/obj/structure/table/rack, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/shoes/magboots, +/turf/unsimulated/floor{ + icon_state = "platebot" + }, +/area/centcom/distress_prep) "aht" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -3790,6 +4013,13 @@ icon_state = "circuit" }, /area/syndicate_mothership/elite_squad) +"ako" = ( +/turf/template_noop, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/wall/shuttle/dark/cardinal{ + icon_state = "swall_c" + }, +/area/template_noop) "akp" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -3898,6 +4128,12 @@ icon_state = "floor4" }, /area/syndicate_mothership/elite_squad) +"akE" = ( +/obj/effect/landmark/distress_team_equipment, +/turf/unsimulated/floor{ + icon_state = "platebot" + }, +/area/centcom/distress_prep) "akF" = ( /obj/structure/bed/chair{ dir = 1 @@ -3944,6 +4180,14 @@ }, /turf/unsimulated/floor/plating, /area/syndicate_mothership/elite_squad) +"akI" = ( +/turf/template_noop, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/wall/shuttle/dark/cardinal{ + icon_state = "swall_c"; + dir = 8 + }, +/area/template_noop) "akJ" = ( /obj/machinery/door/airlock/external{ name = "Shuttle Airlock"; @@ -4080,6 +4324,19 @@ }, /turf/simulated/floor/shuttle/red, /area/shuttle/syndicate_elite/mothership) +"ala" = ( +/turf/unsimulated/floor{ + icon_state = "platebot" + }, +/area/centcom/distress_prep) +"alb" = ( +/turf/template_noop, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/wall/shuttle/dark/cardinal{ + icon_state = "swall_c"; + dir = 4 + }, +/area/template_noop) "alc" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -4654,13 +4911,6 @@ /obj/machinery/light, /turf/simulated/floor/shuttle/dark_red, /area/syndicate_station/start) -"amo" = ( -/turf/template_noop, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/wall/shuttle/dark/cardinal{ - icon_state = "swall_c" - }, -/area/template_noop) "amp" = ( /obj/machinery/vending/cigarette{ name = "hacked cigarette machine"; @@ -4935,14 +5185,6 @@ }, /turf/simulated/floor/shuttle/dark_red, /area/syndicate_station/start) -"amT" = ( -/turf/template_noop, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/wall/shuttle/dark/cardinal{ - icon_state = "swall_c"; - dir = 8 - }, -/area/template_noop) "amU" = ( /obj/structure/table/rack, /obj/item/gun/energy/rifle/ionrifle, @@ -4988,14 +5230,6 @@ }, /turf/simulated/floor/shuttle/dark_red, /area/syndicate_station/start) -"amY" = ( -/turf/template_noop, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/wall/shuttle/dark/cardinal{ - icon_state = "swall_c"; - dir = 4 - }, -/area/template_noop) "amZ" = ( /obj/structure/window/reinforced, /obj/structure/lattice, @@ -6132,22 +6366,6 @@ }, /turf/simulated/floor/tiled/white, /area/merchant_station) -"apk" = ( -/turf/unsimulated/floor{ - icon_state = "gcircuit" - }, -/obj/structure/artilleryplaceholder/decorative{ - icon_state = "27" - }, -/obj/structure/table/reinforced/steel, -/obj/machinery/button/remote/blast_door{ - id = "battery3"; - name = "Battery 3 Firing Control" - }, -/turf/unsimulated/floor{ - icon_state = "wood_siding10" - }, -/area/centcom/control) "apm" = ( /obj/structure/table/standard, /obj/item/cautery, @@ -6684,22 +6902,6 @@ }, /turf/simulated/floor/shuttle/red, /area/shuttle/administration/centcom) -"ars" = ( -/turf/unsimulated/floor{ - icon_state = "gcircuit" - }, -/obj/structure/artilleryplaceholder/decorative{ - icon_state = "28" - }, -/obj/machinery/computer/artillerycontrol{ - desc = "Bluespace Artillery; the thinking man's solution." - }, -/obj/effect/decal/warning_stripes, -/turf/unsimulated/floor{ - icon_state = "wood_siding2"; - dir = 6 - }, -/area/centcom/control) "art" = ( /obj/structure/banner, /turf/unsimulated/floor{ @@ -7907,18 +8109,6 @@ icon_state = "dark" }, /area/centcom/living) -"auY" = ( -/turf/unsimulated/floor{ - icon_state = "gcircuit" - }, -/obj/structure/artilleryplaceholder/decorative{ - icon_state = "29" - }, -/obj/machinery/porta_turret/crescent, -/turf/unsimulated/floor{ - icon_state = "wood_siding6" - }, -/area/centcom/control) "auZ" = ( /obj/machinery/telecomms/bus/preset_cent, /turf/unsimulated/floor{ @@ -7926,39 +8116,6 @@ dir = 8 }, /area/centcom/living) -"ava" = ( -/turf/unsimulated/floor{ - icon_state = "engine" - }, -/obj/structure/window/phoronreinforced, -/obj/structure/window/phoronreinforced{ - icon_state = "phoronrwindow"; - dir = 1 - }, -/obj/structure/window/phoronreinforced{ - icon_state = "phoronrwindow"; - dir = 8 - }, -/turf/unsimulated/floor{ - icon_state = "wood_siding9" - }, -/area/centcom/control) -"avb" = ( -/turf/unsimulated/floor{ - icon_state = "gcircuit" - }, -/obj/structure/artilleryplaceholder/decorative{ - icon_state = "27" - }, -/obj/structure/table/reinforced/steel, -/obj/machinery/button/remote/blast_door{ - id = "battery2"; - name = "Battery 2 Firing Control" - }, -/turf/unsimulated/floor{ - icon_state = "wood_siding10" - }, -/area/centcom/control) "avc" = ( /turf/unsimulated/floor{ icon_state = "engine" @@ -7974,24 +8131,6 @@ "avf" = ( /turf/unsimulated/wall/riveted, /area/centcom/creed) -"avg" = ( -/turf/unsimulated/floor{ - icon_state = "gcircuit" - }, -/obj/structure/artilleryplaceholder/decorative{ - icon_state = "27" - }, -/obj/structure/table/reinforced/steel, -/obj/machinery/button/remote/blast_door{ - id = "battery1"; - name = "Battery 1 Firing Control" - }, -/obj/effect/decal/cleanable/cobweb, -/obj/item/reagent_containers/glass/rag, -/turf/unsimulated/floor{ - icon_state = "wood_siding10" - }, -/area/centcom/control) "avh" = ( /turf/unsimulated/floor{ icon_state = "floor" @@ -8210,27 +8349,6 @@ dir = 8 }, /area/centcom/living) -"avD" = ( -/turf/unsimulated/floor{ - icon_state = "engine" - }, -/obj/effect/decal/cleanable/dirt, -/turf/unsimulated/floor{ - icon_state = "wood_siding1"; - dir = 6 - }, -/area/centcom/control) -"avE" = ( -/turf/unsimulated/floor{ - icon_state = "engine" - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/stool, -/turf/unsimulated/floor{ - icon_state = "wood_siding1"; - dir = 6 - }, -/area/centcom/control) "avF" = ( /obj/machinery/light{ dir = 4; @@ -8339,17 +8457,6 @@ icon_state = "green" }, /area/centcom/living) -"avN" = ( -/turf/unsimulated/floor{ - icon_state = "engine" - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/storage/toolbox/electrical, -/turf/unsimulated/floor{ - icon_state = "wood_siding1"; - dir = 6 - }, -/area/centcom/control) "avO" = ( /obj/machinery/computer/rdservercontrol{ badmin = 1; @@ -8465,24 +8572,6 @@ icon_state = "grimy" }, /area/centcom/creed) -"awe" = ( -/turf/unsimulated/floor{ - icon_state = "engine" - }, -/obj/structure/window/phoronreinforced{ - icon_state = "phoronrwindow"; - dir = 8 - }, -/obj/structure/window/phoronreinforced{ - icon_state = "phoronrwindow"; - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/generic, -/turf/unsimulated/floor{ - icon_state = "wood_siding9" - }, -/area/centcom/control) "awf" = ( /obj/structure/banner, /turf/unsimulated/floor{ @@ -10204,16 +10293,6 @@ icon_state = "dark" }, /area/centcom/control) -"azL" = ( -/turf/unsimulated/floor{ - icon_state = "wood" - }, -/obj/item/stool/padded, -/turf/unsimulated/floor{ - name = "plating"; - icon_state = "siding2" - }, -/area/centcom/holding) "azM" = ( /obj/structure/sign/nosmoking_2, /turf/unsimulated/wall/riveted, @@ -20939,11 +21018,6 @@ icon_state = "dark" }, /area/centcom/legion) -"bfX" = ( -/turf/simulated/floor/beach/sand{ - icon_state = "desert3" - }, -/area/centcom/shared_dream) "bjh" = ( /obj/structure/closet{ icon_closed = "white"; @@ -20972,6 +21046,16 @@ icon_state = "engine" }, /area/centcom/legion/hangar5) +"bjr" = ( +/obj/structure/flora/rock{ + pixel_x = 3; + pixel_y = 18 + }, +/turf/simulated/floor/beach/sand{ + icon_state = "beach"; + dir = 10 + }, +/area/centcom/shared_dream) "bjQ" = ( /obj/structure/dispenser/oxygen{ pixel_x = -1 @@ -21031,6 +21115,10 @@ icon_state = "tiles" }, /area/centcom/legion/hangar5) +"brN" = ( +/obj/structure/diona/vines, +/turf/simulated/floor/diona, +/area/centcom/shared_dream) "bsc" = ( /turf/simulated/wall/shuttle/dark/corner/underlay{ icon_state = "wall3"; @@ -21050,9 +21138,6 @@ }, /turf/simulated/floor/tiled, /area/merchant_station) -"buz" = ( -/turf/simulated/floor/carpet, -/area/centcom/shared_dream) "bvb" = ( /obj/structure/table/standard, /obj/item/reagent_containers/glass/beaker/cryoxadone{ @@ -21074,13 +21159,6 @@ icon_state = "carpetside" }, /area/centcom/living) -"bwF" = ( -/obj/structure/flora/tree/jungle/small{ - density = 0 - }, -/obj/structure/flora/ausbushes/grassybush, -/turf/simulated/floor/grass/alt, -/area/centcom/shared_dream) "bxL" = ( /obj/machinery/door/airlock/hatch{ icon_state = "door_locked"; @@ -21090,6 +21168,21 @@ }, /turf/unsimulated/floor/plating, /area/centcom/distress_prep) +"bye" = ( +/obj/effect/decal/fake_object/light_source{ + density = 1; + icon_state = "bonfire_on_fire"; + light_color = "#FA644B"; + light_power = 1; + light_range = 6; + name = "bonfire"; + pixel_x = 0; + pixel_y = 0 + }, +/turf/simulated/floor/beach/sand{ + icon_state = "desert" + }, +/area/centcom/shared_dream) "bBd" = ( /turf/unsimulated/floor{ icon_state = "wood" @@ -21117,13 +21210,6 @@ icon_state = "dark" }, /area/centcom/legion/hangar5) -"bCz" = ( -/turf/simulated/floor/holofloor/space{ - blocks_air = 1; - density = 1; - dynamic_lighting = 0 - }, -/area/centcom/shared_dream) "bDM" = ( /obj/effect/floor_decal/corner/blue{ icon_state = "corner_white"; @@ -21248,9 +21334,31 @@ /obj/item/pen/multi, /turf/simulated/floor/carpet/blue, /area/shuttle/merchant/start) +"ccz" = ( +/obj/effect/decal/fake_object/light_source{ + icon_state = "lantern-on"; + light_color = "#FAA019"; + light_range = 6; + name = "lantern"; + pixel_x = 5; + pixel_y = 16 + }, +/turf/unsimulated/floor/asteroid/ash/rocky{ + nitrogen = 82.1472; + oxygen = 21.8366; + temperature = 293.15 + }, +/area/centcom/shared_dream) "ccJ" = ( /turf/space/transit/east/shuttlespace_ew12, /area/shuttle/legion/transit) +"ccP" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + icon_state = "spline_fancy"; + dir = 6 + }, +/turf/simulated/floor/wood, +/area/centcom/shared_dream) "cel" = ( /obj/structure/table/wood/gamblingtable, /obj/item/flame/lighter/random{ @@ -21376,13 +21484,6 @@ icon_state = "engine" }, /area/centcom/legion/hangar5) -"cqv" = ( -/obj/structure/flora/tree/jungle{ - icon_state = "tree2" - }, -/obj/structure/flora/ausbushes/fullgrass, -/turf/simulated/floor/grass/alt, -/area/centcom/shared_dream) "cqS" = ( /obj/structure/undies_wardrobe, /obj/structure/sign/flag/biesel{ @@ -21489,6 +21590,11 @@ icon_state = "floor3" }, /area/centcom/legion/hangar5) +"cAr" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/leafybush, +/turf/simulated/floor/grass/alt, +/area/centcom/shared_dream) "cCo" = ( /obj/structure/lattice, /obj/structure/window/reinforced{ @@ -21666,6 +21772,47 @@ }, /turf/simulated/floor/tiled/dark, /area/shuttle/merchant/start) +"cRb" = ( +/obj/effect/floor_decal/corner/blue{ + icon_state = "corner_white"; + dir = 6 + }, +/obj/structure/window/reinforced/crescent{ + icon_state = "rwindow"; + dir = 4 + }, +/obj/structure/closet/crate/internals{ + name = "emergency equipment" + }, +/obj/item/roller{ + pixel_x = 0; + pixel_y = 8 + }, +/obj/item/roller{ + pixel_x = 0; + pixel_y = 8 + }, +/obj/item/airbubble, +/obj/item/airbubble, +/obj/item/storage/firstaid/o2{ + pixel_x = 0; + pixel_y = 2 + }, +/obj/item/storage/briefcase/inflatable, +/obj/item/device/flashlight/flare, +/obj/item/device/flashlight/flare, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/distress_prep) +"cRL" = ( +/obj/structure/bed/chair/comfy/brown{ + can_buckle = 0; + dir = 1; + name = "old chair" + }, +/turf/simulated/floor/carpet, +/area/centcom/shared_dream) "cSQ" = ( /obj/machinery/light/spot, /turf/unsimulated/floor{ @@ -21785,6 +21932,16 @@ }, /turf/unsimulated/floor/plating, /area/centcom/distress_prep) +"dib" = ( +/obj/structure/ore_box{ + icon_state = "orebox1" + }, +/turf/unsimulated/floor/asteroid/ash/rocky{ + nitrogen = 82.1472; + oxygen = 21.8366; + temperature = 293.15 + }, +/area/centcom/shared_dream) "djI" = ( /obj/machinery/light{ dir = 2; @@ -21796,6 +21953,16 @@ icon_state = "wood" }, /area/centcom/living) +"dnS" = ( +/obj/effect/landmark{ + name = "skrell_entry" + }, +/turf/unsimulated/floor/asteroid/ash/rocky{ + nitrogen = 82.1472; + oxygen = 21.8366; + temperature = 293.15 + }, +/area/centcom/shared_dream) "doN" = ( /obj/effect/floor_decal/corner/blue/full{ icon_state = "corner_white_full"; @@ -21836,16 +22003,14 @@ /obj/structure/extinguisher_cabinet{ pixel_y = 31 }, -/turf/simulated/floor/shuttle/red, +/turf/simulated/floor/shuttle/black, /area/shuttle/distress/centcom) "drL" = ( /turf/space/transit/east/shuttlespace_ew10, /area/shuttle/distress/transit) -"dtg" = ( -/turf/simulated/floor/beach/water/pool{ - icon_state = "seashallow"; - name = "ocean" - }, +"dus" = ( +/obj/item/stool/hover, +/turf/simulated/floor/ice, /area/centcom/shared_dream) "dzu" = ( /obj/effect/floor_decal/corner/paleblue{ @@ -21903,13 +22068,6 @@ icon_state = "floor" }, /area/centcom/checkpoint/aft) -"dDy" = ( -/obj/structure/flora/tree/jungle{ - icon_state = "tree4" - }, -/obj/structure/flora/ausbushes/sparsegrass, -/turf/simulated/floor/grass/alt, -/area/centcom/shared_dream) "dEX" = ( /obj/structure/closet/secure_closet/merchant, /turf/simulated/floor/tiled/dark, @@ -21986,10 +22144,6 @@ }, /turf/unsimulated/wall/darkshuttlewall, /area/centcom/legion/hangar5) -"dLk" = ( -/obj/structure/diona/vines, -/turf/simulated/floor/diona, -/area/centcom/shared_dream) "dLX" = ( /obj/machinery/blackbox_recorder, /turf/unsimulated/floor{ @@ -22161,19 +22315,6 @@ icon_state = "wood" }, /area/centcom/legion/hangar5) -"ebs" = ( -/obj/structure/flora/ausbushes/fullgrass, -/obj/structure/flora/ausbushes/grassybush, -/turf/simulated/floor/grass/alt, -/area/centcom/shared_dream) -"ecY" = ( -/obj/structure/bed/chair/office/hover{ - can_buckle = 0; - dir = 4; - icon_state = "hover_chair" - }, -/turf/simulated/floor/grass/alt, -/area/centcom/shared_dream) "edJ" = ( /turf/space/transit/east/shuttlespace_ew11, /area/shuttle/legion/transit) @@ -22281,6 +22422,14 @@ icon_state = "dark" }, /area/centcom/legion) +"evt" = ( +/obj/structure/bed/chair/office/hover{ + can_buckle = 0; + dir = 4; + icon_state = "hover_chair" + }, +/turf/simulated/floor/grass/alt, +/area/centcom/shared_dream) "ewG" = ( /obj/machinery/light/spot{ icon_state = "tube1"; @@ -22309,13 +22458,6 @@ dir = 4 }, /area/centcom/living) -"ezp" = ( -/turf/unsimulated/floor/asteroid/ash/rocky{ - nitrogen = 82.1472; - oxygen = 21.8366; - temperature = 293.15 - }, -/area/centcom/shared_dream) "eBD" = ( /obj/structure/shuttle/engine/propulsion{ dir = 8; @@ -22472,6 +22614,13 @@ icon_state = "floor" }, /area/centcom/holding) +"eUi" = ( +/obj/structure/flora/tree/jungle/small{ + density = 0 + }, +/obj/structure/flora/ausbushes/grassybush, +/turf/simulated/floor/grass/alt, +/area/centcom/shared_dream) "eVj" = ( /obj/structure/table/wood/gamblingtable, /obj/item/trash/plate, @@ -22485,12 +22634,6 @@ opacity = 0 }, /area/centcom/legion/hangar5) -"eXe" = ( -/turf/unsimulated/mineral/asteroid{ - name = "asteroid"; - opacity = 0 - }, -/area/centcom/shared_dream) "eXJ" = ( /obj/machinery/suit_storage_unit/standard_unit, /turf/unsimulated/floor{ @@ -22544,7 +22687,7 @@ pixel_y = -22; req_access = list(112) }, -/turf/simulated/floor/shuttle/red, +/turf/simulated/floor/shuttle/black, /area/shuttle/distress/centcom) "fbV" = ( /obj/machinery/atmospherics/unary/vent_pump/high_volume{ @@ -22731,6 +22874,17 @@ "fqx" = ( /turf/unsimulated/wall/steel, /area/template_noop) +"fqz" = ( +/obj/structure/bed/chair{ + can_buckle = 0; + name = "dusty chair" + }, +/turf/unsimulated/floor/asteroid/ash/rocky{ + nitrogen = 82.1472; + oxygen = 21.8366; + temperature = 293.15 + }, +/area/centcom/shared_dream) "fri" = ( /obj/effect/floor_decal/spline/fancy/wood{ icon_state = "spline_fancy"; @@ -22873,24 +23027,6 @@ icon_state = "floor3" }, /area/centcom/legion) -"fMf" = ( -/obj/effect/decal/fake_object/light_source{ - density = 0; - icon = 'icons/obj/mining.dmi'; - icon_state = "purpflag_open"; - light_color = "#A97FAA"; - light_power = 1; - light_range = 5; - name = "beacon"; - pixel_x = 0; - pixel_y = -2 - }, -/turf/unsimulated/floor/asteroid/ash/rocky{ - nitrogen = 82.1472; - oxygen = 21.8366; - temperature = 293.15 - }, -/area/centcom/shared_dream) "fPQ" = ( /obj/structure/window/reinforced, /obj/structure/table/reinforced/steel, @@ -22914,6 +23050,13 @@ "fQF" = ( /turf/space/transit/east/shuttlespace_ew9, /area/shuttle/distress/transit) +"fQM" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + icon_state = "spline_fancy"; + dir = 10 + }, +/turf/simulated/floor/wood, +/area/centcom/shared_dream) "fRx" = ( /obj/machinery/door/window/southleft{ desc = "A strong door. An angry note is taped to the front."; @@ -23052,11 +23195,6 @@ }, /turf/simulated/floor/tiled, /area/merchant_station) -"ghi" = ( -/turf/simulated/floor/beach/sand{ - icon_state = "desert" - }, -/area/centcom/shared_dream) "gid" = ( /turf/unsimulated/floor/plating, /area/centcom/legion) @@ -23080,6 +23218,11 @@ }, /turf/simulated/floor/shuttle/black, /area/shuttle/legion/centcom) +"gjN" = ( +/turf/simulated/floor/beach/sand{ + icon_state = "desert0" + }, +/area/centcom/shared_dream) "gkj" = ( /obj/item/storage/box/cdeathalarm_kit{ pixel_x = -3; @@ -23152,8 +23295,27 @@ pixel_y = 22; req_access = list(112) }, -/turf/simulated/floor/shuttle/red, +/turf/simulated/floor/shuttle/black, /area/shuttle/distress/centcom) +"gmG" = ( +/obj/effect/decal/fake_object{ + desc = "A nondescript coat."; + icon = 'icons/obj/coatrack.dmi'; + icon_state = "coat_lilith_coat"; + layer = 3.01; + name = "coat"; + pixel_x = 8; + pixel_y = 0 + }, +/obj/structure/coatrack{ + pixel_x = 8 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + icon_state = "spline_fancy"; + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/shared_dream) "gmT" = ( /obj/structure/shuttle/engine/propulsion{ icon_state = "propulsion"; @@ -23231,14 +23393,6 @@ icon_state = "floor3" }, /area/centcom/legion/hangar5) -"gsR" = ( -/obj/structure/bed/chair/comfy/brown{ - can_buckle = 0; - dir = 1; - name = "old chair" - }, -/turf/simulated/floor/carpet, -/area/centcom/shared_dream) "gtx" = ( /obj/machinery/door/blast/odin/shuttle/tcfl/shutter{ id = "tcfl_hangar5"; @@ -23440,20 +23594,6 @@ icon_state = "steel_dirty" }, /area/centcom/legion/hangar5) -"gMJ" = ( -/obj/structure/flora/rock{ - icon_state = "basalt2"; - pixel_x = -3; - pixel_y = 8 - }, -/obj/structure/flora/rock/pile{ - icon_state = "lavarocks2"; - layer = 2.99 - }, -/turf/simulated/floor/beach/sand{ - icon_state = "beach" - }, -/area/centcom/shared_dream) "gMP" = ( /obj/effect/decal/fake_object{ desc = "Ding."; @@ -23477,6 +23617,13 @@ icon_state = "dark" }, /area/centcom/legion) +"gON" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + icon_state = "spline_fancy"; + dir = 1 + }, +/turf/simulated/floor/wood, +/area/centcom/shared_dream) "gPN" = ( /obj/machinery/door/airlock/hatch{ frequency = 1332; @@ -23509,6 +23656,29 @@ }, /turf/simulated/floor/tiled/white, /area/merchant_station) +"gVo" = ( +/obj/effect/decal/fake_object{ + density = 1; + icon = 'icons/obj/fireplace.dmi'; + icon_state = "fireplace"; + name = "fireplace"; + pixel_x = -16; + pixel_y = -16 + }, +/obj/effect/decal/fake_object{ + density = 1; + icon = 'icons/obj/fireplace.dmi'; + icon_state = "fireplace_fire2"; + name = "fireplace"; + pixel_x = -16; + pixel_y = -16 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + icon_state = "spline_fancy"; + dir = 1 + }, +/turf/simulated/floor/wood, +/area/centcom/shared_dream) "gVU" = ( /obj/machinery/recharge_station, /obj/machinery/light/small{ @@ -23516,10 +23686,6 @@ }, /turf/simulated/floor/wood, /area/merchant_station) -"gWi" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/turf/simulated/floor/grass/alt, -/area/centcom/shared_dream) "gWM" = ( /obj/machinery/door/airlock/silver{ icon_state = "door_locked"; @@ -23604,6 +23770,18 @@ icon_state = "floor" }, /area/centcom/distress_prep) +"hgT" = ( +/obj/effect/decal/fake_object{ + icon = 'icons/misc/beach.dmi'; + icon_state = "shell2"; + name = "shell"; + pixel_x = 6; + pixel_y = 12 + }, +/turf/simulated/floor/beach/sand{ + icon_state = "beach" + }, +/area/centcom/shared_dream) "hhN" = ( /obj/item/mop, /obj/item/reagent_containers/glass/bucket{ @@ -23680,6 +23858,19 @@ /obj/machinery/papershredder, /turf/simulated/floor/wood, /area/merchant_station) +"hoa" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + icon_state = "spline_fancy"; + dir = 5 + }, +/turf/simulated/floor/wood, +/area/centcom/shared_dream) +"hqg" = ( +/turf/simulated/floor/beach/sand{ + icon_state = "beach"; + dir = 6 + }, +/area/centcom/shared_dream) "hrO" = ( /obj/machinery/door/airlock/glass_medical{ name = "Emergency Room" @@ -23739,15 +23930,16 @@ }, /turf/simulated/floor/tiled, /area/shuttle/merchant/start) +"hAC" = ( +/turf/simulated/floor/beach/sand{ + icon_state = "desert" + }, +/area/centcom/shared_dream) "hAP" = ( /obj/structure/bed/chair/shuttle{ dir = 4 }, -/obj/machinery/recharger/wallcharger{ - pixel_x = 4; - pixel_y = -30 - }, -/turf/simulated/floor/shuttle/red, +/turf/simulated/floor/shuttle/black, /area/shuttle/distress/centcom) "hBP" = ( /obj/structure/lattice, @@ -23756,11 +23948,6 @@ }, /turf/template_noop, /area/template_noop) -"hCg" = ( -/obj/structure/flora/ausbushes/fullgrass, -/obj/structure/flora/ausbushes/lavendergrass, -/turf/simulated/floor/grass/alt, -/area/centcom/shared_dream) "hCp" = ( /obj/machinery/door/airlock/hatch{ frequency = 1332; @@ -23828,12 +24015,6 @@ /obj/structure/flora/ausbushes/sparsegrass, /turf/simulated/floor/holofloor/grass, /area/holodeck/source_dininghall) -"hEy" = ( -/turf/simulated/floor/beach/sand{ - icon_state = "seashallow"; - dir = 2 - }, -/area/centcom/shared_dream) "hEN" = ( /obj/structure/table/reinforced, /obj/item/reagent_containers/hypospray{ @@ -23876,13 +24057,6 @@ }, /turf/simulated/floor/plating, /area/merchant_station/warehouse) -"hGr" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - icon_state = "spline_fancy"; - dir = 5 - }, -/turf/simulated/floor/wood, -/area/centcom/shared_dream) "hGZ" = ( /obj/machinery/light{ icon_state = "tube1"; @@ -23923,6 +24097,21 @@ icon_state = "floor" }, /area/centcom/checkpoint/aft) +"hMK" = ( +/obj/effect/floor_decal/spline/fancy/wood, +/turf/simulated/floor/wood, +/area/centcom/shared_dream) +"hML" = ( +/obj/structure/cult/tome{ + density = 0; + pixel_x = 2 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + icon_state = "spline_fancy"; + dir = 8 + }, +/turf/simulated/floor/wood, +/area/centcom/shared_dream) "hOa" = ( /obj/structure/table/wood, /obj/item/folder/blue, @@ -24013,10 +24202,6 @@ /obj/structure/window/reinforced, /turf/simulated/floor/plating, /area/shuttle/legion/centcom) -"hVL" = ( -/obj/structure/table/skrell, -/turf/simulated/floor/grass/alt, -/area/centcom/shared_dream) "hWb" = ( /turf/unsimulated/floor{ icon_state = "cafeteria" @@ -24100,6 +24285,35 @@ icon_state = "steel_dirty" }, /area/centcom/legion/hangar5) +"hZW" = ( +/obj/structure/table/glass{ + name = "reinforced glass table"; + table_reinf = "glass" + }, +/obj/effect/decal/fake_object/light_source/invisible{ + light_color = "#66ccff"; + light_power = 0.75; + light_range = 6; + name = "snow light" + }, +/obj/effect/decal/fake_object{ + desc = "A hearty apple drink, spiced just right."; + icon = 'icons/obj/drinks.dmi'; + icon_state = "ciderhot"; + name = "Hot cider"; + pixel_x = -8; + pixel_y = 10 + }, +/obj/effect/decal/fake_object{ + desc = "A cup of hot chocolate."; + icon = 'icons/obj/drinks.dmi'; + icon_state = "chocolateglass"; + name = "Hot chocolate"; + pixel_x = 6; + pixel_y = 7 + }, +/turf/simulated/floor/ice, +/area/centcom/shared_dream) "iak" = ( /obj/effect/floor_decal/industrial/warning{ icon_state = "warning"; @@ -24180,6 +24394,20 @@ }, /turf/simulated/floor/tiled, /area/shuttle/merchant/start) +"icZ" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + icon_state = "spline_fancy"; + dir = 9 + }, +/turf/simulated/floor/wood, +/area/centcom/shared_dream) +"ieC" = ( +/obj/structure/flora/tree/jungle{ + icon_state = "tree2" + }, +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/grass/alt, +/area/centcom/shared_dream) "ifh" = ( /turf/unsimulated/wall/riveted, /area/centcom/evac) @@ -24192,21 +24420,6 @@ icon_state = "asteroidplating" }, /area/template_noop) -"ifX" = ( -/obj/effect/decal/fake_object/light_source{ - icon_state = "lantern-on"; - light_color = "#FAA019"; - light_range = 6; - name = "lantern"; - pixel_x = 5; - pixel_y = 16 - }, -/turf/unsimulated/floor/asteroid/ash/rocky{ - nitrogen = 82.1472; - oxygen = 21.8366; - temperature = 293.15 - }, -/area/centcom/shared_dream) "ihn" = ( /obj/effect/decal/cleanable/dirt, /obj/item/trash/cigbutt, @@ -24215,16 +24428,12 @@ icon_state = "engine" }, /area/centcom/legion) -"iih" = ( -/obj/structure/flora/ausbushes/sunnybush, -/turf/simulated/floor/grass/alt, -/area/centcom/shared_dream) "ijd" = ( +/obj/machinery/recharge_station, /obj/effect/floor_decal/spline/plain{ icon_state = "spline_plain"; dir = 4 }, -/obj/machinery/recharge_station, /turf/unsimulated/floor{ icon_state = "vault"; dir = 5 @@ -24238,32 +24447,6 @@ icon_state = "panelscorched" }, /area/centcom/legion/hangar5) -"ijU" = ( -/obj/structure/flora/tree/jungle{ - icon_state = "tree5" - }, -/obj/structure/flora/ausbushes/sparsegrass, -/turf/simulated/floor/grass/alt, -/area/centcom/shared_dream) -"ikn" = ( -/obj/effect/decal/fake_object{ - desc = "A nondescript coat."; - icon = 'icons/obj/coatrack.dmi'; - icon_state = "coat_lilith_coat"; - layer = 3.01; - name = "coat"; - pixel_x = 8; - pixel_y = 0 - }, -/obj/structure/coatrack{ - pixel_x = 8 - }, -/obj/effect/floor_decal/spline/fancy/wood{ - icon_state = "spline_fancy"; - dir = 4 - }, -/turf/simulated/floor/wood, -/area/centcom/shared_dream) "imz" = ( /turf/simulated/floor/lino, /area/merchant_station) @@ -24446,15 +24629,6 @@ icon_state = "floor" }, /area/centcom/distress_prep) -"iLm" = ( -/obj/effect/landmark{ - name = "skrell_entry" - }, -/turf/simulated/floor/beach/water/pool{ - icon_state = "seashallow"; - name = "ocean" - }, -/area/centcom/shared_dream) "iLV" = ( /obj/machinery/light/spot{ icon_state = "tube1"; @@ -24599,13 +24773,6 @@ icon_state = "whitegreen" }, /area/centcom/legion) -"iXm" = ( -/obj/structure/flora/tree/jungle{ - icon_state = "tree3" - }, -/obj/structure/flora/ausbushes/sparsegrass, -/turf/simulated/floor/grass/alt, -/area/centcom/shared_dream) "iYM" = ( /obj/structure/closet/secure_closet{ anchored = 1; @@ -24822,11 +24989,6 @@ icon_state = "dark" }, /area/centcom/legion) -"jvi" = ( -/obj/structure/flora/ausbushes/fullgrass, -/obj/structure/flora/ausbushes/leafybush, -/turf/simulated/floor/grass/alt, -/area/centcom/shared_dream) "jxm" = ( /obj/machinery/atmospherics/portables_connector, /obj/machinery/portable_atmospherics/canister/oxygen/prechilled, @@ -24839,21 +25001,6 @@ icon_state = "floor" }, /area/centcom/legion) -"jyq" = ( -/obj/effect/decal/fake_object/light_source{ - density = 1; - icon_state = "bonfire_on_fire"; - light_color = "#FA644B"; - light_power = 1; - light_range = 6; - name = "bonfire"; - pixel_x = 0; - pixel_y = 0 - }, -/turf/simulated/floor/beach/sand{ - icon_state = "desert" - }, -/area/centcom/shared_dream) "jyv" = ( /obj/effect/floor_decal/corner/blue{ icon_state = "corner_white"; @@ -24889,6 +25036,13 @@ icon_state = "carpetside" }, /area/centcom/living) +"jAP" = ( +/obj/structure/flora/tree/jungle{ + icon_state = "tree5" + }, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass/alt, +/area/centcom/shared_dream) "jBk" = ( /obj/effect/floor_decal/corner/blue/full{ icon_state = "corner_white_full"; @@ -25062,6 +25216,10 @@ icon_state = "cafeteria" }, /area/centcom/legion) +"jSp" = ( +/obj/structure/flora/ausbushes/sunnybush, +/turf/simulated/floor/grass/alt, +/area/centcom/shared_dream) "jSZ" = ( /obj/effect/floor_decal/corner/paleblue/full{ icon_state = "corner_white_full"; @@ -25106,6 +25264,12 @@ "jXZ" = ( /turf/simulated/floor/tiled/dark, /area/merchant_station) +"jYZ" = ( +/turf/simulated/floor/beach/sand{ + icon_state = "seashallow"; + dir = 2 + }, +/area/centcom/shared_dream) "kdI" = ( /obj/effect/decal/cleanable/dirt, /turf/unsimulated/floor{ @@ -25132,12 +25296,6 @@ dir = 6 }, /area/centcom/legion/hangar5) -"kgd" = ( -/obj/item/stool/wood, -/turf/simulated/floor/beach/sand{ - icon_state = "desert" - }, -/area/centcom/shared_dream) "khe" = ( /obj/machinery/light{ dir = 2; @@ -25190,6 +25348,22 @@ }, /turf/simulated/floor/plating, /area/shuttle/merchant/start) +"kiw" = ( +/turf/simulated/floor/beach/sand{ + icon_state = "desert3" + }, +/area/centcom/shared_dream) +"kll" = ( +/obj/structure/table/wood, +/obj/item/newspaper, +/obj/effect/decal/fake_object/light_source/invisible{ + light_color = "#C48A18"; + light_power = 2; + light_range = 3; + name = "fire light" + }, +/turf/simulated/floor/carpet, +/area/centcom/shared_dream) "klF" = ( /obj/effect/floor_decal/corner/yellow{ icon_state = "corner_white"; @@ -25206,6 +25380,10 @@ icon_state = "floor" }, /area/centcom/spawning) +"kme" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass/alt, +/area/centcom/shared_dream) "kmV" = ( /obj/effect/floor_decal/industrial/warning/corner{ dir = 4 @@ -25218,6 +25396,9 @@ icon_state = "dark" }, /area/centcom/legion/hangar5) +"kpA" = ( +/turf/simulated/floor/ice, +/area/centcom/shared_dream) "kqL" = ( /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -25516,17 +25697,6 @@ icon_state = "floor" }, /area/centcom/legion/hangar5) -"kZG" = ( -/obj/structure/bed/chair{ - can_buckle = 0; - name = "dusty chair" - }, -/turf/unsimulated/floor/asteroid/ash/rocky{ - nitrogen = 82.1472; - oxygen = 21.8366; - temperature = 293.15 - }, -/area/centcom/shared_dream) "lao" = ( /obj/structure/bed/chair/shuttle, /obj/machinery/computer/security/telescreen{ @@ -25549,6 +25719,18 @@ "ldQ" = ( /turf/unsimulated/wall/darkshuttlewall, /area/centcom/legion/hangar5) +"lfp" = ( +/obj/machinery/light{ + dir = 8; + icon_state = "tube1"; + name = "adjusted light fixture"; + pixel_y = 16 + }, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 5 + }, +/area/centcom/distress_prep) "lgu" = ( /obj/effect/decal/cleanable/dirt, /turf/unsimulated/floor{ @@ -25565,10 +25747,6 @@ /turf/simulated/floor/plating, /area/merchant_station) "lhQ" = ( -/obj/structure/bed/chair/office/bridge{ - icon_state = "bridge"; - dir = 4 - }, /obj/machinery/button/remote/blast_door{ dir = 1; id = "distress_blast_shield"; @@ -25576,6 +25754,7 @@ pixel_y = -22; req_access = list(112) }, +/obj/structure/bed/chair/office/bridge/pilot, /turf/simulated/floor/shuttle/black, /area/shuttle/distress/centcom) "liJ" = ( @@ -25605,12 +25784,19 @@ pixel_x = 0; pixel_y = 16 }, -/turf/simulated/floor/shuttle/red, +/turf/simulated/floor/shuttle/black, /area/shuttle/distress/centcom) "lmb" = ( /obj/structure/lattice/catwalk, /turf/template_noop, /area/template_noop) +"lpa" = ( +/obj/structure/flora/rock/pile, +/turf/simulated/floor/beach/sand{ + icon_state = "beachcorner"; + dir = 1 + }, +/area/centcom/shared_dream) "lpW" = ( /obj/machinery/computer/borgupload, /turf/unsimulated/floor{ @@ -25634,6 +25820,12 @@ /obj/item/hand_labeler, /turf/simulated/floor/tiled, /area/merchant_station/warehouse) +"lwA" = ( +/obj/item/device/radio/intercom{ + pixel_y = -30 + }, +/turf/simulated/floor/shuttle/black, +/area/shuttle/distress/centcom) "lwP" = ( /obj/structure/window/reinforced, /turf/unsimulated/floor{ @@ -25705,6 +25897,9 @@ /obj/effect/wingrille_spawn/reinforced/crescent, /turf/unsimulated/floor/plating, /area/centcom/legion/hangar5) +"lEa" = ( +/turf/simulated/floor/carpet, +/area/centcom/shared_dream) "lEG" = ( /obj/structure/lattice, /obj/structure/window/reinforced{ @@ -25899,23 +26094,6 @@ dir = 1 }, /area/centcom/control) -"lZE" = ( -/obj/structure/ore_box{ - icon_state = "orebox1" - }, -/turf/unsimulated/floor/asteroid/ash/rocky{ - nitrogen = 82.1472; - oxygen = 21.8366; - temperature = 293.15 - }, -/area/centcom/shared_dream) -"mad" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - icon_state = "spline_fancy"; - dir = 4 - }, -/turf/simulated/floor/wood, -/area/centcom/shared_dream) "mak" = ( /obj/machinery/door/blast/odin{ density = 0; @@ -25953,6 +26131,18 @@ }, /turf/simulated/floor/shuttle/black, /area/shuttle/legion/centcom) +"mcI" = ( +/obj/effect/decal/fake_object{ + icon = 'icons/misc/beach.dmi'; + icon_state = "shell3"; + name = "shell"; + pixel_x = 4; + pixel_y = -16 + }, +/turf/simulated/floor/beach/sand{ + icon_state = "desert" + }, +/area/centcom/shared_dream) "mcM" = ( /obj/item/clothing/glasses/welding/superior{ pixel_x = -5 @@ -25976,35 +26166,6 @@ "mfg" = ( /turf/space/transit/east/shuttlespace_ew7, /area/shuttle/legion/transit) -"mfI" = ( -/obj/structure/table/glass{ - name = "reinforced glass table"; - table_reinf = "glass" - }, -/obj/effect/decal/fake_object/light_source/invisible{ - light_color = "#66ccff"; - light_power = 0.75; - light_range = 6; - name = "snow light" - }, -/obj/effect/decal/fake_object{ - desc = "A hearty apple drink, spiced just right."; - icon = 'icons/obj/drinks.dmi'; - icon_state = "ciderhot"; - name = "Hot cider"; - pixel_x = -8; - pixel_y = 10 - }, -/obj/effect/decal/fake_object{ - desc = "A cup of hot chocolate."; - icon = 'icons/obj/drinks.dmi'; - icon_state = "chocolateglass"; - name = "Hot chocolate"; - pixel_x = 6; - pixel_y = 7 - }, -/turf/simulated/floor/ice, -/area/centcom/shared_dream) "mjX" = ( /obj/machinery/photocopier, /turf/simulated/floor/wood, @@ -26240,11 +26401,6 @@ }, /turf/unsimulated/floor/plating, /area/centcom/legion) -"mMA" = ( -/obj/structure/flora/tree/jungle, -/obj/structure/flora/ausbushes/fullgrass, -/turf/simulated/floor/grass/alt, -/area/centcom/shared_dream) "mNk" = ( /turf/unsimulated/floor{ icon_state = "floorscorched1" @@ -26316,6 +26472,14 @@ dir = 9 }, /area/centcom/legion) +"mTg" = ( +/obj/effect/overlay/palmtree_l{ + pixel_x = -8 + }, +/turf/simulated/floor/beach/sand{ + icon_state = "desert" + }, +/area/centcom/shared_dream) "mUu" = ( /obj/machinery/atmospherics/pipe/tank/air{ icon_state = "air_map"; @@ -26344,12 +26508,17 @@ }, /turf/simulated/floor/tiled, /area/shuttle/merchant/start) -"mZc" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - icon_state = "spline_fancy"; - dir = 10 +"mWz" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/leafybush, +/turf/simulated/floor/grass/alt, +/area/centcom/shared_dream) +"mZh" = ( +/turf/unsimulated/floor/asteroid/ash/rocky{ + nitrogen = 82.1472; + oxygen = 21.8366; + temperature = 293.15 }, -/turf/simulated/floor/wood, /area/centcom/shared_dream) "mZZ" = ( /obj/structure/closet/secure_closet/merchant, @@ -26384,15 +26553,6 @@ icon_state = "carpetside" }, /area/centcom/legion/hangar5) -"ncD" = ( -/obj/structure/table/steel, -/obj/item/deck/cards, -/turf/unsimulated/floor/asteroid/ash/rocky{ - nitrogen = 82.1472; - oxygen = 21.8366; - temperature = 293.15 - }, -/area/centcom/shared_dream) "nek" = ( /obj/effect/ghostspawpoint{ identifier = "TCFLERTSpawn"; @@ -26438,6 +26598,15 @@ "nhD" = ( /turf/unsimulated/wall/riveted, /area/centcom/checkpoint/fore) +"nhS" = ( +/obj/structure/flora/rock/pile{ + icon_state = "lavarocks2"; + layer = 2.99 + }, +/turf/simulated/floor/beach/sand{ + icon_state = "desert" + }, +/area/centcom/shared_dream) "nio" = ( /obj/effect/decal/fake_object{ desc = "A sign."; @@ -26632,12 +26801,6 @@ icon_state = "dark" }, /area/centcom/legion) -"nwi" = ( -/obj/effect/landmark{ - name = "skrell_entry" - }, -/turf/simulated/floor/snow, -/area/centcom/shared_dream) "nzu" = ( /obj/structure/shuttle/engine/propulsion{ name = "spaceship engine"; @@ -26660,7 +26823,7 @@ /turf/unsimulated/floor/plating, /area/centcom/distress_prep) "nzS" = ( -/turf/simulated/floor/shuttle/red, +/turf/simulated/floor/shuttle/black, /turf/simulated/wall/shuttle/dark/corner{ icon_state = "wall3"; dir = 6 @@ -26682,9 +26845,6 @@ icon_state = "cult" }, /area/centcom/legion) -"nCp" = ( -/turf/simulated/floor/grass/alt, -/area/centcom/shared_dream) "nCr" = ( /obj/item/flame/candle{ layer = 3.6; @@ -26710,34 +26870,14 @@ icon_state = "dark" }, /area/centcom/legion) -"nCx" = ( -/obj/structure/table/rack{ - pixel_y = -3 +"nCw" = ( +/obj/item/towel_flat{ + color = "#ff0000" }, -/obj/item/tank/emergency_oxygen/double{ - pixel_y = 3 +/turf/simulated/floor/beach/sand{ + icon_state = "desert" }, -/obj/item/tank/emergency_oxygen/double{ - pixel_y = 3 - }, -/obj/item/tank/emergency_oxygen/double{ - pixel_y = 3 - }, -/obj/item/tank/emergency_oxygen/double{ - pixel_y = 3 - }, -/obj/item/tank/emergency_oxygen/double{ - pixel_y = 3 - }, -/obj/item/tank/emergency_oxygen/double{ - pixel_y = 3 - }, -/obj/item/clothing/shoes/magboots, -/turf/unsimulated/floor{ - dir = 8; - icon_state = "wood" - }, -/area/centcom/distress_prep) +/area/centcom/shared_dream) "nDW" = ( /obj/machinery/door/airlock/glass{ name = "Merchant's Office"; @@ -26826,24 +26966,12 @@ }, /turf/unsimulated/floor/plating, /area/centcom/legion) -"nIY" = ( -/turf/simulated/floor/beach/sand{ - icon_state = "desert0" - }, -/area/centcom/shared_dream) "nKG" = ( -/obj/machinery/light{ - dir = 2; - icon_state = "tube1"; - name = "adjusted light fixture"; - pixel_x = 16 +/obj/effect/floor_decal/industrial/outline/grey, +/obj/machinery/light/small/emergency{ + dir = 8 }, -/obj/item/device/radio/intercom{ - pixel_y = -30 - }, -/obj/structure/table/reinforced/steel, -/obj/structure/closet/crate/freezer/rations, -/turf/simulated/floor/shuttle/red, +/turf/simulated/floor/shuttle/black, /area/shuttle/distress/centcom) "nLp" = ( /obj/machinery/light{ @@ -26855,6 +26983,34 @@ icon_state = "dark" }, /area/centcom/legion) +"nLZ" = ( +/obj/structure/table/rack{ + pixel_y = -3 + }, +/obj/item/tank/emergency_oxygen/double{ + pixel_y = 3 + }, +/obj/item/tank/emergency_oxygen/double{ + pixel_y = 3 + }, +/obj/item/tank/emergency_oxygen/double{ + pixel_y = 3 + }, +/obj/item/tank/emergency_oxygen/double{ + pixel_y = 3 + }, +/obj/item/tank/emergency_oxygen/double{ + pixel_y = 3 + }, +/obj/item/tank/emergency_oxygen/double{ + pixel_y = 3 + }, +/obj/item/clothing/shoes/magboots, +/turf/unsimulated/floor{ + dir = 8; + icon_state = "wood" + }, +/area/centcom/distress_prep) "nON" = ( /turf/unsimulated/wall/fakeairlock{ icon = 'icons/obj/doors/Doorext.dmi'; @@ -26904,6 +27060,13 @@ dir = 8 }, /area/centcom/living) +"nQe" = ( +/obj/structure/flora/tree/jungle{ + icon_state = "tree3" + }, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass/alt, +/area/centcom/shared_dream) "nQl" = ( /obj/machinery/door/airlock/hatch{ name = "Lounge"; @@ -26911,19 +27074,6 @@ }, /turf/simulated/floor/wood, /area/merchant_station) -"nQx" = ( -/obj/effect/decal/fake_object{ - density = 1; - icon = 'icons/obj/mining.dmi'; - icon_state = "boulder1"; - name = "rubble" - }, -/turf/unsimulated/floor/asteroid/ash/rocky{ - nitrogen = 82.1472; - oxygen = 21.8366; - temperature = 293.15 - }, -/area/centcom/shared_dream) "nRm" = ( /obj/structure/closet/secure_closet/guncabinet{ name = "legion weapon cabinet"; @@ -26955,12 +27105,6 @@ }, /turf/unsimulated/floor/plating, /area/centcom/legion) -"nTN" = ( -/turf/simulated/floor/beach/sand{ - icon_state = "beachcorner"; - dir = 2 - }, -/area/centcom/shared_dream) "nUb" = ( /obj/machinery/embedded_controller/radio/simple_docking_controller{ frequency = 1380; @@ -26989,6 +27133,12 @@ }, /turf/unsimulated/floor/plating, /area/centcom/distress_prep) +"nXw" = ( +/obj/effect/landmark{ + name = "skrell_entry" + }, +/turf/simulated/floor/grass/alt, +/area/centcom/shared_dream) "nXL" = ( /obj/item/reagent_containers/food/snacks/liquidfood{ pixel_x = -2; @@ -27023,6 +27173,19 @@ icon_state = "cafeteria" }, /area/centcom/legion) +"nYi" = ( +/obj/effect/decal/fake_object{ + density = 1; + icon = 'icons/obj/mining.dmi'; + icon_state = "boulder1"; + name = "rubble" + }, +/turf/unsimulated/floor/asteroid/ash/rocky{ + nitrogen = 82.1472; + oxygen = 21.8366; + temperature = 293.15 + }, +/area/centcom/shared_dream) "nYp" = ( /obj/structure/grille, /obj/structure/window/reinforced, @@ -27154,6 +27317,17 @@ icon_state = "dark" }, /area/centcom/legion) +"ofD" = ( +/obj/effect/decal/fake_object{ + icon = 'icons/obj/mining.dmi'; + icon_state = "rock_phoron"; + name = "phoron vein" + }, +/turf/unsimulated/mineral/asteroid{ + name = "asteroid"; + opacity = 0 + }, +/area/centcom/shared_dream) "ogE" = ( /obj/structure/lattice/catwalk/indoor, /obj/machinery/door/blast/odin/open{ @@ -27224,10 +27398,6 @@ icon_state = "panelscorched" }, /area/centcom/legion/hangar5) -"omU" = ( -/obj/structure/flora/ausbushes/fullgrass, -/turf/simulated/floor/grass/alt, -/area/centcom/shared_dream) "omW" = ( /obj/machinery/door/airlock/external{ frequency = 1380; @@ -27410,6 +27580,12 @@ }, /turf/simulated/floor/plating, /area/shuttle/legion/centcom) +"oEM" = ( +/turf/simulated/floor/beach/sand{ + icon_state = "beachcorner"; + dir = 2 + }, +/area/centcom/shared_dream) "oFG" = ( /obj/machinery/access_button{ command = "cycle_interior"; @@ -27564,6 +27740,10 @@ icon_state = "plating" }, /area/centcom/evac) +"oRK" = ( +/obj/structure/flora/ausbushes/leafybush, +/turf/simulated/floor/grass/alt, +/area/centcom/shared_dream) "oSo" = ( /obj/structure/bed/chair{ dir = 1 @@ -27702,16 +27882,6 @@ icon_state = "floor3" }, /area/centcom/legion/hangar5) -"peF" = ( -/obj/structure/flora/rock{ - pixel_x = 3; - pixel_y = 18 - }, -/turf/simulated/floor/beach/sand{ - icon_state = "beach"; - dir = 10 - }, -/area/centcom/shared_dream) "peK" = ( /obj/structure/bed/chair/office/dark{ dir = 4 @@ -27740,6 +27910,21 @@ }, /turf/simulated/floor/shuttle/black, /area/shuttle/legion/centcom) +"phH" = ( +/obj/structure/flora/rock/pile{ + density = 0; + icon_state = "basalt3"; + pixel_x = 11; + pixel_y = 16 + }, +/obj/effect/overlay/palmtree_r{ + density = 0; + pixel_x = 24 + }, +/turf/simulated/floor/beach/sand{ + icon_state = "desert" + }, +/area/centcom/shared_dream) "piD" = ( /obj/machinery/door/window/eastright{ req_access = list(110) @@ -27770,6 +27955,9 @@ icon_state = "floor" }, /area/centcom/living) +"plz" = ( +/turf/simulated/floor/grass/alt, +/area/centcom/shared_dream) "plA" = ( /obj/machinery/recharger/wallcharger{ pixel_x = 4; @@ -27783,6 +27971,10 @@ icon_state = "spline_plain"; dir = 4 }, +/obj/machinery/portable_atmospherics/canister/oxygen{ + anchored = 1; + pixel_x = 0 + }, /turf/unsimulated/floor{ icon_state = "vault"; dir = 5 @@ -27812,18 +28004,18 @@ dir = 5 }, /area/centcom/distress_prep) -"ppi" = ( -/turf/simulated/floor/beach/sand{ - icon_state = "beach" - }, -/area/centcom/shared_dream) "prH" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, /turf/unsimulated/floor/plating, /area/centcom/legion) -"ptA" = ( -/turf/simulated/floor/ice, +"pux" = ( +/obj/item/pickaxe, +/turf/unsimulated/floor/asteroid/ash/rocky{ + nitrogen = 82.1472; + oxygen = 21.8366; + temperature = 293.15 + }, /area/centcom/shared_dream) "pvT" = ( /obj/effect/floor_decal/industrial/warning/full, @@ -27833,19 +28025,6 @@ }, /turf/unsimulated/floor/plating, /area/centcom/legion) -"pBa" = ( -/obj/effect/floor_decal/corner/blue{ - icon_state = "corner_white"; - dir = 9 - }, -/obj/machinery/portable_atmospherics/canister/oxygen{ - anchored = 1; - pixel_x = 0 - }, -/turf/unsimulated/floor{ - icon_state = "floor" - }, -/area/centcom/distress_prep) "pBg" = ( /obj/effect/floor_decal/spline/plain{ icon_state = "spline_plain"; @@ -27856,7 +28035,7 @@ dir = 4 }, /area/centcom/distress_prep) -"pCR" = ( +"pDA" = ( /obj/structure/flora/rock/pile{ density = 0; icon_state = "basalt2"; @@ -27997,6 +28176,21 @@ /obj/structure/grille, /turf/unsimulated/floor/plating, /area/centcom/legion/hangar5) +"pUe" = ( +/obj/item/shovel, +/obj/effect/decal/fake_object{ + icon = 'icons/obj/mining.dmi'; + icon_state = "ore_glass"; + name = "sand"; + pixel_x = 11; + pixel_y = -6 + }, +/turf/unsimulated/floor/asteroid/ash/rocky{ + nitrogen = 82.1472; + oxygen = 21.8366; + temperature = 293.15 + }, +/area/centcom/shared_dream) "pUN" = ( /obj/structure/bed/chair/office/dark{ dir = 8 @@ -28005,17 +28199,6 @@ icon_state = "tiles" }, /area/centcom/legion/hangar5) -"pUP" = ( -/obj/effect/decal/fake_object{ - icon = 'icons/obj/mining.dmi'; - icon_state = "rock_phoron"; - name = "phoron vein" - }, -/turf/unsimulated/mineral/asteroid{ - name = "asteroid"; - opacity = 0 - }, -/area/centcom/shared_dream) "pVd" = ( /obj/structure/table/reinforced, /obj/item/storage/firstaid/adv{ @@ -28134,6 +28317,11 @@ }, /turf/simulated/floor/plating, /area/merchant_station/warehouse) +"qnP" = ( +/turf/simulated/floor/beach/sand{ + icon_state = "desert4" + }, +/area/centcom/shared_dream) "qpe" = ( /obj/structure/window/shuttle, /obj/structure/grille, @@ -28265,8 +28453,19 @@ /obj/structure/closet/walllocker/emerglocker/north{ spawnitems = list(/obj/item/tank/emergency_oxygen/double,/obj/item/clothing/mask/breath) }, -/turf/simulated/floor/shuttle/red, +/turf/simulated/floor/shuttle/black, /area/shuttle/distress/centcom) +"qwV" = ( +/obj/machinery/light{ + dir = 2; + icon_state = "tube1"; + name = "adjusted light fixture"; + pixel_x = 16 + }, +/turf/unsimulated/floor{ + icon_state = "platebot" + }, +/area/centcom/distress_prep) "qyn" = ( /obj/structure/shuttle/engine/propulsion{ dir = 8; @@ -28321,6 +28520,11 @@ }, /turf/simulated/floor/plating, /area/shuttle/merchant/start) +"qBY" = ( +/obj/structure/flora/tree/jungle, +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/grass/alt, +/area/centcom/shared_dream) "qCq" = ( /turf/space/transit/east/shuttlespace_ew14, /area/shuttle/distress/transit) @@ -28378,6 +28582,24 @@ underlay_dir = 2 }, /area/skipjack_station/start) +"qGj" = ( +/obj/effect/decal/fake_object/light_source{ + density = 0; + icon = 'icons/obj/mining.dmi'; + icon_state = "purpflag_open"; + light_color = "#A97FAA"; + light_power = 1; + light_range = 5; + name = "beacon"; + pixel_x = 0; + pixel_y = -2 + }, +/turf/unsimulated/floor/asteroid/ash/rocky{ + nitrogen = 82.1472; + oxygen = 21.8366; + temperature = 293.15 + }, +/area/centcom/shared_dream) "qIB" = ( /turf/unsimulated/floor{ dir = 8; @@ -28448,12 +28670,10 @@ }, /turf/simulated/floor/tiled, /area/merchant_station/warehouse) -"qLT" = ( -/obj/item/pickaxe, -/turf/unsimulated/floor/asteroid/ash/rocky{ - nitrogen = 82.1472; - oxygen = 21.8366; - temperature = 293.15 +"qLM" = ( +/turf/simulated/floor/beach/water/pool{ + icon_state = "seashallow"; + name = "ocean" }, /area/centcom/shared_dream) "qMl" = ( @@ -28489,10 +28709,6 @@ icon_state = "floor" }, /area/centcom/ferry) -"qPJ" = ( -/obj/effect/floor_decal/spline/fancy/wood, -/turf/simulated/floor/wood, -/area/centcom/shared_dream) "qPY" = ( /obj/structure/closet/crate/freezer, /obj/item/reagent_containers/blood/OMinus{ @@ -28516,6 +28732,29 @@ dir = 1 }, /area/centcom/legion) +"qRm" = ( +/obj/structure/table/wood, +/obj/effect/decal/fake_object{ + desc = "A colorful drink that smells a lot like rotten fruit."; + icon = 'icons/obj/drinks.dmi'; + icon_state = "xrim"; + name = "Xrim Garden"; + pixel_x = 5; + pixel_y = 6 + }, +/obj/effect/decal/fake_object{ + desc = "A fizzing drink that looks like a really great time."; + icon = 'icons/obj/drinks.dmi'; + icon_state = "rixulin_sundae"; + layer = 3.1; + name = "Rixulin Sundae"; + pixel_x = -6; + pixel_y = 7 + }, +/turf/simulated/floor/beach/sand{ + icon_state = "desert" + }, +/area/centcom/shared_dream) "qSw" = ( /obj/structure/table/rack, /obj/item/clothing/accessory/storage/black_vest{ @@ -28664,18 +28903,6 @@ icon_state = "whitehall" }, /area/centcom/legion) -"rcu" = ( -/obj/effect/decal/fake_object{ - icon = 'icons/misc/beach.dmi'; - icon_state = "shell3"; - name = "shell"; - pixel_x = 4; - pixel_y = -16 - }, -/turf/simulated/floor/beach/sand{ - icon_state = "desert" - }, -/area/centcom/shared_dream) "rcz" = ( /obj/structure/bed/chair/comfy/brown{ dir = 4 @@ -28880,8 +29107,21 @@ /area/centcom/legion) "ryo" = ( /obj/structure/bed/chair/shuttle, -/turf/simulated/floor/shuttle/red, +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = 22 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = 32 + }, +/turf/simulated/floor/shuttle/black, /area/shuttle/distress/centcom) +"rys" = ( +/turf/simulated/floor/beach/sand{ + icon_state = "beach" + }, +/area/centcom/shared_dream) "rzy" = ( /obj/structure/bed/chair/office/bridge{ dir = 4 @@ -29017,14 +29257,6 @@ icon_state = "plating" }, /area/centcom/control) -"rPs" = ( -/obj/item/towel_flat{ - color = "#ff0000" - }, -/turf/simulated/floor/beach/sand{ - icon_state = "desert" - }, -/area/centcom/shared_dream) "rPy" = ( /turf/simulated/wall/shuttle, /area/shuttle/merchant/start) @@ -29079,6 +29311,20 @@ }, /turf/unsimulated/floor/plating, /area/centcom/legion) +"rSX" = ( +/obj/structure/flora/rock{ + icon_state = "basalt2"; + pixel_x = -3; + pixel_y = 8 + }, +/obj/structure/flora/rock/pile{ + icon_state = "lavarocks2"; + layer = 2.99 + }, +/turf/simulated/floor/beach/sand{ + icon_state = "beach" + }, +/area/centcom/shared_dream) "rUc" = ( /obj/machinery/door/airlock/glass_command{ name = "Cell 1"; @@ -29092,11 +29338,6 @@ "rUz" = ( /turf/unsimulated/floor/asteroid/ash/rocky, /area/template_noop) -"rWa" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/flora/ausbushes/leafybush, -/turf/simulated/floor/grass/alt, -/area/centcom/shared_dream) "rWZ" = ( /obj/machinery/door/airlock/hatch{ frequency = 1332; @@ -29130,29 +29371,6 @@ /obj/structure/flora/ausbushes/ppflowers, /turf/simulated/floor/holofloor/grass, /area/holodeck/source_picnicarea) -"sbz" = ( -/obj/effect/decal/fake_object{ - density = 1; - icon = 'icons/obj/fireplace.dmi'; - icon_state = "fireplace"; - name = "fireplace"; - pixel_x = -16; - pixel_y = -16 - }, -/obj/effect/decal/fake_object{ - density = 1; - icon = 'icons/obj/fireplace.dmi'; - icon_state = "fireplace_fire2"; - name = "fireplace"; - pixel_x = -16; - pixel_y = -16 - }, -/obj/effect/floor_decal/spline/fancy/wood{ - icon_state = "spline_fancy"; - dir = 1 - }, -/turf/simulated/floor/wood, -/area/centcom/shared_dream) "sdE" = ( /obj/structure/shuttle/engine/heater{ icon_state = "heater"; @@ -29170,33 +29388,8 @@ /turf/unsimulated/floor/plating, /area/centcom/legion) "sdL" = ( -/obj/item/airbubble, -/obj/item/airbubble, -/obj/item/roller{ - pixel_x = 0; - pixel_y = 8 - }, -/obj/item/roller{ - pixel_x = 0; - pixel_y = 8 - }, -/obj/structure/table/reinforced/steel, -/obj/item/storage/firstaid/o2{ - pixel_x = 0; - pixel_y = 2 - }, -/obj/item/storage/briefcase/inflatable, -/obj/structure/closet/crate/internals{ - name = "emergency equipment" - }, -/obj/item/tank/emergency_oxygen/double, -/obj/item/tank/emergency_oxygen/double, -/obj/item/clothing/mask/gas/alt, -/obj/item/clothing/mask/gas/alt, -/obj/item/device/flashlight/flare, -/obj/item/device/flashlight/flare, -/obj/item/storage/firstaid/regular, -/turf/simulated/floor/shuttle/red, +/obj/effect/floor_decal/industrial/outline/grey, +/turf/simulated/floor/shuttle/black, /area/shuttle/distress/centcom) "sev" = ( /obj/machinery/computer/operating, @@ -29273,6 +29466,16 @@ }, /turf/unsimulated/floor/plating, /area/centcom/distress_prep) +"smm" = ( +/obj/effect/floor_decal/corner/blue{ + icon_state = "corner_white"; + dir = 9 + }, +/obj/structure/closet/crate/freezer/rations, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/distress_prep) "smH" = ( /obj/structure/window/reinforced{ dir = 1 @@ -29315,6 +29518,12 @@ }, /turf/simulated/floor/shuttle/black, /area/shuttle/legion/centcom) +"snR" = ( +/obj/item/stool/wood, +/turf/simulated/floor/beach/sand{ + icon_state = "desert" + }, +/area/centcom/shared_dream) "som" = ( /obj/structure/sign/flag/biesel{ pixel_y = 30 @@ -29358,6 +29567,22 @@ icon_state = "floor3" }, /area/centcom/legion/hangar5) +"svr" = ( +/obj/structure/bed/chair/comfy/brown{ + can_buckle = 0; + dir = 8; + name = "old chair" + }, +/obj/effect/decal/fake_object{ + color = "#5C4831"; + dir = 8; + icon = 'icons/obj/furniture.dmi'; + icon_state = "chair_armrest"; + layer = 5; + name = "leather chair" + }, +/turf/simulated/floor/carpet, +/area/centcom/shared_dream) "svM" = ( /obj/effect/decal/fake_object{ density = 1; @@ -29392,6 +29617,11 @@ icon_state = "wood" }, /area/centcom/distress_prep) +"szR" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/grassybush, +/turf/simulated/floor/grass/alt, +/area/centcom/shared_dream) "sBS" = ( /turf/space/transit/east/shuttlespace_ew2, /area/shuttle/distress/transit) @@ -29419,12 +29649,6 @@ icon_state = "wood_light" }, /area/centcom/legion/hangar5) -"sGb" = ( -/turf/simulated/floor/beach/sand{ - icon_state = "beach"; - dir = 6 - }, -/area/centcom/shared_dream) "sGQ" = ( /obj/effect/floor_decal/corner/blue{ icon_state = "corner_white"; @@ -29451,18 +29675,6 @@ icon_state = "dark" }, /area/centcom/legion) -"sHA" = ( -/obj/effect/decal/fake_object{ - icon = 'icons/misc/beach.dmi'; - icon_state = "shell2"; - name = "shell"; - pixel_x = 6; - pixel_y = 12 - }, -/turf/simulated/floor/beach/sand{ - icon_state = "beach" - }, -/area/centcom/shared_dream) "sHB" = ( /obj/structure/table/wood, /obj/item/device/flashlight/lamp/green{ @@ -29579,16 +29791,6 @@ }, /turf/simulated/floor/tiled/dark, /area/merchant_station/warehouse) -"sXN" = ( -/obj/effect/landmark{ - name = "skrell_entry" - }, -/turf/unsimulated/floor/asteroid/ash/rocky{ - nitrogen = 82.1472; - oxygen = 21.8366; - temperature = 293.15 - }, -/area/centcom/shared_dream) "sXR" = ( /obj/machinery/light/small/emergency{ dir = 8 @@ -29662,6 +29864,19 @@ icon_state = "floor" }, /area/centcom/checkpoint/fore) +"tbN" = ( +/obj/effect/decal/fake_object/light_source/invisible{ + light_color = "#64C864"; + light_range = 7; + name = "green light" + }, +/obj/structure/bed/chair/office/hover{ + can_buckle = 0; + dir = 8; + icon_state = "hover_chair" + }, +/turf/simulated/floor/grass/alt, +/area/centcom/shared_dream) "tcM" = ( /obj/structure/plasticflaps{ layer = 2.6; @@ -29700,6 +29915,11 @@ icon_state = "floor" }, /area/centcom/legion) +"teG" = ( +/turf/simulated/floor/beach/sand{ + icon_state = "desert1" + }, +/area/centcom/shared_dream) "teX" = ( /obj/machinery/button/remote/blast_door{ id = "tcflblastshield"; @@ -29738,21 +29958,6 @@ }, /turf/unsimulated/floor/plating, /area/centcom/legion) -"tgf" = ( -/obj/structure/flora/rock/pile{ - density = 0; - icon_state = "basalt3"; - pixel_x = 11; - pixel_y = 16 - }, -/obj/effect/overlay/palmtree_r{ - density = 0; - pixel_x = 24 - }, -/turf/simulated/floor/beach/sand{ - icon_state = "desert" - }, -/area/centcom/shared_dream) "thO" = ( /obj/effect/decal/fake_object{ density = 0; @@ -29767,13 +29972,6 @@ icon_state = "floor-shuttle" }, /area/centcom/legion) -"tjP" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - icon_state = "spline_fancy"; - dir = 1 - }, -/turf/simulated/floor/wood, -/area/centcom/shared_dream) "tkz" = ( /obj/effect/decal/spraystill{ desc = "Looks to be a dropship of some kind."; @@ -29892,18 +30090,6 @@ }, /turf/simulated/floor/tiled/dark, /area/merchant_station/warehouse) -"twp" = ( -/obj/structure/diona/vines, -/obj/structure/diona/vines{ - icon_state = "glowbulb" - }, -/obj/effect/decal/fake_object/light_source/invisible{ - light_color = "#00ff00"; - light_range = 3; - name = "lime light" - }, -/turf/simulated/floor/diona, -/area/centcom/shared_dream) "tym" = ( /obj/structure/reagent_dispensers/watertank, /obj/item/reagent_containers/glass/bucket{ @@ -29927,11 +30113,6 @@ icon_state = "floor" }, /area/centcom/checkpoint/fore) -"tBp" = ( -/turf/simulated/floor/beach/sand{ - icon_state = "desert4" - }, -/area/centcom/shared_dream) "tDN" = ( /obj/structure/punching_bag, /turf/unsimulated/floor{ @@ -29939,29 +30120,6 @@ icon_state = "wood" }, /area/centcom/legion/hangar5) -"tFp" = ( -/obj/structure/table/wood, -/obj/effect/decal/fake_object{ - desc = "A colorful drink that smells a lot like rotten fruit."; - icon = 'icons/obj/drinks.dmi'; - icon_state = "xrim"; - name = "Xrim Garden"; - pixel_x = 5; - pixel_y = 6 - }, -/obj/effect/decal/fake_object{ - desc = "A fizzing drink that looks like a really great time."; - icon = 'icons/obj/drinks.dmi'; - icon_state = "rixulin_sundae"; - layer = 3.1; - name = "Rixulin Sundae"; - pixel_x = -6; - pixel_y = 7 - }, -/turf/simulated/floor/beach/sand{ - icon_state = "desert" - }, -/area/centcom/shared_dream) "tFz" = ( /obj/structure/shuttle/engine/propulsion{ icon_state = "propulsion_l"; @@ -29989,21 +30147,6 @@ icon_state = "wood_light" }, /area/centcom/legion/hangar5) -"tGG" = ( -/obj/item/shovel, -/obj/effect/decal/fake_object{ - icon = 'icons/obj/mining.dmi'; - icon_state = "ore_glass"; - name = "sand"; - pixel_x = 11; - pixel_y = -6 - }, -/turf/unsimulated/floor/asteroid/ash/rocky{ - nitrogen = 82.1472; - oxygen = 21.8366; - temperature = 293.15 - }, -/area/centcom/shared_dream) "tHS" = ( /obj/structure/closet/crate/secure/legion, /obj/item/storage/belt/security/tactical, @@ -30054,14 +30197,6 @@ icon_state = "wood-broken5" }, /area/centcom/legion/hangar5) -"tKT" = ( -/obj/effect/overlay/palmtree_l{ - pixel_x = -8 - }, -/turf/simulated/floor/beach/sand{ - icon_state = "desert" - }, -/area/centcom/shared_dream) "tOh" = ( /obj/structure/table/rack, /obj/item/rig/retro/equipped, @@ -30085,13 +30220,6 @@ dir = 8 }, /area/centcom/legion/hangar5) -"tOA" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - icon_state = "spline_fancy"; - dir = 8 - }, -/turf/simulated/floor/wood, -/area/centcom/shared_dream) "tOO" = ( /obj/machinery/button/remote/blast_door{ id = "tcflemergencyroom"; @@ -30213,6 +30341,10 @@ icon_state = "dark" }, /area/centcom/legion/hangar5) +"tXP" = ( +/obj/structure/table/skrell, +/turf/simulated/floor/grass/alt, +/area/centcom/shared_dream) "tYm" = ( /obj/machinery/vending/cola{ density = 0; @@ -30248,11 +30380,6 @@ dir = 4 }, /area/centcom/distress_prep) -"uau" = ( -/obj/structure/flora/ausbushes/fullgrass, -/obj/structure/flora/ausbushes/pointybush, -/turf/simulated/floor/grass/alt, -/area/centcom/shared_dream) "ubj" = ( /obj/structure/shuttle/engine/propulsion/burst/right{ icon_state = "burst_r"; @@ -30324,10 +30451,27 @@ }, /turf/unsimulated/floor/plating, /area/centcom/legion/hangar5) -"usy" = ( -/obj/effect/landmark{ - name = "skrell_entry" +"uqU" = ( +/obj/structure/bed/chair/comfy/brown{ + can_buckle = 0; + dir = 4; + name = "old chair" }, +/obj/effect/decal/fake_object{ + color = "#5C4831"; + dir = 4; + icon = 'icons/obj/furniture.dmi'; + icon_state = "chair_armrest"; + layer = 5; + name = "leather chair" + }, +/turf/simulated/floor/carpet, +/area/centcom/shared_dream) +"ury" = ( +/obj/structure/flora/tree/jungle{ + icon_state = "tree4" + }, +/obj/structure/flora/ausbushes/sparsegrass, /turf/simulated/floor/grass/alt, /area/centcom/shared_dream) "usD" = ( @@ -30382,13 +30526,6 @@ }, /turf/simulated/floor/wood, /area/merchant_station) -"uun" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - icon_state = "spline_fancy"; - dir = 9 - }, -/turf/simulated/floor/wood, -/area/centcom/shared_dream) "uuM" = ( /obj/effect/floor_decal/spline/fancy/wood/corner{ icon_state = "spline_fancy_corner"; @@ -30398,17 +30535,15 @@ /obj/structure/flora/ausbushes/brflowers, /turf/simulated/floor/holofloor/grass, /area/holodeck/source_picnicarea) -"uws" = ( -/obj/structure/flora/rock/pile, -/turf/simulated/floor/beach/sand{ - icon_state = "beachcorner"; - dir = 1 - }, -/area/centcom/shared_dream) "uCD" = ( /obj/effect/floor_decal/corner/yellow/full, /turf/simulated/floor/tiled, /area/shuttle/merchant/start) +"uCS" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/pointybush, +/turf/simulated/floor/grass/alt, +/area/centcom/shared_dream) "uFy" = ( /obj/machinery/recharger/wallcharger{ pixel_x = -27; @@ -30517,6 +30652,10 @@ }, /turf/simulated/floor/tiled/white, /area/merchant_station) +"uSm" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/grass/alt, +/area/centcom/shared_dream) "uSP" = ( /obj/effect/floor_decal/industrial/warning/corner{ icon_state = "warningcorner"; @@ -30696,6 +30835,18 @@ icon_state = "floor" }, /area/centcom/ferry) +"vjV" = ( +/obj/structure/diona/vines, +/obj/structure/diona/vines{ + icon_state = "glowbulb" + }, +/obj/effect/decal/fake_object/light_source/invisible{ + light_color = "#00ff00"; + light_range = 3; + name = "lime light" + }, +/turf/simulated/floor/diona, +/area/centcom/shared_dream) "vjY" = ( /obj/structure/window/reinforced{ icon_state = "rwindow"; @@ -30795,13 +30946,14 @@ icon_state = "carpet5-1" }, /area/centcom/legion/hangar5) -"vxw" = ( -/obj/structure/bed/chair/office/hover{ - can_buckle = 0; - dir = 8; - icon_state = "hover_chair" +"vxP" = ( +/obj/effect/landmark{ + name = "skrell_entry" + }, +/turf/simulated/floor/beach/water/pool{ + icon_state = "seashallow"; + name = "ocean" }, -/turf/simulated/floor/grass/alt, /area/centcom/shared_dream) "vyG" = ( /obj/structure/bed/chair/comfy/beige{ @@ -30812,6 +30964,15 @@ icon_state = "wood" }, /area/centcom/living) +"vze" = ( +/obj/structure/table/steel, +/obj/item/deck/cards, +/turf/unsimulated/floor/asteroid/ash/rocky{ + nitrogen = 82.1472; + oxygen = 21.8366; + temperature = 293.15 + }, +/area/centcom/shared_dream) "vAg" = ( /obj/machinery/light/small/emergency{ name = "broken light"; @@ -30947,22 +31108,6 @@ dir = 8 }, /area/centcom/distress_prep) -"vFs" = ( -/obj/structure/bed/chair/comfy/brown{ - can_buckle = 0; - dir = 4; - name = "old chair" - }, -/obj/effect/decal/fake_object{ - color = "#5C4831"; - dir = 4; - icon = 'icons/obj/furniture.dmi'; - icon_state = "chair_armrest"; - layer = 5; - name = "leather chair" - }, -/turf/simulated/floor/carpet, -/area/centcom/shared_dream) "vFT" = ( /obj/machinery/acting/changer, /turf/unsimulated/floor{ @@ -31129,6 +31274,16 @@ icon_state = "floor" }, /area/centcom/checkpoint/aft) +"vWw" = ( +/obj/effect/floor_decal/corner/blue{ + icon_state = "corner_white"; + dir = 9 + }, +/obj/machinery/mech_recharger, +/turf/unsimulated/floor{ + icon_state = "floor" + }, +/area/centcom/distress_prep) "vWz" = ( /obj/structure/table/reinforced, /turf/unsimulated/floor{ @@ -31172,6 +31327,13 @@ dir = 8 }, /area/centcom/legion) +"waR" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + icon_state = "spline_fancy"; + dir = 8 + }, +/turf/simulated/floor/wood, +/area/centcom/shared_dream) "wba" = ( /obj/machinery/door/airlock/centcom{ name = "Checkpoint"; @@ -31182,11 +31344,6 @@ icon_state = "wood" }, /area/centcom/legion) -"wbu" = ( -/turf/simulated/wall/diona{ - opacity = 0 - }, -/area/centcom/shared_dream) "wdJ" = ( /obj/machinery/door/airlock/silver{ name = "Washroom" @@ -31253,6 +31410,11 @@ }, /turf/simulated/floor/shuttle/black, /area/shuttle/legion/centcom) +"wlj" = ( +/turf/simulated/wall/diona{ + opacity = 0 + }, +/area/centcom/shared_dream) "wlk" = ( /obj/effect/decal/spraystill{ desc = "The symbol of a torch surround by several stars."; @@ -31290,6 +31452,13 @@ icon_state = "floor" }, /area/centcom/distress_prep) +"woD" = ( +/turf/simulated/floor/holofloor/space{ + blocks_air = 1; + density = 1; + dynamic_lighting = 0 + }, +/area/centcom/shared_dream) "wpg" = ( /turf/unsimulated/floor{ name = "plating"; @@ -31307,6 +31476,11 @@ dir = 1 }, /area/centcom/living) +"wrY" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/lavendergrass, +/turf/simulated/floor/grass/alt, +/area/centcom/shared_dream) "wsm" = ( /obj/structure/window/reinforced{ icon_state = "rwindow"; @@ -31474,10 +31648,6 @@ icon_state = "floor" }, /area/centcom/checkpoint/fore) -"wFv" = ( -/obj/item/stool/hover, -/turf/simulated/floor/ice, -/area/centcom/shared_dream) "wFA" = ( /obj/machinery/door/blast/odin/shuttle/tcfl/shutter{ id = "tcfl_hangar5"; @@ -31504,10 +31674,23 @@ icon_state = "green" }, /area/centcom/living) +"wGy" = ( +/obj/effect/landmark{ + name = "skrell_entry" + }, +/turf/simulated/floor/snow, +/area/centcom/shared_dream) "wHU" = ( /obj/effect/floor_decal/industrial/loading, /turf/simulated/floor/tiled, /area/merchant_station/warehouse) +"wJK" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + icon_state = "spline_fancy"; + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/shared_dream) "wNn" = ( /obj/machinery/porta_turret/net{ check_anomalies = 0; @@ -31564,19 +31747,6 @@ /area/syndicate_mothership{ name = "\improper Ninja Base" }) -"wRE" = ( -/obj/structure/table/rack, -/obj/machinery/light{ - dir = 8; - icon_state = "tube1"; - name = "adjusted light fixture"; - pixel_y = 16 - }, -/obj/item/clothing/shoes/magboots, -/turf/unsimulated/floor{ - icon_state = "platebot" - }, -/area/centcom/distress_prep) "wSA" = ( /obj/effect/floor_decal/spline/fancy/wood{ icon_state = "spline_fancy"; @@ -31607,7 +31777,7 @@ /turf/unsimulated/floor/plating, /area/centcom/legion) "wVd" = ( -/turf/simulated/floor/shuttle/red, +/turf/simulated/floor/shuttle/black, /area/shuttle/distress/centcom) "wWR" = ( /obj/machinery/light{ @@ -31673,17 +31843,6 @@ /obj/structure/closet/crate/secure/legion, /turf/unsimulated/floor/plating, /area/centcom/legion/hangar5) -"xcq" = ( -/obj/structure/table/wood, -/obj/item/newspaper, -/obj/effect/decal/fake_object/light_source/invisible{ - light_color = "#C48A18"; - light_power = 2; - light_range = 3; - name = "fire light" - }, -/turf/simulated/floor/carpet, -/area/centcom/shared_dream) "xcr" = ( /obj/machinery/light{ icon_state = "tube1"; @@ -31693,36 +31852,6 @@ icon_state = "wood_light" }, /area/centcom/legion/hangar5) -"xcu" = ( -/obj/structure/table/rack, -/obj/item/clothing/shoes/magboots, -/turf/unsimulated/floor{ - icon_state = "platebot" - }, -/area/centcom/distress_prep) -"xdu" = ( -/obj/structure/bed/chair/comfy/brown{ - can_buckle = 0; - dir = 8; - name = "old chair" - }, -/obj/effect/decal/fake_object{ - color = "#5C4831"; - dir = 8; - icon = 'icons/obj/furniture.dmi'; - icon_state = "chair_armrest"; - layer = 5; - name = "leather chair" - }, -/turf/simulated/floor/carpet, -/area/centcom/shared_dream) -"xdR" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - icon_state = "spline_fancy"; - dir = 6 - }, -/turf/simulated/floor/wood, -/area/centcom/shared_dream) "xgn" = ( /obj/structure/window/reinforced{ dir = 8 @@ -31787,14 +31916,6 @@ dir = 2 }, /area/centcom/spawning) -"xjJ" = ( -/turf/simulated/floor/holofloor/space{ - blocks_air = 1; - density = 1; - dynamic_lighting = 1; - icon_state = "black" - }, -/area/centcom/shared_dream) "xkw" = ( /obj/machinery/door/airlock/hatch{ name = "Thruster Access" @@ -31848,10 +31969,6 @@ icon_state = "steel_dirty" }, /area/centcom/legion/hangar5) -"xul" = ( -/obj/structure/flora/ausbushes/leafybush, -/turf/simulated/floor/grass/alt, -/area/centcom/shared_dream) "xuH" = ( /obj/structure/sign/poster{ pixel_y = 32 @@ -32099,6 +32216,12 @@ /obj/effect/decal/cleanable/dirt, /turf/unsimulated/floor/plating, /area/centcom/legion/hangar5) +"xLv" = ( +/turf/unsimulated/mineral/asteroid{ + name = "asteroid"; + opacity = 0 + }, +/area/centcom/shared_dream) "xMg" = ( /obj/structure/table/rack, /obj/item/clothing/head/helmet/legion{ @@ -32160,11 +32283,6 @@ icon_state = "tiles" }, /area/centcom/legion/hangar5) -"xPC" = ( -/turf/simulated/floor/beach/sand{ - icon_state = "desert1" - }, -/area/centcom/shared_dream) "xPX" = ( /obj/effect/floor_decal/corner/lime{ icon_state = "corner_white"; @@ -32179,29 +32297,13 @@ icon_state = "dark" }, /area/centcom/legion) -"xSl" = ( -/obj/structure/cult/tome{ - density = 0; - pixel_x = 2 +"xSh" = ( +/turf/simulated/floor/holofloor/space{ + blocks_air = 1; + density = 1; + dynamic_lighting = 1; + icon_state = "black" }, -/obj/effect/floor_decal/spline/fancy/wood{ - icon_state = "spline_fancy"; - dir = 8 - }, -/turf/simulated/floor/wood, -/area/centcom/shared_dream) -"xSI" = ( -/obj/effect/decal/fake_object/light_source/invisible{ - light_color = "#64C864"; - light_range = 7; - name = "green light" - }, -/obj/structure/bed/chair/office/hover{ - can_buckle = 0; - dir = 8; - icon_state = "hover_chair" - }, -/turf/simulated/floor/grass/alt, /area/centcom/shared_dream) "xTR" = ( /obj/effect/floor_decal/industrial/warning{ @@ -32242,6 +32344,14 @@ "xZs" = ( /turf/space/transit/east/shuttlespace_ew3, /area/shuttle/legion/transit) +"yeB" = ( +/obj/structure/bed/chair/office/hover{ + can_buckle = 0; + dir = 8; + icon_state = "hover_chair" + }, +/turf/simulated/floor/grass/alt, +/area/centcom/shared_dream) "ygK" = ( /turf/unsimulated/floor{ dir = 8; @@ -32319,15 +32429,6 @@ icon_state = "dark" }, /area/centcom/legion) -"ylg" = ( -/obj/structure/flora/rock/pile{ - icon_state = "lavarocks2"; - layer = 2.99 - }, -/turf/simulated/floor/beach/sand{ - icon_state = "desert" - }, -/area/centcom/shared_dream) (1,1,1) = {" aaa @@ -46442,7 +46543,7 @@ aaM aaM aaM ahV -amY +alb aiw ajb ajh @@ -47484,7 +47585,7 @@ aaM aaM aaM aaM -amY +alb ait aaM aaM @@ -51322,9 +51423,9 @@ aaM aaM aaM aaM -amo +ako aiH -amT +akI aaM aaM aaM @@ -66957,7 +67058,7 @@ aDM aDM aEP aEP -azL +aho aGq aGE aGF @@ -67214,7 +67315,7 @@ aFi aFo aEP aEP -azL +aho aGq aGF aGF @@ -67471,7 +67572,7 @@ aFj aFp aEP aEP -azL +aho aGq aGF aGF @@ -67728,7 +67829,7 @@ aFk aFp aEP aEP -azL +aho aGq aGF aGF @@ -67985,7 +68086,7 @@ aEP aEP aFy aEP -azL +aho aGq aGF aGF @@ -68242,7 +68343,7 @@ aEP aEP aEP aEP -azL +aho aGq aGF aGF @@ -74637,17 +74738,17 @@ awl axe axA ayk -ava +ahd awl axe axA ayk -ava +ahd awl axe axA aBp -awe +ahk auT ifh aCG @@ -75406,18 +75507,18 @@ ait auT awo axh -apk +acX ayl ayE awo axh -avb +ahe ayl ayE awo axh -avg -avD +ahf +ahg aBT auT ifh @@ -75663,18 +75764,18 @@ aaM auT awp axi -ars +agZ ayl ayE awp axi -ars +agZ ayl ayE awp axi -ars -avE +agZ +ahi aBT auT ifh @@ -75920,18 +76021,18 @@ ait auT awq axj -auY +ahc ayl ayE awq axj -auY +ahc ayl ayE awq axj -auY -avN +ahc +ahj aBT auT ifh @@ -79846,12 +79947,12 @@ aaM aaM aaM aaM -aaM -aaM -aaM -aaM -aaM -aaM +hcI +hcI +hcI +hcI +hcI +hcI aaM jMp iMV @@ -80103,12 +80204,12 @@ aaM aaM aaM aaM -aaM -aaM -aaM -aaM -aaM -aaM +hcI +ahp +dBu +lfp +akE +hcI aaM hcI obp @@ -80360,11 +80461,11 @@ aaM aaM aaM aaM -aaM -aaM -aaM -aaM -aaM +hcI +ahq +dBu +dBu +qwV hcI hcI hcI @@ -80618,10 +80719,10 @@ hcI hcI hcI hcI -hcI -hcI -hcI -hcI +ahr +dBu +dBu +ala hcI hcI hcI @@ -80875,10 +80976,10 @@ pMl pMl hcI hcI -xcu -xcu -wRE -xcu +ahs +dBu +dBu +ala hcI hcI hcI @@ -81132,19 +81233,19 @@ wOb wOb rQs hcI -jgo -dBu -dBu -dBu bjQ +dBu +dBu +dBu +jgo eLM -pBa +vWw iKp vQA iMV wnD iKp -nFs +smm eLM nFs nFs @@ -81658,7 +81759,7 @@ vpD gGc vpD vpD -vpD +cRb eLM oOS oOS @@ -82101,36 +82202,36 @@ aaM aaM aaM aaM -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD aaM aaM aaM @@ -82163,7 +82264,7 @@ tYm wOb wOb wOb -nCx +nLZ hcI hcI hcI @@ -82358,36 +82459,36 @@ aaM aaM aaM aaM -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -xjJ -xjJ -xjJ -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +xSh +xSh +xSh +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD aaM aaM aaM @@ -82615,36 +82716,36 @@ aaM aaM aaM aaM -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -xjJ -ezp -ezp -qLT -xjJ -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +xSh +mZh +mZh +pux +xSh +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD aaM aaM aaM @@ -82872,36 +82973,36 @@ aaM aaM aaM aaM -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -xjJ -ezp -eXe -ifX -xjJ -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +xSh +mZh +xLv +ccz +xSh +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD aaM aaM aaM @@ -83129,36 +83230,36 @@ aaM aaM aaM aaM -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -xjJ -xjJ -ezp -pUP -ezp -xjJ -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +xSh +xSh +mZh +ofD +mZh +xSh +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD aaM aaM aaM @@ -83386,36 +83487,36 @@ aaM aaM aaM aaM -bCz -bCz -bCz -bCz -bCz -bCz -bCz -xjJ -xjJ -xjJ -xjJ -xjJ -xjJ -ezp -ezp -xjJ -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz +woD +woD +woD +woD +woD +woD +woD +xSh +xSh +xSh +xSh +xSh +xSh +mZh +mZh +xSh +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD aaM aaM aaM @@ -83455,7 +83556,7 @@ xkE nzS lkY wVd -wVd +lwA xkE aaM aaM @@ -83643,36 +83744,36 @@ aaM aaM aaM aaM -bCz -bCz -bCz -bCz -bCz -bCz -xjJ -pUP -eXe -eXe -ezp -xjJ -xjJ -xjJ -xjJ -bCz -bCz -bCz -xjJ +woD +woD +woD +woD +woD +woD +xSh +ofD +xLv +xLv +mZh +xSh +xSh +xSh +xSh +woD +woD +woD +xSh iAP iAP iAP -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz +woD +woD +woD +woD +woD +woD +woD +woD aaM aaM aaM @@ -83900,36 +84001,36 @@ aaM aaM aaM aaM -bCz -bCz -bCz -bCz -bCz -xjJ -pUP -eXe -eXe -eXe -eXe -ezp -xjJ -bCz -bCz -bCz -xjJ -xjJ +woD +woD +woD +woD +woD +xSh +ofD +xLv +xLv +xLv +xLv +mZh +xSh +woD +woD +woD +xSh +xSh iAP -nwi +wGy ykk iAP iAP iAP -bCz -bCz -bCz -bCz -bCz -bCz +woD +woD +woD +woD +woD +woD aaM aaM aaM @@ -84157,23 +84258,23 @@ aaM aaM aaM aaM -bCz -xjJ -dLk -twp -wbu -eXe -eXe -eXe -eXe -eXe -eXe -kZG -ezp -xjJ -bCz -bCz -xjJ +woD +xSh +brN +vjV +wlj +xLv +xLv +xLv +xLv +xLv +xLv +fqz +mZh +xSh +woD +woD +xSh ykk iAP iAP @@ -84182,11 +84283,11 @@ iAP iAP ykk iAP -bCz -bCz -bCz -bCz -bCz +woD +woD +woD +woD +woD aaM aaM aaM @@ -84414,23 +84515,23 @@ aaM aaM aaM aaM -xjJ -eXe -dLk -wbu -wbu -eXe -eXe -eXe -eXe -eXe -pUP -ncD -ezp -xjJ -bCz -bCz -xjJ +xSh +xLv +brN +wlj +wlj +xLv +xLv +xLv +xLv +xLv +ofD +vze +mZh +xSh +woD +woD +xSh iAP iAP ykk @@ -84440,10 +84541,10 @@ iAP iAP iAP iAP -bCz -bCz -bCz -bCz +woD +woD +woD +woD aaM aaM aaM @@ -84671,36 +84772,36 @@ aaM aaM aaM aaM -bCz -dLk -wbu -wbu -wbu -eXe -eXe -eXe -eXe -eXe -pUP -kZG -ezp -ezp -xjJ -bCz -bCz +woD +brN +wlj +wlj +wlj +xLv +xLv +xLv +xLv +xLv +ofD +fqz +mZh +mZh +xSh +woD +woD iAP ykk iAP iAP -wFv +dus iAP -nwi +wGy ykk iAP -bCz -bCz -bCz -bCz +woD +woD +woD +woD aaM aaM aaM @@ -84928,36 +85029,36 @@ aaM aaM aaM aaM -bCz -dLk -wbu -wbu -wbu -eXe -eXe -eXe -eXe -pUP -tGG -ezp -ezp -ezp -xjJ -bCz +woD +brN +wlj +wlj +wlj +xLv +xLv +xLv +xLv +ofD +pUe +mZh +mZh +mZh +xSh +woD iAP iAP iAP iAP -wFv -mfI +dus +hZW iAP iAP iAP iAP -bCz -bCz -bCz -bCz +woD +woD +woD +woD aaM aaM aaM @@ -85185,36 +85286,36 @@ aaM aaM aaM aaM -bCz -dLk -wbu -dLk -dLk -eXe -eXe -eXe -pUP -pUP -fMf -ezp -ezp -ezp -xjJ -bCz +woD +brN +wlj +brN +brN +xLv +xLv +xLv +ofD +ofD +qGj +mZh +mZh +mZh +xSh +woD iAP iAP iAP iAP -ptA -wFv +kpA +dus iAP iAP iAP iAP -bCz -bCz -bCz -bCz +woD +woD +woD +woD aaM aaM aaM @@ -85442,36 +85543,36 @@ aaM aaM aaM aaM -bCz -bCz -twp -eXe -xjJ -ezp -eXe -eXe -pUP -sXN -ezp -ezp -ezp -ezp -xjJ -bCz +woD +woD +vjV +xLv +xSh +mZh +xLv +xLv +ofD +dnS +mZh +mZh +mZh +mZh +xSh +woD iAP ykk iAP iAP -ptA +kpA iAP iAP ykk iAP iAP -bCz -bCz -bCz -bCz +woD +woD +woD +woD aaM aaM aaM @@ -85699,22 +85800,22 @@ aaM aaM aaM aaM -bCz -bCz -dLk -ezp -xjJ -xjJ -ezp -eXe -eXe -nQx -ezp -ezp -ezp -ezp -xjJ -bCz +woD +woD +brN +mZh +xSh +xSh +mZh +xLv +xLv +nYi +mZh +mZh +mZh +mZh +xSh +woD iAP iAP iAP @@ -85725,10 +85826,10 @@ iAP iAP iAP iAP -bCz -bCz -bCz -bCz +woD +woD +woD +woD aaM aaM aaM @@ -85956,22 +86057,22 @@ aaM aaM aaM aaM -bCz -bCz -bCz -xjJ -bCz -bCz -xjJ -ezp -eXe -eXe -lZE -ezp -ezp -xjJ -xjJ -xjJ +woD +woD +woD +xSh +woD +woD +xSh +mZh +xLv +xLv +dib +mZh +mZh +xSh +xSh +xSh iAP iAP iAP @@ -85981,11 +86082,11 @@ iAP iAP iAP iAP -bCz -bCz -bCz -bCz -bCz +woD +woD +woD +woD +woD aaM aaM aaM @@ -86213,23 +86314,23 @@ aaM aaM aaM aaM -bCz -bCz -bCz -bCz -bCz -bCz -bCz -xjJ -xjJ -eXe -eXe -ezp -ezp -uun -tOA -xSl -mZc +woD +woD +woD +woD +woD +woD +woD +xSh +xSh +xLv +xLv +mZh +mZh +icZ +waR +hML +fQM iAP iAP iAP @@ -86237,12 +86338,12 @@ iAP iAP iAP iAP -bCz -bCz -bCz -bCz -bCz -bCz +woD +woD +woD +woD +woD +woD aaM aaM aaM @@ -86470,36 +86571,36 @@ aaM aaM aaM aaM -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -xjJ -xjJ -xjJ -xjJ -tjP -vFs -buz -qPJ -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz +woD +woD +woD +woD +woD +woD +woD +woD +woD +xSh +xSh +xSh +xSh +gON +uqU +lEa +hMK +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD aaM aaM aaM @@ -86727,36 +86828,36 @@ aaM aaM aaM aaM -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -xjJ -sbz -xcq -gsR -qPJ -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +xSh +gVo +kll +cRL +hMK +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD aaM aaM aaM @@ -86984,36 +87085,36 @@ aaM aaM aaM aaM -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -xjJ -tjP -xdu -buz -qPJ -bCz -xjJ -xjJ -xjJ -xjJ -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +xSh +gON +svr +lEa +hMK +woD +xSh +xSh +xSh +xSh +woD +woD +woD +woD +woD +woD +woD +woD aaM aaM aaM @@ -87241,36 +87342,36 @@ aaM aaM aaM aaM -bCz -bCz -bCz -bCz -bCz -xjJ -xjJ -xjJ -jvi -nCp -nCp -nCp -nCp -hGr -ikn -mad -xdR -ghi -ghi -tKT -nIY -gMJ -dtg -dtg -dtg -dtg -dtg -dtg -bCz -bCz +woD +woD +woD +woD +woD +xSh +xSh +xSh +mWz +plz +plz +plz +plz +hoa +gmG +wJK +ccP +hAC +hAC +mTg +gjN +rSX +qLM +qLM +qLM +qLM +qLM +qLM +woD +woD aaM aaM aaM @@ -87498,36 +87599,36 @@ aaM aaM aaM aaM -bCz -bCz -bCz -bCz -xjJ -xjJ -nCp -usy -mMA -hCg -nCp -gWi -nCp -rWa -bCz -bCz -ghi -ghi -bfX -ghi -ghi -sHA -dtg -dtg -dtg -dtg -dtg -dtg -bCz -bCz +woD +woD +woD +woD +xSh +xSh +plz +nXw +qBY +wrY +plz +kme +plz +cAr +woD +woD +hAC +hAC +kiw +hAC +hAC +hgT +qLM +qLM +qLM +qLM +qLM +qLM +woD +woD aaM aaM aaM @@ -87755,36 +87856,36 @@ aaM aaM aaM aaM -bCz -bCz -bCz -bCz -xjJ -xjJ -nCp -bwF -uau -nCp -nCp -nCp -nCp -bCz -bCz -bCz -ghi -ghi -ghi -rPs -nTN -sGb -dtg -dtg -dtg -dtg -dtg -dtg -bCz -bCz +woD +woD +woD +woD +xSh +xSh +plz +eUi +uCS +plz +plz +plz +plz +woD +woD +woD +hAC +hAC +hAC +nCw +oEM +hqg +qLM +qLM +qLM +qLM +qLM +qLM +woD +woD aaM aaM aaM @@ -88012,36 +88113,36 @@ aaM aaM aaM aaM -bCz -bCz -bCz -xjJ -xjJ -xjJ -ebs -iih -ecY -ecY -nCp -nCp -gWi -bCz -bCz -bCz -ghi -kgd -ghi -ghi -ppi -hEy -dtg -dtg -dtg -dtg -iLm -dtg -bCz -bCz +woD +woD +woD +xSh +xSh +xSh +szR +jSp +evt +evt +plz +plz +kme +woD +woD +woD +hAC +snR +hAC +hAC +rys +jYZ +qLM +qLM +qLM +qLM +vxP +qLM +woD +woD aaM aaM aaM @@ -88269,36 +88370,36 @@ aaM aaM aaM aaM -bCz -bCz -bCz -xjJ -xjJ -xjJ -omU -ijU -hVL -hVL -nCp -nCp -iih -bCz -bCz -bCz -ghi -tFp -ghi -jyq -ppi -hEy -dtg -dtg -dtg -dtg -dtg -dtg -bCz -bCz +woD +woD +woD +xSh +xSh +xSh +uSm +jAP +tXP +tXP +plz +plz +jSp +woD +woD +woD +hAC +qRm +hAC +bye +rys +jYZ +qLM +qLM +qLM +qLM +qLM +qLM +woD +woD aaM aaM aaM @@ -88526,36 +88627,36 @@ aaM aaM aaM aaM -bCz -bCz -bCz -xjJ -xjJ -xjJ -ebs -nCp -xSI -vxw -nCp -nCp -bCz -bCz -bCz -xjJ -tgf -kgd -ghi -tBp -ppi -hEy -dtg -dtg -dtg -dtg -iLm -dtg -bCz -bCz +woD +woD +woD +xSh +xSh +xSh +szR +plz +tbN +yeB +plz +plz +woD +woD +woD +xSh +phH +snR +hAC +qnP +rys +jYZ +qLM +qLM +qLM +qLM +vxP +qLM +woD +woD aaM aaM aaM @@ -88783,36 +88884,36 @@ aaM aaM aaM aaM -bCz -bCz -xjJ -xjJ -xjJ -xjJ -dDy -nCp -nCp -nCp -nCp -xul -bCz -bCz -bCz -xjJ -ylg -ghi -ghi -rPs -ppi -hEy -dtg -dtg -dtg -dtg -dtg -dtg -bCz -bCz +woD +woD +xSh +xSh +xSh +xSh +ury +plz +plz +plz +plz +oRK +woD +woD +woD +xSh +nhS +hAC +hAC +nCw +rys +jYZ +qLM +qLM +qLM +qLM +qLM +qLM +woD +woD aaM aaM aaM @@ -89040,36 +89141,36 @@ aaM aaM aaM aaM -bCz -bCz -bCz -xjJ -xjJ -xjJ -nCp -nCp -nCp -usy -cqv -gWi -bCz -bCz -bCz -bCz -xjJ -pCR -xPC -rcu -ppi -hEy -dtg -dtg -dtg -dtg -dtg -dtg -bCz -bCz +woD +woD +woD +xSh +xSh +xSh +plz +plz +plz +nXw +ieC +kme +woD +woD +woD +woD +xSh +pDA +teG +mcI +rys +jYZ +qLM +qLM +qLM +qLM +qLM +qLM +woD +woD aaM aaM aaM @@ -89297,36 +89398,36 @@ aaM aaM aaM aaM -bCz -bCz -bCz -bCz -xjJ -xjJ -nCp -iXm -gWi -nCp -rWa -xjJ -bCz -bCz -bCz -bCz -bCz -bCz -ghi -ghi -uws -peF -dtg -dtg -dtg -dtg -dtg -dtg -bCz -bCz +woD +woD +woD +woD +xSh +xSh +plz +nQe +kme +plz +cAr +xSh +woD +woD +woD +woD +woD +woD +hAC +hAC +lpa +bjr +qLM +qLM +qLM +qLM +qLM +qLM +woD +woD aaM aaM aaM @@ -89554,36 +89655,36 @@ aaM aaM aaM aaM -bCz -bCz -bCz -bCz -xjJ -xjJ -xjJ -xjJ -xjJ -xjJ -xjJ -xjJ -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -xjJ -xjJ -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz +woD +woD +woD +woD +xSh +xSh +xSh +xSh +xSh +xSh +xSh +xSh +woD +woD +woD +woD +woD +woD +woD +woD +xSh +xSh +woD +woD +woD +woD +woD +woD +woD +woD aaM aaM aaM @@ -89811,36 +89912,36 @@ aaM aaM aaM aaM -bCz -bCz -bCz -bCz -xjJ -xjJ -xjJ -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz +woD +woD +woD +woD +xSh +xSh +xSh +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD aaM aaM aaM @@ -90068,36 +90169,36 @@ aaM aaM aaM aaM -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD aaM aaM aaM @@ -90325,36 +90426,36 @@ aaM aaM aaM aaM -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz -bCz +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD +woD aaM aaM aaM diff --git a/maps/templates/distress/distress_equipment.dm b/maps/templates/distress/distress_equipment.dm new file mode 100644 index 00000000000..1f63f2e4710 --- /dev/null +++ b/maps/templates/distress/distress_equipment.dm @@ -0,0 +1,3 @@ +/datum/map_template/distress_iac + name = "IAC distress equipment" + mappath = 'maps/templates/distress/iac.dmm' \ No newline at end of file diff --git a/maps/templates/distress/iac.dmm b/maps/templates/distress/iac.dmm new file mode 100644 index 00000000000..9f1412dd924 --- /dev/null +++ b/maps/templates/distress/iac.dmm @@ -0,0 +1,172 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/obj/machinery/suit_cycler/medical, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 5 + }, +/area/centcom/distress_prep) +"b" = ( +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 5 + }, +/area/centcom/distress_prep) +"c" = ( +/obj/structure/table/rack, +/obj/item/clothing/suit/space/void/medical, +/obj/item/clothing/suit/space/void/medical, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/head/helmet/space/void/medical, +/obj/item/clothing/head/helmet/space/void/medical, +/obj/structure/fireaxecabinet{ + pixel_x = -30; + unlocked = 1 + }, +/turf/unsimulated/floor{ + icon_state = "vault"; + dir = 5 + }, +/area/centcom/distress_prep) +"d" = ( +/obj/structure/closet/crate/freezer{ + layer = 2.99; + name = "rations" + }, +/obj/item/reagent_containers/food/snacks/koisbar_clean, +/obj/item/reagent_containers/food/snacks/koisbar_clean, +/obj/item/reagent_containers/food/snacks/koisbar_clean, +/obj/item/reagent_containers/food/snacks/koisbar_clean, +/obj/item/reagent_containers/food/snacks/liquidfood, +/obj/item/reagent_containers/food/snacks/liquidfood, +/obj/item/reagent_containers/food/snacks/liquidfood, +/obj/item/reagent_containers/food/snacks/liquidfood, +/obj/item/reagent_containers/food/snacks/liquidfood, +/obj/item/reagent_containers/food/snacks/liquidfood, +/obj/item/reagent_containers/food/snacks/liquidfood, +/obj/item/reagent_containers/food/snacks/liquidfood, +/obj/item/reagent_containers/food/snacks/liquidfood, +/obj/item/reagent_containers/food/snacks/liquidfood, +/obj/item/reagent_containers/food/snacks/skrellsnacks, +/obj/item/reagent_containers/food/snacks/skrellsnacks, +/obj/item/reagent_containers/food/snacks/skrellsnacks, +/obj/item/reagent_containers/food/snacks/skrellsnacks, +/obj/item/reagent_containers/food/snacks/nathisnack, +/obj/item/reagent_containers/food/snacks/nathisnack, +/obj/item/reagent_containers/food/drinks/cans/waterbottle, +/obj/item/reagent_containers/food/drinks/cans/waterbottle, +/obj/item/reagent_containers/food/drinks/cans/waterbottle, +/obj/item/reagent_containers/food/drinks/cans/waterbottle, +/obj/item/reagent_containers/food/drinks/cans/waterbottle, +/obj/item/reagent_containers/food/drinks/cans/waterbottle, +/obj/item/reagent_containers/food/drinks/cans/waterbottle, +/obj/item/reagent_containers/food/drinks/cans/waterbottle, +/obj/item/reagent_containers/food/drinks/cans/waterbottle, +/obj/item/reagent_containers/food/drinks/cans/waterbottle, +/obj/random/plushie, +/obj/random/plushie, +/turf/unsimulated/floor{ + icon_state = "platebot" + }, +/area/centcom/distress_prep) +"e" = ( +/obj/structure/closet/crate/freezer{ + layer = 2.99; + name = "blood, surgery equipment" + }, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/deployable_kit/surgery_table, +/obj/item/deployable_kit/surgery_table, +/obj/item/storage/firstaid/surgery, +/obj/item/storage/firstaid/surgery, +/obj/item/deployable_kit/iv_drip, +/obj/item/deployable_kit/iv_drip, +/obj/item/deployable_kit/iv_drip, +/turf/unsimulated/floor{ + icon_state = "platebot" + }, +/area/centcom/distress_prep) +"f" = ( +/obj/structure/closet/crate/medical{ + layer = 2.99 + }, +/obj/item/cane/crutch, +/obj/item/cane/crutch, +/obj/item/cane/crutch, +/obj/item/cane/crutch, +/obj/item/roller, +/obj/item/roller, +/obj/item/roller, +/obj/item/roller, +/obj/item/roller, +/obj/item/roller, +/obj/item/roller, +/obj/item/roller, +/obj/item/storage/box/masks, +/obj/item/storage/box/gloves, +/obj/item/storage/box/bodybags, +/obj/item/storage/firstaid/adv, +/obj/item/storage/firstaid/adv, +/obj/item/storage/firstaid/regular, +/obj/item/storage/firstaid/regular, +/obj/item/storage/firstaid/o2{ + pixel_x = -3; + pixel_y = -1 + }, +/obj/item/storage/firstaid/fire{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/item/storage/firstaid/toxin{ + pixel_x = 6 + }, +/obj/item/stack/material/steel{ + amount = 50 + }, +/obj/item/stack/material/plastic{ + amount = 50 + }, +/turf/unsimulated/floor{ + icon_state = "platebot" + }, +/area/centcom/distress_prep) +"r" = ( +/mob/living/heavy_vehicle/premade/light/iac, +/turf/unsimulated/floor{ + icon_state = "platebot" + }, +/area/centcom/distress_prep) + +(1,1,1) = {" +a +c +d +"} +(2,1,1) = {" +b +b +f +"} +(3,1,1) = {" +b +b +e +"} +(4,1,1) = {" +b +b +r +"}